@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #F9F9F9;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #000000;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 6px;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/);
	}
}

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

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 50px;
	padding: 4px;
	background-color: transparent;
	/* background-color: rgba(245, 245, 245, 0.5); */
	/* background-image: url(../img/hd_bg.webp); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.js-scrolled {
	background-color: rgba(255, 255, 255, 1);
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	height: 100%;
}

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

.header_logo {
	display: block;
	width: 156px;
	height: auto;
}

.header_logo picture,
.header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 12px;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

	.header.js-scrolled {
		/* background-color: ; */
	}

	.header_inner {
		flex-direction: column-reverse;
		gap: 12px;
	}

	.header_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		width: 100%;
	}

	.header_logo {
		width: 120px;
		height: auto;
		background-color: transparent;
	}

	.header_logo picture,
	.header_logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		width: max-content;
		max-width: 100%;
	}

	.header_content_inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn {
		width: 100%;
	}

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

	.header_btn_inner .btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		width: 120px;
		height: auto;
	}

	.header_btn_inner .btn img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.header_list {
		width: max-content;
	}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_inner li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1;
	}

	.header_list_inner li a::after {
		/* content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 2px;
		background-color: #041E3E; */
	}

	.header_list_inner li a .text {
		font-weight: 500;
		color: #ffffff;
	}

	.header_list_inner li a .text.top {
		/* font-size: 0.5rem; */
	}

	.header_list_inner li a .text.bottom.js-scrolled {}

	.header_list_inner li a .text.bottom {}

	.header_list_inner li a .text.bottom.js-scrolled {
		color: #000000;
	}

	.header_list_inner li a .text.bottom.js-scrolled.show_1 {
		display: none;
	}

	.header_list_inner li a .text.bottom.js-scroll.show_2 {
		display: none;
		width: 120px;
	}

	.header_list_inner li a .text.bottom.js-scrolled.show_2 {
		display: initial;
	}
}

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

	.header_logo {
		width: 180px;
	}

	.header_btn_inner .btn {
		width: 180px;
	}

	.header_content_inner {
		gap: 48px;
	}

	.header_list_inner {
		gap: 36px;
	}

	.header_list_inner li a {
		font-size: 1rem;
	}

	.header_list_inner li a .text.bottom.js-scroll.show_2 {
		width: 180px;
	}
}

@media screen and (min-width: 1440px) {
	.header {
		padding: 12px 24px;
	}

	.header_logo {
		width: 240px;
	}

	.header_btn_inner .btn {
		width: 192px;
	}

	.header_content_inner {
		gap: 72px;
	}

	.header_list_inner {
		gap: 48px;
	}
}

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

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

.now {
	position: relative;
}

.now::before {
	content: none;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 4px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #EE7800;
}

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

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

.fv_top .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_top .wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_top .slider_wrap {
	width: 100%;
}

.fv_top .text_posi {
	position: absolute;
	z-index: 1;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
}

.fv_top .text_posi .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: max-content;
	max-width: 100%;
	font-size: 1.5rem;
}

.fv_top .text_posi .text_wrap .text {
	text-align: left;
	color: #ffffff;
}

.fv_top .text_posi .text_wrap .text_1 {
	font-size: 1em;
	font-weight: 600;
	/* text-shadow: 0px 0px 12px rgba(0, 0, 0, 1); */
}

.fv_top .text_posi .text_wrap .text_1 .highlight {
	font-size: 1.66666667em;
}

.fv_top .text_posi .text_wrap .text_2 {
	font-size: 0.833333333em;
	line-height: 1.75;
}

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

	.fv_top .inner {}

	.fv_top .wrap {}

	.fv_top .slider_wrap {}

	.fv_top .text_posi {
		top: 52%;
		left: 52%;
		transform: translate(-50%, -50%);
		/* max-width: 1280px; */
	}

	.fv_top .text_posi .text_wrap {
		gap: 12px;
		font-size: 1.65rem;
	}

	.fv_top .text_posi .text_wrap .text {}

	.fv_top .text_posi .text_wrap .text_1 {
		font-size: 1em;
	}

	.fv_top .text_posi .text_wrap .text_1 .highlight {
		font-size: 1.2em;
	}

	.fv_top .text_posi .text_wrap .text_2 {
		font-size: 0.48em;
		line-height: 1;
	}
}

