@charset "UTF-8";
/*FONT*/
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/ZenMaruGothic-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/ZenMaruGothic-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-display: swap;
}
/*基本設定*/
html {
  font-size: 100%;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  font-size: 20px; /*PC*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) { /*Tab*/
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) { /*SP*/
  html {
    font-size: 10px;
  }
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #303030;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

img {
  max-inline-size: none;
  max-block-size: none;
}

img, svg {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1;
}

@media screen and (min-width: 768px) { /*PC*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  a:hover.hover-non {
    opacity: 1;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767px) { /*SP*/
  .onlyPC {
    display: none !important;
  }
}
/* ================================================================= */
/* 共通設定 */
.hide-txt {
  text-indent: 120%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/*マーカー・リスト・インデント*/
.u-marker {
  background-color: #ffe340;
  padding: 0 0.075em;
  margin: 0 0.075em;
  font-weight: 700;
}

.u-listmark {
  position: relative;
  color: #a71022;
  width: 1em;
  left: 0.02em;
  display: inline-block;
  transform: scale(0.7);
  padding-right: 0.1rem;
}

p.u-indent1, .u-indent1 > li {
  padding-left: 1em;
  text-indent: -1em;
}
p.u-indent1 .u-listmark, .u-indent1 > li .u-listmark {
  padding-left: 1em;
}

p.u-indent2, .u-indent2 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
p.u-indent2 .u-listmark, .u-indent2 > li .u-listmark {
  padding-left: 1.5em;
}

/*赤文字*/
.u-red-txt {
  color: #a71022;
}

/*上向き逆ハの字*/
.c-speak {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1em 0;
}
.c-speak::before, .c-speak::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.75em;
  height: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #a71022;
}
.c-speak::before {
  transform: rotate(67deg);
  top: 0.55em;
  left: -2em;
}
.c-speak::after {
  transform: rotate(-67deg);
  top: 0.55em;
  right: -2em;
}

/*日付*/
.c-date {
  display: inline;
  line-height: 1;
  font-size: 4rem;
}
.c-date .c-date-day {
  display: inline;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.c-date .c-date-day span {
  position: relative;
  top: -0.075em;
  font-weight: 400;
  font-size: 0.75em;
  margin-right: 0.125em;
}
.c-date .c-date-week {
  display: inline;
  font-weight: 900;
  margin-left: -0.6em;
  margin-right: -0.3em;
  font-size: 0.3125em;
}

/*slick-sliderの崩れ防止*/
.slider {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.slider img {
  backface-visibility: hidden; /*画像のボケ防止*/
}

/*基本レイアウト枠*/
.l-wrapper {
  overflow: hidden;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.l-inner-100 {
  overflow: hidden;
  width: 1000px;
  max-width: 100vw;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.l-inner-80 {
  overflow: hidden;
  width: 800px;
  max-width: 100vw;
  margin: 0 auto;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.l-inner-80.l-inner-r {
  border-radius: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) { /*Tab*/
  .l-inner-100 {
    max-width: 1000px;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .l-inner-80 {
    max-width: 800px;
    width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) { /*SP*/
  .l-inner-100 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .l-inner-80 {
    width: 100vw;
    padding: 7vw;
    border-radius: 0;
  }
  .l-inner-80.l-inner-r {
    border-radius: 0;
  }
}
/* ローディング */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -100;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background: #fff url(../img/sideNav-logo2026.png) no-repeat 50% 45%;
  background-size: 10rem auto;
  position: fixed;
  z-index: 10000;
}

/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 3s forwards;
}

/* ================================================================= */
/* ヘッダー */
/* ================================================================= */
#header {
  position: absolute;
  z-index: 14;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header .header__logo {
  flex: auto;
  text-align: left;
  padding: 1.2rem;
}
#header .header__logo img {
  width: 17.68rem;
}
#header .header__cta {
  width: 6rem;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
}
#header .header__cta a {
  background-color: #a71022;
  color: #fff;
  border-radius: 0 0 0 1.2rem;
  width: 100%;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1109px) {
  #header {
    width: 100vw;
    position: sticky;
    background-color: #fff;
    border-bottom: #f8eee1 1px solid;
  }
  #header .header__logo {
    padding: 1.4rem 0 0.7rem 1.4rem;
  }
  #header .header__logo img {
    width: 16.5rem;
  }
  #header .header__cta {
    width: 8rem;
    font-size: 1.2rem;
  }
  #header .header__cta a {
    height: 100%;
    border-radius: 0;
  }
}
/* ================================================================= */
/* サイドナビ　ページ内リンク */
/* ================================================================= */
/*PC*/
@media screen and (min-width: 1110px) {
  #btnSideNav {
    position: fixed;
    z-index: -1;
    opacity: 0;
  }
  #sideNav {
    display: none; /*ロード時は非表示*/
    position: fixed;
    z-index: 10;
    top: 50%;
    right: -150%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
  }
  #sideNav.is-in {
    right: 0;
    opacity: 1;
    transition: all 0.6s ease 0s;
  }
  #sideNav .sideNav__container {
    margin: 0 0 0 auto;
    width: 6rem;
  }
  #sideNav li {
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  #sideNav li:first-of-type {
    border-radius: 1.2rem 0 0 0;
  }
  #sideNav li:last-of-type {
    border-radius: 0 0 0 1.2rem;
  }

  #sideNav li a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a71022;
    color: #fff;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    width: 100%;
    min-height: 3.5rem;
    position: relative;
  }
  #sideNav li a.current::before {
    content: "";
    display: block;
    width: 1rem;
    height: 3.5rem;
    background: url(../img/sideNav-current_r.png) no-repeat 0 50%;
    position: absolute;
    left: -1.4rem;
    top: 0;
  }
  #sideNav li a .spNav {
    display: none;
  }
  #sideNav li.sideNav__y a {
    background-color: #ece7e5;
    color: #303030;
  }
  #sideNav li.sideNav__b a {
    background-color: #3789be;
  }
  #sideNav li.sideNav__b a.current::before {
    background-image: url(../img/sideNav-current_b2026.png);
  }
  #sideNav li:first-of-type a {
    border-radius: 1.2rem 0 0 0;
    border-top: #fff solid 2px;
  }
  #sideNav li:last-of-type a {
    border-radius: 0 0 0 1.2rem;
  }
}
@media screen and (max-width: 1109px) {
  #btnSideNav {
    display: block;
    position: fixed;
    top: 7rem;
    right: 1.5rem;
    z-index: 14;
    background: #fff url(../img/sideNav-btn2026.png) no-repeat 50% 50%;
    background-size: contain;
    width: 5rem;
    height: 5rem;
    text-align: center;
    border-radius: 50vh;
    box-shadow: 0 0 0.7rem 0.125rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  #btnSideNav.off {
    display: none;
  }
  #btnSideNav.active {
    background-image: url(../img/sideNav-btn2026_close.png);
    box-shadow: none;
  }
  .sideNav-bg {
    z-index: 4;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(180, 180, 180, 0.5);
    top: 0;
    left: 0;
    transition: all 0.35s;
    /* .bg-activeが付与された時 */
  }
  .sideNav-bg.bg-active {
    display: block;
    transition: all 0.35s;
  }
  #sideNav {
    display: none; /*ロード時は非表示*/
    z-index: 13;
    position: fixed;
    width: 100%;
    height: 30%;
    top: -150%;
    transition: all 0.35s 0s ease;
    /*アクティブクラスがついたら表示位置変更*/
  }
  #sideNav.panel-active {
    display: block;
    height: auto;
    top: 5.5rem;
    transition: all 0.4s 0s ease;
  }
  #sideNav .sideNav__container {
    position: relative;
    z-index: 1;
    margin: 1.5rem;
    background-color: #fff;
    border-radius: 2.5rem;
    box-shadow: 0 0 0.7rem 0.125rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #sideNav .sideNav__container::before {
    content: "";
    display: block;
    width: 100%;
    height: 11rem;
    background: url(../img/sideNav-logo2026.png) no-repeat 50% 60%;
    background-size: 16rem auto;
  }
  #sideNav .sideNav__container li {
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #sideNav .sideNav__container li a {
    position: relative;
    display: block;
    padding: 0.75rem 4.5rem 0.75rem 3rem;
    background-color: #e5dedc;
  }
  #sideNav .sideNav__container li a.sideNav__spr1 {
    background-color: #e5dedc;
  }
  #sideNav .sideNav__container li a.sideNav__spr2 {
    background-color: #f2efee;
  }
  #sideNav .sideNav__container li a.sideNav__spb1 {
    background-color: #d7e7f2;
  }
  #sideNav .sideNav__container li a.sideNav__spb2 {
    background-color: #ebf3f8;
  }
  #sideNav .sideNav__container li a::after {
    content: "";
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    position: absolute;
    top: 1.05em;
    right: 3.4rem;
    border-bottom: 2px solid #a71022;
    border-right: 2px solid #a71022;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
  }
  #sideNav .sideNav__container li a.sideNav__spb1::after, #sideNav .sideNav__container li a.sideNav__spb2::after {
    border-bottom: 2px solid #3789be;
    border-right: 2px solid #3789be;
  }
  #sideNav .sideNav__container li a .pcNav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
  #sideNav .sideNav__container::before {
    height: 8rem;
    background-size: 12rem auto;
  }
  #sideNav .sideNav__container li {
    font-size: 1rem;
  }
  #sideNav .sideNav__container li a::after {
    top: 1.05em;
  }
}
/* ================================================================= */
/* 追従する申し込みボタン */
/* ================================================================= */
#entry {
  width: 290px;
  position: fixed;
  z-index: 12;
  left: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-105%);
  transition: all 1s ease;
}
#entry.is-in {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s 1s ease;
}

