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

body {
  font-size: 16px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 22px;
  background-color: #fefcea;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

.template-b {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.gill-sans {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
}

img {
  width: 100%;
}

section {
  margin-bottom: 10vh;
}

.pdgRL-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.pdgRL-10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

.bg-color {
  position: relative;
  padding-top: 0;
  margin-bottom: 0vw;
}
.bg-color::before, .bg-color::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 102vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
}
.bg-color::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-pink.png);
  height: 18.7629vw;
  top: -18.7629vw;
}
.bg-color::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-pink.png);
  height: 18.64152vw;
  bottom: -18.64152vw;
}
.bg-color.bg-pink {
  background-color: #ffe6ef;
}
.bg-color.bg-pink::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-pink.png);
}
.bg-color.bg-pink::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-pink.png);
}
.bg-color.bg-blue {
  background-color: #def4ff;
}
.bg-color.bg-blue::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-blue.png);
}
.bg-color.bg-blue::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-blue.png);
}
.bg-color.bg-green {
  background-color: #c6f7c6;
}
.bg-color.bg-green::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-green.png);
}
.bg-color.bg-green::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-green.png);
}
.bg-color.bg-orange {
  background-color: #fee0b9;
}
.bg-color.bg-orange::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-orange.png);
}
.bg-color.bg-orange::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-orange.png);
}
.bg-color.bg-purple {
  background-color: #e5e9ff;
}
.bg-color.bg-purple::before {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-top-purple.png);
}
.bg-color.bg-purple::after {
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-bottom-purple.png);
}
@media screen and (min-width: 769px) {
  .bg-color::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-pink.png);
    height: 11.8524vw;
    top: -11.8524vw;
  }
  .bg-color::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-pink.png);
    height: 11.8524vw;
    bottom: -11.8524vw;
  }
  .bg-color.bg-pink {
    background-color: #ffe6ef;
  }
  .bg-color.bg-pink::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-pink.png);
  }
  .bg-color.bg-pink::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-pink.png);
  }
  .bg-color.bg-blue {
    background-color: #def4ff;
  }
  .bg-color.bg-blue::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-blue.png);
  }
  .bg-color.bg-blue::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-blue.png);
  }
  .bg-color.bg-green {
    background-color: #c6f7c6;
  }
  .bg-color.bg-green::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-green.png);
  }
  .bg-color.bg-green::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-green.png);
  }
  .bg-color.bg-orange {
    background-color: #fee0b9;
  }
  .bg-color.bg-orange::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-orange.png);
  }
  .bg-color.bg-orange::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-orange.png);
  }
  .bg-color.bg-purple {
    background-color: #fee0b9;
  }
  .bg-color.bg-purple::before {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-top-purple.png);
  }
  .bg-color.bg-purple::after {
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-bottom-purple.png);
  }
}

* {
  -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;
}

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

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

.txt-p-bg {
  background-color: #ff7702;
  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;
}

.txt-name {
  font-size: 0.9rem;
  text-align: right;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2rem;
  position: relative;
  z-index: 4;
  text-align: center;
  color: #ff7702;
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
}
.heading-h2-wrap {
  margin: 8vh 0 4vh;
  position: relative;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
}
.heading-h2-sub {
  z-index: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #ff7702;
}
.heading-h2-sub::before, .heading-h2-sub::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 100%;
  background-color: #ff7702;
  position: absolute;
}
.heading-h2-sub::before {
  left: -3.6rem;
}
.heading-h2-sub::after {
  right: -3.6rem;
}
@media screen and (min-width: 769px) {
  .heading-h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .heading-h2-sub {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1vh;
  }
}
.heading-h3 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.heading-h3-wrap {
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .heading-h3 {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 4vh;
  }
  .heading-h3-wrap {
    margin: auto;
    max-width: 1280px;
  }
}
.heading-h4 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 1.6rem;
}
.heading-h4::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 9999px;
  display: inline-block;
  background-color: #ff7702;
  position: absolute;
  left: 0rem;
}
.heading-h4-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 2vh;
}

.more-btn {
  margin-top: 4vh;
  text-align: center;
}
.more-btn-link {
  display: inline-block;
  background-color: #ff7702;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 9999px;
}
.more-btn-p {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .more-btn {
    margin-top: 2vh;
  }
  .more-btn-link {
    padding: 10px 40px;
  }
}

