@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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 */
.din {
	font-family: "Barlow Condensed", sans-serif;
}
.maru {
	font-family: "Zen Maru Gothic", sans-serif;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	position: relative;
	z-index: 1;
}
.pageTitle img {
	width: 100%;
}
.pageTitle h2 {
	padding: 3.1rem 2rem 2.3rem 6.2rem;
	width: 37.9rem;
	position: absolute;
	left: 0;
	top: -3.8rem;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	border-radius: 0 1.8rem 1.8rem 0;
	background: #3783F1;
}
.pageTitle h2::before {
	width: 5rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	top: 4.3rem;
	background: #fff;
	content: '';
}
.pageTitle h2 .ja {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 2.4rem;
}
.pageTitle h2 .en {
	margin-left: -0.3rem;
	display: block;
	font-size: 8.3rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.pageTitle h2 {
		padding: 2.5rem 2rem 2rem 5rem;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		border-radius: 0;
	}
	.pageTitle h2::before {
		width: 4rem;
		top: 3.5rem;
	}
	.pageTitle h2 .ja {
		font-size: 2rem;
	}
	.pageTitle h2 .en {
		margin: 0;
		font-size: 5rem;
	}
	.pageTitle img {
		aspect-ratio: 375/200;
		object-fit: cover;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 4.8rem;
	max-width: 110rem;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 1.5rem;
		max-width: initial;
	}
}
/*------------------------------------------------------------
	comBtmImg
------------------------------------------------------------*/
.comBtmImg {
	width: 28.1rem;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	pointer-events: none;
	user-select: none;
}
@media all and (max-width: 896px) {
	.comBtmImg {
		width: 18rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	display: flex;
	justify-content: center;
}
.comBtn a {
	padding: 0.7rem 3.4rem 0.7rem 2rem;
	width: 21.2rem;
	max-width: 100%;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	border-radius: 5rem;
	background: #478DF2 url(../img/common/icon04.png) no-repeat right 1.4rem center / 1.4rem;
}


