@charset "UTF-8";
/* Tools */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
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: 92%;
  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__lead {
  margin-bottom: 25px;
}

.access__lead__image-wrap {
  position: relative;
  margin-bottom: 22px;
  width: 100vw;
  left: 50%;
  -webkit-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: 0.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: 0.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%);
  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%);
  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;
  transition: 0.4s;
}

.faculty__open.is-opened::after {
  -webkit-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);
  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);
  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;
  transition: 0.4s;
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 3px 18px 6px;
}

.button-1 a:hover {
  opacity: 0.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%);
  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);
  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%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.covid__item__head.is-opened::after {
  -webkit-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);
  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%);
  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;
}

@media screen and (max-width: 768px) {
  .schedule--attn {
    text-align: left !important;
    padding-bottom: 30px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.schedule--attn {
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.6;
}

.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% - 184px);
  overflow-x: scroll;
  position: absolute;
  top: 30px;
  left: 184px;
}

.schedule__content__image-2 {
  width: 450.7px;
  width: 552.6px;
  width: 552.8px;
}

.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: 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%);
  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);
  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: 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%);
  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;
  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;
  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: -0.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;
  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;
  transition: 0.4s;
}

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

.bg-gray-stripe {
  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__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%);
  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%);
  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%);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 769px) {
  .event .event__text ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -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;
  font-size: 21px;
}

.event__date {
  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;
}

.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);
  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%);
  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: -0.066em;
  line-height: 0.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 a {
    display: block;
    background: #006441;
    line-height: 1;
    text-align: center;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    width: 185px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    position: relative;
  }
  .anchonav a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 52px;
    top: 40%;
    right: -21px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
  }
  .anchonav a:hover {
    background: #000;
  }
  .anchonav a span {
    text-align: center;
  }
  .attention {
    background: rgba(1, 112, 73, 0.8392156863);
    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;
    -webkit-transition: 0.3s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 50;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1px !important;
  }
  .anchonav a {
    display: block;
    background: #006441;
    line-height: 1;
    text-align: center;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    width: 49.5%;
    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-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    margin-bottom: 0.5%;
  }
  .anchonav a span {
    text-align: center;
  }
  .attention {
    background: rgba(1, 112, 73, 0.8392156863);
    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%;
    -webkit-transition: 0.3s;
    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%);
  transform: translateX(-50%);
  -webkit-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);
  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);
  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;
}

.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: 0.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);
  transform: translate(0, 70px);
}

.scrollin.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-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%);
  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: 769px) {
  .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%);
    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);
    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;
    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);
    transform: scale(1.1);
  }
  .banners__item a img {
    display: block;
    -webkit-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: 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%);
    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);
    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);
    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%);
    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);
    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;
    transition: 0.4s;
    margin-bottom: 30px;
  }
  .reservation__button:hover {
    opacity: 0.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 */
  }
  .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 140px 48px;
  }
  .schedule__content__image-1 {
    /* pc */
    width: 200px;
  }
  .schedule__content__image-2-wrap {
    /* pc */
    width: calc(100% - 360px);
    top: 52px;
    left: 360px;
    overflow-x: auto;
  }
  .schedule__content__image-2 {
    /* pc */
    width: 700px;
    width: 621px;
  }
  .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);
    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: 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: 33.3333333333%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
  }
  .recommend__item:hover .recommend__item__inner::before {
    -webkit-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 */
  }
  .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;
    transition: 0.4s;
  }
  .movie__main a:hover {
    opacity: 0.8;
  }
  .event {
    /* pc */
  }
  .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: -0.01em;
  }
  .event__button {
    /* pc */
    width: 175px;
    padding: 11px 13px 11px 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-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: 0.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: 0.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;
    transition: 0.4s;
  }
  .header__btn:not(:first-child) {
    margin-left: 10px;
  }
  .header__btn:hover {
    opacity: 0.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;
    transition: 0.4s;
  }
  .navi__list__item a:hover {
    opacity: 0.8;
  }
  .navi__btns {
    /* pc */
    margin-top: 30px;
    margin-bottom: 32px;
  }
  .navi__btn {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navi__btn:hover {
    opacity: 0.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;
  }
}
.bebasFont {
  font-family: "Bebas Neue", cursive;
}

:root {
  --colorKokusaiKomyu: #f5a200;
  --colorKokusaikankou: #e95383;
  --colorKeizai: #0093d4;
  --colorKeiei: #35b597;
  --colorSougouzyouhou: #796baf;
  --oswald: "Oswald", sans-serif;
}

.commonTtl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.commonTtl.-wht {
  color: #fff;
}
.commonTtl .japanese {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.commonTtl .english {
  font-family: var(--oswald);
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 7px;
  display: block;
  text-align: center;
}
.commonTtl__day {
  color: #fff;
  position: absolute;
  background-color: #fff;
  width: 165px;
  height: 165px;
  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;
  font-size: 2.765rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100vmax;
  line-height: 1.3;
}
.commonTtl__day:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  bottom: 9px;
  left: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 62%, 50% 0);
}
.commonTtl__day .date {
  font-size: 5rem;
  font-family: var(--oswald);
  font-weight: 500;
  line-height: 1;
}
.commonTtl__day .week {
  font-size: 2.4rem;
  font-family: var(--oswald);
  font-weight: 500;
  line-height: 1;
}
.commonTtl__day .text {
  font-size: 3rem;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.commonTtl__bbl {
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  top: -93px;
  right: -116px;
  width: 162px;
  height: 162px;
  font-size: 28px;
  background-color: #006441;
  border-radius: 999px;
  color: #fff;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonTtl__bbl .smallTxt {
  font-size: 20px;
}
.commonTtl__bbl:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  bottom: 9px;
  left: 10px;
  background-color: #006441;
  clip-path: polygon(0 100%, 100% 62%, 50% 0);
}
.commonTtl__bbl.orange {
  background-color: #e99600;
}
.commonTtl__bbl.orange:after {
  background-color: #e99600;
}