.a-img-block {
  margin: 1vh 0;
}
.a-img-inner {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  overflow: hidden;
}
.a-img-contents {
  width: 100%;
  scale: 1.2;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

.img-block {
  margin: 1vh 0;
}
.img-contents {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .img-block {
    width: 100%;
  }
}

.txt-wrap {
  margin: 1.6vh 0 0;
}
.txt-p {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 769px) {
  .txt-wrap {
    max-width: 1280px;
    margin: 2vh auto;
    padding: 0;
  }
  .txt-p {
    font-size: 1.1rem;
    line-height: 2.6rem;
  }
}

.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: #fefcea;
}
.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: #ff7702;
  display: inline-block;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 9999px;
  font-weight: 500;
  letter-spacing: 1px;
  -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-navigation-block {
  background-color: #ff7702;
}
.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: #ffffff;
  color: #ff7702;
  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 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
}
.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;
    background-color: #fefcea;
  }
  .header__inner--navigation {
    margin: auto;
    max-width: 1280px;
    padding: 20px 0;
  }
  .header-top-block {
    max-width: 1600px;
    margin: auto;
    position: relative;
    background-color: unset;
  }
  .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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-navigation-li {
    width: auto;
    font-size: 1.1rem;
    color: #ff7702;
  }
  .header-navigation-li:last-child {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .header-navigation-li p {
    width: 100%;
    height: 100%;
  }
  .header-navigation-link {
    padding: 12px 1.6rem;
    line-height: 1.2rem;
  }
  .header-navigation-link::after {
    content: none;
  }
  .header-navigation-link .nav_li_svg {
    background-color: #ff7702;
    display: block;
    height: 2rem;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-bottom: 0.6rem;
  }
  .header-navigation-link .nav_li_svg_commit {
    width: 2.29924rem;
    -webkit-mask: url("../image/svg/heart.svg");
    mask: url("../image/svg/heart.svg");
  }
  .header-navigation-link .nav_li_svg_program {
    width: 2.66128rem;
    -webkit-mask: url("../image/svg/activity.svg");
    mask: url("../image/svg/activity.svg");
  }
  .header-navigation-link .nav_li_svg_flow {
    width: 3.89226rem;
    -webkit-mask: url("../image/svg/morning.svg");
    mask: url("../image/svg/morning.svg");
  }
  .header-navigation-link .nav_li_svg_price {
    width: 2.58614rem;
    -webkit-mask: url("../image/svg/money.svg");
    mask: url("../image/svg/money.svg");
  }
  .header-navigation-link .nav_li_svg_contact {
    width: 2.03062rem;
    -webkit-mask: url("../image/svg/mail.svg");
    mask: url("../image/svg/mail.svg");
  }
  .header-navigation-link.is-current {
    color: #ffffff;
    background-color: #ff7702;
  }
  .header-navigation-link.is-current .nav_li_svg {
    background-color: #ffffff;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .header-navigation.is-current {
    background-color: #ff7702;
    color: #ffffff;
    font-weight: 500;
  }
  .header-navigation.is-current::after {
    content: none;
  }
}

.footer {
  background-color: #ff7702;
  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: #ff7702;
  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: #ff7702;
  font-weight: 500;
}
@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%;
  }
}

.hero {
  height: 54rem;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 42rem;
  }
}
.hero__inner {
  height: 100%;
}
.hero-image {
  height: 100%;
}
.hero-image-wrap {
  height: 100%;
}
.hero-image-inner {
  height: 100%;
}
.hero-image-svg {
  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;
  overflow: hidden;
  -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;
  height: 100%;
}
.hero .main-hero {
  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;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 769px) {
  .hero .main-hero {
    display: none;
  }
}
.hero .main-hero-img {
  width: 90%;
  margin: auto;
}
.hero .main-hero-img:nth-child(2) {
  top: 28vh;
  left: -34vw;
  position: absolute;
}
.hero .main-hero-img:nth-child(3) {
  top: 28vh;
  left: 34vw;
  position: absolute;
}
.news {
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 14vh;
  }
}
.news-li {
  margin: 1.2rem 0;
  padding: 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;
}
.news-li:last-child {
  margin: 1.2rem 0 0;
  padding: 1.2rem 0 0;
}
.news-li:last-child::after {
  content: none;
}
.news-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-date {
  font-size: 0.9rem;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ff7702;
  display: inline-block;
  position: relative;
  line-height: 0.6rem;
  margin-bottom: 14px;
  background-color: #ff7702;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 9999px;
}
.news .is-inview.news-li::after {
  width: 100%;
}
.news .is-inview .news-date::after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news__inner {
    max-width: 920px;
    margin: auto;
  }
}

