@charset "UTF-8";

.ob-head__main-image {
	margin-bottom: 10px;
}

.ob-head__current {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	margin: 55px 0 70px;
	z-index: 1;
}

.ob-head__current__heading {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ob-head__current__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.06;
	padding-top: 7px;
}

.ob-head__current__badge {
	position: absolute;
	bottom: 0;
	right: -80px;
	display: block;
	width: 146px;
	z-index: -1;
}

.ob-slide {
	position: relative;
	margin-bottom: 54px;
	width: 100%;
}

.ob-slide::before {
	position: absolute;
	top: 0;
	right: 100%;
	content: "";
	width: 50vw;
	height: 100%;
	display: block;
	background: #ffffff;
	z-index: 10;
}

.ob-slide__contents {
	overflow: visible !important;
}

.ob-slide__contents .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.ob-slide__item {
	aspect-ratio: 297/193;
}

.ob-slide__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.ob-slide__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ob-slide__button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.152rem;
	font-weight: 500;
	border: 1px solid #9E9E9F;
	background: #F7F7F7;
	width: 179px;
	height: 36px;
	text-decoration: none;
	margin-top: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ob-slide__button__balloon {
	position: absolute;
	bottom: calc(100% - 10px);
	left: calc(100% - 10px);
	display: block;
	width: 76px;
}

.ob-done {
	background: #F5F5F5;
	padding: 35px 20px 27px;
	text-align: center;
	margin-bottom: 90px;
}

.ob-done__image {
	width: 119px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.ob-done__image img {
	display: block;
}

.ob-done__button {
	display: block;
	width: 100%;
	max-width: 294px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ob-heading-1 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 2.7;
	background: linear-gradient(to top, transparent 5px, rgba(241, 221, 147, 0.5) 5px, rgba(241, 221, 147, 0.5) 19px, transparent 19px);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 100% 2.7em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 1em 0 0.125em;
}

.ob-heading-1--center {
	display: inline;
	padding: 0 1.3em 0.7em;
}

.ob-heading-1--lg {
	display: inline;
	font-size: 1.9rem;
	padding: 0 17em 0.4em 0.3em;
}

.ob-heading-2 {
	font-size: 1.712rem;
	font-weight: 500;
	line-height: 1.61;
	margin-bottom: 15px;
}

.ob-heading-2::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #B6D231;
	border-radius: 50%;
	border: 1px solid #231815;
	margin-right: 11px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ob-text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.31;
}

.ob-table {
	width: 100%;
	border-top: 1px solid #DBDCDC;
}

.ob-table tbody th,
.ob-table tbody td {
	border-bottom: 1px solid #DBDCDC;
	text-align: left;
	padding: 0.8em 0;
	min-height: 47px;
	word-break: break-all;
}

.ob-table tbody th {
	font-size: 1.3rem;
	font-weight: 500;
	width: 75px;
}

.ob-table tbody td {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.ob-table tbody td span {
	font-size: 1.3rem;
}

.ob-table__th-lg {
	width: 120px !important;
}

.ob-section--bg {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}

.ob-section--bg::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 200vw;
	height: 100%;
	display: block;
	background: #E5E5E4;
	z-index: -10;
}

.ob-section:not(:last-child) {
	margin-bottom: 65px;
}

.ob-section__inner {
	background: #ffffff;
	padding: 50px 35px;
}

.ob-section__lead {
	margin-top: 5px;
	margin-bottom: 42px;
}

.ob-section__note {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 28px;
}

.ob-section__note:first-child {
	margin-bottom: 20px;
}

.ob-list__label {
	font-size: 1.54rem;
	font-weight: 700;
	line-height: 1.5;
	color: #595757;
	margin-bottom: 10px;
}

.ob-list__label:not(:first-of-type) {
	margin-top: 50px;
}

.ob-list__item:not(:last-of-type) {
	margin-bottom: 22px;
}

.ob-list__heading {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.73;
	background: #EEEEEF;
	padding: 0.2em 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0B818;
}

.ob-list__text {
	font-size: 1.45rem;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-bottom: 10px;
}

.ob-list__contents {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 33px;
}

.ob-list__contents__item {
	background: #FDF4DC;
	padding: 9px 9px 36px;
}

.ob-list__contents__item a {
	background: #ffffff;
	aspect-ratio: 167/142;
}

.ob-list__contents__item a img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.album__label {
	font-size: 1.54rem;
	font-weight: 700;
	line-height: 1.5;
	color: #595757;
	margin-bottom: 10px;
}

.album__label:not(:first-of-type) {
	margin-top: 50px;
}

.album__item:not(:last-of-type) {
	margin-bottom: 22px;
}

.album__heading {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.73;
	background: #EEEEEF;
	padding: 0.2em 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0B818;
}

.album__text {
	font-size: 1.45rem;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-bottom: 10px;
}

.album__contents {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 33px;
}

.album__contents__item {
	background: #FDF4DC;
	padding: 9px 9px 36px;
}

.album__contents__item a {
	background: #ffffff;
	aspect-ratio: 167/142;
}

.album__contents__item a img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media (hover: hover) {

.ob-slide__button:hover {
	opacity: 0.6;
}

.ob-done__button:hover {
	opacity: 0.6;
}

}

@media screen and (max-width: 767px) {

.ob-head__current { /* sp */
	display: block;
}

.ob-head__current__badge { /* sp */
	bottom: auto;
	top: calc(100% - 20px);
	right: -20px;
	width: 100px;
}

.ob-slide { /* sp */
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ob-slide::before { /* sp */
	content: none;
}

.ob-heading-1--lg { /* sp */
	display: block;
	font-size: 1.6rem;
	padding: 0 1em 0 0.125em;
}

.ob-table tbody th,
.ob-table tbody td { /* sp */
	display: block;
	min-height: auto;
}

.ob-table tbody th { /* sp */
	width: 100%;
	min-height: auto;
	border-bottom: 0;
}

.ob-table tbody td { /* sp */
	padding: 0 0 0.8em;
}

.ob-table__th-lg { /* sp */
	width: 100% !important;
}

.ob-list__contents { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.album__contents { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

}

