@charset "UTF-8";

#second {
	padding-top: 0 !important;
	background: #e6e4e0;
	color: #1a1a1a;
}

#second .wrapper {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#second .heading-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 3rem;
	line-height: 1.18421;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-align: center;
}

#second .heading-primary::before,
#second .heading-primary::after {
	content: "";
	width: 100%;
	height: 1px;
	margin-top: 4px;
	background: #000;
}

#second .heading-primary span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43%;
	background: #e6e4e0;
}

#second .section-wrap {
	padding: 90px 0 150px;
	background: #e6e4e0;
}

#second .section-wrap--pb0 {
	padding-bottom: 0;
}

#second .section:not(:last-child) {
	margin-bottom: 125px;
}

#second .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#second .button-wrap--mtsm {
	margin-top: 35px;
}

#second .button-1 {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 18px 28px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#second .button-1 span {
	margin: 0 0.8em;
}

#second .mainvisual img {
	display: block;
	width: 100%;
}

#second .reserve-area {
	position: relative;
	padding: 138px 0 148px;
}

#second .reserve-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: #fff;
}

#second .reserve-area__inner {
	position: relative;
	z-index: 1;
}

#second .reserve-area__text {
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#second .intro {
	margin: 0 auto;
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#second .lead {
	margin-top: 42px;
}

#second .lead p {
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#second .flow-wrap {
	margin-top: 88px;
	padding: 88px 7.2% 104px;
	background: #fff;
}

#second .flow__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}

#second .flow__item:not(:last-child) {
	margin-bottom: 50px;
}

#second .flow__item::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 120px;
	width: 10px;
	height: 4px;
	background: #fff;
}

#second .flow__main {
	width: 44%;
	padding-bottom: 15px;
}

#second .flow__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 38px;
}

#second .flow__number {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 130px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#second .flow__heading {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#second .flow__text {
	position: relative;
	padding-left: 130px;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6667;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#second .flow__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	aspect-ratio: 600/290;
}

#second .flow__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#second .flow-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
}

#second .image-content {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1100px;
}

#second .image-content__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #e6e4e0;
}

#second .image-content__row:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#second .image-content__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 55.2%;
}

#second .image-content__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#second .image-content__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 50px 3.5%;
}

#second .image-content__heading {
	margin-bottom: 80px;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#second .image-content__text {
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#second .image-content__button {
	margin-top: 85px;
	padding: 5px 28px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#second .image-content__button span {
	margin: 0 0.8em;
}

@media (max-width: 1400px) {

#second .button-wrap {
	margin-top: 40px;
}

#second .image-content__heading {
	margin-bottom: 30px;
}

#second .image-content__button {
	margin-top: 40px;
}

}

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

#second .heading-primary {
	font-size: 1.9rem;
}

#second .heading-primary span {
	width: 45%;
}

#second .section-wrap {
	padding: 42px 0 48px;
}

#second .section-wrap--pb0 {
	padding-bottom: 0;
}

#second .section:not(:last-child) {
	margin-bottom: 50px;
}

#second .button-wrap {
	margin-top: 50px;
}

#second .button-wrap--mtsm {
	margin-top: 18px;
}

#second .button-1 {
	width: 100%;
	padding: 17px 18px;
	font-size: 1.15rem;
}

#second .mainvisual {
	margin-top: 50px;
}

#second .reserve-area {
	padding: 45px 0;
}

#second .reserve-area__text {
	font-size: 1.1rem;
	line-height: 2.0909;
}

#second .intro {
	font-size: 1.25rem;
	line-height: 2.2;
}

#second .lead {
	margin-top: 18px;
}

#second .lead p {
	font-size: 1.75rem;
	line-height: 1.4285;
}

#second .flow-wrap {
	margin-top: 47px;
	padding: 15px 0 40px;
}

#second .flow__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	border-bottom: none;
}

#second .flow__item:not(:last-child) {
	margin-bottom: 30px;
}

#second .flow__item::after {
	content: none;
}

#second .flow__main {
	width: 100%;
	padding-bottom: 20px;
}

#second .flow__head {
	margin-bottom: 0;
}

#second .flow__number {
	width: 65px;
	padding: 7px 0;
	font-size: 1.75rem;
}

#second .flow__heading {
	padding-left: 28px;
	font-size: 1.75rem;
}

#second .flow__text {
	width: 100%;
	padding: 18px 16px 0;
	border-top: 1px solid #000;
	font-size: 1.1rem;
	line-height: 2.0909;
}

#second .flow__text::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 62px;
	width: 5px;
	height: 4px;
	background: #fff;
}

#second .flow__image {
	width: 100%;
	aspect-ratio: auto;
}

#second .flow-button {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 50px;
	background: #fff;
}

#second .flow-button__inner {
	width: 92%;
}

#second .image-content {
	min-width: 100%;
}

#second .image-content__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#second .image-content__row:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#second .image-content__image {
	width: 100%;
}

#second .image-content__body {
	padding: 34px 3%;
}

#second .image-content__heading {
	margin-bottom: 10px;
	font-size: 1.75rem;
}

#second .image-content__text {
	font-size: 1.25rem;
	line-height: 2.2;
}

#second .image-content__button {
	margin-top: 30px;
	padding: 12px 48px;
	font-size: 1.15rem;
}

}

