@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,700;1,700&display=swap");
html, body, div, span, em, small, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img, figure,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	-webkit-box-shadow: #000 0 0 0;
	        box-shadow: #000 0 0 0;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

select {
	background-color: transparent;
}
select:focus-visible {
	outline: none;
}

svg {
	width: 100%;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=radio],
button {
	-webkit-appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

@-webkit-keyframes floatUp_6 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

@keyframes floatUp_6 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}
@-webkit-keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@-webkit-keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@-webkit-keyframes floatUp_20 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes floatUp_20 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.box-fade {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p_hover a:hover, .btn_fix a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.l_tel {
	pointer-events: none;
}

@media screen and (max-width: 800px) {
	.l_tel {
		pointer-events: auto;
	}
}
.btn_01 {
	width: 350px;
	height: 65px;
	margin: 0 auto;
}
.btn_01._inv a {
	color: var(--c_key1);
	background-color: #fff;
	border-color: #fff;
}
@media screen and (min-width: 801px) {
	.btn_01._inv a:hover {
		border-color: var(--c_key1);
	}
}
.btn_01 a {
	color: var(--c_key1);
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	border: 1px solid var(--c_key1);
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 801px) {
	.btn_01 a:hover {
		color: #fff;
		background-color: var(--c_key1);
	}
}

.btn_fix {
	width: 218px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

@media screen and (max-width: 800px) {
	.btn_01 {
		width: 85.3334%;
	}
	.btn_01 a {
		color: #fff;
		background-color: var(--c_key1);
	}
	.btn_fix {
		width: 164px;
	}
}
.page_title {
	margin-bottom: 116px;
}
.page_title::before {
	content: "";
	display: block;
	position: absolute;
	top: 396px;
	right: 0;
	z-index: 1;
}
.page_title_inner {
	width: 1286px;
	position: relative;
	margin: 0 auto;
	background-image: url(../img/common/page_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 611px;
}
.page_title_top {
	padding-top: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page_title_top h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4286;
	width: 432px;
	aspect-ratio: 1/1;
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.page_title_top h1 small {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.page_title_top h1 small span {
	font-size: 16px;
	font-weight: 500;
}
.page_title_top_cont {
	color: var(--c_key1);
	width: 570px;
	margin-right: 45px;
	padding-top: 62px;
	position: relative;
	z-index: 2;
}
.page_title_top_cont .sub {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 24px;
}
.page_title_top_cont .desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2223;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 800px) {
	.page_title {
		margin-bottom: 45px;
	}
	.page_title::before {
		top: 183px;
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
		scale: 0.5;
	}
	.page_title_inner {
		width: 100%;
		background-image: url(../img/common/page_title_bg_sp.png);
		background-size: 370px auto;
	}
	.page_title_top {
		padding-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.page_title_top h1 {
		font-size: 24px;
		line-height: 1.4584;
		width: 220px;
		margin-right: auto;
	}
	.page_title_top_cont {
		width: 90%;
		margin: 0 auto;
		padding-top: 88px;
	}
	.page_title_top_cont .sub {
		font-size: 20px;
		text-align: center;
		margin-bottom: 38px;
	}
	.page_title_top_cont .desc {
		font-size: 18px;
		line-height: 2;
	}
}
.hl01 {
	color: var(--c_key1);
	font-size: 30px;
	font-weight: 600;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hl01 h1, .hl01 h2, .hl01 h3 {
	text-align: center;
	position: relative;
	padding: 5px 33px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.hl01 h1::before, .hl01 h1::after, .hl01 h2::before, .hl01 h2::after, .hl01 h3::before, .hl01 h3::after {
	width: 5px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: var(--c_key1);
	translate: 0 -50%;
}
.hl01 h1::before, .hl01 h2::before, .hl01 h3::before {
	left: 0;
}
.hl01 h1::after, .hl01 h2::after, .hl01 h3::after {
	right: 0;
}
.hl01 h1 small, .hl01 h2 small, .hl01 h3 small {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
	.hl01 {
		font-size: 24px;
	}
	.hl01 h1::before, .hl01 h1::after, .hl01 h2::before, .hl01 h2::after, .hl01 h3::before, .hl01 h3::after {
		width: 4px;
	}
	.hl01 h1 small, .hl01 h2 small, .hl01 h3 small {
		font-size: 16px;
	}
}
.event:not(._column) {
	width: 1364px;
	margin-left: auto;
	margin-right: auto;
}
.event_inner {
	width: 1380px;
	margin: 0 auto;
}
.event._column {
	padding: 0 0 100px;
	background-color: #6350CA;
}
.event._column h2 {
	color: #6350CA;
	font-size: 30px;
	font-weight: 600;
	width: 301px;
	aspect-ratio: 301/239;
	margin-left: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	translate: 0 -36px;
}
.event._column h2 span {
	position: relative;
	z-index: 2;
}
.event._column h2::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #BFE3E0;
	-webkit-mask-image: url(../img/common/parts_oval.svg);
	        mask-image: url(../img/common/parts_oval.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	z-index: 1;
}
.event_list {
	margin: 0 auto 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.event_list_wrap {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.event_list_wrap .event_list {
	width: 654px;
	margin: -100px 0 0;
}
.event_list_wrap .event_list li {
	color: #fff;
}
.event_list._large {
	width: 590px;
	margin-left: 30px;
}
.event_list._large li {
	width: 100%;
}
.event_list._large li .date {
	font-size: 22px;
}
.event_list._large li h3 {
	font-size: 24px;
	line-height: 1.4584;
}
.event_list li {
	width: 312px;
	margin-bottom: 32px;
}
.event_list li a {
	display: block;
}
@media screen and (min-width: 801px) {
	.event_list li a:hover .img img {
		scale: 1.1;
	}
}
.event_list li .img {
	aspect-ratio: 312/247;
	overflow: hidden;
	margin-bottom: 28px;
	-webkit-mask-image: url(../img/common/parts_oval.svg);
	        mask-image: url(../img/common/parts_oval.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
}
.event_list li .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.event_list li .date {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.event_list li h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5295;
}

@media screen and (max-width: 800px) {
	.event:not(._column) {
		width: 100%;
	}
	.event_inner {
		width: 100%;
	}
	.event._column {
		padding-bottom: 60px;
	}
	.event._column h2 {
		font-size: 21.4px;
		width: 165px;
		position: relative;
		margin-left: -15px;
		translate: 0 -15px;
		z-index: 2;
	}
	.event_list {
		width: 88.5334%;
		margin: 0 auto 33px;
	}
	.event_list_wrap {
		display: block;
		margin-top: -70px;
		margin-bottom: 30px;
	}
	.event_list_wrap .event_list {
		width: 88.5334%;
		margin: 0 auto;
	}
	.event_list._large {
		width: 90.6667%;
		margin: 0 auto 15px;
	}
	.event_list._large li .date {
		font-size: 18.7px;
	}
	.event_list._large li h3 {
		font-size: 20.4px;
		line-height: 1.4706;
	}
	.event_list li {
		width: 47.5904%;
		margin-bottom: 20px;
	}
	.event_list li .img {
		margin-bottom: 18px;
	}
	.event_list li .date {
		font-size: 11.7px;
		margin-bottom: 3px;
	}
	.event_list li h3 {
		font-size: 13.7px;
		line-height: 1.4234;
	}
}
:root {
	--c_base: #000;
	--c_key1: #1D2088;
	--c_key2: #000;
	--c_text: #000;
	--c_text_r: #000;
	--c_accent: #000;
	--c_accent2: #000;
	--c_blue_l: #000;
}

.mesh-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	opacity: 0.8;
}

html {
	font-size: 10px;
}

@-webkit-keyframes hero-gradient-animation {
	0% {
		--c-0:hsla(247.82608695652172,53%,83%,1);
		--x-0:15%;
		--y-0:4%;
		--s-start-0:19%;
		--s-end-0:48.759212317692715%;
		--c-1:hsla(53.39999999999999,88%,78%,1);
		--x-1:95%;
		--y-1:7%;
		--s-start-1:19%;
		--s-end-1:48.65751024599768%;
		--c-2:hsla(214.11764705882354,86%,76%,1);
		--x-2:1%;
		--y-2:98%;
		--s-start-2:15.666729886444585%;
		--s-end-2:54.64825271029778%;
	}
	100% {
		--c-0:hsla(247.8260869565217,52%,83%,0.5);
		--x-0:22%;
		--y-0:45%;
		--s-start-0:19;
		--s-end-0:50.99730778941868%;
		--c-1:hsla(53.39999999999999,88%,78%,1);
		--x-1:98%;
		--y-1:97%;
		--s-start-1:19;
		--s-end-1:46.868409447993216%;
		--c-2:hsla(214.11764705882354,87%,77%,1);
		--x-2:31%;
		--y-2:46%;
		--s-start-2:19;
		--s-end-2:57.80254555778298%;
	}
}

@keyframes hero-gradient-animation {
	0% {
		--c-0:hsla(247.82608695652172,53%,83%,1);
		--x-0:15%;
		--y-0:4%;
		--s-start-0:19%;
		--s-end-0:48.759212317692715%;
		--c-1:hsla(53.39999999999999,88%,78%,1);
		--x-1:95%;
		--y-1:7%;
		--s-start-1:19%;
		--s-end-1:48.65751024599768%;
		--c-2:hsla(214.11764705882354,86%,76%,1);
		--x-2:1%;
		--y-2:98%;
		--s-start-2:15.666729886444585%;
		--s-end-2:54.64825271029778%;
	}
	100% {
		--c-0:hsla(247.8260869565217,52%,83%,0.5);
		--x-0:22%;
		--y-0:45%;
		--s-start-0:19;
		--s-end-0:50.99730778941868%;
		--c-1:hsla(53.39999999999999,88%,78%,1);
		--x-1:98%;
		--y-1:97%;
		--s-start-1:19;
		--s-end-1:46.868409447993216%;
		--c-2:hsla(214.11764705882354,87%,77%,1);
		--x-2:31%;
		--y-2:46%;
		--s-start-2:19;
		--s-end-2:57.80254555778298%;
	}
}
@property --c-0 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(247.8260869565, 53%, 83%);
}
@property --x-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 15%;
}
@property --y-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 4%;
}
@property --s-start-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 19%;
}
@property --s-end-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 48.7592123177%;
}
@property --c-1 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(53.4, 88%, 78%);
}
@property --x-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 95%;
}
@property --y-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 7%;
}
@property --s-start-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 19%;
}
@property --s-end-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 48.657510246%;
}
@property --c-2 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(214.1176470588, 86%, 76%);
}
@property --x-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 1%;
}
@property --y-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 98%;
}
@property --s-start-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 15.6667298864%;
}
@property --s-end-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 54.6482527103%;
}
.your_css_selector_here, body::before {
	--c-0:hsla(247.82608695652172,53%,83%,1);
	--x-0:15%;
	--y-0:4%;
	--c-1:hsla(53.39999999999999,88%,78%,1);
	--x-1:95%;
	--y-1:7%;
	--c-2:hsla(214.11764705882354,86%,76%,1);
	--x-2:1%;
	--y-2:98%;
	background-color: hsl(130.5882352941, 54%, 93%);
	background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2));
	-webkit-animation: hero-gradient-animation 10s linear infinite alternate;
	        animation: hero-gradient-animation 10s linear infinite alternate;
	background-blend-mode: normal, normal, normal;
}

body {
	color: #000;
	min-width: 1400px;
	position: relative;
	line-height: 1;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
body::before {
	width: 100vw;
	height: 100vh;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation-duration: 8s;
	        animation-duration: 8s;
}

@media screen and (min-width: 801px) {
	.pc_off {
		display: none !important;
	}
}
@media screen and (max-width: 800px) {
	body {
		min-width: 320px;
	}
	.sp_off {
		display: none !important;
	}
}
/* ========================================

header

======================================== */
.header {
	width: 100%;
	min-width: 1400px;
	max-width: 1500px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 32px 42px 0 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 999;
}
.header .logo {
	width: 147px;
	margin-top: 6px;
}
.header .logo a {
	display: block;
}
.header_nav {
	width: 700px;
	height: 65px;
	background-color: #fff;
	border-radius: 50px;
}
.header_nav_inner {
	height: 100%;
}
.header_nav ul {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_nav ul li {
	font-size: 14px;
	font-weight: 500;
}
.header_nav ul li:not(:last-child) {
	margin-right: 30px;
}
.header_nav ul li a {
	color: var(--c_key1);
	position: relative;
}
@media screen and (min-width: 801px) {
	.header_nav ul li a:hover::after {
		width: 100%;
	}
}
.header_nav ul li a::after {
	width: 0px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: var(--c_key1);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.header_nav_info {
	display: none;
}

@media screen and (max-width: 800px) {
	.header {
		min-width: unset;
		padding: 10px 0 0 18px;
	}
	.header .logo {
		width: 100px;
		position: relative;
		z-index: 1;
	}
	.header_nav {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-color: var(--c_key1);
		border-radius: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		z-index: 101;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
		pointer-events: none;
	}
	.header_nav_inner {
		height: auto;
		padding: 125px 0 60px;
	}
	.header_nav ul {
		display: block;
		margin-bottom: 110px;
	}
	.header_nav ul li {
		font-size: 18px;
		font-weight: 600;
	}
	.header_nav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 46px;
	}
	.header_nav ul li a {
		color: #fff;
		text-align: center;
		display: block;
	}
	.header_nav_info {
		color: #fff;
		display: block;
	}
	.header_nav_info_sns {
		margin-bottom: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header_nav_info_sns li {
		width: 65px;
		aspect-ratio: 1/1;
	}
	.header_nav_info_sns li:not(:first-child) {
		margin-left: 20px;
	}
	.header_nav_info_sns li a {
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header_nav_info_sns li a img {
		width: 31px;
	}
	.header_nav_info .logo {
		width: 200px;
		margin: 0 auto 15px;
	}
	.header_nav_info .copyright {
		text-align: center;
	}
	.header .btn_nav {
		cursor: pointer;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		top: 9px;
		right: 10px;
		background-color: var(--c_key1);
		border-radius: 50%;
		z-index: 999;
		-webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav span, .header .btn_nav::before, .header .btn_nav::after {
		height: 1.5px;
		display: block;
		position: absolute;
		left: 50%;
		background: #fff;
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
		translate: -50% 0;
		-webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav span {
		width: 18px;
		top: calc(50% - 2.5px);
	}
	.header .btn_nav::before, .header .btn_nav::after {
		width: 24px;
		content: "";
	}
	.header .btn_nav::before {
		-webkit-animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	.header .btn_nav::after {
		-webkit-animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active {
		overflow: hidden;
	}
	body.nav_active .header_nav {
		opacity: 1;
		visibility: visible;
		pointer-events: unset;
	}
	body.nav_active .header .btn_nav span {
		opacity: 0;
	}
	body.nav_active .header .btn_nav::before {
		-webkit-animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active .header .btn_nav::after {
		-webkit-animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
}
@-webkit-keyframes btn_nav_top_off {
	0% {
		top: 50%;
		rotate: 45deg;
		scale: 1 1;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	51% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 1 1;
	}
	100% {
		top: calc(50% - 10.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
}
@keyframes btn_nav_top_off {
	0% {
		top: 50%;
		rotate: 45deg;
		scale: 1 1;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	51% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 1 1;
	}
	100% {
		top: calc(50% - 10.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
}
@-webkit-keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 10.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 1 1;
	}
	51% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	100% {
		top: 50%;
		rotate: 45deg;
		scale: 1 1;
	}
}
@keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 10.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 1 1;
	}
	51% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
		scale: 0.55 1;
	}
	100% {
		top: 50%;
		rotate: 45deg;
		scale: 1 1;
	}
}
@-webkit-keyframes btn_nav_bottom_off {
	0% {
		top: 50%;
		rotate: -45deg;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
	}
	100% {
		top: calc(50% + 6.5px);
		rotate: 0deg;
	}
}
@keyframes btn_nav_bottom_off {
	0% {
		top: 50%;
		rotate: -45deg;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
	}
	100% {
		top: calc(50% + 6.5px);
		rotate: 0deg;
	}
}
@-webkit-keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 6.5px);
		rotate: 0deg;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
	}
	100% {
		width: 24px;
		top: 50%;
		rotate: -45deg;
	}
}
@keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 6.5px);
		rotate: 0deg;
	}
	50% {
		top: calc(50% - 2.5px);
		rotate: 0deg;
	}
	100% {
		width: 24px;
		top: 50%;
		rotate: -45deg;
	}
}
/* ========================================

footer

======================================== */
.footer {
	color: #fff;
	font-weight: 400;
	background-color: var(--c_key1);
}
.footer_inner {
	width: 1350px;
	margin: 0 auto;
	padding: 42px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer .logo {
	width: 218px;
	margin-top: 5px;
	margin-right: auto;
}
.footer_info dl {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_info dl > div:not(:first-child) {
	margin-left: 32px;
}
.footer_info dl dt {
	font-weight: 600;
	margin-bottom: 5px;
}
.footer_info dl dd {
	line-height: 1.7143;
}
.footer_sns {
	margin-left: 62px;
}
.footer_sns ul {
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer_sns ul li {
	width: 55px;
	aspect-ratio: 1/1;
}
.footer_sns ul li:not(:first-child) {
	margin-left: 17px;
}
.footer_sns ul li a {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 801px) {
	.footer_sns ul li a:hover {
		scale: 0.9;
	}
}
.footer_sns ul li a img {
	width: 27px;
}

@media screen and (max-width: 800px) {
	.footer_inner {
		width: 100%;
		position: relative;
		padding: 57px 0 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer .logo {
		width: 199px;
		margin: 0 auto;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.footer_info {
		width: 298px;
		margin: 0 auto 45px;
	}
	.footer_info dl {
		font-size: 16px;
		display: block;
	}
	.footer_info dl > div:not(:first-child) {
		margin-left: 0;
		margin-top: 24px;
	}
	.footer_info dl dd {
		line-height: 1.875;
	}
	.footer_sns {
		margin: 0 0 45px;
	}
	.footer_sns ul {
		margin-bottom: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer_sns ul li {
		width: 65px;
	}
	.footer_sns ul li:not(:first-child) {
		margin-left: 20px;
	}
	.footer_sns .copyright {
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 35px;
		left: 0;
	}
}