/*

#37A7AD
#EFF7F7

*/



/* ------------------------------ COMMON */
._mt0{margin-top:0 !important;}
._mt5{margin-top:5px !important;}
._mt10{margin-top:10px !important;}
._mt15{margin-top:15px !important;}
._mt20{margin-top:20px !important;}
._mt30{margin-top:30px !important;}
._mt40{margin-top:40px !important;}
._mt50{margin-top:50px !important;}
._mt60{margin-top:60px !important;}
._mt70{margin-top:70px !important;}
._mt80{margin-top:80px !important;}
._mt90{margin-top:90px !important;}
._mt100{margin-top:100px !important;}

._mb0{margin-bottom:0 !important;}
._mb5{margin-bottom:5px !important;}
._mb10{margin-bottom:10 !important;}
._mb15{margin-bottom:15px !important;}
._mb20{margin-bottom:20px !important;}
._mb30{margin-bottom:30px !important;}
._mb40{margin-bottom:40px !important;}
._mb50{margin-bottom:50px !important;}
._mb60{margin-bottom:60px !important;}
._mb70{margin-bottom:70px !important;}
._mb80{margin-bottom:80px !important;}
._mb90{margin-bottom:90px !important;}
._mb100{margin-bottom:100px !important;}

._ml10{margin-left:10px !important;}
._ml20{margin-left:20px !important;}
._ml50{margin-left:50px !important;}
._mr10{margin-right:10px !important;}
._mr20{margin-right:20px !important;}
._pt0{padding-top:0 !important;}
._pt10{padding-top:0 !important;}
._pt20{padding-top:0 !important;}
._pt30{padding-top:0 !important;}
._pt40{padding-top:0 !important;}
._pb50{padding-bottom:0 !important;}

