@charset "utf-8";

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

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

.sp_only_4 {
	display: inherit;
}

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

	.sp_only{
		display: none;
	}
}

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

	.sp_only_2{
		display: none;
	}
}

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

	.sp_only_3 {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.sp_only_4 {
		display: none;
	}
}

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

body {
	background-color: #fff;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #333333;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
	font-weight: 500;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

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

a:hover {
	cursor: pointer;
}

@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: 100%;
	height: 60px;
	padding: 2.5%;
	background-color: transparent;
	background-color: #ffffff;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

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

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

.header_inner {
	width: 100%;
	height: 100%;
}

.header_logo_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	width: auto;
	height: 100%;
}

.header_logo_wrap .header_logo {
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 323 / 84;
}

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

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

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

	.header_inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		padding: 0;
	}

	.header_logo_wrap {}

	.header_logo_wrap .header_logo {
		height: 90%;
		margin: 0;
		margin-left: 12px;
		padding: 0;
		background-color: transparent;
	}

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

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

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

	.header_content_wrap .header_content_1 {
		flex: 1;
		gap: 12px;
	}

	.header_content_wrap .header_content_2 {
		display: block;
		width: 20%;
		height: auto;
		aspect-ratio: 128 / 100;
	}

	.header_btn_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 50%;
	}

	.header_btn_wrap .header_btn {
		display: block;
		width: max-content;
		font-size: 0.75rem;
		line-height: 1;
		color: #fff;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.25em;
	}

	.header_btn_wrap .header_btn img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_list_wrap {
		width: max-content;
	}

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

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

	.header_list_wrap .header_list li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1;
		color: #002a68;
	}

	.header_list_wrap .header_list li a::after {
		content: none;
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 4px;
		height: auto;
		aspect-ratio: 3 / 2;
		background-color: #041E3E;
	}

	.header_list_wrap .header_list li a span:nth-of-type(2) {
		font-size: 0.84375rem;
		font-weight: 700;
		color: #333333;
	}
}

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

	.header.scrolled {}

	.header_inner {
		align-items: stretch;
		gap: 24px;
	}

	.header_logo_wrap {
		height: auto;
	}

	.header_logo_wrap .header_logo {
		height: 70%
	}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {}

	.header_content_wrap {
		gap: 24px;
	}

	.header_content_wrap .header_content {}

	.header_content_wrap .header_content_1 {
		gap: 16px;
	}

	.header_content_wrap .header_content_2 {
		width: 15%;
	}

	.header_btn_wrap {
		gap: 24px;
	}

	.header_btn_wrap .header_btn {
		font-size: 1rem;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.5em;
	}

	.header_btn_wrap .header_btn img {}

	.header_list_wrap {}

	.header_list_wrap .header_list {
		gap: 36px;
	}

	.header_list_wrap .header_list li {}

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

	.header_list_wrap .header_list li a::after {
		bottom: -12px;
	}
}

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

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {}

    .header_logo_wrap .header_logo {
		/* margin-left: 48px; */
	}

    .header_logo_wrap .header_logo picture,
    .header_logo_wrap .header_logo img {}

    .header_content_wrap {}

    .header_content_wrap .header_content {}

    .header_content_wrap .header_content_1 {
		gap: 20px;
	}

    .header_content_wrap .header_content_2 {}

    .header_btn_wrap {}

    .header_btn_wrap .header_btn {
		font-size: 1.125rem;
	}

    .header_btn_wrap .header_btn .highlight {}

    .header_btn_wrap .header_btn img {}

    .header_list_wrap {}

    .header_list_wrap .header_list {
		gap: 60px;
	}

    .header_list_wrap .header_list li {}

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

    .header_list_wrap .header_list li a::after {
		bottom: -16px;
		width: 8px;
	}

	.header_list_wrap .header_list li a span:nth-of-type(2) {
		font-size: 1.125rem;
	}
}

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

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {}

    .header_logo_wrap .header_logo {
		/* margin-left: 96px; */
	}

    .header_logo_wrap .header_logo picture,
    .header_logo_wrap .header_logo img {}

    .header_content_wrap {}

    .header_content_wrap .header_content {}

    .header_content_wrap .header_content_1 {}

    .header_content_wrap .header_content_2 {
		width: 10%;
	}

    .header_btn_wrap {}

    .header_btn_wrap .header_btn {}

    .header_btn_wrap .header_btn .highlight {}

    .header_btn_wrap .header_btn img {}

    .header_list_wrap {}

    .header_list_wrap .header_list {}

    .header_list_wrap .header_list li {}

    .header_list_wrap .header_list li a {}

    .header_list_wrap .header_list li a::after {}
}

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

.fv_1 {
	position: relative;
	background-color: #eeeeee;
	overflow: hidden;
}

.fv_1 .inner {}

.fv_1 .text_wrap {
	position: absolute;
	z-index: 1;
	bottom: 13%;
	left: 4.25%;
	transform: translate(0%, 0%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.fv_1 .text_wrap .text {
	color: #ffffff;
}

.fv_1 .text_wrap .text_1 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.42em;
}

.fv_1 .text_wrap .text_1 span {
	display: block;
	width: max-content;
	max-width: 100%;
}

.fv_1 .text_wrap .text_2 {
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.365em;
}

.fv_1 .text_wrap .text_2 span {
	display: block;
	width: max-content;
	max-width: 100%;
}

.fv_1 .text_wrap .text_3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1em;
}

.fv_1 .text_wrap .text_3 span {
	display: block;
	width: max-content;
	max-width: 100%;
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		bottom: 21%;
		left: 8%;
		font-size: 0.75rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 1.38em;
	}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {
		font-size: 2.08em;
	}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {
		margin-top: 4px;
	}

	.fv_1 .text_wrap .text_3 span {}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		font-size: 1.233rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {
		margin-top: 8px;
	}

	.fv_1 .text_wrap .text_3 span {}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		left: 8.1%;
		font-size: 1.385rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {}

	.fv_1 .text_wrap .text_3 span {}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		left: 8.2%;
		font-size: 1.846rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {
		margin-top: 10px;
	}

	.fv_1 .text_wrap .text_3 span {}
}

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

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

.fv_2 .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

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

.fv_2 .img {
	display: none;
}

.fv_2 .text_wrap {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
}

.fv_2 .text_wrap .text {
	width: max-content;
	max-width: 100%;
	line-height: 1;
}

.fv_2 .text_wrap .text span {
	display: block;
	line-height: 1;
}

.fv_2 .text_wrap .text_1 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.5em;
}

.fv_2 .text_wrap .text_2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 768px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .inner {}

	.fv_2 .wrap {}

	.fv_2 .img {
		display: block;
	}

	.fv_2 .text_wrap {
		top: 50%;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1280px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .inner {}

	.fv_2 .wrap {}

	.fv_2 .img {}

	.fv_2 .text_wrap {
		z-index: 1;
		top: auto;
		bottom: 0;
		left: 10%;
		transform: translate(0, 25%);
		align-items: flex-start;
		font-size: 6.4rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {
		font-size: 0.35em;
	}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1440px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .inner {}

	.fv_2 .wrap {}

	.fv_2 .img {}

	.fv_2 .text_wrap {
		font-size: 7.2rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1920px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .inner {}

	.fv_2 .wrap {}

	.fv_2 .img {}

	.fv_2 .text_wrap {
		font-size: 9.8rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

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

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

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

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

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

@media screen and (min-width: 1280px) {
	.section {
		background-image: url(../img/bg_pc.png);
	}
}

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

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

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

.section_floating {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

.section_floating .section_container_inner {
	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_map {}

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

.section_map .wrap {}

.section_map .heading_wrap {}

.section_map .heading_wrap .heading {
	font-size: 1.875rem;
}

.section_map .heading_wrap .heading .main {
	line-height: 1;
}

.section_map .heading_wrap .heading .sub {
	line-height: 1;
}

.section_map .heading_wrap .heading .main span,
.section_map .heading_wrap .heading .sub span {
	display: block;
}

.section_map .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_map .content_wrap .content {}

.section_map .content_wrap .content .item_wrap {}

.section_map .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_map .content_wrap .content .item_wrap .item .map {
	width: 100%;
}

.section_map .content_wrap .content .item_wrap .item .map iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
}

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

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

	.section_map .wrap {}

	.section_map .heading_wrap {}

	.section_map .heading_wrap .heading {}

	.section_map .heading_wrap .heading .main {}

	.section_map .heading_wrap .heading .sub {}

	.section_map .heading_wrap .heading .main span,
	.section_map .heading_wrap .heading .sub span {}

	.section_map .content_wrap {
		flex-direction: row;
		gap: 0;
	}

	.section_map .content_wrap .content {
		width: calc((100% - (0px * 1)) / 2);
	}

	.section_map .content_wrap .content .item_wrap {}

	.section_map .content_wrap .content .item_wrap .item {}

	.section_map .content_wrap .content .item_wrap .item .map {}

	.section_map .content_wrap .content .item_wrap .item .map iframe {
		aspect-ratio: 4 / 3;
	}
}

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

@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;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.5rem;
}

.heading > * {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	/* line-height: 1; */
	/* letter-spacing: 0.1em; */
}

.heading .main {
	position: relative;
	font-size: 1em;
	font-weight: 700;
	color: #002a68;
}

.heading .main::before,
.heading .main::after {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1; */
}

.heading .sub {
	position: relative;
	font-size: 0.5em;
}

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

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

@media screen and (min-width: 1280px) {
	.heading {
		gap: 24px;
	}
}

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

	.heading .sub {
		font-size: 0.4em;
	}
}

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

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

.band {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    bottom: -5vw;
    right: 0;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 150%;
    height: 60px;
    background-color: #fe6628;
    transform: rotate(45deg);
    transform-origin: top left;
}

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

.btn {
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 60px;
	font-weight: 700;
	color: #ccc; */
}

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

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

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

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

.map {
    /* width: 100%; */
}

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

@media screen and (min-width: 768px) {
	.map iframe {
		/* aspect-ratio: 2 / 1; */
	}
}

@media screen and (min-width: 1280px) {
	.map iframe {
		/* aspect-ratio: 3 / 1; */
	}
}

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

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

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

.footer {
	background-color: #002a68;
}

.footer_inner {
	padding: 0;
	background-image: url(../img/footer_deco_sp.png);
	background-position: 50% 90%;
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

.footer .content_1 {
	gap: 48px;
}

.footer .content_2 {}


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

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

.footer .btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 70%;
}

.footer .btn_wrap .btn {
	display: block;
	width: 100%;
}

.footer .btn_wrap .btn img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .btn_wrap .btn_2 {
	padding: 0 5%;
}

.footer .list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px 68px;
	width: 80%;
}

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

.footer .list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	/* padding-left: 0.875rem; */
	font-size: 1rem;
	line-height: 1;
	color: #fff;
}

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

.footer .list li a span:nth-of-type(1) {
	font-size: 0.875rem;
	color: #ffc600;
}

.copyright {
	display: block;
	width: 100%;
	padding: 5% 5%;
	/* border-top: 4px #fff solid; */
	background-color: transparent;
	text-align: center;
	color: #fff;
}

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

	.footer_inner {
		background-image: url(../img/footer_deco_pc.png);
		background-position: 50% 80%;
	}

	.footer .inner {
		flex-direction: row;
		width: 90%;
		margin: 0 auto 0;
		padding: 10% 0;
	}

	.footer .content {}

	.footer .content_1 {
		gap: 36px;
		width: 30%;
	}

	.footer .content_2 {
		flex: 1;
	}

	.footer .logo {
		width: 100%;
	}

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

	.footer .btn_wrap {
		gap: 24px;
		width: 100%;
	}

	.footer .btn_wrap .btn {
		width: 100%;
	}

	.footer .btn_wrap .btn img {}

	.footer .list {
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		gap: 24px;
		width: 100%;
	}

	.footer .list li {
		width: max-content;
		max-width: 100%;
	}

	.footer .list li a {
		padding: 0;
		font-size: 1rem;
	}

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

	.copyright {
		padding: 2.5% 5%;
	}
}

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

	.footer_inner {}

	.footer .inner {
		gap: 84px;
		width: 80%;
		padding-right: 10%;
	}

	.footer .content {}

	.footer .content_1 {
		width: 25%;
	}

	.footer .content_2 {}

	.footer .logo {}

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

	.footer .btn_wrap {}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {
		gap: 48px;
	}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.copyright {}
}

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

	.footer_inner {}

	.footer .inner {
		gap: 120px;
		width: 70%;
		padding: 7.5% 7.5% 7.5% 0;
	}

	.footer .content {}

	.footer .content_1 {
		gap: 48px;
		width: 25%;
	}

	.footer .content_2 {
		flex: 1;
	}

	.footer .content_3 {}

	.footer .logo {}

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

	.footer .btn_wrap {
		gap: 24px;
	}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {
		justify-content: space-between;
		gap: 24px;
	}

	.footer .list li {}

	.footer .list li a {
		font-size: 1.125rem;
	}

	.footer .list li a::before {}

	.footer .list li a span:nth-of-type(1) {
		font-size: 0.8888888889em;
	}

	.copyright {}
}

@media screen and (min-width: 1920px) {
    .footer .inner {
		gap: 180px;
	}
}