@media screen and (min-width: 1280px) {
	.fv_top .text_posi .text_wrap {
		font-size: 2.75rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_top .text_posi .text_wrap {
		gap: 16px;
		font-size: 3.1rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_top .text_posi .text_wrap {}
}

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

.fv_other {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_other.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv_other .inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fv_other .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fv_other .text_posi {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fv_other .text_posi .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	font-size: 2.5rem;
}

.fv_other .text_posi .text_wrap .text {
	text-align: center;
	white-space: nowrap;
}

.fv_other .text_posi .text_wrap .text_1 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.fv_other .text_posi .text_wrap .text_2 {
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #0B34E1;
}

@media screen and (min-width: 768px) {
	.fv_other {
		height: 300px;
		background-position: 100% 100%;
		background-size: auto 90%;
	}

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .text_posi {
		width: 90%;
		max-width: 1280px;
	}

	.fv_other .text_posi .text_wrap {
		align-items: flex-start;
		width: 100%;
	}

	.fv_other .text_posi .text_wrap .text {}

	.fv_other .text_posi .text_wrap .text_1 {}

	.fv_other .text_posi .text_wrap .text_2 {}
}

@media screen and (min-width: 1280px) {
	.fv_other {
		height: 400px;
		/* background-image: none; */
	}

	.fv_other .text_posi .text_wrap {
		font-size: 3.125rem;
	}

	.fv_other .text_posi .text_wrap .text_2 {
		font-size: 0.5em;
	}
}

@media screen and (min-width: 1440px) {
	.fv_other .text_posi .text_wrap {
		font-size: 3.75rem;
	}
}

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

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

.fv_other_bottom {
	height: 290px;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.fv_other_bottom {
		height: 350px;
	}
}

@media screen and (min-width: 1280px) {
	.fv_other_bottom {
		height: 450px;
	}
}

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

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

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

.heading_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 2.5rem;
}

.heading::before {
	content: none;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: auto;
	height: 36px;
	aspect-ratio: 114 / 72;
	background-color: transparent;
	background-image: url(../img/heading_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading::after {
	content: none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #669F35;
}

.heading .main,
.heading .sub {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0.1em;
}

.heading .main {
	position: relative;
	font-size: 0.5em;
	font-weight: 500;
}

.heading .main::before,
.heading .main::after {
	content: none;
	position: absolute;
	width: 36px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading .main::before {
	top: -24px;
	left: -36px;
}

.heading .main::after {
	bottom: -24px;
	right: -36px;
	transform: rotate(180deg);
}

.heading .sub {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	/* background-image: linear-gradient(60deg, rgba(253, 255, 255, 1) 3%, rgba(135, 141, 146, 1) 24%, rgba(207, 214, 216, 1) 52%, rgba(135, 141, 146, 1) 74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.heading .sub.green {
	color: #009944;
}

.heading .sub.blue {
	color: #0B34E1;
}

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

	.heading .main {}

	.heading .sub {}
}

@media screen and (min-width: 1280px) {
	.heading {
		font-size: 2.8125rem;
	}

	.heading .main {
		font-size: 0.48em;
	}

	.heading .sub {}
}

@media screen and (min-width: 1440px) {
	.heading {
		font-size: 3.125rem;
	}

	.heading .main {}

	.heading .sub {}
}

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

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

.heading_other::before {
	width: 60px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: transparent;
	background-image: url(../img/heading_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading_other .main {}

.heading_other .sub {}

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

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

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

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

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

.maxwidth {
	width: 90%;
	max-width: 1280px;
}

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

.all.other {
	background-image: url(../img/other_bg.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.all.other {
		background-size: 135%;
	}
}

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

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

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

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

.btn {
	display: block;
	/* width: 240px; */
}

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

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

.img_filter {
	filter: grayscale(100%) brightness(62.5%);
}

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

.read-more-state {
	display: none;
}

.read-more-target {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

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

@keyframes loop-text {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.flow_text {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.flow_text span {
	display: inline-block;
	font-size: 4.25rem;
	color: #FFECF9;
	line-height: 1.5;
	white-space: nowrap;
	animation: loop-text 10s linear infinite;
}

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

@media screen and (min-width: 1280px) {
	.flow_text span {
		font-size: 7rem;
	}
}

@media screen and (min-width: 1440px) {
	.flow_text span {
		font-size: 6rem;
	}
}

@media screen and (min-width: 1920px) {
	.flow_text span {
		font-size: 8rem;
	}
}

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

.band_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* pointer-events: none; */
}

.band {
    position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
}

.band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12000px;
    height: 60px;
    background-color: #3264a3;
    transform: rotate(55deg);
    transform-origin: top left;
	pointer-events: none;
}

.band_top_1::before {
	top: 600px;
	height: 120px;
}

.band_top_2::before {
	top: 880px;
	height: 60px;
}

.band_wrap .section {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.band_top_1,
	.band_top_2 {
		top: 730px;
	}

	.band_top_1::before,
	.band_top_2::before {
		transform: translate(0, -100%) rotate(55deg);
		transform-origin: bottom left;
	}

	.band_top_1::before {
		top: 0;
		left: 120px;
	}

	.band_top_2::before {
		top: 0;
		left: 0;
	}
}

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

@media screen and (min-width: 1440px) {
	.band_top_1,
	.band_top_2 {
		top: 23%;
	}

	.band_top_1::before,
	.band_top_2::before {
		transform: translate(0, -100%) rotate(60deg);
	}

	.band_top_1::before {
		left: 180px;
		height: 200px;
	}

	.band_top_2::before {
		height: 90px;
	}
}

@media screen and (min-width: 1920px) {
	.band_top_1,
	.band_top_2 {
		top: 21%;
	}
}

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

.section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: repeat;
	overflow: hidden;
}

.section .inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .content_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	width: max-content;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .img_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner img,
.section .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner picture {
	width: 100%;
}

.section .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
	width: 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_floating {
	position: fixed;
	bottom: 0;
	width: 100vw;
	z-index: 5;
}

.section_floating .inner {
	padding: 0;
}

.section_floating .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.section_floating .flex .link 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_intro {}

.section_intro .inner {
	padding: 10% 0;
}

.section_intro .wrap {}

.section_intro .content_wrap {}

.section_intro .content_wrap .content {
	max-width: 1280px;
}

.section_intro .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_intro .content_wrap .content .item_wrap .item {}

.section_intro .content_wrap .content .item_wrap .item .item_inner {}

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

.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	letter-spacing: 0.1em;
}

.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text .highlight.green {
	color: #009944;
}

.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text .highlight.blue {
	color: #0B34E1;
}


.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {
	font-size: 1.625rem;
}

.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_1 {
	font-weight: 600;
}

.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_2 {
	font-size: 0.5em;
}

.section_intro .content_wrap .content .item_wrap .item_2 {
	width: 90%;
}

.section_intro .content_wrap .content .item_wrap .item_2 .item_inner .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

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

	.section_intro .inner {
		padding: 5% 0;
	}

	.section_intro .wrap {}

	.section_intro .content_wrap {}

	.section_intro .content_wrap .content {
		width: 90%;
	}

	.section_intro .content_wrap .content .item_wrap {}

	.section_intro .content_wrap .content .item_wrap .item {}

	.section_intro .content_wrap .content .item_wrap .item .item_inner {}

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

	.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text .highlight.green {}

	.section_intro .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text .highlight.blue {}

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {}

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {}

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_intro .content_wrap .content .item_wrap .item_2 {
		width: 100%;
	}

	.section_intro .content_wrap .content .item_wrap .item_2 .item_inner .text_wrap .text_wrap_inner .text {}
}

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

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

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {
		font-size: 3.125rem;
	}

	.section_intro .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_2 {
		font-size: 0.4em;
	}
}

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

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

.footer {
	position: relative;
	background-color: transparent;
}

.footer .inner {
	position: relative;
	background-color: transparent;
}

.footer .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	padding: 0;
}

.footer .logo {
	display: block;
	width: 40%;
}

.footer .logo picture,
.footer .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .heading_wrap {}

.footer .heading {}

.footer .heading::before {}

.footer .heading::after {}

.footer .heading .main,
.footer .heading .sub {}

.footer .heading .main::before,
.footer .heading .sub::before {}

.footer .heading .main {}

.footer .heading .main::before {}

.footer .heading .sub {}

.footer .heading .sub::after {}

.footer .text {}

.footer .text .highlight {}

.footer .list_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
    gap: 24px;
	max-width: 90%;
}