._bgw{background-color:#fff !important;}
._bglb{background-color:#EFF7F7 !important;}
._bdb{border:1px solid #6EC1C5 !important;}
._fs12rem{font-size:2rem !important;}
._fs20p{font-size:20px !important;}
._fwb{font-weight:bold !important;}
._tac{text-align:center !important;}
._fcBlack{color:#000 !important;}
.flex{display:flex;}


/* ------------------------------ HEADING */
.hdg01{
	padding: 50px 0;
	text-align: center;
	font-size: 42px;
	line-height: 1.42;
}
.hdg01 span{
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: #55ace0;
	letter-spacing: 0.1em;
}
.hdg01 small{
	display: block;
	font-size: 24px;
}
.hdg02{
	font-size: 42px;
	color: #fff;
	line-height: 1.5;
}
.hdg02 span{
	display: block;
  font-size: 20px;
  font-weight: normal;
}
.hdg03{
	padding: 0 20px 70px;
	font-size: 42px;
	line-height: 1;
	white-space: nowrap;
}
.hdg03::before{
	content: "";
	width: 10px;
	height: 42px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2.5rem;
	background: linear-gradient(-90deg,rgb(76, 140, 210),
	rgb(85, 172, 224));
}
.hdg03 span{
	font-size: 24px;
}
.hdg04{
	padding: 50px 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.42;
}
.hdg04 small{
	display: block;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.hdg01{
		font-size: 24px;
	}
	.hdg01 span{
		font-size: 16px;
	}
	.hdg01 small{
		font-size: 16px;
	}
	.hdg02{
		font-size: 24px;
	}
	.hdg03{
		font-size: 24px;
	}
	.hdg03::before{
		content: "";
		width: 10px;
		height: 24px;
		margin-right: 2rem;
	}
	.hdg03 span{
		font-size: 18px;
	}
	.hdg04{
		font-size: 20px;
	}
	.hdg04 small{
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.hdg01{
		padding: 30px 0;
		font-size: 20px;
	}
	.hdg01 span{
		margin: 0;
		font-size: 14px;
	}
	.hdg01 small{
		font-size: 14px;
	}
	.hdg02{
		font-size: 21px;
	}
	.hdg02 span{
		font-size: 12px;
	}
	.hdg03{
		padding: 0 20px 30px;
		font-size: 20px;
	}
	.hdg03::before{
		content: "";
		width: 5px;
		height: 20px;
		margin-right: 1rem;
	}
	.hdg03 span{
		font-size: 12px;
	}
	.hdg04{
		padding: 30px 0;
		font-size: 18px;
	}
	.hdg04 small{
		font-size: 14px;
	}
}


/* ------------------------------ BUTTON */
.btn_01{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	border: 2px solid transparent;
	border-radius: 50vw;
	width: 90%;
	max-width: 480px;
	height: 60px;
	font-size: 18px;
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	z-index:1;
	box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.btn_01::before{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	box-sizing:border-box;
	border-radius:50vw;
	width:100%;
	height:100%;
	background:#fff;
	background-clip:content-box;
	content:"";
}
.btn_01 span{
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_01::after{
	content: "";
	background: url(./images/common/btn_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 40px;
	height: 5px;
	right: 5%;
}
.btn_04{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	border: 2px solid transparent;
	border-radius: 50vw;
	width: 90%;
	max-width: 480px;
	height: 60px;
	font-size: 18px;
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	z-index:1;
	box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.btn_04::before{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	box-sizing:border-box;
	border-radius:50vw;
	width:100%;
	height:100%;
	background:#fff;
	background-clip:content-box;
	content:"";
}
.btn_04 span{
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.open .btn_01::after{
	content: "";
	background: url(./images/common/btn_close.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 5%;
}
@media screen and (max-width: 480px){
	.btn_01{
		font-size: 14px;
		height: 40px;
		width: 95%;
	}
	.btn_01::after{
		width: 20px;
		height: 3px;
	}
	.open .btn_01::after{
		width: 8px;
		height: 8px;
	}
}

.btn_02{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 1em auto;
	border: 2px solid transparent;
	border-radius: 50vw;
	width: 90%;
	max-width: 480px;
	height: 80px;
	font-size: 20px;
	background: linear-gradient(-90deg,#0ba360,#3cba92);
	z-index:1;
}
.btn_02::after{
	content: "";
	background: url(./images/common/btn_arrow_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 40px;
	height: 5px;
	right: 5%;
}
@media screen and (max-width: 480px){
	.btn_02{
		font-size: 16px;
		height: 40px;
		width: 80%;
	}
	.btn_02::after{
		width: 20px;
		height: 3px;
	}
}


.btn_03{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	border: 2px solid transparent;
	border-radius: 50vw;
	width: 90%;
	max-width: 480px;
	height: 60px;
	font-size: 18px;
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	z-index:1;
	box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.btn_03::before{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	box-sizing:border-box;
	border-radius:50vw;
	width:100%;
	height:100%;
	background:#f3f7fb;
	background-clip:content-box;
	content:"";
}
.btn_03 span{
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_03::after{
	content: "";
	background: url(./images/common/btn_arrow_03.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 40px;
	height: 5px;
	left: 5%;
}
@media screen and (max-width: 480px){
	.btn_03{
		font-size: 14px;
		height: 40px;
		width: 80%;
	}
	.btn_03::after{
		width: 20px;
		height: 3px;
	}
}


/* ------------------------------ BREADCRUMB */
.breadcrumb{
	max-width: 1580px;
	margin: 0 auto;
	padding: 20px;
}
.breadcrumb li{
	display: inline;
	color: #fff;
}
.breadcrumb li:after{
	content: '＞';
	padding: 0 .5em;
	color: #fff;
}
.breadcrumb li:last-child:after{
	content: "";
}
.breadcrumb li a{
	color: #fff;
}
@media screen and (max-width: 768px){
	.breadcrumb li:after,.breadcrumb li,.breadcrumb li a{
		font-size: 10px;
	}
}
@media screen and (max-width: 480px){
	.breadcrumb{
		padding: 10px 20px;
	}
}
