@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html{
	scroll-padding-top: 80px;
}

body {
	width: 100% !important;
	color: #2A2F4E;
	line-height: 1.77778;
	overflow: hidden;
	font-size: clamp(1.5rem,2.1vw,1.8rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 500;
}

.en{
	font-family: "Outfit", sans-serif!important;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #0E5AB5!important;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #2A2F4E;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #0E5AB5;
}
.bgbla{
	background:#2A2F4E;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #2A2F4E;
}

a:visited {
	color: #2A2F4E;
}

a:active {
	color: #2A2F4E;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 29px 2.6045%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

.hLogo{
	max-width: 336px;
	width: 30%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 63%;
	display: flex;
	max-width: 639px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	width: 50%;
	max-width: 311px;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color:#fff;
	font-weight: 700;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	width: 45%;
	margin-left: auto;
	max-width: 248px;
}

.hd_link_btn1{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	max-width: 248px;
	width:100%;
	height: 68px;
	font-size: 1.8rem;
	font-weight: 700;
	transition: .4s;
	border-radius: 36px;
	padding: 0 14%;
	position: relative;
}

.hd_link_btn1:before{
	position:absolute;
	content:"";
	width:49px;
	height:49px;
	background:url(../img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
	right:4%;
	top:0;
	bottom:0;
	margin:auto;
}

.hd_link_btn1 img{
	margin-right:11px;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	height: 50vw;
	background: url(../img/top/mv.jpg)no-repeat center;
	background-size: cover;
	position:relative;
}

.cov-div{
	position:absolute;
	bottom: 9.375%;
	left: 2.6045%;
}

.cov-div .title{
	line-height: 1.478;
	font-weight:700;
	font-size: clamp(1.5rem,2vw,2.3rem);
	letter-spacing:0.15em;
}

.cov-div .title span{
	line-height: 1;
	font-weight:700;
	font-size: clamp(3.5rem,6vw,9rem);
	display:block;
	margin-bottom:20px;
	letter-spacing:0em;
}



/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
}

.mainTit{
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
}

.mainTit .en_tit{
	display:block;
	line-height: 1.25;
	font-weight:700;
	font-size: clamp(3rem,4vw,4rem);
	margin-bottom:15.5px;
	padding-bottom:18.5px;
	position:relative;
}

.mainTit .en_tit:before{
	position:absolute;
	content:"";
	width:64px;
	height:3px;
	background:#B7CEE9;
	bottom:0;
	left:0;
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	padding: 140px 0;
	background: url(../img/top/bg1.png)no-repeat center;
	background-size: cover;
}

.top_flex{
	align-items:flex-start;
}

.top_flex .title_area{
	max-width:320px;
	width: 20%;
}

.top_flex .text_area{
	max-width:1280px;
	width: 80%;
}

.content01 .title{
	line-height: 1.3928;
	font-weight:900;
	font-size: clamp(2.6rem,3.3vw,5.6rem);
	margin-bottom: 5.235%;
}

.content01 .text1{
	line-height: 1.8;
	font-weight:500;
	font-size: clamp(1.5rem,2.4vw,2rem);
}

.content01 .text1 span{
	font-weight:900;
}

.content02{
	background: url(../img/top/bg2.png)no-repeat center;
	padding: 100px 0;
	background-size: cover;
}

.mainTit.center{
	text-align:center;
}

.mainTit.center .en_tit:before{
	right:0;
	margin:auto;
}

.co2_list1{
	display:flex;
	justify-content:space-between;
	margin-top:56px;
}

.co2_list1 li{
	max-width:370px;
	width:24%;
	color:#fff;
	position:relative;
	margin-bottom:78px;
	z-index: 1;
}

.co2_list1 li .text_area{
	margin:22px auto 0;
}

.co2_list1 li .text_area .title1{
	line-height:1.458333;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2.4rem);
}

.co2_list1 li .text_area .text1{
	margin-top:10px;
}

.co2_list1 li .text_area .num{
	position:absolute;
	bottom:0;
	right:0;
	color: #5C86B7;
	opacity: 0.55;
	line-height:1;
	font-weight:700;
	font-size: clamp(4rem,6vw,9.5rem);
	z-index: -1;
}

.co2_list1 li .btn1{
	position:absolute;
	bottom:-78px;
	left:0;
	max-width:178px;
	height:54px;
	padding: 0 24px;
}

.co2_list1 li .btn1:before{
	width:35px;
	height:35px;
	right:5%;
}

 .btn1{
	 display:flex;
	 align-items:center;
	 justify-content:flex-start;
	 max-width:248px;
	 height:68px;
	 font-size:1.8rem;
	 font-weight:700;
	 border-radius: 50px;
	 padding: 0 32px;
	 width: 100%;
	 position:relative;
	 transition:.4s;
}

 .btn1:hover{
	 opacity:0.7;
 }

 .btn1:before{
	 position:absolute;
	 content:"";
	 width:49px;
	 height:49px;
	 background:url(../img/common/arrow1_blu.svg)no-repeat;
	 background-size:contain;
	 right:3%;
	 top:0;
	 bottom:0;
	 margin:auto;
 }

.content02 .inner > .btn1{
	margin:95px auto 0;
}

.content03{
	padding: 140px 0 130px;
}

.co3_list1 li{
	display:flex;
	justify-content:space-between;
}

.co3_list1 li .left{
	max-width:240px;
	width: 19%;
	border-top: 1px solid #0E5AB5;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(1.5rem,2.6vw,2rem);
	letter-spacing:0.05em;
}

.co3_list1 li .right{
	max-width:1030px;
	width: 80.5%;
	border-top: 1px solid #B7CEE9;
}

.co3_list1 li .left,
.co3_list1 li .right{
	padding:40px 0;
}

.co3_list1 li:last-child .left{
	border-bottom: 1px solid #0E5AB5;
}

.co3_list1 li:last-child .right{
	border-bottom: 1px solid #B7CEE9;
}

.co3_list1 li .right .text1{
	line-height:1.55556;
}

.co3_list1 li .right .text2{
	margin-bottom:12px;
	position:relative;
	padding-left:14px;
}

.co3_list1 li .right .text2:before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	background:#0E5AB5;
	border-radius:50%;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.co3_list1 li .right p a{
	margin-left:34px;
	text-decoration:underline;
}

.co3_list1 li .right .map{
	margin:24px auto 0;
	width:100%;
	height:250px;
}

.co3_list1 li .right .map iframe{
	width:100%;
	height:100%;
}

.co3_list1 li .right .map.mabo{
	margin-bottom: 60px;
}

.content04{
	background:#E5F2FF;
	padding:90px 0 105px;
}

.content04 .text1{
	margin: 3.4% auto;
	text-align:center;
}

.btn2 {
	display:flex;
	justify-content: flex-start;
	align-items:center;
	max-width: 433px;
	width:100%;
	height: 90px;
	font-size: 2.4rem;
	font-weight: 700;
	transition: .4s;
	border-radius: 60px;
	padding: 0 40px;
	position: relative;
	margin:0 auto;
}

.btn2:before{
	position:absolute;
	content:"";
	width:49px;
	height:49px;
	background:url(../img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
	right:2%;
	top:0;
	bottom:0;
	margin:auto;
}

.btn2 img{
	margin-right:10px;
}


/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 90px 0 32px;
	background:#003472;
}

footer .flex{
	align-items:center;
}

footer .left{
	max-width:336px;
	width: 37%;
}

footer .right{
	max-width:622px;
	width: 58%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer .logo {
	width: 100%;
}

footer .inner {
}

.ft_list{
	display:flex;
	max-width: 302px;
	width: 49%;
	justify-content: space-between;
}

.ft_list a{
	color:#fff;
	font-size: 1.8rem;
}

.ft_link{
	max-width: 248px;
	width: 48%;
	margin-left: auto;
}

.copyright {
	color: #fff;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285;
	margin-top: 80px;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 18px 0 0;
    max-width: 1600px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #0E5AB5;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}



/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

#cover2{
	height:334px;
	display:flex;
	align-items: end;
	justify-content:center;
	text-align:center;
	padding-bottom: 105px;
}

.service #cover2{
	background:url(../img/service/mv.jpg)no-repeat center;
	background-size:cover;
}

#cover2 .title{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
}