.footer .list_wrap .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
    gap: 24px 60px;
}

.footer .list_wrap .list li {
	position: relative;
	width: max-content;
	/* max-width: calc((100% - (24px * 2)) / 3); */
}

.footer .list_wrap .list li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	padding-left: 16px;
	line-height: 1;
}

.footer .list_wrap .list li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 75%;
	aspect-ratio: 1 / 1;
	background-color: #0B34E1;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.footer .list_wrap .list li a .text {}

.footer .list_wrap .list li a .text.top {}

.footer .list_wrap .list li a .text.bottom {}

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

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

.footer .content_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content .content_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content_top {}

.footer .content_wrap .content_wrap_inner .content_top {}

.footer .content_wrap .content_wrap_inner .content_top .heading_wrap {
	position: absolute;
	top: 24px;
	left: 24px;
	width: max-content;
}

.footer .content_wrap .content_wrap_inner .content_top .heading {
	align-items: flex-start;
}

.footer .content_wrap .content_wrap_inner .content_top .heading::before {}

.footer .content_wrap .content_wrap_inner .content_top .heading::after {}

.footer .content_wrap .content_wrap_inner .content_top .heading .main,
.footer .content_wrap .content_wrap_inner .content_top .heading .sub {
	color: #ffffff;
}

.footer .content_wrap .content_wrap_inner .content_top .heading .main::before,
.footer .content_wrap .content_wrap_inner .content_top .heading .sub::before {}