@media screen and (max-width: 767px) {
  #entry {
    width: 112px;
  }
}
/* ================================================================= */
/* h1 MV */
/* ================================================================= */
#mv {
  background-color: #ece7e5;
  text-align: center;
}

/* ================================================================= */
/* フッター */
/* ================================================================= */
#footer .footer__container {
  background-color: #a71022;
  color: #fff;
  padding: 4rem 0 2rem;
  text-align: center;
}
#footer .footer__container a {
  color: #fff;
}
/* #footer .footer__container .footer__special { */
  /* slick */
/* } */
#footer .footer__container .footer__special .footer__special-ttl {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0 0 2rem;
}
#footer .footer__container .footer__special .footer__special-ttl p {
  font-size: 1.5rem;
}
#footer .footer__container .footer__special .footer__special-ttl h3 {
  font-size: 2rem;
}
#footer .footer__container .footer__special .footer__slider-box {
  width: 100vw;
}
#footer .footer__container .footer__special .footer__slider-box li {
  margin: 0.5rem;
  width: 17rem;
}
#footer .footer__container .footer__special .slick-dots {
  bottom: -1rem;
}
#footer .footer__container .footer__special .slick-dots li {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.2rem;
}
#footer .footer__container .footer__special .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
}
#footer .footer__container .footer__special .slick-dots li button::before {
  width: inherit;
  height: inherit;
  content: "";
  border-radius: 100vh;
  background: #D38890;
  opacity: 1;
}
#footer .footer__container .footer__special .slick-dots li.slick-active button::before {
  background: #fff;
}
#footer .footer__container .footer__menu {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
#footer .footer__container .footer__menu li {
  margin: 0 0.5rem;
  width: 17rem;
}
#footer .footer__container .footer__sns {
  margin: 3.4rem 0 0;
  padding: 2.6rem 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__container .footer__sns > li {
  width: 3.9rem;
  height: 3.9rem;
  position: relative;
}
#footer .footer__container .footer__sns > li + li {
  margin-left: 1rem;
}
#footer .footer__container .footer__sns a {
  border-radius: 50vh;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100%;
  height: 0;
}
#footer .footer__container .footer__sns .footer__sns_youtube a {
  background-image: url(../img/icon-youtube.png);
}
#footer .footer__container .footer__sns .footer__sns_line a {
  background-image: url(../img/icon-line.png);
}
#footer .footer__container .footer__sns .footer__sns_instagram a {
  background-image: url(../img/icon-instagram.png);
}
#footer .footer__container .footer__sns .footer__sns_instagram span {
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 2rem;
  overflow: hidden;
  background: url(../img/icon-instagram-speak.png) no-repeat 50% 0;
  background-size: contain;
}
#footer .footer__container .footer__logo {
  margin: 3rem 0 1.5rem;
}
#footer .footer__container .footer__logo img {
  width: 19rem;
}
#footer .footer__container .footer__address {
  margin: 1.2rem 0 0.2rem;
  font-size: 0.8rem;
  line-height: 1.5;
  font-style: normal;
}
#footer .footer__container .footer__copyright {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #footer .footer__container {
    margin-top: 4rem;
  }
  #footer .footer__container .footer__menu {
    margin-top: 4.5rem;
    display: block;
  }
  #footer .footer__container .footer__menu li {
    margin: 1rem auto 0;
  }
  #footer .footer__container .footer__sns {
    margin: 2.6rem 0 0;
  }
  #footer .footer__container .footer__sns > li {
    width: 4.5rem;
    height: 4.5rem;
  }
  #footer .footer__container .footer__sns .footer__sns_instagram span {
    background-size: contain;
  }
  #footer .footer__container .footer__logo {
    margin: 2.75rem 0 1.25rem;
  }
  #footer .footer__container .footer__logo img {
    width: 22rem;
  }
  #footer .footer__container .footer__address {
    font-size: 1rem;
  }
  #footer .footer__container .footer__copyright {
    font-size: 0.9rem;
  }
}
/* ================================================================= */
/* メイン設定 */
/* ================================================================= */
.main {
  position: relative;
  text-align: center;
}

.section-title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 4rem;
  }
}
/* ================================================================= */
/* 次回のオープンキャンパス */
/* ================================================================= */
#nextday {
  padding: 4rem 2rem 0;
}
#nextday .nextday__copy {
  font-weight: 700;
  line-height: 1.2;
}
#nextday .nextday__copy .c-speak {
  margin-bottom: 0;
}
#nextday .c-date {
  margin-left: 0.05em;
  color: #a71022;
  font-size: 8rem;
}
#nextday .nextday__time {
  font-size: 1rem;
  line-height: 1.35;
}
#nextday .nextday__time p.nextday__time-zone {
  margin-left: 0.25em;
  position: relative;
  top: 0.075em;
  display: inline;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}
#nextday .nextday__time p.nextday__time-start {
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}
#nextday .nextday__time .nextday__time-notes {
  margin: 1rem auto;
  width: fit-content;
}
#nextday .nextday__time .nextday__time-notes > p + p {
  margin-top: 0.5em;
}

#nextday .nextday__icon {
  margin-top: 0.725rem;
}
#nextday .nextday__icon li {
  display: inline-block;
  background-color: #a71022;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 0.125rem;
  padding: 0.075rem 1.5rem 0.2rem;
  font-weight: 700;
  font-size: 1.2rem;
}
#nextday .nextday__more-now {
  margin-top: 1.5rem;
  line-height: 1.4;
}
#nextday .nextday__more-now a {
  position: relative;
  background-color: #fff;
  color: #a71022;
  border: #a71022 4px solid;
  border-radius: 50vh;
  display: inline-block;
  font-weight: 700;
  font-size: 1.425rem;
  min-width: 12em;
  padding: 0.615rem 2.5rem 0.695rem;
}
#nextday .nextday__more-now a::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  top: 0.825em;
  right: 1.4rem;
  border-bottom: 2px solid #a71022;
  border-right: 2px solid #a71022;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
#nextday .nextday__more-now a:hover::after {
  right: 1.25rem;
}

@media screen and (max-width: 767px) {
  #nextday {
    padding-top: 2rem;
  }
  #nextday .nextday__copy {
    font-size: 1.35rem;
  }
  #nextday .nextday__more-now {
    margin-top: 1.4rem;
  }
  #nextday .nextday__more-now a {
    padding: 0.65rem 4rem;
    font-size: 1.7rem;
    max-width: 80vw;
  }
}
/* ================================================================= */
/* 特典 */
/* ================================================================= */
#tokuten {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
#tokuten .tokuten__container {
  margin: 0 auto;
  width: 60rem;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
