﻿@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	-o-box-sizing: inherit;
	-ms-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
@media screen and (max-width:  1340px) {
	html {
		font-size: calc(100vw / 134);
	}
}
@media screen and (max-width:  768px) {
	html {
		font-size: calc(100vw / 37.5);
	}
}
body {
	font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
	margin: 0 auto;
	line-height: 1.8;
	color: #656E6D;
	letter-spacing: 0.1rem;
	overflow-x: hidden;
	height: 100%;
}
@media screen and (max-width:  768px) {
	body {
		font-size: 1.4rem;
	}
}
body .body__inner {
	padding-top: 12rem;
	width: 100%;
	height: 100%;
	position: relative;
}
@media screen and (max-width:  768px) {
	body .body__inner {
		padding-top: 7rem;
	}
}
body .body__inner::before, body .body__inner::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 10;
	width: 4.2rem;
	height: 100%;
}
body .body__inner::before {
	left: 0;
	background: url("../../assets/images/common/bg_side.png") repeat-y;
	background-size: 4.2rem;
}
@media screen and (max-width:  768px) {
	body .body__inner::before {
		width: 2.6rem;
		background-size: 2.6rem;
	}
}
body .body__inner::after {
	right: 0;
	background: url("../../assets/images/common/bg_side.png") repeat-y;
	background-size: 4.2rem;
	transform: scale(-1,  1);
}
@media screen and (max-width:  768px) {
	body .body__inner::after {
		width: 2.6rem;
		background-size: 2.6rem;
	}
}
::selection {
	background: #F4ADB3;
	color: #FFF;
}
::-moz-selection {
	background: #F4ADB3;
	color: #FFF;
}
li {
	list-style: none;
}
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a, a:link, a:visited, a:active {
	color: #F4ADB3;
	text-decoration: none;
	outline: none;
}
@media screen and (min-width:  769px) {
	a:hover {
		color: #000;
		text-decoration: none;
	}
}
svg {
	width: 100%;
}
.ft10 {
	font-size: 1rem !important;
}
.ft11 {
	font-size: 1.1rem !important;
}
.ft12 {
	font-size: 1.2rem !important;
}
.ft13 {
	font-size: 1.3rem !important;
}
.ft14 {
	font-size: 1.4rem !important;
}
.ft15 {
	font-size: 1.5rem !important;
}
.ft16 {
	font-size: 1.6rem !important;
}
.ft17 {
	font-size: 1.7rem !important;
}
.ft18 {
	font-size: 1.8rem !important;
}
.ft19 {
	font-size: 1.9rem !important;
}
.ft20 {
	font-size: 2rem !important;
}
.ft21 {
	font-size: 2.1rem !important;
}
.ft22 {
	font-size: 2.2rem !important;
}
.ft23 {
	font-size: 2.3rem !important;
}
.ft24 {
	font-size: 2.4rem !important;
}
.ft30 {
	font-size: 3.0rem !important;
}
.ft35 {
	font-size: 3.5rem !important;
}
.ft40 {
	font-size: 4.0rem !important;
}
.ft45 {
	font-size: 4.5rem !important;
}
.ft50 {
	font-size: 5.0rem !important;
}
.ft14_12 {
	font-size: 1.4rem !important;
}
@media screen and (max-width:  768px) {
	.ft14_12 {
		font-size: 1.2rem !important;
	}
}
.ft16_14 {
	font-size: 1.6rem !important;
}
@media screen and (max-width:  768px) {
	.ft16_14 {
		font-size: 1.4rem !important;
	}
}
.ft18_16 {
	font-size: 1.8rem !important;
}
@media screen and (max-width:  768px) {
	.ft18_16 {
		font-size: 1.6rem !important;
	}
}
.-colorSite {
	color: #F4ADB3
}
.-color-Red {
	color: #F44336 !important;
}
.-color-Pink {
	color: #F3ADB2 !important;
}
.-color-Orange {
	color: #FFC802 !important;
}
.-color-Yellow {
	color: #FFC107 !important;
}
.-color-Lime {
	color: #8BC304 !important;
}
.-color-Green {
	color: #3ED5CF !important;
}
.-color-Cyan {
	color: #00BCD4 !important;
}
.-color-Blue {
	color: #1976D2 !important;
}
.-color-Navy {
	color: #303F9F !important;
}
.-color-Purple {
	color: #9C27B0 !important;
}
.-color-Brown {
	color: #5D4037 !important;
}
.-color-Black {
	color: #000 !important;
}
.-color-White {
	color: #fff !important;
}
.-color-Gray {
	color: #9E9E9E !important;
}
.-line-Black {
	display: inline;
	background: linear-gradient(transparent 60%,  #000 60%);
}
.-line-White {
	display: inline;
	background: linear-gradient(transparent 60%,  #fff 60%);
}
.-line-Pink {
	display: inline;
	background: linear-gradient(transparent 60%,  #FFE0E3 60%);
}
.-line-Orange {
	display: inline;
	background: linear-gradient(transparent 60%,  #FFF0BD 60%);
}
.-line-Green {
	display: inline;
	background: linear-gradient(transparent 60%,  #DDF9EB 60%);
}
.-line-Blue {
	display: inline;
	background: linear-gradient(transparent 60%,  #cef2ff 60%);
}
.-box-Black {
	padding: 4rem;
	background-color: #000;
	border-radius: 2.4rem;
}
@media screen and (max-width:  768px) {
	.-box-Black {
		padding: 2rem;
	}
}
.-box-White {
	padding: 4rem;
	background-color: #fff;
	border-radius: 2.4rem;
}
@media screen and (max-width:  768px) {
	.-box-White {
		padding: 2rem;
	}
}
.-box-Pink {
	padding: 4rem;
	background-color: #FFE0E3;
	border-radius: 2.4rem;
}
@media screen and (max-width:  768px) {
	.-box-Pink {
		padding: 2rem;
	}
}
.-box-Orange {
	padding: 4rem;
	background-color: #FFF0BD;
	border-radius: 2.4rem;
}
@media screen and (max-width:  768px) {
	.-box-Orange {
		padding: 2rem;
	}
}
.-box-Green {
	padding: 4rem;
	background-color: #DDF9EB;
	border-radius: 2.4rem;
}
@media screen and (max-width:  768px) {
	.-box-Green {
		padding: 2rem;
	}
}
.ftB {
	font-weight: bold;
}
.ftN {
	font-weight: normal !important;
}
.txL {
	text-align: left;
}
.txC {
	text-align: center;
}
.txR {
	text-align: right;
}
.txC_pc {
	text-align: center;
}
@media screen and (max-width:  768px) {
	.txC_pc {
		text-align: left;
	}
}
.mgT0 {
	margin-top: 0rem !important;
}
.mgB0 {
	margin-bottom: 0rem !important;
}
.mgR0 {
	margin-right: 0rem !important;
}
.mgL0 {
	margin-left: 0rem !important;
}
.pdT0 {
	padding-top: 0rem !important;
}
.pdB0 {
	padding-bottom: 0rem !important;
}
.pdR0 {
	padding-right: 0rem !important;
}
.pdL0 {
	padding-left: 0rem !important;
}
.mgT5 {
	margin-top: .5rem !important;
}
.mgB5 {
	margin-bottom: .5rem !important;
}
.mgR5 {
	margin-right: .5rem !important;
}
.mgL5 {
	margin-left: .5rem !important;
}
.pdT5 {
	padding-top: .5rem !important;
}
.pdB5 {
	padding-bottom: .5rem !important;
}
.pdR5 {
	padding-right: .5rem !important;
}
.pdL5 {
	padding-left: .5rem !important;
}
.mgT10 {
	margin-top: 1rem !important;
}
.mgB10 {
	margin-bottom: 1rem !important;
}
.mgR10 {
	margin-right: 1rem !important;
}
.mgL10 {
	margin-left: 1rem !important;
}
.pdT10 {
	padding-top: 1rem !important;
}
.pdB10 {
	padding-bottom: 1rem !important;
}
.pdR10 {
	padding-right: 1rem !important;
}
.pdL10 {
	padding-left: 1rem !important;
}
.mgT15 {
	margin-top: 1.5rem !important;
}
.mgB15 {
	margin-bottom: 1.5rem !important;
}
.mgR15 {
	margin-right: 1.5rem !important;
}
.mgL15 {
	margin-left: 1.5rem !important;
}
.pdT15 {
	padding-top: 1.5rem !important;
}
.pdB15 {
	padding-bottom: 1.5rem !important;
}
.pdR15 {
	padding-right: 1.5rem !important;
}
.pdL15 {
	padding-left: 1.5rem !important;
}
.mgT20 {
	margin-top: 2rem !important;
}
.mgB20 {
	margin-bottom: 2rem !important;
}
.mgR20 {
	margin-right: 2rem !important;
}
.mgL20 {
	margin-left: 2rem !important;
}
.pdT20 {
	padding-top: 2rem !important;
}
.pdB20 {
	padding-bottom: 2rem !important;
}
.pdR20 {
	padding-right: 2rem !important;
}
.pdL20 {
	padding-left: 2rem !important;
}
.mgT25 {
	margin-top: 2.5rem !important;
}
.mgB25 {
	margin-bottom: 2.5rem !important;
}
.mgR25 {
	margin-right: 2.5rem !important;
}
.mgL25 {
	margin-left: 2.5rem !important;
}
.pdT25 {
	padding-top: 2.5rem !important;
}
.pdB25 {
	padding-bottom: 2.5rem !important;
}
.pdR25 {
	padding-right: 2.5rem !important;
}
.pdL25 {
	padding-left: 2.5rem !important;
}
.mgT30 {
	margin-top: 3rem !important;
}
.mgB30 {
	margin-bottom: 3rem !important;
}
.mgR30 {
	margin-right: 3rem !important;
}
.mgL30 {
	margin-left: 3rem !important;
}
.pdT30 {
	padding-top: 3rem !important;
}
.pdB30 {
	padding-bottom: 3rem !important;
}
.pdR30 {
	padding-right: 3rem !important;
}
.pdL30 {
	padding-left: 3rem !important;
}
.mgT35 {
	margin-top: 3.5rem !important;
}
.mgB35 {
	margin-bottom: 3.5rem !important;
}
.mgR35 {
	margin-right: 3.5rem !important;
}
.mgL35 {
	margin-left: 3.5rem !important;
}
.pdT35 {
	padding-top: 3.5rem !important;
}
.pdB35 {
	padding-bottom: 3.5rem !important;
}
.pdR35 {
	padding-right: 3.5rem !important;
}
.pdL35 {
	padding-left: 3.5rem !important;
}
.mgT40 {
	margin-top: 4rem !important;
}
.mgB40 {
	margin-bottom: 4rem !important;
}
.mgR40 {
	margin-right: 4rem !important;
}
.mgL40 {
	margin-left: 4rem !important;
}
.pdT40 {
	padding-top: 4rem !important;
}
.pdB40 {
	padding-bottom: 4rem !important;
}
.pdR40 {
	padding-right: 4rem !important;
}
.pdL40 {
	padding-left: 4rem !important;
}
.mgT45 {
	margin-top: 4.5rem !important;
}
.mgB45 {
	margin-bottom: 4.5rem !important;
}
.mgR45 {
	margin-right: 4.5rem !important;
}
.mgL45 {
	margin-left: 4.5rem !important;
}
.pdT45 {
	padding-top: 4.5rem !important;
}
.pdB45 {
	padding-bottom: 4.5rem !important;
}
.pdR45 {
	padding-right: 4.5rem !important;
}
.pdL45 {
	padding-left: 4.5rem !important;
}
.mgT50 {
	margin-top: 5rem !important;
}
.mgB50 {
	margin-bottom: 5rem !important;
}
.mgR50 {
	margin-right: 5rem !important;
}
.mgL50 {
	margin-left: 5rem !important;
}
.pdT50 {
	padding-top: 5rem !important;
}
.pdB50 {
	padding-bottom: 5rem !important;
}
.pdR50 {
	padding-right: 5rem !important;
}
.pdL50 {
	padding-left: 5rem !important;
}
.mgC {
	margin-right: auto !important;
	margin-left: auto !important;
}
.lh0 {
	line-height: 0;
}
.lh14 {
	line-height: 1.4
}
.lh16 {
	line-height: 1.6
}
.lh18 {
	line-height: 1.8
}
.lh20 {
	line-height: 2.0;
}
.ofh {
	overflow: hidden;
}
.contents {
	margin: 0 auto;
	position: relative;
	clear: both;
}
@media screen and (min-width:  769px) {
	.contents {
		width: 90%;
		max-width: 130rem;
		padding: 0 5rem;
	}
}
@media screen and (max-width:  768px) {
	.contents {
		padding: 0 4rem;
	}
}
@media screen and (min-width:  769px) {
	.contents__single {
		max-width: 106rem;
	}
}
.contents__bg {
	background-color: #FFF;
	position: relative;
}
.fit {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
	_zoom: 1;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
@media screen and (min-width:  769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:  768px) {
	.pc {
		display: none !important;
	}
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:  769px) {
	a[href^="tel: "] {
		pointer-events: none;
	}
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 3rem;
	overflow: hidden;
}
@media screen and (max-width:  768px) {
	.youtube {
		border-radius: 1.5rem;
	}
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.point-num {
	position: relative;
	text-align: center;
	margin-top: -10rem;
}
@media screen and (max-width:  768px) {
	.point-num {
		margin-top: -8rem;
	}
}
.point-num-text {
	display: inline-block;
	position: relative;
	font-size: 13rem;
	font-family: "Kanit", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding: 0 2rem;
	color: #3ED5CF;
}
@media screen and (max-width:  768px) {
	.point-num-text {
		font-size: 8rem;
	}
}
.point-num-text span {
	position: absolute;
	right: 0;
	top: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #656E6D
}
@media screen and (max-width:  768px) {
	.point-num-text span {
		top: 1.4rem;
		font-size: 1.4rem;
	}
}
.-bg-ptn1 {
	padding-top: 10rem;
	position: relative;
}
@media screen and (max-width:  768px) {
	.-bg-ptn1 {
		padding-top: 6rem;
	}
}
.-bg-ptn1::before {
	content: "";
	width: 100%;
	height: 3rem;
	background: #fff;
	background: linear-gradient(180deg,  rgba(0, 0, 0, 0.03) 0%,  #fff 50%,  #fff 100%);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: .3s;
}
.header__inner {
	width: 100%;
	position: relative;
	padding: 0;
	display: flex;
	justify-content: space-between;
	height: 12rem;
}
@media screen and (min-width:  769px) {
	.header__inner {
		padding-left: 4rem;
	}
}
@media screen and (max-width:  768px) {
	.header__inner {
		padding-left: 2.6rem;
		height: 7rem;
	}
}
.header__logo {
	padding: 0px 2rem 0 2rem;
	display: flex;
	align-items: center;
	width: 28%;
	flex-shrink: 0;
	position: relative;
	z-index: 10000;
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.header__logo {
		width: calc(100% - 7rem);
		padding: 0 1.6rem 0 1rem;
	}
}
.header__logo-img {
	width: 100%;
	transition: .6s;
}
.header__logo-img a {
	display: flex;
	width: 100%;
}
.header__logo-img a .header__logo-img-tsm {
	max-width: 7rem;
	width: 18%;
}
@media screen and (max-width:  768px) {
	.header__logo-img a .header__logo-img-tsm {
		max-width: 5rem;
		width: 17%;
		filter: drop-shadow(-4px -3px 0px #FFF);
	}
}
.header__logo-img a .header__logo-img-name {
	padding-left: 1rem;
	max-width: 34rem;
	width: 82%;
}
@media screen and (max-width:  768px) {
	.header__logo-img a .header__logo-img-name {
		max-width: 24rem;
		width: 83%;
	}
}
.header__logo-top {
	display: none;
}
.header__nav {
	width: 72%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.header__nav {
		width: 7rem;
	}
}
.header.scroll {
	top: -14rem;
	transition: .3s;
}
.header.fixed, .menuOpen .header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	transition: top 0.8s 0.2s cubic-bezier(0.19,  1,  0.22,  1);
	box-shadow: 0px 2px 20px -11px rgba(0, 0, 0, 0.2);
}
.header.fixed .header__inner, .menuOpen .header .header__inner {
	height: 8rem;
}
@media screen and (max-width:  768px) {
	.header.fixed .header__inner, .menuOpen .header .header__inner {
		height: 7rem;
	}
}
.header.fixed .header__logo-top, .menuOpen .header .header__logo-top {
	display: block;
}
.header.fixed .nav__menu-cv-list-img, .menuOpen .header .nav__menu-cv-list-img {
	width: 4.8rem;
	height: 4.8rem;
	padding: 0.8rem;
}
@media screen and (min-width:  769px) {
	.header.fixed .header__inner, .menuOpen .header .header__inner {
	padding-left: 0;
}
.header.fixed .nav__menu-cv-wrap, .menuOpen .header .nav__menu-cv-wrap {
	padding: 2rem 2rem 1rem 4rem;
	gap: 0 2.0rem;
	border-radius: 0px 0px 0px 3rem;
}
.header.fixed .nav__menu-cv, .menuOpen .header .nav__menu-cv {
	margin-left: 2rem;
}
.header.fixed .nav__menu-cv-list span, .menuOpen .header .nav__menu-cv-list span {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:  768px) {
	.header.fixed .header__inner, .menuOpen .header .header__inner {
		padding-left: 0;
	}
}
body.pc_open .header .header__logo-top, body.menuOpen .header .header__logo-top {
	display: block;
}
@media screen and (min-width:  769px) {
	.nav {
		flex-shrink: 0;
		position: relative;
	}
	.nav__toggle, .nav__office {
		display: none;
	}
	.nav__wrap {
		display: flex;
	}
	.nav__contents {
		display: flex;
		flex-direction: column-reverse;
		flex-grow: 2;
	}
	.nav__menu {
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 0 0 0 2rem;
	}
	.nav__menu-list>a, .nav__menu-list-nolink {
		position: relative;
		font-size: 1.5rem;
		padding: 1.5rem 0.9rem;
		font-weight: bold;
		display: flex;
		color: #000;
		white-space: nowrap;
		letter-spacing: 0;
	}
	.nav__menu-list>a::after, .nav__menu-list-nolink::after {
		content: "";
		width: calc(100% - 1rem);
		height: 2px;
		display: block;
		position: absolute;
		background-color: #F4ADB3;
		left: 0.5rem;
		bottom: -1px;
		animation: 2s;
		transform: scale(0,  1);
		transition: transform 600ms cubic-bezier(0.19,  1,  0.22,  1);
		transform-origin: right top;
		z-index: 10000;
	}
	.nav__menu-list>a.current, .nav__menu-list-nolink.current {
		color: #F4ADB3;
	}
	.nav__menu-list>a.current::after, .nav__menu-list-nolink.current::after {
		transform: scale(1,  1);
		transform-origin: left top;
	}
	.nav__menu-list-nolink {
		cursor: default;
	}
	.nav__menu-list:hover>a {
		color: #F4ADB3;
	}
	.nav__menu-list:hover>a::after {
		transform: scale(1,  1);
		transform-origin: left top;
	}
	.nav__menu-cv {
		margin-left: 2rem;
		position: relative;
		z-index: 10000;
	}
	.nav__menu-cv-wrap {
		background-color: #FFF;
		padding: 2rem 2rem 2rem 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 2px 20px -11px rgba(0, 0, 0, 0.48);
		gap: 0 2.4rem;
		border-radius: 0px 0px 0px 6.4rem;
	}
	.nav__menu-cv-list-img {
		width: 6.8rem;
		height: 6.8rem;
		border-radius: 50%;
		transition: .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1.6rem;
	}
	.nav__menu-cv-list-img img {
		width: 100%;
		height: auto;
	}
	.nav__menu-cv-list-img svg {
		fill: #FFF;
		width: 100%;
	}
	.nav__menu-cv-list-catch {
		display: none;
	}
	.nav__menu-cv-list-pamphlet a:hover {
		color: #F3ADB2;
	}
	.nav__menu-cv-list-pamphlet .nav__menu-cv-list-img {
		background-color: #F3ADB2;
		padding: 1.2rem;
	}
	.nav__menu-cv-list-event a:hover {
		color: #3ED5CF;
	}
	.nav__menu-cv-list-event .nav__menu-cv-list-img {
		background-color: #3ED5CF;
	}
	.nav__menu-cv-list-access {
		display: none;
	}
	.nav__menu-cv-list a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.nav__menu-cv-list a:hover .nav__menu-cv-list-img {
		transform: scale(1.1);
	}
	.nav__submenu {
		display: none;
		position: absolute;
		z-index: 9999;
		width: 100%;
		left: 0;
		padding: 5rem 4rem 4rem;
		background-color: #FFF;
		box-shadow: 0px 5px 10px -11px rgba(0, 0, 0, 0.6);
	}
	.nav__submenu-inner {
		display: flex;
		max-width: 160rem;
		margin: 0 auto;
		justify-content: center;
		transform: translateY(-0.5rem);
		opacity: 0;
		transition: 300ms 100ms ease-out;
	}
	.pc_open .nav__submenu-inner {
		transform: translateY(0);
		opacity: 1.0;
	}
	.nav__submenu-contents {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 160rem;
	}
	.nav__submenu-contents-clm2 {
		display: flex;
		flex-direction: row
	}
	.nav__submenu-contents-title {
		width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav__submenu-contents-title-text {
		font-weight: bold;
		font-size: 2.4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.nav__submenu-contents-title-text::before {
		content: url(../images/common/section_border.png);
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 1rem;
		display: block;
		text-align: center;
	}
	.nav__submenu-contents-title-text span {
		font-size: 1.6rem;
		color: #999
	}
	.nav__submenu-contents-list {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		padding-left: 4rem;
		gap: 2rem;
	}
	.nav__submenu-contents-list>li {
		width: calc((100% - 8rem) / 5);
	}
	.nav__submenu-contents-list>li a {
		color: #656E6D;
		text-align: center;
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6
	}
	.nav__submenu-contents-list>li a:hover {
		color: #F4ADB3;
	}
	.nav__submenu-contents-list>li a:hover .nav__submenu-contents-list-img-wrap {
		transform: scale(1.05);
	}
	.nav__submenu-contents-list.-col3>li {
		width: calc((100% - 4rem) / 3);
	}
	.nav__submenu-contents-list.-col4>li {
		width: calc((100% - 6rem) / 4);
	}
	.nav__submenu-contents-list.-col6>li {
		width: calc((100% - 10rem) / 6);
	}
	.nav__submenu-contents-list-img-wrap {
		border-radius: 1rem;
		overflow: hidden;
		line-height: 0;
		margin-bottom: 0.6rem;
		transition: .2s;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a {
		text-align: left;
		padding: 2rem;
		position: relative;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a::before, .nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a::after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a::before {
		background-color: #EEE;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a::after {
		background-color: #F4ADB3;
		animation: 2s;
		transform: scale(0,  1);
		transition: transform 600ms cubic-bezier(0.19,  1,  0.22,  1);
		transform-origin: right top;
		z-index: 1
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img)>li a:hover::after {
		transform: scale(1,  1);
		transform-origin: left top;
	}
	body.pc_open {
		position: relative;
	}
	body.pc_open .header {
		background-color: #FFF;
	}
	body.pc_open::before {
		content: "";
		display: block;
		backdrop-filter: blur(20px);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		z-index: 9000;
	}
}
@media screen and (max-width:  768px) {
	.nav__toggle {
		width: calc(7rem - 1.4rem);
		height: calc(7rem - 1.4rem);
		background-color: #FFF;
		position: absolute;
		top: 0.7rem;
		right: 0.7rem;
		cursor: pointer;
		padding: 0 1.6rem;
		transition: 0.2s;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1000;
		padding-bottom: 0;
		background-color: #F3ADB2;
		border-radius: 50%;
		border: 3px solid #FFF;
	}
	.nav__toggle>div {
		position: relative;
		width: 4rem;
		height: 1.6rem;
		margin: 0 auto 0;
	}
	.nav__toggle span {
		width: 100%;
		height: 1px;
		left: 0;
		display: block;
		background: #000;
		position: absolute;
		transition: top 300ms 300ms cubic-bezier(0.19,  1,  0.22,  1), bottom 300ms 300ms cubic-bezier(0.19,  1,  0.22,  1), transform 300ms cubic-bezier(0.19,  1,  0.22,  1);
	}
	.nav__toggle span:nth-child(1) {
		top: 0.1rem;
	}
	.nav__toggle span:nth-child(2) {
		top: 50%;
		width: 80%;
	}
	.nav__toggle span:nth-child(3) {
		bottom: 0.1rem;
	}
	.menuOpen .nav__toggle {
		background-color: #000;
	}
	.menuOpen .nav__toggle span {
		background: #FFF;
		transition: top 300ms cubic-bezier(0.19,  1,  0.22,  1), bottom 300ms cubic-bezier(0.19,  1,  0.22,  1), transform 300ms 300ms cubic-bezier(0.19,  1,  0.22,  1);
	}
	.menuOpen .nav__toggle span:nth-child(1) {
		top: 0.8rem;
		transform: rotate(30deg);
	}
	.menuOpen .nav__toggle span:nth-child(2) {
		width: 0%;
	}
	.menuOpen .nav__toggle span:nth-child(3) {
		bottom: 0.8rem;
		transform: rotate(-30deg);
	}
	.nav__wrap {
		box-sizing: border-box;
		position: fixed;
		background: rgba(255, 255, 255, 0.97);
		top: 7rem;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		text-align: center;
		visibility: hidden;
		font-size: 14px;
		font-weight: bold;
		opacity: 0;
		width: 100%;
		height: 100%;
		margin-top: 1px;
		padding: 0 2rem 11rem;
		transform: translateY(-8px);
		-webkit-transition: transform .6s ease-out,  opacity .3s ease,  visibility .3s ease;
		transition: transform .6s ease-out ,  opacity .3s ease,  visibility .3s ease;
	}
	.menuOpen .nav__wrap {
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		display: block;
		transform: translateY(0);
	}
	.nav__inner {
		display: none;
	}
	.menuOpen .nav__inner {
		display: block;
	}
	.nav__menu {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.nav__menu-list {
		border-bottom: 1px solid #DDD;
		order: 2;
	}
	.nav__menu-list: first-of-type {
		border-top: 1px solid #DDD
	}
	.nav__menu-list>a {
		text-align: left;
		display: flex;
		align-items: center;
		padding: 2rem 1.5rem 2rem;
		min-height: 6.2rem;
		font-size: 1.4rem;
		line-height: 1.6;
		box-sizing: border-box;
		color: #656E6D;
		position: relative;
	}
	.nav__menu-list>a:not(.nav__menu-list-sub-singlemenu)::before {
		content: "";
		margin: 0 1rem;
		border-top: 1px solid #656E6D;
		border-right: 1px solid #656E6D;
		transform: rotate(45deg);
		display: inline-block;
		height: 0.6rem;
		width: 0.6rem;
		margin-right: 2rem;
	}
	.nav__menu-list-sub {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0 0;
		box-sizing: border-box;
	}
	.nav__menu-list-sub>a:not(.nav__menu-list-sub-singlemenu) {
		width: 100%;
		box-sizing: border-box;
	}
	.nav__menu-list-sub-btn {
		width: 4.8rem;
		height: 4.8rem;
		box-sizing: border-box;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transition: .2s;
		margin: 0.6rem 0;
	}
	.nav__menu-list-sub-btn:not(.nav__menu-list-nolink) {
		border: 1px solid #CCC;
		border-radius: 50%;
	}
	.nav__menu-list-sub-btn::before, .nav__menu-list-sub-btn::after {
		content: '';
		display: block;
		width: 1.2rem;
		height: 1px;
		background: #656E6D;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,  -50%);
		transition: .2s;
	}
	.nav__menu-list-sub-btn::before {
		transform: translate(-50%,  -50%) rotate(90deg);
		transition: 0.2s;
	}
	.nav__menu-list-sub-btn.submenuOpen {
		background-color: #CCC
	}
	.nav__menu-list-sub-btn.submenuOpen::before {
		transform: translate(-50%,  -50%) rotate(0);
		background: #333;
	}
	.nav__menu-list-sub-btn.submenuOpen::after {
		background: #333;
	}
	.nav__menu-list-sub-singlemenu {
		width: 100%;
		padding-left: 5.5rem !important;
	}
	.nav__menu-list-sub-singlemenu::before, .nav__menu-list-sub-singlemenu::after {
		content: '';
		display: block;
		width: 1.2rem;
		height: 1px;
		background: #656E6D;
		position: absolute;
		top: 50%;
		left: 3rem;
		transform: translate(-50%,  -50%);
		transition: .2s;
	}
	.nav__menu-list-sub-singlemenu::before {
		transform: translate(-50%,  -50%) rotate(90deg);
		transition: 0.2s;
	}
	.nav__menu-list-sub-singlemenu.submenuOpen {
		background-color: #EFEFEF;
	}
	.nav__menu-list-sub-singlemenu.submenuOpen::before {
		transform: translate(-50%,  -50%) rotate(0);
		background: #333;
	}
	.nav__menu-list-sub-singlemenu.submenuOpen::after {
		background: #333;
	}
	.nav__menu-cv {
		order: 1
	}
	.nav__menu-cv-wrap {
		padding: 2rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.6rem;
	}
	.nav__menu-cv-list {
		width: calc((100% - 1.2rem) / 3);
	}
	.nav__menu-cv-list-img {
		width: 6.8rem;
		height: 6.8rem;
		border-radius: 50%;
		margin-bottom: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1.8rem;
		background-color: #FFF;
	}
	.nav__menu-cv-list-img img {
		width: 100%;
		height: auto;
	}
	.nav__menu-cv-list-img svg {
		fill: #FFF;
		width: 100%;
	}
	.nav__menu-cv-list-catch {
		font-size: 1.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1
	}
	.nav__menu-cv-list-catch::before {
		content: "";
		width: 1rem;
		height: 1px;
		background-color: #FFF;
		transform: rotate(60deg);
		margin-right: 0.1rem;
	}
	.nav__menu-cv-list-catch::after {
		content: "";
		width: 1rem;
		height: 1px;
		background-color: #FFF;
		transform: rotate(-60deg);
		margin-left: 0.1rem;
	}
	.nav__menu-cv-list-pamphlet a {
		background-color: #F3ADB2;
	}
	.nav__menu-cv-list-pamphlet a svg {
		fill: #F3ADB2;
	}
	.nav__menu-cv-list-event a {
		background-color: #3ED5CF;
	}
	.nav__menu-cv-list-event a svg {
		fill: #3ED5CF;
	}
	.nav__menu-cv-list-access a {
		background-color: #FFC802;
	}
	.nav__menu-cv-list-access a svg {
		fill: #FFC802;
	}
	.nav__menu-cv-list a {
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #FFF;
		border-radius: 1rem;
		padding: 1.2rem 0;
		color: #FFF;
		box-shadow: 0px 2px 5px -5px rgba(0, 0, 0, 0.6);
	}
	.nav__submenu {
		display: none;
		width: 100%;
	}
	.nav__submenu ul+ul {
		border-top: 1px solid #CCC
	}
	.nav__submenu-inner {
		margin: 0 0 0;
		width: 100%;
		padding: 2rem 2rem;
		background-color: #EFEFEF;
	}
	.nav__submenu-inner.-singlemenu {
		padding-top: 0;
	}
	.nav__submenu-contents-list {
		width: 100%;
	}
	.nav__submenu-contents-list-img-wrap {
		line-height: 0;
		border-radius: 1rem;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.nav__submenu-contents-list li a {
		color: #656E6D;
		display: block;
		font-size: 1.2rem;
		text-align: left;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img) li a {
		padding: 1rem 0;
	}
	.nav__submenu-contents-list:not(.nav__submenu-contents-list-img) li a::before {
		content: "";
		margin: 0 1rem 0 0;
		border-top: 1px solid #656E6D;
		border-right: 1px solid #656E6D;
		transform: rotate(45deg);
		display: inline-block;
		height: 0.6rem;
		width: 0.6rem;
		margin-right: 1rem;
	}
	.nav__submenu-contents-list.-col1sp li {
		width: 100%;
	}
	.nav__submenu-contents-clm2 {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.nav__submenu-contents-clm2 li {
		width: calc((100% - 2rem ) / 2 );
	}
	.nav__submenu-contents-title {
		display: none;
	}
	.nav__other-link {
		margin-top: 3rem;
	}
	.nav__other-link-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.nav__other-link-wrap li {
		margin-right: 0;
	}
	.nav__other-link-wrap li a {
		color: #656E6D;
		padding: 0.8rem 0.7rem 0.8rem 0;
		font-size: 1.2rem;
		display: flex;
		align-items: center;
	}
	.nav__other-link-wrap li a::before {
		content: "";
		margin: 0 0.4rem;
		border-top: 1px solid #656E6D;
		border-right: 1px solid #656E6D;
		transform: rotate(45deg);
		display: inline-block;
		height: 0.5rem;
		width: 0.5rem;
		margin-right: 0.7rem;
	}
	.nav__other-school {
		border-top: 1px solid #DDD;
		margin-top: 2rem;
		padding-top: 2rem;
		display: flex;
		flex-direction: column;
	}
	.nav__other-school-logo {
		width: 95%;
		max-width: 30rem;
		margin: 0 auto;
	}
	.nav__other-school-logo-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav__other-school-logo-img-tsm {
		width: 18%;
	}
	.nav__other-school-logo-img-name {
		margin-left: 1rem;
		width: 82%;
	}
	.nav__other-school-logo-address {
		margin-top: 2rem;
		text-align: center;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.menuOpen {
		overflow: hidden;
	}
	.menuOpen .header {
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}
	.menuOpen .nav__wrap {
		overscroll-behavior-y: contain
	}
}
.footer {
	margin-top: 20rem;
	background-color: #F7F7F7;
	padding-bottom: 8rem;
	position: relative;
}
@media screen and (max-width:  768px) {
	.footer {
		margin-top: 18rem;
		padding: 0 4rem 6rem;
	}
}
.footer__nav {
	width: 100rem;
	margin: 0 auto;
	position: relative;
	top: -12rem;
	margin-bottom: -6rem;
}
@media screen and (max-width:  768px) {
	.footer__nav {
		width: 100%;
		top: -9.4rem;
		margin-bottom: -5rem;
	}
}
.footer__nav-wrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:  768px) {
	.footer__nav-wrap {
		flex-wrap: wrap;
		flex-direction: column;
		row-gap: 0.5rem;
	}
}
.footer__nav-list {
	width: 49.5%;
	display: flex;
}
@media screen and (max-width:  768px) {
	.footer__nav-list {
		width: 100%;
	}
}
.footer__nav-btn {
	width: 100%;
	border: 2px solid #F3ADB2;
	background-color: #FFF;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.footer__nav-btn::before, .footer__nav-btn::after {
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.footer__nav-btn::before, .footer__nav-btn::after {
		left: 2rem;
	}
}
.footer__nav-btn::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
}
@media screen and (max-width:  768px) {
	.footer__nav-btn::before {
		width: 3rem;
		height: 3rem;
	}
}
.footer__nav-btn::after {
	content: url("../../assets/images/common/arrow01.svg");
	width: 2.4rem;
	height: auto;
	margin-left: 0.7rem;
	margin-top: -0.5rem;
}
@media screen and (max-width:  768px) {
	.footer__nav-btn::after {
		width: 1.6rem;
	}
}
@media screen and (min-width:  769px) {
	.footer__nav-btn:hover {
		background-color: #F3ADB2;
	}
	.footer__nav-btn:hover .footer__nav-text-en {
		color: #FFF;
	}
	.footer__nav-btn:hover::before, .footer__nav-btn:hover::after {
		transform: translate(1rem,  -50%);
	}
}
.footer__nav-text {
	width: 55%;
	padding: 5rem 0rem 5rem 9rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
@media screen and (max-width:  768px) {
	.footer__nav-text {
		width: 70%;
		padding: 1rem 1rem 1rem 7rem;
	}
}
.footer__nav-text span {
	font-size: 4.0rem;
}
@media screen and (max-width:  768px) {
	.footer__nav-text span {
		font-size: 1.8rem;
	}
}
.footer__nav-text-en {
	font-size: 1.4rem !important;
	color: #AEAEAE;
	display: block;
	margin-top: 1rem;
}
@media screen and (max-width:  768px) {
	.footer__nav-text-en {
		font-size: 1.2rem !important;
	}
}
.footer__nav-text-icon {
	transition: .3s;
}
.footer__nav-img {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}
@media screen and (min-width:  769px) {
	.footer__nav-img {
		width: 19rem;
	}
}
@media screen and (max-width:  768px) {
	.footer__nav-img {
		width: 25%;
	}
}
.footer__nav-pamphlet a {
	border-radius: 50rem 0 0 50rem;
}
@media screen and (min-width:  769px) {
	.footer__nav-pamphlet a:hover {
		background-color: #F3ADB2;
		color: #000;
	}
}

@media screen and (max-width:  768px) {
	.footer__nav-pamphlet a {
		border-radius: 2rem 2rem 0 0;
	}
}
.footer__nav-pamphlet a .footer__nav-text::before {
	content: "";
	background: url("../images/common/footer_pamphlet_deco.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 28%;
	top: 2rem;
	width: 3.5rem;
	height: 2.9rem;
	transition: .2s;
}
@media screen and (max-width:  768px) {
	.footer__nav-pamphlet a .footer__nav-text::before {
		transform: scale(-1,  1);
		left: inherit;
		right: 60px;
		top: 10px;
		width: 2.4rem;
		height: 1.6rem;
	}
}
@media screen and (min-width:  769px) {
	.footer__nav-pamphlet a:hover .footer__nav-text::before {
		left: 27.5%;
		top: 1.6rem;
	}
}
.footer__nav-line a {
	flex-direction: row-reverse;
	border: 2px solid #3ED5CF;
	border-radius: 0 50rem 50rem 0;
	color: #3ED5CF;
}
.footer__nav-line a::before, .footer__nav-line a::after {
	content: none;
}
@media screen and (min-width:  769px) {
	.footer__nav-line a:hover {
		background-color: #3ED5CF;
		color: #000;
	}
	.footer__nav-line a:hover .footer__nav-text-icon {
		transform: translateX(1rem);
	}
}
@media screen and (max-width:  768px) {
	.footer__nav-line a {
		border-radius: 0 0 2rem 2rem;
	}
}
.footer__nav-line a .footer__nav-text::before {
	content: "";
	background: url("../images/common/footer_line_deco.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 28%;
	top: 2rem;
	width: 3.5rem;
	height: 2.9rem;
	transition: .2s;
}
@media screen and (max-width:  768px) {
	.footer__nav-line a .footer__nav-text::before {
		transform: scale(-1,  1);
		left: -0.5rem;
		top: 0.6rem;
		width: 2rem;
		height: 1rem;
	}
}
@media screen and (min-width:  769px) {
	.footer__nav-line a:hover .footer__nav-text::before {
		left: 28.5%;
		top: 1.6rem;
	}
}
.footer__nav-line .footer__nav-text {
	display: flex;
	align-items: center;
	padding: 5rem 7rem 5rem 0rem;
}
@media screen and (max-width:  768px) {
	.footer__nav-line .footer__nav-text {
		padding: 1rem;
		justify-content: flex-end;
		column-gap: 1rem;
	}
}
.footer__nav-line .footer__nav-text .footer__nav-text-icon {
	width: 6rem;
	height: 6rem;
	background-color: #06C654;
	padding: 0.5rem;
	border-radius: 1rem;
	margin-left: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:  768px) {
	.footer__nav-line .footer__nav-text .footer__nav-text-icon {
		width: 5.2rem;
		height: 5.2rem;
	}
}
.footer__nav-line .footer__nav-text .footer__nav-text-icon svg {
	fill: #FFF;
}
@media screen and (max-width:  768px) {
	.footer__nav-line .footer__nav-text .footer__nav-text-icon svg {
		width: 100%;
	}
}
.footer__nav-line .footer__nav-img {
	right: inherit;
	left: 0;
	bottom: 0;
}
.footer__school {
	display: flex;
	flex-direction: column;
}
.footer__school-logo {
	width: 50rem;
	margin: 0 auto;
}
@media screen and (max-width:  768px) {
	.footer__school-logo {
		width: 95%;
		max-width: 28rem;
	}
}
.footer__school-logo-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__school-logo-img-tsm {
	width: 8rem;
}
@media screen and (max-width:  768px) {
	.footer__school-logo-img-tsm {
		width: 18%;
	}
}
.footer__school-logo-img-name {
	margin-left: 1rem;
	width: 50rem;
}
@media screen and (max-width:  768px) {
	.footer__school-logo-img-name {
		width: 82%;
	}
}
.footer__school-logo-address {
	margin-top: 2rem;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width:  768px) {
	.footer__school-logo-address {
		font-size: 1.4rem;
	}
}
.footer__link {
	margin-top: 3rem;
}
.footer__link-list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width:  768px) {
	.footer__link-list {
		flex-wrap: wrap;
		gap: 0.6rem;
	}
}
.footer__link-list li a {
	display: block;
	background-color: #FFF;
	padding: 1rem 1rem;
	color: #3ED5CF;
	font-weight: bold;
	transition: .3s;
}
@media screen and (min-width:  769px) {
	.footer__link-list li a:hover {
		background-color: #3ED5CF;
		color: #FFF;
	}
}
@media screen and (max-width:  768px) {
	.footer__link-list li a {
		font-size: 1.1rem;
		background-color: #FFF;
		border-radius: 10rem;
		padding: 1rem 0.8rem;
		letter-spacing: 0;
	}
}
@media screen and (min-width:  769px) {
	.footer__link-list li: first-child a {
		border-radius: 5rem 0 0 5rem;
		padding-left: 2rem;
	}
	.footer__link-list li: last-child a {
		padding-right: 2rem;
		border-radius: 0 5rem 5rem 0;
	}
}
.footer__banner {
	margin-top: 3rem;
}
.footer__banner-list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width:  768px) {
	.footer__banner-list {
		flex-direction: column;
		row-gap: 1rem;
	}
}
.footer__banner-list li {
	font-size: 1.2rem;
	text-align: center;
	margin-right: 2rem;
}
@media screen and (min-width:  769px) {
	.footer__banner-list li: last-child {
		margin-right: -6rem;
	}
}
@media screen and (max-width:  768px) {
	.footer__banner-list li {
		display: flex;
	}
}
.footer__banner-list li a {
	display: block;
	transition: .3s;
}
.footer__banner-list li a img {
	transition: .3s;
}
@media screen and (min-width:  769px) {
	.footer__banner-list li a:hover {
		color: #F3ADB2;
	}
	.footer__banner-list li a:hover img {
		transform: scale(1.08);
	}
}
@media screen and (max-width:  768px) {
	.footer__banner-list li a {
		width: 40%;
		flex-shrink: 0;
		margin-right: 1rem;
	}
}
@media screen and (max-width:  768px) {
	.footer__banner-list li p {
		width: 60%;
		flex-shrink: 0;
		text-align: left;
		font-size: 1.2rem;
	}
}
.footer__copy {
	text-align: center;
	margin-top: 5rem;
	font-size: 1.4rem;
}
@media screen and (max-width:  768px) {
	.footer__copy {
		font-size: 1.2rem;
	}
}
.footer__fixed {
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
	height: 5rem;
	transform: translateY(6rem);
	transition: 0.8s 0.2s cubic-bezier(0.19,  1,  0.22,  1);
	z-index: 9000;
	padding: 0 1rem;
}
.footer__fixed-wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	gap: 0.8rem;
}
.footer__fixed-list {
	width: calc((100% - 7.6rem) / 2);
	display: flex;
	flex-shrink: 0;
}
.footer__fixed-list a, .footer__fixed-list>div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4rem;
	box-shadow: 0px -2px 13px -3px rgba(0, 0, 0, 0.1);
	border-radius: 1rem 1rem 0 0;
}
.footer__fixed-list-pamphlet a {
	background-color: #F3ADB2;
}
.footer__fixed-list-pamphlet a svg {
	fill: #F3ADB2;
	width: 100%;
	max-height: 100%;
}
.footer__fixed-list-event a {
	background-color: #3ED5CF;
}
.footer__fixed-list-event a svg {
	fill: #3ED5CF;
	width: 100%;
	max-height: 100%;
}
.footer__fixed-list-img {
	width: 3.6rem;
	height: 3.6rem;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6rem;
	background-color: #FFF;
}
.footer__fixed-list-img img {
	width: 100%;
	height: auto;
}
.footer__fixed-list-img svg {
	fill: #FFF;
	width: 100%;
}
.footer__fixed-list-detail {
	text-align: center;
}
.footer__fixed-list-catch {
	font-size: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	letter-spacing: 0;
	margin-top: 0.5rem;
	padding-top: 0.2rem;
}
.footer__fixed-list-catch::before {
	content: "";
	width: 1rem;
	height: 1px;
	background-color: #FFF;
	transform: rotate(60deg);
	margin-right: 0.1rem;
}
.footer__fixed-list-catch::after {
	content: "";
	width: 1rem;
	height: 1px;
	background-color: #FFF;
	transform: rotate(-60deg);
	margin-left: 0.1rem;
}
.footer__fixed-list-scroll {
	width: 5rem;
}
.footer__fixed-list .pagetop {
	flex-shrink: 0;
	width: 6rem;
	height: 5rem;
	background-color: #FFC802;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__fixed-list .pagetop::before {
	content: "";
	display: block;
	margin-top: 0.8rem;
	width: 1rem;
	height: 1rem;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	transform: rotate(45deg);
}
.footer__fixed.show {
	transform: translateY(0rem);
}
@media screen and (min-width:  769px) {
	.pagetop {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 7rem;
		height: 7rem;
		background-color: #F4ADB3;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9000;
		pointer-events: none;
		cursor: pointer;
		opacity: 0;
		border-radius: 2rem 0 0 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.pagetop::before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 13px;
		height: 13px;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
		transform: rotate(45deg);
	}
	.pagetop.show {
		opacity: 1.0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		pointer-events: auto;
	}
	.pagetop:hover {
		background-color: #84E9E5
	}
	.pagetop:hover::before {
		border-left: 3px solid #FFF;
		border-top: 3px solid #FFF;
	}
}
.sns {
	margin-top: 4rem;
}
.sns__list {
	display: flex;
	justify-content: center;
	column-gap: 2rem;
}
@media screen and (max-width:  768px) {
	.sns__list {
		column-gap: 1.6rem;
	}
}
.sns__list li a {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8rem;
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.sns__list li a {
		width: 4.4rem;
		height: 4.4rem;
	}
}
.sns__list li a svg {
	fill: #FFF;
}
@media screen and (max-width:  768px) {
	.sns__list li a svg {
		width: 100%;
	}
}
@media screen and (min-width:  769px) {
	.sns__list li a:hover {
		transform: scale(1.15);
	}
}
.sns__list-line a {
	background-color: #06C654
}
.sns__list-instagram a {
	background: linear-gradient(45deg,  #f09433 0%,  #e6683c 25%,  #dc2743 50%,  #cc2366 75%,  #bc1888 100%);
}
.sns__list .sns__list-twitter a {
	/*background-color: #2CA7E0*/
	background-color: #000;
	padding: 0;
}
.sns__list-twitter a svg,
.sns__list-twitter a svg path {
	fill: #fff;
}
.sns__list-youtube a {
	background-color: #F20000;
}
.sns__list-tiktok a {
	background-color: #000;
}
.acc__wrap-center {
	text-align: center;
}
.acc__wrap-center .acc__detail {
	text-align: left;
}
.acc__trg {
	background: #84E9E5;
	border: 1px solid #FFF;
	padding: 2.5rem 8rem;
	color: #656E6D;
	font-size: 2.0rem;
	font-weight: bold;
	display: inline-block;
	border-radius: 10rem;
	position: relative;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
	transition: .3s;
}
@media screen and (min-width:  769px) {
	.acc__trg:hover {
		background-color: #F4ADB3;
		color: #FFF;
		letter-spacing: 0.3rem;
	}
	.acc__trg:hover svg {
		transform: translateY(-50%) rotate(90deg);
	}
	.acc__trg:hover svg .st4, .acc__trg:hover svg .st5 {
		fill: #FFF;
	}
}
@media screen and (max-width:  768px) {
	.acc__trg {
		padding: 2rem 0rem;
		font-size: 1.6rem;
		width: 100%;
	}
}
.acc__trg::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.acc__trg::before {
		right: 1rem;
	}
}
@media screen and (max-width:  768px) {
	.acc__trg::before {
	width: 2.4rem;
		height: 2.4rem;
	}
}
.acc__trg span::before {
	content: "";
	width: 1.6rem;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:  768px) {
	.acc__trg span::before {
	width: 1.4rem;
		right: 1.5rem;
	}
}
.acc__trg span::after {
	content: "";
	width: 1.6rem;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.acc__trg span::after {
	width: 1.4rem;
		right: 1.5rem;
	}
}
.acc__trg.open {
	background-color: #F4ADB3;
	color: #FFF;
	letter-spacing: 0.3rem;
}
.acc__trg.open span::after {
	transform: translateY(-50%) rotate(0deg);
}
.btn {
	margin: 4rem auto;
	position: relative;
	display: block;
}
@media screen and (max-width:  768px) {
	.btn {
	margin: 3rem auto;
		text-align: center;
	}
}
.btn a {
	background: #84E9E5;
	border: 1px solid #FFF;
	padding: 2.5rem 8rem;
	color: #656E6D;
	font-size: 2.0rem;
	font-weight: bold;
	display: inline-block;
	border-radius: 10rem;
	position: relative;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:  768px) {
	.btn a {
	font-size: 1.4rem;
	padding: 1.5rem 0;
		display: block
	}
}
.btn a svg {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: auto;
	transition: .3s;
}
@media screen and (min-width:  769px) {
	.btn a:hover {
	background-color: #F4ADB3;
	color: #FFF;
	letter-spacing: 0.3rem;
}
.btn a:hover svg {
	transform: translateY(-50%) rotate(90deg);
}
.btn a:hover svg .st4, .btn a:hover svg .st5 {
		fill: #FFF;
	}
}
.btn__center {
	text-align: center;
}
.btn__arrow a {
	padding-right: 9rem;
}
@media screen and (max-width:  768px) {
	.btn__arrow a {
	padding-left: 1.5rem;
		padding-right: 4rem;
	}
}
.btn__arrow a::before, .btn__arrow a::after {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.btn__arrow a::before, .btn__arrow a::after {
		right: 1rem;
	}
}
.btn__arrow a::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
}
@media screen and (max-width:  768px) {
	.btn__arrow a::before {
	width: 2.4rem;
		height: 2.4rem;
	}
}
.btn__arrow a::after {
	content: url("../../assets/images/common/arrow01.svg");
	width: 2.4rem;
	height: auto;
	margin-right: 0.7rem;
	margin-top: -0.5rem;
}
@media screen and (max-width:  768px) {
	.btn__arrow a::after {
	width: 1.6rem;
		margin-right: 0.5rem;
	}
}
@media screen and (min-width:  769px) {
	.btn__arrow a:hover::before, .btn__arrow a:hover::after {
		transform: translate(1rem,  -50%);
	}
}
.btn__plus::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.btn__plus::before {
		right: 1rem;
	}
}
@media screen and (max-width:  768px) {
	.btn__plus::before {
	width: 2.4rem;
		height: 2.4rem;
	}
}
.btn__plus span::before {
	content: "";
	width: 1.6rem;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:  768px) {
	.btn__plus span::before {
	width: 1.4rem;
		right: 1.5rem;
	}
}
.btn__plus span::after {
	content: "";
	width: 1.6rem;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: .3s;
}
@media screen and (max-width:  768px) {
	.btn__plus span::after {
	width: 1.4rem;
		right: 1.5rem;
	}
}
.btn__white a {
	background-color: #FFF;
}
.btn__red a {
	background-color: #84E9E5;
	border: 2px solid #84E9E5;
	color: #FFF;
}
.btn__red a svg {
	width: 1.5rem;
}
.btn__red a svg .st4, .btn__red a svg .st5 {
	fill: #FFF;
}
@media screen and (min-width:  769px) {
	.btn__red a:hover {
	background-color: #FFF;
	color: #84E9E5
}
.btn__red a:hover svg .st4, .btn__red a:hover svg .st5 {
		fill: #84E9E5
	}
}
.btn.-pink a {
	background-color: #F3ADB2;
	color: #FFF;
}
@media screen and (min-width:  769px) {
	.btn.-pink a:hover {
		background-color: #3ED5CF;
	}
}
.btn.-orange a {
	background-color: #FFC802;
	color: #FFF;
}
@media screen and (min-width:  769px) {
	.btn.-orange a:hover {
		background-color: #3ED5CF;
	}
}
.btn.-blue a {
	background-color: #1ac2ff;
	color: #FFF;
}
@media screen and (min-width:  769px) {
	.btn.-blue a:hover {
	background-color: #F3ADB2;
		color: #656E6D
	}
}
.btn__header {
	text-align: center;
	margin-bottom: 0.5rem;
}
.btn__header-text {
	font-weight: bold;
	font-size: 1.4rem;
	display: inline-block;
	color: #84E9E5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn__header-text::before {
	width: 1px;
	height: 2rem;
	content: "";
	background-color: #84E9E5;
	transform: rotate(-45deg);
	margin-right: 2rem;
}
.btn__header-text::after {
	width: 1px;
	height: 2rem;
	content: "";
	background-color: #84E9E5;
	transform: rotate(45deg);
	margin-left: 1rem;
}
.-tableBasic {
	width: 100%;
}
.-tableBasic caption {
	font-weight: bold;
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}
@media screen and (max-width:  768px) {
	.-tableBasic caption {
	font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
}
.-tableBasic th, .-tableBasic td {
	border: 1px solid #CCC;
	padding: 1rem;
	font-size: 1.4rem;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6
}
@media screen and (max-width:  768px) {
	.-tableBasic th, .-tableBasic td {
	font-size: 1.2rem;
		padding: 1rem 0.5rem;
	}
}
.-tableBasic th {
	background-color: #EF8EB4;
	color: #FFF;
}
.-tableBasic.-normal td {
	font-weight: normal
}
@media screen and (max-width:  768px) {
	.-imgScroll {
	overflow: hidden;
	overflow-x: scroll;
	width: calc(100% + 8rem);
	margin-left: -4rem;
	padding: 0 4rem;
	box-sizing: border-box;
}
.-imgScroll__inner {
	width: 50rem;
}
.-imgScroll__inner img {
	width: 100%;
		padding: 0 3rem 0 0;
	}
}
@media screen and (max-width:  768px) and (max-width:  768px) {
	.-tableScroll {
	overflow: hidden;
	overflow-x: scroll;
	width: calc(100% + 8rem);
	margin-left: -4rem;
	padding: 0 4rem;
	box-sizing: border-box;
}
.-tableScroll-inner {
	width: 50rem;
}
.-tableScroll-inner table {
		width: calc(100% - 4rem);
	}
}
.txtLine {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #84E9E5;
	display: inline;
}
.txtLine2 {
	border-bottom: 2px solid #84E9E5;
	display: inline;
	padding-bottom: 0.5rem;
}
.icon__blank {
	position: relative;
}
.icon__blank:after {
	content: url("../images/common/icon_blank.svg");
	width: 1rem;
	height: auto;
	display: inline-block;
	margin-left: 0.5rem;
}
.icon__check {
	position: relative;
}
.icon__check::before {
	position: absolute;
	content: "";
	width: 5rem;
	height: 5rem;
	background-image: url("../images/common/icon_check.svg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 5rem;
	width: 5rem;
}
@keyframes rotation1 {
	0% {
	transform: rotate(0);
}
100% {
		transform: rotate(360deg);
	}
}
@keyframes rotation2 {
	0% {
	transform: rotate(0);
}
100% {
		transform: rotate(-360deg);
	}
}
@keyframes textdown {
	0% {
	transform: translateY(-3rem);
	opacity: 1
}
100% {
	transform: translateY(0rem);
		opacity: 1
	}
}
@keyframes textdown2 {
	0% {
	transform: translateY(-101%);
	opacity: 1
}
100% {
	transform: translateY(0);
		opacity: 1
	}
}
@keyframes img_animation {
	0% {
	opacity: 0.1;
	transform: scale(1.2);
}
100% {
	opacity: 1;
		transform: scale(1);
	}
}
@keyframes contents_fade {
	0% {
	transform: translateY(5rem);
	opacity: 0;
}
100% {
	transform: translateY(0rem);
		opacity: 1.0;
	}
}
.scroll-anime-fade {
	opacity: 0;
}
.active.scroll-anime-fade {
	animation: contents_fade 1.5s 0.3s cubic-bezier(0.19,  1,  0.22,  1) forwards;
}
.active.scroll-anime-fade.scroll-anime-fade-delay2 {
	animation: contents_fade 1.5s 0.6s cubic-bezier(0.19,  1,  0.22,  1) forwards;
}
.img-anime {
	overflow: hidden;
}
.img-anime img {
	opacity: 0;
	transform: scale(1.5);
	transition: 1.0s;
	transition-delay: .3s;
}
.img-anime.active img {
	opacity: 1;
	transform: scale(1);
}
.scroll-anime {
	overflow: hidden;
	position: relative;
}
.scroll-anime-top {
	transform: translateY(100%);
	transition: 0.8s;
}
.indisplay .scroll-anime-top {
	transform: translateY(0);
	transition-delay: 0.8s;
}
@media screen and (max-width:  768px) {
	.indisplay .scroll-anime-top {
		transition-delay: 0.4s
	}
}
.scroll-anime-left {
	opacity: 0;
	transition: all 1.8s 0.5s cubic-bezier(0.19,  1,  0.22,  1);
	transform: translateX(20rem);
}
.indisplay .scroll-anime-left {
	opacity: 1;
	transform: translateX(0);
}
@media screen and (max-width:  768px) {
	.indisplay .scroll-anime-left {
		transition-delay: 0.2s
	}
}
.scroll-anime-img:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFF;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	transform: translateX(-100%);
}
.scroll-anime-img-gray:after {
	background-color: #EEE;
}
.scroll-anime-img img {
	opacity: 0;
}
@media screen and (min-width:  769px) {
	.active .scroll-anime-img:after {
		animation: scroll-anime-img 1s 0.8s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (max-width:  768px) {
	.active .scroll-anime-img:after {
		animation: scroll-anime-img 1s 0.3s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (min-width:  769px) {
	.active .scroll-anime-img img {
		animation: scroll-anime-img-opacity 1s 0.8s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (max-width:  768px) {
	.active .scroll-anime-img img {
		animation: scroll-anime-img-opacity 1s 0.3s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@keyframes scroll-anime-img {
	0% {
	transform: translateX(-100%);
}
50% {
	transform: translateX(0%);
}
100% {
		transform: translateX(100%);
	}
}
@keyframes scroll-anime-img-opacity {
	0% {
	opacity: 0;
}
50% {
	opacity: 0;
}
51% {
	opacity: 1
}
100% {
		opacity: 1
	}
}
.scroll-anime-img-top:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFF;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	transform: translateY(-100%);
}
.scroll-anime-img-top-gray:after {
	background-color: #EEE;
}
.scroll-anime-img-top img {
	opacity: 0;
}
@media screen and (min-width:  769px) {
	.active .scroll-anime-img-top:after {
		animation: scroll-anime-img-top 1s 0.8s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (max-width:  768px) {
	.active .scroll-anime-img-top:after {
		animation: scroll-anime-img-top 1s 0.3s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (min-width:  769px) {
	.active .scroll-anime-img-top img {
		animation: scroll-anime-img-top-opacity 1s 0.8s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@media screen and (max-width:  768px) {
	.active .scroll-anime-img-top img {
		animation: scroll-anime-img-top-opacity 1s 0.3s cubic-bezier(0.19,  1,  0.22,  1) forwards
	}
}
@keyframes scroll-anime-img-top {
	0% {
	transform: translateY(-100%);
}
50% {
	transform: translateY(0%);
}
100% {
		transform: translateY(100%);
	}
}
@keyframes scroll-anime-img-top-opacity {
	0% {
	opacity: 0;
}
50% {
	opacity: 0;
}
51% {
	opacity: 1
}
100% {
		opacity: 1
	}
}
.inview.indisplay:after {
	content: '';
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
}
.inview.fade {
	opacity: 0;
}
.indisplay.fade {
	animation: anime_fade 1.5s 0.5s forwards;
}
@keyframes anime_fade {
	0% {
	opacity: 0;
}
100% {
		opacity: 1.0;
	}
}
.inview.fadeUp {
	opacity: 0;
	transform: translateY(20px);
}
.indisplay.fadeUp {
	animation: anime_fadeUp 1.5s 0.5s forwards;
}
@keyframes anime_fadeUp {
	0% {
	opacity: 0;
	transform: translateY(20px);
}
100% {
	opacity: 1.0;
		transform: translateY(0);
	}
}
.catchAnimation .catch_anime {
	fill: transparent;
	stroke-width: 1px;
	stroke: #FFF;
	display: none;
}
.catchAnimation svg {
	filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.3));
}
.nav-course-item {
	display: flex;
	flex-direction: column;
}
.nav-course-item__link {
	flex-grow: 1;
	padding: 10px;
	border-radius: 10px;
}
.nav-course-item--kpop .nav-course-item__link{
	background-color: #c7f3b8;
}
.nav-course-item--dance .nav-course-item__link{
	background-color: #fdcde7;
}
.nav-course-item--musician .nav-course-item__link{
	background-color: #fede6d;
}
.nav-course-item--virtual .nav-course-item__link{
	background-color: #9ce2fc;
}
.nav-course-item--entertainment .nav-course-item__link {
	background-color: #96f6f2;
}
.nav-course-item__ttl {
	padding-bottom: .25em;
	margin-bottom: .5em;
	border-bottom: 2px solid #fff;
	display: block;
	text-align: center;
}

.nav__submenu-contents-list > li a .nav-course-item__name {
	font-size: 1.3rem;
	text-align: left;
	display: flex;
	align-items: flex-start;
	line-height: 1.3;
	margin-bottom: .25em;
}
.tx--ls {
	letter-spacing: -1px;
}
.tx--ls2 {
	letter-spacing: -2.4px;
}
.nav-course-item__name::before {
	content: "・";
	position: relative;
	margin-left: -3px;
}
@media screen and (max-width: 767px) {
	.nav__submenu-contents-clm2 li.nav-course-item,
	.nav__submenu-contents-clm2 li.nav-course-item__name{
		width: 100%;
	}
	.nav__submenu-contents-list li.nav-course-item a {
		display: flex;
		justify-content: space-between;
	}
	.nav-course-item .nav__submenu-contents-list-img-wrap {
		width: 48%;
	}
	.nav-course-item-body {
		width: 48%;
	}
	.nav__submenu-contents-list > li a .nav-course-item__name {
		font-size: 1.2rem;
	}
	.nav-course-item .nav__submenu-contents-list-img-wrap img {
		border-radius: 1rem;
	}
	.nav-course-item__ttl {
		text-align: left;
		line-height: 1.5;
	}
}

.button-list {
	padding-block: 8rem;
}

.button-list__inner {
    display: flex;
	justify-content: center;
    column-gap: 6rem;
}

.button-item {
    display: flex;
    position: relative;
    transition: 0.3s;
}
.button-item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50vh;
    transition: 0.3s;
}

.button-item a {
    display: flex;
    align-items: center;
    column-gap: 1rem;
	width: min(39vw, 570px);
    padding: 2rem 3rem;
    padding-right: 9rem;
    border-radius: 2rem;
	color: #fff;
}
.button-item a::before, .button-item a::after {
    content: '';
    position: absolute;
}
.button-item a::before {
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 1px;
}
.button-item a::after {
    top: calc(50% - 1px);
    right: 4rem;
    transform: translateY(calc(-50% - 1px)) rotate(35deg);
    width: 0.75rem;
    height: 1px;
}
.button-item.button-item--pamphlet a {
    background: linear-gradient(to right, #eef49b, #f4adb2);
    border: 0.6rem solid #ffeeda;
}
.button-item:hover {
	transform: scale(1.05);
}
.button-item.button-item--pamphlet a::before, .button-item.button-item--pamphlet a::after{
    background-color: #f3adb2;
}
.button-item.button-item--oc a {
    background: linear-gradient(to right, #adf7f4, #93cff4);
    border: 0.6rem solid #e6faff;
}
.button-item.button-item--oc a::after, .button-item.button-item--oc a::before {
    background-color: #9cd6f7;
}

.button-item__image {
    flex: 1;
}
.button-item.button-item--oc .button-item__image {
    width: min(9vw, 167px);
}
.button-item.button-item--pamphlet .button-item__image {
    width: min(19vw, 288px);
}

.button-item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 1rem;
    font-weight: 700;
    line-height: 1;
}
.button-item__text-main {
    font-size: 3rem;
	text-align: right;
}
.button-item.button-item--oc .button-item__text-main {
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.button-list {
		padding-block: 4rem;
	}

	.button-list__inner {
		flex-direction: column;
		justify-content: normal;
		row-gap: 3rem;
	}

	.button-item::before {
		width: min(8vw, 4rem);
		height: min(8vw, 4rem);
	}
	
	.button-item a {
		width: 100%;
		height: 15rem;
		padding: 1rem 1.5rem;
		padding-right: 4.5rem;
	}
	.button-item a::after {
		width: min(1.5vw, 0.75rem);
		right: min(10vw, 4rem);
	}	
	.button-item a::before {
		width: min(4vw, 2.2rem);
		right: min(10vw, 4rem);
	}
	
	.button-item__text-main {
		font-size: 2rem;
	}
	.button-item.button-item--oc .button-item__text-main {
		font-size: 1.6rem;
	}
	
	.button-item__text-en {
		font-size: 1.2rem;
	}

	.button-item__image {
		flex: 0 1 auto;
	}
	.button-item.button-item--pamphlet .button-item__image {
		width: min(30vw, 288px);
	}	
	.button-item.button-item--oc .button-item__image {
		width: min(22vw, 167px);
	}
}

/*サイド固定バナー*/
.area_sideFixed_bnr {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 10000;
}
.area_sideFixed_bnr .side_bnr_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: min(6vw, 2rem);
	height: 100%;
	filter: drop-shadow(0 0 6px rgba(0,0,0, 0.11));
}
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"] {
	margin-top: calc(-1 * min(50vh, 20rem));
}
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"] a,
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"] .bnr_inner {
	background: var(--bnr_bg, #ffeb00);
	border-radius: min(3vw, 1rem) 0 0 min(3vw, 1rem);
	color: #000;
	font-weight: 700;
	writing-mode: vertical-rl;
	min-width: 3em;
	padding: min(3vw, 1.5rem) min(1.5vw, 1rem);
}
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"] .bnr_txt {
	position: relative;
	padding-top: var(--icon_size, 0px);
}
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"] .bnr_txt:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	content: "";
	width: calc( var(--icon_size) - min(1.5vw, 0.5rem) );
	height: auto;
	aspect-ratio: 1 / 1;
	mask: var(--icon_path) center / contain no-repeat;
	-webkit-mask: var(--icon_path) center / contain no-repeat;
	background: #000;
}
.area_sideFixed_bnr .side_bnr_list > [class^="side_bnr"][class^="side_bnr__parents"] {
	--icon_path: url(../images/common/icon_parents.png);
	--icon_size: min(6vw, 2rem);
}