@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

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 {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #111111;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  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;
}

a {
  text-decoration: none;
  color: #0077cc;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-width: 0;
  line-height: 0;
  vertical-align: bottom;
}

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

video {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

textarea:-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

textarea::-moz-placeholder {
  color: #DDDDDD;
}

textarea::placeholder {
  color: #DDDDDD;
}

input:-ms-input-placeholder {
  color: #DDDDDD;
}

input::-ms-input-placeholder {
  color: #DDDDDD;
}

input::-webkit-input-placeholder {
  color: #DDDDDD;
}

input::-moz-placeholder {
  color: #DDDDDD;
}

input::placeholder {
  color: #DDDDDD;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- ナビゲーション

================================================ */
.l-header {
  padding: 23px 0 9px;
  background-color: #FFFFFF;
}

.l-header__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 26px;
  position: relative;
}

.l-header__logo {
  width: 342px;
}
.l-header__logo a {
  display: block;
}

.l-header__modal {
  margin-top: 20px;
}

.l-nav {
  width: 100%;
}
.l-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 4em;
}
.l-nav ul li a {
  display: block;
  font-size: 1rem;
  line-height: 2.7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  position: relative;
}
.l-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1cadf0;
}

.top .l-nav__item a[href="/"],
.news .l-nav__item a[href="/news/"],
.guide .l-nav__item a[href="/guide/"],
.schedule .l-nav__item a[href="/schedule/"],
.facility .l-nav__item a[href="/facility/"],
.lesson .l-nav__item a[href="/lesson/"],
.access .l-nav__item a[href="/access/"],
.reservation .l-nav__item a[href="/reservation/"],
.contact .l-nav__item a[href="/contact/"] {
  color: #1cadf0;
}
.top .l-nav__item a[href="/"]::before,
.news .l-nav__item a[href="/news/"]::before,
.guide .l-nav__item a[href="/guide/"]::before,
.schedule .l-nav__item a[href="/schedule/"]::before,
.facility .l-nav__item a[href="/facility/"]::before,
.lesson .l-nav__item a[href="/lesson/"]::before,
.access .l-nav__item a[href="/access/"]::before,
.reservation .l-nav__item a[href="/reservation/"]::before,
.contact .l-nav__item a[href="/contact/"]::before {
  width: 100%;
}

.top .l-nav__item a[href="/"] {
  display: none;
}

@media (hover: hover) {
  .l-nav__item a:-moz-any-link:hover {
    color: #95c5f1;
  }
  .l-nav__item a:any-link:hover {
    color: #95c5f1;
  }
  .l-nav__item a:-moz-any-link:hover::before {
    width: 100%;
  }
  .l-nav__item a:any-link:hover::before {
    width: 100%;
  }
}
.l-nav__item a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.l-nav__item a::before {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.l-header__sns {
  position: absolute;
  top: -9px;
  right: 26px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header {
    padding: 20px 0;
  }
  .l-header__inner {
    padding: 0 4vw;
  }
  .l-header__logo {
    width: 280px;
  }
  .l-header__modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    background-color: #FFFFFF;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .l-header__modal.-active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .l-header__modal__inner {
    width: 100%;
    height: 100%;
    padding: 10.667vw 16vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75em;
  }
  .l-nav ul li a {
    font-size: 4.5333333333vw;
    line-height: 2.7;
    text-align: center;
  }
  .l-nav ul li a::before {
    bottom: 1px;
  }
  .l-header__sns {
    position: static;
    margin-top: 10.667vw;
  }
  .l-header__sns .m-sns__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .top .l-nav__item a[href="/"] {
    display: block;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .l-header__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-header__logo a:any-link:hover {
    opacity: 0.7;
  }
}
.l-header__logo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- フッター

================================================ */
.l-footer {
  padding: 58px 0 66px;
  background-color: #f2f2f2;
}

.l-footer__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.l-footer__logo {
  width: 285px;
}
.l-footer__logo a {
  display: block;
}

.l-footer__summary__list {
  margin-top: 40px;
}

.l-footer__summary__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 12px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-footer__summary__item dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 96px;
}
.l-footer__summary__item dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.l-footer__summary__item dd a {
  color: #000000;
}

.l-footer__summary__item:not(:first-of-type) {
  margin-top: 14px;
}

.l-footer__note .m-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

ul.l-footer__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1.5em;
  margin-top: 40px;
}