.footer .content_wrap .content_wrap_inner .content_top .heading .main {}

.footer .content_wrap .content_wrap_inner .content_top .heading .main::before {}

.footer .content_wrap .content_wrap_inner .content_top .heading .sub {}

.footer .content_wrap .content_wrap_inner .content_top .heading .sub::after {}

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

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box {
	position: relative;
	display: block;
	width: 100%;
	height: 222px;
}

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box .img {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 100px;
}

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_1,
.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_2 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_1 {
	background-image: url(../img/footer_bg_top_1.webp);
}

.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_2 {
	background-image: url(../img/footer_bg_top_2.webp);
}

.footer .content_wrap .content_wrap_inner .content_top .content_inner {}

.footer .content_wrap .content_wrap_inner .content_middle {
	padding: 20% 0;
	background-image: url(../img/footer_bg_middle_sp.webp);
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: 187.5%;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner {
	gap: 48px;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
	max-width: 90%;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner .btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner .btn_wrap .btn {
	width: 260px;
}

.footer .content_wrap .content_wrap_inner .content_bottom {
	padding: 20% 0;
	background-image: url(../img/footer_bg_bottom.webp);
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
	gap: 96px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap .text_wrap_inner .text {
	font-size: 0.875rem;
}

.copyright {
	width: 100%;
	padding: 24px 5%;
	background-image: linear-gradient(90deg, rgba(0, 153, 68, 1), rgba(11, 52, 225, 1));
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #ffffff;
}

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

	.footer .inner {}

	.footer .wrap {}

	.footer .logo {}

	.footer .logo picture,
	.footer .logo img {}

	.footer .heading_wrap {}

	.footer .heading {}

	.footer .heading::before {}

	.footer .heading::after {}

	.footer .heading .main,
	.footer .heading .sub {}

	.footer .heading .main::before,
	.footer .heading .sub::before {}

	.footer .heading .main {}

	.footer .heading .main::before {}

	.footer .heading .sub {}

	.footer .heading .sub::after {}

	.footer .text {}

	.footer .text .highlight {}

	.footer .list_wrap {
		flex-direction: row;
		gap: 24px 36px;
		width: max-content;
	}

	.footer .list_wrap .list {
		flex-direction: row;
		gap: 24px;
	}

	.footer .list_wrap .list li {}

	.footer .list_wrap .list li a {
		padding: 0;
	}

	.footer .list_wrap .list li a::before {
		content: none;
	}

	.footer .list_wrap .list li a .text {}

	.footer .list_wrap .list li a .text.top {}

	.footer .list_wrap .list li a .text.bottom {}

	.footer .map {}

	.footer .map iframe {}

	.footer .content_wrap {}

	.footer .content_wrap .content_wrap_inner {}

	.footer .content_wrap .content_wrap_inner .content {}

	.footer .content_wrap .content_wrap_inner .content .content_inner {}

	.footer .content_wrap .content_wrap_inner .content_top {}

	.footer .content_wrap .content_wrap_inner .content_top .heading_wrap {}

	.footer .content_wrap .content_wrap_inner .content_top .heading {}

	.footer .content_wrap .content_wrap_inner .content_top .heading::before {}

	.footer .content_wrap .content_wrap_inner .content_top .heading::after {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .main,
	.footer .content_wrap .content_wrap_inner .content_top .heading .sub {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .main::before,
	.footer .content_wrap .content_wrap_inner .content_top .heading .sub::before {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .main {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .main::before {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .sub {}

	.footer .content_wrap .content_wrap_inner .content_top .heading .sub::after {}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap {}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner {
		flex-direction: row;
	}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box {
		height: 240px;
	}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box .img {}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_1 {}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box_2 {}

	.footer .content_wrap .content_wrap_inner .content_top .content_inner {}

	.footer .content_wrap .content_wrap_inner .content_middle {
		background-image: url(../img/footer_bg_middle_pc.webp);
		padding: 5% 0;
		background-position: 112.5% 50%;
		background-size: contain;
	}

	.footer .content_wrap .content_wrap_inner .content_middle .heading_wrap {
		width: max-content;
	}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner {}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap {}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap .text_wrap_inner {
		flex-direction: row;
	}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner .text_wrap .text_wrap_inner .text {}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner .btn_wrap {
		flex-direction: row;
	}

	.footer .content_wrap .content_wrap_inner .content_middle .content_inner .btn_wrap .btn {}

	.footer .content_wrap .content_wrap_inner .content_bottom {
		padding: 5% 0;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
		flex-direction: row;
		justify-content: space-between;
		gap: 48px;
		width: 90%;
		max-width: 1280px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap {
		width: max-content;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner {
		gap: 12px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap {
		padding-left: 12.5%;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap .text_wrap_inner {}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap .text_wrap_inner .text {}

	.copyright {}
}

@media screen and (min-width: 1280px) {
	.footer .list_wrap .list {
		gap: 48px;
	}

	.footer .content_wrap .content_wrap_inner .content_top .heading_wrap {
		top: 48px;
		left: 48px;
	}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box {
		height: 400px;
	}

	.footer .content_wrap .content_wrap_inner .content_top .box_wrap .box_wrap_inner .box .img {
		bottom: 36px;
		right: 36px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap {
		width: 400px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner {
		align-items: flex-end;
		width: 100%;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap {
		padding: 0;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap .item_wrap_inner .text_wrap .text_wrap_inner .text {
		letter-spacing: 0.1em;
	}
}

@media screen and (min-width: 1440px) {
	.footer .list_wrap .list {
		gap: 60px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .item_wrap {
		
	}
}

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

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

.pc_only {
	display: none !important;
}

.pc_only_2 {
	display: none !important;
}

.pc_only_3 {
	display: none !important;
}

.sp_only {
	display: inherit !important;
}

.sp_only_2 {
	display: inherit !important;
}

.sp_only_3 {
	display: inherit !important;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit !important;
	}

	.sp_only{
		display: none !important;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit !important;
	}

	.sp_only_2{
		display: none !important;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit !important;
	}

	.sp_only_3 {
		display: none !important;
	}
}