@charset "utf-8";

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

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

body {
	/* background-color: #ffffff; */
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Zen Maru Gothic", 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: 16px 8px;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	/* font-family: ; */
}

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

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

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

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

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

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

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

.header_content_wrap_sp {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 0px;
	width: 100%;
	height: 100%;
}

.header_content_wrap_sp .header_btn {
	display: block;
	width: 50px;
	height: auto;
}

.header_logo_wrap {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
}

.header_logo {
	display: block;
	width: 80px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.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: max-content;
		padding: 12px 0;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

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

	.header_inner {
		position: relative;
		flex-direction: row;
		justify-content: flex-end;
		gap: 12px;
		width: 90%;
		max-width: 1280px;
		margin: 0 auto;
	}

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

	.header_logo_wrap {
		position: absolute;
		top: 0;
		left: 0;
	}

	.header_logo {
		width: 84px;
		padding: 4px;
		background-color: #ffffff;
	}

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

	.header_content {
		width: max-content;
		max-width: 100%;
	}

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

	.header_content_2 .header_content_inner {
		flex-direction: row;
		align-items: center;
	}

	.header_list {
		width: max-content;
		max-width: 100%;
	}

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

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

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-family: "Quicksand", sans-serif;
		font-size: 0.75rem;
		font-weight: 700;
		line-height: 1;
		color: #000000;
	}

	.header_list_inner li a.now::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 1px;
		background-color: #B94091;
	}

	.header_btn {
		display: block;
		width: 48px;
		height: auto;
	}

	.header_btn_1 {
		width: 120px;
	}

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

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

	.header.scrolled {}

	.header_inner {}

	.header_content_wrap {
		gap: 36px;
	}

	.header_logo_wrap {}

	.header_logo {
		width: 144px;
	}

	.header_logo picture,
	.header_logo img {}

	.header_content {}

	.header_content_inner {}

	.header_content_2 .header_content_inner {}

	.header_list {}

	.header_list_inner {
		gap: 24px;
	}

	.header_list_inner li {}

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

	.header_list_inner li a.now::after {}

	.header_btn {
		width: 80px;
	}

	.header_btn_1 {
		width: 200px;
	}

	.header_btn img {}
}

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

	.header.scrolled {}

	.header_inner {}

	.header_content_wrap {
		gap: 65px;
	}

	.header_logo_wrap {}

	.header_logo {
		width: 160px;
	}

	.header_logo picture,
	.header_logo img {}

	.header_content {}

	.header_content_inner {}

	.header_content_2 .header_content_inner {
		gap: 20px;
	}

	.header_list {}

	.header_list_inner {}

	.header_list_inner li {}

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

	.header_list_inner li a.now::after {}

	.header_btn {}

	.header_btn_1 {}

	.header_btn img {}
}

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

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

.fv_top{
	position: relative;
}

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

.fv_top .wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0px;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	padding-bottom: 132px;
}

.fv_top .slider_wrap {
	width: 105%;
}

.fv_top .fv_logo {}

.fv_top .fv_text_wrap {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 20px;
	transform: translate(0, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	padding: 36px;
	aspect-ratio: 1 / 1;
	background-image: url(../img/fv_text_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.fv_top .fv_text_flex {
	/* 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;
	/* aspect-ratio: 1 / 1; */
	font-size: 1.125rem;
}

.fv_top .fv_text {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffff;
}

.fv_top .fv_text .highlight {
	font-size: 1.3em;
}

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

	.fv_top .inner {}

	.fv_top .wrap {
		width: 90%;
		padding-bottom: 96px;
	}

	.fv_top .slider_wrap {
		width: 100%;
	}

	.fv_top .fv_logo {}

	.fv_top .fv_text_wrap {
		right: 7.5%;
		width: 240px;
		padding: 24px;
	}

	.fv_top .fv_text_flex {}

	.fv_top .fv_text {}

	.fv_top .fv_text .highlight {}
}

@media screen and (min-width: 1280px) {
	.fv_top .wrap {
		padding-bottom: 70px;
	}

	.fv_top .fv_text_wrap {
		width: 290px;
	}

	.fv_top .fv_text {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_top .fv_text_wrap {
		width: 340px;
	}

	.fv_top .fv_text {
		font-size: 2.25rem;
	}
}

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

	.fv_top .fv_text {
		
	}
}

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

.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;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.heading > * {
	margin: 0;
	padding: 0;
}

.heading .main {
	position: relative;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
}

.heading .main::first-letter {
	color: #11CCB3;
}

.heading .main::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: 36px;
	aspect-ratio: 1 / 1;
	background-image: url(../img/heading_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading .sub {
	position: relative;
	text-align: center;
	font-size: 1rem;
}

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

	.heading .main {
		font-size: 4.25rem;
	}

	.heading .sub {}
}

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

	.heading .main {}

	.heading .sub {}
}

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

	.heading .main {
		font-size: 6rem;
	}

	.heading .main::before {
		height: 48px;
	}

	.heading .sub {}
}

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

	.heading .main {}

	.heading .sub {}
}

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

