/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
}

a {
	color: inherit;
}

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

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

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

	br.sp {
		display: none;
	}
	br.pc {
		display: block;
	}

}

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

	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}

}



/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	width: 100%;
	height: 70px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 10px 66px 10px 15px;
	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;
}

.l-wrapper {
	width: 88.8889%;
	margin-left: auto;
	margin-right: auto;
}

.l-section {
	padding: 47px 0 0;
}

.l-navi {
	width: 100%;
	height: calc(100vh - 70px);
	position: absolute;
	top: 70px;
	left: 0;
	display: none;
}

/* Module */

.access {
	padding-bottom: 50px;
	position: relative;
}

.access::before {
	content: "";
	width: 100vw;
	height: 1px;
	display: block;
	background: #E0E0E0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.access__lead {
	margin-bottom: 25px;
}

.access__lead__image-wrap {
	position: relative;
	margin-bottom: 22px;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.access__lead__image img {
	display: block;
}

.access__lead__campus {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	padding: 0px 22px 3px 20px;
}

.access__lead__head {
	margin-bottom: 18px;
	color: #54798a;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.722;
	text-align: justify;
}

.access__lead__text {
	text-align: justify;
	line-height: 1.714;
}

.access__image {
	margin-bottom: 14px;
}

.access__note {
	margin-bottom: 26px;
	font-size: 1.2rem;
	line-height: 1.666;
	text-align: justify;
}

.link {
	background: #F2F4F6;
	padding: 29px 0 30px;
}

.link__head {
	font-weight: 700;
	margin-bottom: 21px;
	text-align: center;
}

.link__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link__item {
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 32.2%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link__item__icon {
	display: block;
	width: 30px;
}

.link__item--gray {
	background: #646464;
}

.link__item--orange {
	background: #DB8E2B;
}

.link__item--green {
	background: #34AC37;
}

.footer {
	padding: 30px 0 40px;
	text-align: center;
}

.footer__logo {
	width: 157px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.copyright {
	font: 400 1rem "Roboto", sans-serif;
}

.banners-wrap {
	padding: 50px 0 49px;
	border-top: 1px solid #E0E0E0;
}

.banners__item {
	width: 250px;
	border: 1px solid #CDCDCD;
}

.banners__item a {
	display: block;
}

.banners__pagination {
	margin-top: 28px;
	text-align: center;
}

.banners__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 9px;
}

.banners__pagination .swiper-pagination-bullet-active {
	background: #006441;
}

.program {
	position: relative;
	padding: 0 0 29px;
}

.program::before {
	content: "";
	width: 100%;
	height: calc(100% - 100px);
	display: block;
	background: #EDF1F1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.program__item {
	width: 360px;
}

.program__item {
	position: relative;
}

.program__label {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	background: #54798A;
	color: #ffffff;
	padding: 11px 23px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
}

.program__text {
	background: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	width: 94.4%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px 7px;
	margin-top: -31px;
	position: relative;
	text-align: justify;
}

.program__pagination {
	margin-top: 29px;
	text-align: center;
}

.program__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 9px !important;
	background: #ffffff;
	opacity: 1;
}

.program__pagination .swiper-pagination-bullet-active {
	background: #006441;
}

.heading-1 {
	text-align: center;
	margin-bottom: 30px;
}

.heading-1--mb-sm {
	margin-bottom: 23px;
}

.heading-1--mb-md {
	margin-bottom: 24px;
}

.heading-1__en {
	font: 700 1.6rem "Roboto", sans-serif;
	letter-spacing: .04em;
	color: #939393;
	display: block;
	position: relative;
}

.heading-1__en::after {
	content: "";
	width: 2px;
	height: 15px;
	display: block;
	background: #006441;
	position: absolute;
	bottom: calc(100% + 4px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading-1__jp {
	font-size: 2.5rem;
	font-weight: 700;
	color: #006441;
	display: block;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.heading-1__jp::before,
.heading-1__jp::after {
	content: "";
	width: 150px;
	height: 1px;
	display: block;
	background: #939393;
	position: absolute;
	bottom: 0;
}

.heading-1__jp::before {
	right: calc(50% + 9px);
}

.heading-1__jp::after {
	left: calc(50% + 9px);
}

.faculty__lead {
	line-height: 1.71;
	text-align: center;
	margin-bottom: 25px;
}

.faculty__inner {
	position: relative;
	padding-bottom: 50px;
}

.faculty__inner::before {
	content: "";
	width: 100vw;
	height: calc(100% - 50px);
	display: block;
	background: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.faculty__item--yellow .faculty__head {
	background: #e9b900;
}

.faculty__item--yellow .faculty__content {
	background: #fdf8e6;
}

.faculty__item--yellow .faculty__main__head {
	background: #e9b900;
	border-color: #e99600;
}

.faculty__item--yellow .faculty__main__list li::before {
	background: #e99600;
}

.faculty__item--pink .faculty__head {
	background: #d97080;
}

.faculty__item--pink .faculty__content {
	background: #f8e6e9;
}

.faculty__item--pink .faculty__main__head {
	background: #d97080;
	border-color: #d15064;
}

.faculty__item--pink .faculty__main__list li::before {
	background: #d97080;
}

.faculty__item--blue .faculty__head {
	background: #3081b9;
}

.faculty__item--blue .faculty__content {
	background: #e6f0f7;
}

.faculty__item--blue .faculty__main__head {
	background: #3081b9;
	border-color: #0071b6;
}

.faculty__item--blue .faculty__main__list li::before {
	background: #3081b9;
}

.faculty__item--orange .faculty__head {
	background: #e28000;
}

.faculty__item--orange .faculty__content {
	background: #fcf3e6;
}

.faculty__item--orange .faculty__main__head {
	background: #e28000;
	border-color: #eb5a24;
}

.faculty__item--orange .faculty__main__list li::before {
	background: #e28000;
}

.faculty__item--green .faculty__head {
	background: #40a340;
}

.faculty__item--green .faculty__content {
	background: #e6f3e6;
}

.faculty__item--green .faculty__main__head {
	background: #40a340;
	border-color: #008c45;
}

.faculty__item--green .faculty__main__list li::before {
	background: #40a340;
}

.faculty__head {
	color: #ffffff;
	padding: 10px 10px 18px 10px;
	position: relative;
}

.faculty__head__main {
	padding: 0 10px;
}

.faculty__head__text {
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	width: calc(100% - 40px);
}

.faculty__image {
	width: 100%;
	margin-bottom: 14px;
}

.faculty__image img {
	display: block;
}

.faculty__heading {
	margin-bottom: 12px;
}

.faculty__heading__jp {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	display: block;
}

.faculty__heading__en {
	font: 400 1.2rem "Roboto", sans-serif;
	line-height: 1.8;
	display: block;
}

.faculty__open {
	padding: 0;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.faculty__open::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.faculty__open::after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(../img/icon_cross.svg) no-repeat center/contain;
	position: absolute;
	bottom: 19px;
	right: 19px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.faculty__open.is-opened::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faculty__content {
	display: none;
}

.faculty__main {
	padding: 20px 20px 30px;
}

.faculty__main__inner {
	margin-bottom: 27px;
}

.faculty__main__item {
	margin-bottom: 18px;
}

.faculty__main__head {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	border-left: 10px solid;
	padding: 6px 10px;
	margin-bottom: 12px;
}

.faculty__main__head::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg) translateY(-3px);
	-ms-transform: rotate(45deg) translateY(-3px);
	transform: rotate(45deg) translateY(-3px);
	margin-right: 18px;
	vertical-align: middle;
}

.faculty__main__text {
	line-height: 1.5;
	text-align: justify;
}

.faculty__main__list {
	line-height: 1.5;
	text-align: justify;
}

.faculty__main__list li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 3px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.button-1 {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.button-1::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.button-1 a {
	text-decoration: none;
	background: #e99600;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	display: block;
	height: 100%;
	padding: 16px 3px 18px 6px;
}

.button-1 a:hover {
	opacity: .8;
}

.button-1 span::after {
	content: "";
	background: url(../img/icon_link.svg) no-repeat center center/contain;
	width: 18px;
	height: 14px;
	display: inline-block;
	margin-left: 11px;
}

.button-1 span.no-icon::after {
	display: none;
}

.button-2 {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	background: #000;
	color: #ffffff;
	padding: 15px 0 19px;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	border-radius: 25px;
}

.button-2::before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.covid {
	padding-bottom: 50px;
}

.covid__heading {
	max-width: 315px;
	padding: 11px 0 15px;
	color: #0a3a58;
	border: 1px solid #0a3a58;
	font-size: 1.8rem;
	line-height: 1.4444;
	text-align: center;
	-webkit-box-shadow: 5px 4px 0px 0 #0a3a58;
	box-shadow: 5px 4px 0px 0 #0a3a58;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

.covid__lead {
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.7142;
	text-align: justify;
}

.covid__item {
	margin-bottom: 10px;
}

.covid__item__content {
	display: none;
}

.covid__item__head {
	position: relative;
	border: none;
	font-size: 1.5rem;
	width: 100%;
	background: #54798a;
	color: #fff;
	padding: 9px 12px;
	text-align: left;
}

.covid__item__head::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.covid__item__head::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/icon_cross.svg) no-repeat center/contain;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.covid__item__head.is-opened::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.covid__list {
	padding: 6px 0 7px;
}

.covid__list li {
	position: relative;
	text-indent: -14px;
	padding-left: 14px;
	line-height: 1.5;
	text-align: justify;
}

.covid__list li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg) translateY(-3px);
	-ms-transform: rotate(45deg) translateY(-3px);
	transform: rotate(45deg) translateY(-3px);
	margin-right: 8px;
	vertical-align: middle;
}

.covid__list li a {
	color: #0a3a58;
}

.contact {
	border: 5px solid #e6ecec;
	color: #54798a;
	font-weight: 700;
	margin-top: 30px;
}

.contact__head {
	padding: 14px 10px 8px;
	border-bottom: 2px solid #e6ecec;
}

.contact__heading {
	text-align: center;
	font-size: 1.6rem;
}

.contact__heading span {
	display: block;
	font-size: 2.1rem;
	line-height: 2;
}

.contact__bottom {
	padding: 17px 10px 27px 20px;
}

.contact__phone {
	position: relative;
	font-size: 2rem;
	line-height: 1.5;
	padding-left: 35px;
	font-family: "Roboto", sans-serif;
}

.contact__phone a {
	text-decoration: none;
}

.contact__phone span {
	display: block;
	font-size: 1.2rem;
}

.contact__phone::before {
	position: absolute;
	content: "";
	background: url(../img/icon_phone_blue.svg) no-repeat center center/contain;
	width: 28px;
	height: 28px;
	top: 3px;
	left: 0;
}

.contact__mail {
	margin-top: 10px;
	position: relative;
	font-size: 2rem;
	padding-left: 35px;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	display: block;
}

.contact__mail::before {
	position: absolute;
	content: "";
	background: url(../img/icon_mail_blue.svg) no-repeat center center/contain;
	width: 28px;
	height: 28px;
	top: -1px;
	left: 0;
}
.l-section.reservation {
	position: relative;
}


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

	.reservation__qr {
		position: absolute;
		right: 0;
		top: 290px;
		width: 300px;
	}	

	.reservation--recommend {
    right: 130px;
    top: 25px;
    position: absolute;
    width: 121px;
		
	}

}


@media screen and (min-width: 769px) and (max-width: 1200px) {

	.reservation--recommend {
    right: 100px!important;
		
	}

}



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

	.reservation__qr {
		width: 250px;
		margin: 0 auto 40px;
	}	

	.reservation--recommend {
    right: 0px;
    top: 15px;
    position: absolute;
    width: 78px;
	}

}





.reservation__lead {
	margin-bottom: 27px;
	text-align: justify;
	line-height: 1.7;
}



.reservation__lead span {
	font-weight: bold;
	text-decoration: underline;
}

.reservation__button-wrap {
	margin-bottom: 40px;
}

.reservation__button {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	border-radius: 40px;
}

.reservation__button::before {
	content: "";
	background: url(../img/icon_external-link.svg) no-repeat center center/contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reservation__button:not(:last-of-type) {
	margin-bottom: 21px;
}

.reservation__button--orange {
	background: #e99600;
}

.reservation__button--yellow {
	background: #e9b900;
}

.point {
	text-align: center;
	padding: 30px 0 30px;
}

.point__cover {
	border-top: 5px solid #005041;
	border-bottom: 5px solid #005041;
	position: relative;
	color: #fff;
	background: url(../img/bg_point_sp.jpg) no-repeat center center/cover;
	padding: 54px 0 50px;
}

.point__cover::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.point__inner {
	position: relative;
	z-index: 50;
	max-width: 88.8889%;
	margin-right: auto;
	margin-left: auto;
}

.point__label {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 9px 20px;
	border: 1px solid #fff;
	border-radius: 29px;
}

.point__heading {
	margin-top: 37px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 37px;
}

.point__heading span {
	display: block;
	margin-top: 7px;
	font-size: 3.6rem;
	line-height: 1.3;
}

.flow {
	padding-bottom: 50px;
}

.flow__heading {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}

.flow__tablist {
	width: 87.4%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow__tablist__item {
	width: 48.2%;
}

.flow__tablist__item button {
	margin: 0;
	font-weight: 700;
	line-height: 1.28;
	text-align: center;
	border: none;
	padding: 11px 0;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.flow__tablist__item--navy button {
	background: #0A3A58;
}

.flow__tablist__item--gray button {
	background: #54798A;
}

.flow__content {
	border-radius: 20px;
	padding: 21px 25px;
	border: 5px solid;
	display: none;
	background: #ffffff;
}

.flow__content--navy {
	border-color: #0a3a58;
}

.flow__content--navy .flow__list li::before {
	background: #0a3a58;
}

.flow__content--navy .flow__list li span {
	background: #0a3a58;
}

.flow__content--gray {
	border-color: #54798A;
}

.flow__content--gray .flow__list li::before {
	background: #54798A;
}

.flow__content--gray .flow__list li span {
	background: #54798A;
}

.flow__list {
	font-size: 1.3rem;
	line-height: 1.38;
	text-align: justify;
	position: relative;
	font-weight: 700;
}

.flow__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.flow__list li:not(:last-child) {
	margin-bottom: 10px;
}

.flow__list li:not(:last-child)::before {
	content: "";
	width: 1px;
	height: calc(100% + 10px);
	display: block;
	position: absolute;
	top: 2px;
	left: 15px;
}

.flow__list li span {
	position: relative;
	font: 400 1.8rem "Roboto", sans-serif;
	color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 2px;
}

.flow__list__center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow__note {
	font-size: 1.3rem;
	line-height: 1.38;
	text-align: justify;
	margin-top: 25px;
}

.schedule {
	padding-bottom: 50px;
	position: relative;
}

.schedule__tablist {
	display: none;
}

.schedule__tablist__item {
	width: 13.6%;
	border-bottom: 8px solid #ffffff;
}

.schedule__tablist__item--green.is-current {
	border-color: #006441;
}

.schedule__tablist__item--green button {
	background: #006441;
}

.schedule__tablist__item--yellow.is-current {
	border-color: #E9B900;
}

.schedule__tablist__item--yellow button {
	background: #E9B900;
}

.schedule__tablist__item--pink.is-current {
	border-color: #D97080;
}

.schedule__tablist__item--pink button {
	background: #D97080;
}

.schedule__tablist__item--blue.is-current {
	border-color: #3081B9;
}

.schedule__tablist__item--blue button {
	background: #3081B9;
}

.schedule__tablist__item--orange.is-current {
	border-color: #E28000;
}

.schedule__tablist__item--orange button {
	background: #E28000;
}

.schedule__tablist__item--lightgreen.is-current {
	border-color: #40A340;
}

.schedule__tablist__item--lightgreen button {
	background: #40A340;
}

.schedule__tablist__item--navy.is-current {
	border-color: #0A3A58;
}

.schedule__tablist__item--navy button {
	background: #0A3A58;
}

.schedule__content {
	display: none;
	padding: 30px 0 0;
	position: relative;
}

.schedule__content__image-1 {
	width: 178px;
}

.schedule__content__image-2-wrap {
	width: calc(100% - 178px);
	overflow-x: scroll;
	position: absolute;
	top: 30px;
	left: 178px;
}

.schedule__content__image-2 {
	width: 623px;
}

.schedule__select {
	padding: 20px 0;
	width: 100%;
	opacity: 0;
}

.schedule__label {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	background: url(../img/icon_select.svg) no-repeat right 15px center/30px 30px, #006441;
	color: #ffffff;
	padding: 20px 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.interview {
	position: relative;
	padding-bottom: 50px;
}

.interview-lead {
	line-height: 1.71;
	text-align: center;
	margin-bottom: 25px;
}

.interview::before {
	content: "";
	width: 100vw;
	height: calc(100% - 50px);
	display: block;
	background: -webkit-linear-gradient(left, #ece4c9 20px, #f0ead5 20px);
	background: -o-linear-gradient(left, #ece4c9 20px, #f0ead5 20px);
	background: linear-gradient(90deg, #ece4c9 20px, #f0ead5 20px);
	background-size: 40px 100%;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.interview__item {
	position: relative;
	margin-bottom: 30px;
}

.interview__item:nth-child(even) .interview__heading {
	left: auto;
	right: 20px;
}

.interview__item:nth-child(even) .interview__info {
	margin-left: 0;
	margin-right: auto;
}

.interview__image-wrap {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.interview__main {
	margin-top: -156px;
}

.interview__main__inner {
	position: relative;
	padding: 29px 0 46px 20px;
	-webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.3);
}

.interview__main__inner::before {
	content: "";
	width: calc(50vw + 50%);
	height: 100%;
	display: block;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.interview__main__inner::after {
	content: "";
	width: calc(50vw + 50%);
	height: calc(100% - 81px);
	display: block;
	background: -webkit-linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background: -o-linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background: linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background-size: 100% 25px;
	background-repeat: repeat-y;
	position: absolute;
	top: 48px;
	left: 0;
}

.interview__heading {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	z-index: 1;
}

.interview__heading__item {
	background: #006441;
	display: inline-block;
	padding: 6px 7px;
}

.interview__heading__item:not(:last-child) {
	margin-left: 5px;
}

.interview__info {
	width: 210px;
	padding-right: 5px;
	margin-left: 80px;
	margin-bottom: 23px;
	position: relative;
	z-index: 1;
}

.interview__name {
	font-size: 1.6rem;
	margin-bottom: 6px;
}

.interview__name span {
	font-size: 1.8rem;
	font-weight: 700;
}

.interview__belong {
	font-size: 1.3rem;
	line-height: 1.62;
}

.interview__text {
	line-height: 1.64;
	text-align: justify;
	position: relative;
	z-index: 1;
}

.interview__note {
	font-size: 1.2rem;
	text-align: center;
}

.recommend {
	width: 94.44%;
	margin-left: auto;
	margin-right: auto;
}

.recommend__item {
	position: relative;
	color: #ffffff;
	height: 240px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.recommend__item:not(:last-child) {
	margin-bottom: 10px;
}

.recommend__item.is-opened .recommend__item__inner::after {
	background: rgba(0, 0, 0, 0.6);
}

.recommend__item--1 .recommend__item__inner::before {
	background: url(../img/bg_recommend_01_sp.jpg) no-repeat center/cover;
}

.recommend__item--2 .recommend__item__inner::before {
	background: url(../img/bg_recommend_02_sp.jpg) no-repeat center/cover;
}

.recommend__item--3 .recommend__item__inner::before {
	background: url(../img/bg_recommend_03_sp.jpg) no-repeat center/cover;
}

.recommend__item--4 .recommend__item__inner::before {
	background: url(../img/bg_recommend_04_sp.jpg) no-repeat center/cover;
}

.recommend__item--5 .recommend__item__inner::before {
	background: url(../img/bg_recommend_05_sp.jpg) no-repeat center/cover;
}

.recommend__item--6 .recommend__item__inner::before {
	background: url(../img/bg_recommend_06_sp.jpg) no-repeat center/cover;
}

.recommend__item__inner {
	position: relative;
	height: 100%;
	padding: 43px 20px 20px;
	pointer-events: none;
}

.recommend__item__inner::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recommend__item__inner::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recommend__label {
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	padding: 6px 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recommend__label--yellow {
	background: #e9b900;
}

.recommend__label--pink {
	background: #d97080;
}

.recommend__label--blue {
	background: #3081b9;
}

.recommend__label--orange {
	background: #e28000;
}

.recommend__label--green {
	background: #40a340;
}

.recommend__label--navy {
	background: #0a3a58;
}

.recommend__heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3px;
	letter-spacing: -.008em;
	text-align: justify;
	position: relative;
	z-index: 1;
}

.recommend__text {
	font-size: 1.3rem;
	line-height: 1.54;
	text-align: justify;
	margin-bottom: 5px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}

.recommend__text.is-opened {
	opacity: 1;
}

.recommend__time {
	font-weight: 700;
	position: absolute;
	bottom: 25px;
	left: 20px;
	z-index: 1;
}

.recommend__btn {
	padding: 0;
	border: none;
	background: none;
	outline: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.recommend__btn::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.recommend__btn::after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(../img/icon_cross.svg) no-repeat center/contain;
	position: absolute;
	bottom: 9px;
	right: 9px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recommend__btn.is-opened::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bg-gray-stripe {
	background: -webkit-linear-gradient(left, #E6ECEC 20px, #EDF1F1 20px);
	background: -o-linear-gradient(left, #E6ECEC 20px, #EDF1F1 20px);
	background: linear-gradient(90deg, #E6ECEC 20px, #EDF1F1 20px);
	background-size: 40px 100%;
	background-repeat: repeat-x;
}

.bg-green {
	background: #006441;
}

.bg-gray {
	background: #EDF1F1;
}

.movie {
	padding-top: 28px;
}

.movie__heading {
	font: 700 1.8rem "Roboto", sans-serif;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin-bottom: 58px;
}

.movie__heading::before {
	content: "";
	width: 2px;
	height: 15px;
	display: block;
	background: #ffffff;
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.movie__copy {
	width: 232px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

.movie__main {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.movie__main a {
	position: relative;
	display: block;
}

.movie__main a img {
	display: block;
}

.movie__main::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.event__inner {
	margin-bottom: 20px;
}

.event__item {
	padding: 10px 0 17px;
}

.event__item:not(:last-child) {
	border-bottom: 1px solid #E0E0E0;
}

.event__label {
	background: #000;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
	width: 90px;
	margin-bottom: 2px;
}

.event__text {
	line-height: 1.43;
	text-align: justify;
	width: 100%;
}

.event__text span {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
}

.event__button {
	display: block;
	background: #E99600;
	color: #ffffff;
	padding: 18px 13px 18px 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 3px;
	position: relative;
}

.event__button::after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

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



	.event .event__text ul {
		justify-content: space-between;
	}

	.event .event__text ul li {
		width: 18%;
		margin-bottom: 15px;
	}

	.event .event__text ul li .event__date span {
		margin-left: 30px;
	}
	
}


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


	.event .event__text ul {
		margin-top: 10px;
	}

	.event .event__text ul li {
		margin-bottom: 15px;
		width: 30%;
	}

	.event .event__text ul li:not(:nth-of-type(3n)) {
		margin-right: 5%;
	}
	

}


.event .event__text ul {
	display: flex;
	flex-wrap: wrap;
}

.event .event__text ul li .event__date span {
	background: #006441;
  display: block;
  color: #fff;
	height: 60px;
	width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 21px;
}





.event__date {
	display: flex;
    align-items: center;
    justify-content: center;
}

.event__date p {
	margin-left: 5px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.04em;
	color: #bb0000;
}

.event__anchor {
	border: 1px solid #006441;
    line-height: 1;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 6px;
    display: block;
    text-align: center;
    font-size: 1px;
    border-radius: 3px;
    color: #006441;
    font-weight: bold;
		font-size: 11px!important;
		letter-spacing: -0.1em;
}

.event__anchor:hover{
	color: #fff;
	background: #000;
	border: 1px solid #000;
}


.present {
	background: #006441;
	border: 5px solid #E0E0E0;
	padding: 28px 25px 21px;
	color: #ffffff;
	position: relative;
}

.present::before {
	content: "";
	width: 100px;
	height: 141px;
	display: block;
	background: url(../img/img_present.jpg) no-repeat center/contain;
	position: absolute;
	top: -13px;
	right: 32px;
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.present__heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.42;
	margin-bottom: 24px;
}

.present__text {
	line-height: 1.5;
	text-align: justify;
}

.lead {
	position: relative;
	z-index: 1;
}

.lead__main {
	background: #ffffff;
	padding: 34px 0 26px;
}

.lead__text {
	font-size: 1.5rem;
	line-height: 1.73;
	text-align: justify;
}

.lead__slide-wrap {
	width: 100vw;
	padding: 0 0 20px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lead__slide-wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 40px);
	display: block;
	background: #EDF1F1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.lead__slide__pagination {
	margin-top: 28px;
	text-align: center;
}

.lead__slide__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.lead__slide__pagination .swiper-pagination-bullet-active {
	background: #006441;
}

.lead__slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}

.lead__list__item {
	width: 252px;
	position: relative;
	pointer-events: none;
}

.lead__list__item::before {
	content: "";
	width: 100%;
	padding-top: 63.5%;
	display: block;
}

.lead__list__item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.mainvisual {
	background: url(../img/bg_mv_sp.jpg) no-repeat center/cover;
	height: calc(100vh - 60px);
	margin-top: 60px;
}

.mainvisual__inner {
	padding: 140px 0 260px;
}

.mainvisual__head {
	margin-bottom: 41px;
	color: #0A3A58;
	max-width: 100%;
	position: relative;
}


.mainvisual__head .catchico {
	position: relative;
	z-index: 5;
}


.l-wrapper .catchico2 {
	position: absolute;
	left: 5%;
	top: 13%;
	width: 50%;
}

.mainvisual__head .freeico {
	position: absolute;
	top: -60px;
	right: -20px;
	width: 85px;
	z-index: 0;
}

.mainvisual__heading {
	font: 700 8rem "Roboto", sans-serif;
	letter-spacing: -.066em;
	line-height: .7875;
	position: relative;
	border-bottom: 1px solid #0A3A58;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.mainvisual__heading::before {
	content: "";
	width: 54px;
	height: 5px;
	display: block;
	background: #0A3A58;
	position: absolute;
	top: 100%;
	left: 0;
}

.mainvisual__date {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.mainvisual__date__year {
	font-size: 2.4rem;
}

.mainvisual__date__day {
	font-size: 4.8rem;
	margin-left: -6px;
}

.mainvisual__date__week {
	font-size: 2.4rem;
	margin-left: -5px;
}

.mainvisual__copy {
	width: 213px;
	margin-left: 53px;
}




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

	.anchonav {
		display: flex;
		position: relative;
		z-index: 50;
	}
	
	.anchonav a {
		display: block;
		background: #006441;
		line-height: 1;
		text-align: center;
		padding: 15px;
		color: #fff;
		text-decoration: none;
		width: 12.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.3s;
		font-weight: bold;
	}
	
	
	.anchonav a:hover {
		background: #000;
	}
	
	.anchonav a span{
		text-align: center;
	}
	
	
	.anchonav a:not(:last-of-type) {
		margin-right: 2px;
	}


	.attention {
		background: #017049d6;
		padding: 25px 0 20px;
		color: #fff;
		position: relative;
		text-align: center;
		margin-bottom: 100px;
	}

	.attention h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.attention h3 span {
		font-size: 2.6rem;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		display: inline-block;
		letter-spacing: 0.1em;
	}

	.attention p {
		line-height: 1.8;
		margin-bottom: 15px;
		letter-spacing: 0.05em;
		font-size: 1.5rem;
	}

	.attention_qr {
		width: 250px;
		position: absolute;
		right: 10px;
		bottom: -3px;
	}

	.attention--link {
		background: #E99600;
		text-decoration: none;
		padding: 16px;
		font-weight: bold;
		display: inline-block;
		width: 200px;
		transition: 0.3s;
		border-radius: 4px;
		letter-spacing: 0.05em;

	}


	.attention--link:hover {
			background: #000;
		
	}

}


@media screen and (min-width: 769px) and (max-width: 1200px) {
	.attention_qr {
		right: -30px;
	}
}


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

	.anchonav {
		display: flex;
		position: relative;
		z-index: 50;
		flex-wrap: wrap;
	}
	
	.anchonav a {
		display: block;
		background: #006441;
		line-height: 1;
		text-align: center;
		padding: 15px;
		color: #fff;
		text-decoration: none;
		width:49.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.3s;
		font-weight: bold;
		margin-bottom: 0.5%;
	}
	
	.anchonav a span{
		text-align: center;
	}
	
	
	.anchonav a:nth-of-type(odd) {
		margin-right: 1%;
	}





	
	.attention {
		background: #017049d6;
		padding: 30px 20px;
		color: #fff;
		position: relative;
		text-align: center;
	}

	.attention h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.attention h3 span {
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		display: inline-block;
		letter-spacing: 0.1em;
	}

	.attention p {
		line-height: 1.6;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
		text-align: justify;
	}

	.attention_qr {
		display: none;
	}

	.attention--link {
		background: #E99600;
		text-decoration: none;
		padding: 15px;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		transition: 0.3s;
		border-radius: 4px;
		letter-spacing: 0.05em;

	}


	.attention--link:hover {
			background: #000;
		
	}

}




.menu-btn {
	background: none;
	border: none;
	outline: none;
	width: 66px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
}

.menu-btn span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	width: 26px;
	height: 1px;
	background: #C6C6C6;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn span:first-child {
	top: 24px;
}

.menu-btn span:nth-child(2) {
	top: 34px;
}

.menu-btn span:nth-child(3) {
	top: 44px;
}

.menu-btn.is-opened span {
	top: 50%;
}

.menu-btn.is-opened span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-opened span:nth-child(2) {
	display: none;
}

.menu-btn.is-opened span:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__btn {
	width: 72px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
}

.header__btn__icon {
	width: 25px;
}

.header__btn__text {
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 4px;
}

.header__btn--document {
	background: #006441;
	border-radius: 5px 0 0 5px;
}

.header__btn--reservation {
	background: #E99600;
	border-radius: 0 5px 5px 0;
}

.header-logo {
	display: block;
	width: 120px;
}

.header-logo img {
	width: 100%;
}

.navi {
	width: 100%;
	height: 100%;
	background: rgba(10, 58, 88, 0.9);
	color: #ffffff;
	padding: 34px 50px 50px;
}

.navi__list {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navi__list:last-child {
	border-top: none;
}

.navi__list__item {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.81;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navi__list__item a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
}

.navi__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
}

.navi__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
}

.navi__btn:not(:last-child) {
	margin-right: 50px;
}

.navi__btn__icon {
	width: 30px;
	margin-bottom: 8px;
}

.navi__btn__text {
	font-size: 1.3rem;
	font-weight: 700;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.keyword {
	padding-bottom: 50px;
}

.keyword__heading {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.43;
	text-align: center;
	color: #006441;
	background: #ffffff;
	padding: 15px 0;
	border-radius: 45px;
	margin-bottom: 26px;
}

.keyword__item:not(:last-child) {
	margin-bottom: 45px;
}

.keyword__item__heading {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.568;
	margin-bottom: 20px;
	padding-left: 9px;
	position: relative;
}

.keyword__item__heading::before {
	content: "";
	width: 5px;
	height: 15px;
	display: inline-block;
	background: #006441;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.keyword__image-1 {
	width: 100%;
}

.keyword__image-2 {
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
}

.keyword__note {
	font-size: 1.2rem;
	line-height: 1.58;
	margin-bottom: 21px;
	margin-top: 5px;
}

.keyword__note--center {
	text-align: center;
}

.keyword__note--mt-lg {
	margin-top: 15px;
}

.keyword__text {
	line-height: 1.71;
	text-align: justify;
}

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

.interview__info { /* pcsm */
	margin-left: 0;
}

}

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

.l-body { /* pc */
	min-width: 1100px;
}

.l-header { /* pc */
	height: 100px;
	padding: 15px 120px 15px 40px;
}

.l-wrapper { /* pc */
	max-width: 1100px;
}

.mainvisual .l-wrapper { /* pc */
	max-width: 1300px;
}

.l-section { /* pc */
	padding: 97px 0 0;
}

.l-navi { /* pc */
	height: calc(100vh - 100px);
	top: 100px;
}

.access { /* pc */
	padding-bottom: 100px;
}

.access__lead { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 43px;
}

.access__lead__image-wrap { /* pc */
	width: 38%;
	left: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	margin-bottom: 0;
}

.access__lead__campus { /* pc */
	padding: 0 20px 2px 15px;
}

.access__lead__main { /* pc */
	width: 58%;
}

.access__lead__head { /* pc */
	margin-top: -9px;
	margin-bottom: 17px;
	font-size: 2.6rem;
	line-height: 1.538;
}

.access__lead__head span { /* pc */
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.access__lead__text { /* pc */
	line-height: 2;
}

.access__image { /* pc */
	margin-bottom: 25px;
}

.access__note { /* pc */
	margin-right: -4px;
	margin-bottom: 95px;
	text-align: right;
}

.link { /* pc */
	padding: 59px 0 79px;
}

.link__head { /* pc */
	font-size: 2.2rem;
	margin-bottom: 42px;
}

.link__inner { /* pc */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.link__item { /* pc */
	width: 250px;
	height: 60px;
	font-size: 1.8rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link__item:hover {
	opacity: 0.7;
}

.link__item__icon { /* pc */
	width: 31px;
	display: inline;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 10px;
}

.footer { /* pc */
	padding: 60px 0;
}

.banners-wrap { /* pc */
	padding: 100px 0;
}

.banners__item a { /* pc */
	overflow: hidden;
}

.banners__item a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banners__item a img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.banners__pagination { /* pc */
	margin-top: 48px;
}

.program-wrap { /* pc */
	position: relative;
}

.program-wrap::before {
	content: "";
	width: 190px;
	height: 380px;
	display: block;
	background: url(../img/deco_program.png) no-repeat center/contain;
	position: absolute;
	top: -281px;
	left: calc(50% + 390px);
}

.program { /* pc */
	padding: 0 0 50px;
}

.program__item { /* pc */
	width: 620px;
}

.program__label { /* pc */
	font-size: 2rem;
	padding: 15px 0;
	width: 260px;
	text-align: center;
	top: 20px;
	left: -10px;
}

.program__label::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: -webkit-linear-gradient(45deg, transparent 50%, #0A3A58 50%);
	background: -o-linear-gradient(45deg, transparent 50%, #0A3A58 50%);
	background: linear-gradient(45deg, transparent 50%, #0A3A58 50%);
	position: absolute;
	top: 100%;
	left: 0;
}

.program__text { /* pc */
	line-height: 1.75;
	width: 95.2%;
	padding: 8px 15px 10px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.program__pagination { /* pc */
	margin-top: 48px;
}

.heading-1 { /* pc */
	margin-bottom: 51px;
}

.heading-1--mb-md { /* pc */
	margin-bottom: 41px;
}

.heading-1__en { /* pc */
	font-size: 1.8rem;
}

.heading-1__en::after { /* pc */
	bottom: calc(100% + 1px);
}

.heading-1__jp { /* pc */
	font-size: 4.5rem;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.heading-1__jp::before,
.heading-1__jp::after { /* pc */
	width: 360px;
}

.faculty__lead { /* pc */
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 42px;
}

.faculty__inner { /* pc */
	padding-bottom: 100px;
}

.faculty__inner::before { /* pc */
	height: calc(100% - 100px);
}

.faculty__item--yellow .faculty__head { /* pc */
	border-color: #f0cf50;
}

.faculty__item--pink .faculty__head { /* pc */
	border-color: #e396a2;
}

.faculty__item--blue .faculty__head { /* pc */
	border-color: #64a1cb;
}

.faculty__item--orange .faculty__head { /* pc */
	border-color: #eba850;
}

.faculty__item--green .faculty__head { /* pc */
	border-color: #64b464;
}

.faculty__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 27px 27px 26px 27px;
	border-width: 3px;
	border-style: solid;
}

.faculty__head__main { /* pc */
	padding: 0;
	width: 70.2%;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faculty__head__text { /* pc */
	font-size: 1.6rem;
	line-height: 1.75;
}

.faculty__image { /* pc */
	width: 26.6%;
	margin-bottom: 0;
	margin-right: 3.2%;
}

.faculty__heading__jp { /* pc */
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 7px;
}

.faculty__heading__en { /* pc */
	font-size: 1.8rem;
}

.faculty__open::before { /* pc */
	width: 40px;
	height: 40px;
	bottom: 15px;
	right: 17px;
}

.faculty__open::after { /* pc */
	width: 16px;
	height: 16px;
	bottom: 28px;
	right: 28px;
}

.faculty__main { /* pc */
	padding: 30px 30px 50px;
}

.faculty__main__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.faculty__main__content { /* pc */
	width: 48.4%;
}

.faculty__main__content:not(:last-child) {
	margin-right: 3.2%;
}

.faculty__main__item { /* pc */
	margin-bottom: 16px;
}

.faculty__main__head { /* pc */
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.faculty__main__text { /* pc */
	line-height: 1.71;
}

.faculty__main__list { /* pc */
	line-height: 1.71;
}

.faculty__main__list li::before { /* pc */
	width: 11px;
	height: 11px;
	margin-right: 5px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.button-1 a { /* pc */
	padding: 15px 2px 17px;
}

.button-2 { /* pc */
	border-radius: 30px;
	padding: 20px 0 24px;
}

.button-2::before { /* pc */
	right: 35px;
}

.covid { /* pc */
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

.covid__heading { /* pc */
	max-width: 830px;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	padding: 14px;
	-webkit-box-shadow: 11px 9px 0px 0 #0a3a58;
	box-shadow: 11px 9px 0px 0 #0a3a58;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.covid__lead { /* pc */
	margin-top: 32px;
	margin-bottom: 44px;
	line-height: 2.0714;
}

.covid__item__head { /* pc */
	font-size: 2.2rem;
	letter-spacing: 0.019em;
	padding: 14px 29px;
}

.covid__item__head::before { /* pc */
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.covid__item__head::after { /* pc */
	width: 15px;
	height: 15px;
	right: 22px;
}

.covid__list { /* pc */
	padding: 12px 0 13px;
}

.covid__list li { /* pc */
	text-indent: -20px;
	padding-left: 20px;
	line-height: 2;
}

.covid__list li::before { /* pc */
	margin-right: 15px;
}

.covid__list li a { /* pc */
}

.covid__list li a:hover {
	text-decoration: none;
}

.contact { /* pc */
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact__head { /* pc */
	border-bottom: none;
	width: 40%;
	padding: 28px 10px 14px 36px;
}

.contact__heading { /* pc */
	text-align: left;
	font-size: 1.8rem;
}

.contact__heading span { /* pc */
	margin-top: 10px;
	font-size: 3rem;
	border-top: 2px solid #e6ecec;
	line-height: 2.2;
}

.contact__bottom { /* pc */
	width: 60%;
	padding: 25px 10px 27px 33px;
}

.contact__phone { /* pc */
	font-size: 3rem;
	padding-left: 43px;
}

.contact__phone span { /* pc */
	display: inline-block;
	font-size: 1.4rem;
	padding-left: 9px;
	vertical-align: middle;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.contact__phone::before { /* pc */
	width: 34px;
	height: 34px;
	top: 5px;
}

.contact__mail { /* pc */
	margin-top: 6px;
	font-size: 3rem;
	padding-left: 43px;
}

.contact__mail::before { /* pc */
	width: 34px;
	height: 34px;
}

.reservation__lead { /* pc */
	margin-bottom: 43px;
	text-align: center;
	line-height: 2;
}

.reservation__button-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 875px;
	margin: 0 auto 20px;
}

.reservation__button { /* pc */
	padding: 26px 0;
	font-size: 2.2rem;
	line-height: 1.318;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
}

.reservation__button:hover {
	opacity: .8;
}

.reservation__button::before { /* pc */
	right: 55px;
}

.reservation__button:not(:last-of-type) { /* pc */
	margin-bottom: 0px;
}

.point { /* pc */
	padding: 50px 0;
}

.point__cover { /* pc */
	background: url(../img/bg_point_pc.jpg) no-repeat center center/cover;
	padding: 67px 0 49px;
}

.point__inner { /* pc */
	max-width: none;
}

.point__label { /* pc */
	font-size: 2.4rem;
	padding: 10px 31px;
}

.point__heading { /* pc */
	margin-top: 28px;
	font-size: 3.4rem;
	line-height: 1.4;
	margin-bottom: 34px;
}

.point__heading span { /* pc */
	margin-top: 6px;
	font-size: 5rem;
}

.flow { /* pc */
	padding-bottom: 100px;
}

.flow { /* pc */
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.flow__heading { /* pc */
	font-size: 2.4rem;
	margin-bottom: 31px;
}

.flow__tablist { /* pc */
	width: 92.9%;
}

.flow__tablist__item { /* pc */
	width: 48.7%;
}

.flow__tablist__item button { /* pc */
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 15px 0 16px;
}

.flow__content { /* pc */
	padding: 55px 45px;
	border-radius: 30px;
}

.flow__content--gray { /* pc */
	padding-bottom: 42px;
}

.flow__list { /* pc */
	font-size: 1.4rem;
	line-height: 2;
	padding-left: 10px;
}

.flow__list::before {
	content: "";
	width: 50px;
	height: calc(100% + 20px);
	display: block;
	background: #EDF1F1;
	border-radius: 25px;
	position: absolute;
	top: -10px;
	left: 0;
}

.flow__list li span { /* pc */
	margin-right: 20px;
	margin-top: 0;
}

.flow__note { /* pc */
	font-size: 1.4rem;
	line-height: 1.71;
}

.schedule { /* pc */
	padding-bottom: 100px;
}

.schedule__tablist { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.schedule__tablist__item button { /* pc */
	line-height: 1.5;
	font-weight: 700;
	color: #ffffff;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	border: none;
}

.schedule__content { /* pc */
	background: #f5f5f5;
	padding: 52px 50px 48px;
}

.schedule__content__image-1 { /* pc */
	width: 200px;
}

.schedule__content__image-2-wrap { /* pc */
	width: calc(100% - 200px);
	top: 52px;
	left: 250px;
	overflow-x: auto;
}

.schedule__content__image-2 { /* pc */
	width: 700px;
}

.schedule__label { /* pc */
	display: none;
}

.interview { /* pc */
	padding-bottom: 89px;
}

.interview-lead { /* pc */
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 42px;
}

.interview::before { /* pc */
	height: calc(100% - 180px);
	min-width: 1100px;
}

.interview__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}

.interview__item:nth-child(even) { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.interview__item:nth-child(even) .interview__image {
	left: 0;
	right: auto;
}

.interview__item:nth-child(even) .interview__heading { /* pc */
	right: auto;
}

.interview__image-wrap { /* pc */
	width: 41%;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.interview__image { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	width: 122%;
}

.interview__main { /* pc */
	width: 59%;
	margin-top: 80px;
	background: #ffffff;
	padding: 61px 70px 66px;
	position: relative;
	-webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.3);
}

.interview__main::after {
	content: "";
	width: 100%;
	height: calc(100% - 93px);
	display: block;
	background: -webkit-linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background: -o-linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background: linear-gradient(#f5f5f5 2px, #ffffff 2px);
	background-size: 100% 25px;
	background-repeat: repeat-y;
	position: absolute;
	top: 48px;
	left: 0;
}

.interview__main__inner { /* pc */
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.interview__main__inner::before { /* pc */
	content: none;
}

.interview__main__inner::after { /* pc */
	content: none;
}

.interview__heading { /* pc */
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	font-size: 1.8rem;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 30px;
}

.interview__heading__item { /* pc */
	padding: 5px 10px 7px;
}

.interview__heading__item:not(:last-child) { /* pc */
	margin-left: 0;
	margin-bottom: 5px;
}

.interview__info { /* pc */
	width: auto;
	margin-bottom: 30px;
}

.interview__text { /* pc */
	line-height: 2;
}

.interview__note { /* pc */
	text-align: right;
}

.recommend { /* pc */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend__item { /* pc */
	height: 300px;
	width: calc(100% / 3);
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.recommend__item:hover .recommend__item__inner::before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.recommend__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.recommend__item--1 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_01_pc.jpg);
}

.recommend__item--2 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_02_pc.jpg);
}

.recommend__item--3 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_03_pc.jpg);
}

.recommend__item--4 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_04_pc.jpg);
}

.recommend__item--5 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_05_pc.jpg);
}

.recommend__item--6 .recommend__item__inner::before { /* pc */
	background-image: url(../img/bg_recommend_06_pc.jpg);
}

.recommend__item__inner { /* pc */
	padding: 53px 30px 30px;
}

.recommend__label { /* pc */
	font-size: 1.8rem;
	top: 10px;
	left: 10px;
}

.recommend__heading { /* pc */
	line-height: 1.57;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.recommend__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 17px;
}

.recommend__time { /* pc */
	font-size: 1.8rem;
	bottom: 30px;
	left: 30px;
}

.recommend__btn::before { /* pc */
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
}

.recommend__btn::after { /* pc */
	width: 16px;
	height: 16px;
	bottom: 32px;
	right: 32px;
}

.movie { /* pc */
	padding-top: 45px;
}

.movie__heading { /* pc */
	font-size: 2.8rem;
	margin-bottom: 53px;
}

.movie__heading::before { /* pc */
	top: calc(100% + 17px);
}

.movie__copy { /* pc */
	width: 296px;
	margin-bottom: 50px;
}

.movie__main { /* pc */
	width: 800px;
}

.movie__main a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.movie__main a:hover {
	opacity: .8;
}

.event { /* pc */
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.event__inner { /* pc */
	margin-bottom: 50px;
}

.event__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	position: relative;
	padding: 15px 0 17px;
}

.event__label { /* pc */
	margin-bottom: 0;
	margin-right: 20px;
	padding: 8px 0;
}

.event__text { /* pc */
	line-height: 1.33;
}

.event__text span { /* pc */
	font-size: 1.8rem;
}

.event__text--ls-sp { /* pc */
	letter-spacing: -.01em;
}

.event__button { /* pc */
	width: 175px;
	padding: 11px 13px 11px 0;
	margin-top: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.event__button::after { /* pc */
	right: 20px;
}

.present { /* pc */
	padding: 24px 260px 25px 30px;
}

.present::before { /* pc */
	width: 133px;
	height: 188px;
	top: -15px;
	right: 60px;
}

.present__heading { /* pc */
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.present__text { /* pc */
	line-height: 1.75;
}

.lead__main { /* pc */
	margin-top: -100px;
	padding: 62px 0 62px;
	position: relative;
	z-index: 1;
}

.lead__text { /* pc */
	line-height: 2;
	text-align: center;
}

.lead__slide-wrap { /* pc */
	min-width: 1100px;
	padding: 0 0 50px;
}

.lead__slide-wrap::before { /* pc */
	height: calc(100% - 100px);
}

.lead__slide { /* pc */
}

.lead__slide__pagination { /* pc */
	margin-top: 48px;
}

.lead__list__item::before { /* pc */
	padding-top: 62.9%;
}

.lead__list__item { /* pc */
	width: 620px;
}

.mainvisual { /* pc */
	background-image: url(../img/bg_mv_pc.jpg);
	position: relative;
	height: 100vh;
	margin-top: 100px;
}

.mainvisual__inner { /* pc */
	padding: 125px 0;
	max-width: 55%;
	margin-left: auto;
	text-align: right;
}

.mainvisual__head { /* pc */
	max-width: 100%;
	margin-left: 0;
	position: relative;
	margin-bottom: 49px;
}
.mainvisual__head .catchico {
	position: relative;
	z-index: 5;
}
.l-wrapper .catchico2 {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 20%;
}

.mainvisual__head .freeico {
	position: absolute;
	top: -100px;
	right: -64px;
	width: 23%;
	z-index: 0;
}

.mainvisual__heading { /* pc */
	font-size: 10.2rem;
	line-height: .8039;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

.mainvisual__heading::before { /* pc */
	width: 71px;
}

.mainvisual__date { /* pc */
	position: relative;
}

.mainvisual__date__year { /* pc */
	font-size: 4.2rem;
}

.mainvisual__date__day { /* pc */
	font-size: 8.4rem;
	margin-left: -10px;
}

.mainvisual__date__week { /* pc */
	font-size: 3rem;
	margin-left: -15px;
}

.mainvisual__copy { /* pc */
	width: 296px;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto;
}

.menu-btn { /* pc */
	width: 120px;
	height: 100px;
}

.menu-btn span { /* pc */
	width: 40px;
}

.menu-btn span:first-child { /* pc */
	top: 34px;
}

.menu-btn span:nth-child(2) { /* pc */
	top: 49px;
}

.menu-btn span:nth-child(3) { /* pc */
	top: 64px;
}

.menu-btn.is-opened span { /* pc */
	top: 50%;
}

.header__btn { /* pc */
	width: 140px;
	height: 70px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__btn:not(:first-child) {
	margin-left: 10px;
}

.header__btn:hover {
	opacity: .8;
}

.header__btn__icon { /* pc */
	width: 30px;
}

.header__btn__text { /* pc */
	font-size: 1.8rem;
	margin-bottom: 3px;
}

.header__btn--document { /* pc */
	border-radius: 5px;
}

.header__btn--reservation { /* pc */
	border-radius: 5px;
}

.header-logo { /* pc */
	width: 180px;
}

.navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.navi__list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 571px;
}

.navi__list:last-child { /* pc */
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navi__list__item { /* pc */
	font-size: 1.8rem;
	line-height: 1.31;
	width: 260px;
}

.navi__list__item a { /* pc */
	padding: 17px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__list__item a:hover {
	opacity: .8;
}

.navi__btns { /* pc */
	margin-top: 30px;
	margin-bottom: 32px;
}

.navi__btn { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__btn:hover {
	opacity: .8;
}

.navi__btn:not(:last-child) { /* pc */
	margin-right: 47px;
}

.navi__btn__text { /* pc */
	font-size: 1.4rem;
}

.keyword { /* pc */
	padding-bottom: 95px;
}

.keyword__heading { /* pc */
	font-size: 2.8rem;
	border-radius: 30px;
	padding: 10px 0;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 46px;
}

.keyword__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.keyword__item { /* pc */
	width: 47%;
}

.keyword__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.keyword__item__heading { /* pc */
	font-size: 1.8rem;
	line-height: 1.31;
	padding-left: 20px;
	margin-bottom: 0;
}

.keyword__item__heading::before { /* pc */
	width: 10px;
	height: 40px;
}

.keyword__image-1 { /* pc */
	margin-top: -40px;
}

.keyword__image-2 { /* pc */
	width: 53.2%;
	margin-top: -14.5px;
}

.keyword__note { /* pc */
	line-height: 2.42;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 27px;
}

}

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

.recommend__heading { /* pcsm */
	font-size: 2.1rem;
}

}

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

	.l-wrapper {
		margin-left: none;
	}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

}

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

.mainvisual__date__day { /* iPhone5s */
	font-size: 5.5rem;
}

}

.hd__nav--rgt {
	text-align: center;
}