@charset "utf-8";

@import url("../calendar/css/reset.css");

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #1A1A1A;
	background-color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.3;
	letter-spacing: 0.18em;
	font-size: 15px;
	font-weight: 400;
}


section,
article {
	display: block;
}

img {
	vertical-align: middle !important;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
a:hover img {filter: brightness(110%);}

a.imgstyle01 img{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
img.imgstyle01{
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.20);
}
a.imgstyle01 img:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  filter: brightness(105%);
}

img.imgstyle02 {
  box-shadow: 8px 8px 0 #cae5ff;
}

img.nostyle {
  border-radius: 0 0 0 0 !important;
}


.content img{border-radius: 0 50px 0 50px;}


li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: underline;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

span{color:#2E97FF;}

.marker01 {background: linear-gradient(transparent 50%, #C4EFF2 50%);}


.pc{display: block;}
.sp{display: none;}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 84%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 横, 縦, ぼかし, 色 */
	border-radius: 25px;
	margin: 10px 0 0 8%;
}

header.fixed {
	background-color: #111;
	background-color: rgba(242,246,247,0.9);
}


header h1 a img, header .tel {
	display: block;
	position: absolute;
	line-height:1.4;
}
header .tel span{display:inline-block; color: #24aab5; font-size:1.5rem; margin: 10px 0 0 0;}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #066;
	font-size: 14px;
	line-height: 30px;
	color: #EEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #DDD;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #FFF;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding-top: 80px;
	padding-bottom: 50px;
	position:relative;
	overflow-x: visible;
}
.cont_wrap {
	max-width: 1050px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow-x: visible;
}

#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 340px;
	line-height: 30px;
	padding-top: 180px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

#index_top {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 10;
	width: 100%;
	height: 500px;
	margin-top: -250px;
	margin-left: 0px;
	color: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sub_catch{}


.content h2 {position: relative; text-align: center; font-size:2.3rem; font-weight:normal; margin:0 0 30px 0;  letter-spacing: 0.15em;}
.content h2::before {
	border-bottom: 6px solid #FF6D48;
	bottom: -10px;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
.content h2::after {
	border-bottom: 6px solid #11b5b6;
	bottom: -10px;
	content: "";
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	left: 50px;
	width: 50px;
}

.content h3, #philosophy h3 {
	font-size: 1.6rem; letter-spacing: 0.05em; line-height:1.8; color: #00003C; font-weight:normal;
}


.content h4 {
	font-size: 1.2rem;
	color: #00003C;
	letter-spacing: 0.15em;
	font-weight: normal;
}

.content h5 {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
	margin:0 0 0px 0;
	line-height:1.2;
	color: #00003C;
}

.content p, #philosophy p {
	font-size: 15px;
	padding: 0px;
	margin: 15px 12px 20px 10px;
}

#news {position:absolute; bottom:-50px; left: 50%; margin-left: -530px;}
#news .ul_news {background-color: #FFF; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);}
#news .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}
#news .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F90;
	color: #FFF;
	margin-right: 5px;
}
#news .ul_news li span.i_con.cl2 {
	background-color: #36BEAD;
}
#news .ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	text-decoration: none;
}
#news .ul_news li a:hover {
	color: #000;
	background-color: #E1F3F7;
}

@media screen and (max-width:640px){

	
	#news {bottom:-150px; left: 50%; margin-left: -200px;}	
	
	#sub_catch{padding: 50px 0 0 0;}
}


#philosophy{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #5ED7E8 10%, #6BE1DA 90%, rgba(255, 255, 255, 0) 100% ); /* 上→下 */
  border-radius: 8px; /* ← 角丸指定 */
  padding: 100px 20px;
  color: white;
 }
 
#philosophy .ph_tx01 {
  position: absolute;
  top: -30px;
  left: -120px;
  width: 300px; /* 重ねる画像の幅 */
  height: auto; /* 重ねる画像の高さ */
  background-size: contain; /* 画像のサイズを適切に調整 */
  background-repeat: no-repeat;
  color: #FFF;
}


