@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: "Sawarabi Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.3;
	letter-spacing: 0.18em;
	font-size: 17px;
	font-weight: 500;
}


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;
}


li {
	list-style-type: 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: none;}
.sp{display: block;}

/* スマホ */
@media screen and (max-width:640px){
  .pc{display: none;}
  .sp{display: block;}
}

/* PC */
@media screen and (min-width:960px){
  .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: 0px;
	margin: 10px 0 0 8%;
}

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

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


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

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


header {
	height: 85px;
}


header h1 a img {
	top: 16px;
	left: 10px;
	height: 60px;
	margin: 0 0 0 10px;
}

.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～ --*/







/*
メインコンテンツ
-------------------------------------------*/
.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;
}





@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: #1f4d81;
	color: #FFF;
	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: #fff;}

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

.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;
}




/*
コンテンツボックス
-------------------------------------------*/
.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: 400px;}

#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: 17px;
}


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




/*
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;
}



#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～ --*/











/*
フッター
-------------------------------------------*/
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 --*/






/*
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){
	

.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%;
}




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

.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;
	}

}




/* 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;
}






