@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*{
	box-sizing:border-box;
}
/*----------------------------------------------------
基本：基本タグ
------------------------------------------------------ */
/* [ PC - SP switch ] */
@media screen and (min-width: 768px) {
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Smartphone */
  .spOFF {
    display: none !important;
  }
}
@media print  {
  .spOFF {
    display: none !important;
  }
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#212121;
}

a{
	color:#007FFF;
}
a:hover{
	color:#489EDB;
}
/* ==========================================
 * 基本
   ========================================== */
/* --- */
.tit01{
	font-weight:bold;
}
.tit01 .ja{
	display:inline-block;
	font-size:24px;
	color:#111111;
	padding-right:30px;
}
.tit01 .en{
	display:inline-block;
	font-size:18px;
	color:#79C3CC;
}
/* --- */
.tit02{
	font-weight:bold;
}
.tit02 .ja{
	display:block;
	text-align:center;
	font-size:24px;
	color:#111111;
}
.tit02 .en{
	display:block;
	text-align:center;
	font-size:18px;
	color:#79C3CC;
}
/* --- */
.tit03{
	background:#489EDB url(/shared/img/tit_bk01.png) no-repeat right 10px center;
	border-radius:10px;
	font-size:24px;
	padding:15px;
	color:#fff;
}
.tit03.tit-type01{ background-color:#489EDB; }
.tit03.tit-type02{ background-color:#FF9CAE; }
.tit03.tit-type03{ background-color:#57BCA6; }
.tit03.tit-type04{ background-color:#CB7FDD; }
.tit03.tit-type05{ background-color:#FBB05E; }
/* --- */
.tit04{
	font-size:20px;
	color:#000000;
	border-bottom:solid 2px #DDDDDD;
	padding-bottom:15px;
	position:relative;
}
.tit04:before{
	content:"";
	display:block;
	width:360px;
	height:2px;
	background:#7CC8D2;
	position:absolute;
	bottom:-2px;
}
/* --- */
.tit05{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
/* --- */
.tit06{
	font-size:18px;
	font-weight:bold;
	color:#00A3E5;
	text-align:center;
}
/* --- */
.tit07{
	font-size: clamp(20px, 4.5vw , 35px);
	font-weight:bold;
	color:#000000;
	text-align:center;
}
/* --- */
.tit08{
	font-size: clamp(20px, 6.5vw , 50px);
	font-weight:bold;
	color:#000000;
	border-bottom:solid #D6D6D6 8px;
	position:relative;
	padding-bottom:10px;
}
.tit08:before{
	content:"";
	width:267px;
	height:8px;
	background:#2EB760;
	position:absolute;
	left:0;
	bottom:-8px;
}
/* --- */
.tit09{
	font-size: clamp(20px, 3.9vw , 30px);
	font-weight:bold;
	background:#F4F0E3;
	color:#000000;
	position:relative;
	padding:15px 15px 15px 0;
}
.tit09 span{
	display:inline-block;
	border-left: solid 5px #2EB760;
	padding-left:20px;
}
/* --- */
.tit10{
	font-size: clamp(15px, 3.1vw , 24px);
	font-weight:bold;
	background:#fff;
	border-radius:100px;
	border:solid 2px #1C97CE;
	color:#1C97CE;
	text-align:center;
	padding:10px 30px;
	width:100%;
	max-width:600px;
	margin:0 auto 40px;
}

.tit11{
	font-size: clamp(21.0000px, calc(1.7812vw + 7.3384px), 28.0000px);
	font-weight:bold;
	border-bottom:solid 3px #036EB7;
	padding-bottom:1em;
	margin-bottom:1em;
}
.tit12{
	font-size:20px;
    background: #FAF9E7;
    border-radius: 10px;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
}

/* --- */
.numTit{
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #F0F0F0;
	background:url(/shared/img/numtit01.png) no-repeat left top;
	padding-top:3px;
	padding-left:40px;
	padding-bottom:10px;
}
.numTit.numtit01{ background-image:url(/shared/img/numtit01.png); }
.numTit.numtit02{ background-image:url(/shared/img/numtit02.png); }
.numTit.numtit03{ background-image:url(/shared/img/numtit03.png); }
.numTit.numtit04{ background-image:url(/shared/img/numtit04.png); }
.numTit.numtit05{ background-image:url(/shared/img/numtit05.png); }

@media screen and (max-width: 767px) { /* Smartphone */
	.tit01 .ja{
		display:block;
		text-align:center;
		padding-right:0;
	}
	.tit01 .en{
		display:block;
		text-align:center;
	}
	.tit02 .ja{
		font-size:20px;
	}
	.tit02 .en{
		font-size:16px;
	}	
	.tit03{
		font-size:18px;
		padding:10px;
	}
	.tit04:before{
		width:30%;
	}
}

@media screen and (max-width: 400px) { /* Smartphone */
	.tit03{
		background-size:100px auto;
	}
}
/* --- */
.txt01{
	font-size:16px;
}
.txt02{
	font-size:clamp( 16px , 2.3vw ,18px);
}

.lst01{
	list-style:disc;
	margin-left:1.3em;
}
.lst01 li{
	margin-bottom:8px;
}

.lst02{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lst02 li{
	flex-basis:48%;
	margin-bottom:20px;
}
.lst02 .tit{
	font-weight:bold;
	font-size:22px;
	color:#111111;
	margin-bottom:10px;
	border-left:solid 4px #111111;
	padding-left:10px;
}
.lst02 .txt{
	font-size:16px;
	color:#111111;
}

.leadTxt01{
	text-align:center;
	font-size: clamp( 20px , 5.2vw , 40px );
	font-weight:bold;
}

.lblLst li{
	text-decoration:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	margin-bottom:15px;
}
.lblLst .lbl{
	flex-basis:160px;
	border:solid 2px #7AC3CD;
	background:#fff;
	border-radius:100px;
	padding:2px 10px;
	color:#7AC3CD;
	font-size:14px;
	text-align:center;
}
.lblLst .tit{
	flex-basis:calc(100% - 180px);
	font-size:16px;
}


.btnArea{
	text-align:center;
}
.btnArea a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	background:#007DD3;
	border-radius:100px;
	padding:10px 20px;
}
.btnArea a:hover{
	background:#255779;
}

@media screen and (max-width: 767px) { /* Smartphone */

	.lst02{
	}
	.lst02 li{
		flex-basis:100%;
		margin-bottom:20px;
	}
	.lst02 .tit{
		font-size:18px;
	}
	.lst02 .txt{
		font-size:14px;
	}



	.lblLst .lbl{
		flex-basis:100%;
		margin-bottom:10px;
	}
	.lblLst .tit{
		flex-basis:100%;
	}

	.btnArea{
	}
	.btnArea a{
		font-size:15px;
	}

}

/* ------------ */

.imgCenter{
	text-align:center;
}
.imgCenter img{
	width:100%;
	height:auto;
}


.gMap iframe{
	width:100%;
	height:480px;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.gMap iframe{
		width:100%;
		height:300px;
	}
}
/* ------------ */
.tbl01{
	width:100%;
}
.tbl01 th{
	background:#EEEEEE;
	border:solid 1px #DDDDDD;
	padding:20px;
	text-align:center;
	width:25%;
}
.tbl01 td{
	background:#FFFFFF;
	border:solid 1px #DDDDDD;
	padding:20px;
	width:75%;
}
.tbl01 .txt{
	font-size:16px;
}
/* ---- */

.tbl01 .tblTdcols{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tbl01 .tblTdcols .colHead{
	flex-basis:20%;
}
.tbl01 .tblTdcols .colBody{
	flex-basis:80%;
}
/* ------------ */
.tbl02{
	width:100%;
}
.tbl02 th{
	width:25%;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 1px #EEEEEE;
	padding:20px 0 20px 40px;
	vertical-align:top;
}
.tbl02 td{
	width:75%;
	font-size:16px;
	border-bottom:solid 1px #EEEEEE;
	padding:20px 0 20px 30px;
	vertical-align:top;
}
.tbl02 tr:first-child th{
	border-top:solid 1px #EEEEEE;
}
.tbl02 tr:first-child td{
	border-top:solid 1px #EEEEEE;
}
.tbl02 td .lst01 li{
	margin-bottom:10px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.tbl02 th{
		font-size:15px;
		padding:5px;
	}
	.tbl02 td{
		font-size:14px;
		padding:5px;
	}
}


@media screen and (max-width: 767px) { /* Smartphone */
	.scroll-table{
		overflow:auto;
		padding-bottom:5px;
	}
	.scroll-table .tbl{
		width:1050px;
	}
	.scroll-table .tbl-bc{
		width:600px;
	}
}



/* ------------ */
.lnkBtnArea .lnkBtn{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#7AC3CD url(/shared/img/arrow01.png) no-repeat right 10px center;
	font-size:14px;
	border-radius:100px;
	padding:4px 30px 4px 15px;
	width:100%;
	max-width:200px;
}
.lnkBtnArea .lnkBtn:hover{
	background-color:#477177;
}

.lnkBtnArea.btnCenter{
	text-align:center;
}

.lnkBtnArea.btnLarge .lnkBtn{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#7AC3CD url(/shared/img/arrow01.png) no-repeat right 10px center;
	font-size:20px;
	border-radius:100px;
	padding:6px 40px 6px 15px;
	width:auto;
	max-width:none;
}
.lnkBtnArea.btnLarge .lnkBtn:hover{
	background-color:#477177;
}



.lnkBtnArea.btnLarge02 .lnkBtn{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#7AC3CD url(/shared/img/arrow01.png) no-repeat right 10px center;
	font-size:20px;
	border-radius:100px;
	padding:9px 80px 9px 80px;
	width:auto;
	max-width:none;
}
.lnkBtnArea.btnLarge02 .lnkBtn:hover{
	background-color:#477177;
}

.lnkBtnArea.btnLarge .lnkBtnPDF{
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#7AC3CD;
	background-image:url(/shared/img/icon_pdf.png) , url(/shared/img/arrow01.png);
	background-repeat:no-repeat , no-repeat;
	background-position: 15px center,right 10px center ;

	font-size:20px;
	border-radius:100px;
	padding:9px 40px 9px 50px;
	width:100%;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.lnkBtnArea.btnLarge .lnkBtnPDF:hover{
	background-color:#477177;
}

.lnkBtnArea.btnLarge .lnkBtnDocument{
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#7AC3CD;
	background-image:url(/shared/img/icon_document.png) , url(/shared/img/arrow01.png);
	background-repeat:no-repeat , no-repeat;
	background-position: 15px center,right 10px center ;

	font-size:clamp(14px , 2.3vw , 18px);
	border-radius:100px;
	padding:9px 40px 9px 50px;
	width:100%;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.lnkBtnArea.btnLarge .lnkBtnDocument:hover{
	background-color:#477177;
}


/* -------- */
.lnkBtnLine{
	text-align:left;
}
.lnkBtnLine li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
}
.lnkBtnLine .lnkBtn{
	display:inline-block;
	max-width:none;
}



/* --- .titLnkSet .tit01 --- */
.titLnkSet{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.titLnkSet .tit01{
	flex-basis:calc(100% - 200px);
}
.titLnkSet .lnkBtnArea{
	flex-basis:200px;
}



@media screen and (max-width: 767px) { /* Smartphone */
	.titLnkSet .tit01{
		flex-basis:100%;
	}
	.titLnkSet .lnkBtnArea{
		flex-basis:100%;
	}
}

/* -------- */
.overlayBox{
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:100px;
}
.overlayBox > .pic{
	position:absolute;
	width:53%;
	z-index:1;
}
.overlayBox > .pic img{
	width:100%;
	height:auto;
}
.overlayBox .cnt{
	background:#F0F0F0;
	 padding:80px 30px;
	flex-basis:51%;
	position:relative;
	z-index:10;
	margin-top:40px;
	margin-left:49%;
	border-radius:8px;
}



@media screen and (max-width: 767px) { /* Smartphone */
	.overlayBox{
		display:block;
	}
	.overlayBox > .pic{
		width:100%;
		position:relative;
	}
	.overlayBox > .pic img{
	}
	.overlayBox .cnt{
		width:calc(100% - 30px);
		margin-top:-30px;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
	}
}
/* ==========================================
 * cntInner
   ========================================== */
.cntInner{
	width:100%;
	max-width:1160px;
	margin-left:auto;
	margin-right:auto;
}
.cntInner-mini{
	max-width:960px;
}
@media screen and (max-width: 1400px) {
	.cntInner{
		max-width:calc(100% - 30px);
	}
}
/* ==========================================
 * mainArea
   ========================================== */
.mainArea{
	background:#FBF9F4;
	padding:80px 0 100px;
}
@media screen and (max-width: 767px) {
	.mainArea{
		padding:30px 0 50px;
	}
}
/* ==========================================
 * cntBox
   ========================================== */
.cntBox{
	background:#FFF;
	padding:50px;
}
.cntBox.cntBox-noBk{
	background:none;
}
.cntBox.cntBox-shadow{
	box-shadow: 0px 0px 15px -5px #777777;
}
.cntBox.cntBox-bk2{
	background:#FAF9E7;
	border-radius:10px;
}
.cntBox.cntBox-bk3{
	background:#EEEEEE;
	border-radius:10px;
	padding:30px;
}


.cntBox-bk01{
	background:#FAF9E7;
	border-radius:10px;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.cntBox{
		padding:15px;
	}
}
/* ==========================================
 * layoutBox
   ========================================== */
.layoutBox{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.layoutBox .pic{
	text-align:center;
}
.layoutBox.picRight .pic{
	order:2;
}
.layoutBox.picRight .cnt{
	order:1;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.layoutBox .cnt{
		flex-basis:100%;
		order:2 !important;
	}
	.layoutBox .pic{
		flex-basis:100%;
		order:1 !important;
		margin-bottom:20px;
	}
}


/* ==========================================
 * spHeader
   ========================================== */
 .spHeader{
	width:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
 }
 .spHeader .inner{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
 }
 .spHeader .inner .logo{
	 flex-basis:45%;
	 padding:10px 0 0 10px;
 }
 .spHeader .inner .logo img{
	 width:100%;
	 max-width:160px;
	 height:auto;
 }
 .spHeader .inner .spHeaderLinks{
	 flex-basis:55%;
	display:flex;
	justify-content:flex-end;
	/*flex-wrap:wrap;*/
 }
 .spHeader .inner .spHeaderLinks li img{
	 display:block;
	 width:100%;
	 max-width:80px;
	 min-height:60px;
	 height:auto;
 }
@media screen and (max-width: 365px) { /* Smartphone */
	 .spHeader .inner .logo img{
		 max-width:110px;
	 }
}

/* ==========================================
 * headerLineLnk
   ========================================== */
.headerLineLnk{
	background:#3E59C5;
}
.headerLineLnk .lst{
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:wrap;
	gap:0;
}
.headerLineLnk .lst .item{
	width:calc( (100% - 0px) / 6);
	/*width:calc( (100% - 0px) / 5);*/
	border-left:solid 1px #fff;
}
.headerLineLnk .lst .item:last-child{
	border-right:solid 1px #fff;
}
.headerLineLnk .lst .item a{
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size: clamp(12px, 1.2vw , 18px);
	padding:10px 0 14px;
}
@media screen and (max-width: 1280px) {
	.headerLineLnk .lst{
		width:calc(100% - 30px);
	}
}


/* ==========================================
 * wrapper
   ========================================== */
#wrapper{
	margin-top:87px;
}
body.pageAcademy #wrapper{
	margin-top: clamp(128px, 1.2vw , 135px);
}
@media screen and (max-width: 767px) {
	#wrapper{
		margin-top:80px;
	}
	body.pageAcademy #wrapper{
		margin-top: 80px;
	}

}
@media screen and (max-width: 365px) { /* Smartphone */
	#wrapper{
		margin-top:55px;
	}
	body.pageAcademy #wrapper{
		margin-top: 55px;
	}

}
/* ==========================================
*  pageHeader
   ========================================== */
.pageHeader{
	background:url(/shared/img/pageHeader_bk01.jpg) no-repeat center center;
	width:100%;
	max-width:1600px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	position:relative;
}
.pageHeader .cntInner{
	max-width:1450px;
	padding-top:200px;
}
.pageHeader__tit{
	position:relative;
}
.pageHeader__tit span{
	display:block;
	width:100%;
	max-width:730px;
	background:#7AC3CD;
	border-radius:100px;
	font-size:36px;
	color:#FFFFFF;
	padding:20px 20px 20px 140px;
}
.pageHeader__tit span:before{
	content:"";
	display:block;
	width:89px;
	height:100px;
	background:url(/shared/img/pageHeader_icon.png) no-repeat center center;
	position:absolute;
	top:-20px;
	left:30px;

}

@media screen and (max-width: 767px) {
	.pageHeader{
		height:180px;
	}
	.pageHeader .cntInner{
		padding-top:160px;
	}
	.pageHeader__tit{
		display:inline-block;
		max-width:calc(100% - 15px);
		margin-left:10px;
		margin-right:auto;
	}
	.pageHeader__tit span:before{
		width:40px;
		background-size:100% auto;
		top:-24px;
		left:10px;
	}
	.pageHeader__tit span{
		display:block;
		width:100%;
		max-width:none;
		background:#7AC3CD;
		border-radius:100px;
		font-size:22px;
		color:#FFFFFF;
		padding:10px 20px 10px 60px;
	}
}
@media screen and (max-width: 370px) {
	.pageHeader__tit span:before{
		width:30px;
		background-size:100% auto;
		top:-30px;
		left:10px;
	}
	.pageHeader__tit span{
		display:block;
		width:100%;
		max-width:none;
		font-size:15px;
		color:#FFFFFF;
		padding:10px 20px 10px 45px;
	}
}


/* ==========================================
*  pageHeader_Academy
   ========================================== */
.pageHeader_Academy.type01{
	background:url(/shared/img/academy/academyPageHeader01.png) no-repeat center center;
	background-size:auto 100%;
	width:100%;
	max-width:1700px;

	height: clamp(240px, 47vw , 425px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;

	display:grid;

	position:relative;

}
.pageHeader_Academy.type01 .pageHeader_Academy_cntInner{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	width:100%;
	max-width:640px;
}


.pageHeader_Academy.type01 .tit{ 
	font-size: clamp(18px, 3.9vw , 30px);
	color:#fff;
	background:#2EB760;
	text-align:center;
	width:95%;
	padding:0px;
	border-radius:15px 15px 0 0;
	margin-left:auto;
	margin-right:auto;
}
.pageHeader_Academy.type01 .tit span{ 
	display:inline-block;
	background:url(/shared/img/academy/icon_building_school.png) no-repeat left center;
	background-size:auto 100%;
	padding:10px 0 10px 60px;
}
.pageHeader_Academy.type01 .tit span a{ 
	text-decoration:none;
	color:#fff;
}
/* ----- */
.pageHeader_Academy.type01 .pageHeader_Academy__tit{ 
	background:rgba( 255, 255, 255, 0.8);
	text-align:center;
	padding:0 0 15px;
}
.pageHeader_Academy.type01 .pageHeader_Academy__tit span{ 
	display:inline-block;
}
/* ----- */
.pageHeader_Academy.type01 .pageHeader_Academy__tit .line01{ 
	display:block;
	font-size: clamp(25px, 7.8vw , 60px);
	color:#3E59C5;
}
.pageHeader_Academy.type01 .pageHeader_Academy__tit .line02{ 
	display:block;
	font-size: clamp(18px, 3.9vw , 30px);
	color:#000;
}

@media screen and (max-width: 640px) {
	.pageHeader_Academy.type01 .pageHeader_Academy_cntInner{
		width:calc( 100% - 30px);
	}
}
@media screen and (max-width: 767px) {
	.pageHeader_Academy.type01 .tit span{ 
		background-size:auto 50px;
		padding:10px 0 10px 60px;
	}

}
@media screen and (max-width: 370px) {
}


/* ==========================================
*  pageHeader_Academy
   ========================================== */
.pageHeader_Academy.type02{
	background:url(/shared/img/academy/academyPageHeader01.png) no-repeat center center;
	background-size:100%;
	width:100%;
	max-width:1280px;

	height: 225px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;

	display:grid;

	position:relative;
	overflow:hidden;
}
.pageHeader_Academy.type02:before{
	content:"";
	display:block;
	background:rgba( 255, 255, 255, 0.7);
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width:100%;
}
.pageHeader_Academy.type02 .pageHeader_Academy_cntInner{
	position:absolute;
	bottom: 0%;
	left: 5%;

	width:100%;
	max-width:550px;

}


.pageHeader_Academy.type02 .tit{ 
	font-size: clamp(18px, 3.9vw , 30px);
	color:#fff;
	background:#2EB760;
	text-align:center;
	width:95%;
	padding:0px;
	border-radius:15px 15px 0 0;
	margin-left:auto;
	margin-right:auto;
}
.pageHeader_Academy.type02 .tit span{ 
	display:inline-block;
	background:url(/shared/img/academy/icon_building_school.png) no-repeat left center;
	background-size:auto 100%;
	padding:10px 0 10px 60px;
}
.pageHeader_Academy.type02 .tit span a{ 
	text-decoration:none;
	color:#fff;
}
/* ----- */

@media screen and (max-width: 640px) {
	.pageHeader_Academy.type02 .pageHeader_Academy_cntInner{
		width:calc( 100% - 30px);
	}
}
@media screen and (max-width: 767px) {
	.pageHeader_Academy.type02{
		height: 135px;
	}

	.pageHeader_Academy.type02 .tit span{ 
		background-size:auto 50px;
		padding:10px 0 10px 60px;
	}

}
@media screen and (max-width: 400px) {
	.pageHeader_Academy.type02{
		height: 115px;
	}
}



/* ==========================================
*  breadcrumb
   ========================================== */

.breadcrumb{
	width: 100%;
	max-width:1450px;
	margin:0 auto 75px;
	position:relative;
	z-index:10;
}
.breadcrumb__lst{
}
.breadcrumb__lst__item{
	display:inline-block;
	font-size: 13px;
	letter-spacing: 0.1em;
	color:#999999;
}
.breadcrumb__lst__item:after{
	content:" 》";
	display:inline-block;
	width:auto;
	heiight:auto;
	margin-left:15px;
}
.breadcrumb__lst__item:last-child:after{
	content:none;
}
.breadcrumb__lst__item a{
	text-align: left;
	color: #79C3CC;
	text-decoration:none;
}
.breadcrumb__lst__item a:hover{
	color: #333333;
}

.breadcrumb__lst__item a.disabled-link:hover{
	color: #527F3F;
}

@media screen and (max-width: 1200px) { 
	.breadcrumb{
		max-width: calc(100% - 20px);
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
	.breadcrumb{
	}
	.breadcrumb{
		width: auto;
		max-width: auto;
		min-width: auto;
		margin-bottom:45px;
	}
	.breadcrumb__lst{
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		font-size:12px;
	}
}



/* ==========================================
* pageLeadBlock
   ========================================== */
.pageLeadBlock{
	margin-bottom: clamp(50.00px, calc(19.53vw + -100.00px), 100.00px);
}
.pageLeadBlock .inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.pageLeadBlock .tit{
	color: #036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px);
	margin-bottom: 50px;
	text-align:center;
}
.pageLeadBlock .txt{
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	text-align:center;
}
@media screen and (max-width: 1200px) { 
	.pageLeadBlock .inner{
		max-width: calc(100% - 20px);
	}
}


/* ==========================================
*  pageLinks
   ========================================== */
.pageLinks{
}
.pageLinks__lst{
	display:flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
	gap: 2%;
}
.pageLinks__lst li{
	flex-basis:32%;
	margin-bottom:20px;
}
.pageLinks__lst li a{
	display:block;
	width:100%;
	background:#E6F4FF url(/shared/img/pageLinks_marker.png) no-repeat right 10px center;
	border-radius:100px;
	color:#479EDA;
	font-size:20px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	transition: all 0.3s;
}
.pageLinks__lst li a:hover{
	background-color:#d5e3ee;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.pageLinks__lst li{
		flex-basis:100%;
		margin-bottom:5px;
	}
	.pageLinks__lst li a{
		font-size:16px;
	}
}
/* ==========================================
*  pageLinksTeikei
   ========================================== */
.pageLinksTeikei{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pageLinksTeikei .lst{
	flex-basis:25%;
	padding:0 20px;
	border-left:solid 1px #eee;
}
.pageLinksTeikei .lst:last-child{
	border-right:solid 1px #eee;
}
.pageLinksTeikei .lst:nth-child(1){ flex-basis:45%;}
.pageLinksTeikei .lst:nth-child(2){ flex-basis:18.3%;}
.pageLinksTeikei .lst:nth-child(3){ flex-basis:18.3%;}
.pageLinksTeikei .lst:nth-child(4){ flex-basis:18.3%;}

.pageLinksTeikei .lst .titlnk{
}
.pageLinksTeikei .lst .titlnk a{
	display:block;
	width:100%;
	background:#E6F4FF url(/shared/img/pageLinks_marker.png) no-repeat right 10px center;
	border-radius:100px;
	color:#479EDA;
	font-size:16px;
	padding:7px;
	text-align:center;
	text-decoration:none;
	transition: all 0.3s;
	margin-bottom:20px;
}
.pageLinksTeikei .lst .titlnk a:hover{
	background-color:#d5e3ee;
}
.pageLinksTeikei .lst .childLnk{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pageLinksTeikei .lst .childLnk li{
	flex-basis:100%;
}
.pageLinksTeikei .lst:nth-child(1) .childLnk li{
	flex-basis:32%;
}
.pageLinksTeikei .lst .childLnk li a{
	text-decoration:none;
	display:block;
	color:#111;
	font-size:16px;
	border-bottom:solid 1px #8FC2E9;
	margin-bottom:10px;
	background: url(/shared/img/pageLinks_marker.png) no-repeat right 5px center;
	padding-bottom:5px;

}
.pageLinksTeikei .lst .childLnk li a:hover{
	color:#f00;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.pageLinksTeikei .lst{
		flex-basis:100%;
		border:none;
		padding:0 10px;
		margin-bottom:20px;
	}
	.pageLinksTeikei .lst:nth-child(1){ flex-basis:100%;}
	.pageLinksTeikei .lst:nth-child(2){ flex-basis:100%;}
	.pageLinksTeikei .lst:nth-child(3){ flex-basis:100%;}
	.pageLinksTeikei .lst:nth-child(4){ flex-basis:100%;}

	.pageLinksTeikei .lst .childLnk li{
		font-size:11px;
		flex-basis:48% !important;
	}
	.pageLinksTeikei .lst .childLnk li a{
		font-size:12px;
	}
}
/* ==========================================
 * footerBanner 
   ========================================== */
.footerBanner{
	background:url(/shared/img/bk01.png) repeat;
}
.footerBanner .cntInner{
	max-width:1080px;
}
.footerBanner__lst{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footerBanner__lst .item{
	flex-basis:29.5%;
	margin-bottom:30px;
}
.footerBanner__lst .item a{
	transition: all 0.3s;
}
.footerBanner__lst .item a img{
	width:100%;
	height:auto;
}
.footerBanner__lst .item a:hover img{
	filter: sepia(20%);
}

.footerBanner__lst .item2{
	flex-basis:100%;
	text-align: center;
	margin-bottom:30px;
}
.footerBanner__lst .item2 a{
	transition: all 0.3s;
}
.footerBanner__lst .item2 a img{
	width: 100%;
	max-width:550px;
	height:auto;
}
.footerBanner__lst .item2 a:hover img{
	filter: sepia(20%);
}

@media screen and (max-width: 767px) { /* Smartphone */
	.footerBanner .cntInner{
		max-width:calc(100% - 30px) !important;
	}
	.footerBanner__lst .item{
		flex-basis:49%;
		margin-bottom:5px;
	}
	.footerBanner__lst .item2{
		flex-basis:100%;
		margin-bottom:5px;
	}
}

/* ==========================================
 * フッター
   ========================================== */
/* ----- footer ----- */
.footer{
	background:#007DD3;
}
.footer .cntInner{
	max-width:1200px;
}
.footer__lnks{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer__lnks__box{
	flex:1;
}
.footer__lnks__box__lst{
	padding:15px 0 15px 15px;
	margin-bottom:30px;
	border-left:solid 1px #fff;
}
.footer__lnks__box__lst:last-child{
	margin-bottom:0;
}

/* parent */
.footer__lnks__box__lst .parent + li{
	margin-top:30px;
}
.footer__lnks__box__lst .parent a,
.footer__lnks__box__lst .parent span{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
/* child */
.footer__lnks__box__lst .child{
}
.footer__lnks__box__lst .child a,
.footer__lnks__box__lst .child span{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
/* -- */
.footer__lnks__box__lst .parent a:hover,
.footer__lnks__box__lst .child a:hover{
	color:#ff0;
}
/* ----- footerLogoArea ----- */
.footerLogoArea{
	background:#003366;
}
.footerLogoArea .cntInner{
	max-width:1200px;
}
.footerLogoArea .footer__info{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.footerLogoArea .footer__info .logo{
	flex-basis:215px;
	text-align:left;
}
.footerLogoArea .footer__info .logo img{
	width:100%;
	max-width:185px;
	height:auto;
}
.footerLogoArea .footer__info .cnt{
	flex-basis:calc(100% - 400px);
	padding:0 40px;
	font-size:13px;
	color:#fff;
    border-left: solid 1px #fff;
}
.footerLogoArea .footer__info .batch{
	flex-basis:185px;
	text-align:right;
}
.footerLogoArea .footer__info .batch img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1400px) {
	.footerLogoArea .footer__info .cnt br{
		
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	.footerLogoArea{
		background:#2B2B2B;
	}
	.footerLogoArea .cntInner{
		max-width:calc(100% - 30px) !important;
	}
	.footerLogoArea .footer__info .logo2{
		flex-basis:100%;
		border-right:none;
		margin-bottom:15px;

		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;

	}
	.footerLogoArea .footer__info .logo2 img{
		width:100%;
		height:auto;
	}
	.footerLogoArea .footer__info .logo2 span:nth-child(1){
		flex-basis:48%;
	}
	.footerLogoArea .footer__info .logo2 span:nth-child(2){
		flex-basis:48%;
	}
	.footerLogoArea .footer__info .cnt{
		flex-basis:100%;
		padding:0;
    	border:none;
	}
	.footerLogoArea .footer__info .batch{
		flex-basis:50%;
	}
}


.footerSnsArea{
	background:#3395c8;
}

.footerSnsArea ul li img{
	max-width: 40px;
}

/* ----- address ----- */
.address{
	background:#111111;
	font-style:normal;
}
.address span{
	display:block;
	text-align:center;
	font-size:12px;
	width:100%;
	max-width:1160px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	letter-spacing:1px;
}
@media screen and (max-width: 1400px) {
	.address{
		margin-bottom:60px;
	}
	.address span{
		max-width:calc(100% - 30px);
	}
}
/* ==========================================
 * spFloatingBanner
   ========================================== */
.spFloatingBanner{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#007DD3;
	z-index:999999;
}



.spFloatingBanner ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.spFloatingBanner ul li{
	flex:1;
	border-right:double 1px #7BCAFF;
	border-left:double 1px #003E66;
}
.spFloatingBanner ul li:first-child{
	border-left:none;
}
.spFloatingBanner ul li:last-child{
	border-right:none;
}
.spFloatingBanner ul li a{
	display:block;
	width:100%;
	text-align:center;
	height:60px;
	display:flex;
	align-items: center;
}
.spFloatingBanner ul li a span{
	display:block;
	text-align:center;
	width:100%;
}
.spFloatingBanner ul li a img{
	width:100%;
	height:auto;
	max-width:95px;
}


/*アカデミーのフロート*/

.spFloatingBanner.acaON{
	display: none;
}
body.pageAcademy .spFloatingBanner{
	display: none;
}
body.pageAcademy .spFloatingBanner.acaON{
	display: block;
}


/* ==========================================
 * simulationBtn
   ========================================== */
.simulationBtn{
	width:100%;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}
.simulationBtn .tit{
	color:#FFB800;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	position:relative;

	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
}
.simulationBtn .tit:before{
	content:"";
	display:inline-block;
	width:18px;
	height:40px;
	background:url(/shared/img/simulationBtn__tit_left.png) no-repeat center center;
	margin-right:10px;
}
.simulationBtn .tit:after{
	content:"";
	display:inline-block;
	width:18px;
	height:40px;
	background:url(/shared/img/simulationBtn__tit_right.png) no-repeat center center;
	margin-left:10px;
}

.simulationBtn .btn{
	margin-bottom:20px;
}
.simulationBtn .btn a{
	display:block;
	color:#fff;
	border-radius:100px;

	background-color:#7AC3CD;
	background-image:url(/shared/img/simulationBtn__btn_icon.png)  , url(/shared/img/simulationBtn__btn_arrow.png);
	background-repeat:no-repeat;
	background-position:10px center , right 30px center;

	padding:30px 50px 30px 100px;
	text-decoration:none;
	font-size:22px;
	text-align:center;
}
.simulationBtn .btn a:hover{
	background-color:#5dafba;
}
.simulationBtn .txt{
	font-size:16px;
	text-align:center;
}
@media screen and (max-width: 767px) { /* Smartphone */


	.simulationBtn .btn a{
		display:block;
		color:#fff;
		border-radius:100px;

		background-color:#7AC3CD;
		background-image:url(/shared/img/simulationBtn__btn_icon.png)  , url(/shared/img/simulationBtn__btn_arrow.png);
		background-repeat:no-repeat;
		background-position:10px center , right 10px center;
		background-size:30px auto, auto auto;

		padding:10px 20px 10px 50px;
		text-decoration:none;
		font-size:16px;
		text-align:left;
	}
}




/*--------------------------
tabMenu
---------------------------- */
.tabMenu{
}
.tabMenu__lst{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.tabMenu__item{
	flex-basis:48%;
	border-radius: 5px 5px 0px 0px;
	background: #E6F4FF;

	display: flex;
	justify-content:flex-start;
	align-items: center;
	
}
.tabMenu__item > a,
.tabMenu__item > span{
	height: 53px;
	text-decoration:none;
	display:block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #479EDA;
	backgrond:#E6F4FF;
}
.tabMenu__item.active{
	height: 66px;
	background: #fff;
}
.parent-tabMenu .tabMenu__item a{
	color:#111;
}
.parent-tabMenu .tabMenu__item.active a{
	color:#479EDA;
}
/*--------------------------
tabContent
---------------------------- */
.tabContent{
	width: 100%;
	border-radius: 5px;
	background: #fff !important;

}
.parent-tabContent__lst__item ,
.tabContent__lst__item {
  display: none;
}



/* ----------
.pageHeader-pageLnks
  ---------- */
.pageHeader-pageLnks{
	background:#D6EFFF;
	width:100%;
	padding:8px 0;
	position:fixed;
	top:106px;
	left:0;
	z-index:9999;
}

.pageHeader-pageLnks_lnk{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:0 5px;
}

.pageHeader-pageLnks li{
	flex:none;
}

.pageHeader-pageLnks li a{
	display:block;
	background:#fff;
	text-decoration:none;
	text-align:center;
	color:#46403B;
	border-radius:5px;
	padding:5px 22px;
	white-space:nowrap;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	font-weight:bold;
}
@media screen and (max-width: 1140px) {
	.pageHeader-pageLnks{
		display:none;
	}
}

/* ----------
dorone-singlePageHeader
  ---------- */
.dorone-singlePageHeader {
	background:url(/shared/img/pageHeader_bk02.png) no-repeat center center;
	background-size:cover;
	margin-bottom:clamp(20.0000px, calc(5.0891vw + -19.0331px), 40.0000px);
	overflow:clip;
}
.dorone-singlePageHeader .cntInner {
	width:100%;
	max-width:1160px;
	margin:0 auto;
}

/* ---- */
.dorone-singlePageHeader .dorone-singlePageHeader__tit {
	height: clamp(120.0000px, calc(55.9796vw + -309.3639px), 340.0000px);
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
}

.dorone-singlePageHeader .dorone-singlePageHeader__tit span {
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1.2;
}

.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl01 {
	color: #111;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4);
	font-size: clamp(22.0000px, calc(6.6158vw + -28.7430px), 48.0000px);
	line-height: 1.2;
	margin: 0;
}

.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl02 {
	color: #036EB7;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4);
	font-size: clamp(16.00px, calc(3.13vw + -8.00px), 24.00px);
	line-height: 1.2;
	margin: 0;
}

.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl03 {
	color: #111;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(15.00px, calc(1.17vw + 6.00px), 18.00px);
	line-height: 1.2;
	margin:clamp(15.00px, calc(1.95vw + 0.00px), 20.00px) 0 0;
}
.dorone-singlePageHeader .dorone-singlePageHeader__tit img.pic {
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:clamp(100.0000px, calc(64.8855vw + -397.6718px), 355.0000px);
	height:auto;
	position:absolute;
	top:33%;
	left:92%;
	z-index:1;
}






/* Wide Breakpoint */
@media screen and (max-width: 1100px) {
	.dorone-singlePageHeader .cntInner {
		max-width:calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {

.dorone-singlePageHeader .dorone-singlePageHeader__tit {
	height: clamp(120.0000px, calc(55.9796vw + -309.3639px), 340.0000px);
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
}
	.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl01 {
		font-size: 18px;
	}

	.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl02 {
		font-size: 15px;
	}

	.dorone-singlePageHeader .dorone-singlePageHeader__tit .lbl03 {
		font-size: 14px;
		margin:5px;
	}

}

/*----------------------------------------------------
基本：基本タグ
------------------------------------------------------ */
/* [ PC - SP switch ] */
@media screen and (min-width: 768px) {
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Smartphone */
  .spOFF {
    display: none !important;
  }
}
@media print  {
  .spOFF {
    display: none !important;
  }
}
body {
	font-family: "Zen Maru Gothic", sans-serif;
	/* font-family: "Noto Sans JP", sans-serif; */
	font-weight: 400;
	font-style: normal;
	color:#212121;
}

a{
	color:#007FFF;
}
a:hover{
	color:#489EDB;
}


.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/* SP */
@media screen and (max-width: 767px) {
	img{
		width:100%;
		height:auto;
	}
}



/* ==========================================
 * 基本
   ========================================== */
.title-drone{
	position:relative;
	padding:0px 0;
	color:#036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	margin-bottom:50px;

	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:95px;
}
.title-drone .tit{
}
.title-drone:after{
	content:"";
	display:block;
	width:200px;
	height:95px;
	background:url(/shared/img/title-drone-pic.png) no-repeat right center;
	background-size:100% auto;
	position:absolute;
	top:0;
	right:0;
}

.title-drone.no-drone:after{
	content:none;
}
/* --- */
.title-drone{
	background:url(/shared/img/title-drone--merit.png) no-repeat right center;
	background-size:auto 100%;
}

.title-drone--merit { background-image:url(/shared/img/title-drone--merit.png); }
.title-drone--course { background-image:url(/shared/img/title-drone--course.png); }
.title-drone--instructor { background-image:url(/shared/img/title-drone--instructor.png); }
.title-drone--faq { background-image:url(/shared/img/title-drone--faq.png); }
.title-drone--access { background-image:url(/shared/img/title-drone--access.png); }
.title-drone--interview{ background-image:url(/shared/img/title-drone--interview.png); }

/* SP */
@media screen and (max-width: 767px) {

	.title-drone{
		height: 50px;
		background:none;
	}
	.title-drone .tit{
		padding-right: calc(50px * (200 / 98)); /* または width: 105.26px; */
	}
	.title-drone:after{
		height: 50px;
		width: calc(50px * (200 / 95)); /* または width: 105.26px; */
	}
}
/* SP */
@media screen and (max-width: 450px) {

	.title-drone{
		height: 30px;
		background:none;
	}
	.title-drone .tit{
		padding-right: calc(30px * (200 / 98)); /* または width: 105.26px; */
	}
	.title-drone:after{
		height: 30px;
		width: calc(30px * (200 / 95)); /* または width: 105.26px; */
	}
}





/* ----------
wrapper
---------- */
#wrapper{
	margin-top:106px;
}
@media screen and (max-width: 1140px) {
	#wrapper{
		margin-top:63px;
	}
}


/* ----------
mainVisual
---------- */
/* =========================================
   メインビジュアル専用スタイル ? 完全版
   ========================================= */

/* ---------- 共通 ---------- */
.mainVisual{
  position:relative;
  width:100%;
  /* モバイル（初期値）はアスペクト比 16:9 で高さを確保 */
  aspect-ratio:16/9;
}

/* 内包ラッパー */
.mainVisual .inner{
  position:relative;
  width:100%;
  height:100%;
  margin:0 auto;
  max-width:100%;
  background:#eee;
}

/* 動画とオーバーレイは全面に広げる */
.mainVisual .video,
.mainVisual .video video,
.mainVisual .overlay{
  position:absolute;
  inset:0;            /* top:0; right:0; bottom:0; left:0; */
  width:100%;
  height:100%;
}

.mainVisual .video video{
  object-fit:cover;   /* 画面いっぱいにトリミングして表示 */
  z-index:1;
}

.mainVisual .overlay{
  background:rgba(0,0,0,.5);
  z-index:2;
}

/* タイトル画像リンクを中央に配置 */
.mainVisual a.txt{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;          /* video／overlay の上に */
  width:100%;
  max-width:1325px;
}

.mainVisual a.txt img{
  width:100%;
  height:auto;
}

/* ---------- PC（タブレット横向き以上） ---------- */
@media (min-width:768px){
  .mainVisual{
    /* 画面高からナビゲーション 102px を差し引く */
    height:calc(100vh - 102px);
    aspect-ratio:auto;   /* PC では縦横比固定を解除 */
  }
}


/* ----------
topBlogLstSec
  ---------- */
.topBlogLstSec {
	padding:clamp(40.0000px, calc(15.2672vw + -77.0992px), 100.0000px) 0;
}
.topBlogLstSec .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.topBlogLstSec__tit{
    color: #036EB7;
    font-size: clamp(20px, 3.2333vw + -4.7991px, 34px);
    text-align: center;
    margin-bottom: 50px;
}
	
/* ---- */
.topBlogLstSec .topBlogLst {
	display:flex;
	flex-wrap:wrap;
	gap:20px 7%;
}
.topBlogLstSec .topBlogLst .item {
	width:calc( (100% - 7%) / 2);
}
.topBlogLstSec .topBlogLst .item a{
	display:flex;
	flex-wrap:wrap;
	gap:20px 5%;

	color:#000;
	text-decoration:none;
}
.topBlogLstSec .topBlogLst .item .pic {
	width:40%;
}
.topBlogLstSec .topBlogLst .item .cnt {
	width: calc( (100% - (40% + 5%)) );
}



.topBlogLstSec .topBlogLst .item .pic img {
	width:100%;
	height:100%;
	aspect-ratio: 276 / 210;
	object-fit:cover;

	border-radius:10px;
}
.topBlogLstSec .topBlogLst .item .cnt {
}
.topBlogLstSec .topBlogLst .item .cnt .cat {
	background:#036EB7;
	color:#fff;
	padding:2px 10px 5px;
	font-size:14px;
	border-radius:5px;

	display:inline-block;
	margin-bottom:8px;
}
.topBlogLstSec .topBlogLst .item .cnt .date {
	display:block;
	margin-bottom:8px;
}
.topBlogLstSec .topBlogLst .item .cnt h2 {
}

/* Wide Breakpoint */
@media screen and (max-width: 1100px) {
	.topBlogLstSec .inner {
    width: calc(100% - 30px);
  }
}

/* SP */
@media screen and (max-width: 767px) {
	.topBlogLstSec__tit{
		margin-bottom:35px;
	}
	.topBlogLstSec .topBlogLst {
		gap:25px 3%;
	}

	.topBlogLstSec .topBlogLst .item a{
		flex-direction:column;
		gap:10px;
	}
	.topBlogLstSec .topBlogLst .item .pic {
		width:100%;
	}
	.topBlogLstSec .topBlogLst .item .cnt {
		width:100%;
	}
	.topBlogLstSec .topBlogLst .item .cnt .cat {
		margin-bottom:2px;
	}
	.topBlogLstSec .topBlogLst .item .cnt .date {
		margin-bottom:2px;
	}

}




/* ----------
concernSec
---------- */
.concernSec {
	background:#FDF6EE;
	padding:100px 0;
}
.concernSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;


}

/* ---- */
.concernSec .concernSec-title {
	margin-bottom:60px;
	text-align:center;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	font-weight:700;
}
.concernSec .concernSec-title > span {
	display:inline-block;
	background:url(/shared/img/concernSec-title-line.png) repeat-x;
	background-position:center bottom;
	padding-bottom:0.7rem;
}
.concernSec .concernSec-title mark {
	font-size: clamp(24px, 3.6952vw + -4.3418px, 40px); /* Vary between 767px and 1200px */
	background:url(/shared/img/concernSec-title-marker-bk.png) no-repeat;
	background-size:100% auto;
	background-position:center center;
	display:inline-block;
	padding:5px;
	position:relative;
}
.concernSec .concernSec-title mark > span {
	position:relative;
}
.concernSec .concernSec-title mark > span:before {
	content:"";
	position:absolute;	
	width:8px;
	height:8px;
	background:url(/shared/img/concernSec-title-dotte.png) no-repeat center center;
	background-size:100% 100%;
	top:-10px;
	left: 50%;
	transform: translateX(-50%);
}

/* ---- */
.concernSec .concernSec-lst {
	display:flex;
	flex-wrap:wrap;
	gap:15px 2.5%;
}
.concernSec .concernSec-lst .item {
	width:calc( (100% - 7.5%) / 4);
	background:#fff;
	border-radius:10px;
}
.concernSec .concernSec-lst .item .pic {
	display:block;
	width:100%;
	text-align:center;
	padding:20px 5px;
}
.concernSec .concernSec-lst .item .pic img {
	width:100%;
	max-width:189px;
	height:auto;
	vertical-align:bottom;
}
.concernSec .concernSec-lst .item .txt {
	text-align:center;
	color:#46403B;
	font-weight:bold;
	padding-bottom:25px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.concernSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.concernSec {
		padding:50px 0;
	}
	.concernSec .concernSec-lst .item {
		width:calc( (100% - 2.5%) / 2);
	}
	.concernSec .concernSec-title br.pcOFF{
		display:none;
	}
}
@media screen and (max-width: 590px) {
	.concernSec .concernSec-title br.pcOFF{
		display:block;
	}
	.concernSec .concernSec-title mark > span:before {
		width:5px;
		height:5px;
		top:-5px;
	}
	.concernSec .concernSec-lst {
		gap:8px;
	}
	.concernSec .concernSec-lst .item {
		width:100%;

		display:flex;
		flex-wrap:wrap;
		align-items:center;
		gap:0px 0px;
		border:solid 1px #000;
	}

	.concernSec .concernSec-lst .item .pic {
		width:100px;
		padding:10px 5px;
	}



	.concernSec .concernSec-lst .item .txt {
		width:calc( 100% - (100px + 0px) );
		font-size:16px;
		padding-bottom:0;
	}


}



/* ----------
solutionSec
---------- */
.solutionSec {
	padding:100px 0;
	background:#D6EFFF;
	position:relative;
}
.solutionSec .inner {
	width:100%;
	max-width:1400px;
	margin:0 auto;
}
.solutionSec:before {
	content:"";
	display:block;
	width:200px;
	height:120px;
	background:url(/shared/img/solutionSec-header-down.png) no-repeat center center;
	background-size:auto 100%;
	position:absolute;

	top:-60px;
	left: 50%;
	transform: translateX(-50%);
}

/* ---- */
.solutionSec .solutionSec-tit {
	background:#036EB7;
	margin-bottom:50px;
	border-radius:10px;
	position:relative;
}
.solutionSec .solutionSec-tit:before {
	position:absolute;
	content:"";
	display:block;
	width:22%;
	height:262px;
	background:url(/shared/img/solutionSec-tit-pic.png) no-repeat center bottom;
	background-size:100% auto;

	bottom:-2%;
	left: 0%;
}
.solutionSec .solutionSec-tit-inner {
	display:block;
	padding:10px;
	padding-left:14%;
	color:#F4A52D;
	font-size: clamp(25px, 5.2133vw + -14.9858px, 58px); /* Vary between 767px and 1400px */
}
.solutionSec .solutionSec-tit-inner span{
	display:inline-block;
	padding-bottom:10px;
	background:url(/shared/img/solutionSec-header-dotted.png) repeat-x ;
	background-position:left bottom;
}
.solutionSec .solutionSec-tit-inner small {
	font-size: clamp(18px, 5.3712vw + -23.1975px, 52px); /* Vary between 767px and 1400px */
	color:#fff;
}

/* ---- */
.solutionSec .solutionSec-lead {
	position:relative;
	padding:10px 0;
	padding-left:10%;
	margin-bottom:80px;
	padding-left:10%;
	font-size: clamp(18px, 3.6952vw + -10.3418px, 34px); /* Vary between 767px and 1200px */
	font-weight:bold;
}
.solutionSec .solutionSec-lead:before {
	content:"";
	display:inline-block;
	width:7.5%;
	height:50px;

	background:url(/shared/img/solutionSec-lead-pic.png) no-repeat center center;
	background-size:100% auto;
	position:absolute;
	top:0;
	left:0;
}

/* ---- */
.solutionSec p {
}

/* ---- */
.solutionSec .solutionSec-lst {
	width:100%;
	max-width:1200px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:40px 0;
}
.solutionSec .solutionSec-lst .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:20px 4%;
}

/* ---- */
.solutionSec .solutionSec-lst .item .cnt {
	width:45%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
}
.solutionSec .solutionSec-lst .item .cnt .tit {
	font-size: clamp(16px, 3.4642vw + -10.5704px, 31px); /* Vary between 767px and 1200px */
	color:#036EB7;
	font-weight:bold;

}
.solutionSec .solutionSec-lst .item .cnt .txt {
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
}


/* ---- */
.solutionSec .solutionSec-lst .item .picArea {
	width:calc( 100% - (45% + 4%));
	position:relative;
	background:#fff;
	border-radius: clamp(15px, 8.0831vw + -46.9977px, 50px); /* Vary between 767px and 1200px */

	position:relative;
	padding:15px 0;
}
.solutionSec .solutionSec-lst .item .picArea .pic {
	display:block;
	text-align:center;
}
.solutionSec .solutionSec-lst .item .picArea .pic img {
	width:100%;
	max-width:420px;
	height:auto;
	vertical-align:bottom;
}
.solutionSec .solutionSec-lst .item .picArea .step {
	position:absolute;
	width:21%;
	top:-10%;
}
.solutionSec .solutionSec-lst .item .picArea .step img {
	width:100%;
	max-width:120px;
	height:auto;
}

/* ---- */
.solutionSec .solutionSec-lst .item:nth-child(odd) .cnt { order:2; }
.solutionSec .solutionSec-lst .item:nth-child(odd) .picArea { order:1; }

.solutionSec .solutionSec-lst .item:nth-child(odd) .picArea .step {
	top:-10%;
	right:-5%;
}
.solutionSec .solutionSec-lst .item:nth-child(even) .picArea .step {
	top:-10%;
	left:-5%;
}


/* ---- */
.solutionSec .solutionSec-origin {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.solutionSec .solutionSec-origin h3 {
	width:100%;
	text-align:center;
	color:#036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	font-weight:bold;
	margin-bottom:40px;
}
.solutionSec .solutionSec-origin p {
	width:100%;
	text-align:center;
	margin-bottom:40px;
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
}

/* ---- */
.solutionSec .solutionSec-origin .solutionSec-origin--pics {
	width:100%;
	height:100%;
	aspect-ratio: 60 / 33.5;
	position:relative;
}
.solutionSec .solutionSec-origin .solutionSec-origin--pics .pic:nth-child(1) {
	width:75%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.solutionSec .solutionSec-origin .solutionSec-origin--pics .pic:nth-child(2) {
	width:53%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:2;
}
.solutionSec .solutionSec-origin .solutionSec-origin--pics .pic img {
	width:100%;
	height:auto;
	border-radius:15px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1400px) {
	.solutionSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {


	.solutionSec:before {
		width:100px;
		height:60px;

		top:-30px;
	}


	.solutionSec .solutionSec-tit-inner {
		padding:0px 0 10px;
		padding-left:0%;
		text-align:center;
	}
	.solutionSec .solutionSec-tit {
		margin-bottom:20px;
	}

	.solutionSec .solutionSec-lst .item .cnt .tit br{
		display:none;
	}
	.solutionSec .solutionSec-lead {
		margin-bottom:40px;
	}
	.solutionSec .solutionSec-lst {
		margin-bottom:50px;
	}


	.solutionSec .solutionSec-origin h3 {
		margin-bottom:25px;
	}
	.solutionSec .solutionSec-origin p {
		margin-bottom:25px;
	}

	.solutionSec .solutionSec-origin p {
		text-align:left;
	}
}

/* SP */
@media screen and (max-width: 600px) {
	.solutionSec .solutionSec-lst {
		row-gap :clamp(40px, 20.0000vw + -40.0000px, 80px); /* Vary between 400px and 600px */
	}

	.solutionSec .solutionSec-lst .item:nth-child(even) .cnt { order:2; }
	.solutionSec .solutionSec-lst .item:nth-child(even) .picArea { order:1; }

	.solutionSec .solutionSec-lst .item:nth-child(odd) .cnt { order:2; }
	.solutionSec .solutionSec-lst .item:nth-child(odd) .picArea { order:1; }


	.solutionSec .solutionSec-lst .item:nth-child(odd) .picArea .step {
		top:-10%;
		right:0%;
	}
	.solutionSec .solutionSec-lst .item:nth-child(even) .picArea .step {
		top:-10%;
		right:0%;
		left:auto;
	}


	.solutionSec .solutionSec-lst .item .cnt {
		width:100%;
		gap:10px;
		padding : 0 10px;
	}
	/* ---- */
	.solutionSec .solutionSec-lst .item .picArea {
		width:100%;
	}
}
@media screen and (max-width: 490px) {
	.solutionSec .solutionSec-tit-inner {
		padding:0px 0 10px;
		padding-left:25%;
		font-size:18px;
	}
	.solutionSec .solutionSec-tit-inner small {
		font-size:16px;
	}

	.solutionSec .solutionSec-lead {
		padding-left:19%;
	}
	.solutionSec .solutionSec-lead:before {
		width:17%;
	}



}
/* ----------
merrittSec
---------- */
.merrittSec {
	padding:100px 0;
}
.merrittSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

/* ---- */
.merrittSec .merrittTitArea {
}

.merrittSec .merrittTitArea .tit {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background:#036EB7;
	color:#fff;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	text-align:center;
	position:relative;
	margin-bottom:30px;
	border-radius:100px;
}
.merrittSec .merrittTitArea .tit:before {
	content:"";
	display:block;
	width:107px;
	height:138px;
	background:url(/shared/img/merrittTitArea--pic.png) no-repeat center center;
	background-size:auto 100%;
	position:absolute;
	top:-60px;
	left:0;
}
.merrittSec .merrittTitArea .txt {
	text-align:center;
	margin-bottom:35px;
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
}

/* ---- */
.merrittSec h3 {
}
.merrittSec h3 span {
}

/* ---- */
.merrittSec .merritt-lst {
	display:flex;
	flex-wrap:wrap;
	gap:35px 2.5%;
}
.merrittSec .merritt-lst .item {
	width:calc( (100% - 5%) / 3);
	background:#E8F7F3;
	border-radius:20px;
	padding:20px 18px 18px;
	position:relative;

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:10px;
}
.merrittSec .merritt-lst .item .lbl {
	color:#fff;
	padding:3px 1em;
	background:#00A8A6;
	border-radius:100px;
	font-weight:bold;
	position:absolute;
	right:1em;
	top:-15px;
	font-size:24px;
	line-height:1;
}
.merrittSec .merritt-lst .item .lbl span {
	font-size:16px;
	font-weight:500 !important;
}
.merrittSec .merritt-lst .item .tit {
	color:#00A8A6;
	font-size: clamp(19px, 0.2309vw + 17.2286px, 20px); /* Vary between 767px and 1200px */
}
.merrittSec .merritt-lst .item .txt {
	font-size: clamp(14px, 0.4619vw + 10.4573px, 16px); /* Vary between 767px and 1200px */
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.merrittSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.merrittSec {
		padding:50px 0;
	}
	.merrittSec .merrittTitArea .tit:before {
		width:80px;
		height:70px;

		top:50%;
		transform: translateY(-50%);

	}

	.merrittSec .merrittTitArea .txt {
		text-align:left;
	}


	.merrittSec .merritt-lst .item {
		width:calc( 100% / 1);
	}
}
@media screen and (max-width: 450px) {
	.merrittSec .merrittTitArea .tit {
		text-align:left;
		padding-left:80px;
		font-size:18px;
		border-radius:10px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.merrittSec .merrittTitArea .tit br {
		display:none;
	}
}


/* ----------
licenseSec
---------- */
.licenseSec {
	margin-bottom:100px;
	overflow:clip;
}

.licenseSec > .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:#D9D9D9;
	padding:100px 0 50px;
	position:relative;
}
.licenseSec > .inner::before {
	content:"";
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#D9D9D9;
}

.licenseSec > .inner::after{
	content:"";
	display:block;
	height:100%;
	width:8%;
	position:absolute;
	right:-8%;
	top:0;
	background:#D9D9D9;
	border-radius:0 15px 15px 0;
}

/* ---- */
.licenseSec-titArea {
	margin-bottom:50px;
}

/* ---- */
.licenseSec-titArea .licenseSec-titArea-lbl01 {
	font-size: clamp(20px, 0.9238vw + 12.9145px, 24px); /* Vary between 767px and 1200px */
	display:block;
	font-weight:bold;
}

.licenseSec-titArea .licenseSec-titArea-lbl02 {
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	font-weight:bold;
	margin-bottom:15px;
	display:block;
}

.licenseSec-titArea .licenseSec-titArea-lbl02 strong {
	font-size: clamp(25px, 3.4642vw + -1.5704px, 40px); /* Vary between 767px and 1200px */
}

.licenseSec-titArea .licenseSec-titArea-lbl02 strong .strongSmall {
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
}

.licenseSec-titArea .licenseSec-titArea-lbl02 .small {
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
}

.licenseSec-titArea .licenseSec-titArea-lbl02 .middle {
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
}

.licenseSec-titArea .tit {
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
}

/* SP */
@media screen and (max-width: 767px) {
}


/* ---- */
.licenseSec .licenseSec-lst {
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	gap:40px 3%;
	border-radius: clamp(15px, 3.4642vw + -11.5704px, 30px); /* Vary between 767px and 1200px */
	margin-bottom:30px;
	padding:70px 15px 15px;
}
.licenseSec .licenseSec-lst > .item {
	width:calc( ( 100% - 3%) / 2);
	background:#EEF6FF;
	border-radius: clamp(15px, 3.4642vw + -11.5704px, 30px); /* Vary between 767px and 1200px */
	padding:15px 15px 30px;
	position:relative;
}
.licenseSec .licenseSec-lst .item .level-lbl {
	width:18%;
	position:absolute;
	top:-18%;

}
.licenseSec .licenseSec-lst .item .level-lbl img {
	width:100%;
	max-width:100px;
	height:auto;
}
.licenseSec .licenseSec-lst .item p.tit {
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
.licenseSec .licenseSec-lst .item p.tit span{
	font-size:14px;
}
.licenseSec .licenseSec-lst .item ul {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	gap:0px 5%;
	z-index:10;

}
.licenseSec .licenseSec-lst .item ul li.item {
	width:calc( (100% - 5%) / 2);
	position:relative;
}
.icenseSec .licenseSec-lst .item ul li.item .pic {
	position:relative;
	z-index:1;
}
.licenseSec .licenseSec-lst .item ul li.item .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
	border-radius: clamp(10px, 2.5510vw + 0.4337px, 20px); /* Vary between 375px and 767px */
}
.licenseSec .licenseSec-lst .item ul li.item .lbl {
	background:#036EB7;
	color:#fff;
	font-size:16px;
	border-radius:100px;
	padding:3px 10px;
	position:absolute;
	z-index:10;
	bottom:-13px;
	right:10px;
}

/* ---- */
.licenseSec .licenseSec-lst-attentioin {
	margin-bottom:80px;

	display:flex;
	flex-direction:column;
	gap:10px;
}
.icenseSec .licenseSec-lst-attentioin li {
	font-size:16px;
}
.licenseSec .licenseSec-lst-attentioin li.small {
	font-size:14px;
}

/* ---- */
.licenseSec-diff-tbl{
	background:#fff;
	text-align:center;
	border-radius:15px;
	padding:25px;
	margin-bottom:30px;
}
.licenseSec-diff-tbl img{
	width:100%;
	max-width:1100px;
	height:auto;
}

/* ---- */
.licenseSec .licenseSec-lst-attentioin {
}
.licenseSec .licenseSec-lst-attentioin li.small {
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.licenseSec .inner {
		width: calc(100% - 30px);
	}
	.licenseSec .licenseSec-lst .item p.tit span{
		display:block;
	}
}

/* SP */
@media screen and (max-width: 900px) {
	.licenseSec .licenseSec-lst {
		gap:50px 1%;
	}
	.licenseSec .licenseSec-lst .item .level-lbl {
		top:-14%;

	}
}

/* SP */
@media screen and (max-width: 767px) {






	.licenseSec {
		margin-bottom:100px;
		background:#D9D9D9;
		margin-bottom:30px;
	}
	.licenseSec > .inner {
		padding:50px 0 30px;
	}
	.licenseSec > .inner::before {
		content:none;
	}
	.licenseSec > .inner::after{
		content:none;
	}



	.licenseSec .licenseSec-lst > .item {
		width:100%;
	}
	.licenseSec .licenseSec-lst > .item {
		border-radius: 10px;
		padding:10px 10px 20px;
	}
	.licenseSec .licenseSec-lst .item p.tit {
		text-align:left;
		padding-left:21%;
	}

	.licenseSec .licenseSec-lst .item .level-lbl {
		top:-14%;
	}

	.licenseSec .licenseSec-lst .item ul li.item .lbl {
		font-size:14px;
		padding:3px 5px;
		z-index:10;
		bottom:-13px;
		right:10px;
	}
	.licenseSec .licenseSec-lst .item ul {
		gap:0px 2%;
	}
	.licenseSec .licenseSec-lst .item ul li.item {
		width:calc( (100% - 2%) / 2);
	}

	.licenseSec .licenseSec-lst-attentioin {
		margin-bottom:30px;
	}
}


/* ----------
exemptionSec
---------- */
.exemptionSec {
}
.exemptionSec .inner {
	width:100%;
	height:100%;
	max-width:1200px;
	margin:0 auto;
	aspect-ratio: 40 / 13;
	position:relative;
	margin-bottom:100px;
}

/* ---- */
.exemptionSec .pic {
	position:absolute;
	top:0;
	left:0;

	z-index:10;
	width:40%;
}
.exemptionSec .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/* ---- */
.exemptionSec .cnt {
	position:absolute;
	top:22%;
	left:30%;

	width:70%;
	z-index:1;
	background:#EEF6FF;
	padding:30px 30px 30px 13%;
	border-radius:10px;
}
.exemptionSec .cnt .tit {
	color:#036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
}
.exemptionSec .cnt .tit span{
	font-size: clamp(16px, 2.7714vw + -5.2564px, 28px); /* Vary between 767px and 1200px */
}
.exemptionSec .cnt .txt {
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.exemptionSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 870px) {

	.exemptionSec .inner {
		aspect-ratio: auto;
	}
	/* ---- */
	.exemptionSec .pic {
		position:relative;
		top:0;
		left:0;

		z-index:10;
		width:90%;
		margin:0 auto;
	}
	/* ---- */
	.exemptionSec .cnt {
		position:relative;
		top:auto;
		left:auto;

		width:100%;
		margin:-30px auto 0;
		z-index:1;
		background:#EEF6FF;
		padding:40px 20px 20px;
	}

}


/* ----------
businesschanceSec
---------- */
.businesschanceSec {
	padding:100px 0;
	background:#D6EFFF;
}
.businesschanceSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

/* ---- */
.businesschanceSec .businesschanceSec-tit {
	color:#036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	text-align:center;
	margin-bottom:30px;
}
.businesschanceSec .businesschanceSec-txt {
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}

/* ---- */
.businesschanceSec .businesschance-lst {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:20px;

}
.businesschanceSec .businesschance-lst .item {
	width:calc( (100% - 40px) / 3);
	border-radius:15px;
	overflow:hidden;
	background:#fff;
	padding-bottom:15px;
}
.businesschanceSec .businesschance-lst .item .pic {
	margin-bottom:10px;
}
.businesschanceSec .businesschance-lst .item .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.businesschanceSec .businesschance-lst .item .tit {
	width:calc( 100% - 30px);
	margin:0 auto 10px;
	background:#036EB7;
	text-align:center;
	color:#fff;
	border-radius:10px;
	padding:5px;
	font-size: clamp(19px, 0.2309vw + 17.2286px, 20px); /* Vary between 767px and 1200px */
}
.businesschanceSec .businesschance-lst .item .txt {
	width:calc( 100% - 30px);
	margin:0 auto 10px;
	font-size:14px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.businesschanceSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.businesschanceSec .businesschance-lst {
		gap:15px;

	}
	.businesschanceSec .businesschance-lst .item {
		width:calc( (100% - 15px) / 2);
	}
	.businesschanceSec .businesschance-lst .item .tit {
		padding:5px;
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.businesschanceSec {
		padding:50px 0;
	}
}
/* ----------
licenseCourseTitSec
---------- */
.licenseCourseTitSec {
	padding-top:100px;
	margin-bottom:100px
}
.licenseCourseTitSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

/* ---- */
.licenseCourseTitSec .inner h2 {
}
.licenseCourseTitSec .inner p {
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.licenseCourseTitSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.licenseCourseTitSec {
		padding-top:50px;
		margin-bottom:50px
	}
}


/* ----------
licenseCourseSec
---------- */
.licenseCourseSec {
	overflow:clip;
}
.licenseCourseSec.beginnerCourse,
.licenseCourseSec.experiencedCourse {
	margin-bottom:100px;
}

.licenseCourseSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

.licenseCourseSec.beginnerCourse .inner{
	background:#FFD9B2;
	padding:80px 0;
}
.licenseCourseSec.experiencedCourse .inner{
	background:#B2E8DF;
	padding:80px 0;
}

/* --- before/after --- */
.licenseCourseSec.beginnerCourse .inner::before {
	content:"";
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#FFD9B2;
}
.licenseCourseSec.beginnerCourse .inner::after{
	content:"";
	display:block;
	height:100%;
	width:8%;
	position:absolute;
	right:-8%;
	top:0;
	background:#FFD9B2;
	border-radius:0 15px 15px 0;
}

.licenseCourseSec.experiencedCourse .inner::before {
	content:"";
	display:block;
	height:100%;
	width:8%;
	position:absolute;
	left:-8%;
	top:0;
	background:#B2E8DF;
	border-radius:15px 0px 0 15px;
}
.licenseCourseSec.experiencedCourse .inner::after{
	content:"";
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	right:-100%;
	top:0;
	background:#B2E8DF;
}



body.page-curriculum .licenseCourseSec.experiencedCourse .inner {
	background:#D9D9D9;
}
body.page-curriculum .licenseCourseSec.experiencedCourse .inner::before {
	background:#D9D9D9;
}
body.page-curriculum .licenseCourseSec.experiencedCourse .inner::after{
	background:#D9D9D9;
}




/* SP */
@media screen and (max-width: 767px) {

	.licenseCourseSec.beginnerCourse {
		margin-bottom:0px;
		background:#FFD9B2;
	}
	.licenseCourseSec.experiencedCourse {
		margin-bottom:0px;
		background:#B2E8DF;
	}

	.licenseCourseSec.beginnerCourse .inner,
	.licenseCourseSec.experiencedCourse .inner {
		padding:50px 0;
	}

	.licenseCourseSec.beginnerCourse .inner::before,
	.licenseCourseSec.beginnerCourse .inner::after,
	.licenseCourseSec.experiencedCourse .inner::before,
	.licenseCourseSec.experiencedCourse .inner::after {
		content:none;
	}
}

/* ---- */
.licenseCourseSec .inner .licenseCourseSec-mainTit {
	margin-bottom:50px;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	color:#46403B;
	background:url(/shared/img/beginnerCourse-mainTit-pic.png) no-repeat left center;
	background-size:auto 100%;
	padding-left:5%;
}
.beginnerCourse .inner .licenseCourseSec-mainTit { background-image:url(/shared/img/beginnerCourse-mainTit-pic.png); }
.experiencedCourse .inner .licenseCourseSec-mainTit { background-image:url(/shared/img/experiencedCourse-mainTit-pic.png); }

.licenseCourseSec .inner .licenseCourseSec-mainTit br{
	display:none;
}





.licenseCourseSec .inner .licenseCourseSec-mainTit02 {
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	color:#46403B;
	margin-bottom:30px;
}
.licenseCourseSec .inner .licenseCourseSec-mainTit02 span{
	display:inline-block;
	border-radius:100px;
	background:#FF8200;
	color:#fff;
	padding:5px 1em;
	font-size: clamp(17.00px, calc(1.17vw + 8.00px), 20.00px);
	margin-right:12px;
}
.experiencedCourse .licenseCourseSec-mainTit02 span{
	background:#46403B !important;
}




/* ---- */
.licenseCourseSec .inner .license-course {
	display:flex;
	flex-wrap:wrap;
	gap:60px 50px;
}

/* ---- */
.licenseCourseSec .license-course .item {
	background-color:#fff;
	border-radius:15px;
	padding:40px 60px 40px;
}

.licenseCourseSec .license-course .item:nth-child(1) { width:100%; }

.licenseCourseSec .license-course .item:nth-child(2),
.licenseCourseSec .license-course .item:nth-child(3) {
	width:calc((100% - 50px) / 2);
}

.course-lead{
	background:#fff;
	padding:clamp(20.00px, calc(7.81vw + -40.00px), 40.00px);
	border-radius:15px;
	margin-bottom: clamp(40.00px, calc(5.86vw + -5.00px), 55.00px);
}
.course-lead-title{
	font-size: clamp(19.00px, calc(1.95vw + 4.00px), 24.00px);
	margin-bottom: clamp(17.00px, calc(0.39vw + 14.00px), 18.00px);
	background:url(../img/licenseCourseSec-lead-pic.png) no-repeat left 5px;
	background-size:40px 40px;
	padding:5px 0 5px 40px;
}
.course-lead .cnt{
}
.course-lead .cnt .txt{
	font-size: clamp(17.00px, calc(0.39vw + 14.00px), 18.00px);
}



.item-license-course-main{
	background-image:url(/shared/img/licenseCourseSec-pic01.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-size:19% auto;
}

.item-license-course-sub01{
	background-image:url(/shared/img/licenseCourseSec-pic02.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-size:34% auto;
}

.item-license-course-sub02{
	background-image:url(/shared/img/licenseCourseSec-pic03.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-size:34% auto;
}


.item-license-course-content{
	width:100%;
}












.licenseCourseSec .license-course .item .license-course-title {
	border-radius:100px;
	background:#000;
	color:#fff;
	font-size: clamp(18px, 1.3857vw + 7.3718px, 24px); /* Vary between 767px and 1200px */
	text-align:center;
	padding:10px 10px;
	margin-top:-60px;
	margin-bottom:25px;
}
.licenseCourseSec.beginnerCourse .inner .license-course-title { background:#FF8200; }
.licenseCourseSec.experiencedCourse .inner .license-course-title { background: #00B496; }

/* ---- */
.licenseCourseSec .license-course .item .cnt {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
}
/* ---- */
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content {
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	padding-left:21%;
}

.item-license-course-sub01 .cnt{
	padding-left:35%;
}
.item-license-course-sub02 .cnt{
	padding-left:35%;
}


.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item {
	width:calc( ( 100% - 40px) / 2);
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
}
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item .tit {
}
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item .txt {
}
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item .lst {
	list-style:disc;
	margin-left:1.5em;
}
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item .lst::marker {
}
.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item .lst li::marker {
	color:#FF8200;
}

/* ---- */
.licenseCourseSec .license-course .item > div {
}
.licenseCourseSec .license-course .item .price {
	text-align:center;
}
.licenseCourseSec .license-course .item .price .price-inner {
	font-weight:bold;
	display:inline-block;
}
.licenseCourseSec .license-course .item .price .price-inner strong {
	font-size: clamp(25px, 5.8673vw + 2.9974px, 48px); /* Vary between 375px and 767px */
	font-family: "Montserrat", sans-serif;
	font-weight:700;
}
.licenseCourseSec .license-course .item .price .price-inner .yen {
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
}
.licenseCourseSec .license-course .item .price .price-inner .zei {
	display:block;
	text-align:right;
	font-size:16px;
}

/* ---- */
.licenseCourseSec .license-course .item .cnt-main:not(.split-content) {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
}
.licenseCourseSec .license-course .item .cnt-main .tit {
	background:#000;
	border-radius:100px;
	color:#fff;
	font-size: clamp(14px, 0.4619vw + 10.4573px, 16px); /* Vary between 767px and 1200px */
	padding:5px 10px;
	text-align:center;
}
.beginnerCourse .license-course .item .cnt-main .tit { background-color:#FF8200; }
.experiencedCourse .license-course .item .cnt-main .tit { background-color:#00B496; }

.licenseCourseSec .license-course .item .cnt-main .txt {
}









/* 準備中コンテンツ */
.preparation{
	background:#fff;
	border-radius:15px;
	padding:clamp(20.00px, calc(7.81vw + -40.00px), 40.00px);
}
.preparation .pic{
	text-align:center;
}
.preparation .pic img{
	width:100%;
	max-width:100px;
}
.preparation .cnt{
	width:100%;
	max-width:500px;
	margin:0 auto;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	text-align:center;
}
.preparation .cnt span{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
}













/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.licenseCourseSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {

	.item-license-course-main{
		background:none;
	}


	.licenseCourseSec .license-course .item {
		padding:40px 30px 40px;
	}
	
	.licenseCourseSec .license-course .item .cnt .cnt-main.split-content {
		gap:40px;
		padding-left:0;
	}

	.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item {
		width:100%;
	}
	.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item:nth-child(1) {
		padding-left:28%;

		background-image:url(/shared/img/licenseCourseSec-pic01.png);
		background-repeat: no-repeat;
		background-position:left top;
		background-size:25% auto;
	}


	.licenseCourseSec .license-course .item:nth-child(2),
	.licenseCourseSec .license-course .item:nth-child(3) {
		width:100%;
	}



	.licenseCourseSec .license-course .item .price .price-inner {
		font-weight:bold;
		display:inline-block;
	}
	.licenseCourseSec .license-course .item .price .price-inner strong {
	}
	.licenseCourseSec .license-course .item .price .price-inner .yen {
	}
	.licenseCourseSec .license-course .item .price .price-inner .zei {
		display:inline;
	}

	.item-license-course-sub01 .cnt{
		padding-left:25%;
	}
	.item-license-course-sub02 .cnt{
		padding-left:25%;
	}

	.item-license-course-sub01,
	.item-license-course-sub02{
		background-size:28% auto;
	}


	.licenseCourseSec-mainTit02{
		text-align:center;
	}
	.licenseCourseSec-mainTit02 span{
		display:block !important;
		text-align:center;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 600px) {
	.licenseCourseSec .inner .licenseCourseSec-mainTit {
		color:#46403B;
		background-size:auto 100%;
		padding-left:65px;
	}
	.licenseCourseSec .inner .licenseCourseSec-mainTit br{
		display:block;
	}
	.licenseCourseSec .license-course .item .cnt .cnt-main.split-content .split-cnt-item:nth-child(1) {
		padding-left:30%;
		background-size:25% auto;
	}
}















.item-license-course-content {
	background: #fff;
	border-radius: 24px;
	padding: clamp(24px, 3vw, 40px);
	border-radius:15px;
}

.item-license-course-content .license-course-title {
	margin: 0 0 clamp(24px, 3vw, 36px);
	text-align: center;
}

.item-license-course-content .license-course-title span {
	display:inline-block;
	background:url(../img/icon_literature.png) no-repeat left center;
	padding-left:65px;
}

.item-license-course-content .cnt {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 3vw, 40px);
}





/* 上部案内ボックス */
.item-license-course-content .cnt .license-course-lead {
	background: #F1EEE9;
	border-radius: 18px;
	padding: clamp(20px, 2.5vw, 32px);
	text-align: center;
}

.item-license-course-content .cnt .license-course-lead .tit {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	line-height: 1.6;
}
.item-license-course-content .cnt .license-course-lead .tit span {
	display:inline-block;
	background:url(../img/icon_calendar.png) no-repeat left center;
	padding-left:50px;
}

.item-license-course-content .cnt .license-course-lead .txt {
	margin: 0;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.9;
}




.license-course-curriculum {
	color: #333;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.8;
}

.license-course-curriculum__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 4vw, 48px);
	margin-bottom: clamp(28px, 4vw, 48px);
}

.license-course-curriculum__section h4,
.license-course-curriculum__section h5,
.license-course-curriculum__section h6,
.license-course-curriculum__section p,
.license-course-curriculum__section ul {
	margin-top: 0;
}

.license-course-curriculum__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.license-course-curriculum__head .num {
	display: block;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.license-course-curriculum__section--lecture .license-course-curriculum__head .num {
	background-image: url("/shared/img/license-course-curriculum_no01.png");
}

.license-course-curriculum__section--practice .license-course-curriculum__head .num {
	background-image: url("/shared/img/license-course-curriculum_no02.png");
}

.license-course-curriculum__section--exam .license-course-curriculum__head .num {
	background-image: url("/shared/img/license-course-curriculum_no03.png");
}

.license-course-curriculum__head h4 {
	margin: 0;
	font-weight: 700;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	line-height: 1.6;
	color: #111;
}

.license-course-curriculum__lead {
	margin: 0 0 22px;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.9;
}

.license-course-curriculum__lead .em {
	color: #FF8200;
	font-weight: 700;
}


.license-course-curriculum__cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.curriculum-card {
	position: relative;
	background: #F5F5F5;
	border-radius: 15px;
	padding: 18px 18px 16px 20px;
}

.curriculum-card::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 28px;
	height: 28px;
	background: url("/shared/img/check_green.png") no-repeat center center / contain;
}

.curriculum-card h5 {
	margin: 0 0 10px;
	padding-left: 42px;
	min-height: 28px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: clamp(16px, calc(0.78vw + 10px), 18px);
	line-height: 1.6;
	color: #111;
}

.curriculum-card p {
	margin: 0;
	font-size: clamp(15px, calc(0.39vw + 12px), 16px);
	line-height: 1.8;
}

.practice-steps {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.practice-step {
	display: grid;
	grid-template-columns: 76px 1fr;
	column-gap: 18px;
	align-items: start;
}

.practice-step__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	background: #FFD9B2;
	color: #FF8200;
	border-radius: 999px;
	font-weight: 700;
	font-size: clamp(14.00px, calc(0.78vw + 8.00px), 16.00px);
	line-height: 1.2;
	white-space: nowrap;


	position:relative;
	z-index:10;

}

.practice-step__content {
	position: relative;
	padding-left: 18px;
}

.practice-step:not(:last-child) .practice-step__content::before {
	content: "";
	position: absolute;
	top: 12px;
	left: -60px;
	width: 2px;
	height: calc(100% + 18px);
	background: #FFD9B2;
	z-index:1;
}

.practice-step__content h5 {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	line-height: 1.6;
	color: #111;
}

.practice-step__content h6 {
	margin: 8px 0 6px;
	font-weight: 700;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	line-height: 1.6;
	color: #444;
}

.practice-step__content p {
	margin: 0;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.8;
}

.practice-step__content ul {
	margin: 0;
	padding-left: 1.2em;
	list-style:disc;
}

.practice-step__content li {
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.8;
}

.practice-step__content li::marker {
	color: #FF8200;
}

.license-course-curriculum__exam {
	display: grid;
	grid-template-columns: 1fr 270px;
	gap: clamp(24px, 4vw, 40px);
	align-items:flex-start;
}

.license-course-curriculum__exam-text h5 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: clamp(16.00px, calc(0.78vw + 10.00px), 18.00px);
	line-height: 1.6;
	color: #111;
}

.license-course-curriculum__exam-text p {
	margin: 0 0 6px;
	font-size: clamp(15.00px, calc(0.39vw + 12.00px), 16.00px);
	line-height: 1.8;
}

.license-course-curriculum__exam-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}


@media (max-width: 900px) {
	.license-course-curriculum__grid,
	.license-course-curriculum__exam {
		grid-template-columns: 1fr;
	}

	.license-course-curriculum__exam-image {
		max-width: 420px;
	}
}

@media (max-width: 640px) {
	.practice-step {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	.practice-step__content {
		padding-left: 0;
	}

	.practice-step:not(:last-child) .practice-step__content::before {
		display: none;
	}

	.curriculum-card {
		padding: 16px 16px 14px 56px;
	}

	.curriculum-card::before {
		left: 16px;
		top: 18px;
		width: 24px;
		height: 24px;
	}
}
.license-course-bikou{
	margin-top:20px;
	list-style:disc;
	margin-left:1.5em;
}
.license-course-bikou li{
}


/* ----------
aboutSec
---------- */
.aboutSec {
	background:#D6EFFF;
	padding:100px 0;
}
.aboutSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

/* ---- */
.aboutSec .aboutSec-lead {
	position:relative;
	padding:10px 0;
	padding-left:10%;
	margin-bottom:80px;
	padding-left:10%;
	font-size: clamp(18px, 3.6952vw + -10.3418px, 34px); /* Vary between 767px and 1200px */
	font-weight:bold;
}
.aboutSec .aboutSec-lead:before {
	content:"";
	display:inline-block;
	width:7.5%;
	height:50px;

	background:url(/shared/img/solutionSec-lead-pic.png) no-repeat center center;
	background-size:100% auto;
	position:absolute;
	top:0;
	left:0;
}


/* ---- */
.aboutSec .about-lst {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.aboutSec .about-lst .item {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	gap:20px 5%;
}
.aboutSec .about-lst .item .pic {
	position:relative;
	width:45%;
}
.aboutSec .about-lst .item .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
	border-radius:15px;
}
.aboutSec .about-lst .item .txt {
	width:calc( 100% - ( 45% + 5%));
	position:relative;
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
	line-height:1.6;
}



.aboutSec .about-lst .item:nth-child(odd) .pic { order:1; }
.aboutSec .about-lst .item:nth-child(odd) .txt { order:2; }

.aboutSec .about-lst .item:nth-child(even) .pic { order:2; }
.aboutSec .about-lst .item:nth-child(even) .txt { order:1; }


/* ---- */
.aboutSec .about-ensen {
	margin-top:-80px;
}
.aboutSec .about-ensen .pic {
	display:block;
	text-align:right;
}
.aboutSec .about-ensen .pic img {
	width:100%;
	max-width:948px;
	height:auto;
	border-radius:15px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.aboutSec .inner {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 1100px) {
	.aboutSec .about-ensen {
		margin-top:20px;
	}
	.aboutSec .about-ensen .pic {
		display:block;
		text-align:center;
	}
	.aboutSec .about-ensen .pic img {
	}
}

/* SP */
@media screen and (max-width: 767px) {

	.aboutSec .aboutSec-lead {
		margin-bottom:40px;
	}
	.aboutSec .about-lst {
		gap:35px;
	}
	.aboutSec .about-lst .item {
		gap:10px 5%;
	}
	.aboutSec .about-lst .item .pic {
		width:100%;
	}
	.aboutSec .about-lst .item .txt {
		width:100%;
		padding:0 18px;
	}


	.aboutSec .about-lst .item:nth-child(odd) .pic { order:1; }
	.aboutSec .about-lst .item:nth-child(odd) .txt { order:2; }
	.aboutSec .about-lst .item:nth-child(even) .pic { order:1; }
	.aboutSec .about-lst .item:nth-child(even) .txt { order:2; }



}
@media screen and (max-width: 490px) {
	.aboutSec .aboutSec-lead {
		padding-left:19%;
	}
	.aboutSec .aboutSec-lead:before {
		width:17%;
	}
}

/* ----------
instructorSec
---------- */
.instructorSec {
	padding:100px 0;
}
.instructorSec .inner {
	width:100%;
	max-width:1540px;
	margin:0 auto;
}

/* ---- */
.title-drone--instructor{
	width:100%;
	max-width:1200px;
	margin:0 auto 20px;
}
.title-drone--instructor + p{
	width:100%;
	max-width:1200px;
	margin:0 auto 20px;
}

/* ---- */
.instructorSec .instructorLst {
	display:flex;
	flex-wrap:wrap;
	gap:5%;
}
.instructorSec .instructorLst .item {
	width:calc( (100% - 15%) / 4);

	display:flex;
	flex-direction:column;
	gap:10px;
}
.instructorSec .instructorLst .item .pic {
	text-align:center;
}
.instructorSec .instructorLst .item .pic img {
	width:100%;
	max-width:254px;
	height:auto;
	vertical-align:bottom;
}
.instructorSec .instructorLst .item .tit {
	text-align:center;
	color:#036EB7;
	font-weight:bold;
}
.instructorSec .instructorLst .item .txt {
}

/* Wide Breakpoint */
@media screen and (max-width: 1540px) {
	.instructorSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.instructorSec {
		padding:40px 0;
	}
	.instructorSec .instructorLst {
		gap:15px 3%;
	}
	.instructorSec .instructorLst .item {
		width:calc( (100% - 3%) / 2);

		display:flex;
		flex-direction:column;
		gap:10px;
	}

}
@media screen and (max-width: 360px) {
	.instructorSec .instructorLst {
		gap:15px
	}
	.instructorSec .instructorLst .item {
		width:100%;

	}

}



/* ----------
taikenSect
   ---------- */
.taikenSect {
	background:#FDF6EE;
	padding:100px 0;
}

/* ---- */
.taikenSect .inner {
	width:100%;
	max-width:1610px;
	margin:0 auto;
}

/* ---- */
.taikenSect .inner .taikenSect-titArea {
	margin-bottom:30px;
}
.taikenSect .inner .taikenSect-titArea .tit {
	text-align:center;
	color:#46403B;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
	margin-bottom:20px;
}
.taikenSect .inner .taikenSect-titArea .txt {
	text-align:center;
}

/* ---- */
.taikenSect .inner .taiken-lst {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 1.8%;

	margin-bottom:50px;
}
.taikenSect .inner .taiken-lst .item {
	border-radius:15px;
	overflow:hidden;
	background:#fff;

	display: grid;
	grid-template-rows: subgrid;  /* rows に subgrid を指定することで親要素の高さに揃う */
	grid-row: span 2; /* subgrid が指定されることで 親要素の4行分の高さになる */
	row-gap:10px;

}
.taikenSect .inner .taiken-lst .item .item-cnt {
	padding:15px;
}
.taikenSect .inner .taiken-lst .item .tit {
	display:block;
    width: 100%;
    margin: 0 auto 10px;
    background: #036EB7;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    font-size: clamp(19px, 0.2309vw + 17.2286px, 20px);

}
.taikenSect .inner .taiken-lst .item .txt {
}
.taikenSect .inner .taiken-lst .item .pic {
}
.taikenSect .inner .taiken-lst .item .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/* ---- */


/* ---- */
.taikenSect .inner .taiken-btn {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.taikenSect .inner .taiken-btn a{
	display:block;
	background:#FF9800;
	border-radius:100px;
	color:#fff;
	font-size: clamp(18px, 2.7714vw + -3.2564px, 30px); /* Vary between 767px and 1200px */
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:10px 1em;
	box-shadow: 0px 6px 0px 0px rgba(191, 114 , 0, 1);
}
.taikenSect .inner .taiken-btn a span{
	display:inline-block;
	background:url(/shared/img/icon-calender.png) no-repeat;
	background-size:auto 100%;
	padding-left: clamp(60px, 6.9284vw + 6.8591px, 90px); /* Vary between 767px and 1200px */
}



/* Wide Breakpoint */
@media screen and (max-width: 1610px) {
	.taikenSect .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.taikenSect {
		padding:50px 0;
	}

	.taikenSect .inner .taikenSect-titArea .txt {
		text-align:left;
	}

	.taikenSect .inner .taiken-lst {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.taikenSect .inner .taiken-btn a span{
		background-size:40px auto;
		background-position:left center;
		padding-left: clamp(60px, 6.9284vw + 6.8591px, 90px); /* Vary between 767px and 1200px */
		line-height:1.2;
	}

	.taikenSect .inner .taiken-lst .item .item-cnt {
		padding:10px;
	}

	.taikenSect .inner .taiken-lst .item .tit {
		padding: 5px 3px;
		font-size: 16px;
		font-weight:bold;

	}
}


/* ----------
faqSec
   ---------- */
.faqSec {
	background:#D6EFFF;
	padding:100px 0;
}

/* ---- */
.faqSec .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
   .faq-lst {
      list-style: none;
      padding: 0;
    }
    .faq-item {
      background: #fff;
      border-radius: 20px;
      margin-bottom: 24px;
      padding: 14px 15px;
      box-sizing: border-box;
      position: relative;
    }
    .faq-question {
      display: flex;
      align-items: center;
      cursor: pointer;
	font-size: clamp(16px, 0.4619vw + 12.4573px, 18px); /* Vary between 767px and 1200px */
      font-weight: bold;
      gap: 12px;
      user-select: none;
    }
    .faq-q-icon {
      width: 32px;
      height: 32px;
      background: url('/shared/img/faq-lst-q.png') no-repeat center center/contain;
      display: inline-block;
      flex-shrink: 0;
    }
    .faq-a-icon {
      width: 28px;
      height: 28px;
      background: url('/shared/img/faq-lst-a.png') no-repeat center center/contain;
      display: inline-block;
      flex-shrink: 0;
      margin-right: 8px;
      margin-top: 4px;
    }
    .faq-answer {
      display: none;
      margin-top: 14px;
      font-size: 1em;
      line-height: 1.6;
      align-items: flex-start;
      gap: 10px;
    }
    .faq-item.active .faq-answer {
      display: flex;
      align-items: flex-start;
    }
    .faq-toggle {
      margin-left: auto;
      font-size: 2em;
      color: #3498db;
      user-select: none;
    }




/* Wide Breakpoint */
@media screen and (max-width: 1000px) {
	.faqSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.faqSec {
		padding:50px 0;
	}

}


/* ----------
accessSec
---------- */
.accessSec {
	padding:100px 0;
}
.accessSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.accessSec .inner .accessSect-cnt {
	display:flex;
	flex-wrap:wrap;
	gap:10px 4%;
	margin-bottom:100px;
}
.accessSec .inner .accessSect-cnt .pic {
	width:40%;
}
.accessSec .inner .accessSect-cnt .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
	border-radius:15px;
}
.accessSec .inner .accessSect-cnt .cnt {
	width:calc(100% - (40% + 4%));
}
.accessSec .inner .accessSect-cnt .cnt .access-logo {
	display:flex;
	align-items:center;
	gap:10px 10px;

	border-bottom:dotted 3px #B2DDFB;
	padding-bottom:10px;
	margin-bottom:30px;
}
.accessSec .inner .accessSect-cnt .cnt .access-logo img {
	width:18%;
}
.accessSec .inner .accessSect-cnt .cnt .access-logo span {
	width:calc( 100% - (18% + 10px));
	color:#036EB7;
	font-size: clamp(20px, 3.2333vw + -4.7991px, 34px); /* Vary between 767px and 1200px */
}

/* ---- */
.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl {
	width:100%;
}
.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl th{
	width:30%;
	padding:10px;
}
.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl td{
	width:70%;
	padding:10px;
}

/* ---- */

.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl td a.contactArea-btn2  {
	display:block;
	max-width: 250px;
	background:#4A9302;
	border-radius:100px;
	color:#fff;
	font-size: clamp(12px, 2vw + -6px, 18px); /* Vary between 767px and 1200px */
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:10px 1em;
	box-shadow: 0px 6px 0px 0px #386d03;
}
.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl td a.contactArea-btn2 span {
	display:inline-block;
	background:url(/shared/img/icon-contact.png) no-repeat;
	background-size:auto 100%;
	padding-left: clamp(40px, 6.9284vw + 6.8591px, 60px); /* Vary between 767px and 1200px */
}


/* ---- */
.accessSec .inner .map {
}
.accessSec .inner .map iframe {
	width:100%;
	height:100%;
	aspect-ratio: 1200 / 600
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.accessSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 500px) {
	.accessSec {
		padding:50px 0;
	}
	.accessSec .inner .accessSect-cnt {
		gap:20px;
		margin-bottom:50px;
	}
	.accessSec .inner .accessSect-cnt .pic {
		width:100%;
	}
	.accessSec .inner .accessSect-cnt .cnt {
		width:100%;
	}
	.accessSec .inner .accessSect-cnt .cnt .tbl.access-tbl th{
		font-weight:bold;
	}
}



/* ----------
contactArea
---------- */
.contactArea {
	background:#036EB7;
}
.contactArea .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:40px 0;

	position:relative;
}

/* ---- */
.contactArea .inner .cnt{
	width:65%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
}
.contactArea .inner > .pic{
	width:calc( 100% - ( 20px + 65%)  );
	position:absolute;

	right:0;
	bottom:0;


}
.contactArea .inner > .pic img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}


/* ---- */
.contactArea .contactArea-tit {
	color:#fff;
	font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
	text-align:center;
}
.contactArea .contactArea-tit span{
	display:inline-block;
	padding:0 45px;
	background: 
		url("/shared/img/contact-tit-left.png")  left  center  no-repeat,
		url("/shared/img/contact-tit-right.png") right center no-repeat;
}


/* ---- */
.contactArea .contactArea-lst {
	display:flex;
	flex-wrap:wrap;
	gap:15px 30px;
	justify-content:center;
}
.contactArea .contactArea-lst .item {
	border-right:solid 1px #fff;
	padding-right:30px;
}
.contactArea .contactArea-lst .item:last-child {
	border:none;
	padding-right:0px;
}

.contactArea .contactArea-lst .item-inner {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:10px;
} 
.contactArea .contactArea-lst .item-inner > *{
	display:block;
	font-weight:bold;
}
.contactArea .contactArea-lst .item .tit {
	font-size: clamp(18px, 1.3857vw + 7.3718px, 24px); /* Vary between 767px and 1200px */
	color:#fff;
}
.contactArea .contactArea-lst .item .time {
	text-align:right;
}
.contactArea .contactArea-lst .item .time span {
	color:#036EB7;
	background:#fff;
	border-radius:100px;
	padding:2px 1.5em;
	font-size: clamp(14px, 0.4619vw + 10.4573px, 16px); /* Vary between 767px and 1200px */
}
/* ---- */
.contactArea .contactArea-btn a {
	display:block;
	background:#FF9800;
	border-radius:100px;
	color:#fff;
	font-size: clamp(18px, 2.7714vw + -3.2564px, 30px); /* Vary between 767px and 1200px */
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:10px 1em;
	box-shadow: 0px 6px 0px 0px rgba(191, 114 , 0, 1);
}
.contactArea .contactArea-btn a span {
	display:inline-block;
	background:url(/shared/img/icon-calender.png) no-repeat;
	background-size:auto 100%;
	padding-left: clamp(60px, 6.9284vw + 6.8591px, 90px); /* Vary between 767px and 1200px */
}


.contactArea .contactArea-btn2 a {
	display:block;
	background:#4A9302;
	border-radius:100px;
	color:#fff;
	font-size: clamp(16px, 2.7714vw + -3.2564px, 22px); /* Vary between 767px and 1200px */
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:10px 1em;
	box-shadow: 0px 6px 0px 0px #386d03;
}
.contactArea .contactArea-btn2 a span {
	display:inline-block;
	background:url(/shared/img/icon-contact.png) no-repeat;
	background-size:auto 100%;
	padding-left: clamp(40px, 6.9284vw + 6.8591px, 60px); /* Vary between 767px and 1200px */
}


/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.contactArea .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.contactArea .inner {
		padding:20px 0;
	}
	/* ---- */
	.contactArea .inner .cnt{
		width:100%;
		gap:20px;
	}
	.contactArea .inner > .pic{
		width:100%;
	}
	.contactArea .inner .cnt .pic{
		text-align:center;
	}
	.contactArea .inner .cnt .pic img{
		width:100%;
		max-width:200px;
		height:auto;
	}
	.contactArea .contactArea-tit {
		border-bottom:solid 2px #fff;
		padding-left:10px;
		padding-bottom:0px;
		letter-spacing:2px;
		color:#fff;
		font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
		text-align:left;

		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		gap:10px;

	}
	.contactArea .contactArea-tit br{
		display:none;
	}
	.contactArea .contactArea-tit span{
		display:inline-block;
		position:relative;
	}
	.contactArea .contactArea-tit:after {
		display:block;
		content:"";
		width:100px;
		height:100px;
		background:url(/shared/img/contact-leady.png) no-repeat center bottom;
		background-size:auto 100%;
	}

	.contactArea .contactArea-lst .item .time span {
		padding:2px 10px;
	}
	.contactArea .contactArea-btn a span {
		background-size:40px auto;
		background-position:left center;
		padding-left: clamp(60px, 6.9284vw + 6.8591px, 90px); /* Vary between 767px and 1200px */
		line-height:1.2;
	}

}



@media screen and (max-width: 550px) {
	.contactArea .contactArea-lst {
		display:flex;
		flex-wrap:wrap;
		flex-direction:column;
		gap:10px;
	}
	.contactArea .contactArea-lst .item-inner {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		flex-direction:row;
		gap:10px;
	} 
	.contactArea .contactArea-lst .item-inner > *{
		display:block;
		font-weight:bold;
	}

	.contactArea .contactArea-lst .item {
		border:none;
		padding:0;
	}
	.contactArea .contactArea-tit br{
		display:block;
	}

	.contactArea .contactArea-tit span{
		display:inline-block;
		padding:0 25px;
		background: 
			url("/shared/img/contact-tit-left.png")  left  center  no-repeat,
			url("/shared/img/contact-tit-right.png") right center no-repeat;
		background-size: auto 20px ,auto 20px;
	}
	.contactArea .contactArea-lst .item-inner {
		gap:5px;
	} 
	.contactArea .contactArea-lst .item .tit {
		font-size: 16px;
	}

	.contactArea .contactArea-tit:after {
		width:80px;
		height:80px;
	}
	.contactArea .contactArea-lst .item .time span {
		padding:2px 10px;
		font-size: 12px;
	}

	/*
	.contactArea .contactArea-lst .item-inner {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		flex-direction:column;
		gap:10px;
	} 
	.contactArea .contactArea-lst .item .tit,
	.contactArea .contactArea-lst .item .time {
		text-align:center;
	}
	.contactArea .contactArea-lst .item .time span {
	}
	*/
}

/* ----------
copyright
---------- */
.copyright {
	background:#035C99;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:10px 1em;
	font-style:none;
}

@media screen and (max-width: 767px) {
	.pageTop img {
		width:40px;
		height:auto;

	}
	.copyright {
		padding-bottom:80px;
	}
}






/* ----------
footer-float-banner
   ---------- */
/* バナー全体の高さを固定 */
.footer-float-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;            /* 高さ固定 */
    background: #fff;
    box-shadow: 0px -2px 11px rgba(0, 0, 0, 0.4);
    z-index: 999999;
    overflow: hidden;        /* はみ出し部分を隠す */
}

/* リストとアイテムをフレックスで並べる */
.footer-float-banner ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

/* 各アイテムの共通設定 */
.footer-float-banner li.item {
    flex: 1;                 /* 幅は子ごとにflex比で指定 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;            /* 親の80pxに合わせる */
    overflow: hidden;        /* 子要素のはみ出し防止 */
}

/* 幅比を指定 */
.footer-float-banner li.item:nth-child(1) { flex: 3; background: #FF9800; }
.footer-float-banner li.item:nth-child(2) { flex: 1; background: #036EB7; }
.footer-float-banner li.item:nth-child(3) { flex: 1; background: #4A9302; }

/* リンクをアイテムいっぱいに広げる */
.footer-float-banner li.item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* 画像をコンテナ内にフィットさせる */
.footer-float-banner li.item a img {
    max-height: 100%;       /* コンテナの高さを超えない */
    max-width: 100%;        /* 幅も超えない */
    object-fit: contain;    /* 比率を保ったまま中央寄せ */
    display: block;
}

/* ----------
SNS-Area
---------- */

.snsArea{
	padding: 50px 0px;
}


.snsArea ul{
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px
}

/* ----------
Android向けレイアウト補助
---------- */
@media screen and (max-width: 1140px) {
	.layoutBox {
		flex-direction: column;
	}
	.layoutBox .cnt,
	.layoutBox .pic {
		flex-basis: 100%;
	}
	.layoutBox .pic {
		margin-bottom: 20px;
	}

	.topBlogLstSec .topBlogLst .item {
		width: 100%;
	}
	.topBlogLstSec .topBlogLst .item a {
		flex-direction: column;
		gap: 10px;
	}
	.topBlogLstSec .topBlogLst .item .pic,
	.topBlogLstSec .topBlogLst .item .cnt {
		width: 100%;
	}

	.concernSec .concernSec-lst .item {
		width: 100%;
	}

	.solutionSec .solutionSec-lst .item {
		flex-direction: column;
	}
	.solutionSec .solutionSec-lst .item .cnt,
	.solutionSec .solutionSec-lst .item .picArea {
		width: 100%;
	}
	.solutionSec .solutionSec-lst .item:nth-child(odd) .cnt,
	.solutionSec .solutionSec-lst .item:nth-child(odd) .picArea,
	.solutionSec .solutionSec-lst .item:nth-child(even) .cnt,
	.solutionSec .solutionSec-lst .item:nth-child(even) .picArea {
		order: initial;
	}

	.merrittSec .merritt-lst .item {
		width: 100%;
	}

	.accessSec .inner .accessSect-cnt {
		gap: 20px;
	}
	.accessSec .inner .accessSect-cnt .pic,
	.accessSec .inner .accessSect-cnt .cnt {
		width: 100%;
	}

	.contactArea .inner .cnt {
		width: 100%;
	}
	.contactArea .inner > .pic {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
	.contactArea .contactArea-lst {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}
	.contactArea .contactArea-lst .item {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.contactArea .contactArea-lst .item-inner {
		align-items: center;
	}
	.contactArea .contactArea-lst .item-inner > * {
		text-align: center;
	}
}