@media screen and (max-width:640px){
	
	#philosophy{padding: 60px 30px;}
	#philosophy .ph_tx01 {
	  position: absolute;
	  top: -30px;
	  left: -80px;
	  width: 70px; /* 重ねる画像の幅 */
	  height: auto; /* 重ねる画像の高さ */
	  background-size: contain; /* 画像のサイズを適切に調整 */
	  background-repeat: no-repeat;
	  color: #FFF;
	}
	
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #455E65;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}


a.ap {
	padding-top: 50px;
	margin-top: -50px;
}

/*
コンテンツボタン
-------------------------------------------*/
.button01 a {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; 中央揃えに */
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-image: linear-gradient(90deg, #11CEAC, #45C7D2);
  transition: 0.3s;
  text-decoration:none !important;
  border: solid 1px #fff;
  border-radius:  9999px;
}
.button01 a.left{margin: 0 !important;}
/*
.button01 a::before,
.button01 a::after {
  position: absolute;
  right: 1em;
  background-color: #fff;
  transition: 0.3s;
}
*/
.button01 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  text-align: center !important;
}
.button01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.button01 a:hover {text-decoration: none; background-image: linear-gradient(90deg, #2db2bd, #03ad8f);}
.button01 a:hover::before,
.button01 a:hover::after {right: 0.5em;}


.button02 a {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; 中央揃えに */
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.6em 1.5em;
  width: 225px;
  color: #2E97FF;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s;
  text-decoration:none !important;
  border: solid 1px #2E97FF;
  border-radius:  9999px;
  background-color:#FFF;
}
.button02 a.left{margin: 0 !important;}
.button02 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #2E97FF;
  transition: 0.3s;
  text-align: center !important;
}
.button02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #2E97FF;
  transition: 0.3s;
}
.button02 a:hover {text-decoration: none;}
.button02 a:hover::before,
.button02 a:hover::after {right: 0.5em;}






@media screen and (max-width:640px){
	
	body {
		line-height: 2.0;
		letter-spacing: 0.12em;
	}
	
	
	.button03{display: inline-block;}
	
}




/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #DCE7E9;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #AAC621;
	color: #FFF;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #F2F2F2;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 50px;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 30%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 30%;
}

footer .cont_wrap p {
	font-size: 0.8rem;
}

footer .cont_wrap ul {
	padding: 20px;
}

footer .cont_wrap ul li.contact a {
	text-align: center;
	color: #FFF;
	background-color: #AAC621;
	font-size: 14px;
	padding: 2px;
	margin-top: 5px;
}

footer ul{display:block; width:100%; margin:0px; padding:0 0 30px 0;}
footer li{display:inline-block; margin:0 20px 0 0; list-style:none; padding:0;}
footer li:last-child{margin:0;}

footer .cont_wrap ul li a {display: block; font-size: 0.9rem; text-decoration: none; color: #555;}

address {
	display:block;
	width: 100%;
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 25px 10px;
	letter-spacing: 1px;
	border-top: solid 1px #666;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #55838A;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:center;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_02 th {
	font-size: 18px;
	font-weight:bold;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 13%;
}
.content table.table_02 td {
	font-size: 17px;
	line-height: 30px;
	background-color: #FFF;
}


.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {width: 100%;}
.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
  align-items: center;
}

.pick_up ul li {
	width: 50%;
	position: relative;
	margin: 0;
}
.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,30,35,0.5);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(25,141,169,0.4);
}