#tokuten .tokuten__box {
  position: relative;
  width: calc(50% - 4rem); /* gap+padding分を引く */
  max-width: 460px;
  padding-top: 0.8rem;
}
#tokuten .tokuten__box .tokuten__box-label {
  position: absolute;
  left: -1.1rem;
  top: -0.3rem;
  width: 5.95rem;
  min-height: 8.3rem;
  background: url(../img/tokuten-label2026_bg.png) no-repeat left top;
  background-size: contain;
  line-height: 1;
  padding: 3.25rem 0.275rem 0 0;
}
#tokuten .tokuten__box .tokuten__box-label span {
  display: none;
}
#tokuten .tokuten__box .tokuten__box-label strong {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
}
#tokuten .tokuten__box .tokuten__box-content {
  /* background: #ece7e5 url(../img/tokuten-box_bg.png) no-repeat left bottom;
  background-size: contain;   2026年は下の三角なし */
  background-color: #ece7e5;
  padding-bottom: 1rem;
  line-height: 1.4;
  font-size: 0.9rem;
}
#tokuten .tokuten__box .tokuten__box-content .tokuten__box-content-img {
  text-align: right;
  overflow: hidden;
  margin: 0 0 0.8rem auto;
  border-radius: 0 0 0 3rem;
  width: 91.3%;
}
#tokuten .tokuten__box .tokuten__box-content h3 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.65rem;
}
#tokuten .tokuten__box .tokuten__box-content .tokuten__box-more {
  position: relative;
  background-color: #fff;
  border-radius: 50vh;
  display: inline-block;
  font-weight: 700;
  padding: 0.25rem 2.5rem;
}
#tokuten .tokuten__box .tokuten__box-content .tokuten__box-more::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.6em;
  right: 1.4rem;
  border-bottom: 2px solid #a71022;
  border-right: 2px solid #a71022;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
#tokuten .tokuten__box .tokuten__box-content .tokuten__box-more:hover::after {
  top: 0.725em;
}

@media screen and (max-width: 767px) {
  #tokuten {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #tokuten .tokuten__container {
    flex-direction: column;
    width: 74vw;
  }
  #tokuten .tokuten__box {
    width: auto;
  }
  #tokuten .tokuten__box .tokuten__box-label {
    width: 7rem;
    min-height: 10rem;
    padding: 3.85rem 0.35rem 0 0;
  }
  #tokuten .tokuten__box .tokuten__box-label strong {
    font-size: 3.8rem;
  }
  #tokuten .tokuten__box .tokuten__box-content {
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }
  #tokuten .tokuten__box .tokuten__box-content .tokuten__box-content-img {
    margin-bottom: 1.2rem;
  }
  #tokuten .tokuten__box .tokuten__box-content h3 {
    font-size: 1.6rem;
    margin-bottom: 0.65rem;
  }
  #tokuten .tokuten__box .tokuten__box-content .tokuten__box-more {
    padding: 0.45rem 3.25rem;
  }
  #tokuten .tokuten__box .tokuten__box-content .tokuten__box-more::after {
    width: 0.65rem;
    height: 0.65rem;
    top: 0.65em;
    right: 1.5rem;
  }
}
/* ================================================================= */
/* 日程 */
/* ================================================================= */
#schedule {
  background-color: #ece7e5;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #efefef 0.5rem, #efefef 0.7rem);
  padding-top: 6rem;
  padding-bottom: 5rem;
}
#schedule .section-title {
  color: #a71022;
}
#schedule .schedule__ttl h3 {
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 2.5rem 0 0.5rem;
}
#schedule .schedule__ttl h3.schedule__ttl-mini {
  font-size: 1.8rem;
  margin-top: 5rem;
}
#schedule .schedule__ttl p {
  font-size: 1.1rem;
}
#schedule .schedule__ttl .schedule__ttl-time {
  display: inline;
  font-weight: 700;
  font-size: 0.95rem;
}
#schedule .schedule__ttl .schedule__ttl-time > p {
  display: inline;
}
#schedule .schedule__ttl .schedule__ttl-time .schedule__ttl-time-zone {
  font-size: 1.5rem;
  position: relative;
  top: 0.075em;
}
#schedule .schedule__ttl .schedule__ttl-icon {
  display: inline;
}
#schedule .schedule__ttl .schedule__ttl-icon li {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.25rem;
  margin: 0.25rem 0.125rem;
  padding: 0.075rem 1.5rem;
  font-weight: 700;
  font-size: 0.9rem;
}
#schedule .schedule__list-box.l-inner-80 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list thead th {
  vertical-align: middle;
  background-color: #a71022;
  color: #fff;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 0.85rem;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th, #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td {
  height: 7.5rem;
  vertical-align: middle;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody tr:nth-child(even) th, #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody tr:nth-child(even) td {
  background-color: #f2efee;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th {
  padding-left: 1.75rem;
  text-align: left;
  color: #a71022;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th .schedule__list-date-year {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: 0.25em;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th .schedule__list-date-year span {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 0.83em;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td {
  padding-left: 1rem;
  padding-right: 1rem;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-end {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #979797;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-soon {
  font-weight: 700;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-now a {
  position: relative;
  background-color: #a71022;
  color: #fff;
  border-radius: 50vh;
  display: inline-block;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.5rem 2.5rem;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-now a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.975em;
  right: 1.4rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-now a:hover::after {
  right: 1.25rem;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-dl-soon {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-size: 1.15rem;
  line-height: 1.3;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-dl-now {
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 1.2;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-dl-now .schedule__list-dl-size {
  margin-top: 0.25rem;
  color: #a71022;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td:last-child {
  padding-right: 1.75rem;
}
#schedule .schedule__list-box.l-inner-80 table.schedule__list tbody .status-end * {
  color: #979797;
}
#schedule .schedule__mini-box.l-inner-80 {
  background-color: #fff;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 2.25rem;
  padding-bottom: 1.75rem;
}
#schedule .schedule__mini-box.l-inner-80 > ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#schedule .schedule__mini-box.l-inner-80 > ul > li {
  width: calc(50% - 3rem); /* gap+padding分を引く */
}
#schedule .schedule__mini-box.l-inner-80 > ul > li h4 {
  display: inline-block;
  background-color: #3789be;
  color: #fff;
  border-radius: 0.25rem;
  margin: 0.25rem 0.125rem;
  padding: 0.075rem 0.5rem;
  min-width: 14em;
  font-size: 0.9rem;
}
/* #schedule .schedule__mini-box.l-inner-80 > ul > li p {
  color: #7e5c51;
} */
#schedule .schedule__mini-box.l-inner-80 > ul > li .schedule__mini-end {
  line-height: 1.2;
}
#schedule .schedule__mini-box.l-inner-80 > ul > li.status-end * {
  color: #979797;
}
#schedule .schedule__mini-box.l-inner-80 > ul > li.status-end h4 {
  background-color: #9bc4de;
  color: #fff;
}
#schedule .schedule__mini-box.l-inner-80 .schedule__mini-more {
  margin-top: 1.5rem;
  line-height: 1.4;
}
#schedule .schedule__mini-box.l-inner-80 .schedule__mini-more a {
  position: relative;
  background-color: #3789be;
  color: #fff;
  border-radius: 50vh;
  display: inline-block;
  font-weight: 700;
  font-size: 0.95rem;
  min-width: 16em;
  padding: 0.5rem 2.5rem;
}
#schedule .schedule__mini-box.l-inner-80 .schedule__mini-more a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.975em;
  right: 1.4rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
