@charset "UTF-8";
.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.p-txt-list {
  line-height: 1rem;
}

html {
  overflow-x: hidden;
  /* アンカーリンクで遷移した際のスクロール位置を調整します */
  scroll-padding-top: 70px; /* スマホ時のヘッダー高さに合わせて調整してください */
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px; /* PC時のヘッダー高さに合わせて調整してください */
  }
}

body {
  font-size: 16px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 26px;
  background-color: #fffef7;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

a {
  text-decoration: none;
}

section {
  padding: 4vh 0;
}
section.news {
  padding: 0;
}
section.commit {
  padding: 0;
  margin-bottom: 4vh;
}
section.program {
  padding: 0;
}
section.voice {
  padding: 0;
}
@media screen and (max-width: 768px) {
  section.price {
    padding: 0;
  }
}

.pdgRL-20 {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .pdgRL-20.section {
    padding: 0;
  }
}

.pdgRL-10 {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .pdgRL-10 {
    padding: 0;
  }
}

.mgnRL-10 {
  margin-right: 10px;
  margin-left: 10px;
}

* {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
*::after, *::before {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.fade {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.fade.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

section {
  overflow: hidden;
  position: relative;
  margin-bottom: -20vh;
}
section.news {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.flow {
    margin-bottom: 0;
  }
}
section > div {
  border-bottom-left-radius: 1000px 500px;
  border-bottom-right-radius: 1000px 500px;
}
section.bg-normal-green {
  margin-bottom: -18vh;
}
section.bg-normal-green.news {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  section.bg-normal-green.program {
    padding-top: 4vh;
  }
}
@media screen and (max-width: 768px) {
  section.bg-normal-green.voice {
    margin-bottom: 0;
  }
}
section.bg-normal-green > div {
  padding-top: 14vh;
  background-color: #fffef7;
}
section.bg-normal-green > div.program__inner {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  section.bg-normal-green > div.program__inner {
    padding-top: 2vh;
  }
}
@media screen and (max-width: 768px) {
  section.bg-normal-green > div.flow__inner {
    padding-top: 2vh;
  }
  section.bg-normal-green > div.voice__inner {
    padding-top: 2vh;
  }
}
section.bg-orange > div {
  padding-top: 14vh;
  background-color: #fff8e3;
}
section.bg-orange > div.commit__inner {
  padding-top: 4vh;
}
@media screen and (max-width: 768px) {
  section.bg-orange > div.flow__inner {
    padding-top: 2vh;
  }
  section.bg-orange > div.price__inner {
    padding-top: 2vh;
  }
}
@media screen and (min-width: 769px) {
  section.bg-orange > div.manager__inner {
    padding-top: 2vh;
  }
}
@media screen and (min-width: 769px) {
  section > div {
    border-bottom-left-radius: 2000px 800px;
    border-bottom-right-radius: 2000px 800px;
  }
  section#news {
    margin-top: 0;
    margin-bottom: 4vh;
  }
  section.bg-orange > div {
    background-color: #fff8e3;
  }
}
@media screen and (min-width: 769px) {
  section#news > div {
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}

.mgnT-2 {
  margin-top: 2vh;
}

.mgnT-1 {
  margin-top: 1vh;
}

.txt-p {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 769px) {
  .txt-p {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.txt-list-p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 769px) {
  .txt-list-p {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.txt-p-bg {
  background-color: #81b441;
  color: #ffffff;
  text-align: center;
}

.txt-attn {
  position: relative;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-left: 20px;
}
.txt-attn::before {
  content: "※";
  position: absolute;
  left: 0.5rem;
}
@media screen and (min-width: 769px) {
  .txt-attn {
    font-size: 1rem;
    line-height: 2;
  }
}

.txt-name {
  font-size: 0.9rem;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #81b441;
  position: relative;
  padding-left: 1.4rem;
}
.txt-name:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../image/speechbubble.png);
  height: 1rem;
  width: 1.1rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -1.4rem;
}
@media screen and (min-width: 769px) {
  .txt-name {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.image-inner {
  overflow: hidden;
}
.c-img-block {
  margin: 2vh auto;
}
.c-img-contents {
  border-radius: 5px;
  width: 100%;
}

.main-image-inner .main-image-contents {
  background-size: cover;
  border-bottom-left-radius: 1000px 500px;
  border-bottom-right-radius: 1000px 500px;
  height: 70vh;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 99;
  position: relative;
}
.main-image-inner .main-image-contents.display-sp {
  background-image: url(../image/c-mainc-main-sp.jpg);
}
.main-image-inner .main-image-contents.display-pc {
  background-image: url(../image/c-mainc-main.jpg);
}
@media screen and (min-width: 769px) {
  .main-image-inner .main-image-contents {
    height: 90vh;
  }
}
@media screen and (min-width: 769px) {
  .main-image-inner {
    background-size: cover;
    border-bottom-left-radius: 2000px 800px;
    border-bottom-right-radius: 2000px 800px;
    height: 90vh;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    z-index: 99;
    position: relative;
  }
  .main-image-inner .main-image-contents {
    border-radius: unset;
    height: 100%;
    margin: 0;
    padding: 0;
    background-position: center;
  }
}

.list-ul {
  margin: 1vh 0;
  padding: 0 0 10px 20px;
  font-size: 0.9rem;
  list-style: disc;
}
.list-li {
  margin-bottom: 0.5vh;
}
.list-li:last-child {
  margin-bottom: 0;
}

.heading-h2 {
  display: inline-block;
  color: #714212;
  font-size: 1.8rem;
  line-height: 2rem;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.heading-h2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 4vh;
}
.heading-h2-wrap .leaf-obj {
  position: relative;
  width: 1.4rem;
  height: 1.675142rem;
}
.heading-h2-wrap .leaf-obj object {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .heading-h2-wrap .leaf-obj {
    width: 2rem;
    height: 2.39306rem;
  }
}
@media screen and (min-width: 769px) {
  .heading-h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.heading-h3 {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 4vh;
}
@media screen and (min-width: 769px) {
  .heading-h3 {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.heading-h4 {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #81b441;
  font-size: 1.4rem;
  display: inline-block;
}
.heading-h4-wrap {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .heading-h4 {
    font-size: 1.6rem;
  }
}

.bg-color .heading-h2-sub {
  color: #ffffff;
}

.more-btn {
  margin-top: 4vh;
  text-align: center;
  padding-bottom: 6vh;
}
.more-btn-link {
  display: inline-block;
  background-color: #81b441;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 9999px;
}
.more-btn-p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .more-btn-link {
    padding: 10px 40px;
  }
  .more-btn-p {
    font-size: 1.2rem;
  }
}

.header__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}
.header-top-block, .header-navigation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: fixed;
  left: 0;
}
.header-top-block {
  top: 0;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fffef7;
}
.header-navigation-block {
  bottom: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-filter: drop-shadow(0px -5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px -5px 5px rgba(0, 0, 0, 0.2));
}
.header .logo {
  width: 55%;
  height: auto;
}
.header .logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.header .logo object {
  pointer-events: none;
}
.header .recruit-link {
  background: #81b441;
  display: inline-block;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 9999px;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-navigation-block {
  background-color: #81b441;
}
.header-navigation-li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 25%;
}
.header-navigation-li:last-child a::after {
  content: none;
}
.header-navigation-li p {
  width: 100%;
}
.header-navigation-link {
  display: block;
  padding: 12px 0;
  width: 100%;
}
.header-navigation-link::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 60%;
  right: -1px;
}
.header-navigation-link.is-current {
  background-color: #fffef7;
  color: #81b441;
  font-weight: 600;
}
.header-navigation-link.is-current::after {
  right: 0;
}
.header .contactBtn {
  cursor: pointer;
}
.header .contactBtn::after {
  content: none;
}
.header .contact-btn-wrap {
  position: absolute;
  bottom: 100%;
}
.header .contact-btn-wrap__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .contact-btn-wrap .header-navigation-link::after {
  content: none;
}
.header .contact-btn-wrap .header-navigation-svg-icon {
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.header .contact-btn-wrap .header-navigation-tel-svg {
  bottom: 4.2rem;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header .contact-btn-wrap .header-navigation-tel-svg-obj {
  width: 1.394rem;
  height: 2rem;
}
.header .contact-btn-wrap .header-navigation-mail-svg {
  bottom: 0.3rem;
}
.header .contact-btn-wrap .header-navigation-mail-svg-obj {
  height: 1.4rem;
  width: 1.9691rem;
}
.header .contact-btn-wrap .header-navigation-tel-svg,
.header .contact-btn-wrap .header-navigation-mail-svg {
  display: block;
  background-color: #ffffff;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 9999px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.header .contact-btn-wrap .header-navigation-svg-icon-link {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header .contact-btn-wrap.close {
  pointer-events: none;
}
.header .contact-btn-wrap.close .header-navigation-tel-svg,
.header .contact-btn-wrap.close .header-navigation-mail-svg {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  opacity: 0;
}
.header .contact-btn-wrap.open {
  pointer-events: all;
}
.header .contact-btn-wrap.open .header-navigation-tel-svg,
.header .contact-btn-wrap.open .header-navigation-mail-svg {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .header .contact-btn-wrap {
    bottom: 0;
  }
  .header .contact-btn-wrap .header-navigation-tel-svg {
    bottom: 0;
    top: 4.2rem;
  }
  .header .contact-btn-wrap .header-navigation-mail-svg {
    bottom: 0;
    top: 0;
  }
  .header .contact-btn-wrap.close {
    pointer-events: none;
  }
  .header .contact-btn-wrap.close .header-navigation-tel-svg,
  .header .contact-btn-wrap.close .header-navigation-mail-svg {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  .header .contact-btn-wrap.open {
    pointer-events: all;
  }
  .header .contact-btn-wrap.open .header-navigation-tel-svg,
  .header .contact-btn-wrap.open .header-navigation-mail-svg {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .header__inner {
    position: fixed;
    height: auto;
  }
  .header__inner--top {
    background-color: #ffffff;
  }
  .header__inner--navigation {
    margin-left: auto;
  }
  .header-top-block {
    max-width: 1280px;
    margin: auto;
    position: relative;
    background-color: unset;
  }
  .header-top-block {
    padding: 0;
  }
  .header-navigation-block {
    bottom: auto;
  }
  .header .logo {
    width: 20rem;
    height: auto;
  }
  .header .recruit-link {
    font-size: 1.2rem;
    text-align: center;
    padding: 12px 20px;
  }
  .header-navigation-block {
    position: relative;
    bottom: auto;
    background: none;
    -webkit-filter: none;
            filter: none;
  }
  .header-navigation-li {
    width: auto;
    font-size: 1.1rem;
    color: #81b441;
  }
  .header-navigation-li p {
    width: 100%;
    height: 100%;
  }
  .header-navigation-link {
    padding: 12px 1.6rem;
    line-height: 1.2rem;
  }
  .header-navigation-link::after {
    background-color: #81b441;
  }
  .header-navigation-link.is-current {
    background-color: #81b441;
    color: #ffffff;
    font-weight: 500;
  }
  .header-navigation-link.is-current::after {
    content: none;
  }
  .header.horizontal-navigation {
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    position: relative;
    z-index: 9999;
    pointer-events: none;
  }
  .header.horizontal-navigation.is-show {
    opacity: 1;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    pointer-events: all;
  }
  .header.horizontal-navigation .header-top-block {
    padding: 10px 0;
  }
}

.vertical-navigation {
  display: none;
}
@media screen and (min-width: 769px) {
  .vertical-navigation {
    display: block;
    position: absolute;
  }
  .vertical-navigation .header__inner {
    position: relative;
    width: 20vw;
    min-width: 21rem;
  }
  .vertical-navigation .logo {
    margin-top: 4vh;
    width: 20rem;
  }
  .vertical-navigation .header__inner--top {
    height: 100vh;
  }
  .vertical-navigation .header-top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vertical-navigation .header__inner--navigation {
    margin: unset;
  }
  .vertical-navigation .header-navigation-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2vh 0;
  }
  .vertical-navigation .header-navigation-li {
    margin: 3vh 0;
    position: relative;
    display: inline-block;
  }
  .vertical-navigation .header-navigation-li::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    background-color: #81b441;
    bottom: -3vh;
  }
  .vertical-navigation .header-navigation-li:last-child::after {
    content: none;
  }
  .vertical-navigation .recruit {
    text-align: center;
    width: 8rem;
    height: 8rem;
    border-radius: 9999px;
    position: relative;
    background-color: #81b441;
  }
  .vertical-navigation .recruit-p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
  .vertical-navigation .recruit-link {
    background-color: unset;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}

.footer {
  background-color: #81b441;
  color: #ffffff;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__inner--contents:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px;
}
.footer__inner--contents:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.footer .footerInfo-li {
  margin-bottom: 0.6rem;
}
.footer .footerInfo-li:last-child {
  margin-bottom: 0;
}
.footer .companyName {
  font-size: 1.4rem;
}
.footer .footerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
  margin-bottom: 1rem;
}
.footer .footerLink .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.footer .footerLink a {
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  color: #81b441;
  padding: 5px 20px;
}
.footer .sns {
  margin: 1.6rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .sns img {
  width: 15%;
}
.footer .footerMap iframe {
  width: 100%;
  height: 25vh;
}
.footer .copyRight {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 2vh 0;
  text-align: center;
  background-color: #ffffff;
  color: #81b441;
  font-weight: 500;
}
.footer .footer-adj {
  padding-left: 0.1rem;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 6vh;
    gap: 4vw;
  }
  .footer__inner--contents:first-child {
    width: 25%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__inner--contents:nth-child(2) {
    width: 25%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .sns {
    gap: 1vw;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .footer .sns img {
    width: 10%;
  }
  .footer .footerLink {
    gap: 1vw;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .footer .footerLink .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
  .footer .copyRight {
    width: 100%;
  }
}

.news {
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .news {
    background-color: #fff8e3;
  }
}
.news#news .news__inner {
  padding-top: 18vh 2vw 2vh;
}
@media screen and (max-width: 768px) {
  .news#news .news__inner {
    padding-top: 2vh;
  }
}
.news-li {
  margin: 1.2rem 0;
}
.news-li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.news-li:first-child {
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .news-li:nth-child(2) {
    padding-bottom: 1.2rem;
  }
}
.news-li:last-child {
  margin: 1.2rem 0 0;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .news-li:last-child {
    margin: 0;
    padding: 0;
  }
}
.news-li:last-child::after {
  content: none;
}
.news-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-date {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #81b441;
  display: inline-block;
  position: relative;
  line-height: 0.6rem;
  margin-bottom: 14px;
}
.news-date::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #81b441;
  bottom: -9px;
  left: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.news .is-inview.news-li::after {
  width: 100%;
}
.news .is-inview .news-date::after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 20vh;
    z-index: 999;
    width: 50%;
  }
  .news#news .news__inner {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background: unset;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news .news-contents-display-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    padding: 1vh 2vw;
  }
  .news .heading-h2 {
    white-space: nowrap;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 0 2rem;
  }
  .news .heading-h2-wrap {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #81b441;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .news .ticker {
    height: auto;
  }
  .news .heading-h2::after {
    content: none;
  }
  .news .heading-h2-wrap {
    margin: 0;
    padding: 0;
  }
  .news .news-date {
    margin-right: 1rem;
  }
  .news .news-ul {
    padding: 0;
  }
  .news .news-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .news-date {
    margin-bottom: 0;
  }
  .news .news-title {
    margin: 0;
  }
  .news .news-li {
    margin: 0;
    padding: 0;
  }
  .news .more-btn {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .news .more-btn-p {
    white-space: nowrap;
  }
}

.commit {
  z-index: 9;
  background-color: #fffef7;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .commit {
    padding-top: 0;
  }
  .commit .commit__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .commit .heading-h2-wrap {
    width: 100%;
  }
  .commit .commit-heading-txt {
    width: 50%;
  }
  .commit .a-img-block {
    width: 35%;
  }
  .commit .more-btn {
    text-align: right;
  }
  .commit .c-img-block {
    max-width: 1280px;
    margin: auto;
  }
  .commit .txt-p {
    max-width: 1280px;
    margin: 4vh auto 0;
  }
}

@media screen and (max-width: 768px) {
  section.program {
    margin-bottom: 0vh;
    background-color: #fff8e3;
  }
}

.program {
  z-index: 8;
}
.program-li {
  display: inline-block;
  position: relative;
  margin-bottom: 6vh;
}
@media screen and (min-width: 769px) {
  .program .heading-h3-wrap {
    max-width: 1280px;
    margin: auto;
  }
  .program-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1280px;
    margin: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .program-li {
    width: 33%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .program-li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1vw;
  }
  .program-li .program-heading-txt-wrap {
    width: 60%;
    padding-bottom: 5vh;
  }
  .program-li .a-img-block {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .program .more-btn {
    margin-top: 0;
  }
}

.flow {
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 0;
  }
}
.flow__inner {
  padding-bottom: 6vh;
}
.flow-block {
  position: relative;
}
.flow-meridiem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.flow .meridiem-am-wrap {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  background-color: #e6f0ff;
  padding-top: 10vh;
}
.flow .meridiem-pm-wrap {
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-color: #ffe6e6;
  padding-bottom: 10vh;
}
.flow .meridiem-title {
  width: 15%;
  color: #81b441;
  font-weight: 600;
}
.flow .meridiem-p {
  font-size: 1.4rem;
}
.flow .meridiem-list {
  width: 85%;
  font-size: 0.9rem;
  overflow: hidden;
}
.flow .meridiem-list .adj-p {
  padding-left: 0.45rem;
}
.flow .meridiem-time-wrap {
  position: relative;
  margin-bottom: 2vh;
}
.flow .meridiem-time-p {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.flow .meridiem-time-p::after {
  content: "";
  width: 100vw;
  height: 1px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #000000;
  left: 120%;
}
.flow .meridiem-desc-wrap {
  text-align: center;
  position: relative;
  left: 2rem;
  margin-bottom: 2vh;
}
.flow .meridiem-desc-p {
  font-weight: 500;
}
.flow-arrow {
  height: 100%;
  position: relative;
}
.flow-arrow::before {
  content: "";
  width: 2px;
  height: 94%;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  left: 37%;
  bottom: 20px;
}
.flow-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 36%;
  bottom: 20px;
  margin: auto;
}
.flow-arrow-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 769px) {
  .flow__inner {
    width: auto;
    margin: auto;
    padding-top: 6vh;
    padding-bottom: 16vh;
  }
  .flow-block.display-pc {
    max-width: 1280px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow-meridiem {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flow .meridiem-am-wrap,
  .flow .meridiem-pm-wrap {
    margin: 2vh 0 0;
    padding: 12vh 0vw;
    width: 50%;
  }
  .flow .meridiem-am-wrap .meridiem-am,
  .flow .meridiem-am-wrap .meridiem-pm,
  .flow .meridiem-pm-wrap .meridiem-am,
  .flow .meridiem-pm-wrap .meridiem-pm {
    padding: 0;
    margin: 0;
  }
  .flow .meridiem-am-wrap .meridiem-am {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flow .meridiem-title {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .flow .meridiem-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    font-size: 1.1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 20rem;
  }
  .flow .meridiem-list .adj-p {
    padding: 0;
  }
  .flow .meridiem-time-wrap {
    margin: 0;
  }
  .flow .meridiem-time-p {
    height: 100%;
  }
  .flow .meridiem-time-p::after {
    width: 1px;
    height: 100%;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .flow .meridiem-desc-wrap {
    left: auto;
    padding: 0;
    margin: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .flow-arrow {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .flow-arrow::before {
    height: 2px;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
  .flow-arrow::after {
    top: 62%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    left: auto;
    right: 4.9rem;
    bottom: 0;
  }
  .flow-arrow-wrap {
    left: 0;
    top: 16rem;
    height: 15px;
  }
}

.voice {
  z-index: 6;
  background-color: #fff8e3;
}
.voice__inner {
  padding-bottom: 6vh;
}
.voice-wrap {
  margin: 6vh 0;
}
.voice-li {
  font-size: 1rem;
  line-height: 1.6rem;
  position: relative;
  margin-bottom: 4vh;
}
.voice-li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #81b441;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -2vh;
}
.voice-li:last-child {
  margin-bottom: 0;
}
.voice-li:last-child::after {
  content: none;
}
.voice-li.is-inview::after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .voice .heading-h3-wrap {
    max-width: 1280px;
    margin: auto;
  }
  .voice-wrap {
    margin-top: 8vh;
  }
  .voice-ul {
    width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .voice-li {
    padding: 2rem;
    line-height: 1.8rem;
    margin: 0;
  }
}

.price {
  z-index: 5;
}
.price__inner {
  padding-bottom: 6vh;
}
.price .table-block table th,
.price .table-block table td {
  text-align: center;
  padding: 15px 3px;
  font-size: 0.8rem;
}
.price .table-block table td {
  font-weight: 600;
}
.price .table-block table th {
  border-right: 1px solid #ffffff;
}
.price .table-block tr:nth-child(1) th {
  border-right: 1px solid #ffffff;
}
.price .table-block tr:nth-child(1) th:last-child {
  border-right: 1px solid #81b441;
}
.price .table-block tr:not(:first-child) th {
  background-color: #ffe5bd;
  border-left: unset;
  color: #714212;
}
.price .table-block tr:nth-child(8) th {
  border-bottom: unset;
}
.price .table-block .margin-bottom th {
  border-bottom: 4px double #ffffff;
}
.price .table-block .margin-bottom td {
  border-bottom: 4px double #81b441;
}
.price .table-block .adj-span-1 {
  padding-left: 1rem;
}
.price .table-block .adj-span-2 {
  padding-left: 0.8rem;
}
@media screen and (min-width: 769px) {
  .price__inner {
    padding-top: 6vh;
    padding-bottom: 16vh;
    font-size: 1.1rem;
  }
  .price-block {
    max-width: 1280px;
    margin: auto;
  }
  .price .table-block table th,
  .price .table-block table td {
    font-size: 1.1rem;
    padding: 20px;
  }
  .price .priceListWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price .priceListWrap .txt-p {
    line-height: 1.4rem;
    padding: 0.6rem 0;
  }
  .price .priceListWrap p,
  .price .priceListWrap li {
    font-size: 1rem;
  }
  .price .priceListWrap > p {
    width: 20%;
    margin-right: 2rem;
  }
  .price .priceListWrap .list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 80%;
  }
  .price .priceListWrap .list-li {
    width: 33%;
  }
}

.manager {
  z-index: 4;
}
.manager__inner {
  padding-bottom: 6vh;
}
.manager .txt-name {
  text-align: left;
}
.manager .txt-name::before {
  content: none;
}
.manager .list-ul {
  padding-left: 30px;
}
.manager-img-txt-wrap .c-img-block {
  width: 40%;
  float: left;
  margin: 0 10px 0 0;
}
.manager-img-txt-wrap .txt-wrap {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .manager__inner {
    padding-bottom: 12vh;
  }
  .manager .heading-h2-sub {
    left: 0;
    right: auto;
  }
  .manager-img-txt-wrap {
    max-width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-top: 8vh;
    margin-bottom: 6vh;
    position: relative;
  }
  .manager-img-txt-wrap::after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 1px;
    background-color: #81b441;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: -3vh;
  }
  .manager-img-txt-wrap .c-img-block {
    width: 25%;
  }
  .manager .txt-wrap {
    width: 75%;
  }
  .manager .txt-name {
    margin-bottom: 2vh;
    padding-left: 0;
  }
  .managerListWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1280px;
    margin: auto;
  }
  .managerListWrap > .txt-p {
    width: 20%;
    margin: 0 2rem 0 0;
    line-height: 1.4rem;
    padding: 0.6rem 0;
    font-size: 1rem;
  }
  .manager .list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 80%;
  }
  .manager .list-li {
    width: 33%;
    font-size: 1rem;
  }
}

.accordion {
  text-align: left;
  padding: 10px;
}
.accordion-block {
  margin-top: 4vh;
}
.accordion-inner {
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.accordion-header {
  background-color: #81b441;
  border: 1px solid #81b441;
  position: relative;
  padding: 10px 20px;
  color: #ffffff;
}
.accordion-header.open .accordion-arrow-span::before, .accordion-header.open .accordion-arrow-span::after {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform-origin: 50% 0px;
          transform-origin: 50% 0px;
}
.accordion-header-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-header-q-p {
  width: 88%;
}
.accordion-q-svg {
  display: block;
  height: 40px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 27.08px;
  -webkit-mask: url("/image/svg/q.svg");
  mask: url("/image/svg/q.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  margin-right: 0.5rem;
  width: 12%;
}
.accordion .accordion-arrow {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.accordion .accordion-arrow-span {
  position: relative;
  display: inline;
}
.accordion .accordion-arrow-span::before, .accordion .accordion-arrow-span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 0px);
          transform-origin: 50% calc(100% - 0px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.accordion .accordion-arrow-span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .accordion-arrow-span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-inner {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-top: none;
  font-weight: 400;
  padding: 10px 20px 20px 20px;
}
.accordion-inner-a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-inner-a-p {
  position: relative;
  line-height: 1.4rem;
  font-size: 0.9rem;
  width: 88%;
}
.accordion-a-svg {
  display: block;
  height: 40px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 26.44px;
  -webkit-mask: url("/image/svg/a.svg");
  mask: url("/image/svg/a.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #81b441;
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .accordion-a-svg {
    width: 4%;
  }
}

.faq {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .faq__inner {
    padding-bottom: 10vh;
  }
  .faq .accordion-block {
    max-width: 1280px;
    margin: auto;
  }
  .faq .accordion-q-svg {
    width: 27.08px;
  }
}

.table-block table {
  width: 100%;
  line-height: 1.4rem;
  margin: 2vh 0;
}
.table-block table th,
.table-block table td {
  border: 1px solid #81b441;
  font-size: 0.9rem;
  text-align: left;
  padding: 10px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.4rem;
}
.table-block table th {
  text-align: center;
  border-bottom: 1px solid #ffffff;
  white-space: nowrap;
}
.table-block table tr:last-child th {
  border-bottom: 1px solid #81b441;
}
.table-block table .table-bg-color {
  background-color: #81b441;
  color: #ffffff;
}
.table-block table td {
  background-color: #ffffff;
}
.table-block table .font-small {
  font-size: 0.6rem;
}

@media screen and (max-width: 768px) {
  .facility {
    margin-bottom: 0;
  }
}
.facility .heading-h2-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .facility {
    max-width: 1280px;
    margin: auto;
  }
  .facility .table-block {
    max-width: 1280px;
    margin: auto;
  }
  .facility .table-block th,
  .facility .table-block td {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 20px;
  }
  .facility .table-block th span,
  .facility .table-block td span {
    display: inline;
  }
  .facility .required-btn {
    max-width: 1280px;
    margin: auto;
  }
  .facility .required-btn-li {
    font-size: 1.2rem;
  }
}

.required-btn-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0.9rem;
  gap: 2rem;
}
.required-btn-li {
  text-align: center;
  background-color: #81b441;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.required-link {
  color: #ffffff;
  padding: 20px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .required-link {
    padding: 5px 10px;
  }
}

.required-p {
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  .required-p {
    font-size: 0.9rem;
  }
}

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

.program-li .child-more-btn {
  margin-top: 2vh;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .program-li .child-more-btn {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.program-li .child-more-btn-p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  color: #81b441;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-li .child-more-btn-p {
    margin-right: 1rem;
  }
}
.program-li .child-more-btn-p .dli-arrow-right {
  display: block;
  vertical-align: middle;
  color: #81b441;
  line-height: 1;
  position: absolute;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1em;
  height: 0.1em;
  bottom: -0.4rem;
  background-color: #81b441;
  width: 160%;
}
@media screen and (max-width: 768px) {
  .program-li .child-more-btn-p .dli-arrow-right {
    bottom: -0.2rem;
    width: 130%;
  }
}
.program-li .child-more-btn-p .dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #program,
  #voice,
  #manager {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #program .program__inner,
  #program .voice__inner,
  #program .manager__inner,
  #voice .program__inner,
  #voice .voice__inner,
  #voice .manager__inner,
  #manager .program__inner,
  #manager .voice__inner,
  #manager .manager__inner {
    position: relative;
  }
  #program .program__inner::after,
  #program .voice__inner::after,
  #program .manager__inner::after,
  #voice .program__inner::after,
  #voice .voice__inner::after,
  #voice .manager__inner::after,
  #manager .program__inner::after,
  #manager .voice__inner::after,
  #manager .manager__inner::after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 40vw;
    background-color: #fff8e3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  #price.price {
    padding-top: 0;
    margin-bottom: -16vh;
  }
  #price.price .price__inner {
    padding-top: 6vh;
  }
}

@media screen and (min-width: 769px) {
  #faq.faq {
    padding-top: 0;
  }
  #faq.faq .faq__inner {
    padding-top: 6vh;
  }
}

@media screen and (min-width: 769px) {
  #flow.flow {
    margin-bottom: -10vh;
  }
  #flow.flow::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 20vw;
    background-color: #fff8e3;
    position: absolute;
    top: 0;
    left: 0;
  }
  #flow.flow .flow__inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #flow.flow-block__inner--pm {
    max-width: 1280px;
    margin: 6vh auto 0;
  }
}

