@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .header {
    background: -webkit-linear-gradient(359.65deg, #F3F5F4 49.92%, rgba(243, 245, 244, .5) 99.69%);
    background: linear-gradient(90.35deg, #F3F5F4 49.92%, rgba(243, 245, 244, .5) 99.69%)
  }
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
  transform: rotate(45deg) translate(8.5px, 8px)
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
  transform: rotate(-45deg) translate(8.5px, -7.5px)
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  gap: 30px
}
@media only screen and (max-width: 1600px) {
  .header__wrap {
    padding: 1.25vw 1.25vw 1.25vw 1.875vw;
    gap: 1.875vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    padding: 10px 20px
  }
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 560px;
  position: relative;
  z-index: 100
}
@media only screen and (max-width: 1600px) {
  .header__top {
    width: 35vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%;
    width: 100%
  }
}
.header__logo {
  line-height: 1
}
.header__logo img {
  width: auto;
  height: 100px
}
@media only screen and (max-width: 1600px) {
  .header__logo img {
    height: 6.25vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__logo img {
    height: 40px
  }
}
.header__toggle {
  display: none;
  z-index: 1000
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px
  }
}
.header__toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: relative
}
.header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid #222222;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before, .header__toggle span span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #222222;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before {
  top: -12px
}
.header__toggle span span:after {
  top: 11px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/common/spnav-bg.jpg) no-repeat center/cover;
    height: 100vh;
    z-index: 99;
    padding: 115px 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto
  }
  .header__nav.is-active {
    opacity: 1;
    visibility: visible
  }
  .header__nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 167px;
    height: 99px;
    background: url(../img/common/nav-flower.png) no-repeat left bottom/contain;
    pointer-events: none;
    z-index: 1
  }
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px #0000001a;
  border-radius: 100px;
  padding-left: 30px
}
@media only screen and (max-width: 1600px) {
  .header__navbar {
    gap: 1.875vw;
    padding-left: 1.875vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    gap: 12px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px
}
@media only screen and (max-width: 1600px) {
  .header__list {
    gap: 1.3125vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 12px
  }
}
.header__list li {
  line-height: 1
}
.header__list li a {
  font-family: Zen Old Mincho, serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 700;
  color: #333
}
@media only screen and (max-width: 1600px) {
  .header__list li a {
    font-size: 1.6rem
  }
}
@media only screen and (max-width: 1024px) {
  .header__list li a {
    display: block;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 50px;
    padding: 3px 20px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #333
  }
}
.header__contact {
  background: #D7104B;
  border-radius: 50px;
  width: 167px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Zen Old Mincho, serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: 700;
  color: #f3f5f4
}
@media only screen and (max-width: 1600px) {
  .header__contact {
    width: 140px;
    height: 40px;
    font-size: 1.8rem
  }
}
@media only screen and (max-width: 1024px) {
  .header__contact {
    position: relative;
    overflow: visible;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    border-radius: 50px;
    height: 47px;
    font-size: 1.8rem
  }
  .header__contact:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 80px;
    height: auto;
    aspect-ratio: 378/317;
    background: url(../img/top/top-contact_frame01.svg) no-repeat center/contain;
    pointer-events: none
  }
}
.ctbox__wrap {
  padding: 262px 60px 0;
  position: relative
}
@media only screen and (max-width: 1600px) {
  .ctbox__wrap {
    padding: 16.375vw 3.75vw 0
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__wrap {
    padding: 120px 20px 0
  }
}
.ctbox__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 478px;
  height: 384px;
  background: url(../img/common/ctbox_frame.svg) no-repeat center/cover;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  .ctbox__wrap:before {
    width: 29.875vw;
    height: 24vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__wrap:before {
    width: 240px;
    height: 193px
  }
}
.ctbox__inner {
  position: relative
}
.ctbox__inner:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 100%;
  width: 100vw;
  z-index: -1;
  background: #F9F6F6
}
.ctbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/common/ctbox_bg.jpg) no-repeat center/cover;
  border-radius: 50px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
}
@media only screen and (max-width: 1600px) {
  .ctbox__box {
    border-radius: 3.125vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px
  }
}
.ctbox__content {
  width: 50%;
  padding: 0 0 0 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 1600px) {
  .ctbox__content {
    padding: 0 0 0 10.625vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 20px
  }
}
.ctbox__content .title01 {
  margin-bottom: 26px
}
@media only screen and (max-width: 1600px) {
  .ctbox__content .title01 {
    margin-bottom: 1.625vw
  }
  .ctbox__content .title01 .title01__en {
    font-size: 4.375vw;
    line-height: 6.25vw
  }
  .ctbox__content .title01 .title01__jp {
    font-size: 1.5625vw;
    line-height: 2.5vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__content .title01 {
    margin-bottom: 12px
  }
  .ctbox__content .title01 .title01__en {
    font-size: 4.5rem;
    line-height: 65px
  }
  .ctbox__content .title01 .title01__jp {
    font-size: 1.8rem;
    line-height: 1.5555555556
  }
}
.ctbox__text {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: 500;
  color: #fff
}
@media only screen and (max-width: 1600px) {
  .ctbox__text {
    font-size: 1.375vw;
    line-height: 1.75
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__text {
    font-size: 1.6rem;
    line-height: 1.75
  }
}
.ctbox__btn {
  max-width: 320px;
  margin-top: 34px
}
@media only screen and (max-width: 1600px) {
  .ctbox__btn {
    max-width: 20vw;
    margin-top: 2.125vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__btn {
    max-width: 100%;
    margin-top: 20px
  }
}
.ctbox__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100px;
  font-family: Zen Old Mincho, serif;
  font-size: 1.8rem;
  color: #383838;
  font-weight: 700
}
@media only screen and (max-width: 1600px) {
  .ctbox__btn a {
    font-size: 1.125vw;
    height: 3.75vw
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__btn a {
    font-size: 1.6rem;
    height: 40px
  }
}
.ctbox__img {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .ctbox__img {
    width: 100%
  }
}
.ctbox__img img {
  height: 100%
}
@media only screen and (max-width: 767px) {
  .ctbox__img img {
    width: 100%;
    height: auto
  }
}
.footer__wrap {
  padding: 30px 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
@media only screen and (max-width: 1600px) {
  .footer__wrap {
    padding: 1.875vw 3.75vw 2.5vw;
    gap: 1.875vw
  }
}
@media only screen and (max-width: 1024px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    gap: 20px
  }
}
.footer__logo {
  max-width: 560px
}
@media only screen and (max-width: 1600px) {
  .footer__logo {
    max-width: 35vw
  }
}
@media only screen and (max-width: 1024px) {
  .footer__logo {
    max-width: 100%;
    width: 100%
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width: 1024px) {
  .footer__nav {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 25px
}
@media only screen and (max-width: 1024px) {
  .footer__list {
    gap: 0 15px
  }
}
@media only screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.footer__list li a {
  font-family: Zen Old Mincho, serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: .03em
}
@media only screen and (max-width: 1024px) {
  .footer__list li a {
    font-size: 1.6rem
  }
}
.footer__copyright {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: normal;
  color: #8da994;
  letter-spacing: .09em
}
@media only screen and (max-width: 1024px) {
  .footer__copyright {
    font-size: 1.2rem
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center
  }
}
.breadcrumb {
  padding: 15px 0
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 15px
}
.breadcrumb ul a, .breadcrumb ul span {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: .04em;
  font-weight: 500;
  color: #fff
}
.breadcrumb ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul a:after {
  content: "/";
  margin-left: 15px
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  color: #333
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.6rem
  }
}
main {
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 60px
  }
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #D7104B;
  border-radius: 50px;
  height: 60px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: #f3f5f4;
  font-weight: 700;
  font-family: Zen Old Mincho, serif
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.6rem;
    height: 40px
  }
}
.btn.is-lesson a {
  border: 1px solid #2E4835;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2e4835;
  background: #F3F5F4
}
.title01__en {
  font-family: Cinzel Decorative, serif;
  font-size: 7rem;
  line-height: 100px;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .title01__en {
    font-size: 4.5rem;
    line-height: 65px
  }
}
.title01__jp {
  display: block;
  font-family: Zen Old Mincho, serif;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 600;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .title01__jp {
    font-size: 1.8rem;
    line-height: 1.5555555556
  }
}
.title01.is-white .title01__en, .title01.is-white .title01__jp {
  color: #fff
}
.news__cate {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #f3f5f4;
  border-radius: 100px;
  width: 80px;
  text-align: center;
  padding: 2px 0 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.news__cate.is-schedule {
  background: #D7104B
}
.news__cate.is-report {
  background: #7CB562
}
.top-mv {
  position: relative
}
.top-mv:after {
  content: "";
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  height: 165px;
  background: url(../img/top/main_frame02.png) no-repeat top left/contain;
  z-index: 1;
  mix-blend-mode: multiply
}
@media only screen and (max-width: 1600px) {
  .top-mv:after {
    height: 10.3125vw
  }
}
.top-mv__wrap {
  position: relative
}
.top-mv__wrap:before, .top-mv__wrap:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px
}
@media only screen and (max-width: 1600px) {
  .top-mv__wrap:before, .top-mv__wrap:after {
    height: 11vw
  }
}
.top-mv__wrap:before {
  background: url(../img/top/mv-frame02.png) no-repeat center/cover;
  z-index: 2;
  mix-blend-mode: multiply
}
@media only screen and (max-width: 767px) {
  .top-mv__wrap:before {
    display: none
  }
}
.top-mv__wrap:after {
  background: url(../img/top/mv-frame01.png) no-repeat center/cover;
  z-index: 3
}
.top-mv .swiper-slide img {
  width: 100%
}
.top-mv.is-subpage {
  max-height: 400px;
  overflow: hidden
}
@media only screen and (max-width: 1600px) {
  .top-mv.is-subpage {
    max-height: 25vw
  }
}
@media only screen and (max-width: 767px) {
  .top-mv.is-subpage {
    max-height: 200px
  }
}
.top-mv.is-subpage:after {
  display: none
}
.top-mv.is-subpage .top-mv__wrap:before,
.top-mv.is-subpage .top-mv__wrap:after {
  display: none
}
.top-mv__image {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.top-contact {
  padding: 138px 0 50px;
  position: relative;
  margin-top: -11.25vw;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  .top-contact {
    padding-top: 8.625vw
  }
}
@media only screen and (max-width: 767px) {
  .top-contact {
    margin-top: -10.6666666667vw;
    padding-top: 10.6666666667vw
  }
}
.top-contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/main_frame01.png) no-repeat top center/100% auto;
  z-index: -1
}
@media only screen and (max-width: 767px) {
  .top-contact:after {
    background-size: cover !important
  }
}
.top-contact:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  width: 238px;
  height: 154px;
  background: url(../img/top/top-contact_frame04.svg) no-repeat top center/cover;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  .top-contact:before {
    top: 1.5625vw;
    left: 1.25vw;
    width: 14.875vw;
    height: 9.625vw
  }
}
.top-contact__title {
  font-family: Zen Old Mincho, serif;
  font-size: 4.4rem;
  line-height: 1.4545454545;
  letter-spacing: .09em;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  font-style: italic
}
@media only screen and (max-width: 767px) {
  .top-contact__title {
    font-size: 2rem;
    margin-bottom: 15px
  }
}
@media only screen and (max-width: 375px) {
  .top-contact__title {
    font-size: 5.3333333333vw;
    letter-spacing: .024vw
  }
}
.top-contact__box {
  background: #FFFFFF url(../img/top/top-contact_frame03.svg) no-repeat bottom right/218px 120px;
  opacity: .9;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, .07);
  box-shadow: 0 0 30px 2px #00000012;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .top-contact__box {
    padding: 20px
  }
}
.top-contact__box:after {
  content: "";
  position: absolute;
  bottom: -63px;
  left: -212px;
  width: 378px;
  height: 317px;
  background: url(../img/top/top-contact_frame01.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .top-contact__box:after {
    bottom: -3.9375vw;
    left: -13.25vw;
    width: 23.625vw;
    height: 19.8125vw
  }
}
.top-contact__box:before {
  content: "";
  position: absolute;
  top: -267px;
  right: -230px;
  width: 490px;
  height: 501px;
  background: url(../img/top/top-contact_frame02.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .top-contact__box:before {
    top: -16.6875vw;
    right: -14.375vw;
    width: 30.625vw;
    height: 31.3125vw
  }
}
.top-contact__inner {
  max-width: calc(100% - 250px);
  width: 100%
}
@media only screen and (max-width: 1600px) {
  .top-contact__inner {
    max-width: calc(100% - 15.625vw)
  }
}
@media only screen and (max-width: 767px) {
  .top-contact__inner {
    max-width: 100%
  }
}
.top-contact__subtit {
  background: #F3F5F4;
  border-radius: 50px;
  font-family: Zen Old Mincho, serif;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  text-align: center;
  font-weight: 700;
  color: #2e4835;
  margin-bottom: 30px
}
@media only screen and (max-width: 1050px) {
  .top-contact__subtit {
    font-size: 1.9047619048vw;
    white-space: nowrap
  }
}
@media only screen and (max-width: 767px) {
  .top-contact__subtit {
    font-size: 1.1rem;
    white-space: normal;
    margin-bottom: 15px;
    padding: 10px 20px
  }
}
.top-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .top-contact__content {
    gap: 20px
  }
}
.top-contact__content .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 345px;
  flex-basis: 345px;
  max-width: 358px;
  margin: 0 auto
}
.top-contact__gr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 415px;
  flex-basis: 415px
}
.top-contact__gr .title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 767px) {
  .top-contact__gr .title01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px
  }
}
.top-contact__gr .title01__en {
  font-size: 5.3rem;
  line-height: 75px;
  color: #d7104b
}
@media only screen and (max-width: 767px) {
  .top-contact__gr .title01__en {
    font-size: 4.5rem;
    line-height: 55px
  }
}
.top-contact__gr .title01__jp {
  font-size: 1.8rem
}
.top-contact__text {
  font-size: 2rem;
  line-height: 1.8;
  color: #383838;
  text-align: justify
}
@media only screen and (max-width: 767px) {
  .top-contact__text {
    font-size: 1.6rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto
  }
}
.top-news {
  position: relative;
  z-index: 1;
  padding: 50px 0 260px;
  overflow: hidden;
  background: url(../img/top/main_bg.png) repeat center/cover
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding-bottom: 240px
  }
}
.top-news .title01 {
  text-align: center;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .top-news .title01 {
    margin-bottom: 15px
  }
}
.top-news .title01__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .top-news .title01__en {
    gap: 15px
  }
}
.top-news .title01__en:before, .top-news .title01__en:after {
  content: "";
  display: block;
  width: 75px;
  height: 26px;
  background: url(../img/top/top-news_frame01.svg) no-repeat center/contain
}
.top-news .title01__en:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px
}
@media only screen and (max-width: 767px) {
  .top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
  }
}
.top-news__category {
  width: 250px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .top-news__category {
    width: 100%
  }
}
.top-news__content {
  width: calc(100% - 300px)
}
@media only screen and (max-width: 767px) {
  .top-news__content {
    width: 100%
  }
}
.top-news__title {
  font-family: Cinzel Decorative, serif;
  font-size: 4.2rem;
  line-height: 100px;
  font-weight: 700;
  color: #7cb562;
  margin-bottom: 15px
}
@media only screen and (max-width: 767px) {
  .top-news__title {
    line-height: 60px
  }
}
.top-news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top-news__nav li a {
  width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFFFFF;
  color: #999;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3888888889;
  opacity: 1 !important
}
@media only screen and (max-width: 767px) {
  .top-news__nav li a {
    width: 280px
  }
}
.top-news__nav li a.is-active {
  background: #333333;
  color: #f3f5f4
}
.top-news__btn {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .top-news__btn {
    margin: 0;
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%
  }
}
.top-news__btn a {
  height: 60px;
  border-top: 1px solid #2E4835;
  border-bottom: 1px solid #2E4835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-family: Zen Old Mincho, serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: #2e4835;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .top-news__btn a {
    width: 100%;
    max-width: 250px;
    margin: 0 auto
  }
}
.top-news__btn a:after {
  content: ">";
  display: block;
  font-family: Zen Old Mincho, serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2e4835
}
.top-news__list {
  display: none
}
.top-news__list.is-active {
  display: block
}
.top-news__item {
  padding: 27px 0 30px;
  border-bottom: 1px dashed #DDDDDD
}
@media only screen and (max-width: 767px) {
  .top-news__item {
    padding: 15px 0
  }
}
.top-news__item:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  color: #383838
}
@media only screen and (max-width: 767px) {
  .top-news__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.top-news__item .news__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .top-news__item .news__title {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}
.top-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  background: #ffffff
}
.top-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-animation: slideRight 30s linear infinite;
  animation: slideRight 30s linear infinite;
  margin-top: -130px
}
@media only screen and (max-width: 767px) {
  .top-slide ul {
    margin-top: -85px
  }
}
.top-slide ul li img {
  border-radius: 50px;
  min-width: 480px
}
@media only screen and (max-width: 767px) {
  .top-slide ul li img {
    min-width: 240px;
    border-radius: 20px
  }
}
.top-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #383838
}
@media only screen and (max-width: 767px) {
  .top-text {
    font-size: 1.6rem
  }
}
.top-text span {
  display: block
}
.top-text span + span {
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .top-text span + span {
    margin-top: 10px
  }
}
.top-message {
  padding: 120px 0 75px;
  background: #FFFFFF
}
@media only screen and (max-width: 767px) {
  .top-message {
    padding: 60px 0 40px
  }
}
.top-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .top-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top-message .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .top-message .title01 {
    margin-bottom: 15px
  }
}
.top-message .title01__en {
  background: -webkit-gradient(linear, left top, right top, from(#2E4835), to(#6FAE80));
  background: -webkit-linear-gradient(left, #2E4835 0%, #6FAE80 100%);
  background: linear-gradient(90deg, #2E4835 0%, #6FAE80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.top-message__subtit {
  font-family: Zen Old Mincho, serif;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 600;
  color: #2e4835;
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .top-message__subtit {
    font-size: 2rem;
    margin-top: 25px
  }
}
.top-message__img {
  width: 400px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .top-message__img {
    width: 100%
  }
}
.top-message__img span {
  font-family: Zen Old Mincho, serif;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #2e4835;
  margin-top: 15px
}
.top-academy {
  padding: 75px 0 30px;
  background: #FFFFFF
}
@media only screen and (max-width: 767px) {
  .top-academy {
    padding: 0
  }
}
.top-academy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .top-academy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top-academy__img {
  margin-left: calc(-.5*(100vw - 1140px));
  max-width: 790px
}
@media only screen and (max-width: 1600px) {
  .top-academy__img {
    max-width: 49.375vw
  }
}
.top-academy__img img {
  margin-left: -15px
}
@media only screen and (max-width: 767px) {
  .top-academy__img img {
    margin: 0
  }
}
@media only screen and (max-width: 1180px) {
  .top-academy__img {
    margin-left: -40px
  }
}
@media only screen and (max-width: 767px) {
  .top-academy__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    max-width: 100%;
    margin-top: 30px
  }
}
.top-academy__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top-academy .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .top-academy .title01 {
    margin-bottom: 15px
  }
}
.top-academy .title01__en {
  background: -webkit-linear-gradient(.37deg, #D7104B .19%, #B60005 66.14%, #D3C011 99.6%);
  background: linear-gradient(89.63deg, #D7104B .19%, #B60005 66.14%, #D3C011 99.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.top-academy .btn {
  max-width: 200px;
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .top-academy .btn {
    margin-top: 25px
  }
}
.top-lesson {
  background: #FFFFFF;
  padding: 0 0 60px
}
@media only screen and (max-width: 767px) {
  .top-lesson {
    padding: 40px 0
  }
}
.top-lesson__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .top-lesson__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top-lesson__img {
  margin-right: calc(-.5*(100vw - 1070px));
  max-width: 720px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -450px
}
@media only screen and (max-width: 1600px) {
  .top-lesson__img {
    max-width: 45vw;
    margin-top: -28.125vw
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .top-lesson__img {
    margin-top: -9.1145833333vw
  }
}
@media only screen and (max-width: 1180px) {
  .top-lesson__img {
    margin-right: -40px
  }
}
@media only screen and (max-width: 767px) {
  .top-lesson__img {
    margin-top: 0;
    margin-right: 0;
    max-width: 100%
  }
}
.top-lesson__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.top-lesson .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .top-lesson .title01 {
    margin-bottom: 15px
  }
}
.top-lesson .title01__en {
  background: -webkit-gradient(linear, left top, right top, from(#2E4835), to(#6FAE80));
  background: -webkit-linear-gradient(left, #2E4835 0%, #6FAE80 100%);
  background: linear-gradient(90deg, #2E4835 0%, #6FAE80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.top-lesson .btn {
  max-width: 200px;
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .top-lesson .btn {
    margin-top: 25px
  }
}
.top-about {
  padding: 240px 0 10vw;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  .top-about {
    padding: 15vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 80px
  }
}
.top-about:after, .top-about:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: cover !important;
  z-index: -1
}
@media only screen and (max-width: 767px) {
  .top-about:after, .top-about:before {
    background-size: contain !important
  }
}
.top-about:before {
  top: 0;
  background-position: top center;
  background: url(../img/top/about_bg.png) no-repeat
}
.top-about:after {
  bottom: 0;
  background: url(../img/top/about_bg01.png) no-repeat;
  background-position: bottom center
}
.top-about__inner {
  position: relative
}
.top-about__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100vw;
  z-index: -2;
  background: url(../img/top/about_bg02.png) repeat
}
.top-about .title01 {
  text-align: center;
  margin-bottom: 20px
}
.top-about .top-text {
  text-align: center
}
.top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 130px calc(-.5*(100vw - 1260px)) 0
}
@media only screen and (max-width: 1600px) {
  .top-about__list {
    gap: 3.75vw;
    margin-top: 8.125vw
  }
}
@media only screen and (max-width: 1180px) {
  .top-about__list {
    margin-left: 0;
    margin-right: 0
  }
}
@media only screen and (max-width: 767px) {
  .top-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.top-about__item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width: 767px) {
  .top-about__item {
    width: 100%
  }
}
.top-about__img img {
  border-radius: 50px
}
@media only screen and (max-width: 1600px) {
  .top-about__img img {
    border-radius: 3.125vw
  }
}
@media only screen and (max-width: 767px) {
  .top-about__img img {
    border-radius: 25px
  }
}
.top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top-about__title {
  text-align: center;
  margin: 15px 0;
  font-family: Zen Old Mincho, serif;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  color: #383838;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.top-about__text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  color: #383838
}
.top-sponcer {
  padding: 60px 0 0;
  position: relative
}
.top-sponcer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #F9F6F6;
  z-index: -1
}
@media only screen and (max-width: 767px) {
  .top-sponcer {
    padding: 40px 0
  }
}
.top-sponcer .title01 {
  text-align: center;
  margin-bottom: 30px
}
.top-sponcer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 60px
}
@media only screen and (max-width: 1600px) {
  .top-sponcer__list {
    gap: 30px 3.75vw
  }
}
@media only screen and (max-width: 767px) {
  .top-sponcer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.top-sponcer__list li {
  width: calc((100% - 120px) / 3)
}
@media only screen and (max-width: 1600px) {
  .top-sponcer__list li {
    width: calc((100% - 7.5vw) / 3)
  }
}
@media only screen and (max-width: 767px) {
  .top-sponcer__list li {
    width: 100%
  }
}
.top-sponcer__list li img {
  width: 100%
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
  }
}

/* トップページ：見出し・画像フェードアニメーション（サブページと同ポリシー） */
main .title01__en[data-aos="fade-up"] {
  transform: translate3d(0, 24px, 0);
}
main .title01__jp[data-aos="fade-up"] {
  transform: translate3d(0, 12px, 0);
}
main .top-contact__title[data-aos="fade-up"],
main .top-contact__subtit[data-aos="fade-up"] {
  transform: translate3d(0, 24px, 0);
}
main img[data-aos="fade"] {
  transform: none;
}

/* ADD SCSS 2026.03.04 */
/* ----------------------------------------
   .top-about__meaning
   ---------------------------------------- */
.top-about__meaning {
  margin: 80px auto 100px;
}
.top-about__meaning .title01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-about__meaning .title01__en {
  text-align: center;
  font-family: "Cinzel Decorative", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.684px; /* 159.758% */
  background: var(--gradation-red-01, linear-gradient(180deg, var(--color-accent-red-01, #D7104B) 0%, #B60005 66.35%, #D3C011 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 18px;
}
.top-about__meaning .title01__jp {
  color: #B60005;
  text-align: center;
  font-family: "A P-OTF Shuei YobuMin StdN", serif;
  font-size: 18.404px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.674px; /* 166.667% */
}
.top-about__meaning > ul {
  display: flex;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning > ul {
    max-width: inherit;
    display: grid;
    gap: 5px;
    justify-content: normal;
  }
}
.top-about__meaning > ul li {
  width: 210px;
  height: 210px;
  background-color: #FFF;
  box-shadow: 2px 2px 3.6px 0 rgba(0, 0, 0, 0.18) inset;
  text-align: center;
  border-radius: 97px;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning > ul li {
    width: 100%;
    padding: 10px;
    height: auto;
    display: flex;
  }
}
.top-about__meaning > ul li img {
  max-width: 75px;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning > ul li img {
    max-height: 45px;
  }
}
.top-about__meaning > ul li dd {
  color: #383838;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.246px; /* 186.51% */
}
@media only screen and (max-width: 767px) {
  .top-about__meaning > ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}
.top-about__meaning > ul li .meaning__en {
  color: var(--color-cg-01, #333);
  text-align: center;
  font-family: "A P-OTF Shuei YobuMin StdN", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.94px; /* 134.702% */
}
.top-about__meaning > ul li .meaning__en span {
  font-size: 14px;
}
/* ----------------------------------------
   .top-about__meaning.meaning__02
   ---------------------------------------- */
.top-about__meaning.meaning__02 {
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.07);
  margin: 80px auto;
  padding: 40px 80px;
  display: grid;
  align-items: center;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning.meaning__02 {
    margin: 40px auto;
    padding: 20px;
  }
}
.top-about__meaning.meaning__02 .title01__en {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning.meaning__02 .title01 {
    display: grid;
    gap: 2px;
  }
  .top-about__meaning.meaning__02 .title01__en {
    line-height: 1;
  }
  .top-about__meaning.meaning__02 .title01__jp {
    font-size: 4vw;
  }
}
.top-about__meaning.meaning__02 > ul {
  gap: 25px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .top-about__meaning.meaning__02 > ul {
    max-width: inherit;
    display: grid;
    gap: 5px;
    justify-content: normal;
  }
}
.top-about__meaning.meaning__02 > ul li {
  background-color: #F8F8F8;
}

/* ADD CSS 2026.03.06 */
/* ----------------------------------------
   .ctbox
   ---------------------------------------- */


@media only screen and (max-width: 767px) {

  .ctbox__inner:after {
    max-height: 400px;
  }
}

/* ----------------------------------------
   .ctbox
   ---------------------------------------- */
main > section.news,main > section.news-detail{
	margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
main > section.news,main > section.news-detail{
	margin-bottom: 60px !important;
}
}

/* ----------------------------------------
   .top-news
   ---------------------------------------- */
.top-news .news__cate.is-info {
  background-color: rgb(46, 72, 53);
}
.top-news__item .news__title span {
  font-size: 1.5rem;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .top-news__item .news__title span {
    display: block;
  }
}

/* ADD CSS 2026.03.09 */
/* ----------------------------------------
   .header__contact
   ---------------------------------------- */
.header__contact a{
	display: block;
	width: 100%;
	text-align: center;
}

.title01__en,.headline-gradient--red,.headline-gradient--green{
	padding-right: 30px;
}