.pick_up ul li a div {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up ul li a div h3 {font-size: 1.8rem; letter-spacing: 2px; color:#FFF; margin:0 0 15px 0; text-shadow:1px 1px 3px #000;}




/*
コンテンツボックス
-------------------------------------------*/
.box_cont {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_cont .box_c_in {
	width: 48%;
	min-height: 150px;
	/*padding: 10px 20px;
	border: 1px solid #CFDEE0;*/
	margin-bottom: 30px;
}
.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #AAC621;
	border-right-color: #AAC621;
	border-bottom-color: #AAC621;
	border-left-color: #AAC621;
}
.box_cont .box_c_in img {
	max-width: 100%;
	border-radius: 4px !important;
}
.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}



@media screen and (max-width:640px){
	footer .cont_wrap {
		text-align: center;
	
	}	
	
	footer li:last-child{margin:0 20px 0 0;}
	
}


/*
背景入り帯
-------------------------------------------*/

.obi_001 {
	background-image: url(../img/obi_001.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15%;
	padding-right: 20px;
	padding-bottom: 15%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content .obi_001 h2 {
	color: #FFF;
	border-bottom: none;
	padding-bottom: 0px;
}

/*
ヘッダー
-------------------------------------------*/

#index_top {min-height: 750px;}

#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
}
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.news {
	background-image: url(../img/sub_top_news.jpg);
}
#sub_top.concept {
	background-image: url(../img/sub_top_concept.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about.jpg);
}

.no_pc {
	display: none !important;
}



@media screen and (min-width:960px){
body {
	font-size: 15px;
}

/*
ヘッダー
-------------------------------------------*/


header {
	height: 85px;
}


header h1 a img {
	top: 16px;
	left: 10px;
	/* height: 60px; */
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 16px;
	width: auto;
	margin-left: 220px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px 15px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(17,187,221,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(17,187,221, 1);
	top:0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #AAC621 !important;
}

#g_navi.txt_w li a {
	color: #111;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #AAC621;
	color: #FFF !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #AAC621 !important;
}
#g_navi li.contact a::before {
	display: none;
}


#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 110%;
	height: auto;
	background-color: #292929;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#g_navi ul li ul{
  width: 100%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 25%;
	padding-left: 3%;
	padding-top: 14px;
	padding-bottom: 12px;
	line-height: 22px;
	height: auto;
	color: #fff !important;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #DDD;
	position: absolute;
	display: block;
	left: 7px;
	top: 14px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #FFF;
}
#g_navi ul li ul li a:hover{
	color: #FFF;
	background-color: #147299;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}




}
/*-- /960px～ --*/


@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -550px;
}
header .tel {
	right: 50%;
	margin-right: -620px;
}

header #g_navi {
	right: 50%;
	margin-right: -500px;
}

}

@media screen and (max-width:1250px){

header {
	width: 94%;
	margin: 10px 0 0 3%;
}

}

@media screen and (max-width:960px){

	body {
		font-size: 15px;
	}
	
	body.fixed {
		overflow: hidden;
	}
	
	img {
		max-width: 100% !important;
		height: auto;
		width /***/:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	.content h4 {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	header .tel {display:none;}

	header {
		width:100%;
		margin: 0 0 0 0;
		background-color: #fff;
		box-shadow: none;
		border-radius: 0px;
	}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #2E97FF;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #7BC;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #F2F6F7;
	background-color: rgba(242,246,247,0.85);
	display: none;
	padding-left: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}


#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #AAC621;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #AAC621;
	color: #FFF;
	width: 90%;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #AAC621;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #FFF;
}
#g_navi ul li a.ac_menu.active {
	color: #DEF;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #DEF;
}



/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}




/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}

}
/*-- /～960px --*/



/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F2F6F7;
	padding-top: 30px;
	padding-bottom: 30px;
}


.loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #36BEAD;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FF9900;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}



/*
SNSボタン
-------------------------------------------*/

.h_sns {
	position: fixed;
	bottom: 120px;
	right: 10px;
}
.h_sns li a {
	display: block;
	color: #FFF;
	line-height: 30px;
	width: 140px;
	text-align: center;
	text-decoration: none;
}

.h_sns li a:hover {
	background-color: inherit;
}


@media screen and (max-width:640px){
	
.pc{display: none;}
.sp{display: inline-block;}	

.h_sns {
	position: fixed;
	bottom: 70px;
	right: 10px;
}

.h_sns li a {
	width: 80px;
	text-align: center;
	text-decoration: none;
}


#index_top {
	width:100%;
	min-height: 350px;
}
#index_top #top_catch {
	top: 150px;
	left: 0%;
	width: 100%;
	height: 30%;
	margin-top: 0px;
	margin-left: 0px;
}


#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
}

.content {
	padding: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li {
	width: 100%;
}
.pick_up ul li {
	margin: 5%;
}

.content .ul_news li span.date {
	padding-right: 0px;
	display: block;
}



.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.obi_002 {
	background-image: url(../img/obi_002_sp.jpg);
	padding: 0 0 100%;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 100%;
	padding: 10px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}

.scroll {
	overflow-x:scroll;
}
}

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 24px;
}

