@charset "utf-8";

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

.fv {
	position: relative;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 5%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.5rem;
	line-height: 1;
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	position: relative;
	padding-left: calc(36px * 1.25);
	font-size: 1em;
	font-weight: 800;
	color: #F5AEA7;
}

.fv_text > *:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 36px;
	height: 4px;
	background-color: #F5AEA7;
}

.fv_text > *:nth-of-type(2) {
	padding-left: calc(36px * 1.25);
	font-size: 0.8em;
	color: #8C4200;
}

@media screen and (min-width: 768px) {
	.fv {}

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {
		top: auto;
		bottom: 10%;
		left: 5%;
		transform: translate(0, 0);
		gap: 12px;
		letter-spacing: 0;
		writing-mode: unset;
	}

	.fv_text > * {}

	.fv_text > *:nth-of-type(1) {}

	.fv_text > *:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		right: 10%;
		bottom: 15%;
		gap: 24px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		right: 10%;
		bottom: 10%;
		gap: 36px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		right: 15%;
		bottom: 10%;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

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

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

.section_contact {}

.section_contact .section_inner {
	padding: 0;
}

.section_contact .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_contact .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_contact .box {
	position: relative;
}

.section_contact .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_contact .box .img picture,
.section_contact .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.section_contact .box .img_posi {
	position: absolute;
	bottom: 12.5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 85%;
}

@media screen and (min-width: 768px) {
	.section_contact {}

	.section_contact .section_inner {}

	.section_contact .section_container {}

	.section_contact .section_container_inner {}

	.section_contact .box {}

	.section_contact .box .img {}

	.section_contact .box .img picture,
	.section_contact .box .img img {}

	.section_contact .box .img_posi {
        position: absolute;
        bottom: 25%;
        left: 51.25%;
        transform: translate(0, 0);
        width: 22.5%;
	}
}

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

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

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

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

.section_1 {}

.section_1 .section_inner {
	padding: 0;
}

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

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

.section_1 .box {
	position: relative;
}

.section_1 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_1 .box .img picture,
.section_1 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_2 {}

.section_2 .section_inner {
	padding: 0;
}

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

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

.section_2 .box {
	position: relative;
}

.section_2 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_2 .box .img picture,
.section_2 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_3 {}

.section_3 .section_inner {
	padding: 0;
}

.section_3 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .box {
	position: relative;
}

.section_3 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_3 .box .img picture,
.section_3 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_pm {}

.section_pm .section_inner {
	padding: 0;
}

.section_pm .section_container {}

.section_pm .section_container_inner {}

.section_pm .box {
	position: relative;
	padding: 10% 0;
}

.section_pm .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_pm .box .img picture,
.section_pm .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.section_pm .box .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_pm .box .content .img {
	width: 100%;
}

.section_pm .box .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.section_pm .box .content .item_wrap .item {
	width: 100%;
}

.section_pm .box .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	font-size: 1rem;
}

.section_pm .box .content .item_wrap .item .text_wrap .text_1 {
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #5163a4;
}

.section_pm .box .content .item_wrap .item .text_wrap .text_2 {
	font-size: 1.25em;
	font-weight: 700;
	color: #182161;
}

.section_pm .box .content .item_wrap .item .text_wrap .text_3 {
	margin: 12px 0 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
}

@media screen and (min-width: 768px) {
	.section_pm {}

	.section_pm .section_inner {}

	.section_pm .section_container {}

	.section_pm .section_container_inner {}

	.section_pm .box {}

	.section_pm .box .img {}

	.section_pm .box .img picture,
	.section_pm .box .img img {}

	.section_pm .box .content {}

	.section_pm .box .content .img {
		width: 80%;
	}

	.section_pm .box .content .item_wrap .item .text_wrap {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_1 {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_2 {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_3 {}
}

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

	.section_pm .section_inner {}

	.section_pm .section_container {}

	.section_pm .section_container_inner {}

	.section_pm .box {}

	.section_pm .box .img {}

	.section_pm .box .img picture,
	.section_pm .box .img img {}

	.section_pm .box .content {
		flex-direction: row;
		width: 80%;
	}

	.section_pm .box .content .img {
		width: 35%;
	}

	.section_pm .box .content .item_wrap {
		flex: 1;
	}

	.section_pm .box .content .item_wrap .item {}

	.section_pm .box .content .item_wrap .item .text_wrap {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_1 {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_2 {}

	.section_pm .box .content .item_wrap .item .text_wrap .text_3 {}
}

@media screen and (min-width: 1440px) {
	.section_pm .box .content {
		width: 70%;
	}

	.section_pm .box .content .item_wrap .item .text_wrap {
		font-size: 1.125rem;
	}
}

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

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


.section_4 {}

.section_4 .section_inner {
	padding: 0;
}

.section_4 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_4 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_4 .box {
	position: relative;
}

.section_4 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_4 .box .img picture,
.section_4 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_5 {}

.section_5 .section_inner {
	padding: 0;
}

.section_5 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .box {
	position: relative;
}

.section_5 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_5 .box .img picture,
.section_5 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_6 {
	background-color: #f3f1e5;
	background-image: url(../img/flow_clock_sp.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 55%;
}

.section_6 .section_inner {
	padding: 0;
}

.section_6 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .box {
	position: relative;
	width: 100%;
	padding: 10% 0;
}

.section_6 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_6 .box .img picture,
.section_6 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.section_6 .box .heading {
	gap: 12px;
	width: 90%;
	text-align: center;
	font-size: 2.15rem;
	font-weight: 700;
	color: #235ea5;
	text-shadow    : 
		2px  2px 1px #ffffff,
		-2px  2px 1px #ffffff,
		2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		2px  0px 1px #ffffff,
		0px  2px 1px #ffffff,
		-2px  0px 1px #ffffff,
		0px -2px 1px #ffffff;
}

.section_6 .box .heading .main {
	font-size: 0.65em;
	line-height: 1.5;
}

.section_6 .box .heading .sub {
	line-height: 1.5;
}

.section_6 .box .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 5% auto 0;
}

.section_6 .box .flex .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #fff;
}

.section_6 .box .flex .item .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.section_6 .box .flex .item .top .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #235ea5;
}

.section_6 .box .flex .item .top .num span:nth-of-type(1) {
	font-size: 0.65em;
}

.section_6 .box .flex .item .middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_6 .box .flex .item .middle .text_1 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #235ea5;
}

.section_6 .box .flex .item .middle .text_2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
}

