@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Noto+Sans+JP:wght@100..900&display=swap);

/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%
}

*,
::after,
::before {
	background-repeat: no-repeat;
	box-sizing: inherit
}

::after,
::before {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	padding: 0;
	margin: 0
}

audio:not([controls]) {
	display: none;
	height: 0
}

hr {
	overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden],
template {
	display: none
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

input {
	border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer
}

[disabled] {
	cursor: default
}

[type=number] {
	width: auto
}

[type=search] {
	-webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: 0;
	padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

button,
select {
	text-transform: none
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	color: currentColor
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align: bottom
}

ul {
	list-style-type: none
}

progress {
	vertical-align: baseline
}

svg:not(:root) {
	overflow: hidden
}

audio,
canvas,
progress,
video {
	display: inline-block
}

@media screen {
	[hidden ~ =screen] {
		display: inherit
	}

	[hidden ~ =screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important
	}
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

img {
	-webkit-backface-visibility: hidden
}

picture {
	display: block
}

h1,
h2,
h3,
h4 {
	letter-spacing: .17em
}

h1,
h2,
h3,
h4 {
	line-height: 1.5;
	color: #000;
	font-weight: 700
}

html {
	font-size: 62.5% !important
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Yu Gothic Medium", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 1.6rem;
	overflow: hidden;
	line-height: 2;
	letter-spacing: .15em;
	word-break: break-all;
	font-feature-settings: "palt";
	animation: bodyfadeIn ease-in-out .1s 1 normal forwards
}

.en {
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-family: Montserrat, Roboto, "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Yu Gothic Medium", sans-serif;
	letter-spacing: .05em
}

@keyframes bodyfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

* html body {
	font-size: 73%
}

main {
	position: relative;
	z-index: 0
}

.section {
	position: relative;
	z-index: 0
}

.content_wrap {
	position: relative;
	max-width: 120rem;
	width: 90%;
	margin: 0 auto;
	z-index: 0
}

.content_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1
}

.content_bg.sc_animation {
	left: 100%;
	transition: left 1s
}

.content_bg.sc_animation.is-animated {
	left: 0
}

@media screen and (min-width:1401px) and (max-width:1600px) {
	html {
		font-size: 60% !important
	}
}

@media screen and (min-width:1201px) and (max-width:1400px) {
	html {
		font-size: 56% !important
	}
}

@media screen and (min-width:1001px) and (max-width:1200px) {
	html {
		font-size: 50% !important
	}
}

@media screen and (min-width:769px) and (max-width:1000px) {
	html {
		font-size: .8vw !important
	}
}

@media screen and (max-width:768px) {
	html {
		font-size: 54% !important
	}

	body {
		line-height: 1.8
	}

	.content_wrap {
		width: 88%
	}
}

@media screen and (max-width:320px) {
	html {
		font-size: 43% !important
	}
}

.animation.ShowIn,
.animation.ShowInScale,
.animation.ShowInUp,
.animation.SlideLeft,
.animation.SlideRight,
.animation.SlideUp {
	opacity: 0;
	transition: all 1s
}

.animation.is-animated.SlideLeft {
	animation: SlideLeft cubic-bezier(.34, .8, .64, 1) 1.4s 1 normal forwards
}

.animation.is-animated.SlideRight {
	animation: SlideRight cubic-bezier(.34, .8, .64, 1) 1.4s 1 normal forwards
}

.animation.is-animated.SlideUp {
	animation: SlideUp cubic-bezier(.34, 1.56, .64, 1) 1.6s 1 normal forwards
}

.animation.is-animated.ShowIn {
	animation: ShowIn cubic-bezier(.34, .7, .8, 1) 1s 1 normal forwards
}

.animation.is-animated.ShowInScale {
	animation: ShowInScale cubic-bezier(.34, 1.3, .8, 1) 1.6s 1 normal forwards
}

.animation.is-animated.ShowInUp {
	animation: ShowInUp ease-in-out .95s 1 normal forwards
}

.animation.ShowInBg {
	overflow: hidden;
	transition: all 3s;
	opacity: 0;
	-moz-filter: blur(2rem);
	-o-filter: blur(2rem);
	-ms-filter: blur(2rem);
	filter: blur(2rem)
}

.animation.ShowInBg.is-animated {
	opacity: 1;
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0)
}

.animation.ShowInImg {
	overflow: hidden
}

.animation.ShowInImg img {
	opacity: 0;
	transform: scale(1.1);
	transition: all 2s
}

.animation.ShowInImg.is-animated img {
	opacity: 1;
	transform: scale(1)
}

.animation.ShowInImg02 {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.animation.ShowInImg02::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1e1e1e;
	z-index: 1;
	transition: all .6s
}

.animation.ShowInImg02 img {
	transform: scale(1.1);
	transition: all 1s
}

.animation.ShowInImg02.is-animated::before {
	width: 0
}

@keyframes SlideLeft {
	0% {
		opacity: 0;
		transform: translate(2rem, 0)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes SlideRight {
	0% {
		opacity: 0;
		transform: translate(-2rem, 0)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes SlideUp {
	0% {
		transform: translate(0, 2rem)
	}

	100% {
		transform: translate(0, 0)
	}
}

@keyframes ShowIn {
	0% {
		opacity: 0;
		-moz-filter: blur(2rem);
		-o-filter: blur(2rem);
		-ms-filter: blur(2rem);
		filter: blur(2rem);
		transform: translate(0, 5rem)
	}

	100% {
		opacity: 1;
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
		transform: translate(0, 0)
	}
}

@keyframes ShowInScale {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes ShowInUp {
	0% {
		opacity: 0;
		transform: translate(0, 8rem)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.animation-delay1 {
	animation-delay: .1s !important
}

.animation-delay2 {
	animation-delay: .2s !important
}

.animation-delay3 {
	animation-delay: .3s !important
}

.animation-delay4 {
	animation-delay: .4s !important
}

.animation-delay5 {
	animation-delay: .5s !important
}

.transition-delay1 {
	transition-delay: .1s !important
}

.transition-delay2 {
	transition-delay: .2s !important
}

.transition-delay3 {
	transition-delay: .3s !important
}

.transition-delay4 {
	transition-delay: .4s !important
}

.transition-delay5 {
	transition-delay: .5s !important
}

a {
	color: #111;
	text-decoration: none;
	transition: .3s ease-out
}

a.imgLink {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

a.blocklink {
	display: block
}

a.blocklink:hover {
	opacity: .6
}

.text_link {
	color: #9a7db5;
	text-decoration: underline
}

.text_link:hover {
	text-decoration: none
}

.text_link02 {
	text-decoration: none
}

.text_link02:hover {
	text-decoration: underline
}

.hover:hover {
	animation: hover cubic-bezier(.34, .8, .64, 1) 1.8s infinite normal forwards
}

.hover_scale {
	transition: all .3s
}

.hover_scale:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15)
}

.img_fit {
	position: relative
}

.img_fit img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.indent {
	text-indent: 1em
}

.big {
	font-size: 1.1em
}

.big02 {
	font-size: 1.2em
}

.big03 {
	font-size: 1.3em
}

.big04 {
	font-size: 1.4em
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.txt_vt {
	writing-mode: vertical-rl;
	text-orientation: upright
}

.small {
	font-size: .9em
}

.white {
	color: #fff
}

.primary {
	color: #9a7db5
}

.secondary {
	color: #e79300
}

.btn_wrap {
	text-align: center
}

.btn {
	display: inline-block;
	padding: .43em 2.6em;
	color: #fff;
	font-weight: 700;
	font-size: 1.65rem;
	background: linear-gradient(to right, #1d2b64, #f8cdda);
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem;
	transition: filter .3s
}

.btn:hover {
	filter: brightness(.6)
}

.btn02 {
	position: relative;
	display: inline-block;
	min-width: 36.9rem;
	background: #000;
	padding: 1.1em 3.2em;
	font-size: 1.9rem;
	color: #fff;
	font-weight: 700;
	border-radius: 30rem;
	-webkit-border-radius: 30rem;
	-moz-border-radius: 30rem;
	z-index: 0
}

.btn02::before {
	content: "";
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 1.5rem;
	height: 1.7rem;
	background: url(../img/common/ico_link_arrow_wh.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transition: right .2s
}

.btn02:hover {
	background: #9a7db5
}

.btn02:hover::before {
	right: 1.6rem
}

.btn02.white {
	background: #fff;
	color: #000
}

.btn02.white::before {
	background: url(../img/common/ico_link_arrow.svg) center center no-repeat
}

.btn02.white:hover {
	background: #aaa
}

.page_link {
	display: block;
	margin-top: -8rem;
	padding-top: 8rem
}

.common_titbox {
	margin-bottom: 5rem
}

.common_titbox .en {
	display: inline-block;
	font-size: 2.6rem;
	background: linear-gradient(90deg, #1d2b64 0, #cdadc3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}

.common_titbox .ja {
	margin-top: 2.2rem;
	font-size: 4rem
}

.common_titbox.center {
	text-align: center
}

.common_titbox.white .en {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}

.common_titbox.white .ja {
	color: #fff
}

@media screen and (min-width:769px) {
	.sp_only {
		display: none
	}
}

@media screen and (max-width:768px) {
	.pc_only {
		display: none
	}

	.sp_bold {
		font-weight: 700 !important
	}

	.sp_small {
		font-size: .9em
	}

	.page_link {
		margin-top: -6rem;
		padding-top: 6rem
	}

	.btn {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		padding: 1.4rem .8rem;
		font-size: 1.8rem
	}

	.btn02 {
		display: block;
		width: 100%;
		min-width: 0;
		max-width: 260px;
		margin: 0 auto;
		padding-left: 1.5em;
		padding-right: 1.5em;
		font-size: 1.8rem
	}

	.btn02::before {
		right: 1.6rem
	}

	.common_titbox {
		margin-bottom: 3rem
	}

	.common_titbox .en {
		font-size: 2.2rem
	}

	.common_titbox .ja {
		margin-top: 1.8rem;
		font-size: 3.2rem
	}
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
	width: 4rem;
	height: 4rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 1
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/slide_arrow.svg) center center no-repeat;
	background-size: contain
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
	opacity: .4
}

.slick-slider .slick-prev {
	transform: translate(0, -50%) scale(-1, 1);
	-webkit-transform: translate(0, -50%) scale(-1, 1)
}

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

	.slick-slider .slick-next,
	.slick-slider .slick-prev {
		width: 3rem;
		height: 3rem
	}
}

.hissu {
	position: relative;
	display: inline-block
}

.hissu::before {
	content: "*";
	position: absolute;
	right: -1em;
	top: -.35em;
	font-size: .8em;
	color: #b70d0d
}

input,
select,
textarea {
	width: 100%;
	padding: 1.2rem;
	background: #e8eef0;
	border: 1px solid transparent;
	font-size: 16px;
	box-shadow: inset 0 1px 1px rgba(30, 30, 30, .1019607843);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem
}

input:focus,
select:focus,
textarea:focus {
	border-color: #1e1e1e;
	background: #fff
}

::-moz-placeholder {
	font-size: 1.4rem;
	color: #ccc
}

::placeholder {
	font-size: 1.4rem;
	color: #ccc
}

input,
select {
	height: 5rem;
	padding-top: 0;
	padding-bottom: 0
}

input[type=checkbox] {
	border: .2rem solid #999;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem
}

.label_check {
	position: relative;
	padding-left: 2.6rem
}

.label_check input[type=checkbox] {
	position: absolute;
	left: 0;
	top: .1em;
	width: 1.8rem;
	height: 1.8rem
}

.submit_btn {
	width: 100%;
	height: 5.6rem;
	background: #c91127;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	transition: all .3s
}

.submit_btn:disabled {
	background: #d0d0d0 !important
}

.submit_btn:hover {
	background: #a10e1f
}

.selectWrap {
	position: relative
}

.selectWrap::before {
	content: "";
	position: absolute;
	right: 1.6rem;
	top: 58%;
	border-top: .6rem solid #1e1e1e;
	border-bottom: .6rem solid transparent;
	border-right: .6rem solid transparent;
	border-left: .6rem solid transparent;
	background-size: contain;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

textarea {
	width: 100%;
	height: 24rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1.6
}

select:disabled {
	background: #eee
}

.error_message {
	width: 100%;
	margin-top: .4rem;
	color: #c91127;
	font-size: .82em;
	line-height: 1.8
}

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

	input,
	select,
	textarea {
		padding: .8rem
	}

	input,
	select {
		height: 4.4rem
	}

	.submit_btn {
		font-size: 2rem
	}

	textarea {
		height: 19rem
	}
}

.news_wrap {
	max-width: 96rem;
	margin: 0 auto
}

.news_category {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	margin-bottom: 4rem
}

.news_category li {
	font-weight: 700;
	cursor: pointer;
	transition: color .2s
}

.news_category li::before {
	content: "・";
	display: inline-block;
	color: #a5aab4
}

.news_category li.active,
.news_category li:hover {
	color: #9a7db5
}

.news_content .item {
	padding-bottom: 2rem;
	border-bottom: 1px solid #a5aab4
}

.news_content .item:not(:last-child) {
	margin-bottom: 2.8rem
}

.news_content .item_head {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 1.5rem
}

.news_content .category {
	padding: .18em 1.5em;
	background: #f3f4ff;
	font-size: 1.4rem;
	font-weight: 700;
	color: #3c5488;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem
}

.news_content .date {
	padding-top: .25rem;
	letter-spacing: 0
}

.news_content .title {
	font-size: 1.6rem
}

@media screen and (max-width:768px) {
	.news_category {
		gap: 1rem 1.6rem;
		margin-bottom: 3rem
	}

	.news_content .item:not(:last-child) {
		margin-bottom: 2.8rem
	}

	.news_content .title {
		font-size: 1.6rem
	}
}

.flow_animation_list {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	animation: flow-scroll 32s linear infinite
}

.flow_animation_list li {
	flex: 0 0 auto;
	width: 25vw
}

.flow_animation_list li:nth-child(even) {
	margin-top: 3rem
}

@keyframes flow-scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

@media screen and (max-width:768px) {
	.flow_animation_list {
		animation-duration: 32s
	}

	.flow_animation_list li {
		width: 58.8235294118vw
	}

	.flow_animation_list li:nth-child(even) {
		margin-top: 2.5rem
	}
}

.section_error {
	padding: 28rem 0 16rem;
	text-align: center
}

.section_error .tit {
	font-size: 6rem;
	letter-spacing: .05em
}

.section_error .subtit {
	margin-bottom: 3rem;
	font-size: 2.4rem
}

.section_error .txt {
	margin-bottom: 4rem
}

@media screen and (max-width:768px) {
	.section_error {
		padding: 14rem 0 8rem
	}

	.section_error .tit {
		font-size: 4rem
	}

	.section_error .subtit {
		font-size: 2rem
	}

	.section_error .txt {
		margin-bottom: 3rem
	}
}

.l-header {
	position: fixed;
	left: 0;
	top: 5.4rem;
	width: 100%;
	z-index: 1;
	transition: top .2s, opacity .2s
}

.l-header .header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding: 1.5rem 2rem;
	background: #fff;
	transition: all .3s;
	border-radius: 1.3rem;
	-webkit-border-radius: 1.3rem;
	-moz-border-radius: 1.3rem
}

.l-header .logo {
	margin-right: 1rem
}

.l-header .logo img {
	width: 15rem
}

.l-header .header_link {
	margin-left: auto
}

.l-header .header_link nav ul {
	display: flex;
	gap: 4.5rem
}

.l-header .header_link nav li {
	line-height: 1.5
}

.l-header .header_link nav li span {
	display: block
}

.l-header .header_link nav li .en {
	font-size: 1.8rem
}

.l-header .header_link nav li .ja {
	font-size: 1.2rem
}

.l-header .header_link nav li a:hover {
	color: #9a7db5
}

.l-header .fixed_link {
	margin-left: 3rem
}

.l-header .fixed_link ul {
	display: flex;
	align-items: center
}

.l-header .fixed_link li:not(:last-child) {
	margin-right: 1.2rem
}

.l-header .fixed_link li.menu {
	display: none
}

@media screen and (min-width:769px) {
	.scrolled .l-header {
		top: 1rem
	}
}

@media screen and (max-width:1150px) and (min-width:769px) {
	.l-header .header_inner {
		width: 95%;
		padding: 1.5rem 1.6rem
	}

	.l-header .logo img {
		width: 14rem
	}

	.l-header .header_link nav ul {
		gap: 2.5rem
	}

	.l-header .header_link nav li .en {
		font-size: 1.7rem
	}

	.l-header .header_link nav li .ja {
		font-size: 1.1rem
	}

	.l-header .fixed_link {
		margin-left: 2.4rem
	}
}

@media screen and (max-width:768px) {
	.scroll_up .l-header {
		top: 1.5rem;
		opacity: 1
	}

	.l-header {
		top: -2rem;
		opacity: 0
	}

	.l-header .header_inner {
		padding: .6rem 2rem
	}

	.l-header .logo {
		z-index: 2
	}

	.l-header .logo img {
		width: 13rem
	}

	.l-header .header_link {
		position: fixed;
		left: 0;
		top: -100%;
		width: 100%;
		height: 100vh;
		padding-top: 14rem;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		z-index: 1
	}

	.l-header .header_link.open {
		top: 0;
		opacity: 1;
		visibility: visible
	}

	.l-header .header_link .header_link_inner {
		height: 100%;
		padding: 0 8% 4rem;
		overflow-y: auto
	}

	.l-header .header_link nav ul {
		display: block
	}

	.l-header .header_link nav li {
		text-align: center
	}

	.l-header .header_link nav li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 3rem
	}

	.l-header .header_link nav li .en {
		font-size: 2.2rem
	}

	.l-header .header_link nav li .ja {
		font-size: 1.4rem
	}

	.l-header .header_link .btn_wrap {
		margin-top: 4rem
	}

	.l-header .fixed_link {
		margin-left: 0
	}

	.l-header .fixed_link li.btn_wrap {
		display: none
	}

	.l-header .fixed_link li.menu {
		display: block
	}

	.l-header .hamburger_icon {
		position: relative;
		width: 6rem;
		height: 6rem;
		z-index: 3
	}

	.l-header .hamburger_icon #nav-toggle {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 2.4rem;
		height: 1.6rem
	}

	.l-header .hamburger_icon #nav-toggle span {
		position: absolute;
		display: block;
		left: 50%;
		top: 0;
		width: 100%;
		height: 1px;
		background: #000;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transition: all .3s
	}

	.l-header .hamburger_icon #nav-toggle span:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%)
	}

	.l-header .hamburger_icon #nav-toggle span:nth-child(3) {
		top: auto;
		bottom: 0
	}

	.l-header .hamburger_icon.open #nav-toggle span {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		-webkit-transform: translate(-50%, -50%) rotate(45deg)
	}

	.l-header .hamburger_icon.open #nav-toggle span:nth-child(2) {
		opacity: 0
	}

	.l-header .hamburger_icon.open #nav-toggle span:nth-child(3) {
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%) rotate(-45deg);
		-webkit-transform: translate(-50%, -50%) rotate(-45deg)
	}
}

.l-footer {
	padding: 10rem 0 7rem;
	background: #000;
	text-align: center
}

.l-footer .links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.5rem;
	margin-bottom: 9rem
}

.l-footer .links .list {
	display: flex;
	align-items: center;
	gap: 4rem
}

.l-footer .links .list li a {
	color: #fff;
	font-size: 2rem
}

.l-footer .links .list li a:hover {
	opacity: .5
}

.l-footer .logo {
	margin-bottom: 5.5rem
}

.l-footer .logo img {
	width: 22rem
}

.l-footer small {
	color: #fff;
	font-size: 1.2rem
}

@media screen and (max-width:768px) {
	.l-footer {
		padding: 7rem 0 5rem
	}

	.l-footer .links {
		display: block;
		margin-bottom: 6rem
	}

	.l-footer .links .list {
		margin-bottom: 6rem;
		flex-wrap: wrap;
		gap: 3rem 0
	}

	.l-footer .links .list li {
		width: 33%;
		text-align: center
	}

	.l-footer .links .list li a {
		font-size: 1.7rem
	}

	.l-footer .logo {
		margin-bottom: 4.5rem
	}

	.l-footer .logo img {
		width: 19rem
	}
}