.content h2 {
	font-size: 24px;
}

.content .obi_001 h2 {
	font-size: 22px;
}

}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


/*------------------------------*/

 
.obi_002 .box_in p a.tel {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}


.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #3EADBD;
	padding: 15px;
	border-bottom-color: #8ED1DB;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #328B98;
}

.content p a.tel {
	font-size: 24px;
	text-decoration: none;
	line-height: 1.2;
}
.content p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}



/*
FAQ
-------------------------------------------*/
dl.faq {
	display: block;
	margin: auto;
	width: 90%;
}

dl.faq dt {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	color: #FFF;
	background-color: #F99;
	display: block;
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
}

dl.faq dt::before{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	content: "Q.";
	position: absolute;
	left: 20px;
	top: 13px;
}
dl.faq dd {
	font-size: 16px;
	background-color: #FFF;
	display: block;
	position: relative;
	width: 80%;
	padding: 20px;
	margin-left: 20%;
	margin-bottom: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
dl.faq dd::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-color: #FFFFFF;
	bottom: 100%;
	left: 30px;
}

dl.faq dd::before{
	font-size: 24px;
	content: "A.";
	position: absolute;
	left: 20px;
	top: 13px;
}


/*
事例一覧＆ギャラリー
-------------------------------------------*/

.works_list li {
	display: block;
	float: left;
	width: 25%;
	padding: 20px;
}

.works_list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #F2F6F7;
	position: relative;
}

.works_list li a:hover {
	background-color: #FFF;
	border: 1px solid #DDE7EA;
}

.works_list li a span {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #36BEAD;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.works_list li a span.cl_2 {
	background-color: #333333;
}

.works_list li a span.cl_3 {
	background-color: #FF9900;
}

.works_list li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.works_list li a p {
	color: #111;
	text-align: center;
	margin: 0px;
}

.g_list li {
	display: block;
	float: left;
	width: 20%;
	padding: 20px;
}

.g_list li a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.g_list li a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.g_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*
Facebook
-------------------------------------------*/

.content .cont_wrap .box_left {
	width: 50%;
	float: left;
	padding: 10px;
}
.content .cont_wrap .box_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}




@media screen and (max-width:960px) {

.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}
.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content .cont_wrap .box_right .fb-page {
	width: 100% !important;
}

.works_list li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}

}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F9F9F9;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }


  
  .works_list li {
	width: 50%;
	padding: 10px;
}

	.g_list li {
		width: 50%;
	}
	
	.img_center span {
		font-size: 14px;
		padding: 5px;
	}
	
	.img_center div {
		font-size: 12px;
		padding: 20px;
	}
	
	dl.faq {
		width: 96%;
	}
	
	dl.faq dt {
		font-size: 18px;
		width: 90%;
	}
	
	dl.faq dd {
		width: 90%;
		margin-left: 10%;
	}
	
	
	
	.glow-text {
		font-size: 6vw;              /* フォントサイズ */
	}
	.glow-text02 {
		font-size: 3vw;
	}

}


/*ステップフローのCSS*/
ul.stepflow {border: none; margin: 1em 0.5em; padding: 20px;list-style: none;}
ul.stepflow > li:before, ol.stepflow > li:before {background-color:#cccccc!important;}
.stepflow li {position: relative; padding: 0 0 1.5em 1.8em;}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left:5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #6C9F26;
	background-color: #6C9F26;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	font-family:'Cormorant Garamond', serif;
	margin-bottom:10px;
}
.stepflow_content {
	font-size: 1em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
}
/*ステップフローのCSSここまで*/


/* btn
--------------------------------------------------------------------------------------------------------------- */

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #F66;
	border: 3px solid #F66;
	box-shadow: 5px 5px #F66;
	transition: 0.3s ease-in-out;
}
a.btn_02:hover {box-shadow: none; transform: translate(5px, 5px); color: #F66;}


/* Grid - RS-MQF 1140 V.2 - https://www.os-templates.com/free-basic-html5-templates/rs-mqf-1140
--------------------------------------------------------------------------------------------------------------- */
.clear, .group{display:block; overflow:hidden;}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 4.21052%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:21.8421%;}
.one_third{width:30.52631%;}
.one_half, .two_quarter{width:47.89473%;}
.two_third{width:65.26315%;}
.three_quarter{width:73.94736%;}