.commit__inner .heading-h2-wrap {
  margin: 0 0 4vh;
}
.commit__inner .heading-h3-wrap {
  padding: 0 20px;
}
.commit__inner .txt-wrap {
  padding: 0 20px;
}
.commit__inner .txt-wrap .txt-p {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .commit__inner .txt-wrap .txt-p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .commit {
    margin-bottom: 16vh;
  }
  .commit__inner {
    max-width: 1600px;
    margin: auto;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    position: relative;
  }
  .commit .heading-h2-wrap {
    width: 100%;
  }
  .commit .commit-heading-txt {
    width: 50%;
  }
  .commit .a-img-block {
    width: 35%;
  }
}

.program-li {
  display: inline-block;
  position: relative;
  margin-bottom: 4vh;
  padding-bottom: 4vh;
}
.program-li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.program-li:last-child::after {
  content: none;
}
.program-li::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #ff7702;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.program-li.is-inview::after {
  width: 90%;
}
.program-ul {
  margin-top: 6vh;
}
.program-li .txt-wrap .txt-p {
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .program-li .txt-wrap .txt-p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .program {
    margin: 0vh auto 18vh;
  }
  .program .heading-h2-sub {
    left: 0;
    right: auto;
  }
  .program-ul {
    margin-top: 4vh;
  }
  .program-ul.display-pc {
    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;
  }
  .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: 2vw;
  }
  .program-li a .txt-p {
    text-align: left;
    color: #000000;
  }
  .program-li:nth-child(1) a .program-heading-txt-wrap, .program-li:nth-child(3) a .program-heading-txt-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .program-li:nth-child(1) a .a-img-block, .program-li:nth-child(3) a .a-img-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .program-li:nth-child(2) {
    text-align: right;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .program-li::after {
    content: none;
  }
  .program-li .program-heading-txt-wrap {
    width: 60%;
    padding-bottom: 5vh;
  }
  .program-li .a-img-block {
    width: 40%;
  }
}

