@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0;
	bottom: 3rem;
	z-index: 100;
}
.fixBtn a {
	width: 5rem;
	padding: 2.3rem 1.6rem 1.9rem 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.22em;
	white-space: nowrap;
	background: #CA4A5D;
}
.fixBtn a .txt {
	padding-bottom: 1.8rem;
	display: block;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	background: url(../../img/common/icon01.webp) no-repeat center bottom / 1rem;
}
@media all and (min-width: 599px) {
	.fixBtn {
		right: calc(50% - 30rem);
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 2rem;
	position: relative;
	z-index: 1;
}
/*------------------------------------------------------------
	com-bg01
------------------------------------------------------------*/
.com-bg01 {
	width: 8.9rem;
	display: block;
	position: absolute;
	right: -1rem;
	top: -6.5rem;
	background: #3F8DA833;
	border-radius: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
.com-bg01::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../img/index/bg02.webp) no-repeat center center / cover;
	mix-blend-mode: soft-light;
	content: '';
	opacity: 0.1;
}
/*------------------------------------------------------------
	com-bg02
------------------------------------------------------------*/
.com-bg02 {
	width: 5.6rem;
	display: block;
	position: absolute;
	left: 4rem;
	bottom: -6.8rem;
	background: rgba(240, 205, 143, 0.17);
	background-blend-mode: soft-light, normal;
	border-radius: 100%;
	aspect-ratio: 1;
	content: '';
}
.com-bg02::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: url(../../img/index/bg02.webp) no-repeat center center / cover;
	mix-blend-mode: soft-light;
	opacity: 0;
	content: '';
}
.com-bg02::after {
	width: 4.2rem;
	position: absolute;
	left: -1.6rem;
	bottom: -1.6rem;
	border-radius: 100%;
	aspect-ratio: 1;
	border: 1px solid #F0CD8F;
	box-sizing: border-box;
	content: '';
	z-index: 1;
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	margin-bottom: 3.3rem;
	font-size: 1.6rem;
	font-weight: 400;
}
.headline01 .en {
	margin-bottom: 1px;
	position: relative;
	display: block;
	color: #3F8DA8;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headline01 .en::before {
	content: '';
	width: 1.5rem;
	height: 0.2rem;
	position: absolute;
	left: -2rem;
	top: 1.3rem;
	background: #3F8DA8;
}
.headline01 strong {
	font-size: 2rem;
	font-weight: 700;
	background: linear-gradient(#3F8DA833, #3F8DA833) no-repeat left bottom / 100% 1.1rem;
}