.width60{width:60%; margin:auto;}
.width80{width:80%; margin:auto;}
.width85{width:85%; margin:auto;}
.width90{width:90%; margin:auto;}




.center{text-align:center;}



/* border
--------------------------------------------------------------------------------------------------------------- */
.border01{border: solid 3px #9C0;}
.border02{border-bottom: dotted 1px #666; padding:0 0 50px 0;}
.border03{border-bottom: dotted 1px #666; padding:20px 0 20px 0;}
.border04{border: solid 1px #A0A0A0;}

.border_left01{border-left: solid 4px #039; padding: 0 0 0 20px;}


.border07{padding:20px 0; border-bottom: 2px dotted #CCC;}
.border08{padding:20px 0; border-bottom: 2px dotted #F4511E;}
.border09{padding:20px 0; border-bottom: 1px solid #CCC;}
.border10{padding:20px 0; border-bottom: 1px solid #F4511E;}


.border_radius01{border-radius:6px;}
.border_radius02{border-radius:8px;}



@media screen and (max-width:750px){
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
	.width60, .width80, .width85, .width90{width:100%; margin:auto;}
	
	.service .one_half:first-child, .work .one_half:first-child{margin:0 0 100px 0;}
	
	
}


ul.liststyle01 li{padding-left:1.5em; text-indent:-1.5em;}

ul.liststyle01, ul.liststyle02
{ counter-reset:list; list-style-type:none; padding:0;}

ul.liststyle01 li{margin: 0 0 18px 0; line-height:1.6;}
ul.liststyle01 li:before{font-family: 'Font Awesome 5 Free'; font-weight:bold; font-size:1.1rem; padding:0 6px 0 0; content:'\f192'; color:#2E97FF; /* アイコンのunicode */}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace_10{margin-bottom:10px;}
.btmspace_15{margin-bottom:15px;}
.btmspace_30{margin-bottom:30px;}
.btmspace_50{margin-bottom:50px;}
.btmspace_80{margin-bottom:80px;}
.btmspace_100{margin-bottom:100px;}
.btmspace_120{margin-bottom:120px;}
.btmspace_150{margin-bottom:150px;}

.topspace_30{margin-top:30px;}
.topspace_50{margin-top:50px;}
.topspace_80{margin-top:80px;}
.topspace_100{margin-top:100px;}
.topspace_160_pc{margin-top:160px;}

.tx_center{text-align: center;}


.leftspace_10{margin-left:10px;}
.leftspace_20{margin-left:20px;}
.leftspace_30{margin-left:30px;}
.leftspace_40{margin-left:40px;}
.leftspace_50{margin-left:50px;}


.rightspace_34p{margin-right:34%;}
.rightspace_36p{margin-right:36%;}
.rightspace_50{margin-right:10px;}

.leftspace_10m{margin-left:-10px;}
.leftspace_15m{margin-left:-15px;}
.leftspace_20m{margin-left:-20px;}

.fonts01s{font-size:0.9rem !important;}
.fonts02s{font-size:0.75rem !important;}

.fonts01{font-size:1.1rem !important;}
.fonts02{font-size:1.2rem !important;}
.fonts03{font-size:1.4rem !important;}
.fonts04{font-size:1.65rem !important;}
.fonts05{font-size:1.8rem !important; line-height:1.6; font-weight:normal !important;}
.fonts06{font-size:2.3rem !important; line-height:1.8; letter-spacing:0.2em !important;}

.fontc_green{color:#AAC621 !important;}


.text_right{text-align: right;}

.box_archive{border:solid 1px #CCC; padding: 4%; margin:0 0 30px 0;}


@media screen and (max-width:750px){
	.topspace_160_pc{margin-top:20px;}
	.fonts06{font-size:1.9rem !important; line-height:1.6; letter-spacing:0.12em !important;}
	
}

.sub_sdgs{
	font-size: 1.5em;
	color: #06F;
	line-height: 1;
}

.sub_title{
	font-size: 1.5em;
	color: #FFF;
	background-color: #06F;
	border-radius: 15px;
	text-align: center;
}






