@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	position: relative;
	padding: 40% 0;
}

.section_1 .inner::before,
.section_1 .inner::after {
	content: "";
	position: absolute;
	transform: rotate(0deg);
	width: 150%;
	height: 2px;
	background-color: #000000;
}

.section_1 .inner::before {
	top: 10%;
	right: -12px;
	transform: rotate(-10deg);
}

.section_1 .inner::after {
	bottom: 10%;
	right: -12px;
	transform: rotate(10deg);
}

.section_1 .wrap {}

.section_1 .heading_wrap {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item .img_wrap {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 20% 0;
	}

	.section_1 .inner::before {
		top: 12.5%;
		right: -12px;
		transform: rotate(-5deg);
	}

	.section_1 .inner::after {
		bottom: 12.5%;
		right: -12px;
		transform: rotate(5deg);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		width: 90%;
		margin-right: auto;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	background-color: #131001;
}

.section_2 .inner {
	position: relative;
	padding: 20% 0;
}

.section_2 .wrap {}

.section_2 .heading_wrap {
	align-items: flex-start;
}

.section_2 .heading_wrap .heading {
	color: #D7B900;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap .item .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 24px;
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 700;
	color: #D7B900;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .btn {
	width: 214px;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .heading_wrap {
		align-items: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		align-items: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .btn {
		width: 300px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {
	background-color: #E1E1E1
}

.section_3 .inner {
	position: relative;
	padding: 20% 0;
}

.section_3 .wrap {}

.section_3 .heading_wrap {
	align-items: flex-start;
	width: 90%;
}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .slider_wrap {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding: 5% 0;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {}

.section_4 .inner {
	position: relative;
	padding: 40% 0;
}

.section_4 .inner::before,
.section_4 .inner::after {
	content: "";
	position: absolute;
	transform: rotate(0deg);
	width: 150%;
	height: 2px;
	background-color: #000000;
}

.section_4 .inner::before {
	top: 5%;
	right: -12px;
	transform: rotate(10deg);
}

.section_4 .inner::after {
	bottom: 5%;
	right: -12px;
	transform: rotate(-10deg);
}

.section_4 .wrap {}

.section_4 .heading_wrap {
	align-items: flex-start;
}

.section_4 .heading_wrap .heading {
	align-items: flex-start;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {
	width: 90%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .img_wrap {}

.section_4 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner {}

.section_4 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 700;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex > span:first-child {
    flex: 0 0 auto;      /* 中身幅 */
    white-space: nowrap; /* 「住所：」を改行させない */
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex > span:last-child {
    flex: 1 1 auto;      /* 残り幅 */
    min-width: 0;        /* 折り返し/はみ出し対策 */
    word-break: break-word;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .btn {
	width: 225px;
}

@media screen and (min-width: 768px) {
	.section_4 .inner {
		padding: 20% 0;
	}

	.section_4 .inner::before {
		top: 7.5%;
		right: -12px;
		transform: rotate(5deg);
	}

	.section_4 .inner::after {
		bottom: 7.5%;
		right: -12px;
		transform: rotate(-5deg);
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		align-items: flex-start;
		width: calc((100% - (24px * 1)) * 0.45);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_4 .heading_wrap .heading {
		gap: 36px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		gap: 48px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner_3 .text {
		font-size: 1.25rem;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .btn {
		width: 324px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