.l-footer__links__item {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-footer__links__item a {
  color: #000000;
}

.l-footer__copyright {
  margin-top: 28px;
  text-align: right;
}
.l-footer__copyright small {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue", "Calibri", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding: 48px 0 56px;
  }
  .l-footer__inner {
    padding: 0 5.333vw;
  }
  .l-footer__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 285px;
    margin: 0 auto;
  }
  .l-footer__summary__list {
    margin-top: 35px;
  }
  .l-footer__summary__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 12px;
    font-size: 3.4666666667vw;
  }
  .l-footer__summary__item dt {
    width: 75px;
  }
  .l-footer__summary__item:not(:first-of-type) {
    margin-top: 14px;
  }
  .l-footer__note .m-sns__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .l-footer__note:has(> .m-sns__list) {
    margin-top: 40px;
  }
  ul.l-footer__links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 1.5em;
    margin-top: 40px;
  }
  .l-footer__links__item {
    font-size: 3.4666666667vw;
  }
  .l-footer__copyright {
    margin-top: 28px;
    text-align: center;
  }
  .l-footer__copyright small {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .l-footer__logo a:-moz-any-link:hover, .l-footer__links__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__logo a:any-link:hover,
  .l-footer__links__item a:any-link:hover {
    opacity: 0.7;
  }
}
.l-footer__logo a,
.l-footer__links__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- 角丸

================================================ */
.m-clip--all {
  -webkit-clip-path: inset(0 0 round 16px 16px 16px 16px);
          clip-path: inset(0 0 round 16px 16px 16px 16px);
}

.m-clip--left {
  -webkit-clip-path: inset(0 0 round 16px 0 0 16px);
          clip-path: inset(0 0 round 16px 0 0 16px);
}