#schedule .schedule__mini-box.l-inner-80 .schedule__mini-more a:hover::after {
  right: 1.25rem;
}
#schedule .schedule__caution {
  width: 45rem;
  max-width: 86vw;
  margin: 4rem auto 0;
  padding-top: 5.5rem;
  background: url(../img/schedule-caution_bg.png) no-repeat center top;
  background-size: 3.8rem auto;
}
#schedule .schedule__caution h3.schedule__caution-ttl {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  border-top: #303030 solid 1px;
}
#schedule .schedule__caution h3.schedule__caution-ttl span {
  display: inline-block;
  background-color: #ece7e5;
  padding: 0 0.75rem;
  position: relative;
  top: -0.6em;
}
#schedule .schedule__caution li {
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #schedule {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #schedule .schedule__ttl h3 {
    margin: 2rem 0 0.5rem;
  }
  #schedule .schedule__ttl .schedule__ttl-icon {
    display: block;
  }
  #schedule .schedule__list-box.l-inner-80 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list thead th {
    font-size: 0.9rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list thead th.schedule__list-pdf-th {
    width: 28%;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th {
    padding-left: 2rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody th .c-date {
    font-size: 3.5rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-now a {
    font-size: 1.1rem;
    padding: 0.75rem 2.25rem 0.75rem 1.75rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-now a::after {
    top: 1.15em;
    right: 1.2rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-dl-now {
    padding: 0.75rem 0 0.5rem;
    font-size: 0.75rem;
  }
  #schedule .schedule__list-box.l-inner-80 table.schedule__list tbody td .schedule__list-dl-now .schedule__list-dl-copy {
    margin: 0 auto;
    width: 6.25rem;
  }
  #schedule .schedule__mini-box.l-inner-80 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #schedule .schedule__mini-box.l-inner-80 > ul {
    gap: 2rem;
  }
  #schedule .schedule__mini-box.l-inner-80 .schedule__mini-more {
    margin-top: 1.5rem;
  }
  #schedule .schedule__mini-box.l-inner-80 .schedule__mini-more a {
    min-width: 14em;
    padding: 0.7rem 2.5rem;
    font-size: 1.2rem;
  }
  #schedule .schedule__mini-box.l-inner-80 .schedule__mini-more a::after {
    top: 1.125em;
  }
  #schedule .schedule__caution {
    background-size: 4.25rem;
    margin-top: 1.75rem;
  }
}
/* ================================================================= */
/* イベント */
/* ================================================================= */
#events {
  padding-top: 6rem;
  padding-bottom: 5rem;
  /*base layout*/
  /*events__main*/
  /*events__image*/
  /*events__note*/
}
#events .section-title {
  color: #a71022;
}
#events .events-case {
  position: relative;
  margin-top: 5rem;
}
#events .events-case + .events-case {
  margin-top: 10rem;
}
#events .events-case__container {
  position: relative;
  margin: 0 auto;
  width: 50rem;
  max-width: 100vw;
  z-index: 3;
}
#events .events-case__container .events__main {
  position: relative;
  width: 24rem;
  margin-left: auto;
}
#events #events02 .events__main, #events #events04 .events__main {
  margin-left: 0;
}
#events .events__image {
  width: calc(50vw - 1rem);
  position: absolute;
  z-index: 2;
  top: 0;
  right: calc(50vw + 1rem);
}
#events #events02 .events__image, #events #events04 .events__image {
  right: auto;
  left: calc(50vw + 1rem);
}
#events .events__note {
  position: relative;
  z-index: 1;
}
#events .events__main {
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
}
#events .events__main h3 {
  margin-top: -0.5rem;
  position: relative;
  left: -0.75rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: -0.025em;
  font-style: italic;
  font-size: 7rem;
  line-height: 1;
  min-height: 11rem;
}
#events .events__main h3 strong {
  font-weight: 400;
  color: #a71022;
}
#events .events__main h3 span {
  position: absolute;
  top: 7.15rem;
  left: 65%;
  width: 6em;
  font-weight: 500;
  font-size: 2.5rem;
}
#events .events__main .events__menu {
  margin: 1rem 0 1.5rem;
}
#events .events__main .events__menu h4 {
  color: #a71022;
  font-weight: 700;
  font-size: 1.3rem;
}
#events .events__main .events__menu h4 + p {
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.9rem;
}
#events .events__main .events__menu p + h4 {
  margin-top: 1.25rem;
}
#events .events__main .events__menu p.events__menu-fontL {
  font-size: 1.1rem;
  line-height: 1.6;
}
#events .events__image-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 3rem 3rem 0;
}
#events .events__image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#events .events__image-box::before {
  content: "";
  display: block;
}
#events .events__note.l-inner-100 {
  background-color: #ece7e5;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #efefef 0.5rem, #efefef 0.7rem);
  margin-top: 12.5rem;
  margin-bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 3.5rem;
  line-height: 1.4;
}
#events .events__note.l-inner-100 .events__note-speak {
  font-weight: 700;
}
#events .events__note.l-inner-100 .events__menu ul {
  margin: 0 auto;
  max-width: 40rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
#events .events__note.l-inner-100 .events__menu ul li {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  width: 15rem;
}
#events .events__note.l-inner-100 .events__menu ul li .events__menu-img img {
  border-radius: 1.25rem;
  width: 15rem;
}
#events .events__note.l-inner-100 .events__menu ul li h4 {
  margin-top: 0.5rem;
  color: #a71022;
  font-weight: 700;
  font-size: 1.3rem;
}
#events .events__note.l-inner-100 .events__menu ul li h4 + p {
  margin-top: 0.35rem;
}
#events .events__note.l-inner-100 .events__menu ul li h4.events__menu-icon-koushi {
  position: relative;
}
#events .events__note.l-inner-100 .events__menu ul li h4.events__menu-icon-koushi span {
  display: block;
  width: 4.5rem;
  position: absolute;
  left: -1.5rem;
  top: -3.25rem;
}
#events .events__note.l-inner-100 .events__menu ul li h4.events__menu-icon-koushi span img {
  width: 100%;
}
#events .events__note.l-inner-100 .events__menu ul li p {
  font-weight: 400;
  font-size: 0.9rem;
}
#events .events__note.l-inner-100 .events__menu ul li p .u-marker {
  font-weight: 500;
}
#events .events__note.l-inner-100 .events__menu ul li.events__menu-single {
  width: 100%;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 {
  position: relative;
  background-color: #fff;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: visible;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80.c-topics {
  padding-top: 4rem;
  background-position: 94.5% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 14.5rem;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80.c-topics::before {
  content: "";
  display: block;
  width: 10.9rem;
  height: 4.2rem;
  background: url(../img/events-note-topics_ttl2026.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -0.9rem;
  left: -3.2rem;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics {
  text-align: left;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics h4 {
  color: #a71022;
  font-weight: 700;
  font-size: 1.2rem;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics h4 + p {
  margin-top: 0.5rem;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics > p {
  padding-right: 10.2rem;
  font-weight: 400;
  font-size: 0.9rem;
}
#events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics > p .u-marker {
  font-weight: 500;
}
#events .events__note.l-inner-100 .events__note-topics-anchor {
  margin-top: 1rem;
  height: 1rem;
}
#events .events__note.l-inner-100 .events__note-topics-anchor + .events__note-inbox.l-inner-80 {
  margin-top: 1rem;
}
#events #events01 .events__main .events__main-pdfbox {
  background-color: #fff;
  border: #a71022 solid 2px;
  border-radius: 1.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1.2;
  color: #7e5c51;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl li {
  flex-shrink: 0;
  width: 5rem;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl a {
  display: block;
  background: url(../img/events-pdf-dl_bg.png) no-repeat 75% 50%;
  background-size: 0.81389rem 0.9336rem;
  background-color: #3789be;
  color: #fff;
  border-radius: 60vh;
  font-weight: 700;
  width: 100%;
  padding: 0.675rem 1rem 0.675rem 0;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl a:hover {
  background-position: 75% 55%;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl span {
  display: block;
  padding-top: 0.5em;
  font-size: 0.5rem;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl li.c-red {
  color: #a71022;
}
#events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl li.c-red a {
  background-color: #a71022;
}
#events #events01 .events__image-box {
  height: 36.5rem;
}
#events #events01 .events__note.l-inner-100 {
  padding-top: 4rem;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy {
  margin-top: -1rem;
  padding: 0 0 1.75rem;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy::before {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 2.4rem;
  background: url(../img/events-note-newsttl_bg1.png) no-repeat 0 0;
  width: 1.95rem auto;
  position: relative;
  top: 0.9rem;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/events-note-newsttl_bg2.png) no-repeat 100% 0;
  width: 1.55rem auto;
  position: relative;
  top: 0.8rem;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info {
  padding: 0.75rem 0.25rem;
  /* background-color: #ece7e5; */
  border: #a71022 2px solid;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info +  .events__note-news-info {
  margin-top: 0.65rem;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info img {
  width: 3rem;
  margin-right: 0.65em;
  position: relative;
  top: -0.125em;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info small {
  font-size: 0.5em;
  font-weight: 500;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-notes {
  margin-top: 0.25rem;
  font-size: 11px;
  font-weight: 400;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div {
  margin-top: 1rem;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl {
  margin-top: 0.5rem;
  margin-left: 1rem;
  height: 5rem;
  text-align: left;
  display: flex;
  align-items: center;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl dt {
  display: none;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl dd {
  padding-left: 2.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl dd li > span {
  margin-right: 1rem;
  font-weight: 700;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl.events__note-news-div1 {
  background: url(../img/events-note-news1_bg.png) no-repeat 0 50%;
  background-size: contain;
}
#events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl.events__note-news-div2 {
  background: url(../img/events-note-news2_bg.png) no-repeat 0 50%;
  background-size: contain;
}
/* #events #events02 { */
  /*slider*/
/* } */
#events #events02 .events__main .events__sub_image {
  overflow: hidden;
  width: 33.2rem;
  height: 20.2rem;
  background: #fff;
  margin: 2.25rem 0 4.5rem;
  padding: 2px;
}
#events #events02 .events__main .events__sub_image img {
  border-radius: 3rem 0 3rem 3rem;
  width: 100%;
  display: block;
}
#events #events02 .events__image-box {
  height: 26.5rem;
  border-radius: 3rem 0 0 3rem;
}
#events #events02 .events__slider {
  position: relative;
  margin: 0 -2.5rem;
  text-align: left;
  z-index: 6;
}
#events #events02 .events__slider .events__slider-box li {
  width: 25rem;
  position: relative;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps {
  background-color: #fff;
  border: #303030 solid 1px;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.7rem;
  position: absolute;
  min-width: 10rem;
  min-height: 6rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps h5 {
  color: #a71022;
  font-weight: 600;
  font-size: 0.85rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-b-l {
  bottom: -2rem;
  left: 2rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-b-r {
  bottom: -2rem;
  right: 2rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-b-l2 {
  bottom: -2rem;
  left: -4.5rem;
  min-width: 11rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-t-l {
  top: -2rem;
  left: 2rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-t-r {
  top: -2rem;
  right: 2rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps.s-caps-t-l2 {
  top: -2rem;
  left: -4.5rem;
  min-width: 11rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps .s-caps-new {
  position: relative;
  height: 0;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps .s-caps-new::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 2.7rem;
  background: url(../img/events-slider-new2025.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -2.2rem;
  left: -2.2rem;
}
#events #events02 .events__slider .events__slider-box .events__slider-caps .s-caps-new + h5 {
  padding-top: 0.65rem;
}
#events #events02 .events__slider .events__slider-box .slick-list {
  overflow: visible;
}
#events #events03 .events__main {
  padding-top: 2rem;
}
#events #events03 .events__main h3 {
  width: 3.1em;
}
#events #events03 .events__main .events__menu {
  margin-top: 2rem;
}
#events #events03 .events__image-box {
  height: 25rem;
}
#events #events03 .events__note.l-inner-100 {
  padding-top: 6.5rem;
}
#events #events03 .c-topics {
  background-image: url(../img/events03-topics2025_pc.png);
  background-size: 220px 220px;
}
#events #events04 .events__main .events__main-nowbox {
  /* background-color: #ece7e5; */
  border: #a71022 2px solid;
  border-radius: 0.6rem;
  margin: 1.5rem 0 0;
  padding: 1rem 0.75rem 1rem 1.5rem;
  text-align: left;
  font-size: 0.9rem;
}
#events #events04 .events__main .events__main-nowbox + .events__main-nowbox {
  margin-top: 0.65rem;
}
#events #events04 .events__main .events__main-nowbox h5 {
  font-weight: 700;
  font-size: 1.1rem;
}
#events #events04 .events__main .events__main-nowbox h5 img {
  width: 3rem;
  margin-right: 0.65em;
  position: relative;
  top: -0.15em;
}
#events #events04 .events__main .events__main-nowbox dl {
  margin-top: 1rem;
}
#events #events04 .events__main .events__main-nowbox dl dd > span {
  margin-right: 1rem;
  font-weight: 700;
}
#events #events04 .events__main .events__main-nowbox-notes {
  text-align: center;
  margin-top: 0.25rem;
  font-size: 11px;
  font-weight: 400;
}
#events #events04 .events__image-box {
  height: 35rem;
  border-radius: 3rem 0 0 3rem;
}
#events #events04 .events__note.l-inner-100 {
  padding-top: 6rem;
}
#events #events04 .c-topics {
  background-image: url(../img/events04-topics2025_pc.png);
  background-size: 176px auto;
  background-position: 92% 60%;
}