.hero {
  padding-top: 0;
  background-color: #fff8e3;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 4vh;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background-color: #fffef7;
  }
}

.faq__inner {
  margin: auto;
}

.faq .accordion-block {
  max-width: 1280px;
  margin: auto;
}
.faq .accordion-q-svg {
  width: 27.08px;
}
@media screen and (min-width: 769px) {
  .faq .accordion-q-svg {
    width: 4%;
  }
}

@media screen and (min-width: 769px) {
  .vertical-navigation .header__inner--top .contact-btn-wrap {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .vertical-navigation .header__inner--top .contact-btn-wrap__inner {
    position: relative;
    right: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vertical-navigation .header__inner--top .contact-btn-wrap__inner .header-navigation-mail-svg,
  .vertical-navigation .header__inner--top .contact-btn-wrap__inner .header-navigation-tel-svg {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    position: absolute;
  }
  .vertical-navigation .header__inner--top .contact-btn-wrap__inner .header-navigation-mail-svg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    left: 1rem;
  }
  .vertical-navigation .header__inner--top .contact-btn-wrap__inner .header-navigation-tel-svg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    left: 5rem;
  }
  .vertical-navigation .header__inner--top .contact-btn-wrap.open .header-navigation-mail-svg,
  .vertical-navigation .header__inner--top .contact-btn-wrap.open .header-navigation-tel-svg {
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
}/*# sourceMappingURL=common-c.css.map */