@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;
}
@supports (bottom: env(safe-area-inset-bottom)) {
	body, .footer {
		padding-bottom: env(safe-area-inset-bottom);
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 130.2rem;
	max-width: 90%;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
		max-width: initial !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5rem;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.headLine01 img {
	width: auto;
	height: 11.9rem;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.headLine01 .jp {
	margin-top: 2.8rem;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.7rem;
		font-size: 1.8rem;
	}
	.headLine01 img {
		height: 4.36rem;
	}
	.headLine01 .jp {
		margin-top: 1.4rem;
	}
}
/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
	max-width: 50rem;
}
.comInfoBox .timeBox {
	margin-bottom: 2.3rem;
	padding: 2rem;
	border-radius: 1.6rem;
	background: var(--sub01);
}
.comInfoBox .timeBox table {
	width: 100%;
	border-collapse: collapse;
}
.comInfoBox .timeBox th,
.comInfoBox .timeBox td {
	padding: 0.2rem;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	line-height: 1.625;
}
.comInfoBox .timeBox th {
	width: 29.5%;
	letter-spacing: 0.1em;
}
.comInfoBox .timeBox thead th,
.comInfoBox .timeBox thead td {
	padding: 0 0.5rem 0.7rem;
	border-bottom: 0.1rem solid var(--main);
}
.comInfoBox .timeBox tbody tr:first-child th,
.comInfoBox .timeBox tbody tr:first-child td {
	padding-top: 0.9rem;
}
.comInfoBox .timeBox tbody tr:last-child th,
.comInfoBox .timeBox tbody tr:last-child td {
	padding-bottom: 0.9rem;
	border-bottom: 0.1rem solid var(--main);
}
.comInfoBox .timeBox tbody td {
	color: var(--main);
}
.comInfoBox .timeBox .note {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.42;
}
.comInfoBox .timeBox .note .pink {
	color: var(--main);
}
.comInfoBox .textList {
	margin-bottom: 3.4rem;
	display: flex;
	flex-direction: column;
	gap: 1.7rem 0;
}
.comInfoBox .textList li {
	width: 100%;
	display: flex;
	gap: 1rem;
	line-height: 1.6;
}
.comInfoBox .textList li .icon {
	width: 2.6rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	flex-shrink: 0;
}
.comInfoBox .textList li .icon img {
	width: 100%;
}
.comInfoBox .textList li .icon01 img {
	width: 2rem;
}
.comInfoBox .textList li .txt {
	display: flex;
	flex: 1;
	align-items: center;
	letter-spacing: 0.06em;
}
.comInfoBox .textList li .txt .lg {
	font-size: 2.4rem;
	line-height: 1;
}
.comInfoBox .ctaBtnList {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
}
.comInfoBox .ctaBtnList li {
	width: 100%;
}
.comInfoBox .ctaBtnList li a {
	padding: 0 5rem;
	width: 100%;
	min-height: 6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: var(--white);
	border-radius: 3rem;
	background: url(../img/common/btn_bg01.webp) no-repeat center center / cover;
}
@media (hover: hover) {
	.comInfoBox .ctaBtnList li a:hover {
		opacity: 0.65;
	}
}
.comInfoBox .ctaBtnList li a::after {
	width: 0.8rem;
	height: auto;
	position: absolute;
	right: 3.9rem;
	top: 50%;
	aspect-ratio: 16/24;
	background: url(../img/common/icon02.webp) no-repeat center center / 100%;
	transform: translateY(-50%);
	content: '';
}
.comInfoBox .ctaBtnList li a .icon {
	width: 1.9rem;
	line-height: 0;
}
.comInfoBox .ctaBtnList li a .icon img {
	width: 100%;
}
.comInfoBox .ctaBtnList .web a {
	background-image: url(../img/common/btn_bg02.webp);
}
.comInfoBox .ctaBtnList .web a {
	font-size: 2.4rem;
}
.comInfoBox .ctaBtnList .web a .icon {
	width: 2.8rem;
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	.comInfoBox .timeBox th {
		width: 34%;
	}
}
@media all and (max-width: 896px) {
	.comInfoBox {
		max-width: initial;
	}
	.comInfoBox .timeBox {
		margin-bottom: 1.9rem;
		padding: 2.2rem 2rem 2rem;
	}
	.comInfoBox .timeBox th,
	.comInfoBox .timeBox td {
		padding: 0.3rem 0.2rem;
		font-size: 1.2rem;
	}
	.comInfoBox .timeBox th {
		width: 38%;
		letter-spacing: 0.1em;
	}
	.comInfoBox .timeBox thead th,
	.comInfoBox .timeBox thead td {
		padding: 0 0.2rem 0.5rem;
	}
	.comInfoBox .timeBox tbody tr:first-child th,
	.comInfoBox .timeBox tbody tr:first-child td {
		padding-top: 1rem;
	}
	.comInfoBox .timeBox .note {
		font-size: 1.2rem;
	}
	.comInfoBox .textList {
		margin-bottom: 3.9rem;
		flex-direction: column;
		gap: 0.6rem 0;
	}
	.comInfoBox .textList li {
		gap: 0.7rem;
	}
	.comInfoBox .textList li .icon {
		margin-top: -0.2rem;
		width: 2.2rem;
		height: 2.4rem;
	}
	.comInfoBox .textList li .icon01 img {
		width: 1.6rem;
	}
	.comInfoBox .textList li .txt .lg {
		font-size: 2rem;
	}
	.comInfoBox .ctaBtnList li a {
		gap: 0.8rem;
		font-size: 2.2rem;
	}
	.comInfoBox .ctaBtnList li a::after {
		right: 3rem;
	}
	.comInfoBox .ctaBtnList li a .icon {
		width: 1.6rem;
	}
	.comInfoBox .ctaBtnList .web a {
		font-size: 2.2rem;
	}
	.comInfoBox .ctaBtnList .web a .icon {
		width: 2.4rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 26rem;
	max-width: 100%;
}
.comBtn.right {
	margin-right: 0;
}
.comBtn.left {
	margin-left: 0;
}
.comBtn a {
	padding: 1rem 4rem 1rem 3rem;
	display: block;
	position: relative;
	text-align: center;
	color: var(--white);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 6rem;
	background: url(../img/common/btn_bg03.webp) no-repeat center center / cover;
}
@media (hover: hover) {
	.comBtn a:hover {
		opacity: 0.65;
	}
}
.comBtn a::after {
	width: 0.8rem;
	position: absolute;
	right: 2.9rem;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 8/12;
	background: url(../img/common/icon02.webp) no-repeat center center / 100%;
	content: '';
}
@media all and (max-width: 896px) {
	.comBtn.right {
		margin-right: auto;
	}
	.comBtn.left {
		margin-left: auto;
	}
	
	
}

