@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 */
.mincho {
	font-family: "Zen Old Mincho", serif;
}
.garamond {
	font-family: "EB Garamond", serif;
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.fixBtn.ctaBtn {
	right: 1rem;
}
.fixBtn.pageTop {
	left: 1rem;
}
.fixBtn a {
	width: 4rem;
	display: block;
	border-radius: 5rem;
	background: rgba(255, 255, 255, 0.80);
	opacity: 1;
}
.fixBtn a img {
	width: 100%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		background: rgba(150, 171, 178, 0.8);
	}
	.fixBtn a:hover img {
		filter: grayscale(100%) invert(100%) saturate(0%);
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		display: none !important;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.pageTitle {
	padding: 5rem 2rem;
	width: 100%;
	min-height: 40rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageTitle::after {
	width: 100%;
	height: 4.1rem;
	position: absolute;
	left: 0;
	bottom: -0.05rem;
	background: url(../img/common/img_wave.png) repeat-x center top / 144rem auto;
	border-bottom: 0.1rem solid #fff;
	box-sizing: border-box;
	content: '';
	z-index: 2;
}
.pageTitle .hero img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.pageTitle h2 {
	padding: 1.7rem 0.5rem;
	min-width: 40rem;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(1.5rem);
	border: 0.1rem solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
	border-radius: 0.8rem;
}
.pageTitle h2 .eng {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.pageTitle h2 {
		padding: 2.1rem 0.5rem;
		width: 100%;
		min-width: initial;
		max-width: 40rem;
	}
	.pageTitle h2 .eng {
		margin-bottom: 0.3rem;
		font-size: 3.4rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 112rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
}
.headLine01.taLeft {
	text-align: left;
}
.headLine01 .eng {
	margin-bottom: 2.8rem;
	display: block;
	font-size: 3.2rem;
	line-height: 1.65;
	letter-spacing: 0.05em;
}
.headLine01 .sml {
	display: block;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
}
@media all and (max-width: 896px) {
	.headLine01.taLeft {
		text-align: center;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 7.9rem;
	text-align: center;
	font-weight: 400;
}
.headLine02 .eng {
	display: inline-block;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
.headLine02 .jpn {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.65;
}
.headLine02 .txt {
	margin-top: 1.9rem;
	display: block;
	text-align: center;
	letter-spacing: -0.01em;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	font-weight: 400;
	font-size: 2rem;
	position: relative;
	z-index: 2;
}
.headLine03 .eng {
	margin-bottom: 2rem;
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
	margin: 0 auto;
	max-width: 81rem;
	gap: 3rem;
}
.comBtnList li {
	width: 25rem;
	min-height: 6rem;
}
.comBtnList li a {
	padding: 1.4rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #6E8B95;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 0.8rem;
	border: 0.1rem solid #6E8B95;
}
.comBtnList.white li a {
	color: #fff;
	border-color: #fff;
}
@media all and (min-width: 897px) {
	.comBtnList li a:hover {
		color: #fff;
		background-color: #96ABB2;
		border-color: #96ABB2;
		opacity: 1;
	}
	.comBtnList.white li a:hover {
		color: #6e8b95;
		background: rgba(255, 255, 255, 0.80);
		border-color: rgba(255, 255, 255, 0.80);
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin: 0;
		max-width: initial;
		align-items: center;
		flex-direction: column;
	}
	.comBtnList li {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 25rem;
	max-width: 100%;
}
.comBtn a {
	width: 100%;
	min-height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 0.8rem;
	background: #96ABB2;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background: #6E8B95;
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comSecWrap
------------------------------------------------------------*/
.comSecWrap {
	padding: 12rem 0 8rem;
}
.comSecWrap.gray {
	background: #F2F3F4;
}
@media all and (max-width: 896px) {
	.comSecWrap {
		padding-bottom: 12.8rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 8rem;
	display: flex;
	gap: 8rem;
	position: relative;
}
.comImgBox:last-child {
	margin-bottom: 0 !important;
}
.comImgBox .photoBox {
	width: 50%;
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .photoBox .photo {
	width: 56rem;
}
.comImgBox .textBox {
	flex: 1;
	position: relative;
}
.comImgBox .textBox .innerBox {
	width: 48rem;
	max-width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 2rem;
	z-index: 1;
}
.comImgBox .textBox p {
	text-align: justify;
	letter-spacing: -0.01em;
	position: relative;
	z-index: 2;
}
.comImgBox .textBox .engTxt {
	position: absolute;
	right: -1.8rem;
	top: 0;
	color: #DCE3E5;
	font-style: italic;
	font-size: 5rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-lr;
	white-space: nowrap;
	z-index: 1;
}
.comImgBox .textBox .engTxt.white {
	color: #fff;
}
.comImgBox .textBox .circle {
	width: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 100%;
	border: 0.1rem solid #63BD93;
	aspect-ratio: 1;
	position: relative;
	z-index: 2;
}
.comImgBox01 .photoBox .photo {
	margin-left: auto;
}
.comImgBox02 {
	flex-direction: row-reverse;
}
.comImgBox02 .textBox .innerBox {
	margin-left: auto;
}
.comImgBox02 .textBox .engTxt {
	right: -9.8rem;
}
.comImgBox .bgImg {
	width: 40.8rem;
	position: absolute;
	right: 0;
	top: -10rem;
	aspect-ratio: 408/500;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 12.9rem;
		flex-direction: column;
		gap: 5rem;
	}
	.comImgBox .photoBox {
		width: 100%;
	}
	.comImgBox .photoBox .photo {
		width: 100%;
	}
	.comImgBox .textBox .innerBox {
		padding: 0 1.5rem;
		width: 100%;
		height: auto;
	}
	.comImgBox .textBox .engTxt {
		top: -5rem;
	}
	.comImgBox02 {
		flex-direction: column;
	}
	.comImgBox02 .textBox .engTxt {
		right: -1.8rem;
	}
	.comImgBox .bgImg {
		display: none;
	}
}