@charset "UTF-8";
html, body {
  font-size: 62.5%;
  font-family: "Zen Old Mincho", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111111;
  line-height: 1.5;
  background-color: #fff;
  scroll-behavior: smooth;
}

p {
  font-size: 1.6rem;
}

img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jc-bet {
  justify-content: space-between;
}

.jc-cen {
  justify-content: center;
}

.jc-around {
  justify-content: space-around;
}

.jc-en {
  justify-content: flex-end;
}

.ai-cen {
  align-items: center;
}

.header {
  padding: 0 0 0 3rem;
  z-index: 1000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header {
    padding: 2rem 5%;
    overflow-x: hidden;
  }
}
.header_logo {
  display: block;
  max-width: 13rem;
}
.header_logo:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 6rem;
  }
}
.header__nav {
  font-size: 1.5rem;
  width: 100%;
  max-width: 91rem;
}
.header__nav a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media (max-width: 1066px) {
  .header__nav {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s;
    z-index: 1000;
    max-width: unset;
  }
  .header__nav li {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
  }
}
.header__nav li {
  padding-right: 3rem;
  margin-right: 3rem;
  background: url(../../../assets/images/common/arrow_g.png) no-repeat center right;
}
@media (max-width: 1066px) {
  .header__nav li {
    background: none;
    margin-right: 0;
  }
}
.header__nav li.last {
  background: none;
  margin: 0;
}
.header__nav li.tel {
  max-height: 10rem;
  max-width: 22rem;
  color: #fff;
  background: #0D9276;
  font-size: 2.3rem;
  padding: 3rem;
  margin: 0;
}
.header__nav li.tel span {
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 1066px) {
  .header__nav li.tel {
    background: none;
    color: #111;
    max-width: unset;
    max-height: unset;
    padding: 1rem;
  }
}
.header__nav li.contact {
  max-width: 22rem;
  max-height: 10rem;
  color: #fff;
  background: url(../../../assets/images/common/arrow_w.png) no-repeat center right 20px, #E5AA15;
  font-size: 2rem;
  padding: 3rem 5rem 3rem 3rem;
  margin: 0;
}
.header__nav li.contact span {
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 1066px) {
  .header__nav li.contact {
    background: none;
    color: #111;
    max-width: unset;
    max-height: unset;
    padding: 1rem;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.footer {
  background-color: #19C195;
  padding: 5rem 5% 5rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 5% 3rem;
  }
}
.footer__list {
  color: #fff;
  font-size: 1.5rem;
}
.footer__list dd {
  width: 43rem;
}
@media (max-width: 768px) {
  .footer__list dt {
    width: 100%;
  }
  .footer__list dd {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.footer_logo {
  max-width: 15rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 10rem;
  }
}
.footer_txt {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .footer_txt {
    margin-top: 2rem;
    text-align: center;
  }
}

.hamburger {
  display: none;
}

/* ハンバーガーメニュークリック後のスタイル */
@media (max-width: 1066px) {
  .header__hamburger {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 40px;
    height: auto;
  }
  .hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .header__nav.active {
    display: block;
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .nav-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
.inner {
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
}

.mv {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #19C195 40%, #19C195 100%);
}
.mv_inner {
  max-width: 144rem;
  margin: 0 auto;
}
.mv_pic {
  position: relative;
  background: url(../../assets/images/top/mv_pic.jpg) no-repeat center top/cover;
  display: block;
  max-width: 144rem;
  width: 90vw;
  margin: 0 0 0 auto;
  height: 68rem;
}
@media (max-width: 768px) {
  .mv_pic {
    height: 30rem;
    width: 95vw;
  }
}
.mv_pic02 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  max-width: 20rem;
  width: 15vw;
}
@media (max-width: 768px) {
  .mv_pic02 {
    top: unset;
    bottom: 2rem;
    right: 1rem;
  }
}
.mv_ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5vw;
}
.mv_ttl-main span {
  display: inline-block;
  background-color: #fff;
  color: #19C195;
  font-size: 6.3rem;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .mv_ttl-main span {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.mv_ttl-sub {
  font-size: 1.8rem;
  line-height: 3.3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .mv_ttl-sub {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-right: 3rem;
  }
}
.mv_ttl-pic {
  position: absolute;
  top: -6rem;
  left: 0;
}
@media (max-width: 768px) {
  .mv_ttl-pic {
    width: 15rem;
    top: -2rem;
  }
}

.business {
  position: relative;
  padding: 16rem 0 6rem;
  background: url(../../assets/images/top/bg.jpg) no-repeat top center/100vw 450px, #fff;
}
@media (max-width: 768px) {
  .business {
    background: url(../../assets/images/top/bg.jpg) no-repeat top center/100vw 300px, #fff;
    padding: 8rem 0 6rem;
  }
}
.business_ttl {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .business_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.business_txt {
  text-align: center;
  margin: 0 auto 6rem;
  color: #fff;
  font-size: 1.8rem;
}
.business_txt span {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .business_txt {
    font-size: 1.5rem;
  }
}
.business_pic {
  width: 40rem;
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .business_pic {
    width: 20rem;
    top: 6rem;
  }
}
.business_acc {
  position: absolute;
  top: 8rem;
  right: 5vw;
  width: 10vw;
  max-width: 12rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .business_acc {
    display: none;
  }
}
.business .splide {
  position: relative;
  z-index: 10;
}
.business .splide__slide {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.business .splide__slide p {
  font-size: 1.8rem;
  background-color: #fff;
  padding: 2rem 3rem;
}
@media (max-width: 768px) {
  .business .splide__slide p {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.business .splide__pagination {
  display: none;
}

.contact {
  max-width: 144rem;
  margin: 0 auto;
  padding: 20rem 0 15rem;
  position: relative;
  background: url(../../assets/images/top/contact_logo.png) no-repeat bottom 9rem right 5rem/45rem, #fff;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 0;
    background: #fff;
  }
}
.contact .inner {
  box-shadow: 15px 15px 4px 0 rgba(13, 97, 153, 0.2);
  background-color: #fff;
}
.contact_pic {
  position: absolute;
  width: 17rem;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .contact_pic {
    width: 17rem;
    top: 2rem;
  }
}
.contact_ttl {
  text-align: center;
  color: #19C195;
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .contact_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.contact_box {
  max-width: 89rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1rem 6rem 1rem;
}
.contact_box-tel {
  margin: 0 auto 1rem;
}
.contact_box-tel a {
  display: block;
  padding: 2rem 7rem 2rem 12rem;
  color: #fff;
  background: url(../../assets/images/top/tel_pic.png) no-repeat center left 3rem/6rem, url(../../assets/images/top/arrow_g.png) no-repeat center right 2rem/4rem, #0D9276;
  max-width: 42rem;
  width: 100%;
  font-size: 3.3rem;
}
.contact_box-tel a span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contact_box-tel {
    width: 100%;
  }
  .contact_box-tel a {
    text-align: center;
    padding: 2rem 3rem 2rem 8rem;
    color: #fff;
    background: url(../../assets/images/top/tel_pic.png) no-repeat center left 3rem/3rem, url(../../assets/images/top/arrow_g.png) no-repeat center right 2rem/2rem, #0D9276;
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.contact_box-mail {
  margin: 0 auto;
}
.contact_box-mail a {
  display: block;
  padding: 2rem 7rem 2rem 10rem;
  color: #fff;
  background: url(../../assets/images/top/mail_pic.png) no-repeat center left 3rem/6rem, url(../../assets/images/top/arrow_o.png) no-repeat center right 2rem/4rem, #E5AA15;
  max-width: 42rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 7.4rem;
}
@media (max-width: 768px) {
  .contact_box-mail {
    width: 100%;
  }
  .contact_box-mail a {
    text-align: center;
    padding: 2rem 5rem 2rem 8rem;
    color: #fff;
    background: url(../../assets/images/top/mail_pic.png) no-repeat center left 3rem/3rem, url(../../assets/images/top/arrow_o.png) no-repeat center right 2rem/2rem, #E5AA15;
    max-width: 100%;
    font-size: 1.8rem;
  }
}

.contact02 {
  max-width: unset;
  background: url(../../assets/images/top/bg.jpg) no-repeat top 0 right 0/100% 50%, #fff;
}
.contact02 .inner {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .contact02 .inner {
    padding-top: 5rem;
  }
}
.contact02 .contact_pic {
  top: 26rem;
}
@media (max-width: 768px) {
  .contact02 .contact_pic {
    display: none;
  }
}

.service {
  padding: 13rem 0 9rem;
  background: url(../../assets/images/top/service_bg.jpg) no-repeat top center/cover;
}
@media (max-width: 768px) {
  .service {
    padding: 8rem 0;
  }
}
.service_ttl {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 6rem;
}
.service_ttl span {
  display: block;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .service_ttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .service_ttl span {
    font-size: 2rem;
  }
}
.service_box {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .service_box {
    margin-bottom: 2rem;
  }
}
.service_box dt {
  width: 30%;
  max-width: 33rem;
}
@media (max-width: 768px) {
  .service_box dt {
    order: 0;
    width: 100%;
    margin-bottom: 0px;
    max-width: unset;
  }
}
.service_box dd {
  position: relative;
  width: 63%;
  max-width: 69rem;
  margin-right: 5%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 4rem;
}
@media (max-width: 768px) {
  .service_box dd {
    width: 100%;
    max-width: unset;
    order: 1;
    margin-right: 0;
    padding: 3rem;
    border-radius: 0;
  }
}
.service_box dd h3 {
  color: #19C195;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .service_box dd h3 {
    font-size: 2rem;
  }
}
.service_box dd ul {
  list-style: disc;
  font-size: 1.6rem;
  margin-left: 2rem;
}
.service_box dd ul li {
  margin-bottom: 0.5rem;
}
.service_box dd img {
  position: absolute;
  top: -3rem;
  right: -5rem;
}
@media (max-width: 768px) {
  .service_box dd img {
    display: none;
  }
}
.service_box dd.left {
  margin-right: 0%;
  margin-left: 5%;
}
.service_box dd.left img {
  right: unset;
  left: -5rem;
}
@media (max-width: 768px) {
  .service_box dd.left {
    margin-left: 0;
  }
}

.reason {
  position: relative;
  padding: 17rem 0 12rem;
  background: url(../../assets/images/top/reason_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .reason {
    padding: 10rem 0 8rem;
  }
}
.reason .business_ttl {
  color: #111;
}
.reason .business_txt {
  color: #111;
  margin-bottom: 6rem;
}
.reason .business_txt span {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.reason_pic {
  width: 15rem;
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .reason_pic {
    top: 5rem;
    width: 12rem;
  }
}
.reason_ttl {
  color: #19C195;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .reason_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.reason_txt {
  line-height: 3rem;
  margin-bottom: 4rem;
}
.reason_subttl {
  margin: 6rem 0 3rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  background-color: #e3fff7;
  border-left: 10px solid #19C195;
}
@media (max-width: 768px) {
  .reason_subttl {
    margin: 3rem 0 3rem;
  }
}
.reason_list {
  position: relative;
  z-index: 2;
}
.reason_list::after {
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #19C195;
}
@media (max-width: 768px) {
  .reason_list::after {
    display: none;
  }
}
.reason_list li {
  background: #fff;
  width: 24%;
  padding: 2rem;
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .reason_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.reason_list li h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.reason_list li h5 span {
  color: #19C195;
  font-size: 2.2rem;
  margin-right: 1rem;
}
.reason_list li p {
  font-size: 1.2rem;
}
.reason_pro li {
  width: 33%;
}
@media (max-width: 768px) {
  .reason_pro li {
    width: 100%;
  }
}
.reason_teacher {
  margin-bottom: 4rem;
}
.reason_teacher dt {
  max-width: 28rem;
  width: 25%;
}
.reason_teacher dd {
  width: 70%;
}
.reason_teacher dd h5 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.reason_teacher dd p {
  line-height: 3rem;
}

.price {
  padding-bottom: 11rem;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #e3fff8 10%, #e3fff8 100%);
}
@media (max-width: 768px) {
  .price {
    padding-bottom: 8rem;
    margin-bottom: 4rem;
  }
}
.price_top {
  position: relative;
  width: 90vw;
  height: 36rem;
  background: url(../../assets/images/top/price_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .price_top {
    height: 20rem;
  }
}
.price_ttl {
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  position: absolute;
}
.price_ttl span {
  display: inline-block;
  font-size: 4rem;
  color: #19C195;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .price_ttl span {
    font-size: 2.3rem;
  }
}
.price .inner {
  position: relative;
  padding-top: 11rem;
}
@media (max-width: 768px) {
  .price .inner {
    padding-top: 8rem;
  }
}
.price .business_ttl {
  color: #111;
}
.price .business_pic {
  top: 6rem;
}
.price_txt {
  text-align: center;
}
.price_tablebox {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .price_tablebox {
    width: 100%;
  }
}
.price_table {
  width: 100%;
}
.price_table th {
  background-color: #157DC3;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem;
  text-align: center;
}
.price_table td {
  background: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: 1px solid #157DC3;
}
.price_table td.top {
  color: #157DC3;
}
.price_box {
  position: relative;
  padding-top: 16rem;
}
@media (max-width: 768px) {
  .price_box {
    padding-top: 8rem;
  }
}
.price_box .business_pic {
  max-width: 22rem;
  top: 11rem;
}
@media (max-width: 768px) {
  .price_box .business_pic {
    max-width: 15rem;
    top: 5rem;
  }
}
.price_box dt, .price_box dd {
  width: 49%;
}
@media (max-width: 768px) {
  .price_box dt, .price_box dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.toggle {
  display: none;
}

.Label {
  padding: 2rem 3rem 2rem 8rem;
  display: block;
  color: #fff;
  background: url(../../assets/images/top/icon_sns.png) no-repeat center left 2rem, #1D699B;
  font-size: 2rem;
  margin: 0 5% 2rem;
}
.Label.label02 {
  background: url(../../assets/images/top/icon_video.png) no-repeat center left 2rem, #1D9B90;
}
.Label.label03 {
  background: url(../../assets/images/top/icon_pc.png) no-repeat center left 2rem, #B6AC1B;
}
@media (max-width: 768px) {
  .Label {
    padding: 2rem 5rem 2rem 8rem;
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}

.Label::before {
  content: "表示　＋";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.Label,
.content_box {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content_box { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  margin: 0 5%;
}
@media (max-width: 768px) {
  .content_box {
    margin: 0;
    padding: 0;
  }
}
.content_box dt {
  border: 1px solid #157DC3;
  color: #157DC3;
  width: 22rem;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
}
.content_box dt p {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content_box dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.content_box dd {
  width: calc(100% - 26rem);
}
.content_box dd li {
  background: url(../../assets/images/top/icon_check_b.png) no-repeat center left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .content_box dd {
    width: 100%;
  }
}
.content_box table {
  width: 100%;
  margin-top: 3rem;
  border: 1px solid #157DC3;
  font-size: 1.6rem;
}
.content_box table th {
  padding: 1rem;
  background: #157DC3;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #fff;
}
.content_box table th.top {
  width: 30%;
}
.content_box table td {
  background-color: #fff;
  padding: 2rem;
  line-height: 3rem;
  border: 1px solid #157DC3;
}
.content_box table td.center {
  text-align: center;
}
.content_box table td.sub {
  background-color: #E8F6FF;
  color: #157DC3;
  padding: 2rem;
}
.content_box .label02 {
  border: 1px solid #0D9276;
}
.content_box .label02 th {
  background: #18a183;
}
.content_box .label02 td {
  border: 1px solid #18a183;
}
.content_box .label02 td.sub {
  background-color: #eefffb;
  color: #18a183;
}
.content_box .label03 {
  border: 1px solid #B6AC1B;
}
.content_box .label03 th {
  background: #B6AC1B;
}
.content_box .label03 td {
  border: 1px solid #B6AC1B;
}
.content_box .label03 td.sub {
  background-color: #fffef1;
  color: #B6AC1B;
}

.toggle:checked + .Label + .content_box { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .toggle:checked + .Label + .content_box {
    padding: 0px;
    margin-bottom: 2rem;
  }
}

.toggle:checked + .Label::before {
  content: "閉じる　−";
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb100 {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 5rem;
  }
}

p.right {
  text-align: right;
}/*# sourceMappingURL=style.css.map */