/* +++++++++fees+++++++++ */
.fees {
	padding-top: 74px;
	padding-bottom: 80px;
}
.fees .fees-list li {
	border-top: 1px solid var(--color08);
	padding-top: 30px;
	margin-top: 30px;
}
.fees .fees-list dt {
	font-size: 1.8rem;
	font-weight: 700;
	border-left: 4px solid var(--color01);
	padding-left: 17px;
	line-height: 1.5;
}
.fees .fees-list dd {
	margin-top: 10px;
}
.fees .fees-detail p {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: .08em;
}
.fees .fees-table {
	margin-top: 28px;
}
.fees table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px;
}
.fees table thead th,
.fees table tbody th,
.fees table tbody td {
	width: 140px;
	height: 40px;
	line-height: 2.2;
	letter-spacing: .08em;
	text-align: center;
	padding: 5px;
	font-size: 1.4rem;
	vertical-align: middle;
}
.fees table thead th {
	color: #fff;
	font-weight: 700;
	background-color: var(--color01);
}
.fees table thead th:first-child {
	width: 40%;
}
.fees table thead th:last-child {
	width: 60%;
}
.fees table tbody th {
	color: var(--color01);
	font-weight: 700;
	background-color: var(--color09);
}
.fees table tbody td {
	background-color: var(--color07);
}



@media only screen and (min-width: 769px) {
	.fees {
		padding-top: 85px;
		padding-bottom: 120px;
	}
	.fees .fees-list li {
		padding-top: 60px;
		margin-top: 60px;
	}
	.fees .fees-list dt {
		font-size: 2.4rem;
		border-left: 6px solid var(--color01);
		padding-left: 18px;
	}
	.fees .fees-list dd {
		margin-top: 30px;
	}
	.fees .fees-detail p {
		font-size: 1.8rem;
	}
	.fees table thead th,
	.fees table tbody th,
	.fees table tbody td {
		width: auto;
		height: 60px;
		padding: 10px;
		font-size: 1.8rem;
	}
}

/* +++++++++service+++++++++ */
.service {
	padding-top: 117px;
	padding-bottom: 80px;
}
.service .section-title {
	padding-bottom: 33px;
}
.service .accent {
	left: 0;
	top: -130px;
	color: var(--color10);
}
.service ol {
	display: flex;
	flex-wrap: wrap;
}
.service li {
	counter-increment: topServiceNum;
	width: 50%;
	aspect-ratio: 188 / 140;
}
.service li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--color03);
	transition: .25s ease-out;
}
.service ol li:nth-child(odd) a {
	background-color: var(--color01);
}
.service li a::before {
	content: "Service";
	position: absolute;
	top: 14px;
	left: 10px;
	display: inline-block;
	color: #fff;
	font-family: Cardo, serif;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .04em;
}
.service li a::after {
	content: counter(topServiceNum, decimal-leading-zero);
	font-family: Cardo, serif;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 12px;
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .06em;
}
.service li a:hover {
	background-color: var(--color02) !important;
	opacity: 1;
}
.service li a img {
	width: 120px;
	height: auto;
}
.service li p {
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .08em;
}



@media only screen and (min-width: 769px) {
	.service {
		padding-top: 137px;
		padding-bottom: 140px;
	}
	.service .section-title {
		padding-bottom: 40px;
	}
	.service .accent {
		top: unset;
		bottom: -30px;
	}
	.service li {
		width: 25%;
		aspect-ratio: 300 / 250;
	}
	.service li a::before {
		top: 27px;
		left: 20px;
		font-size: 1.8rem;
	}
	.service li a::after {
		top: 45px;
		left: 25px;
		font-size: 4.8rem;
		letter-spacing: .04em;
	}
	.service li a img {
		max-width: 100%;
		margin-top: 20px;
	}
	.service li p {
		font-size: 3.2rem;
	}
}



@media only screen and (max-width: 768px) {
	.service ol li:nth-child(even) a {
		background-color: var(--color01);
	}
	.service ol li:nth-child(4n+2) a,
	.service ol li:nth-child(4n+3) a {
		background-color: var(--color03);
	}
	.service li a img {
		height: 16vw;
		margin-top: 1.3333333333vw;
	}
}

/* +++++++++osusume+++++++++ */
.osusume {
	padding-top: 74px;
	padding-bottom: 80px;
}
.osusume .osusume-list {
	max-width: 1200px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.osusume .osusume-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	column-gap: 45px;
	row-gap: 20px;
}
.osusume .osusume-list li {
	width: 100%;
}
.osusume .osusume-list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 280px;
	padding: 0 15px;
}
.osusume .osusume-list li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 10, 30, .6);
	z-index: 0;
}
.osusume .osusume-list li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.osusume .osusume-list dl {
	position: relative;
	z-index: 1;
}
.osusume .osusume-list dt {
	color: #fff;
	font-size: 2.6rem;
	line-height: 2.2;
	letter-spacing: .08em;
	text-align: center;
}
.osusume .osusume-list dd p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .04em;
	text-align: center;
}
.osusume .osusume-list dd span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
	border: 1px solid #fff;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	transition: .25s ease-out;
}
.osusume .osusume-list dd span::after {
	position: absolute;
	top: 50%;
	right: 12px;
	height: 11px;
	display: inline-block;
	width: 6px;
	background-image: url(../images/arrow01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	background-size: contain;
	transform: translateY(-50%);
	transition: .25s ease-out;
}
.osusume .osusume-list li:hover dd span {
	color: var(--color01);
	background-color: #fff;
}
.osusume .osusume-list li:hover dd span::after {
	background-image: url(../images/arrow02.svg);
}


@media only screen and (min-width: 769px) {
	.osusume {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	.osusume .osusume-list li {
		width: calc((100% - 90px) / 3);
	}
	.osusume .osusume-list li a {
		min-height: 380px;
	}
	.osusume .osusume-list dt {
		font-size: 3.2rem;
	}
	.osusume .osusume-list dd p {
		font-size: 1.6rem;
		letter-spacing: .08em;
		margin-top: 5px;
	}
	.osusume .osusume-list dd span {
		margin-top: 45px;
	}
}