.section_6 .box .flex .item .bottom {
	width: 100%;
}

.section_6 .box .flex .item .bottom .img {
	width: 100%;
}

.section_6 .box .note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 10% auto 0;
	padding: 5%;
	background-color: #e8f2ff;
}

.section_6 .box .note .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_6 .box .note .text_wrap .text_1 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #235ea5;
}

.section_6 .box .note .text_wrap .text_2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
}

.section_6 .box .note .img {
	width: 100%;
}

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

@media screen and (min-width: 1280px) {
	.section_6 {
		background-image: url(../img/flow_clock_pc.png);
		background-size: 40%;
	}

	.section_6 .section_inner {}

	.section_6 .section_container {}

	.section_6 .section_container_inner {}

	.section_6 .box {}

	.section_6 .box .img {}

	.section_6 .box .img picture,
	.section_6 .box .img img {}

	.section_6 .box .heading {
		width: 80%;
		font-size: 3rem;
		text-shadow: none;
	}

	.section_6 .box .heading .main {
		font-size: 0.35em;
	}

	.section_6 .box .heading .sub {}

	.section_6 .box .flex {
		width: 80%;
	}

	.section_6 .box .flex .item {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
		padding: 2.5%;
	}

	.section_6 .box .flex .item .top {
		justify-content: flex-start;
		align-items: center;
		width: max-content;
		padding: 0 12px 0 0;
	}

	.section_6 .box .flex .item .top .num {}

	.section_6 .box .flex .item .top .num span:nth-of-type(2) {}

	.section_6 .box .flex .item .middle {
		justify-content: flex-start;
		flex: 1;
		padding: 0 12px;
		border-left: 1px #2c8cff solid;
	}

	.section_6 .box .flex .item .middle .text_1 {}

	.section_6 .box .flex .item .middle .text_2 {}

	.section_6 .box .flex .item .bottom {
		width: 30%;
	}

	.section_6 .box .flex .item .bottom .img {}

	.section_6 .box .note {
		flex-direction: row-reverse;
		width: 80%;
		padding: 2.5%;
	}

	.section_6 .box .note .text_wrap {
		flex: 1;
	}

	.section_6 .box .note .text_wrap .text_1 {}

	.section_6 .box .note .text_wrap .text_2 {}

	.section_6 .box .note .img {
		width: 40%;
	}
}

@media screen and (min-width: 1440px) {
	.section_6 .box .heading {
		width: 70%;
		font-size: 3.75rem;
	}

	.section_6 .box .flex {
		width: 70%;
	}

	.section_6 .box .flex .item .top {
		padding: 0 16px 0 0;
	}

	.section_6 .box .flex .item .top .num {
		font-size: 2.5rem;
	}

	.section_6 .box .flex .item .middle {
		padding: 0 16px;
	}

	.section_6 .box .flex .item .middle .text_1 {
		font-size: 1.875rem;
	}

	.section_6 .box .flex .item .middle .text_2 {
		font-size: 1.125rem;
	}

	.section_6 .box .note {
		width: 70%;
	}

	.section_6 .box .note .text_wrap {}

	.section_6 .box .note .text_wrap .text_1 {
		font-size: 1.875rem;
	}

	.section_6 .box .note .text_wrap .text_2 {
		font-size: 1.125rem;
		line-height: 2;
	}

	.section_6 .box .note .img {}
}

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

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

.section_7 {}

.section_7 .section_inner {
	padding: 0;
}

.section_7 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_7 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_7 .box {
	position: relative;
}

.section_7 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_7 .box .img picture,
.section_7 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

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

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

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

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

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

.section_8 {}

.section_8 .section_inner {
	padding: 0;
}

.section_8 .section_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_8 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_8 .box {
	position: relative;
}

.section_8 .box .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_8 .box .img picture,
.section_8 .box .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.section_8 .box .img_posi {
    position: absolute;
    top: 37.5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 85%;
}

.section_8 .box .map {
    position: absolute;
    bottom: 9.5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 92.5%;
}

.section_8 .map iframe {
    aspect-ratio: 5 / 4;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.section_8 .box .img_posi {
		position: absolute;
        top: 43%;
        left: 22.5%;
        transform: translate(0, 0);
        width: 21%;
	}

	.section_8 .box .map {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		transform: translate(0, 0);
		width: 100%;
	}

	.section_8 .map iframe {
		aspect-ratio: 4 / 1;
		width: 100%;
		height: auto;
	}
}

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

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

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

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