@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

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

.section_1 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	font-family: "Zen Old Mincho", serif;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .main {
	font-size: 1.75em;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .sub {
	font-size: 1.5em;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .writing {
	font-size: 1em;
}

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

	.section_1 .content_wrap .content {
		margin-right: auto;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .writing {
		margin-top: 12px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (48px * 1)) * 0.55);
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (48px * 1)) * 0.45);
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		font-size: 1rem;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .main {
		font-size: 2.25em;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .sub {
		font-size: 1.75em;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .writing {
		margin-top: 24px;
	}
}

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

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

.section_2 {
	background-color: #201E46;
}

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

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main,
.section_2 .heading_wrap .heading .sub {
	color: #E5E4E1;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .heading .sub::before,
.section_2 .heading_wrap .heading .sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #E5E4E1;
    transform: translate(0, -50%);
}

.section_2 .heading_wrap .heading .sub::before {
    left: -12px;
    transform: translate(-100%, -50%);
}

.section_2 .heading_wrap .heading .sub::after {
    right: -12px;
    transform: translate(100%, -50%);
}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1120px;
}

.section_2 .item_wrap {
	gap: 24px;
}

.section_2 .item_wrap .item {}

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

.section_2 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner {
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th,
.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td {
	padding: 12px 6px;
	border: 0;
	border-bottom: 1px #201E46 solid;
	background-color: #ffffff;
	vertical-align: middle;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th {
	width: 30%;
	text-align: center;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th .flex {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th .flex p {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td {
	width: 70%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td .flex {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td .flex p {}

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

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

@media screen and (min-width: 1440px) {
	.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th,
	.section_2 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td {
		font-size: 1.125rem;
	}
}

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

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

.section_3 {}

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

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main,
.section_3 .heading_wrap .heading .sub {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_3 .item_wrap {}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {}

.section_3 .map {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.section_3 .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

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

	.section_3 .map {
        padding-top: calc(100% * (1 / 3));
    }
}

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

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

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

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