.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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flow .meridiem-am-wrap {
  padding-top: 6vh;
}
.flow .meridiem-pm-wrap {
  padding-bottom: 6vh;
}
.flow .meridiem-title {
  width: 100%;
  margin-bottom: 2vh;
}
.flow .meridiem-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
  padding-left: 12px;
  color: #ff7702;
}
.flow .meridiem-list {
  width: 100%;
  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 {
  position: relative;
  display: inline-block;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ff7702;
  color: #ffffff;
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 9999px;
}
.flow .meridiem-time-p::after {
  background: -webkit-radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background: radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  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: #ff7702;
  display: inline-block;
  position: absolute;
  left: 37%;
  bottom: 20px;
}
.flow-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #ff7702;
  border-right: solid 2px #ff7702;
  -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 {
    max-width: 1600px;
    margin: auto;
    margin-bottom: 28vh;
  }
  .flow-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flow-meridiem {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flow .meridiem-am-wrap,
  .flow .meridiem-pm-wrap {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .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: 4vh;
  }
  .flow .meridiem-p {
    font-size: 1.6rem;
  }
  .flow .meridiem-list {
    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;
    width: 90%;
    font-size: 1.1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow .meridiem-list .adj-p {
    padding: 0;
  }
  .flow .meridiem-time-p {
    font-size: 1.6rem;
  }
  .flow .meridiem-desc-wrap {
    left: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .flow .meridiem-desc-p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .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: 12rem;
    height: 15px;
  }
}

.voice-wrap {
  margin: 4vh 0;
  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;
}
.voice-li {
  line-height: 1.6rem;
  width: 110vw;
  height: 100vw;
  position: relative;
}
.voice-li-txt-wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.voice-li .voice-bgimg-wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 32rem;
  height: 32rem;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice-li .voice-bgimg-wrapper {
    width: 24rem;
    height: 24rem;
  }
}
.voice-li-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.voice-li:last-child {
  margin-bottom: 0;
}
.voice-li:nth-child(1) {
  z-index: 3;
  left: 6vw;
}
.voice-li:nth-child(2) {
  left: unset;
  right: 24vw;
  z-index: 2;
  top: -10vh;
}
.voice-li:nth-child(3) {
  z-index: 1;
  top: -16vh;
  left: 6vw;
}
.voice-ul .voice-li .voice-txt {
  text-align: left;
  color: #000000;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .voice {
    margin: 0 auto 18vh;
  }
  .voice .heading-h2-sub {
    left: 0;
    right: auto;
  }
  .voice .heading-h3-wrap {
    max-width: 1280px;
    margin: auto;
  }
  .voice-wrap {
    margin-top: 8vh;
  }
  .voice-ul {
    margin: unset;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  .voice-li {
    padding: 2rem;
    line-height: 1.8rem;
    margin: 0;
    width: 26vw;
    height: 26vw;
    min-width: 26vw;
    min-height: 26vw;
  }
  .voice-li:nth-child(1), .voice-li:nth-child(2), .voice-li:nth-child(3) {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
}

.price .table-block table {
  border-collapse: separate;
  border-spacing: 0;
}
.price .table-block table th,
.price .table-block table td {
  text-align: center;
  padding: 15px 3px;
  font-size: 0.9rem;
  border: none;
}
.price .table-block table .table-null {
  background-color: unset;
}
.price .table-block table td {
  font-weight: 600;
}
.price .table-block tr:nth-child(1) th {
  border-left: 1px solid #ffffff;
}
.price .table-block tr:nth-child(2) th {
  border-left: 1px solid #ffffff;
}
.price .table-block tr th {
  border-bottom: 1px solid #ffffff;
}
.price .table-block tr td {
  border-bottom: 1px solid #ff7702;
}
.price .table-block tr td:nth-child(3) {
  border-right: 1px solid #ff7702;
  border-left: 1px solid #ff7702;
}
.price .table-block tr td:nth-child(4) {
  border-right: 1px solid #ff7702;
}
.price .table-block .margin-bottom th {
  border-bottom: 4px double #ffffff;
}
.price .table-block .margin-bottom td {
  border-bottom: 4px double #ff7702;
}
.price .txt-p {
  border-radius: 9999px;
}
.price tr:last-child .table-bg-color {
  border-bottom: 1px solid #ff7702;
}
@media screen and (min-width: 769px) {
  .price__inner {
    max-width: 1600px;
    margin: auto auto 18vh;
    font-size: 1.1rem;
  }
  .price-block {
    max-width: 1280px;
    margin: auto;
  }
  .price .table-block table th,
  .price .table-block table td {
    font-size: 1.6rem;
    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;
    color: #ffffff;
  }
  .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 .list-ul {
  padding-left: 30px;
}
.manager-img-txt-wrap .img-block {
  width: 40%;
  float: left;
  margin: 0 10px 0 0;
}
.manager-img-txt-wrap .txt-wrap {
  padding: 0;
}
.manager .txt-wrap .txt-p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.manager .managerListWrap .txt-p {
  color: #ffffff;
}
.manager .txt-name {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .manager__inner {
    max-width: 1600px;
    margin: auto;
  }
  .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;
    margin-top: 6vh;
    position: relative;
    margin-bottom: 6vh;
  }
  .manager-img-txt-wrap::after {
    background: -webkit-radial-gradient(circle farthest-side, #fefcea, #fefcea 60%, transparent 60%, transparent);
    background: radial-gradient(circle farthest-side, #fefcea, #fefcea 60%, transparent 60%, transparent);
    background-size: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: unset;
    bottom: -3vh;
  }
  .manager .img-block {
    width: 25%;
  }
  .manager .txt-wrap {
    width: 75%;
  }
  .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;
  }
  .manager .txt-name {
    font-size: 1.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: #ff7702;
  border: 1px solid #ff7702;
  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%;
}
@media screen and (min-width: 769px) {
  .accordion-header-q-p {
    width: 96%;
  }
}
.accordion-q-svg {
  display: block;
  height: 40px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  -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%;
}
@media screen and (min-width: 769px) {
  .accordion-q-svg {
    width: 4%;
  }
}
.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 {
  width: 88%;
  position: relative;
  line-height: 1.4rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .accordion-inner-a-p {
    width: 96%;
  }
}
.accordion-a-svg {
  width: 12%;
  display: block;
  height: 40px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-mask: url("/image/svg/a.svg");
  mask: url("/image/svg/a.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ff7702;
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .accordion-a-svg {
    width: 4%;
  }
}

@media screen and (min-width: 769px) {
  .faq {
    margin-bottom: 10vw;
  }
  .faq__inner {
    max-width: 1600px;
    margin: auto;
  }
  .faq .accordion-block {
    max-width: 1280px;
    margin: auto;
  }
}

.table-block table {
  width: 100%;
  line-height: 1.4rem;
  margin: 2vh 0;
}
.table-block table th,
.table-block table td {
  border: 1px solid #ff7702;
  font-size: 0.9rem;
  text-align: left;
  padding: 10px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  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 #ff7702;
}
.table-block table .table-bg-color {
  background-color: #ff7702;
  color: #ffffff;
}
.table-block table td {
  background-color: #ffffff;
}
.table-block table .font-small {
  font-size: 0.6rem;
}

.facility {
  margin-bottom: 18vh;
}
.facility .heading-h2-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .facility {
    margin-bottom: 22vw;
  }
  .facility__inner {
    max-width: 920px;
    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;
  }
  .facility .required-link {
    padding: 20px 40px;
  }
}

.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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .required-btn-ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
  }
}
.required-btn-li {
  text-align: center;
  background-color: #ff7702;
  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: 5px 20px;
  width: 100%;
}
.required-p {
  line-height: 1rem;
}

.footer {
  position: relative;
  padding-top: 1vh;
}
.footer::before {
  content: "";
  background-image: url(https://nukumorink.com/template/image/temp-c-img/sp-foot-obj.png);
  width: 120vw;
  height: 10vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -10vh;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 0;
  }
  .footer::before {
    width: 102vw;
    background-image: url(https://nukumorink.com/template/image/temp-c-img/pc-foot-obj.png);
    background-size: contain;
    background-position: bottom center;
    height: 13vh;
    top: -13vh;
  }
}

.obj-contents {
  width: 30vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .obj-contents {
    width: 80vw;
  }
}
.obj-contents-wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .news {
    margin-bottom: 18vh;
  }
}
.news__inner {
  position: relative;
  z-index: 2;
}
.news .obj-contents-wrapper {
  right: 0;
}

.commit {
  position: relative;
}
.commit__inner {
  position: relative;
  z-index: 2;
}
.commit .obj-contents-wrapper {
  left: -6vw;
}

.program {
  position: relative;
}
.program__inner {
  position: relative;
  z-index: 2;
}
.program .obj-contents-wrapper {
  right: -1vw;
}

.voice {
  position: relative;
}
.voice__inner {
  position: relative;
  z-index: 2;
}
.voice .obj-contents-wrapper {
  rightt: 1vw;
  top: 30%;
}

.price {
  position: relative;
}
.price__inner {
  position: relative;
  z-index: 2;
}
.price .obj-contents-wrapper {
  right: 1vw;
  top: 70%;
}

.manager {
  position: relative;
}
@media screen and (min-width: 769px) {
  .manager {
    margin-bottom: 10vw;
  }
}
.manager__inner {
  position: relative;
  z-index: 2;
}
.manager .obj-contents {
  width: 20vw;
}
@media screen and (max-width: 768px) {
  .manager .obj-contents {
    width: 80vw;
  }
}
.manager .obj-contents-wrapper {
  right: 4vw;
  top: 30%;
}

.faq {
  position: relative;
}
.faq__inner {
  position: relative;
  z-index: 2;
}
.faq .obj-contents {
  width: 18vw;
}
@media screen and (max-width: 768px) {
  .faq .obj-contents {
    width: 80vw;
  }
}
.faq .obj-contents-wrapper {
  left: 1vw;
  top: 80%;
}

.facility {
  position: relative;
}
.facility__inner {
  position: relative;
  z-index: 2;
}
.facility .obj-contents-wrapper {
  right: 1vw;
  top: 80%;
}

.program-li a .child-more-btn {
  margin-top: 2vh;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-li a .child-more-btn {
    text-align: right;
  }
}
.program-li a .arrow_r {
  text-align: center;
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 5px 26px 5px 20px;
  color: #ff7702;
}
.program-li a .arrow_r:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ff7702;
  border-right: solid 2px #ff7702;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.1rem;
  margin: auto;
}
.program-li:hover a .arrow_r {
  color: #ffffff;
  background-color: #ff7702;
}
.program-li:hover a .arrow_r::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.template-b main {
  position: relative;
  z-index: 9;
}
.template-b main .slider-wrapper {
  position: relative;
  top: -22rem;
}
@media screen and (max-width: 768px) {
  .template-b main .slider-wrapper {
    top: 5rem;
    margin-bottom: 26rem;
  }
}
.template-b main .slider-wrapper #slider {
  position: relative;
}
.template-b .price .price-block .txt-black {
  color: #000000;
  margin: 2vh 0;
  font-size: 1.3rem;
}
.template-b .price .txt-p {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #slider li {
    opacity: 0;
  }
  #slider .center-item {
    opacity: 1;
  }
  #slider .prev-item,
  #slider .next-item {
    opacity: 1;
  }
  #slider .prev-prev-item,
  #slider .next-next-item {
    opacity: 0;
    -webkit-transition-duration: 4s;
            transition-duration: 4s;
  }
}/*# sourceMappingURL=common-b.css.map */