_::-webkit-full-page-media,
_:future,
:root .commonTtl__en {
  letter-spacing: 0.18em;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .navi__btns {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .navi__btn {
    width: 25%;
    margin-right: 0 !important;
  }
  .navi__btn:last-of-type img {
    display: block;
    margin: 0 auto;
    max-width: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-body {
    min-width: 1200px;
  }
}
.mv {
  padding-top: 100px;
  background-color: #fff;
  position: relative;
}
.mv__ttl {
  height: 100%;
  overflow-y: hidden;
  max-height: unset;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .mv__ttl {
    height: 712px;
  }
}
.mv__ttl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.mv__ttl:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e5881f), color-stop(50%, #5b337f));
  background: linear-gradient(to right, #e5881f 50%, #5b337f 50%);
  z-index: 0;
}
.mv__ttl--img {
  display: block;
  margin-inline: auto;
  width: 100%;
  z-index: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mv__faculty {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .mv__faculty {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    left: 50%;
    bottom: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv__faculty--item {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
}
.mv__faculty--item .small-text {
  font-size: 1.8rem;
}
.mv__faculty--item--txt {
  position: relative;
  z-index: 10;
}
.mv__faculty--item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.mv__faculty--item:nth-of-type(1) {
  width: 19.9%;
}
.mv__faculty--item:nth-of-type(1):before {
  background-color: var(--colorKokusaiKomyu);
}
.mv__faculty--item:nth-of-type(2) {
  width: 20%;
}
.mv__faculty--item:nth-of-type(2):before {
  background-color: var(--colorKokusaikankou);
}
.mv__faculty--item:nth-of-type(3) {
  width: 20.2%;
}
.mv__faculty--item:nth-of-type(3):before {
  background-color: var(--colorKeizai);
}
.mv__faculty--item:nth-of-type(4) {
  width: 20%;
}
.mv__faculty--item:nth-of-type(4):before {
  background-color: var(--colorKeiei);
}
.mv__faculty--item:nth-of-type(5) {
  width: 19.9%;
}
.mv__faculty--item:nth-of-type(5):before {
  background-color: var(--colorSougouzyouhou);
}
.mv__end {
  position: absolute;
  top: 5vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #006441;
  color: #fff;
  padding: 20px 20px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .mv__end {
    top: 10%;
  }
}
.mv .mainvisual_head2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  z-index: 99;
}

.anchonav {
  margin-top: 0px;
  background-color: #fff;
}
.anchonav__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 50;
  max-width: 1190px;
  margin-inline: auto;
}
.anchonav__icon {
  height: 46px;
}
.anchonav__text {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0;
  height: 80px;
  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-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}
.anchonav a {
  background: #fff;
  padding: 20px 0 8px;
  max-height: unset;
  width: 12.5%;
  position: relative;
}
.anchonav a:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anchonav a:last-of-type {
  border-right: none;
}
.anchonav a:last-of-type:before {
  display: none;
}
.anchonav a:hover {
  background-color: #fff45e;
}
.anchonav a:hover .anchonav__icon {
  -webkit-animation: poyoyon2 0.3s ease-in-out forwards;
          animation: poyoyon2 0.3s ease-in-out forwards;
}

@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.endAnnounce {
  padding: 36px 0 97px;
}
.endAnnounce__txt {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  background: #e6e6e6;
  padding: 40px 20px 40px;
  border-radius: 20px;
  background-image: repeating-linear-gradient(to bottom, #eee, #eee 1px, transparent 0, transparent 30px), repeating-linear-gradient(to right, #eee, #eee 1px, transparent 0, transparent 30px);
}
.endAnnounce a {
  text-decoration: underline;
}

.bg-wrap {
  background-image: url(../img/bg.png);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center top;
}

.movie {
  position: relative;
  padding-bottom: 0;
}
.movie__cnt {
  padding-top: 78px;
  padding-bottom: 0;
  max-width: 1600px;
}
.movie__ttl {
  position: relative;
  z-index: 10;
  width: 484px;
}
.movie__ttl .commonTtl__bbl {
  font-size: 25px;
}
.movie__ttl--ja {
  margin-top: 26px;
}
.movie__lead {
  margin-top: 27px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.movie__wrap {
  position: relative;
  z-index: 11;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 68%;
  padding-top: 37.75%;
}
@media screen and (min-width: 1441px) {
  .movie__wrap {
    padding-top: 31.25%;
    max-width: 900px;
  }
}
.movie__wrap iframe {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie__scroll-text {
  margin-top: -80px;
  background-image: url(../img/movie_scroll-text.svg);
  background-size: 2850px;
  background-repeat: repeat-x;
  height: 117px;
  position: relative;
  z-index: 10;
  -webkit-animation: backgroundScroll 20s linear infinite;
          animation: backgroundScroll 20s linear infinite;
}
@-webkit-keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.outline {
  position: relative;
  padding-top: 86px;
}
.outline__cnt {
  max-width: 1200px;
}
.outline__ttl--en {
  width: 627px;
  position: relative;
  left: -35px;
  top: -20px;
}
.outline__ttl--ja {
  margin-top: -43px;
}
.outline__cts {
  margin-top: 35px;
  position: relative;
}
.outline__cts--subTtl {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
}
.outline__cts--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.outline__cts--flex--item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  background-color: #ffffff;
  position: relative;
  padding: 31px 30px 33px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 4px #000;
          box-shadow: 0 3px 4px #000;
  pointer-events: none;
}
.outline__cts--flex--item-icon {
  position: absolute;
  top: -38px;
  right: -30px;
  width: 136px;
}
.outline__cts--flex--item.current {
  pointer-events: auto;
  z-index: 100;
}
.outline__cts--flex--item.current:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 76px;
  top: 12px;
  right: -20px;
  background-image: url(../img/icon_click.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.outline__cts--flex--item.end {
  pointer-events: none;
  position: relative;
}
.outline__cts--flex--item.end:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.outline__cts--flex--item.end:after {
  position: absolute;
  content: "終了しました";
  font-size: 1.6rem;
  background-color: #2b6441;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
}
.outline__cts--flex--item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 6px 10px #000;
          box-shadow: 0 6px 10px #000;
}
.outline__cts--flex--item:hover img {
  opacity: 1;
}
.outline__cts--flex--item:nth-of-type(4n) {
  margin-right: 0;
}
.outline__cts--flex--item:nth-of-type(n + 5) {
  margin-top: 23px;
}
.outline__cts--flex--item--imgArea.end3_26 {
  position: relative;
}
.outline__cts--flex--item--imgArea.end3_26:after {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 53%;
  left: 48%;
  width: 18%;
  height: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea.endImg {
  position: relative;
}
.outline__cts--flex--item--imgArea.endImg:before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea.endImg:after {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 43%;
  left: 50%;
  width: 42%;
  height: 17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea.end7_17 {
  position: relative;
}
.outline__cts--flex--item--imgArea.end7_17:before {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 47%;
  right: 45px;
  width: 18%;
  height: 7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea .end8_12 {
  position: relative;
}
.outline__cts--flex--item--imgArea .end8_12:after {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 65%;
  left: 43px;
  width: 18%;
  height: 7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea .end8_13 {
  position: relative;
}
.outline__cts--flex--item--imgArea .end8_13:before {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 65%;
  right: 45px;
  width: 18%;
  height: 7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--item--imgArea.end9_10 {
  position: relative;
}
.outline__cts--flex--item--imgArea.end9_10:before {
  position: absolute;
  z-index: 10;
  content: "終 了";
  top: 53%;
  left: 96px;
  width: 18%;
  height: 7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  background: rgb(47, 129, 100);
  color: #fff;
  font-size: 1.3rem;
  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;
  font-weight: bold;
}
.outline__cts--flex--year {
  font-family: var(--oswald);
  font-size: 4rem;
  font-weight: 500;
}
.outline__cts--flex--day {
  letter-spacing: 0;
  margin-top: 7px;
}
.outline__cts--flex--day .month {
  font-size: 8rem;
  font-weight: 600;
  font-family: var(--oswald);
}
.outline__cts--flex--day .day {
  font-size: 8rem;
  font-weight: 600;
  font-family: var(--oswald);
}
.outline__cts--flex--day .week {
  font-size: 4rem;
  font-weight: 600;
  font-family: var(--oswald);
  color: red;
}
.outline__cts--flex--time {
  font-size: 1.8rem;
  margin-top: 16px;
  letter-spacing: 0;
}
.outline__cts--flex--open {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4px;
}
.outline__cts--flex--koubo {
  position: absolute;
  z-index: 10;
  bottom: -64px;
  right: -76px;
  width: 141px;
  height: 154px;
}
.outline__cts--flex--koubo.-budge01 {
  width: 160px;
  height: auto;
  bottom: -93px;
  right: -60px;
}
.outline__cts--flex--koubo.-budge02 {
  width: 160px;
  height: auto;
  bottom: -95px;
  right: -52px;
}
.outline__cts--box {
  margin-top: 100px;
  text-align: center;
}
.outline__cts--box--wrap {
  margin-top: 23px;
}
.outline__cts--box--wrap--ttl {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
}
.outline__cts--box--wrap--ttl:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid #000;
  width: 396px;
  height: 2px;
}
.outline__cts--box--wrap--attention {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 9px;
}
.outline__cts--box--btnArea {
  margin-top: 36px;
}
.outline__cts--box--btnArea--link {
  display: block;
  width: 282px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.outline__cts--box--btnArea--link:hover {
  background-color: #000;
  color: #fff;
}
.outline__cts--recommend {
  margin-top: 55px;
  padding-bottom: 36px;
  position: relative;
}
.outline__cts--recommend:after {
  position: absolute;
  content: "";
  bottom: -31px;
  right: 47px;
  width: 134px;
  height: 232px;
  background-image: url(../img/outline_treat2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.outline__cts--recommend--txtArea {
  background-color: #fff;
  padding: 40px 70px;
  position: relative;
  border-radius: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 91%;
  text-align: justify;
}
.outline__cts--recommend--txtArea:after {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: -30px;
  right: 260px;
  width: 74px;
  height: 69px;
  background-image: url(../img/outline_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.outline__cts--recommend--txtArea--ttl {
  color: #e95383;
  color: #2a6244;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
.outline__cts--recommend--txtArea--txt {
  margin-top: 19px;
  line-height: 1.7;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.outline__cts--recommend--btnArea {
  margin-top: 62px;
}
.outline__cts--recommend--btnArea a {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  padding: 26px 0;
  display: block;
  width: 282px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.outline__cts--recommend--btnArea a:hover {
  background-color: #fff;
  color: #000;
}
.outline__treat01 {
  position: absolute;
  bottom: 0;
  right: calc(50% - 623px);
}
@media screen and (min-width: 1441px) {
  .outline__treat01 {
    right: calc(50% - 620px);
  }
}

.place {
  position: relative;
}
.place__cnt {
  max-width: 1200px;
  margin-inline: auto;
  padding: 74px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.place__thumbnail {
  width: 50%;
  position: relative;
  z-index: 10;
  left: -15px;
  margin-top: 14px;
}
.place__thumbnail img {
  position: absolute;
  z-index: 10;
  min-width: 600px;
}
.place__textarea {
  width: 58%;
  margin-top: 0;
}
.place__box {
  border: 2px solid #036441;
  background-color: #fff;
  border-radius: 0;
  padding: 64px 40px 16px;
  position: relative;
}
.place__box:not(:first-of-type) {
  margin-top: 25px;
}
.place__box:nth-of-type(2):before {
  width: 420px;
}
.place__box--title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  background-color: #036441;
  padding: 8px 38px;
  border-radius: 0 0 20px 0;
}
.place__box--pin {
  font-size: 2.4rem;
  color: #036441;
  font-weight: bold;
  padding: 10px 24px 10px 70px;
  letter-spacing: 0.05em;
  border: 2px solid #036441;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
  position: relative;
  margin-bottom: 11px;
  background-color: #e6e6e6;
}
.place__box--pin:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 30px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/place_box-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.place__box--treat01 {
  position: absolute;
  top: 28px;
  right: 20px;
}
.place__box--text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.place__box--button {
  font-size: 2rem;
  color: #fff;
  background-color: #036441;
  border: 2px solid #036441;
  display: block;
  width: 282px;
  height: 60px;
  margin-inline: auto;
  margin-top: 24px;
  margin-bottom: 17px;
  border-radius: 5px;
  text-align: center;
  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;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.place__box--button:hover {
  background-color: #fff;
  color: #036441;
}
.place__bottom {
  position: relative;
  bottom: -2px;
}

.event {
  position: relative;
  z-index: 10;
}
.event__cnt {
  max-width: 1200px;
  padding: 127px 0 0;
}
.event__treat01 {
  position: absolute;
  top: 40px;
  left: 148px;
  width: 320px;
}
@media screen and (min-width: 1441px) {
  .event__treat01 {
    left: calc(50% - 570px);
  }
}
.event__treat02 {
  position: absolute;
  top: 50px;
  right: 190px;
}
@media screen and (min-width: 1441px) {
  .event__treat02 {
    right: calc(50% - 530px);
  }
}
.event__ttl {
  position: relative;
}
.event__ttl--en {
  width: 417px;
}
.event__ttl--ja {
  margin-top: 12px;
}
.event__ttl--day {
  top: -49px;
  right: -186px;
}
.event__ttl--day .date {
  color: #005bac;
}
.event__ttl--day .text {
  color: #005bac;
}
.event__swiper-wrap {
  margin-top: 58px;
}
.event__swiper-wrap .swiper-slide {
  position: relative;
}
.event__swiper-wrap .swiper-slide:not(:first-of-type) {
  margin-top: 73px;
}
.event__swiper-wrap .swiper-slide.pink .event__swiper--number,
.event__swiper-wrap .swiper-slide.pink .event__swiper--title {
  color: var(--colorKokusaikankou);
}
.event__swiper-wrap .swiper-slide.purple .event__swiper--number,
.event__swiper-wrap .swiper-slide.purple .event__swiper--title {
  color: var(--colorSougouzyouhou);
  right: 14px;
}
.event__swiper-wrap .swiper-slide.orange .event__swiper--number,
.event__swiper-wrap .swiper-slide.orange .event__swiper--title {
  color: var(--colorKokusaiKomyu);
  right: 15px;
}
.event__swiper-wrap .swiper-slide.green .event__swiper--number,
.event__swiper-wrap .swiper-slide.green .event__swiper--title {
  color: var(--colorKeiei);
}
.event .swiper-wrapper {
  display: block;
}
@media screen and (min-width: 769px) {
  .event .swiper-button-prev,
  .event .swiper-button-next {
    display: none;
  }
  .event .swiper-pagination-event {
    display: none;
  }
}
.event__swiper--number {
  position: absolute;
  top: -54px;
  right: 31px;
  font-size: 10rem;
  font-weight: bold;
  height: 94px;
}
.event__swiper--number img {
  height: 100%;
}
.event__swiper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event__swiper--thumbnail {
  width: calc(100% - 680px);
  overflow: hidden;
}
.event__swiper--thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 343px;
}
.event__swiper--textarea {
  width: 680px;
  max-height: 343px;
  background-color: #fff;
  padding: 52px 50px 30px;
}
.event__swiper--textarea.-fourth {
  padding: 10px 50px 10px;
}
.event__swiper--title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-size: 12px 2px;
  border-bottom: 2px solid #ccc;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 17px;
  line-height: 1.5;
}
.event__swiper--text {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.event__swiper--text a {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: #036441;
  border: 2px solid #036441;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin-top: 9px;
  border-radius: 100vmax;
  text-align: center;
  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;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 30px;
}
.event__swiper--text a:hover {
  color: #036441;
  background-color: #fff;
}
.event__bottom {
  position: relative;
  bottom: -37px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.schedule {
  position: relative;
}
.schedule__cnt {
  padding-top: 140px;
  padding-bottom: 0;
  max-width: 1200px;
}
.schedule__ttl--en {
  width: 810px;
}
.schedule__ttl--day {
  right: -195px;
  left: unset;
  top: -55px;
  background-color: #fff;
  color: #007e68;
}
.schedule__ttl--day:before {
  background-color: #fff;
  left: 10px;
  right: unset;
}
.schedule .schedule__content {
  position: relative;
  pointer-events: none;
}
.schedule .schedule__content:before {
  position: absolute;
  z-index: 10;
  content: "Coming Soon";
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 30px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #5c5c5c;
  color: #fff;
  font-size: 1.6rem;
}
.schedule .schedule__content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.65);
  backdrop-filter: blur(7px);
}
.schedule .schedule__content__image-2-wrap {
  overflow-y: hidden;
}
.schedule .schedule__tablist__item button {
  pointer-events: none;
}
.schedule__attention {
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: none;
}
.schedule__attention p {
  margin-left: 1em;
  text-indent: -1em;
  text-align: right;
}
.schedule__btn {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: #036441;
  border: 2px solid #036441;
  display: block;
  width: 282px;
  height: 72px;
  margin-inline: auto;
  margin-top: 40px;
  border-radius: 100vmax;
  text-align: center;
  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;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule__btn:hover {
  background-color: #fff;
  color: #036441;
}
.schedule .schedule--doubleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 66px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px #787878;
          box-shadow: 2px 2px 10px #787878;
  padding: 50px 0;
}
.schedule .schedule--doubleArea.coming-soon {
  padding: 150px 0;
}
.schedule .schedule--doubleArea--item {
  margin-right: 0px;
  position: relative;
  width: calc(75% - 0px);
}
.schedule .schedule--doubleArea--item:before {
  position: absolute;
  z-index: 10;
  content: "Coming Soon";
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 30px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #5c5c5c;
  color: #fff;
  font-size: 1.6rem;
  display: none;
}
.schedule .schedule--doubleArea--item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.65);
  backdrop-filter: blur(7px);
  display: none;
}
.schedule .schedule--doubleArea--item:last-of-type {
  margin-right: 0;
}
.schedule .schedule--doubleArea--item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.schedule .schedule--doubleArea--item a:hover {
  opacity: 0.7;
}
.schedule .schedule--doubleArea--item img {
  display: block;
  margin: 0 auto;
}
.schedule .schedule--doubleArea--item--txt {
  text-align: center;
  margin-top: 20px;
}
.schedule .schedule--doubleArea--item--txt .bold {
  font-weight: bold;
}
.schedule .schedule--doubleArea--treat01 {
  position: absolute;
  bottom: 0;
  left: 79px;
  width: 270px;
}

.mainprogram {
  padding-top: 40px;
  margin-top: 0;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.mainprogram__wrap {
  z-index: 10;
  position: relative;
  border-radius: 50px;
}
@media screen and (min-width: 1441px) {
  .mainprogram__wrap {
    max-width: 1440px;
    margin-inline: auto;
  }
}
.mainprogram__cnt {
  padding-top: 103px;
  padding-bottom: 88px;
  position: relative;
  max-width: 1440px;
  width: calc(100% - 80px);
}
.mainprogram__cnt:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.mainprogram__treat01 {
  position: absolute;
  top: 35px;
  left: calc(50% - 587px);
  width: 298px;
}
.mainprogram__treat02 {
  position: absolute;
  top: -7px;
  right: calc(50% - 462px);
  width: 165px;
}
.mainprogram__ttl {
  position: relative;
}
.mainprogram__ttl--en {
  width: 470px;
}
.mainprogram__ttl--ja {
  margin-top: 11px;
}
.mainprogram__ttl--day {
  top: -60px;
  right: unset;
  left: -200px;
  background-color: #fff;
  color: #674897;
}
.mainprogram__ttl--day:before {
  background-color: #fff;
  left: unset;
  right: 10px;
  -webkit-transform: rotate(-105deg);
          transform: rotate(-105deg);
}
.mainprogram__cts {
  margin-top: 72px;
  max-width: 1200px;
}
.mainprogram__cts--flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainprogram__cts--flex--item {
  background-color: #fff;
}
.mainprogram__cts--flex--item--cnt {
  height: 100%;
}
.mainprogram__cts--flex--item--cnt--ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 0;
  font-size: 2.4rem;
  line-height: 1.3;
  height: 88px;
  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;
}
.mainprogram__cts--flex--item h3.first {
  background-color: var(--colorKokusaiKomyu);
}
.mainprogram__cts--flex--item h3.first_default {
  background-color: #e99a12;
  background-color: var(--colorKokusaiKomyu);
}
.mainprogram__cts--flex--item h3.second {
  background-color: var(--colorKokusaikankou);
}
.mainprogram__cts--flex--item h3.second_default {
  background-color: var(--colorKokusaikankou);
}
.mainprogram__cts--flex--item h3.third {
  background-color: #6eba44;
}
.mainprogram__cts--flex--item h3.third_default {
  background-color: var(--colorKeizai);
}
.mainprogram__cts--flex--item h3.fourth {
  background-color: var(--colorKeizai);
}
.mainprogram__cts--flex--item h3.fourth_default {
  background-color: var(--colorKeiei);
}
.mainprogram__cts--flex--item h3.fifth {
  background-color: #007e68;
}
.mainprogram__cts--flex--item h3.fifth_default {
  background-color: var(--colorSougouzyouhou);
}
.mainprogram__cts--flex--item h3.sixth {
  background-color: var(--colorSougouzyouhou);
}
.mainprogram__cts--flex--item h3.sixth_default {
  background-color: var(--colorSougouzyouhou);
}
.mainprogram__cts--flex--item h3.seven {
  background-color: #656565;
}
.mainprogram__cts--flex--item h3.eight {
  background-color: #0093d4;
}
.mainprogram__cts--flex--item--cnt--subTtl {
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 3px;
  line-height: 1.5;
  text-align: center;
  height: 185px;
  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;
}
.mainprogram__cts--flex--item--cnt--subTtl.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainprogram__cts--flex--item--cnt--subTtl .borderBox {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 5px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .mainprogram__cts--flex--item--cnt--subTtl {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .mainprogram__cts--flex--item--cnt--subTtl {
    font-size: 1.6rem !important;
  }
}
.mainprogram__cts--flex--item--cnt--time {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 3px;
  text-align: center;
  height: auto;
  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;
  border: 1px solid #000;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 13px;
}
@media screen and (max-width: 1300px) {
  .mainprogram__cts--flex--item--cnt--time {
    font-size: 1.4rem;
  }
}
.mainprogram__cts--flex--item--cnt--time.firstParent {
  color: #e18a7a;
}
.mainprogram__cts--flex--item--cnt--time.first {
  color: #f5a200;
}
.mainprogram__cts--flex--item--cnt--time.second {
  color: #e95383;
}
.mainprogram__cts--flex--item--cnt--time.third {
  color: #0093d4;
}
.mainprogram__cts--flex--item--cnt--time.fourth {
  color: #35b597;
}
.mainprogram__cts--flex--item--cnt--time.fifth {
  color: #796baf;
}
.mainprogram__cts--flex--item--cnt--time.sixth {
  color: #933b64;
}
.mainprogram__cts--flex--item--cnt--txt {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 23px;
  padding: 0 28px 32px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .mainprogram__cts--flex--item--cnt--txt {
    font-size: 1.4rem;
  }
}
.mainprogram__cts--flex--item--cnt--txt.textLeft {
  text-align: left;
}
.mainprogram .swiper-slide {
  height: auto;
  overflow: hidden;
}
.mainprogram .swiper-pagination-bullet {
  background: #c1c1c1;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.mainprogram .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mainprogram .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  margin: 0 5px;
}
.mainprogram .swiper-pagination-bullet-active {
  background: #fff;
}
.mainprogram .swiper-horizontal > .swiper-pagination-bullets,
.mainprogram .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainprogram .swiper-pagination-custom,
.mainprogram .swiper-pagination-fraction {
  bottom: 37px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mainprogram .swiper-pagination {
    display: none;
  }
  .mainprogram .swiper-button-prev {
    display: none;
  }
  .mainprogram .swiper-button-next {
    display: none;
  }
  .mainprogram .swiper-slide {
    width: calc(33.3333333333% - 22px);
    margin-right: 33px;
    height: auto;
  }
  .mainprogram .swiper-slide:nth-of-type(3n) {
    margin-right: 0;
  }
  .mainprogram .swiper-slide:nth-of-type(n + 4) {
    margin-top: 33px;
  }
}
.mainprogram .swiper-button-prev,
.mainprogram .swiper-button-next {
  height: 34px;
  width: 34px;
}
.mainprogram .swiper-button-prev:after,
.mainprogram .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  margin: auto;
  width: 34px;
}
.mainprogram .swiper-button-prev:after {
  background-image: url(../img/slide_prev.png);
}
.mainprogram .swiper-button-next:after {
  background-image: url(../img/slide_next.png);
}
.mainprogram .swiper-slide img {
  height: auto;
  width: 100%;
}
.mainprogram .swiper-button-prev,
.mainprogram .swiper-rtl .swiper-button-next {
  left: 25px;
  right: auto;
}
.mainprogram .swiper-button-next,
.mainprogram .swiper-rtl .swiper-button-prev {
  right: 25px;
  left: auto;
}

.facultyIntro {
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
.facultyIntro__cnt {
  position: relative;
}
.facultyIntro__ttl {
  position: relative;
}
.facultyIntro__ttl:before {
  position: absolute;
  content: "";
  width: 87px;
  height: 64px;
  bottom: 6px;
  left: -73px;
  background-image: url(../img/faculty_title_treat.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.facultyIntro__ttl:after {
  position: absolute;
  content: "";
  width: 87px;
  height: 64px;
  bottom: 6px;
  right: -73px;
  background-image: url(../img/faculty_title_treat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.facultyIntro__ttl--en {
  width: 650px;
}
.facultyIntro__ttl--ja {
  margin-top: 10px;
}
.facultyIntro__treat01 {
  width: 206px;
  position: absolute;
  top: -12px;
  left: -17px;
}
.facultyIntro__treat02 {
  width: 199px;
  position: absolute;
  top: -12px;
  right: 6px;
}
.facultyIntro__title-img {
  margin-inline: auto;
  width: 500px;
  margin-top: 50px;
}
.facultyIntro__lead {
  margin-top: 32px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
.facultyIntro__cts {
  margin-top: 36px;
}
.facultyIntro__cts--faculty:nth-of-type(1) .facultyIntro__cts--faculty--btn {
  background-image: url(../img/faculty_bg01.png);
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty:nth-of-type(1) .facultyIntro__cts--faculty--toggleCts {
  background-color: #fdf1d9;
}
.facultyIntro__cts--faculty:nth-of-type(1) .box__ttl:after {
  border-top-color: #fdf1d9;
}
.facultyIntro__cts--faculty:nth-of-type(1) .facultyBox__list--item:before {
  background-color: var(--colorKokusaiKomyu);
}
.facultyIntro__cts--faculty:nth-of-type(1) .categoryList--item {
  color: var(--colorKokusaiKomyu);
}
.facultyIntro__cts--faculty:nth-of-type(1) .categoryList--item:before {
  background-color: var(--colorKokusaiKomyu);
}
.facultyIntro__cts--faculty:nth-of-type(1) .pointTxt {
  color: var(--colorKokusaiKomyu);
}
.facultyIntro__cts--faculty:nth-of-type(2) .facultyIntro__cts--faculty--btn {
  background-image: url(../img/faculty_bg02.png);
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty:nth-of-type(2) .facultyIntro__cts--faculty--toggleCts {
  background-color: #f8e6e9;
}
.facultyIntro__cts--faculty:nth-of-type(2) .box__ttl:after {
  border-top-color: #f8e6e9;
}
.facultyIntro__cts--faculty:nth-of-type(2) .facultyBox__list--item:before {
  background-color: var(--colorKokusaikankou);
}
.facultyIntro__cts--faculty:nth-of-type(2) .categoryList--item {
  color: var(--colorKokusaikankou);
}
.facultyIntro__cts--faculty:nth-of-type(2) .categoryList--item:before {
  background-color: var(--colorKokusaikankou);
}
.facultyIntro__cts--faculty:nth-of-type(2) .pointTxt {
  color: var(--colorKokusaikankou);
}
.facultyIntro__cts--faculty:nth-of-type(3) .facultyIntro__cts--faculty--btn {
  background-image: url(../img/faculty_bg03.png);
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty:nth-of-type(3) .facultyIntro__cts--faculty--toggleCts {
  background-color: #e6f0f7;
}
.facultyIntro__cts--faculty:nth-of-type(3) .box__ttl:after {
  border-top-color: #e6f0f7;
}
.facultyIntro__cts--faculty:nth-of-type(3) .facultyBox__list--item:before {
  background-color: var(--colorKeizai);
}
.facultyIntro__cts--faculty:nth-of-type(3) .categoryList--item {
  color: var(--colorKeizai);
}
.facultyIntro__cts--faculty:nth-of-type(3) .categoryList--item:before {
  background-color: var(--colorKeizai);
}
.facultyIntro__cts--faculty:nth-of-type(3) .pointTxt {
  color: var(--colorKeizai);
}
.facultyIntro__cts--faculty:nth-of-type(4) .facultyIntro__cts--faculty--btn {
  background-image: url(../img/faculty_bg04.png);
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty:nth-of-type(4) .facultyIntro__cts--faculty--toggleCts {
  background-color: #e6f3e6;
}
.facultyIntro__cts--faculty:nth-of-type(4) .box__ttl:after {
  border-top-color: #e6f3e6;
}
.facultyIntro__cts--faculty:nth-of-type(4) .facultyBox__list--item:before {
  background-color: var(--colorKeiei);
}
.facultyIntro__cts--faculty:nth-of-type(4) .categoryList--item {
  color: var(--colorKeiei);
}
.facultyIntro__cts--faculty:nth-of-type(4) .categoryList--item:before {
  background-color: var(--colorKeiei);
}
.facultyIntro__cts--faculty:nth-of-type(4) .pointTxt {
  color: var(--colorKeiei);
}
.facultyIntro__cts--faculty:nth-of-type(5) .facultyIntro__cts--faculty--btn {
  background-image: url(../img/faculty_bg05.png);
  background-position: right center;
  background-size: 79%;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty:nth-of-type(5) .facultyIntro__cts--faculty--toggleCts {
  background-color: #ede9ff;
}
.facultyIntro__cts--faculty:nth-of-type(5) .box__ttl:after {
  border-top-color: #ede9ff;
}
.facultyIntro__cts--faculty:nth-of-type(5) .facultyBox__list--item:before {
  background-color: var(--colorSougouzyouhou);
}
.facultyIntro__cts--faculty:nth-of-type(5) .categoryList--item {
  color: var(--colorSougouzyouhou);
}
.facultyIntro__cts--faculty:nth-of-type(5) .categoryList--item:before {
  background-color: var(--colorSougouzyouhou);
}
.facultyIntro__cts--faculty:nth-of-type(5) .pointTxt {
  color: var(--colorSougouzyouhou);
}
.facultyIntro__cts--faculty--btn {
  position: relative;
  cursor: pointer;
}
.facultyIntro__cts--faculty--btn--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.facultyIntro__cts--faculty--btn--flex--angleBox {
  position: absolute;
  content: "";
  bottom: 36px;
  right: -50px;
  width: 56px;
  height: 45px;
  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;
  background-color: #000;
}
.facultyIntro__cts--faculty--btn--flex--angleBox:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-image: url(../img/faculty_angle_white.png);
  background-size: 30px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.facultyIntro__cts--faculty--btn--flex--angleBox.on:after {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.facultyIntro__cts--faculty--btn--flex--imgArea {
  margin-left: calc(50% - 50vw);
  width: 56%;
}
.facultyIntro__cts--faculty--btn--flex--imgArea img {
  vertical-align: bottom;
  width: 100%;
}
.facultyIntro__cts--faculty--btn--flex--txtArea {
  width: 54%;
  padding: 1.8vw 0vw 1.8vw 2vw;
}
@media screen and (max-width: 1100px) {
  .facultyIntro__cts--faculty--btn--flex--txtArea {
    padding: 30px 0 30px 45px;
  }
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl {
  padding-right: 89px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl.new {
  position: relative;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl.new:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-image: url(../img/faculty_new.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl .smallTxt {
  font-size: 2.2rem;
  font-size: min(1.3vw, 2.2rem);
  font-size: clamp(1.4rem, 1.5vw, 2.2rem);
  color: #fff;
  display: block;
  letter-spacing: 0.07em;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl .bigTxt {
  display: block;
  font-size: 3.5rem;
  font-size: min(2vw, 3.5rem);
  font-size: clamp(2.2rem, 2.5vw, 3.5rem);
  color: #fff;
  font-weight: bold;
  margin-top: 8px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--ttl sup {
  display: none;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--categoryList {
  margin-top: 14px;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--categoryList li {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  font-size: min(0.8vw, 1.4rem);
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  letter-spacing: 0;
  padding: 7px 13px;
  margin-right: 10px;
  margin-top: 7px;
}
.facultyIntro__cts--faculty--btn--flex--txtArea--txt {
  color: #fff;
  font-size: 1.8rem;
  font-size: min(1vw, 1.8rem);
  font-size: clamp(1.1rem, 1.3vw, 1.8rem);
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.7;
  text-align: justify;
  margin-top: 21px;
  padding-right: 0;
}
.facultyIntro__cts--faculty--toggleCts {
  padding: 60px 0 140px;
  display: none;
}
.facultyIntro__cts--faculty--toggleCts--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facultyIntro__cts--faculty--toggleCts--flex--group {
  width: calc(50% - 35px);
  margin-right: 70px;
}
.facultyIntro__cts--faculty--toggleCts--flex--group:nth-of-type(2n) {
  margin-right: 0;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .box:not(:first-of-type) {
  margin-top: 30px;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__ttl {
  color: #fff;
  background-color: #000;
  font-size: 2.1rem;
  padding: 16px 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__ttl:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  right: -1.5px;
  top: -1.5px;
  height: 0;
  border-top: solid 20px transparent;
  border-left: solid 20px transparent;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt {
  margin-top: 14px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-align: justify;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt span {
  display: block;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt span:not(:first-of-type) {
  margin-top: 8px;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt .pointTxt {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list {
  margin-top: 16px;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list--item {
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 20px;
}
.facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list--item:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 9px;
  left: 0;
}
.facultyIntro__cts--faculty--toggleCts--btnArea {
  margin-top: 58px;
  display: none;
}
.facultyIntro__cts--faculty--toggleCts--btnArea a {
  display: block;
  width: 282px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  position: relative;
  padding: 26px 53px;
  letter-spacing: 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.facultyIntro__cts--faculty--toggleCts--btnArea a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 24px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/faculty_angle_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.facultyIntro__attention {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  width: 53%;
  margin-left: auto;
  margin-top: 22px;
}
@media screen and (max-width: 1100px) {
  .facultyIntro__attention {
    width: 57%;
  }
}
.facultyIntro__attention p {
  margin-left: 1me;
  text-indent: -1em;
}
.facultyIntro__bannerArea {
  margin-top: 100px;
}
.facultyIntro__bannerArea--ttl {
  font-size: 3rem;
  font-weight: bold;
  width: 470px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.facultyIntro__bannerArea--ttl a {
  padding: 17px 30px;
  background-color: #000;
  background-color: #2a6244;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.facultyIntro__bannerArea--ttl a:hover {
  opacity: 0.7;
}
.facultyIntro__bannerArea--ttl:before {
  position: absolute;
  content: "";
  top: 61%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 21px;
  background-image: url(../img/faculty_ttl_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.facultyIntro__bannerArea--ttl:after {
  position: absolute;
  content: "";
  top: 61%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 21px;
  background-image: url(../img/faculty_ttl_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.facultyIntro__bannerArea--imgArea {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1018px;
}
.facultyIntro__bannerArea--imgArea a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.facultyIntro__bannerArea--imgArea a:hover {
  opacity: 0.8;
}
.access {
  padding: 93px 0 100px;
  padding-bottom: 0;
  margin-top: 0;
}
.access__ttl--en {
  width: 380px;
}
.access__ttl--ja {
  margin-top: -7px;
}
.access__img-wrap {
  position: relative;
}
.access__imgArea {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  position: relative;
  overflow: hidden;
}
.access__imgArea img {
  vertical-align: bottom;
}
.access__imgArea--txt {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 21px 12px 21px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #000;
}
.access__treat01 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 230px;
}
.access__leadArea {
  margin-top: 40px;
}
.access__leadArea--ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.access__leadArea--ttl .bold-text {
  font-weight: bold;
}
.access__leadArea--ttl .big-text {
  font-size: 2.4rem;
}
.access__leadArea--txt {
  font-size: 1.8rem;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 22px;
}
.access__mapArea {
  margin-top: 51px;
  position: relative;
  margin-inline: auto;
  width: 91%;
}
.access__mapArea .access__note {
  margin-top: 10px;
  display: none;
}
.access__btnArea {
  margin-top: 40px;
}
.access__btnArea a {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 2rem;
  padding: 19px 0;
  display: block;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  transition: all 0.3s;
}
.access__btnArea a:hover {
  background-color: #fff;
  color: #000;
}

.bnr__ttl--en {
  width: 476px;
  position: relative;
  left: 35px;
}
.bnr__ttl--ja {
  margin-top: -7px;
}
.bnr__cnt {
  position: relative;
  padding: 130px 0 0px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.bnr__cnt--swiper {
  margin-top: 67px;
}
.bnr__cnt .swiper-slide {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
.bnr__cnt .swiper-slide:hover {
  opacity: 0.8;
}
.bnr__cnt .swiper-pagination-bullet {
  background: #c1c1c1;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.bnr__cnt .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bnr__cnt .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}
.bnr__cnt .swiper-pagination-bullet-active {
  background: #006441;
}
.bnr__cnt .swiper-horizontal > .swiper-pagination-bullets,
.bnr__cnt .swiper-pagination-bullets.swiper-pagination-horizontal,
.bnr__cnt .swiper-pagination-custom,
.bnr__cnt .swiper-pagination-fraction {
  bottom: -37px;
  left: 0;
  width: 100%;
}
.bnr__cnt .swiper-button-prev,
.bnr__cnt .swiper-button-next {
  height: 34px;
  width: 34px;
}
.bnr__cnt .swiper-button-prev:after,
.bnr__cnt .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  margin: auto;
  width: 34px;
}
.bnr__cnt .swiper-button-prev:after {
  background-image: url(../img/slide_prev.png);
}
.bnr__cnt .swiper-button-next:after {
  background-image: url(../img/slide_next.png);
}
.bnr__cnt .swiper-slide img {
  height: auto;
  width: 100%;
}
.bnr__cnt .swiper-button-prev,
.bnr__cnt .swiper-rtl .swiper-button-next {
  left: 25px;
  right: auto;
}
.bnr__cnt .swiper-button-next,
.bnr__cnt .swiper-rtl .swiper-button-prev {
  right: 25px;
  left: auto;
}

.inquiry {
  background-image: url(../img/inquiry_bg.png);
  background-repeat: repeat;
  background-size: 20px 20px;
  margin-top: 150px;
}
.inquiry__cnt {
  padding: 70px 0 130px;
  width: 1100px;
}
.inquiry__cnt--txtArea {
  padding-bottom: 56px;
  position: relative;
}
.inquiry__cnt--txtArea:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.inquiry__cnt--txtArea--ttl {
  color: #000;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  width: 178px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
}
.inquiry__cnt--txtArea--txt {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.inquiry__cnt--linkArea {
  margin-top: 32px;
}
.inquiry__cnt--linkArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.inquiry__cnt--linkArea--flex--item {
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding-left: 40px;
  letter-spacing: 0.05em;
}
.inquiry__cnt--linkArea--flex--item:before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.inquiry__cnt--linkArea--flex--item:first-of-type:before {
  top: 50%;
  width: 32px;
  height: 32px;
  background-image: url(../img/inquiry_tel.png);
}
.inquiry__cnt--linkArea--flex--item:last-of-type:before {
  top: 69%;
  width: 27px;
  height: 32px;
  background-image: url(../img/inquiry_mail.png);
}
.inquiry__cnt--linkArea--flex--item a {
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  margin-right: 2px;
}
.inquiry__cnt--linkArea--flex--item a.tel {
  font-size: 3.4rem;
}
.inquiry__cnt--linkArea--flex--item a.mail {
  font-size: 2.8rem;
}
.inquiry__cnt--linkArea--flex--item a:hover {
  text-decoration: underline;
}

.bus {
  padding-top: 58px;
  padding-bottom: 78px;
  background-color: #e4fef0;
  background-size: 31px 31px;
  background-repeat: repeat;
}
.bus__lead {
  margin-top: 55px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.bus__img {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.bus__img a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bus__img a:hover {
  opacity: 0.8;
}

.pickup {
  background-image: url(../img/pickup_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 54px;
  padding-bottom: 7px;
}
.pickup__cnt {
  margin-top: 72px;
}
.pickup__ttl {
  position: relative;
}
.pickup__cts {
  margin-left: auto;
  margin-right: auto;
  width: 82%;
  position: relative;
  margin-top: 109px;
}
.pickup__cts:before {
  position: absolute;
  content: "";
  top: -42px;
  left: -255px;
  width: 28%;
  height: 451px;
  background-image: url("../img/pickup_treat1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14vw;
  left: -11.5vw;
}
.pickup__cts:after {
  position: absolute;
  content: "";
  bottom: 201px;
  right: -161px;
  width: 28%;
  height: 542px;
  background-image: url("../img/pickup_treat2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15.7vw;
  right: -15vw;
}
.pickup__cts--item {
  position: relative;
  padding-bottom: 75px;
}
.pickup__cts--item:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 6px, transparent 6px, transparent 6px);
  background-size: 11px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.pickup__cts--item:not(:first-of-type) {
  margin-top: 56px;
}
.pickup__cts--item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pickup__cts--item--flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pickup__cts--item--imgArea {
  width: 49%;
}
.pickup__cts--item--txtArea {
  width: 51%;
  padding-left: 47px;
  padding-top: 16px;
}
.pickup__cts--item--txtArea.reverse {
  padding-left: 0;
  padding-right: 47px;
}
.pickup__cts--item--txtArea--ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  font-style: italic;
  padding: 8px 17px;
  line-height: 1.3;
}
.pickup__cts--item--txtArea--ttl span:not(:first-of-type) {
  margin-top: 8px;
}
.pickup__cts--item--txtArea--ttl.pink span {
  background-color: #e95383;
}
.pickup__cts--item--txtArea--ttl.blue span {
  background-color: #0093d4;
}
.pickup__cts--item--txtArea--ttl.green span {
  background-color: #35b597;
}
.pickup__cts--item--txtArea--ttl.orange span {
  background-color: #f5a200;
}
.pickup__cts--item--txtArea--txt {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: justify;
}

.guide {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #e4fef0;
  background-size: 31px 31px;
  background-repeat: repeat;
}
.guide__cnt {
  max-width: 900px;
}
.guide__cnt--ttl {
  color: #2a6244;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 900;
  padding: 10px 20px 14px;
}
.guide__cnt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.guide__cnt--flex > .txt {
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 22px;
  width: 56%;
}
.guide__cnt--flex .imgArea {
  width: 32%;
  position: relative;
}
.guide__cnt--flex .imgArea__img {
  width: 53%;
}
.guide__cnt--flex .imgArea__img:nth-of-type(2) {
  margin-top: -186px;
  margin-left: auto;
}
.guide__cnt--flex .imgArea__img img {
  max-width: 100%;
  border: 1px solid #666;
}

.mainprogram.-wide .mainprogram__cts {
  max-width: 1360px;
}
.mainprogram.-wide .mainprogram__cts--flex--item {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.mainprogram.-wide .mainprogram__cts--flex--item:nth-of-type(4n) {
  margin-right: 0;
}
.mainprogram.-wide .mainprogram__cts--flex--item:nth-of-type(n + 4) {
  margin-top: 0px;
}
.mainprogram.-wide .mainprogram__cts--flex--item:nth-of-type(n + 5) {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .mainprogram.-wide .mainprogram__cts--flex--item:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
.mainprogram.-wide .mainprogram__cts--flex--item.-orange .mainprogram__cts--flex--item--cnt--ttl {
  background-color: var(--colorKokusaiKomyu);
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-orange .mainprogram__cts--flex--item--cnt--subTtl {
  color: var(--colorKokusaiKomyu);
}
.mainprogram.-wide .mainprogram__cts--flex--item.-pink .mainprogram__cts--flex--item--cnt--ttl {
  background-color: var(--colorKokusaikankou);
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-pink .mainprogram__cts--flex--item--cnt--subTtl {
  color: var(--colorKokusaikankou);
}
.mainprogram.-wide .mainprogram__cts--flex--item.-blue .mainprogram__cts--flex--item--cnt--ttl {
  background-color: var(--colorKeizai);
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-blue .mainprogram__cts--flex--item--cnt--subTtl {
  color: var(--colorKeizai);
}
.mainprogram.-wide .mainprogram__cts--flex--item.-green .mainprogram__cts--flex--item--cnt--ttl {
  background-color: var(--colorKeiei);
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-green .mainprogram__cts--flex--item--cnt--subTtl {
  color: var(--colorKeiei);
}
.mainprogram.-wide .mainprogram__cts--flex--item.-purple .mainprogram__cts--flex--item--cnt--ttl {
  background-color: var(--colorSougouzyouhou);
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-purple .mainprogram__cts--flex--item--cnt--subTtl {
  color: var(--colorSougouzyouhou);
}
.mainprogram.-wide .mainprogram__cts--flex--item.-deep-purple .mainprogram__cts--flex--item--cnt--ttl {
  background-color: #57c1d7;
  color: #fff;
}
.mainprogram.-wide .mainprogram__cts--flex--item.-deep-purple .mainprogram__cts--flex--item--cnt--subTtl {
  color: #57c1d7;
}
.mainprogram.-wide .mainprogram__cts--flex--item--cnt--subTtl {
  font-size: 1.8rem;
}
.mainprogram.-wide .mainprogram__cts--flex--item--cnt--time {
  font-size: 1.6rem;
  margin-top: 10px;
  height: auto;
}

.scheduleSection {
  padding-top: 77px;
  padding-bottom: 13px;
}
.scheduleSection__ttl {
  position: relative;
}
.scheduleSection__ttl .commonTtl__bbl {
  top: -63px;
}
.scheduleSection .schedule--attn {
  margin-top: 53px;
  display: none;
}
.scheduleSection .schedule {
  margin-top: 107px;
}
.scheduleSection .schedule__content {
  position: relative;
  pointer-events: none;
}
.scheduleSection .schedule__content:before {
  position: absolute;
  z-index: 10;
  content: "Coming Soon";
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 30px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #5c5c5c;
  color: #fff;
  font-size: 1.6rem;
}
.scheduleSection .schedule__content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.65);
  backdrop-filter: blur(7px);
}
.scheduleSection .schedule__content__image-2-wrap {
  overflow-y: hidden;
}
.scheduleSection .schedule__tablist__item button {
  pointer-events: none;
}
.scheduleSection__attention {
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: none;
}
.scheduleSection__attention p {
  margin-left: 1em;
  text-indent: -1em;
  text-align: right;
}
.scheduleSection .schedule--doubleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 30px;
}
.scheduleSection .schedule--doubleArea--item {
  width: calc(55% - 0px);
  margin-right: 0px;
  position: relative;
}
.scheduleSection .schedule--doubleArea--item:before {
  position: absolute;
  z-index: 10;
  content: "Coming Soon";
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 30px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #5c5c5c;
  color: #fff;
  font-size: 1.6rem;
  display: none;
}
.scheduleSection .schedule--doubleArea--item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.65);
  backdrop-filter: blur(7px);
  display: none;
}
.scheduleSection .schedule--doubleArea--item:last-of-type {
  margin-right: 0;
}
.scheduleSection .schedule--doubleArea--item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.scheduleSection .schedule--doubleArea--item a:hover {
  opacity: 0.7;
}
.scheduleSection .schedule--doubleArea--item img {
  display: block;
  margin: 0 auto;
}
.scheduleSection .schedule--doubleArea--item--txt {
  text-align: center;
  margin-top: 20px;
}
.scheduleSection .schedule--doubleArea--item--txt .bold {
  font-weight: bold;
}

.endLd {
  padding-top: 58px;
  padding-bottom: 68px;
}
.endLd__cnt--txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.endLd__cnt--txt a {
  text-decoration: underline;
  color: #2a6244;
}
.endLd__cnt--txt a:hover {
  text-decoration: none;
  opacity: 1;
}

.reservation {
  position: relative;
  margin-top: 33px;
  background-color: rgb(255, 238, 131);
  padding: 89px 0px 204px;
}
.reservation:before {
  position: absolute;
  content: "";
  top: -2.4vw;
  left: 0;
  width: 100%;
  height: 51px;
  background-image: url(../img/reservation_cnt_treat.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.reservation:after {
  position: absolute;
  content: "";
  bottom: -1.4vw;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../img/reservation_cnt_treat.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reservation__ttl {
  margin: 0 auto;
  width: 815px;
}
.reservation__leadArea {
  margin-top: 45px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.reservation__leadArea:not(:first-of-type) {
  margin-top: 34px;
}
.reservation__leadArea--txt {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-align: center;
}
.reservation__leadArea--txt .boldTxt {
  font-weight: bold;
  text-decoration: underline;
}
.reservation__btnArea {
  margin-top: 55px;
}
.reservation__btnArea a {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  padding: 26px 0;
  display: block;
  width: 282px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.reservation__btnArea a:hover {
  background-color: #fff;
  color: #000;
}
.reservation__cts {
  margin-top: 72px;
}
.reservation__cts--wrap {
  position: relative;
  background-color: #fff;
  border: 3px solid #f58200;
  border-radius: 40px;
  padding: 47px 0 51px;
  margin-top: 13px;
}
.reservation__cts--wrap:after {
  position: absolute;
  top: unset;
  right: -100px;
  bottom: -46px;
  content: "";
  width: 156px;
  height: 272px;
  background-image: url(../img/reservation_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.reservation__cts--wrap--ttl {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  background-color: #f58200;
  padding: 17px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.reservation__cts--wrap--desc {
  padding: 43px 50px 0;
}
.reservation__cts--wrap--desc--list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reservation__cts--wrap--desc--list--item {
  width: calc(25% - 37.5px);
  margin-right: 50px;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  padding-top: 45px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}
.reservation__cts--wrap--desc--list--item:last-of-type {
  margin-right: 0;
}
.reservation__cts--wrap--desc--list--item:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  background-color: #f58200;
  font-size: 2.4rem;
  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;
  text-indent: 1px;
}
.reservation__cts--wrap--desc--list--item:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 50%;
  top: 15px;
  width: 124%;
  height: 3px;
  background-image: linear-gradient(to right, #f58200, #f58200 6px, transparent 6px, transparent 6px);
  background-size: 10px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.reservation__cts--wrap--desc--attention {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.pointSection__mv {
  background-image: url(../img/point_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pointSection__mv--cts {
  padding: 70px 0 60px;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}
.pointSection__mv--cts--box {
  background: rgba(255, 255, 255, 0.85);
  padding: 72px 20px;
}
.pointSection__mv--cts--box--ttl {
  color: #000;
  text-align: center;
}
.pointSection__mv--cts--box--ttl--treat {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: block;
  padding-bottom: 21px;
  position: relative;
}
.pointSection__mv--cts--box--ttl--treat:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/point_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 372px;
  height: 13px;
}
.pointSection__mv--cts--box--ttl--small {
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.1;
  display: block;
  margin-top: 26px;
}
.pointSection__mv--cts--box--ttl--middle {
  color: #000;
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 17px;
}
.pointSection__mv--cts--box--ttl--middle .pinkTxt {
  color: #e95383;
}
.pointSection__mv--cts--box--ttl--big {
  font-size: 5.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: block;
  margin-top: 6px;
}
.pointSection__mv--cts--btnArea {
  margin-top: 30px;
}
.pointSection__mv--cts--btnArea a {
  color: #fff;
  background-color: #e95383;
  width: 346px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 27px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pointSection__mv--cts--btnArea a:hover {
  background-color: #fff;
  color: #e95383;
}
.pointSection__ctsArea {
  margin-top: 63px;
}
.pointSection__ctsArea--ttl {
  color: #e95383;
  color: #2a6244;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.07em;
  text-align: center;
}
.pointSection__ctsArea--txt {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 32px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.pointSection__ctsArea--toggleArea {
  margin-top: 70px;
}
.pointSection__ctsArea--toggleArea--item:not(:first-of-type) {
  margin-top: 22px;
}
.pointSection__ctsArea--toggleArea--item--btn {
  padding: 30px 50px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #e5e5e5;
  color: #000;
  position: relative;
  border-radius: 999px;
  cursor: pointer;
}
.pointSection__ctsArea--toggleArea--item--btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 14px;
  height: 30px;
  background-image: url(../img/point_angle_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pointSection__ctsArea--toggleArea--item--btn.on:after {
  -webkit-transform: rotate(90deg) translate(-100%);
          transform: rotate(90deg) translate(-100%);
}
.pointSection__ctsArea--toggleArea--item--toggleCts {
  padding: 26px 60px;
  display: none;
}
.pointSection__ctsArea--toggleArea--item--toggleCts ul li {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  padding-left: 20px;
  position: relative;
}
.pointSection__ctsArea--toggleArea--item--toggleCts ul li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 12px;
  left: 0;
  background-color: #000;
}
.pointSection__ctsArea--toggleArea--item--toggleCts ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .work {
    background-image: url(../img/work_bg.png);
    background-size: 30px;
    background-repeat: repeat;
  }
  .work__inner {
    margin-inline: auto;
    max-width: 1210px;
    padding: 108px 0 122px;
    position: relative;
  }
  .work__treat01 {
    position: absolute;
    top: 114px;
    left: 20px;
    width: 290px;
  }
  .work__treat02 {
    position: absolute;
    top: 124px;
    right: 74px;
    width: 240px;
  }
  .work__title {
    margin-inline: auto;
    width: 465px;
  }
  .work__subtitle {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 37px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .work__subtitle span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8e44c));
    background: linear-gradient(transparent 50%, #f8e44c 50%);
  }
  .work__subtitle span:not(:first-of-type) {
    margin-top: 16px;
  }
  .work__lead {
    margin-top: 58px;
    border-top: 2px solid #036441;
    padding: 55px 88px 40px;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .work__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 11px;
  }
  .work__item {
    width: 48.3%;
    border: 4px solid #036441;
    padding: 30px 0px 0px;
    background-color: #fff;
  }
  .work__item-note02 {
    font-size: 1.4rem;
    margin-top: 19px;
    line-height: 1.7;
    padding: 0 28px;
  }
  .work__item-note02-item {
    margin-left: 1em;
    text-indent: -1em;
  }
  .work__pie-chart {
    margin-top: 18px;
    margin-inline: auto;
    width: 84%;
  }
  .work__offer {
    margin-top: 39px;
    background-color: #cde0d9;
    position: relative;
    padding: 18px 13px;
  }
  .work__offer-head {
    width: 68px;
    position: absolute;
    top: 0;
    left: 26px;
  }
  .work__offer-box {
    background-color: #fff;
    padding: 13px 20px 30px 100px;
  }
  .work__offer-box-text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .work__offer-box-note {
    font-size: 1.4rem;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
  }
  .work__rank {
    margin-inline: auto;
    width: 89%;
  }
  .facility__text {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 40px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .work {
    background-image: url(../img/work_bg.png);
    background-size: 30px;
    background-repeat: repeat;
  }
  .work__inner {
    margin-inline: auto;
    padding: 72px 0 36px;
    position: relative;
  }
  .work__treat01 {
    position: absolute;
    top: 114px;
    left: 20px;
    width: 290px;
    display: none;
  }
  .work__treat02 {
    position: absolute;
    top: 122px;
    right: 74px;
    width: 240px;
    display: none;
  }
  .work__title {
    margin-inline: auto;
    width: 374px;
  }
  .work__subtitle {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 29px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .work__subtitle span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8e44c));
    background: linear-gradient(transparent 50%, #f8e44c 50%);
  }
  .work__subtitle span:not(:first-of-type) {
    margin-top: 16px;
  }
  .work__lead {
    margin-top: 58px;
    padding: 37px 14px 31px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
  }
  .work__lead:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #036441;
  }
  .work__flex {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .work__item {
    border: 4px solid #036441;
    padding: 22px 0px 0px;
    background-color: #fff;
  }
  .work__item:not(:first-of-type) {
    margin-top: 17px;
  }
  .work__item-note02 {
    font-size: 1.2rem;
    margin-top: 12px;
    line-height: 1.84;
    padding: 0 17px 10px;
  }
  .work__item-note02-item {
    margin-left: 1em;
    text-indent: -1em;
  }
  .work__pie-chart {
    margin-top: 0;
    margin-inline: auto;
    width: 96%;
    max-width: 370px;
  }
  .work__offer {
    margin-top: 17px;
    background-color: #cde0d9;
    position: relative;
    padding: 12px 10px;
  }
  .work__offer-head {
    width: 146px;
    position: absolute;
    top: 6px;
    left: -4px;
  }
  .work__offer-box {
    background-color: #fff;
    padding: 58px 10px 25px 13px;
  }
  .work__offer-box-text {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .work__offer-box-note {
    font-size: 1.4rem;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
  }
  .work__rank {
    margin-inline: auto;
    width: 89%;
    max-width: 370px;
  }
  .facility__text {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 34px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1801px) {
  .facultyIntro__cts--faculty--btn--flex {
    max-width: 100%;
  }
  .reservation:before {
    top: -1.4vw;
  }
  .reservation:after {
    bottom: -1.2vw;
  }
}
@media screen and (max-width: 1100px) {
  .mv__faculty--item--txt {
    font-size: 16px;
  }
  .facultyIntro__cts--faculty--btn--flex {
    width: 95%;
    margin-right: 0;
    margin-left: 0;
    max-width: unset;
  }
  .facultyIntro__cts--faculty--btn--flex--imgArea {
    margin-left: 0;
    width: 100%;
    width: 50%;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea {
    width: 50%;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--txt {
    padding-right: 13%;
  }
}
/*デザインカンプの横幅pxを指定*/
@media screen and (max-width: 768px) {
  .middleCnt {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .commonTtl .japanese {
    font-size: 1.8rem;
  }
  .commonTtl .english {
    font-size: 6.4rem;
    letter-spacing: 0;
  }
  .commonTtl .english:before {
    width: 36px;
    height: 21px;
    left: -3px;
  }
  .commonTtl__day {
    width: 130px;
    height: 130px;
    font-size: 1.6rem;
    padding-top: 0px;
    font-weight: bold;
    text-align: center;
    border-radius: 100vmax;
    line-height: 1.3;
  }
  .commonTtl__day:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 21px;
    bottom: 9px;
    left: 10px;
    clip-path: polygon(0 100%, 100% 62%, 50% 0);
  }
  .commonTtl__day .date {
    font-size: 4rem;
  }
  .commonTtl__day .week {
    font-size: 1.9rem;
  }
  .commonTtl__day .text {
    font-size: 2.4rem;
  }
  .commonTtl__bbl {
    top: -17px;
    right: -30px;
    width: 139px;
    height: auto;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
  }
  .commonTtl__bbl .smallTxt {
    font-size: 12px;
  }
  .commonTtl__bbl:after {
    width: 23px;
    height: 17px;
    bottom: -15px;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 100%, 100% 0%, 41% 0);
  }
  .navi {
    overflow-y: scroll;
    height: 100vh;
    padding: 134px 50px 50px;
  }
  .navi__btns .instaIcon {
    width: 29px;
    height: 20px;
  }
  .navi__btns .twitteIcon {
    width: 29px;
    height: 20px;
  }
  .mv {
    padding-top: 70px;
  }
  .mv__faculty {
    bottom: 0;
  }
  .mv__faculty--item--txt {
    font-weight: bold;
    font-size: min(2.5vw, 10px);
  }
  .mv__faculty--item--txt .small-text {
    font-weight: normal;
    font-size: min(2.5vw, 10px);
  }
  .mv__end {
    position: absolute;
    top: 9%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #006441;
    color: #fff;
    padding: 7px 10px;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    white-space: auto;
    text-align: center;
    width: 90%;
  }
  .mv .mainvisual_head2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -160px !important;
    width: 320px;
    margin: auto;
  }
  .mv__faculty--item {
    font-size: min(2.3vw, 10px);
    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;
    padding: 7px 2px;
  }
  .anchonav__cnt {
    width: 92%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 540px;
    padding-bottom: 23px;
  }
  .anchonav__icon {
    height: 31px;
  }
  .anchonav__icon img {
    height: 100%;
  }
  .anchonav__text {
    height: 35px;
    font-size: 1rem;
    margin-top: 10px;
    max-width: 80px;
    margin-inline: auto;
  }
  .anchonav a {
    width: calc(25% - 0px);
    margin-right: 0px;
    display: block;
  }
  .anchonav a:hover {
    background-color: #fff;
  }
  .anchonav a:before {
    background-color: #000;
    right: 0;
    width: 1px;
  }
  .anchonav a:nth-of-type(4n) {
    margin-right: 0;
  }
  .anchonav a:nth-of-type(4n):before {
    display: none;
  }
  .anchonav a:nth-of-type(n + 5) {
    margin-top: 0;
    position: relative;
    padding-top: 13px;
  }
  .anchonav a:nth-of-type(n + 5):after {
    position: absolute;
    content: "";
    width: 130%;
    height: 1px;
    top: 0%;
    left: 0;
    right: 0;
    background-color: #000;
  }
  .anchonav a:nth-of-type(8):after {
    width: 100%;
  }
  .endAnnounce {
    padding: 97px 0 97px;
  }
  .endAnnounce__txt {
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
  }
  .endAnnounce a {
    text-decoration: underline;
  }
  .endAnnounce {
    padding: 10px 0 47px;
  }
  .endAnnounce__txt {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .bg-wrap {
    background-image: url(../img/bg_sp.png);
    background-size: 1035px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .movie {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 30px 30px 0 0;
  }
  .movie:before {
    z-index: 1;
    background-image: url(../img/movie_bg_sp.svg);
    width: 137%;
    height: 647px;
    top: 7.3%;
    left: -16.3%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 501px) {
  .movie:before {
    width: 830px;
    height: 960px;
    top: 7.3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .movie__cnt {
    padding-top: 41px;
    padding-bottom: 0;
  }
  .movie__ttl {
    width: auto;
    position: relative;
    z-index: 10;
  }
  .movie__ttl .japanese {
    font-size: 1.8rem;
  }
  .movie__ttl .english {
    font-size: 6.4rem;
    margin-top: 4px;
  }
  .movie__ttl .commonTtl__bbl {
    font-size: 16px;
    top: -39px;
    border-radius: 15px;
    padding: 9px 10px;
    line-height: 1.2;
  }
  .movie__ttl:after {
    background-image: url(../img/movie_ttl_treat_sp.png);
    width: 157px;
    height: 66px;
    top: -38px;
    right: -9px;
  }
  .movie__lead {
    font-size: 1.6rem;
    letter-spacing: 0em;
    margin-top: 29px;
    line-height: 1.75;
  }
  .movie__wrap {
    margin-top: 35px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .movie__scroll-text {
    position: relative;
    top: -86px;
    margin-top: 0;
    background-image: url(../img/movie_scroll-text.svg);
    background-size: 1490px;
    background-repeat: repeat-x;
    height: 65px;
    position: relative;
    z-index: 10;
    -webkit-animation: backgroundScroll 30s linear infinite;
            animation: backgroundScroll 30s linear infinite;
  }
  .outline {
    padding-top: 142px;
    margin-top: 0px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
  }
  .outline__ttl {
    margin-top: -62px;
  }
  .outline__ttl--en {
    width: 327px;
    position: relative;
    left: 4px;
    top: 0;
  }
  .outline__ttl--ja {
    margin-top: -15px;
  }
  .outline__cts {
    margin-top: 34px;
  }
  .outline__cts--subTtl {
    font-size: 2rem;
  }
  .outline__cts--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    max-width: 360px;
    margin-inline: auto;
  }
  .outline__cts--flex--year {
    font-size: 2.445rem;
  }
  .outline__cts--flex--item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    padding: 17px 10px 18px;
    border-radius: 0;
  }
  .outline__cts--flex--item:nth-of-type(2n) {
    margin-right: 0;
  }
  .outline__cts--flex--item:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .outline__cts--flex--item.current:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 60px;
    top: 7px;
    right: -6px;
  }
  .outline__cts--flex--item.end {
    pointer-events: none;
    position: relative;
  }
  .outline__cts--flex--item.end:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .outline__cts--flex--item.end:after {
    position: absolute;
    content: "終了しました";
    font-size: 1.3rem;
    width: 100px;
    text-align: center;
    background-color: #2b6441;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 7px;
  }
  .outline__cts--flex--item-icon {
    position: absolute;
    top: -33px;
    right: 4px;
    width: 90px;
  }
  .outline__cts--flex--item--linkArea {
    margin-top: 4px;
  }
  .outline__cts--flex--item--linkArea a {
    padding: 14px 0;
    font-size: 1.3rem;
  }
  .outline__cts--flex--day .month {
    font-size: 4.8rem;
  }
  .outline__cts--flex--day .day {
    font-size: 4.8rem;
  }
  .outline__cts--flex--day .week {
    font-size: 2.4rem;
    margin-left: 3px;
  }
  .outline__cts--flex--time {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .outline__cts--flex--open {
    font-size: 1.2rem;
  }
  .outline__cts--flex--koubo {
    bottom: -46px;
    right: -65px;
    width: 103px;
    height: 121px;
  }
  .outline__cts--flex--koubo.-budge01 {
    width: 110px;
    height: auto;
    bottom: -70px;
    right: -47px;
  }
  .outline__cts--flex--koubo.-budge02 {
    right: unset;
    left: -46px;
    width: 110px;
    bottom: -68px;
  }
  .outline__cts--box {
    margin-top: 44px;
  }
  .outline__cts--box--wrap--ttl {
    font-size: 1.9rem;
    padding-bottom: 15px;
  }
  .outline__cts--box--wrap--ttl:after {
    width: 83%;
  }
  .outline__cts--box--wrap--attention {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 6px;
  }
  .outline__cts--box--btnArea {
    margin-top: 15px;
  }
  .outline__cts--box--btnArea--link {
    width: 215px;
    padding: 14px 0;
    border: 1px solid #000;
    font-size: 1.4rem;
  }
  .outline__cts--recommend {
    margin-top: 54px;
  }
  .outline__cts--recommend:after {
    bottom: 76px;
    right: 55px;
    width: 82px;
    height: 143px;
  }
  .outline__cts--recommend--txtArea {
    padding: 34px 20px 29px;
    border-radius: 30px;
    width: 100%;
  }
  .outline__cts--recommend--txtArea:after {
    bottom: -30px;
    right: 162px;
    width: 64px;
    height: 69px;
  }
  .outline__cts--recommend--txtArea--ttl {
    font-size: 1.85rem;
  }
  .outline__cts--recommend--txtArea--txt {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 13px;
  }
  .outline__cts--recommend--btnArea {
    margin-top: 88px;
    position: relative;
    z-index: 10;
  }
  .outline__cts--recommend--btnArea a {
    width: 211px;
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .outline__treat01 {
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: 24px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 501px) {
  .outline__treat01 {
    right: calc(50% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .place:before {
    width: 130%;
    height: 1057px;
    top: -4.5%;
    left: -8.7%;
    background-image: url(../img/place_bg_sp.svg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 501px) {
  .place:before {
    width: 850px;
    height: 1770px;
    top: -4.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .place__cnt {
    display: block;
    padding: 41px 0 62px;
  }
  .place__thumbnail {
    width: 107%;
    left: unset;
    margin-top: 0;
    max-width: 390px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 430px) {
  .place__thumbnail {
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .place__thumbnail img {
    min-width: unset;
    position: relative;
    left: unset;
    z-index: 10;
  }
  .place__textarea {
    width: 100%;
    margin-top: 18px;
  }
  .place__box {
    padding: 50px 10px 21px;
  }
  .place__box:not(:first-of-type) {
    margin-top: 16px;
  }
  .place__box:before {
    width: 121px;
  }
  .place__box:nth-of-type(2):before {
    width: 252px;
  }
  .place__box--title {
    font-size: 2rem;
    top: 0;
    left: 0;
    padding: 5px 14px 9px;
  }
  .place__box--title.-small-text {
    font-size: 1.9rem;
    top: 0;
    line-height: 1.3;
  }
  .place__box--pin {
    font-size: 2rem;
    padding: 7px 8px 7px 58px;
    width: 85%;
    margin-bottom: 13px;
  }
  .place__box--pin:before {
    width: 17px;
    height: 24px;
    left: 23px;
  }
  .place__box--treat01 {
    width: 97px;
    height: 48px;
    top: 0px;
    right: 2px;
  }
  .place__box--treat02 {
    width: 76px;
    height: 126px;
    bottom: -1px;
    right: 6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 411px) {
  .place__box--treat02 {
    width: 56px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .place__box--text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .place__box--button {
    font-size: 1.6rem;
    width: 67%;
    height: 50px;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .place__bottom {
    min-width: 1400px;
  }
  .event__cnt {
    padding: 25px 0 0px;
  }
  .event__treat01 {
    display: none;
  }
  .event__treat02 {
    display: none;
  }
  .event__ttl {
    margin-inline: auto;
    width: 320px;
  }
  .event__ttl .japanese {
    text-align: left;
  }
  .event__ttl .english {
    text-align: left;
  }
  .event__ttl--day {
    top: -50px;
    right: 0px;
  }
  .event__swiper-wrap {
    margin-top: 85px;
    padding-bottom: 40px;
  }
  .event__swiper-wrap .swiper-slide {
    margin-right: 0;
  }
  .event__swiper-wrap .swiper-slide:not(:first-of-type) {
    margin-top: 0;
  }
  .event .swiper-horizontal > .swiper-pagination-bullets,
  .event .swiper-pagination-bullets.swiper-pagination-horizontal,
  .event .swiper-pagination-custom,
  .event .swiper-pagination-fraction {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
  }
  .event .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
  }
  .event .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .event .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .event .swiper-pagination-bullet-active {
    background: #fff;
  }
  .event .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event__swiper {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .event__swiper--number {
    top: -29px;
    right: 21px;
    font-size: 6.4rem;
    height: 64px;
  }
  .event__swiper--flex {
    display: block;
  }
  .event__swiper--thumbnail {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
  .event__swiper--thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 67vw;
  }
  .event__swiper--thumbnail img.object-left {
    -o-object-position: left;
       object-position: left;
  }
  .event__swiper--textarea {
    width: 100%;
    max-height: unset;
    margin-top: -2px;
    border-radius: 0 0 40px 40px;
    padding: 24px 20px 60px;
  }
  .event__swiper--textarea.-fourth {
    padding: 24px 20px 60px;
  }
  .event__swiper--title {
    font-size: 2.4rem;
    letter-spacing: 0;
    background-size: 9px 2px;
    background-image: linear-gradient(to right, #ccc 4px, transparent 2px);
    padding-bottom: 21px;
    border-bottom: unset;
  }
  .event__swiper--text {
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .event__swiper--text a {
    margin-inline: auto;
    margin-top: 20px;
  }
  .event__swiper .swiper-button-prev,
  .event__swiper .swiper-button-next {
    height: 42px;
    width: 35px;
    top: 42%;
  }
  .event__swiper .swiper-button-prev::after,
  .event__swiper .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    margin: auto;
    width: 35px;
  }
  .event__swiper .swiper-button-prev,
  .event__swiper .swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto;
  }
  .event__swiper .swiper-button-next,
  .event__swiper .swiper-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
  }
  .event__swiper .swiper-button-prev::after {
    background-image: url(../img/slide_prev.png);
  }
  .event__swiper .swiper-button-next::after {
    background-image: url(../img/slide_next.png);
  }
  .event .swiper-pagination-fraction {
    text-align: center;
    margin-top: 24px;
  }
  .event .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 2.6rem;
  }
  .event__bottom {
    bottom: -20px;
    min-width: 1400px;
  }
  .schedule__cnt {
    padding-top: 182px;
    padding-bottom: 0px;
  }
  .schedule__ttl {
    position: relative;
    z-index: 10;
  }
  .schedule__ttl--en {
    width: 316px;
    position: relative;
    left: -10px;
  }
  .schedule__ttl--ja {
    margin-top: 8px;
  }
  .schedule__ttl--day {
    right: 2px;
    top: -141px;
    left: unset;
    color: #007e68;
  }
  .schedule__ttl--day:before {
    -webkit-transform: unset;
            transform: unset;
  }
  .schedule__btn {
    font-size: 2rem;
    width: 80%;
    height: 60px;
    margin-top: 12px;
  }
  .schedule .schedule--doubleArea {
    margin-top: 37px;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 30px 0;
  }
  .schedule .schedule--doubleArea.coming-soon {
    padding: 40px 0px;
    display: block;
    height: 500px;
    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;
    border-radius: 0;
  }
  .schedule .schedule--doubleArea--comingsoon {
    display: block;
    width: 77%;
    margin-inline: auto;
    margin-top: -237px;
    max-width: 300px;
  }
  .schedule .schedule--doubleArea--item {
    width: 85%;
  }
  .schedule .schedule--doubleArea--treat01 {
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 217px;
  }
  .mainprogram {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .mainprogram__cnt {
    padding-top: 30px;
  }
  .mainprogram__treat01 {
    display: none;
  }
  .mainprogram__treat02 {
    top: -94px;
    right: 30px;
    width: 145px;
    z-index: 0;
  }
  .mainprogram__ttl {
    position: relative;
    z-index: 10;
  }
  .mainprogram__ttl--day {
    top: -146px;
    right: unset;
    left: -30px;
    background: #fff;
    color: #674897;
  }
  .mainprogram__ttl--day:before {
    background-color: #fff;
    left: unset;
    right: 10px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  .mainprogram {
    padding-top: 203px;
    margin-top: -40px;
  }
  .mainprogram__wrap {
    background-size: 10px 10px;
    border-radius: 30px 30px 0 0;
  }
  .mainprogram__cnt {
    padding-bottom: 112px;
    width: 100%;
  }
  .mainprogram__cnt:after {
    display: none;
  }
  .mainprogram__ttl {
    width: 280px;
  }
  .mainprogram__ttl:after {
    background-image: url(../img/program_ttl_treat_sp.png);
    top: -15px;
    right: -29px;
    width: 137px;
    height: 47.5px;
    top: -15px;
    right: -15px;
    width: 164px;
    height: 47.5px;
  }
  .mainprogram__cts {
    margin-top: 36px;
    max-width: unset;
  }
  .mainprogram__cts--flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .mainprogram__cts--flex--item--cnt--ttl {
    font-size: 1.7rem;
    padding: 13px 0;
    height: 71px;
    width: 100%;
  }
  .mainprogram__cts--flex--item--cnt--imgArea {
    margin-top: 0px;
  }
  .mainprogram__cts--flex--item--cnt--subTtl {
    font-size: 1.5rem;
    height: 170px;
  }
  .mainprogram__cts--flex--item--cnt--time {
    font-size: 1.3rem;
    margin-top: 0;
    height: 25px;
    line-height: 1.3;
    padding: 5px 10px;
  }
  .mainprogram__cts--flex--item--cnt--txt {
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: 0;
    margin-top: 20px;
    padding-bottom: 23px;
  }
  .mainprogram .swiper-button-prev,
  .mainprogram .swiper-rtl .swiper-button-next {
    left: 22px;
    right: auto;
  }
  .mainprogram .swiper-button-next,
  .mainprogram .swiper-rtl .swiper-button-prev {
    right: 22px;
    left: auto;
  }
  .mainprogram .swiper-button-prev:after,
  .mainprogram .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    margin: auto;
    width: 35px;
  }
  .mainprogram .swiper-horizontal > .swiper-pagination-bullets,
  .mainprogram .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mainprogram .swiper-pagination-custom,
  .mainprogram .swiper-pagination-fraction {
    bottom: 77px;
    left: 0;
    width: 100%;
  }
  .mainprogram .swiper-pagination-current {
    font-size: 2.6rem;
  }
  .bus {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .bus__lead {
    font-size: 1.7rem;
    letter-spacing: 0em;
    margin-top: 33px;
    line-height: 1.67;
  }
  .bus__img {
    margin-top: 30px;
  }
  .pickup {
    padding-top: 64px;
    padding-bottom: 50px;
    background-image: url(../img/pickup_bg_sp.png);
    background-size: 100%;
    background-position: top;
  }
  .pickup__cnt {
    margin-top: 0;
    width: 100%;
  }
  .pickup__ttl {
    width: 250px;
  }
  .pickup__ttl--ja {
    padding: 10px 7px;
  }
  .pickup__ttl--en {
    letter-spacing: 0.15em;
  }
  .pickup__ttl:after {
    background-image: url(../img/pickup_ttl_treat_sp.png);
    top: -21px;
    right: -29px;
    width: 137px;
    height: 47.5px;
    top: -15px;
    right: -29px;
    width: 137px;
    width: 164px;
    height: 47.5px;
  }
  .pickup__ttl .commonTtl__bbl {
    right: -47px;
  }
  .pickup__cts {
    width: 100%;
    margin-top: 40px;
  }
  .pickup__cts:before {
    display: none;
  }
  .pickup__cts:after {
    display: none;
  }
  .pickup__cts--item {
    padding-bottom: 0;
  }
  .pickup__cts--item:not(:last-of-type):after {
    display: none;
  }
  .pickup__cts--item:not(:first-of-type) {
    margin-top: 30px;
  }
  .pickup__cts--item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup__cts--item--flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup__cts--item--imgArea {
    width: 100%;
  }
  .pickup__cts--item--txtArea {
    width: 75%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
  }
  .pickup__cts--item--txtArea.reverse {
    width: 75%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .pickup__cts--item--txtArea--ttl span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.9rem;
    padding: 6px 14px;
    letter-spacing: 0.05em;
  }
  .pickup__cts--item--txtArea--ttl span:not(:first-of-type) {
    margin-top: 6px;
  }
  .pickup__cts--item--txtArea--txt {
    margin-top: 12px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .guide {
    padding-top: 46px;
    padding-bottom: 46px;
    background-size: 16px 16px;
  }
  .guide__cnt--ttl {
    font-size: 1.7rem;
    padding: 10px 10px;
  }
  .guide__cnt--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .guide__cnt--flex > .txt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin-top: 30px;
    width: 100%;
  }
  .guide__cnt--flex .imgArea {
    width: 88%;
  }
  .guide__cnt--flex .imgArea__img {
    width: 53%;
  }
  .guide__cnt--flex .imgArea__img:nth-of-type(2) {
    margin-top: -170px;
  }
  .scheduleSection {
    padding-top: 52px;
  }
  .scheduleSection__ttl {
    width: 270px;
  }
  .scheduleSection__ttl--ja {
    padding: 10px 7px;
  }
  .scheduleSection__ttl:after {
    background-image: url(../img/pickup_ttl_treat_sp.png);
    width: 157px;
    height: 47px;
    top: -10px;
    right: -33px;
    top: -15px;
    right: -45px;
    width: 137px;
    width: 164px;
  }
  .scheduleSection__ttl .commonTtl__bbl {
    top: -17px;
  }
  .scheduleSection .schedule--attn {
    margin-top: 26px;
    line-height: 1.5;
  }
  .scheduleSection .schedule__select {
    padding: 20px 0;
    width: 72%;
    width: 100%;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
  }
  .scheduleSection .schedule__label {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../img/schedule_angle.png);
    background-size: 18px 9px;
    background-repeat: no-repeat;
    background-position: 90%;
    color: #fff;
    padding: 20px 0;
    background-color: #000;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 72%;
    width: 290px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-indent: -2em;
    letter-spacing: 0.17em;
  }
  .scheduleSection .schedule {
    padding-bottom: 24px;
    margin-top: 36px;
  }
  .scheduleSection .schedule__content {
    margin-top: 25px;
  }
  .scheduleSection .schedule__content:before {
    width: 165px;
    padding: 12px 0;
    font-size: 1.3rem;
  }
  .scheduleSection__attention {
    margin-left: 0;
  }
  .scheduleSection__attention p {
    text-align: left;
  }
  .scheduleSection .schedule--doubleArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .scheduleSection .schedule--doubleArea--item {
    width: 100%;
  }
  .scheduleSection .schedule--doubleArea--item:last-of-type {
    margin-right: 0;
    margin-top: 0px;
  }
  .endLd {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .endLd__cnt--txt {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.67;
  }
  .facultyIntro {
    padding-top: 79px;
    padding-bottom: 0px;
  }
  .facultyIntro__treat01 {
    width: 104px;
    top: 200px;
    left: -9px;
  }
  .facultyIntro__treat02 {
    width: 103px;
    top: 208px;
    right: -11px;
  }
  .facultyIntro__cnt:after {
    top: -23px;
    right: -10px;
    width: 104px;
    height: 113px;
    display: none;
  }
  .facultyIntro__ttl:before {
    width: 37px;
    height: 46px;
    bottom: 6px;
    left: -38px;
  }
  .facultyIntro__ttl:after {
    width: 37px;
    height: 46px;
    bottom: 6px;
    right: -38px;
  }
  .facultyIntro__ttl--en {
    width: 360px;
  }
  .facultyIntro__lead {
    margin-top: 9px;
    font-size: 1.6rem;
    line-height: 1.76;
    letter-spacing: 0em;
  }
  .facultyIntro__title-img {
    margin-inline: auto;
    width: 160px;
    margin-top: 36px;
  }
  .facultyIntro__cts {
    margin-top: 48px;
  }
  .facultyIntro__cts--faculty:nth-of-type(1) .facultyIntro__cts--faculty--btn {
    background-image: url(../img/faculty_bg01_sp.png);
    background-position: right bottom;
    background-size: 105%;
    background-repeat: no-repeat;
  }
  .facultyIntro__cts--faculty:nth-of-type(2) .facultyIntro__cts--faculty--btn {
    background-image: url(../img/faculty_bg02_sp.png);
    background-position: right bottom;
    background-size: 105%;
    background-repeat: no-repeat;
  }
  .facultyIntro__cts--faculty:nth-of-type(3) .facultyIntro__cts--faculty--btn {
    background-image: url(../img/faculty_bg03_sp.png);
    background-position: right bottom;
    background-size: 105%;
    background-repeat: no-repeat;
  }
  .facultyIntro__cts--faculty:nth-of-type(4) .facultyIntro__cts--faculty--btn {
    background-image: url(../img/faculty_bg04_sp.png);
    background-position: right bottom;
    background-size: 105%;
    background-repeat: no-repeat;
  }
  .facultyIntro__cts--faculty:nth-of-type(5) .facultyIntro__cts--faculty--btn {
    background-image: url(../img/faculty_bg05_sp.png);
    background-position: right bottom;
    background-size: 111%;
    background-repeat: no-repeat;
  }
  .facultyIntro__cts--faculty--btn--flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facultyIntro__cts--faculty--btn--flex--angleBox {
    bottom: 40px;
    right: unset;
    width: 42px;
    height: 35px;
  }
  .facultyIntro__cts--faculty--btn--flex--angleBox:after {
    background-size: 23px 10px;
  }
  .facultyIntro__cts--faculty--btn--flex--imgArea {
    width: 100%;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea {
    width: 100%;
    padding: 40px 31px 103px;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--ttl {
    padding-right: 0;
    width: 100%;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--ttl.new:after {
    top: 20%;
    right: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--ttl .smallTxt {
    font-size: 1.8rem;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--ttl .bigTxt {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 7px;
    letter-spacing: 0.05em;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--categoryList {
    margin-top: 8px;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--categoryList li {
    border-radius: 2px;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 6px 15px;
    margin-right: 3px;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }
  .facultyIntro__cts--faculty--btn--flex--txtArea--txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 7px;
    padding-right: 0;
    display: none;
  }
  .facultyIntro__cts--faculty--toggleCts {
    padding: 34px 0 51px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group {
    width: 100%;
    margin-right: 0;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group:not(:first-of-type) {
    margin-top: 25px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .box:not(:first-of-type) {
    margin-top: 21px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__ttl {
    font-size: 1.5rem;
    padding: 9px 17px;
    letter-spacing: 0.05em;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__ttl:after {
    border-top: solid 12px transparent;
    border-left: solid 12px transparent;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt {
    margin-top: 13px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__txt span:not(:first-of-type) {
    margin-top: 15px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list {
    margin-top: 12px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list--item {
    font-size: 1.4rem;
    line-height: 1.62;
    letter-spacing: 0.04em;
    padding-left: 15px;
  }
  .facultyIntro__cts--faculty--toggleCts--flex--group .facultyBox__list--item:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .facultyIntro__cts--faculty--toggleCts--btnArea {
    margin-top: 37px;
  }
  .facultyIntro__cts--faculty--toggleCts--btnArea a {
    width: 240px;
    font-size: 1.5rem;
    padding: 19px 49px;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: -1em;
  }
  .facultyIntro__cts--faculty--toggleCts--btnArea a:after {
    width: 8px;
    height: 16px;
    top: 50%;
    right: 35px;
  }
  .facultyIntro__attention {
    width: 73%;
    font-size: 1rem;
    margin-top: 3px;
    line-height: 1.7;
    margin-left: auto;
    letter-spacing: 0em;
    margin-right: auto;
  }
  .facultyIntro__attention p {
    margin-left: 1em;
    text-indent: -1em;
  }
  .facultyIntro__bannerArea {
    margin-top: 29px;
  }
  .facultyIntro__bannerArea--ttl {
    font-size: 1.5rem;
    width: auto;
  }
  .facultyIntro__bannerArea--ttl a {
    width: 240px;
    padding: 15px 18px;
    display: block;
    margin: 0 auto;
  }
  .facultyIntro__bannerArea--ttl:before {
    width: 14px;
    height: 13px;
  }
  .facultyIntro__bannerArea--ttl:after {
    width: 14px;
    height: 13px;
  }
  .facultyIntro__bannerArea--imgArea {
    margin-top: 17px;
    width: 90%;
  }
  .reservation {
    margin-top: 41px;
    padding: 29px 0 50px;
  }
  .reservation:before {
    top: -2.3vw;
    left: 0;
    width: 100%;
    height: 21px;
    background-size: 165%;
  }
  .reservation:after {
    bottom: -2.3vw;
    left: 0;
    width: 100%;
    height: 21px;
    background-size: 165%;
  }
  .reservation__ttl {
    width: 298px;
  }
  .reservation__leadArea {
    margin-top: 9px;
  }
  .reservation__leadArea:not(:first-of-type) {
    margin-top: 23px;
  }
  .reservation__leadArea--txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .reservation__btnArea {
    margin-top: 20px;
  }
  .reservation__btnArea a {
    font-size: 1.5rem;
    padding: 20px 0;
    width: 240px;
  }
  .reservation__cts {
    margin-top: 28px;
  }
  .reservation__cts--wrap {
    border: 2px solid #f58200;
    border-radius: 20px;
    padding: 18px 0 25px;
    margin-top: 9px;
  }
  .reservation__cts--wrap:after {
    top: -62px;
    right: 6px;
    bottom: unset;
    width: 66px;
    height: 114px;
  }
  .reservation__cts--wrap--ttl {
    font-size: 1.75rem;
    padding: 8px 0;
  }
  .reservation__cts--wrap--desc {
    padding: 21px 25px 0;
  }
  .reservation__cts--wrap--desc--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reservation__cts--wrap--desc--list--item {
    width: 100%;
    margin-right: 0;
    padding-left: 44px;
    padding-top: 0;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.6;
  }
  .reservation__cts--wrap--desc--list--item:not(:first-of-type) {
    margin-top: 17px;
  }
  .reservation__cts--wrap--desc--list--item:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.3rem;
    width: 20px;
    height: 20px;
  }
  .reservation__cts--wrap--desc--list--item:not(:last-of-type):after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to bottom, #f58200, #f58200 2px, transparent 2px, transparent 2px);
    background-size: 2px 4px;
    background-position: left bottom;
    background-repeat: repeat-y;
    width: 1px;
    height: calc(100% + 28px);
    top: 50%;
    left: 10px;
  }
  .reservation__cts--wrap--desc--attention {
    margin-top: 46px;
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
    width: 69%;
    text-align: left;
  }
  .access {
    padding: 60px 0 0px;
  }
  .access__ttl--en {
    width: 230px;
  }
  .access__ttl--ja {
    margin-top: -5px;
  }
  .access__treat01 {
    position: absolute;
    top: -7px;
    right: 0;
    width: 114px;
  }
  .access__imgArea {
    margin-top: 35px;
    max-width: unset;
    border-radius: 0;
  }
  .access__imgArea--txt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 9px 5px 9px;
    text-align: center;
    letter-spacing: 0em;
    background-color: #000;
  }
  .access__leadArea {
    margin-top: 34px;
  }
  .access__leadArea--ttl {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .access__leadArea--ttl .bog-text {
    font-size: 2.4rem;
  }
  .access__leadArea--ttl .bold-text {
    font-size: 2.4rem;
  }
  .access__leadArea--txt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin-top: 10px;
  }
  .access__mapArea {
    margin-top: 51px;
    width: 100%;
  }
  .access__mapArea:after {
    display: none;
  }
  .access__mapArea .access__note {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.1rem;
  }
  .access__btnArea {
    margin-top: 41px;
  }
  .access__btnArea a {
    font-size: 1.9rem;
    padding: 18px 0;
    width: 280px;
    border-radius: 5px;
    letter-spacing: 0.2em;
  }
  .pointSection {
    margin-top: 51px;
  }
  .pointSection__mv {
    background-image: url(../img/point_bg_sp.jpg);
  }
  .pointSection__mv--cts {
    padding: 50px 0 49px;
  }
  .pointSection__mv--cts--box {
    padding: 34px 15px;
    width: 71%;
    margin-left: auto;
    margin-right: auto;
  }
  .pointSection__mv--cts--box--ttl--treat {
    font-size: 1.2rem;
    padding-bottom: 16px;
  }
  .pointSection__mv--cts--box--ttl--treat:after {
    width: 188px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .pointSection__mv--cts--box--ttl--small {
    font-size: 1.65rem;
    margin-top: 7px;
  }
  .pointSection__mv--cts--box--ttl--middle {
    font-size: 2.3rem;
    margin-top: 9px;
  }
  .pointSection__mv--cts--box--ttl--big {
    font-size: 2.85rem;
    margin-top: 2px;
  }
  .pointSection__mv--cts--btnArea {
    margin-top: 16px;
  }
  .pointSection__mv--cts--btnArea a {
    width: 206px;
    padding: 17px 0;
    font-size: 1.5rem;
  }
  .pointSection__ctsArea {
    margin-top: 23px;
  }
  .pointSection__ctsArea--ttl {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .pointSection__ctsArea--txt {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-top: 15px;
    width: 100%;
  }
  .pointSection__ctsArea--toggleArea {
    margin-top: 40px;
  }
  .pointSection__ctsArea--toggleArea--item:not(:first-of-type) {
    margin-top: 11px;
  }
  .pointSection__ctsArea--toggleArea--item--btn {
    padding: 15px 27px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .pointSection__ctsArea--toggleArea--item--btn:after {
    right: 17px;
    width: 7px;
    height: 16px;
  }
  .pointSection__ctsArea--toggleArea--item--toggleCts {
    padding: 12px 32px;
  }
  .pointSection__ctsArea--toggleArea--item--toggleCts ul li {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    padding-left: 11px;
    text-align: justify;
  }
  .pointSection__ctsArea--toggleArea--item--toggleCts ul li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .bnr__ttl--en {
    width: 286px;
    position: relative;
    left: 21px;
  }
  .bnr__ttl--ja {
    margin-top: -4px;
  }
  .bnr__cnt {
    padding: 66px 0 60px;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .bnr__cnt--swiper {
    margin-top: 37px;
  }
  .bnr__cnt .swiper-slide {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .bnr__cnt .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .bnr__cnt .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .bnr__cnt .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .bnr__cnt .swiper-horizontal > .swiper-pagination-bullets,
  .bnr__cnt .swiper-pagination-bullets.swiper-pagination-horizontal,
  .bnr__cnt .swiper-pagination-custom,
  .bnr__cnt .swiper-pagination-fraction {
    bottom: 39px;
  }
  .inquiry {
    margin-top: 82px;
    background-size: 10px 10px;
  }
  .inquiry__cnt {
    width: 100%;
    padding: 33px 0 40px;
  }
  .inquiry__cnt--txtArea {
    padding-bottom: 14px;
  }
  .inquiry__cnt--txtArea:after {
    width: 89%;
  }
  .inquiry__cnt--txtArea--ttl {
    font-size: 1.1rem;
    width: 88px;
    padding: 5px 5px;
  }
  .inquiry__cnt--txtArea--txt {
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin-top: 13px;
  }
  .inquiry__cnt--linkArea {
    margin-top: 19px;
  }
  .inquiry__cnt--linkArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inquiry__cnt--linkArea--flex--item {
    font-size: 1rem;
    padding-left: 20px;
  }
  .inquiry__cnt--linkArea--flex--item:first-of-type:before {
    width: 16px;
    height: 16px;
  }
  .inquiry__cnt--linkArea--flex--item:last-of-type {
    margin-top: 10px;
  }
  .inquiry__cnt--linkArea--flex--item:last-of-type:before {
    width: 13px;
    height: 10px;
  }
  .inquiry__cnt--linkArea--flex--item a.tel {
    font-size: 1.65rem;
  }
  .inquiry__cnt--linkArea--flex--item a.mail {
    font-size: 1.4rem;
  }
  .link {
    margin-top: 43px;
  }
}
/*# sourceMappingURL=style.css.map */