@charset "UTF-8";
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
table,
input,
textarea,
select,
option {
	line-height: 1.1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
}
body {
	font-family: 'M PLUS 1p',Noto Sans JP, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
}
.details {
	padding: 80px 0;
}
@media only screen and (max-width: 767px) {
	.details {
		padding: 40px 0;
	}
}
.sp-only {
	display: none;
}
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
.no-scroll {
	overflow: hidden;
	height: 100vh;
}
.l-container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.u-break {
	display: none;
}
@media (max-width: 1200px) and (min-width: 1025px) {
	.u-break {
		display: block;
	}
}
.c-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.c-header__wrapper {
	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;
	padding: 40px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.c-header__wrapper {
		/* padding: 20px; */
		padding-right: 0;
	}
}
.c-header__logo {
	max-width: 170px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.c-header__logo {
		visibility: hidden;
		pointer-events: none;
	}
}
.c-header__brand {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	max-width: 280px;
	width: 100%;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.c-header__brand {
		width: 60%;
	}
}
.c-header__toggle {
	display: none;
	width: 40px;
	height: 22px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 110;
}
.c-header__toggle span {
	display: block;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.c-header__toggle span:not(:last-child) {
	margin-bottom: 5px;
}
.c-header__toggle.is-active span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.c-header__toggle.is-active span:nth-child(2) {
	opacity: 0;
}
.c-header__toggle.is-active span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
/* .c-header__lang {
	position: absolute;
	color: #fff;
	right: 40px;
	top: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'M PLUS 1p', sans-serif;
}
@media only screen and (max-width: 767px) {
	.c-header__lang {
		right: 5px;
	}
} */
.c-gnav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.c-gnav__item--lang {
	position: absolute;
	color: #fff;
	right: 40px;
	top: 15px;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'M PLUS 1p', sans-serif;
}

.c-gnav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
}
.c-gnav__iconwrap {
	max-width: 40px;
	width: 100%;
	height: 28px;
	text-align: center;
}
.c-gnav__icon {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.c-gnav__ttl {
	font-size: 1.15rem;
	margin-top: 5px;
}
.en .c-gnav__ttl {
	text-align: center;
}
@media (max-width: 1024px) {
	.c-header__toggle {
		display: block;
	}
	.c-gnav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000000;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 105;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.c-gnav.is-open {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.c-gnav__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 100px 0 50px;
		gap: 25px;
		min-height: 100vh;
	}

	.c-gnav__item--lang {
		display: block;
		position: static;
		font-size: 2rem;
		margin-top: 50px;
	}
	.c-gnav__link {
		font-size: 1.2rem;
		flex-direction: row;
		width: 200px;
		justify-content: space-between;
	}
	.c-gnav__ttl {
		font-size: 1.6rem;
		width: 100px;
		text-align: left;
	}
	.en .c-gnav__link {
		width: 300px;
	}
	.en .c-gnav__ttl {
		width: 150px;
		text-align: left;
	}
}
.c-footer .details {
	padding: 30px 0;
}
.c-footer {
	background-color: #000;
}
.c-footer__logo {
	text-align: center;
}
.c-footer__logo img {
	max-width: 280px;
	width: 100%;
}
.c-footer__bottom {
	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;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.c-footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.c-footer__company {
	max-width: 170px;
	width: 100%;
}
.c-footer__menu {
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.c-footer__menu {
		margin: 20px 0;
	}
}
.c-footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.c-footer__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5px;
	}
}
.c-footer__menu li a {
	color: #fff;
	padding: 0 5px;
}
.c-footer__menu li {
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
	.c-footer__menu li {
		border: hidden;
	}
}
.c-footer__menu li:last-child {
	border: hidden;
}
.c-footer__copyright {
	font-size: 1rem;
	color: #fff;
}
.c-btn01__wrapper {
	text-align: center;
	margin-top: 80px;
}
.c-btn01 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 470px;
	width: 100%;
	padding: 20px 30px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.1538461538;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c-btn01__txt small {
	font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
	.c-btn01__txt small {
		font-size: 1.15rem;
	}
}
.c-btn01__arrow {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 5px;
}
.c-btn01__arrow img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.c-btn01__icon {
	max-width: 56px;
	width: 100%;
}
.c-btn01:hover {
	background-color: #fff;
	color: #000;
	opacity: 1;
}
.c-btn01:hover .c-btn01__arrow {
	border-color: #000;
}
.c-btn01:hover .c-btn01__icon {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.c-list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.c-list01 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.c-list01 .c-item {
	width: calc((100% - 12%) / 3);
}
@media only screen and (max-width: 767px) {
	.c-list01 .c-item {
		width: 100%;
	}
}
.c-mainvisual {
	position: relative;
	height: calc(100vh - 130px);
	min-height: 650px;
	overflow: hidden;
	margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
	.c-mainvisual {
		margin-top: 110px;
		height: calc(100vh - 110px);
	}
}
@media only screen and (max-width: 767px) {
	.c-mainvisual {
		position: relative;
		height: 500px;
		min-height: 500px;
	}
}
.c-mainvisual__inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: 2;
}
.c-mainvisual__logo {
	max-width: 190px;
	width: 100%;
	opacity: 0.43;
}
.c-mainvisual__ttl {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.c-mainvisual__ttl {
		font-size: 3.5rem;
	}
	.c-mainvisual__inner {
		top: 54%;
	}

}
.c-mainvisual__slider {
	width: 100%;
	height: 100%;
}
.c-mainvisual__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/top/mainvisual.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: 3s all;
	transition: 3s all;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
	.c-mainvisual__bg {
		background-image: url(../img/top/mainvisual_sp.jpg);
	}
}
/* .swiper-slide-active .c-mainvisual__bg {
	-webkit-animation: scale 5s ease forwards;
	animation: scale 5s ease forwards;
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
} */