.m-clip--right {
  -webkit-clip-path: inset(0 0 round 0 16px 16px 0);
          clip-path: inset(0 0 round 0 16px 16px 0);
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-clip--all {
    -webkit-clip-path: inset(0 0 round 10px 10px 10px 10px);
            clip-path: inset(0 0 round 10px 10px 10px 10px);
  }
  .m-clip--left {
    -webkit-clip-path: inset(0 0 round 10px 0 0 10px);
            clip-path: inset(0 0 round 10px 0 0 10px);
  }
  .m-clip--right {
    -webkit-clip-path: inset(0 0 round 0 10px 10px 0);
            clip-path: inset(0 0 round 0 10px 10px 0);
  }
}
/* ================================================

- 共通

================================================ */
.m-sc__ttl span {
  display: block;
}
.m-sc__ttl span.-en {
  font-size: 3.125rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: -0.05em;
}
.m-sc__ttl span.-jp {
  margin-top: 5px;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-sc__ttl span.-en {
    font-size: 10vw;
  }
  .m-sc__ttl span.-jp {
    margin-top: 5px;
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- base

================================================ */
.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1120 {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1080 {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1020 {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-body {
  padding: 36px 0 130px;
  background-image: url("../images/common/line.png");
  background-size: 780px;
  background-repeat: repeat;
  background-position: top left;
}

.m-body.-lesson,
.m-body.-guide {
  background-color: #a7e5d7;
}

.m-body.-facility {
  background-color: #a0d5ee;
}

.m-body.-news {
  background-color: #a3ccf2;
}

.m-body.-access {
  background-color: #a3ccf2;
}

.m-body.-contact {
  background-color: #a0d5ee;
}

.m-body.-privacypolicy {
  background-color: #a0d5ee;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body {
    padding: 30px 0 108px;
  }
  .m-body__inner {
    padding: 0 5.333vw;
  }
}
/* ================================================

- テキスト

================================================ */
*.m-fz15-lh18 {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*.m-fz16-lh17 {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*.m-fz16-lh18 {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  *.m-fz15-lh18 {
    font-size: 3.7333333333vw;
  }
  *.m-fz16-lh17 {
    font-size: 4vw;
  }
  *.m-fz16-lh18 {
    font-size: 4vw;
  }
}
/* ================================================

- ボタン

================================================ */
.m-btn button,
.m-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 180px;
  min-height: 48px;
  padding: 0 16px;
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: #000000;
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.m-btn.-w200 button,
.m-btn.-w200 a {
  width: 200px;
}

.m-btn.-w300 button,
.m-btn.-w300 a {
  width: 300px;
}

.m-btn.-prev button,
.m-btn.-prev a {
  padding: 0 16px 0 23px;
  text-align: center;
}
.m-btn.-prev button span,
.m-btn.-prev a span {
  padding-left: 10px;
}
.m-btn.-prev button span::before,
.m-btn.-prev a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: -50% 0;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFFFFF;
  border-left: solid 2px #FFFFFF;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}

.m-btn.-next button,
.m-btn.-next a {
  padding: 0 23px 0 16px;
  text-align: left;
}
.m-btn.-next button span,
.m-btn.-next a span {
  padding-right: 10px;
}
.m-btn.-next button span::before,
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: -50% 0;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.m-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-btn.-end {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*--- media screen ---*/
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 11px;
  padding: 12px;
  cursor: pointer;
  background-color: #000000;
  border-radius: 100%;
  z-index: 20;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  width: 18px;
  height: 18px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before,
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -8px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 8px;
}

.m-hamburgerBtn.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-hamburgerBtn__txt {
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  color: #000000;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    display: block;
  }
}
/* ================================================

- ページ送り

================================================ */
.m-pagination {
  margin-top: 45px;
}

ul.m-pagination__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}

.m-pagination__item span,
.m-pagination__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 44px;
  min-height: 44px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  position: relative;
  border-radius: calc(infinity * 1px);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.m-pagination__item a.-active {
  color: #FFFFFF;
  background-color: #000000;
}

.m-pagination__item.-prev span::before,
.m-pagination__item.-prev a::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 60%;
  translate: -50% -50%;
  width: 9px;
  height: 9px;
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  -webkit-transition: border-top 0.4s ease-in-out, border-left 0.4s ease-in-out;
  transition: border-top 0.4s ease-in-out, border-left 0.4s ease-in-out;
}

.m-pagination__item.-next span::before,
.m-pagination__item.-next a::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 60%;
  translate: 50% -50%;
  width: 9px;
  height: 9px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: border-top 0.4s ease-in-out, border-right 0.4s ease-in-out;
  transition: border-top 0.4s ease-in-out, border-right 0.4s ease-in-out;
}

@media (hover: hover) {
  .m-pagination__item a:-moz-any-link:hover {
    color: #FFFFFF;
    background-color: #000000;
  }
  .m-pagination__item a:any-link:hover {
    color: #FFFFFF;
    background-color: #000000;
  }
  .m-pagination__item.-next a:-moz-any-link:hover::before {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .m-pagination__item.-next a:any-link:hover::before {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .m-pagination__item.-prev a:-moz-any-link:hover::before {
    border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
  }
  .m-pagination__item.-prev a:any-link:hover::before {
    border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pagination {
    margin-top: 9.333vw;
  }
  ul.m-pagination__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 1.867vw;
  }
  .m-pagination__item span,
  .m-pagination__item a {
    width: 9.6vw;
    min-height: 9.6vw;
    font-size: 4vw;
  }
  .m-pagination__item.-prev span::before,
  .m-pagination__item.-prev a::before {
    top: calc(50% + 0.8vw);
    left: 60%;
    translate: -50% -50%;
    width: 9px;
    height: 9px;
  }
  .m-pagination__item.-next span::before,
  .m-pagination__item.-next a::before {
    top: calc(50% + 0.8vw);
    right: 60%;
    translate: 50% -50%;
    width: 9px;
    height: 9px;
  }
}
/* ================================================

- パンくず

================================================ */
.m-breadcrumb {
  padding: 13px 0 13px;
  background-color: #000000;
}

ol.m-breadcrumb__list {
  padding: 0 30px;
  letter-spacing: -0.4em;
}
ol.m-breadcrumb__list li {
  display: inline;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
ol.m-breadcrumb__list li a {
  color: #000000;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ol.m-breadcrumb__list li a:hover {
  opacity: 0.7;
}
ol.m-breadcrumb__list li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.75em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ol.m-breadcrumb__list {
    padding: 0 6.4vw;
  }
  ol.m-breadcrumb__list li {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}
/* ================================================

- SNSアイコン

================================================ */
ul.m-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 11px;
}
ul.m-sns__list li {
  width: 44px;
}
ul.m-sns__list li a {
  display: block;
}

/*--- media screen ---*/
/* ================================================

- アコーディオン

================================================ */
.m-accordion__details {
  background-color: #FFFFFF;
}

.m-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.m-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.m-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: #000000;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.m-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 38px;
  right: 45px;
}
.m-accordion__icon::before, .m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% 0;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000000;
}
.m-accordion__icon::before {
  translate: -50% 0;
}
.m-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.m-accordion__details.-open .m-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.m-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: #000000;
}
.m-accordion__content__txt p {
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.js-details.-open .m-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .m-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .m-accordion__icon::before, .m-accordion__icon::after {
    width: 16px;
  }
  .m-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .m-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__content__txt p {
    font-size: 4vw;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome li,
.m-indent--kome p {
  position: relative;
  padding-left: 1em;
}
.m-indent--kome li::before,
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--dot li,
.m-indent--dot p {
  position: relative;
  padding-left: 1em;
}
.m-indent--dot li::before,
.m-indent--dot p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--circle li,
.m-indent--circle p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--circle li::before,
.m-indent--circle p::before {
  display: block;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cc-green);
}

.m-indent--square li,
.m-indent--square p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--square li::before,
.m-indent--square p::before {
  display: block;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--number {
  counter-reset: item;
}
.m-indent--number li {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--number li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.-tel[href^="tel:"] {
  pointer-events: none;
}

.m-h-opacity a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a.m-underline {
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.m-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cc-green);
}

@media (hover: hover) {
  .m-h-opacity a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-h-opacity a:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  a.-tel[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ================================================

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.v2-enter-active,
.v2-leave-active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v2-enter-active {
  opacity: 0;
}

.v2-enter-to,
.v2-leave-active {
  opacity: 1;
}

.v2-leave-to {
  opacity: 0;
}

/* ================================================

- テーブル

================================================ */
.overflow-container {
  overflow: visible;
}

.m-table {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}
.m-table th,
.m-table td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #FFFFFF;
  padding: 9px 20px 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: left;
}
.m-table th small,
.m-table td small {
  font-size: 0.8125rem;
}
.m-table th.-center,
.m-table td.-center {
  text-align: center;
}
.m-table th.-bg,
.m-table td.-bg {
  background-color: #f4f4f4;
}
.m-table th.-w16,
.m-table td.-w16 {
  width: 16%;
}
.m-table th.-w30,
.m-table td.-w30 {
  width: 30%;
}
.m-table thead th {
  padding: 6px 20px 6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-color: #f4f4f4;
}
.m-table tbody th {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}
.m-table .-head {
  background-color: #f4f4f4;
}
.m-table a {
  color: #111111;
}

.m-table.-w760 {
  width: 760px;
}

.m-table.-w580 {
  width: 580px;
}

.m-table.-w480 {
  width: 480px;
}

.m-table.-w430 {
  width: 430px;
}

.m-table.-w280 {
  width: 280px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .overflow-container {
    overflow-x: scroll;
  }
  .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .m-table {
    width: 768px;
  }
  .m-table th,
  .m-table td {
    padding: 9px 20px 10px;
    font-size: 0.9375rem;
  }
  .m-table th small,
  .m-table td small {
    font-size: 0.8125rem;
  }
  .m-table thead th {
    padding: 6px 20px 6px;
    font-size: 0.9375rem;
  }
  .m-table.-w760 {
    width: 760px;
  }
  .m-table.-w580 {
    width: 580px;
  }
  .m-table.-w480 {
    width: 100%;
  }
  .m-table.-w430 {
    width: 100%;
  }
  .m-table.-w280 {
    width: 100%;
  }
}
/* ================================================

- バナー

================================================ */
.m-bannerArea {
  padding: 68px 0 70px;
}

.m-bannerArea__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.m-bannerArea__item {
  width: 220px;
}
.m-bannerArea__item a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-bannerArea {
    padding: 12.8vw 0 13.333vw;
  }
  .m-bannerArea__inner {
    padding: 0 5.333vw;
  }
  .m-bannerArea__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .m-bannerArea__item {
    max-width: 220px;
    width: calc(50% - 2vw);
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .m-btn a:-moz-any-link:hover, .m-sns__item a:-moz-any-link:hover, .m-bannerArea__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-btn a:any-link:hover,
  .m-sns__item a:any-link:hover,
  .m-bannerArea__item a:any-link:hover {
    opacity: 0.7;
  }
  .m-btn button:enabled:hover {
    opacity: 0.8;
  }
}
.m-btn a,
.m-sns__item a,
.m-bannerArea__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}