/*fadeIn*/
#events .scrlFadein {
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(15%);
}
#events .scrlFadein.active {
  opacity: 1;
  transform: translate(0) rotate(0);
}
#events [data-active="1"] {
  transition: all 0.8s 0.6s ease;
  transform: translateY(20%) rotate(4deg);
}
#events [data-active="2"] {
  transition-duration: 0.6s;
  transform: translateY(20%) rotate(-4deg);
}
#events [data-active="3"] {
  transition: all 1s 0.2s ease;
}
#events [data-active="4"] {
  transition-duration: 1s;
  transform: translateY(20%);
}

@media screen and (max-width: 767px) {
  #events {
    padding-top: 4rem;
    padding-bottom: 4rem;
    /*base layout*/
    /*events__main*/
    /*events__image*/
    /*events__note*/
  }
  #events .events-case {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }
  #events .events-case + .events-case {
    margin-top: 6rem;
  }
  #events .events-case__container {
    order: 1;
    margin: 0 7vw;
    width: auto;
  }
  #events .events-case__container .events__main {
    width: 100%;
    margin-left: 0;
  }
  #events .events__image {
    order: -1;
    width: 100vw;
    padding: 0 7vw 0 0;
    position: static;
  }
  #events #events02 .events__image, #events #events04 .events__image {
    padding: 0 0 0 7vw;
  }
  #events .events__note, #events .events__slider {
    order: 2;
  }
  #events .events__main {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  #events .events__main h3 {
    margin: 1.5rem auto 0;
    position: relative;
    left: -0.2em;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 7.75rem;
  }
  #events .events__main h3 span {
    top: 7.95rem;
    left: 50%;
  }
  #events .events__main .events__menu {
    margin: 1rem 0 2rem;
  }
  #events .events__main .events__menu h4 {
    font-size: 1.6rem;
  }
  #events .events__main .events__menu h4 + p {
    margin-top: 0.25rem;
    font-size: 1.2rem;
  }
  #events .events__main .events__menu p + h4 {
    margin-top: 1.6rem;
  }
  #events .events__main .events__menu p.events__menu-fontL {
    font-size: 1.2rem;
    text-align: center;
  }
  #events .events__image-box {
    height: 70.6666666667vw !important;
  }
  #events .events__note.l-inner-100 {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 2rem !important;
    padding-bottom: 3rem;
    line-height: 1.6;
  }
  #events .events__note.l-inner-100 .events__note-speak {
    font-size: 1.3rem;
  }
  #events .events__note.l-inner-100 .events__menu ul {
    gap: 1.85rem;
  }
  #events .events__note.l-inner-100 .events__menu ul li h4 {
    margin-top: 0.75rem;
  }
  #events .events__note.l-inner-100 .events__menu ul li h4 + p {
    margin-top: 0.25rem;
    text-align: left;
  }
  #events .events__note.l-inner-100 .events__menu ul li h4.events__menu-icon-koushi span {
    width: 60px;
    left: -3.75rem;
    top: -4.5rem;
  }
  #events .events__note.l-inner-100 .events__menu ul li p {
    font-size: 1.2rem;
  }
  #events .events__note.l-inner-100 .events__menu ul li.events__menu-single {
    width: 86vw;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80 {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80.c-topics {
    background-position: 100% 50%;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80.c-topics::before {
    left: 30%;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics h4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics h4 + p {
    margin-top: 0.25rem;
  }
  #events .events__note.l-inner-100 .events__note-inbox.l-inner-80 .events__note-topics > p {
    padding-right: 9rem;
    font-size: 1.2rem;
  }
  #events .events__note.l-inner-100 .events__note-topics-anchor {
    margin-top: 1rem;
    height: 1rem;
  }
  #events .events__note.l-inner-100 .events__note-topics-anchor + .events__note-inbox.l-inner-80 {
    margin-top: 1rem;
  }
  #events #events01 .events__main .events__main-pdfbox {
    padding: 1.25rem 1.25rem 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  #events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl {
    margin-top: 1rem;
    gap: 0.65rem;
  }
  #events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl li {
    width: 6.5rem;
  }
  #events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl a {
    background-size: 1.1rem;
    background-position: 78% 50%;
    font-size: 1.4rem;
    padding: 0.9rem 1.25rem 0.9rem 0;
  }
  #events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl a:hover {
    background-position: 75% 55%;
  }
  #events #events01 .events__main .events__main-pdfbox .events__main-pdf-dl span {
    font-size: 0.75rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy {
    margin-top: -0.5rem;
    padding: 0 0 1.5rem;
    font-size: 1.4rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy::before {
    width: 3.1rem;
    height: 2.4rem;
    background-size: contain;
    top: 0.7rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-copy::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
    top: 0.6rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info {
    text-align: center;
    padding: 0.75rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info img {
    display: block;
    margin: 0.5rem auto 0.15rem;
    width: 4rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-info small {
    display: block;
    font-size: 0.7em;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-notes {
    margin-top: 0.35rem;
    font-size: 1rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div {
    margin-top: 2.5rem;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl {
    margin: 1rem 0 0;
    height: auto;
    display: block;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl dt {
    display: block;
    text-align: center;
    padding: 0.5rem;
    background-color: #a71022;
    color: #fff;
    border-radius: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl dd {
    margin-top: 0.5rem;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl.events__note-news-div1 {
    background: none;
  }
  #events #events01 .events__note-inbox.l-inner-80 .events__note-news01 .events__note-news-div dl.events__note-news-div2 {
    background: none;
  }
  /* #events #events02 { */
    /*slider*/
  /* } */
  #events #events02 .events__main .events__sub_image {
    display: none;
  }
  #events #events02 .events__slider {
    margin: 4rem 0rem;
  }
  #events #events02 .events__slider .events__slider-box .events__slider-caps {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1rem;
    line-height: 1.4;
  }
  #events #events02 .events__slider .events__slider-box .events__slider-caps h5 {
    font-size: 1.15rem;
    margin-bottom: 0.15rem;
  }
  #events #events02 .events__slider .events__slider-box .events__slider-caps .s-caps-new::after {
    background-size: contain;
  }
  #events #events02 .events__slider .events__slider-box .slick-list {
    overflow: visible;
  }
  #events #events03 .events__main {
    padding-top: 2rem;
  }
  #events #events03 .events__main h3 {
    width: 3.1em;
  }
  #events #events03 .events__main .events__menu {
    margin-top: 2rem;
  }
  #events #events03 .c-topics {
    background-image: url(../img/events03-topics2025_sp.png);
    background-size: 31%;
    min-height: 35vw;
  }
  #events #events04 .events__main .events__main-nowbox {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  #events #events04 .events__main .events__main-nowbox h5 {
    text-align: center;
    font-size: 1.5rem;
  }
  #events #events04 .events__main .events__main-nowbox h5 img {
    width: 4rem;
    top: -0.4em;
  }
  #events #events04 .events__main .events__main-nowbox dl {
    margin: 1rem auto 0 0.75rem;
    display: inline-block;
    line-height: 1.4;
  }
  #events #events04 .events__main .events__main-nowbox-notes {
    margin: 0.35rem 0 2rem;
    font-size: 1rem;
  }
  #events #events04 .c-topics {
    background-image: url(../img/events04-topics2025_sp.png);
    background-size: 31%;
    background-position: 102% 60%;
    min-height: 35vw;
  }
  /*fadeIn*/
  #events .scrlFadein {
    opacity: 0;
    transition: 0.6s;
    transform: translateY(10%);
  }
  #events .scrlFadein.active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
  #events [data-active="1"] {
    transition: all 0.8s 0.4s ease;
    transform: translateY(10%) rotate(4deg);
  }
  #events [data-active="2"] {
    transition: 0.5s;
    transform: translateY(15%) rotate(-4deg);
  }
  #events [data-active="3"] {
    transition: all 0.6s 0.2s ease;
  }
  #events [data-active="4"] {
    transition: 0.4s;
    transform: translateY(15%);
  }
}
/* ================================================================= */
/* モデルコース */
/* ================================================================= */
#check {
  background-color: #ece7e5;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #efefef 0.5rem, #efefef 0.7rem);
}
#check .check__container {
  background-color: #ece7e5;
  width: 56.2rem;
  max-width: 100vw;
  margin: 0 auto;
  padding: 6rem 0 5rem;
}
/* #check .section-title {
  color: #fff;
} */
#check .check__ttl {
  margin-top: 2rem;
}
#check .check__ttl h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
#check .check__ttl .check__ttl-note {
  font-weight: 400;
  font-size: 11px;
}
#check .check__nav {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}
#check .check__nav li {
  flex-shrink: 0;
  width: 12rem;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: left;
}
#check .check__nav li a {
  display: block;
  width: 100%;
  height: 12rem;
}
#check .check__nav li span {
  display: block;
  padding: 4.5rem 0 0 2.25rem;
}
#check .check__nav li:nth-child(1) {
  background: url(../img/check-nav2026_bg1.png) no-repeat 0 0;
  background-size: contain;
}
#check .check__nav li:nth-child(2) {
  background: url(../img/check-nav2026_bg2.png) no-repeat 0 0;
  background-size: contain;
}
#check .check__nav li:nth-child(3) {
  background: url(../img/check-nav2026_bg3.png) no-repeat 0 0;
  background-size: contain;
}
#check .check-case__ttl {
  margin: 3.5rem auto 0;
  position: relative;
  left: -1.5rem;
  font-weight: 700;
  line-height: 1.9;
  width: 42.85rem;
  height: 11rem;
}
#check .check-case__ttl h3 {
  padding: 2.5rem 0 0 2.5rem;
}
#check #checkCase01 .check-case__ttl {
  background: url(../img/check-case-ttl2026_bg1.png) no-repeat 40% 0;
  background-size: contain;
}
#check #checkCase02 .check-case__ttl {
  background: url(../img/check-case-ttl2026_bg2.png) no-repeat 40% 0;
  background-size: contain;
}
#check #checkCase03 .check-case__ttl {
  background: url(../img/check-case-ttl2026_bg3.png) no-repeat 40% 0;
  background-size: contain;
}
#check .check-case__container.l-inner-80 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#check #checkCase01 .check-case__container {
  background: #fff url(../img/check-case-box2026_bg1.png) no-repeat 95% 1rem;
  background-size: auto 5.8rem;
}
#check #checkCase02 .check-case__container {
  background: #fff url(../img/check-case-box2026_bg2.png) no-repeat 95% 1rem;
  background-size: auto 5.8rem;
}
#check #checkCase03 .check-case__container {
  background: #fff url(../img/check-case-box2026_bg3.png) no-repeat 95% 1rem;
  background-size: auto 5.8rem;
}
#check .check-case__route li {
  margin: 0.3rem 0;
  padding-left: 6rem;
  text-align: left;
  line-height: 1.25;
  font-size: 0.9rem;
}
#check .check-case__route li a {
  color: #a71022;
}
#check .check-case__route li.check-case__start, #check .check-case__route li.check-case__goal {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-size: 1.5rem;
  margin: 0;
}
#check #checkCase01 .check-case__route {
  background: url(../img/check-route1_pc.png) no-repeat 0 50%;
  background-size: contain;
}
#check #checkCase02 .check-case__route {
  background: url(../img/check-route2_pc.png) no-repeat 0 50%;
  background-size: contain;
}
#check #checkCase03 .check-case__route {
  background: url(../img/check-route3_pc.png) no-repeat 0 50%;
  background-size: contain;
}
#check .check__note {
  margin-top: 2rem;
  background-color: #f2efee;
  /* background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #efefef 0.5rem, #efefef 0.7rem); */
  padding: 1.5rem 1.75rem;
}
#check .check__note .check__note-speak {
  font-weight: 700;
}
#check .check__note .check__note-inner {
  text-align: left;
}
#check .check__note .check__note-inner h4 {
  margin-top: 0.5rem;
  color: #7e5c51;
  font-weight: 700;
  font-size: 1.2rem;
}
#check .check__note .check__note-inner h4 + p {
  margin-top: 0.35rem;
}
#check .check__note .check__note-inner > p {
  padding-right: 10rem;
  font-weight: 400;
  font-size: 0.9rem;
}
#check .check__note .check__note-inner > p .u-marker {
  font-weight: 500;
}
#check .check__note .check__note-inner .check__note-ex {
  margin-top: 0.75rem;
}
#check #checkCase02 .check__note-inner {
  background: url(../img/check-note-ex2_bg.png) no-repeat 100% 50%;
  background-size: 9rem 9rem;
}
#check #checkCase03 .check__note-inner {
  background: url(../img/check-note-ex3_bg.png) no-repeat 100% 50%;
  background-size: 9rem 9rem;
}

@media screen and (max-width: 767px) {
  #check {
    background-color: #e5dedc;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #efefef 0.5rem, #efefef 0.7rem);
  }
  #check .check__container {
    background: linear-gradient(90deg, transparent 0%, transparent 15%, #e5dedc 15%, #e5dedc 100%);
    width: 100%;
    padding: 4rem 0;
  }
  #check .check__ttl {
    margin-top: 1.5rem;
  }
  #check .check__ttl h3 {
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
  }
  #check .check__ttl .check__ttl-note {
    font-size: 1rem;
  }
  #check .check__nav {
    margin: 2rem auto 5rem;
    width: 86vw;
    flex-direction: column;
    gap: 1rem;
  }
  #check .check__nav li {
    width: 100%;
    background: #fff;
    border-radius: 50vh;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #check .check__nav li a {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  #check .check__nav li span {
    display: block;
    padding: 0 0 0 7.5rem;
  }
  #check .check__nav li:nth-child(1) {
    background: #fff url(../img/check1-icon2025_nav.png) no-repeat 90% 50%;
    background-size: 4.75rem;
  }
  #check .check__nav li:nth-child(1) a {
    background: url(../img/check1-num2026_nav.png) no-repeat 8% 50%;
    background-size: 2.5rem;
  }
  #check .check__nav li:nth-child(2) {
    background: #fff url(../img/check2-icon2025_nav.png) no-repeat 90% 50%;
    background-size: 4.75rem;
  }
  #check .check__nav li:nth-child(2) a {
    background: url(../img/check2-num2026_nav.png) no-repeat 8% 50%;
    background-size: 2.5rem;
  }
  #check .check__nav li:nth-child(3) {
    background: #fff url(../img/check3-icon2025_nav.png) no-repeat 90% 50%;
    background-size: 4.75rem;
  }
  #check .check__nav li:nth-child(3) a {
    background: url(../img/check3-num2026_nav.png) no-repeat 8% 50%;
    background-size: 2.5rem;
  }
  #check .check-case__ttl {
    margin: 4rem 0 0;
    left: auto;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 6rem 0 3.25rem;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #check .check-case__ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.5rem;
    background: url(../img/check-num_ttl_bg.png) no-repeat 0 10%;
    background-size: contain;
    position: absolute;
    bottom: 0;
  }
  #check .check-case__ttl h3 {
    flex-shrink: 0;
    padding: 0 7vw 0 10.25rem;
    position: relative;
    width: 100%;
    min-height: 6rem;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #check #checkCase01 .check-case__ttl {
    background: url(../img/check1-num_ttl.png) no-repeat 0 0;
    background-size: contain;
  }
  #check #checkCase01 .check-case__ttl h3 {
    background: url(../img/check1-icon2025_ttl.png) no-repeat 8% 50%;
    background-size: 6rem;
  }
  #check #checkCase02 .check-case__ttl {
    background: url(../img/check2-num_ttl.png) no-repeat 0 0;
    background-size: contain;
  }
  #check #checkCase02 .check-case__ttl h3 {
    background: url(../img/check2-icon2025_ttl.png) no-repeat 8% 50%;
    background-size: 6rem;
  }
  #check #checkCase03 .check-case__ttl {
    background: url(../img/check3-num_ttl.png) no-repeat 0 0;
    background-size: contain;
  }
  #check #checkCase03 .check-case__ttl h3 {
    background: url(../img/check3-icon2025_ttl.png) no-repeat 8% 50%;
    background-size: 6rem;
  }
  #check .check-case__container.l-inner-80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #check #checkCase01 .check-case__container {
    background: #fff;
  }
  #check #checkCase02 .check-case__container {
    background: #fff;
  }
  #check #checkCase03 .check-case__container {
    background: #fff;
  }
  #check .check-case__route li {
    font-size: 1.1rem;
  }
  #check .check-case__route li.check-case__start, #check .check-case__route li.check-case__goal {
    font-size: 1.75rem;
  }
  #check #checkCase01 .check-case__route {
    background: url(../img/check-route1_sp.png) no-repeat 0 50%;
    background-size: contain;
  }
  #check #checkCase02 .check-case__route {
    background: url(../img/check-route2_sp.png) no-repeat 0 50%;
    background-size: contain;
  }
  #check #checkCase03 .check-case__route {
    background: url(../img/check-route3_sp.png) no-repeat 0 50%;
    background-size: contain;
  }
  #check .check__note {
    margin: 2rem -7vw 0;
    padding: 1.5rem 0 2rem;
  }
  #check .check__note .check__note-speak {
    font-size: 1.3rem;
  }
  #check .check__note .check__note-inner {
    position: relative;
    padding: 0 7vw;
  }
  #check .check__note .check__note-inner::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -1.3rem;
    right: -1rem;
    z-index: 1;
  }
  #check .check__note .check__note-inner h4 {
    font-size: 1.6rem;
  }
  #check .check__note .check__note-inner h4 + p {
    margin-top: 0.15rem;
  }
  #check .check__note .check__note-inner > p {
    padding-right: 10rem;
    font-size: 1.2rem;
  }
  #check .check__note .check__note-inner .check__note-ex {
    margin-top: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #check #checkCase02 .check__note-inner {
    background: none;
  }
  #check #checkCase02 .check__note-inner::before {
    background: url(../img/check-note-ex2_bg.png) no-repeat 0 0;
    background-size: contain;
  }
  #check #checkCase02 .check__note-inner .check__note-ex img {
    width: 320px;
    max-width: 85.3vw;
  }
  #check #checkCase03 .check__note-inner {
    background: none;
  }
  #check #checkCase03 .check__note-inner::before {
    background: url(../img/check-note-ex3_bg.png) no-repeat 0 0;
    background-size: contain;
  }
  #check #checkCase03 .check__note-inner .check__note-ex img {
    width: 306px;
    max-width: 81.46vw;
  }
}
/* ================================================================= */
/* 交通 */
/* ================================================================= */
#access {
  background-color: #fff;
  /* background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.5rem, #f3f0ef 0.5rem, #f3f0ef 0.7rem); */
  padding-top: 6rem;
  padding-bottom: 5rem;
  /* 開閉 */
  /* 画像モーダル */
  /* スクールバス */
  /* 臨時バス */
  /* 支援 */
}
#access .section-title {
  margin-top: 1rem;
  color: #3789be;
}
#access .access__ttl {
  margin-top: 1rem;
}
#access h3 {
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.3;
}
#access h3 span {
  font-size: 0.65em;
}
#access h3.access__h3-ttl {
  padding: 4.5rem 0 0;
  background: url(../img/access-h3-ttl_bg.png) no-repeat 4rem 0;
  background-size: 12.8rem auto;
}
#access .access__h3-icon {
  margin: 1rem 0;
}
#access .access__h3-icon li {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0.25rem 0.125rem;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
}
#access .access__h3-icon li span {
  color: #a71022;
}
#access .access__container.l-inner-100 {
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: #ebf3f8;
  margin: 2.5rem auto;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
#access .access__containerl-inner-100 + .access__container.l-inner-100 {
  margin-top: 5rem;
}
#access h4.access__box-ttl.l-inner-80 {
  background-color: #3789be;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3;
}
#access h4.access__box-ttl.l-inner-80 strong {
  color: #ffe340;
}
#access h4.access__box-ttl.l-inner-80 span {
  font-size: 0.68em;
}
#access .access__box.l-inner-80 {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  overflow: visible;
  margin-bottom: 5rem;
}
#access .access__box.l-inner-80 .c-speak {
  font-weight: 700;
}
#access .access__box.l-inner-80 .c-speak::before, #access .access__box.l-inner-80 .c-speak::after {
  border-color: #3789be;
}
#access .access__box.l-inner-80 .access__targetDate {
  margin: 0 -2rem;
}
#access .access__box.l-inner-80 .access__targetDate dl {
  display: inline-block;
}
#access .access__box.l-inner-80 .access__targetDate dl::before {
  content: "";
  display: inline-block;
  border-bottom: #ffe340 solid 0.7rem;
  width: 104%;
  margin: 0 -2% 0;
  position: relative;
  bottom: -3.7rem;
}
#access .access__box.l-inner-80 .access__targetDate dl.c-date-normal::before {
  bottom: -2.8rem;
}
#access .access__box.l-inner-80 .access__targetDate dl.c-date-normal dd {
  font-weight: 900;
  font-size: 2.15rem;
}
#access .access__box.l-inner-80 .access__targetDate dt, #access .access__box.l-inner-80 .access__targetDate dd {
  display: inline;
  line-height: 1;
  position: relative;
}
#access .access__box.l-inner-80 .access__targetDate .c-date {
  font-size: 3.25rem;
}
#access .access__box.l-inner-80 .access__targetDate .c-date .c-date-week {
  margin-left: 0.1em;
  margin-right: 0;
}
#access .access__box.l-inner-80 .access__step {
  margin-top: 1.75rem;
  text-align: left;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
#access .access__box.l-inner-80 .access__step dl {
  position: relative;
  width: 17.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
}
#access .access__box.l-inner-80 .access__step dl dt {
  margin-right: 0.5rem;
  width: 4.15rem;
  flex-shrink: 0;
}
#access .access__box.l-inner-80 .access__step dl dd {
  font-size: 0.9rem;
  line-height: 1.4;
}
#access .access__box.l-inner-80 .access__step dl dd span {
  color: #a71022;
}
#access .access__box.l-inner-80 .c-recommend li {
  display: inline;
  font-weight: 500;
  font-size: 0.88rem;
  padding-right: 0.35em;
}
#access .access__box.l-inner-80 .access__option-in {
  margin-top: 2.5rem;
}
#access .access__option {
  position: relative;
}
#access .toggleContent {
  display: none; /*ロード時は閉じた状態*/
}
#access .toggleTrigger {
  background-color: #fff;
  width: 10rem;
  height: 5rem;
  border-radius: 0 0 100vh 100vh;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  bottom: -7.25rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
#access .toggleTrigger::before {
  content: "もっと見る";
  display: block;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem 0 0.25rem;
  transition: all 0.3s ease;
}
#access .toggleTrigger.close::before {
  content: "とじる";
}
#access .toggleTrigger::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid #3789be;
  border-right: 2px solid #3789be;
  position: relative;
  left: 50%;
  transform: translateX(-52%) rotate(45deg);
  transition: all 0.2s ease;
}
#access .toggleTrigger.close::after {
  transform: translate(-52%, 0.2rem) rotate(-135deg);
}
#access .access__btn {
  margin: 2rem auto 0;
  line-height: 1.4;
}
#access .access__btn a {
  background-color: #3789be;
  color: #fff;
  border-radius: 50vh;
  display: inline-block;
  font-weight: 700;
  width: 18em;
  padding: 0.5rem;
}
#access .access__btn a.btn-md {
  background-color: #fff;
  color: #3789be;
  border: #3789be 2px solid;
}
#access .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}
#access .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  overflow: visible;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10000;
}
#access .md-inner {
  padding: 2.5rem 2rem 2rem;
  background-color: #f3f0ef;
  height: auto;
  max-height: 100%;
}
#access .md-inner img {
  max-height: 83vh;
  touch-action: auto;
}
#access a.md-xmark {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 2.15rem;
  height: 2.2rem;
  z-index: 9999;
  opacity: 1;
  cursor: pointer;
}
#access a.md-xmark::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: -41%;
  background: #fff url(../img/modal-close.svg) no-repeat 50% 50%;
  background-size: contain;
  border: #333 solid 2px;
  border-radius: 50vh;
}
#access .schoolbus__container .schoolbus__bus-img {
  margin: 1.5rem auto;
}
#access .schoolbus__container .schoolbus__bus-about {
  margin: 2rem auto 0;
}
#access .schoolbus__container .schoolbus__bus-noriba {
  margin: 3.5rem auto 0;
}
#access .schoolbus__container .schoolbus__bus-noriba ul {
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
#access .schoolbus__container .schoolbus__bus-noriba ul li {
  position: relative;
  width: 18.6rem;
  flex-shrink: 0;
}
#access .schoolbus__container .schoolbus__bus-noriba ul li::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/access-mov-icon2026.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: -0.75rem;
  left: -0.75rem;
}
#access .schoolbus__container .schoolbus__bus-noriba ul li p {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
#access .schoolbus__container .access__btn a {
  font-size: 1.25rem;
  font-weight: 700;
  width: 21em;
  padding: 1rem;
}
#access .rinji__container .access__box.l-inner-80 .access__step dl dd {
  font-size: 1.25rem;
}
#access .rinji__container .access__box.l-inner-80 .access__step dl dd p {
  font-size: 0.9rem;
}
#access .shien__container .access__h3-ttl {
  margin-top: 6rem;
}
#access .shien__container .access__supperTarget {
  margin: 2rem 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}
#access .shien__container .access__supperTarget dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.4rem;
  background-color: #3789be;
  color: #fff;
  border-radius: 0.5rem;
}
#access .shien__container .access__supperTarget dd {
  font-size: 1rem;
}
#access .shien__container .access__supperTarget dd p {
  font-weight: 700;
}
#access .shien__container .access__supperTarget dd p strong {
  font-size: 1.4em;
}
#access .shien__container .access__supperTarget dd ul {
  margin-top: 0.25rem;
}
#access .shien__container .access__supperTarget dd ul li {
  font-weight: 400;
  font-size: 0.8rem;
}
#access .shien__container .access__supperTarget + .access__supperTarget {
  margin-top: 1rem;
}
#access .shien__container .access__shien-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #access {
    padding-top: 4rem;
    padding-bottom: 2rem;
    /* 開閉 */
    /* スクールバス */
    /* 臨時バス */
    /* 支援 */
  }
  #access .section-title {
    margin-top: 0;
  }
  #access .access__ttl {
    font-size: 1.2rem;
  }
  #access h3.access__h3-ttl {
    margin-top: -1rem;
    padding: 4.5rem 0 0;
    background: url(../img/access-h3-ttl_bg.png) no-repeat 5% 0;
    background-size: 13rem;
  }
  #access .access__h3-icon {
    margin: 1rem 0;
  }
  #access .access__h3-icon li {
    font-size: 1.2rem;
  }
  #access .access__container.l-inner-100 {
    margin: 2rem auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #access .access__containerl-inner-100 + .access__container.l-inner-100 {
    margin-top: 3rem;
  }
  #access h4.access__box-ttl.l-inner-80 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #access .access__box.l-inner-80 {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  #access .access__box.l-inner-80 .c-speak {
    font-size: 1.3rem;
  }
  #access .access__box.l-inner-80 .access__targetDate dl dt {
    font-size: 1.2rem;
  }
  #access .access__box.l-inner-80 .access__step {
    margin: 1.5rem -0.5rem 0;
    gap: 1rem;
  }
  #access .access__box.l-inner-80 .access__step dl {
    flex: 1;
    width: 100%;
  }
  #access .access__box.l-inner-80 .access__step dl dt {
    flex: 1;
    width: 7.2rem;
  }
  #access .access__box.l-inner-80 .access__step dl dd {
    flex: 3;
    font-size: 1.3rem;
  }
  #access .access__box.l-inner-80 .c-recommend li {
    display: block;
    font-size: 1.2rem;
    padding-right: 0;
  }
  #access .access__box.l-inner-80 .access__option-in {
    font-size: 1.2rem;
  }
  #access .access__box.l-inner-80 .access__box-map img {
    width: 23rem;
  }
  #access .toggleTrigger {
    bottom: -6.25rem;
  }
  #access .toggleTrigger::before {
    font-size: 1.2rem;
    padding: 0rem 0 0.25rem;
  }
  #access .access__btn a {
    padding: 0.75rem;
    font-size: 1.3rem;
  }
  #access .schoolbus__container .schoolbus__bus-img {
    margin: 1.5rem auto;
  }
  #access .schoolbus__container .schoolbus__bus-img img {
    width: 15.5rem;
  }
  #access .schoolbus__container .schoolbus__bus-about {
    margin: 2.5rem 7vw 0;
  }
  #access .schoolbus__container .schoolbus__bus-noriba {
    margin: 3.5rem 7vw 0;
  }
  #access .schoolbus__container .schoolbus__bus-noriba ul {
    margin: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  #access .schoolbus__container .schoolbus__bus-noriba ul li {
    flex-shrink: 1;
    flex: 1;
  }
  #access .schoolbus__container .access__btn a {
    font-size: 1.25rem;
    font-weight: 700;
    width: 21em;
    padding: 1rem;
  }
  #access .rinji__container .access__box.l-inner-80 .access__step dl dd {
    line-height: 1.6;
    font-size: 1.35rem;
  }
  #access .rinji__container .access__box.l-inner-80 .access__step dl dd p {
    font-size: 0.95rem;
  }
  #access .shien__container .access__h3-ttl {
    margin-top: 6rem;
  }
  #access .shien__container .access__supperTarget {
    margin: 2rem 0 1rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #access .shien__container .access__supperTarget dt {
    width: 5rem;
    height: 5.2rem;
    font-size: 1rem;
  }
  #access .shien__container .access__supperTarget dd {
    font-size: 1.3rem;
  }
  #access .shien__container .access__supperTarget dd ul {
    margin-top: 0.4rem;
  }
  #access .shien__container .access__supperTarget dd ul li {
    font-size: 0.9rem;
  }
  #access .shien__container .access__supperTarget + .access__supperTarget {
    margin-top: 1rem;
  }
  #access .shien__container .access__box.l-inner-80 .access__step {
    width: 80%;
    margin: 1.5rem auto;
    flex-direction: column;
  }
  #access .shien__container .access__box.l-inner-80 .access__step dl dt {
    width: 9.4rem;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  #access .shien__container .access__box.l-inner-80 .access__step dl dd {
    flex: 3.5;
  }
  #access .shien__container .access__shien-note {
    font-size: 1rem;
  }
}
/* ================================================================= */