@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.agbalumo {
	font-weight: 400 !important;
	font-family: "Agbalumo", system-ui;
}
.antonio {
	font-weight: 700 !important;
	font-family: "Antonio", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 130rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 16rem;
	text-align: center;
	color: #fff;
}
.headLine01 .en {
	width: fit-content;
	margin: 0 auto 4.2rem;
	display: block;
	padding: 0 2.9rem;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.576rem;
	font-family: "Agbalumo", system-ui;
	background: url(../img/common/line02.webp) no-repeat left bottom,url(../img/common/line03.webp) no-repeat right bottom;
	background-size: 1.8rem auto;
}
.headLine01 .jp {
	margin-left: 2rem;
	display: block;
	font-size: 5rem;
	font-weight: 900;
	line-height: 0.8;
}
.headLine01 .color {
	color: #E8FF39;
	font-size: 7rem;
	background: -webkit-linear-gradient(#0B697E,#0B697E) repeat-x center bottom 0.9rem / 100% 2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5rem;
	}
	.headLine01 .en {
		margin: 0 auto 2.7rem;
		padding: 0 1.5rem;
		font-size: 1.4rem;
		letter-spacing: 0.336rem;
		background-size: 1.2rem 1.6rem;
	}
	.headLine01 .jp {
		margin-left: 0;
		font-size: 2.4rem;
	}
	.headLine01 .color {
		width: fit-content;
		margin: 1.2rem auto 1rem;
		display: block;
		font-size: 2.8rem;
		padding-bottom: 0.8rem;
		background-position: center bottom;
		background-size: 100% 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 7rem;
	color: #1DCEE1;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
.headLine02 .en {
	margin: 0 auto 3.2rem;
	padding: 0 3rem 0.5rem 3.3rem;
	display: block;
	width: fit-content;
	color: #0B697E;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.576rem;
	background: url(../img/common/line05.webp) no-repeat left bottom 0.3rem,url(../img/common/line06.webp) no-repeat right bottom 0.3rem;
	background-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.8rem;
		font-size: 2.4rem;
	}
	.headLine02 .en {
		margin-bottom: 1.6rem;
		padding: 0 1.8rem;
		font-size: 1.4rem;
		letter-spacing: 0.336rem;
		background-position: left bottom 0.5rem, right bottom 0.5rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 9.2rem 0 12rem;
	text-align: center;
	background: url(../img/common/contact_bg.webp) no-repeat left top;
	background-size: cover;
}
.comContact .ttl {
	margin-bottom: 1.7rem;
	color: #E8FF39;
	font-size: 6rem;
	font-weight: 900;
	letter-spacing: 0.6rem;
}
.comContact p {
	margin-bottom: 4.1rem;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.2rem;
	color: #fff;
	font-feature-settings: "palt";
}
.comContact .linkList {
	width: 100rem;
	margin: 0 auto;
}
.comContact .linkList li {
	width: 44rem;
}
.comContact .linkList a {
	height: 10rem;
	padding: 0 0 0.2rem 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	letter-spacing: 0.3rem;
	background: url(../img/common/icon06.webp) no-repeat left 12.5rem top 43%;
	background-size: 3.6rem auto;
	border: 0.4rem solid #fff;
	box-sizing: border-box;
	border-radius: 0.8rem;
}
.comContact .linkList a:hover {
	opacity: 0.65;
}
.comContact .linkList li:first-child a {
	padding-left: 3.2rem;
	background: url(../img/common/icon05.webp) no-repeat left 11.4rem top 48%;
	background-size: 3rem auto;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 5.2rem 0 6rem;
		background-image: url(../img/common/contact_bg_sp.webp);
	}
	.comContact .ttl {
		margin-bottom: 1.5rem;
		font-size: 2.8rem;
		line-height: 1.4;
		letter-spacing: 0.28rem;
	}
	.comContact p {
		margin-bottom: 2.6rem;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.14rem;
	}
	.comContact .linkList {
		width: 31.5rem;
		margin: 0 auto;
		display: block;
	}
	.comContact .linkList li {
		width: auto;
	}
	.comContact .linkList li:first-child {
		margin-bottom: 2rem;
	}
	.comContact .linkList a {
		height: 7rem;
		padding: 0 0 0.3rem 2.3rem;
		font-size: 2.4rem;
		letter-spacing: 0.24rem;
		background-position: left 7.1rem top 34%;
		background-size: 3.1rem auto;
	}
	.comContact .linkList li:first-child a {
		padding-left: 1.8rem;
		background-position: left 7rem top 48%;
		background-size: 2.5rem auto;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.fixBox {
		display: none;
	}
}
.fixBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 98;
}
.fixBox li {
	width: 50%;
}
.fixBox li a {
	height: 6rem;
	padding-left: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 0.2rem;
	background: #0B697E url(../img/common/icon02.webp) no-repeat left calc(50% - 4.5rem) top 43%;
	background-size: 2.5rem auto;
	box-sizing: border-box;
}
.fixBox li:first-child a {
	background: #1DCEE1 url(../img/common/icon01.webp) no-repeat left calc(50% - 5.3rem) top 47%;
	background-size: 2rem auto;
}