@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
.en {font-family: "Josefin Sans", sans-serif;}
.num {font-family: "Oswald", sans-serif;}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #74D0F5;
}
.loading .scroll {
	width: 12.8rem;
	height: 29.4rem;
	overflow: hidden;
	background: url(../img/common/loading_img.png) repeat center top / 100% auto;
	animation: loadingImg 0.75s linear infinite;
}
@keyframes loadingImg {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 0% 6.5rem;
	}
}
@media all and (max-width: 896px) {
	.loading .scroll {
		width: 7.4rem;
		height: 17rem;
		animation: loadingImgSp 0.75s linear infinite;
	}
}
@keyframes loadingImgSp {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 0% 3.8rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

a {
	display: block;
}
/* main */
#main {
	padding: 15.8rem 0 0;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 10rem;
	}
}
/* content */
.content {
	margin: 0 auto;
	padding-right: 8rem;
	max-width: 110rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0;
		width: calc(100vw - 3rem);
	}
}
/* comPageTitle */
.comPageTitle {
	margin-bottom: 0.2rem;
}
.comPageTitle span {
	display: block;
	font-feature-settings: "palt";
}
.comPageTitle .jp {
	margin-bottom: 3.4rem;
	padding: 0.6rem 3.3rem 0.8rem 5.9rem;
	width: fit-content;
	font-size: 2rem;
	letter-spacing: 0.12em;
	border-radius: 2.5rem;
	border: 0.2rem solid #000;
	position: relative;
}
.comPageTitle .jp::before {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: 0.2rem solid #000;
	background: #6EDE8A;
	box-sizing: border-box;
}
.comPageTitle .jp::after {
	width: 2.3rem;
	height: 1.5rem;
	content: "";
	position: absolute;
	left: 3.2rem;
	bottom: -1rem;
	background: url(../img/common/bg05.png) no-repeat center top / 100%;
}
.comPageTitle .en {
	font-size: 12rem;
	letter-spacing: -0.03em;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.comPageTitle  {
		margin-bottom: 2.2rem;
	}
	.comPageTitle .jp {
		margin-bottom: 1.7rem;
		padding: 0.4rem 2rem 0.4rem 3rem;
		font-size: 1.7rem;
	}
	.comPageTitle .jp::before {
		width: 1.2rem;
		height: 1.2rem;
		left: 1.3rem;
	}
	.comPageTitle .jp::after {
		width: 2rem;
		height: 1.2rem;
		bottom: -0.8rem;
	}
	.comPageTitle .en {
		font-size: 6rem;
	}
}
/* comBgBox */
.comBgBox {
	border-top: 0.5rem solid #000;
	border-bottom: 0.5rem solid #000;
	overflow: hidden;
	background: url(../img/common/bg02.png) no-repeat right -7.7rem top -0.5rem / 33.7rem,#74D0F5;
}
.comBgBox.bgBox02 {
	background-size: 34.1rem;
	position: relative;
	background-position: right top ;
	background-image: url(../img/common/bg03.png);
}
@media all and (max-width: 896px) {
	.comBgBox {
		border-width: 0.3rem;
		background-size: 20rem;
	}
	.comBgBox.bgBox02 {
		background-size: 21rem;
	}
}
/* comPosText */
.comPosText {
	position: absolute;
	top: -3.5rem;
	left: calc(50% + 15rem);
	font-size: 24rem;
	line-height: 1;
	color: #999;
	opacity: 0.1;
	font-weight: 700;
	letter-spacing: -0.02em;
}
.comPosText.blue {
	color: #0071BC;
}
@media all and (max-width: 896px) {
	.comPosText {
		font-size: 10rem;
		left: auto;
		right: -0.4rem;
		top: -1.2rem;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 5.4rem;
	font-size: 4.6rem;
	line-height: 1.63;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 1;
}
.headLine01 span {
	display: block;
}
.headLine01 .en {
	margin-bottom: 0.6rem;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.6rem;
	}
	.headLine01 .en {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.headLine01 .jp {
		line-height: 1.4;
	}
}
/* headLine02 */
.headLine02 {
	margin: 0 auto;
	width: 24rem;
	height: 50rem;
	font-size: 6rem;
	line-height: 1.9;
	letter-spacing: 0.12em;
	text-indent: -4.5rem;
}
.headLine02 img {
	margin-bottom: 1rem;
	width: 9.7rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.headLine02 .text {
		display: block;
		writing-mode: vertical-rl;
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 0 5rem;
		width: auto;
		font-size: 3.2rem;
		height: auto;
	}
	.headLine02 .text {
		display: block;
	}
	.headLine02 img {
		margin-bottom: 0;
		width: 5.7rem;
		vertical-align: top;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 2.8rem;
	font-size: 3.6rem;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 2.6rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}
/* comBox */
.comBox {
	padding: 20.5rem 0 20.4rem;
	position: relative;
	background: url(../img/common/bg04.png) no-repeat left -13.4rem top  / 37.2rem;
}
.comBox .content {
	padding-right: 0;
}
.comBox::before,
.comBox::after {
	width: 100%;
	height: 11.2rem;
	position: absolute;
	top: -0.6rem;
	left: 0;
	content: "";
	background: url(../img/common/bg06.png) no-repeat center top / 100% 100%;
}
.comBox::after {
	top: auto;
	bottom: -0.5rem;
	transform: rotate(180deg);
}
.comBox .heading {
	margin: 0 auto 6.8rem;
	width: 54.4rem;
}
.comBox  .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.comBox  .list li {
	width: calc((100% - 4.5rem) / 4);
}
.comBox .list a {
	height: 100%;
	min-height: 20.3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	border: 0.3rem solid #000;
	background: #74D0F5;
	overflow: hidden;
	position: relative;
}
.comBox .list a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}
.comBox .list a span {
	display: block;
}
.comBox .list a .en {
	margin-bottom: 1.2rem;
	height: 2.9rem;
}
.comBox .list a .en img {
	width: auto !important;
	height: 100%;
}
.comBox .list .item01 a {
	background: #FFCB1F;
}
.comBox .list .item02 a {
	background: #6EDE8A;
}
.comBox .list .item03 a {
	background: #FFFA84;
}
.comBox .list .item04 a {
	background: #FFA3A6;
}
@media all and (min-width: 897px) {
	.comBox .list a:hover::before {
		opacity: 0.3;
	}
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 11rem 0;
		background-size: 20rem;
		background-position: left -8rem top;
	}
	.comBox::before,
	.comBox::after {
		height: 5.2rem;
	}
	.comBox .heading {
		margin-bottom: 5rem;
		width: 30.4rem;
	}
	.comBox .list {
		display: block;
	}
	.comBox .list li {
		width: 100%;
	}
	.comBox .list li + li {
		margin-top: 2rem;
	}
	.comBox .list a {
		min-height: 10.3rem;
		font-size: 1.5rem;
		border-radius: 2rem;
	}
	.comBox .list a .en {
		height: 2rem;
		margin-bottom: 1rem;
	}
}
/* comBtn */
.comBtn a {
	margin: 0 auto;
	font-size: 1.6rem;
	width: 33rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 5rem;
	color: #fff;
	box-sizing: border-box;
	background: #000;
	position: relative;
	overflow: hidden;
}
.comBtn a::before,
.comBtn02 a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
@media all and (min-width: 897px) {
	.comBtn a:hover::before {
		opacity: 0.3;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 100%;
		height: 6rem;
		font-size: 1.8rem;
	}
}
/* comBtn02 */
.comBtn02 a {
	padding: 0.5rem 4rem 0.5rem 4.5rem;
	width: 33.3rem;
	height: 7rem;
	display: flex;
	align-items: center;
	border-radius: 3.4rem;
	border: 0.2rem solid #000;
	box-shadow: 0 0.6rem 0 #000;
	position: relative;
	background: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	overflow: hidden;
	position: relative;
}
.comBtn02 a::after {
	width: 3rem;
	height: 3rem;
	content: "";
	position: absolute;
	right: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #74D0F5 url(../img/common/arrow_icon04.png) no-repeat center center / 1.6rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover::before {
		opacity: 0.3;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		width: 100%;
		font-size: 1.8rem;
	}
}
/* comTab */
.comTab {
	margin-bottom: 6.9rem;
	padding: 5.6rem 5.5rem 6.5rem;
	border-radius: 3rem;
	border: 0.5rem solid #000;
	background: #fff;
	position: relative;
	z-index: 1;
}
.comTab .heading {
	margin-bottom: 1.3rem;
	font-size: 3.6rem;
	line-height: 1.583;
	letter-spacing: 0.1em;
}
.comTab table {
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	padding: 2.8rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.222;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #000;
	word-break: break-all;
}
.comTab th {
	width: 27.6%;
}
.comTab td small {
	font-size: 1.3rem;
	line-height: 3;
}
.comTab td a {
	font-weight: 700;
	color: #6EDE8A;
	display: inline-block;
	line-height: 1.4;
	border-bottom: 0.2rem solid #6EDE8A;
}
.comTab td a[href^="tel:"] {
	color: #000;
	font-weight: 500;
	border: none;
}
@media all and (min-width: 897px) {
	.comTab a:hover {
		border-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.comTab {
		margin-bottom: 3.5rem;
		padding: 3rem 2rem;
		border-radius: 2rem;
		border-width: 0.4rem;
	}
	.comTab .heading {
		font-size: 3rem;
	}
	.comTab th, 
	.comTab td {
		padding: 0.5rem 0 2.1rem;
		width: 100% !important;
		font-size: 1.6rem;
		display: block;
		line-height: 1.7;
		text-align: justify;
	}
	.comTab th {
		padding: 1.8rem 0 0;
		font-size: 1.8rem;
		border-bottom: none;
		font-weight: 700;
	}
	.comTab td small {
		display: block;
		line-height: 1.8;
	}
	.comTab td a  {
		line-height: 1.1;
	}
}
/* comList */
.comList {
	display: flex;
	gap: 2rem;
}
.comList li {
	width: 22.3rem;
}
.comList a {
	min-height: 10.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 0.6rem;
	border: 0.2rem solid #000;
	box-shadow: 0 0.6rem 0 #000;
}
.comList a img {
	width: auto;
	height: 6.8rem;
}
.comList .line a {
	background: #00B900;
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.7;
	}

}
@media all and (max-width: 896px) {
	.comList li {
		width: calc(50% - 1rem);
	}
	.comList a {
		min-height: 8rem;
	}
	.comList a img {
		height: 5.2rem;
	}
}
.comBtnList {
	margin-bottom: 3.9rem;
	gap: 0.5rem;
	position: relative;
	z-index: 1;
}
.comBtnList a {
	padding: 1.3rem 6.1rem 1.5rem 3.2rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 2.7rem;
	border: 0.2rem solid #000;
	background: #fff url(../img/common/arrow_icon03.png) no-repeat center right 1.7rem / 2rem;
}
@media all and (min-width: 897px) {
	.comBtnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtnList a {
		padding: 1rem 5rem 1rem 2rem;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	filter: blur(10px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}