.btn {
	/* width: 180px; */
}

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

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

.band_wrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.band {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12000px;
    height: 60px;
    background-color: #1590ef;
    transform: rotate(60deg);
    transform-origin: top left;
}

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

.band_top_2::before {
	top: calc(0px + (120px * 2) + 40px); /* .band_top_1::beforeのtop + .band_top_1::beforeの高さの2倍 + 隙間 */
	height: 60px; /* .band_top_1::beforeの高さの半分 */
}

.band_other_1::before {
	top: 120px;
	height: 120px;
}

.band_other_2::before {
	top: calc((120px * 2) * 1.75);
	height: 60px; /* .band_other_1::beforeの高さの半分 */
}

@media screen and (min-width: 768px) {
	.band_top_1::before {
		top: 120px;
	}

	.band_top_2::before {
		top: calc(120px + (180px * 2) + 40px);
	}

	.band_other_1::before,
	.band_other_2::before {
		transform: rotate(55deg);
	}

	.band_other_1::before {
		top: 240px;
	}

	.band_other_2::before {
		top: calc((240px * 2) * 1.0625);
	}
}

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

@media screen and (min-width: 1440px) {
	.band_other_1::before,
	.band_other_2::before {}

	.band_other_1::before {
		top: 360px;
		height: 240px;
	}

	.band_other_2::before {
		top: calc((360px * 2) * 1.25);
		height: 120px;
	}
}

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

/* この要素の子要素のwidthをpxで指定するとはみ出てスクロールできる */
/* jsの読み込みも必要 */

.js_scroll_wrap {
	width: 100%
}

.js_scroll_parent {
	overflow-x: scroll;
	cursor: grab;
	-webkit-overflow-scrolling: touch; /* スマホで滑らかに */
}

.js_scroll_parent:active {
	cursor: grabbing;
}

.js_scroll_child {
	width: 768px;
}

.js_scroll_note {
	margin-top: 0.875rem;
	font-size: 0.875rem;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.js_scroll_parent {
		overflow: auto;
		cursor:auto;
		-webkit-overflow-scrolling: unset;
	}

	.js_scroll_parent:active {
		cursor: auto;
	}

	.js_scroll_child {
		width: 100%;
	}

	.js_scroll_note {
		display: none;
	}
}

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

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

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

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

.section .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-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%;
	max-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%;
	max-width: 100%;
}

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

.section .content_wrap .content .item_wrap .item .text {
	width: max-content;
	max-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;
	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 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 50%;
	height: auto;
	padding: 24px 0;
	color: #ffffff;
}

.section_floating .flex .link_1 {
	background-color: #0093EE;
}

.section_floating .flex .link_2 {
	background-color: #EEA300;
}

.section_floating .flex .link img {
    width: auto;
    max-width: 100%;
    height: 1rem;
    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) {
	
}

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

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

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

@media screen and (min-width: 768px) {
	.map {
		padding-top: calc(100% * (2 / 3));
	}

	.map iframe {}
}

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

.maxwidth {
	width: 95%;
	margin: 0 auto;
	/* padding: 120px 0;
	border: 12px dashed #484848;
	background-color: #a0a0a0; */
}

@media screen and (min-width: 768px) {
	.maxwidth {
		max-width: 1280px;
	}
}

@media screen and (min-width: 1920px) {
	.maxwidth {
		/* max-width: 1680px; */
	}
}

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

.footer {
	
}

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

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

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

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

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

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

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

.footer .content_wrap .content_1 {
	width: 50%;
	max-width: 160px;
}

.footer .content_wrap .content_2 {
	display: none;
}

.footer .content_wrap .content_3 {
	max-width: 568px;
}

.footer .logo {
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
}

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

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

.footer .list li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.footer .btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 55%;
	max-width: 100%;
	margin-top: 12px;
}

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

.copyright {
	width: 100%;
	padding: 12px 5%;
	text-align: center;
	background-color: transparent;
	font-size: 0.8125rem;
}

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

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

.wrap {}

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

.footer .content_wrap {}

.footer .content_wrap .content {}

.footer .content_wrap .content .item_wrap {}

.footer .content_wrap .content .item_wrap .item {}

.footer .content_wrap .content_1 {}

.footer .content_wrap .content_2 {
	display: flex;
}

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

.footer .content_wrap .content .item_wrap .item_2 {
	width: 200px;
}

.footer .content_wrap .content_3 {}

.footer .logo {}

.footer .list {}

.footer .list li {}

.footer .list li a {}

.footer .btn_wrap {
	flex-direction: row;
	margin: 0;
}

.footer .btn_wrap .btn {
	width: 80px;
}

.copyright {}
}

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

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

	.footer .btn_wrap {
		gap: 20px;
	}

	.footer .list {
		gap: 36px;
	}

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

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

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

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

@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;
	}
}

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