#cover2 .title span{
	font-size:3.3rem;
	display:block;
	letter-spacing:0.15em;
	line-height:1.2727;
}

.service01{
	padding:90px 0 140px;
}

.service01 .text{
	line-height: 1.8;
	font-weight:500;
	font-size: clamp(1.5rem,2.3vw,2rem);
	text-align:center;
	margin-bottom:64px;
}

.ank_list{
	display:flex;
	justify-content:space-between;
}

.ank_list li{
	width:33.333%;
	border-left:1px solid #fff;
}

.ank_list li:first-child{
	border:none;
}

.ank_list li a{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:110px;
	background:#0E5AB5;
	color:#fff;
	text-align:center;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(1.4rem,1.4vw,2rem);
	transition:.4s;
}

.ank_list li a span{
	position:relative;
}

.ank_list li a span:before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: -20px;
	top: 0px;
	transform: rotate(135deg);
	bottom:0;
	margin:auto;
	transition:.4s;
}

.ank_list li a:hover{
	background:#E5F2FF;
	color:#0E5AB5;
	opacity:1;
}

.ank_list li a:hover span:before{
	border-top: solid 2px #0E5AB5;
	border-right: solid 2px #0E5AB5;
}

.service_list1{
	margin-top:80px;
}

.service_list1 > li{
	margin-bottom:140px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.service_list1 > li:nth-child(2n){
	flex-direction:row-reverse;
}

.service_list1 li .text_area{
	max-width:740px;
	width: 49%;
}

.service_list1 li .img{
	max-width:740px;
	width: 49%;
}

.service_list1 li .text_area .title_area{
	display:flex;
	justify-content:flex-start;
	align-items:baseline;
	margin-bottom:28px;
}

.service_list1 li .text_area .title_area .num{
	line-height: 1.3;
	font-weight:900;
	font-size: clamp(3rem,4vw,5.8rem);
	border-bottom:3px solid #B7CEE9;
	margin-right:18px;
}

.service_list1 li .text_area .title_area .title1{
	line-height: 1.4285;
	font-weight:700;
	font-size: clamp(1.8rem,2.8vw,2.8rem);
}

.ser_div1{
	margin-top: 5.4%;
	background:#ECF5FD;
	padding: 28px 5.4% 30px;
}

.ser_div1 .text2{
	margin-bottom:20px;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(1.5rem,2.3vw,2rem);
}

.service_list2 li{
	position:relative;
	padding-left:16px;
}

.service_list2 li:before{
	position:absolute;
	content:"";
	background:#0E5AB5;
	width:6px;
	height:6px;
	left:0;
	top:14px;
	border-radius:50%;
}

.tablet{
	display:none;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#cover{
	height:500px;
}

.co2_list1{
	flex-wrap:wrap;
}

.co2_list1 li{
	max-width:initial;
	width:48%;
	margin-bottom: 120px;
}

.ank_list li a{
	height: 90px;
	font-size: clamp(1.3rem, 1.7vw, 2rem);
}

.tablet{
	display:block;
}

	

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

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


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span{
	background:#2A2F4E;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

header{
	position:fixed;
	padding: 24px 2.5%;
}

header.headerScroll {
    background: #003472;
}

.hLogo {
    width: 200px;
}


.content01{
	padding: 80px 0;
}

.top_flex{
	flex-direction:column;
}

.top_flex .title_area{
	max-width:initial;
	width: 100%;
	margin:0 auto 30px;
}

.top_flex .text_area{
	max-width:initial;
	width: 100%;
}

.content01 .title {
    font-size: clamp(2.2rem, 3.3vw, 5.6rem);
    margin-bottom: 30px;
    line-height: 1.5;
}


.content02{
	padding: 80px 0;
}


.co2_list1{
	margin-top:40px;
	flex-wrap:wrap;
}

.co2_list1 li{
	max-width:initial;
	width:48%;
	margin-bottom: 120px;
}

.co2_list1 li .text_area .num {
    font-size: clamp(5rem, 12vw, 9.5rem);
}

.btn1{
	font-size:1.6rem;
}

.content03 {
    padding: 80px 0;
}

.content04 {
    padding: 80px 0;
}

.content04 .text1 {
    margin: 30px auto;
}

.btn2 {
    height: 70px;
    font-size: 1.8rem;
    padding: 0 10%;
}

.inner {
    width: 89.334%;
}


footer {
	padding: 60px 0 30px;
}

footer .flex{
	flex-direction:column;
}

footer .left{
	max-width:250px;
	width: 100%;
}

footer .right{
	max-width:initial;
	width: 100%;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.ft_list{
	width:100%;
	margin:30px auto 0;
}
	
footer .right .ft_link{
	margin:30px auto 0;
	width:100%;
}

.copyright {
    text-align: center;
    margin-top: 60px;
}

#cover2 {
    height: 300px;
    padding-bottom: 90px;
}


.ank_list{
	flex-wrap:wrap;
	position:relative;
}
	

.ank_list li{
	width:49.8%;
	border-left:none;
	margin-bottom:0.3%;
}

	
.service_list1{
	margin-top:50px;
}

.service_list1 > li{
	margin-bottom:80px;
	flex-direction:column;
}

.service_list1 > li:nth-child(2n){
	flex-direction:column;
}

.service_list1 li .text_area{
	max-width:initial;
	width: 100%;
}

.service_list1 li .img{
	max-width:initial;
	width: 100%;
	margin-top:30px;
}


.ank_list li a span:before{
	right: 0;
	left: 0;
	margin: auto;
	bottom: 10px;
	top: auto;
}

    .ank_list li a {
        height: 90px;
        font-size: clamp(1.5rem, 3vw, 2rem);
    }

.service_list1 li .text_area .title_area .num{
	font-size: clamp(3rem,6vw,5.8rem);
}

.service_list1 li .text_area .title_area .title1{
	font-size: clamp(2rem,4vw,2.8rem);
}

.service01 {
    padding: 80px 0 80px;
}

.ank_list li a span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mainTit .en_tit {
    margin-bottom: 10px;
    padding-bottom: 15px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}



.co2_list1 li{
	width:100%;
	margin-bottom: 130px;
}

.content02 .inner > .btn1 {
    margin: 30px auto 0;
}

.co3_list1 li{
	flex-direction:column;
}

.co3_list1 li .left{
	max-width:initial;
	width: 100%;
	padding:20px 0 10px;
	border:none;
}

.co3_list1 li .right{
	max-width:initial;
	width: 100%;
	border-bottom: 1px solid #B7CEE9;
	padding:0 0 20px;
	border-top:none;
}

.co3_list1 li:first-child .left{
	border-top: 1px solid #B7CEE9;
}

.co3_list1 li:last-child .left{
	border-bottom: none;
}

.co3_list1 li .right .text2{
	margin-bottom:8px;
}

.co3_list1 li .right .map.mabo {
    margin-bottom: 40px;
}
.co3_list1 li .right .map {
    height: 200px;
}


#cover2 {
    height: 250px;
    padding-bottom: 70px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */