@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 Antique", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	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: 72px;
	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: #D1EBFE; */
}

.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: 50%;
	aspect-ratio: 523 / 68;
}

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

.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;
		padding-top: 12px;
		/* 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 {
		width: 265px;
		height: auto;
		margin-left: 12px;
	}

	.header_logo_wrap .header_logo {
		width: 100%;
		height: auto;
		margin: 0;
		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: max-content;
		max-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 {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		gap: 24px;
		width: 100%;
		margin: 0 auto 0;
		padding-bottom: 12px;
		padding-right: 12px;
	}

	.header_list_wrap .header_list::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate(0, 0);
		width: 100%;
		height: 1px;
		background-color: #ffffff;
	}

	.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;
		letter-spacing: 0.07em;
		color: #ffffff;
	}

	.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 p:nth-of-type(2) {
		font-size: 0.75em;
		font-weight: 400;
		color: #D1EBFE;
	}
}

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

	.header.scrolled {}

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

	.header_logo_wrap {
		margin-left: 36px;
	}

	.header_logo_wrap .header_logo {}

	.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;
		padding-bottom: 24px;
		padding-right: 48px;
	}

	.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 {
		padding-top: 48px;
	}

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {
		margin-left: 48px;
	}

    .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: 48px;
		padding-right: 84px;
	}

    .header_list_wrap .header_list li {}

    .header_list_wrap .header_list li a {
		gap: 8px;
		font-size: 1.25rem;
	}

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

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

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

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {
		margin-left: 80px;
	}

    .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 {
		padding-right: 140px;
	}

    .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;
	/* overflow: hidden; */
}

.fv_1::before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 1px;
	height: 64px;
	background: linear-gradient(to bottom, #ffffff 50%, #333333 50%);
}

.fv_1 .inner {
	position: relative;
}

.fv_1 .wrap {
	position: relative;
}

.fv_1 .text_wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	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;
}

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

.fv_1 .text_wrap .text_1 {
	display: block;
	width: max-content;
	max-width: 100%;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.fv_1 .deco {
	position: absolute;
	z-index: 1;
	bottom: calc(32px + 12px);
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	max-width: 100%;
	height: auto;
	font-size: 0.625rem;
	line-height: 1;
	letter-spacing: 0.16em;
	color: #ffffff;
}

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

	.fv_1 .inner {}

	.fv_1 .wrap

	.fv_1 .text_wrap {}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 1.575rem;
	}

	.fv_1 .deco {}
}

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

	.fv_1 .inner {}

	.fv_1 .wrap

	.fv_1 .text_wrap {}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 2.575rem;
	}

	.fv_1 .deco {}
}

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

	.fv_1 .inner {}

	.fv_1 .wrap

	.fv_1 .text_wrap {}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 2.875rem;
	}

	.fv_1 .deco {}
}

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

	.fv_1 .inner {}

	.fv_1 .wrap

	.fv_1 .text_wrap {}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 3.875rem;
	}

	.fv_1 .deco {}
}

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

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

.fv_2::before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 1px;
	height: 64px;
	background: linear-gradient(to bottom, #ffffff 50%, #333333 50%);
}

.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%;
}

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

.fv_2 .text_wrap .text_1 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.fv_2 .deco {
	position: absolute;
	z-index: 1;
	bottom: calc(32px + 12px);
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	max-width: 100%;
	height: auto;
	font-size: 0.625rem;
	line-height: 1;
	letter-spacing: 0.16em;
	color: #ffffff;
}

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

	.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 {
		top: 55%
	}

	.fv_2 .text_wrap .text {}

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

	.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 {
		top: 60%;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {
		font-size: 2.25rem;
	}

	.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 {}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_contact {}

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

.section_contact .wrap {}

.section_contact .heading_wrap {}

.section_contact .heading_wrap .heading {
	gap: 0;
}

.section_contact .heading_wrap .heading .main {
	font-weight: 500;
	color: #37A3F2;
}

.section_contact .heading_wrap .heading .sub {
	color: #37A3F2;
}

.section_contact .content_wrap {
	gap: 36px;
}

.section_contact .content_wrap .content {}

.section_contact .content_wrap .content .item_wrap {}

.section_contact .content_wrap .content .item_wrap .item {}

.section_contact .content_wrap .content .item_wrap .item .text {}

.section_contact .content_wrap .content .item_wrap .item .link {
	width: 100%;
}

.section_contact .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

.section_contact .content_wrap_1 .content_1 {
	gap: 12px;
	width: 90%;
	max-width: 1280px;
	padding: 24px 12px;
	border: 1px #37A3F2 solid;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 {
	gap: 12px;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_1 .text_1 {
	text-align: center;
	color: #37A3F2;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
	width: 90%;
	padding: 12px;
	background-color: #D1EBFE;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text {
	font-size: 1.750rem;
	color: #37A3F2;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text .small {
	font-size: 0.625em;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_3 {
	width: 295px;
}

.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_3 .text_1 {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
}

.section_contact .content_wrap_1 .content_2 {
	width: 295px;
}

.section_contact .content_wrap_1 .content_2 .item_wrap_1 .item_2 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_contact .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text_1 {
	color: #ffffff;
}

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

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

	.section_contact .inner {}

	.section_contact .wrap {}

	.section_contact .heading_wrap {
		position: absolute;
		top: -28px;
		left: 12.5%;
		width: max-content;
		max-width: 100%;
		height: max-content;
		max-height: 100%;
	}

	.section_contact .heading_wrap .heading {
        flex-direction: row;
        align-items: flex-start;
	}

	.section_contact .heading_wrap .heading .main {
        writing-mode: vertical-lr;
        white-space: nowrap;
	}

	.section_contact .heading_wrap .heading .sub {
        writing-mode: vertical-lr;
        white-space: nowrap;
	}

	.section_contact .content_wrap {}

	.section_contact .content_wrap .content {}

	.section_contact .content_wrap .content .item_wrap {}

	.section_contact .content_wrap .content .item_wrap .item {}

	.section_contact .content_wrap .content .item_wrap .item .text {}

	.section_contact .content_wrap .content .item_wrap .item .link {}

	.section_contact .content_wrap .content .item_wrap .item .img {}

	.section_contact .content_wrap_1 .content_1 {
		width: 80%;
		padding: 48px 0;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 {
		gap: 24px;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_1 .text_1 {}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
		width: 50%;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text {}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text .small {}

	.section_contact .content_wrap_1 .content_2 {}

	.section_contact .content_wrap_1 .content_2 .item_wrap_1 .item_2 {}

	.section_contact .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text_1 {}
}

@media screen and (min-width: 1440px) {
	.section_contact .heading_wrap {
		top: -40px;
	}

	.section_contact .heading_wrap .heading {
		font-size: 2.5rem;
	}

	.section_contact .heading_wrap .heading .sub {
		font-size: 0.6em;
	}

	.section_contact .content_wrap {
		gap: 42px;
	}

	.section_contact .content_wrap_1 .content_1 {
		width: 70%;
		padding: 64px 0;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_1 .text_1 {
		line-height: 1.6;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
		padding: 24px 0;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_3 {
		width: 395px;
	}

	.section_contact .content_wrap_1 .content_1 .item_wrap_1 .item_3 .text_1 {
		font-size: 1.25rem;
	}

	.section_contact .content_wrap_1 .content_2 {
		width: 395px;
	}

	.section_contact .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text_1 {
		font-size: 1.25rem;
	}
}

@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-reverse;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.750rem;
}

.heading > * {
	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;
	letter-spacing: 0.04em;
}

.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-weight: 400;
	font-size: 0.625em;
	letter-spacing: 0.1em;
	color: #7CC1F4;
}

.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 {}
}

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

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

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

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

.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) {
	
}

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

table {
	width: 100%;
}

table tr th,
table tr td {
	display: block;
	border: 1px #D1EBFE solid;
}

table tr th {
	font-weight: 700;
	background-color: #D1EBFE;
}

table tr td {}

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

@media screen and (min-width: 1280px) {
	table {
		border-collapse: separate;
        border-spacing: 0 10px;
	}

	table tr th,
	table tr td {
		display: table-cell;
		text-align: center;
		font-size: 1.25rem;
	}

	table tr th {}

	table tr td {}
}

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

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

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

.yourTriggerId {
	cursor: pointer;
}

/* オーバーレイ */
.modal_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none; /* 非表示が初期状態 */
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

/* モーダル本体 */
.modal {
	position: relative;
	width: calc(100% - 24px);
	max-width: 1280px;
	height: calc(100% - 24px);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	overflow: auto;
	padding: 12px;
	box-sizing: border-box;
}

/* 右上の閉じるボタン（::before と ::after で × を作る） */
.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.modal_close::before,
.modal_close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	background-color: #000;
	transform-origin: center;
}

.modal_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* 表示中のクラス（flexで中央寄せ） */
.is-open {
	display: flex;
}

/* サンプルコンテンツ装飾（任意） */
.modal_header {
	font-size: 1.25rem;
	margin-bottom: 12px;
}

@media screen and (min-width: 1280px) {
	/* オーバーレイ */
	.modal_overlay {}

	/* モーダル本体 */
	.modal {
		/* width: calc(100% - 360px); */
		width: 80%;
		height: calc(100% - 60px);
	}

	/* 右上の閉じるボタン（::before と ::after で × を作る） */
	.modal_close {}

	.modal_close::before,
	.modal_close::after {}

	.modal_close::before {}

	.modal_close::after {}

	/* 表示中のクラス（flexで中央寄せ） */
	.is-open {}

	/* サンプルコンテンツ装飾（任意） */
	.modal_header {}
}

@media screen and (min-width: 1440px) {
	/* モーダル本体 */
	.modal {
		/* width: calc(100% - 480px); */
		width: 70%;
		/* height: calc(100% - 120px); */
	}
}

@media screen and (min-width: 1440px) {
	/* モーダル本体 */
	.modal {
		width: calc(100% - 600px);
		/* height: calc(100% - 180px); */
	}
}

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

.footer {
	background-color: #37A3F2;
}

.footer .inner {
	padding: 0;
	background-image: url(../img/);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 0;
	padding: 10% 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: 18px;
}

.footer .content_2 {}

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

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

.footer .flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.footer .flex img {
	display: block;
	width: auto;
	height: 1rem;
}

.footer .flex p {
	font-size: 0.9375rem;
	color: #ffffff;
}

.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: center;
	align-items: center;
	gap: 24px 36px;
	width: 100%;
}

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

.footer .list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	/* padding-left: 0.875rem; */
	font-size: 1.25rem;
	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 p:nth-of-type(2) {
	font-size: 0.75em;
	font-weight: 400;
	color: #F7BE7F;
}

.copyright {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 0;
	padding: 5% 5%;
	background-color: transparent;
	text-align: center;
	font-size: 0.9375rem;
	color: #fff;
}

.copyright::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

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

	.footer .inner {}

	.footer .wrap {
		width: 90%;
		margin: 0 auto 0;
		padding: 7.5% 0;
	}

	.footer .content {}

	.footer .content_1 {
		align-items: center;
		gap: 12px;
		width: max-content;
	}

	.footer .content_2 {
		flex: 1;
	}

	.footer .logo {
		width: 265px;
	}

	.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 {
		gap: 24px;
		width: 100%;
	}

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

	.footer .list li a {}

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

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

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

	.footer .inner {}

	.footer .wrap {
		flex-direction: row;
		justify-content: space-between;
		width: 80%;
		padding: 5% 0;
	}

	.footer .content {}

	.footer .content_1 {
		align-items: flex-start;
		width: max-content;
	}

	.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 {
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: flex-end;
		gap: 36px;
	}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.copyright {
		width: 80%;
	}
}

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

	.footer .inner {}

	.footer .wrap {
		width: 70%;
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_2 {
		flex: 1;
	}

	.footer .content_3 {}

	.footer .logo {
		width: 265px;
	}

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

	.footer .btn_wrap {
		gap: 24px;
	}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.copyright {
		width: 70%;
	}
}

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