.c-ttl01 {
	font-size: 2.8rem;
	line-height: 1.5652173913;
	text-align: center;
}
.c-ttl02 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.c-ttl02:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 5px;
	background-color: #e72420;
	height: 100%;
}
.c-txt01 {
	font-size: 1.6rem;
	color: #000;
	line-height: 2.7142857143;
	font-family: 'M PLUS 1p', sans-serif;
}
.c-note {
	text-indent: -19px;
	padding-left: 16px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-family: 'M PLUS 1p', sans-serif;
	/*line-height: 2;*/
	color: #666;
}
.c-note:before {
	content: '※';
	margin-right: 5px;
}
.c-note--dot:before {
	content: '・';
	font-size: 1.5rem;
	line-height: 1;
}
.c-btt {
	position: absolute;
	bottom: 35px;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 5px;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	background-color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
	.c-btt {
		bottom: 0;
		right: 50%;
		-webkit-transform: translate3d(50%, 150%, 0);
		transform: translate3d(50%, 150%, 0);
	}
}
.c-btt img {
	vertical-align: middle;
}
.c-btt:hover {
	background-color: #cdcdcd;
}
.c-box {
	border: 1px solid #000;
	position: relative;
	padding: 60px 10px 10px;
}
@media only screen and (max-width: 767px) {
	.c-box:not(:first-child) {
		margin-top: 30px;
	}
}
.c-box:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #e1e2e2;
}
.c-box__ttl {
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.16;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}
.c-box__ttl--sm {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.1111111111;
	margin-top: 5px;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
}
.c-box__num {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 1.1944444444;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.en .c-box__num {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 1024px) {
	.en .c-box__num {
		font-size: 3.6rem;
	}
}
@media only screen and (max-width: 768px) {
	.en .c-box__num {
		font-size: 4.6rem;
	}
}
.c-box__num--txt {
	font-size: 1.6rem;
}
.en .c-box__num--txt {
	position: relative;
	top: 7px;
}
.c-box__note p {
	text-indent: -17px;
	font-size: 1.2rem;
	font-family: 'M PLUS 1p', sans-serif;
	padding: 10px;
	padding-left: 19px;
}
.c-box__note p:not(:last-child) {
	border-bottom: 1px solid #000;
}
.c-box__note p:before {
	content: '';
	display: inline-block;
	background: url(../../assets/img/common/ic_check.svg) center no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 5px;
}
.intro {
	text-align: center;
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.intro .c-txt01 {
		text-align: left;
		line-height: 1.9;
	}
}
.visitor {
	background-color: #f5f5f4;
}
.visitor-part {
	text-align: center;
	margin-top: 50px;
}
.visitor-part__ttl {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 4.6rem;
	line-height: 1.1944444444;
	margin-top: 30px;
}
.visitor-part__txt {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.1111111111;
	font-family: 'M PLUS 1p', sans-serif;
}
.visitor .c-note {
	margin-top: 50px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.visitor .c-note {
		text-align: left;
	}
}
.admission .details {
	padding-bottom: 0;
}
.admission .c-list01 {
	margin-top: 80px;
}
.admission .c-txt01 {
	margin-top: 50px;
	text-align: center;
}
.admission .c-btn01__wrapper {
	margin-top: 0;
	padding-top: 80px;
}
.admission-notes {
	max-width: 770px;
	margin: 50px auto 0;
}
.admission-notes p {
	margin-bottom: 6px;
}
.admission .c-txt01 {
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	.admission .c-txt01 {
		text-align: left;
	}
}
.cooperation-txt {
	text-align: center;
	margin: 35px 0;
}
.cooperation-txt .c-txt01 {
	line-height: 1.8;
}
.cooperation-notes {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
}
.cooperation-notes p {
	margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
	.cooperation-notes {
		width: 100%;
	}
	.cooperation-txt .c-txt01 {
		text-align: left;
	}
}
.en .cooperation-notes {
	width: 100%;
}
.access {
	background-color: #f5f5f4;
}
.access .details {
	width: 95%;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.access .details {
		padding-bottom: 80px;
	}
}
.access .l-container {
	position: relative;
}
.access-map {
	height: 513px;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.access-map {
		height: 300px;
	}
}
.access-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.access-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.access-info:first-child {
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.access-info:first-child {
		text-align: center;
	}
}
.access-info__part {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.access-info__part {
		width: 100%;
	}
}
.access-info__part--left {
	padding-right: 5%;
}
@media only screen and (max-width: 767px) {
	.access-info__part--left {
		padding-right: 0;
		margin-bottom: 30px;
	}
}
.access-info:first-child .access-info__part--left {
	width: 100%;
	text-align: center;
	padding-right: 0;
}
.access-info:first-child .access-info__logo {
	margin: 0 auto;
}
.access-info__logo {
	max-width: 280px;
}
@media only screen and (max-width: 767px) {
	.access-info__logo {
		margin: auto;
	}
}
.access-info__brand {
	font-size: 1.8rem;
	font-family: 'M PLUS 1p', sans-serif;
	margin-top: 15px;
}
.access-info__address,
.access-info__time {
	font-size: 1.4rem;
	color: #7d7d7e;
	margin-top: 10px;
}
.access-info__time {
	font-size: 1.3rem;
}
.access-info__img {
	width: 100%;
	height: 100%;
	background-color: #cccdcd;
}
@media only screen and (max-width: 767px) {
	.access-info__img {
		height: 250px;
	}
}
.access-info__ttl {
	font-size: 1.5rem;
	color: #7d7d7e;
	padding-bottom: 10px;
	border-bottom: 1px solid #7d7d7e;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.access-info__txt {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #666;
}
/* .access-info:not(:first-child) .access-info__part:last-child{
	padding-left: 5%;
} */
.p-about1 {
	padding: 100px 0;
}
