﻿@font-face {
    font-family: "AGaramond";
    font-weight: normal;
    src: url(../font/AGaramondPro-Regular.otf) format("opentype")
  }
  
  @font-face {
    font-family: "AGaramond";
    font-weight: bold;
    src: url(../font/AGaramondPro-bold.otf) format("opentype")
  }
  
  @font-face {
    font-family: "Helvetical-Bdcn";
    src: url(../font/HelveticaNeueLTStd-BdCn.otf) format("opentype")
  }
  
  @font-face {
    font-family: "Helvetical-HvCn";
    src: url(../font/HelveticaNeueLTStd-HvCn.otf) format("opentype")
  }
  
  @font-face {
    font-family: "Helvetical-LtCn";
    src: url(../font/HelveticaNeueLTStd-LtCn.otf) format("opentype")
  }
  
  @font-face {
    font-family: "Helvetical-UltLtCn";
    src: url(../font/HelveticaNeueLTStd-UltLtCn.otf) format("opentype")
  }
  
  header {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 10;
    max-width: 1260px;
  }
  
  @media (max-width: 1260px) {
    header {
      height: 40px;
      padding: 0 10px;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
    }
  }
  
  header h1 {
    height: 65px;
    margin: 14px 83px 0 13px
  }
  
  @media (max-width: 1260px) {
    header h1 {
      height: 22px;
      margin: 0;
      font-size: 0
    }
    header h1 a {
      display: block;
      font-size: 0
    }
    header h1 a span {
      margin-left: 8px;
      font-size: 12px
    }
    header h1 a span br {
      display: none
    }
    header h1 img {
      width: 65px
    }
  }
  
  header h1 a {
    display: flex;
    align-items: flex-end
  }
  
  header h1 a span {
    display: block;
    margin-left: 5px;
    font-size: 14px;
    color: #741479;
    line-height: 19px
  }
  
  header .pc-menu {
    display: flex;
    margin: 23px 23px 0 0
  }
  
  @media all and (max-width: 768px) {
    header .pc-menu {
      display: none
    }
  }
  
  header .pc-menu li {
    position: relative;
    height: 40px;
    padding: 0 19px;
    font-size: 0;
    border-right: solid 1px #d2d2d2
  }
  
  header .pc-menu li a {
    position: relative;
    font-size: 13px;
    color: #000;
    line-height: 40px
  }
  
  header .pc-menu li:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #cc0707;
    transition: all .2s ease
  }
  
  header .pc-menu li:hover:before {
    height: 100%
  }
  
  header .pc-menu li:hover a {
    color: #fff
  }
  
  header .pc-menu li:first-child {
    border-left: solid 1px #d2d2d2
  }
  
  header .header-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
  }
  
  @media (max-width: 1260px) {
    header .header-right {
      display: none;
    }
  }
  
  header .header-right .header-tel {
    width: 220px;
    margin: 15px 20px 0 0
  }
  
  header .header-right .header-tel img {
    width: 100%
  }
  
  @media (max-width: 1260px) {
    header .sp-menu {
      position: relative;
      right: 10px;
      top: 3px;
      display: block;
    }
    header .sp-menu input {
      display: none
    }
    header .sp-menu .open-btn {
      display: block;
      width: 20px;
    }
    header .sp-menu .open-btn img {
      width: 100%
    }
    header .sp-menu .menu-bg {
      display: none;
      position: fixed;
      z-index: 99;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: .3s ease-in-out
    }
    header .sp-menu_content {
      overflow: auto;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999;
      height: 100%;
      padding: 40px 15px 10px;
      background: #fff;
      transition: .3s ease-in-out;
      -webkit-transform: translateX(105%);
      transform: translateX(105%);
      box-sizing: border-box
    }
    header .sp-menu_content .menu-close {
      position: absolute;
      top: 12px;
      right: 15px;
      width: 17px;
      height: 17px
    }
    header .sp-menu_content .menu-close img {
      display: block;
      width: 100%
    }
    header .sp-menu_content ul {
      margin: 0 0 15px
    }
    header .sp-menu_content ul li {
      font-size: 12px;
      font-weight: 300;
      line-height: 35px;
      border-bottom: solid 1px #b9b9b9;
      box-sizing: border-box
    }
    header .sp-menu_content ul li a {
      padding: 0 0 0 8px;
      color: #000
    }
    header .sp-menu_content .sp-menu_link {
      display: block;
      width: 100%
    }
    header .sp-menu_content .sp-menu_link img {
      width: 100%
    }
    header .sp-menu input:checked~.menu-bg {
      display: block;
      opacity: 1
    }
    header .sp-menu input:checked~.sp-menu_content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15)
    }
  }
  
  footer {
    padding: 30px 0 14px;
    background: url("../images/background.webp");
    text-align: center
  }
  
  @media (max-width: 768px) {
    footer {
      padding: 19px 0 12px
    }
  }
  
  footer .menu {
    display: flex;
    margin: 0 0 26px;
    justify-content: center
  }
  
  @media (max-width: 768px) {
    footer .menu {
      display: none
    }
  }
  
  footer .menu li {
    line-height: 12px;
    padding: 0 10px
  }
  
  footer .menu li:not(:last-child) {
    border-right: solid 1px #fff
  }
  
  footer .menu li a {
    font-size: 12px;
    color: #fff;
    line-height: 12px
  }
  
  footer .sns {
    display: flex;
    margin: 0 0 22px;
    justify-content: center;
    align-items: center
  }
  
  footer .sns li {
    margin: 0 10px
  }
  
  footer .sns li a {
    display: block
  }
  
  footer .copy {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-align: center
  }
  
  .top-firstview {
    position: relative;
    margin: 80px 0 0;
    width: 100%;
    font-size: 0
  }
  
  @media all and (max-width: 768px) {
    .top-firstview {
      margin: 40px 0 0
    }
  }
  
  .top-firstview video {
    width: 100%;
    max-width: 100%
  }
  
  .top-firstview .top-firstview_text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
  }
  
  .top-firstview .top-firstview_text .firstview-text1 {
    position: absolute;
    top: 12px;
    left: 0
  }
  
  @media all and (max-width: 768px) {
    .top-firstview .top-firstview_text .firstview-text1 {
      top: 10px;
      width: 52%
    }
  }
  
  .top-firstview .top-firstview_text .firstview-text2 {
    position: absolute;
    bottom: 15px;
    left: 22px
  }
  
  @media all and (max-width: 768px) {
    .top-firstview .top-firstview_text .firstview-text2 {
      width: 50%;
      bottom: 10px;
      left: 13px
    }
  }
  
  .top-firstview .top-firstview_text #sound-btn {
    position: absolute;
    right: 10px;
    bottom: 100px;
    display: block;
    width: 68px;
    height: 68px;
    cursor: pointer;
    border-radius: 50%
  }
  
  @media all and (max-width: 768px) {
    .top-firstview .top-firstview_text #sound-btn {
      right: 5px;
      bottom: 5px;
      width: 34px;
      height: 34px;
      background-size: contain
    }
  }
  
  .top-firstview .top-firstview_text .on {
    background: url("../images/ON.webp") no-repeat center center
  }
  
  .top-firstview .top-firstview_text .off {
    background: url("../images/OFF.webp") no-repeat center center
  }
  
  .top-firstview .top-firstview_text .firstview-link {
    position: absolute;
    right: 0;
    bottom: 0
  }
  
  .top-section1 {
    width: 100%;
    min-height: 515px;
    padding: 84px 0 0;
    background: url("../images/background.webp") center;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section1 {
      min-height: inherit;
      padding: 44px 10px
    }
  }
  
  .top-section1_contents {
    position: relative;
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents {
      width: 100%
    }
  }
  
  .top-section1_contents h2 {
    margin: 0 0 14px;
    font-size: 21px;
    font-weight: 600;
    color: #fff
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents h2 {
      margin: 0 0 7px;
      font-size: 11px;
      text-align: center
    }
  }
  
  .top-section1_contents h2 img {
    display: inline-block;
    margin: 0 3px
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents h2 img {
      display: inline-block;
      vertical-align: -1px
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents h2 img:first-child {
      width: 15%
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents h2 img:last-child {
      width: 50%
    }
  }
  
  .top-section1_contents h2 span {
    display: inline-block;
    margin: 0 15px 0 60px;
    font-family: "Helvetical-Bdcn";
    font-size: 100px
  }
  
  .top-section1_contents h3 {
    width: 589px;
    height: 39px;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: solid 3px #cc0707;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    color: #000
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents h3 {
      width: 100%;
      height: 19px;
      font-size: 9px;
      line-height: 17px;
      border-bottom: solid 1.5px #cc0707
    }
  }
  
  .top-section1_contents p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: #fff
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents p {
      font-size: 9px;
      line-height: 17px
    }
  }
  
  .top-section1_contents p span {
    font-size: 24px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section1_contents p span {
      font-size: 12px
    }
  }
  
  .top-section1_image {
    position: absolute;
    top: 0;
    right: -230px;
    display: block;
    width: 530px
  }
  
  @media all and (max-width: 768px) {
    .top-section1_image {
      position: inherit;
      right: inherit;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      text-align: center
    }
    .top-section1_image img {
      width: 100%
    }
  }
  
  .top-section2 {
    padding: 80px 0;
    background-color: #fff;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section2 {
      padding: 40px 10px
    }
  }
  
  .top-section2_inner {
    display: flex;
    width: 940px;
    margin: 0 auto;
    justify-content: space-between
  }
  
  @media all and (max-width: 768px) {
    .top-section2_inner {
      width: 100%;
      display: block
    }
  }
  
  .top-section2_inner .twitter-wrapper {
    width: 633px;
    height: 740px
  }
  
  .top-section2_inner .twitter-wrapper iframe {
    height: 100% !important
  }
  
  @media all and (max-width: 768px) {
    .top-section2_inner .twitter-wrapper {
      width: 100%;
      height: auto
    }
    .top-section2_inner .twitter-wrapper iframe {
      height: 500px !important
    }
  }
  
  .top-section2_inner .twi-photo {
    width: 280px;
    padding: 55px 0 0
  }
  
  .top-section2_inner .twi-photo li {
    margin-bottom: 20px;
    font-size: 0
  }
  
  .top-section3 {
    width: 100%;
    background: url("../images/background2.webp") center
  }
  
  .top-section3>img {
    display: block;
    width: 100%
  }
  
  .top-section3_inner {
    width: 940px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner {
      width: 100%;
      padding: 14px 10px
    }
  }
  
  .top-section3_inner .link {
    display: flex;
    margin: 0 0 50px;
    justify-content: space-around;
    align-items: flex-start
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner .link {
      margin: 0 0 10px;
      justify-content: space-between
    }
  }
  
  .top-section3_inner .link>img {
    height: 70px
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner .link>img {
      height: inherit;
      width: 45%;
      margin: 5px 0 0
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner .link a {
      width: 48%
    }
    .top-section3_inner .link a img {
      width: 100%
    }
  }
  
  .top-section3_inner .counseling-link {
    position: relative;
    display: block;
    width: 830px;
    height: 68px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-size: 36px;
    font-weight: 600;
    color: #cc0707;
    line-height: 68px;
    border-radius: 5px
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner .counseling-link {
      width: 100%;
      height: 25px;
      font-size: 12.5px;
      line-height: 25px
    }
  }
  
  .top-section3_inner .counseling-link:before {
    position: absolute;
    top: 24px;
    right: 18px;
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    background: url("../images/arrow-right.webp")
  }
  
  @media all and (max-width: 768px) {
    .top-section3_inner .counseling-link:before {
      top: 8px;
      right: 6px;
      width: 5px;
      height: 8px;
      background-size: cover
    }
  }
  
  .top-section4 {
    padding: 100px 0;
    background: url("../images/background.webp") center
  }
  
  @media all and (max-width: 768px) {
    .top-section4 {
      width: 100%;
      padding: 35px 0;
      box-sizing: border-box
    }
  }
  
  .top-section4 h2 {
    display: flex;
    width: 940px;
    height: 90px;
    margin: 0 auto 128px;
    border-bottom: solid 1px #fff;
    justify-content: space-between
  }
  
  @media all and (max-width: 768px) {
    .top-section4 h2 {
      width: 100%;
      height: 33px;
      margin: 0 auto 60px
    }
  }
  
  .top-section4 h2 img {
    display: block;
    width: 658px;
    height: 119px
  }
  
  @media all and (max-width: 768px) {
    .top-section4 h2 img {
      width: 70%;
      height: 42px
    }
  }
  
  .top-section4 h2 span {
    font-family: "Helvetical-LtCn";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 155px
  }
  
  @media all and (max-width: 768px) {
    .top-section4 h2 span {
      position: relative;
      right: -8px;
      font-size: 8px;
      line-height: 60px;
      transform: scale(0.8)
    }
  }
  
  .top-section4 h2 span span {
    font-family: "Helvetical-UltLtCn"
  }
  
  .top-section4_contents {
    position: relative;
    height: 490px
  }
  
  @media all and (max-width: 768px) {
    .top-section4_contents {
      height: inherit;
      padding: 115px 0 50px
    }
  }
  
  .top-section4_contents:nth-child(even)>img {
    position: absolute;
    top: 0;
    left: 0
  }
  
  @media all and (max-width: 768px) {
    .top-section4_contents:nth-child(even)>img {
      width: 70%
    }
  }
  
  .top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text {
    position: absolute;
    top: 120px;
    right: 0;
    width: 600px;
    background: url("../images/top-section4_bg.webp") repeat-y;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text {
      position: relative;
      top: 0;
      right: inherit;
      left: 10px;
      width: 90%
    }
    .top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text .point-text {
      width: 120%;
      left: -10%
    }
  }
  
  .top-section4_contents:nth-child(odd)>img {
    position: absolute;
    top: 0;
    right: 0
  }
  
  @media all and (max-width: 768px) {
    .top-section4_contents:nth-child(odd)>img {
      width: 70%
    }
  }
  
  .top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text {
    position: absolute;
    top: 120px;
    left: 0;
    min-width: 553px;
    padding: 30px 35px 25px 0;
    background: url("../images/top-section4_bg2.webp") repeat-y right;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text {
      position: relative;
      top: 0;
      left: inherit;
      width: 90%;
      margin: 0 0 0 auto;
      padding: 15px 10px 10px 0;
      min-width: inherit
    }
    .top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text .point-text {
      width: 120%;
      left: -10%
    }
  }
  
  .top-section4_inner {
    position: relative;
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section4_inner {
      width: 100%
    }
  }
  
  .top-section4_text {
    padding: 30px 0 25px 30px;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text {
      width: 100%;
      padding: 15px 0 10px 10px;
      box-sizing: border-box
    }
  }
  
  .top-section4_text .point-num {
    margin: 0;
    font-family: "Helvetical-LtCn";
    font-size: 18px;
    color: #cc0707
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text .point-num {
      font-size: 12px
    }
  }
  
  .top-section4_text .point-num span {
    display: inline-block;
    margin-left: 5px;
    font-family: "Helvetical-HvCn";
    font-size: 26px
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text .point-num span {
      font-size: 18px
    }
  }
  
  .top-section4_text h3 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 40px
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text h3 {
      margin: 0;
      font-size: 16px;
      line-height: 20px
    }
  }
  
  .top-section4_text h3 span {
    font-size: 48px;
    color: #cc0707
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text h3 span {
      font-size: 24px
    }
  }
  
  .top-section4_text .point-text {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .top-section4_text .point-text {
      position: relative;
      font-size: 10px;
      line-height: 15px;
      transform: scale(0.8)
    }
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter {
      background-color: #fff
    }
  }
  
  .section-beforeafter .inner {
    width: 940px;
    margin: 0 auto;
    padding: 95px 0 20px;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner {
      width: 100%;
      padding: 15px 0 0
    }
  }
  
  .section-beforeafter .inner h2 {
    width: 772px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner h2 {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box
    }
    .section-beforeafter .inner h2 img {
      width: 100%
    }
  }
  
  .section-beforeafter .inner .message {
    width: 772px;
    margin: 0 auto 40px;
    font-size: 17px;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .message {
      width: 100%;
      margin: 0 0 10px;
      padding: 0 10px;
      font-size: 10px;
      line-height: 17px;
      box-sizing: border-box
    }
  }
  
  .section-beforeafter .inner .report {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3)
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report {
      box-shadow: none !important;
      margin-bottom: 0;
      padding: 12px 0;
      border-radius: 0
    }
  }
  
  .section-beforeafter .inner .report-top {
    position: relative;
    margin-bottom: 30px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top {
      margin-bottom: 85px
    }
  }
  
  .section-beforeafter .inner .report-top_images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_images {
      padding: 0 10px
    }
    .section-beforeafter .inner .report-top_images img {
      display: block;
      width: 50%
    }
  }
  
  .section-beforeafter .inner .report-top_course {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_course {
      display: none
    }
  }
  
  .section-beforeafter .inner .report-top_course p {
    margin: 0;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 22px
  }
  
  .section-beforeafter .inner .report-top_course p span {
    font-size: 72px;
    line-height: 40px
  }
  
  .section-beforeafter .inner .report-top_course>span {
    font-size: 18px
  }
  
  .section-beforeafter .inner .report-top_course:after {
    content: '';
    display: block;
    width: 102px;
    height: 75px;
    margin: 0 auto;
    background: url("../images/arrow-after.webp") no-repeat
  }
  
  .section-beforeafter .inner .report-top .sp-display {
    display: none
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top .sp-display {
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      display: block;
      width: 20vw;
      margin: 0 auto
    }
  }
  
  .section-beforeafter .inner .report-top_profile {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    width: 323px;
    height: 213px;
    margin: 0 auto;
    padding: 25px 0 0;
    background-color: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile {
      top: inherit;
      bottom: -75px;
      width: 48vw;
      min-width: 150px;
      height: inherit;
      padding: 15px 14px
    }
  }
  
  .section-beforeafter .inner .report-top_profile .name {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile .name {
      font-size: 10px;
      margin: 0 0 5px
    }
  }
  
  .section-beforeafter .inner .report-top_profile ul {
    padding: 0 40px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul {
      padding: 0
    }
  }
  
  .section-beforeafter .inner .report-top_profile ul li {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    background: url("../images/li-bg.webp") center 23px repeat-x
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul li {
      padding: 0 3px;
      margin: 0 0 5px;
      background: url("../images/li-bg.webp") center 13px repeat-x
    }
  }
  
  .section-beforeafter .inner .report-top_profile ul li span {
    font-size: 23px;
    font-weight: 600;
    font-style: italic
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul li span {
      font-size: 15px
    }
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom {
      padding: 0 10px;
      box-sizing: border-box
    }
  }
  
  .section-beforeafter .inner .report-bottom_thoughts {
    margin-bottom: 5px;
    padding: 20px;
    background-color: #fff;
    font-size: 0
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts {
      margin-bottom: 0;
      padding: 10px
    }
  }
  
  .section-beforeafter .inner .report-bottom_thoughts h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts h3 {
      font-size: 12px;
      line-height: 20px
    }
  }
  
  .section-beforeafter .inner .report-bottom_thoughts p {
    margin: 0;
    font-size: 17px;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts p {
      font-size: 12px;
      line-height: 20px
    }
  }
  
  .section-beforeafter .inner .report-bottom_caption {
    margin: 0;
    font-size: 12px
  }
  
  @media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_caption {
      position: relative;
      left: -33px;
      font-size: 10px;
      transform: scale(0.8)
    }
  }
  
  .section-beforeafter .inner .report-blue {
    background-image: -moz-linear-gradient(45deg, #7fe0f8 45%, #fff 55%);
    background-image: -webkit-linear-gradient(45deg, #7fe0f8 45%, #fff 55%);
    background-image: -ms-linear-gradient(45deg, #7fe0f8 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
  }
  
  .section-beforeafter .inner .report-blue .report-bottom_thoughts {
    border: solid 2px #7fe0f8
  }
  
  .section-beforeafter .inner .report-yellow {
    background-image: -moz-linear-gradient(45deg, #ffda47 45%, #fff 55%);
    background-image: -webkit-linear-gradient(45deg, #ffda47 45%, #fff 55%);
    background-image: -ms-linear-gradient(45deg, #ffda47 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
  }
  
  .section-beforeafter .inner .report-yellow .report-bottom_thoughts {
    border: solid 2px #ffda4a
  }
  
  .section-beforeafter .inner .report-green {
    background-image: -moz-linear-gradient(45deg, #b3f07c 45%, #fff 55%);
    background-image: -webkit-linear-gradient(45deg, #b3f07c 45%, #fff 55%);
    background-image: -ms-linear-gradient(45deg, #b3f07c 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
  }
  
  .section-beforeafter .inner .report-green .report-bottom_thoughts {
    border: solid 2px #b4ef7e
  }
  
  .top-section5 {
    background: url("../images/top-section5_bg.webp") no-repeat right #eef1f8;
    padding: 85px 0 75px
  }
  
  @media all and (max-width: 768px) {
    .top-section5 {
      padding: 35px 10px 20px;
      background: url("../images/top-section5_bg-sp.webp") no-repeat right bottom #eef1f8;
      background-size: 65vw
    }
  }
  
  .top-section5_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section5_inner {
      width: 100%
    }
  }
  
  .top-section5_inner h2 {
    width: 695px;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #000
  }
  
  @media all and (max-width: 768px) {
    .top-section5_inner h2 {
      width: 100%
    }
    .top-section5_inner h2 img {
      width: 100%
    }
  }
  
  .top-section5_inner>p {
    display: block;
    width: 695px;
    margin: 0 0 135px;
    font-size: 17px;
    font-weight: 300;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_inner>p {
      position: relative;
      left: -10%;
      width: 120%;
      margin: 0;
      font-size: 10px;
      transform: scale(0.8);
      line-height: 17px
    }
  }
  
  .top-section5_bottom {
    display: flex
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom {
      display: block
    }
  }
  
  .top-section5_bottom-text {
    width: 577px;
    margin: 0 30px 0 0
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text {
      width: 70%;
      margin: 0
    }
    .top-section5_bottom-text img {
      width: 100%
    }
  }
  
  .top-section5_bottom-text h3 {
    margin: 0 0 20px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text h3 {
      margin: 0 0 5px
    }
    .top-section5_bottom-text h3 img {
      width: 100%
    }
  }
  
  .top-section5_bottom-text ul {
    margin: 0 0 25px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text ul {
      margin: 0
    }
  }
  
  .top-section5_bottom-text ul li {
    margin: 0;
    font-size: 16px;
    font-weight: bold
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text ul li {
      position: relative;
      left: -10%;
      display: flex;
      width: 120%;
      margin: 0 0 2px;
      font-size: 10px;
      transform: scale(0.8);
      align-items: center;
      line-height: 11px
    }
  }
  
  .top-section5_bottom-text ul li span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: "AGaramond";
    font-size: 30px;
    font-weight: normal
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text ul li span {
      font-size: 15px
    }
  }
  
  .top-section5_bottom-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom-text p {
      position: relative;
      left: -5%;
      width: 80%;
      font-size: 10px;
      transform: scale(0.8);
      line-height: 15px
    }
  }
  
  .top-section5_bottom .book {
    width: 247px;
    height: 322px;
    margin: 10px 0 0;
    padding: 15px 20px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book {
      display: flex;
      width: 80%;
      height: inherit;
      margin: 0 auto;
      padding: 5px
    }
    .top-section5_bottom .book img {
      width: 70px;
      height: 87px
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book-text {
      margin-right: 10px
    }
  }
  
  .top-section5_bottom .book-text p {
    margin: 0
  }
  
  .top-section5_bottom .book-text .name {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book-text .name {
      margin: 20px 0 0;
      font-size: 10px;
      line-height: 14px
    }
  }
  
  .top-section5_bottom .book-text .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book-text .title {
      font-size: 10px;
      line-height: 14px
    }
  }
  
  .top-section5_bottom .book-text .subtitle {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 21px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book-text .subtitle {
      font-size: 10px;
      line-height: 14px
    }
  }
  
  .top-section5_bottom .book-text .samarry {
    font-size: 12px;
    font-weight: 300;
    line-height: 17px
  }
  
  @media all and (max-width: 768px) {
    .top-section5_bottom .book-text .samarry {
      font-size: 10px;
      line-height: 14px
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section6 {
      padding: 0 10px;
      box-sizing: border-box
    }
  }
  
  .top-section6_inner {
    width: 940px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between
  }
  
  @media all and (max-width: 768px) {
    .top-section6_inner {
      display: block;
      width: 100%;
      padding: 25px 0
    }
    .top-section6_inner>img {
      width: 100%
    }
  }
  
  .top-section6_text {
    display: block;
    width: 530px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section6_text {
      width: 100%;
      margin: 0 0 15px;
      padding: 15px 24px
    }
  }
  
  .top-section6_text h2 {
    margin: 0
  }
  
  .top-section6_text h2 img {
    width: 100%
  }
  
  .top-section6_text p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 34px
  }
  
  @media all and (max-width: 768px) {
    .top-section6_text p {
      font-size: 10px;
      line-height: 17px
    }
  }
  
  .top-section7 {
    padding: 100px 0 10px
  }
  
  @media all and (max-width: 768px) {
    .top-section7 {
      padding: 40px 10px 20px
    }
  }
  
  .top-section7_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner {
      width: 100%
    }
  }
  
  .top-section7_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .top-section7_inner h2 .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .top-section7_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .top-section7_inner .trainer-list {
    display: flex;
    flex-wrap: wrap
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list {
      justify-content: space-between
    }
  }
  
  .top-section7_inner .trainer-list_item {
    position: relative;
    width: 260px;
    height: 330px;
    margin: 0 0 40px;
    padding: 265px 0 0;
    text-align: center;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item {
      width: 45%;
      height: 175px;
      margin: 0 0 10px;
      padding: 130px 0 0
    }
  }
  
  @media all and (min-width: 415px) {
    .top-section7_inner .trainer-list_item:not(:nth-child(3n)) {
      margin-right: 75px
    }
  }
  
  .top-section7_inner .trainer-list_item .trainer-image {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease-in;
    box-shadow: 0px 4px 9px 0px rgba(17, 17, 17, 0.23);
    text-align: center;
    transition: all .2s
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item .trainer-image {
      top: 7px;
      width: 115px;
      height: 115px
    }
  }
  
  .top-section7_inner .trainer-list_item .trainer-image_wrapper {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 5px #fff;
    border-radius: 50%
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item .trainer-image_wrapper {
      width: 115px;
      height: 115px
    }
  }
  
  .top-section7_inner .trainer-list_item .trainer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover'
  }
  
  .top-section7_inner .trainer-list_item:hover .trainer-image {
    animation: anime1 .2s ease;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0 0;
    border-radius: 10px
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item:hover .trainer-image {
      padding: 7px 0 0
    }
  }
  
  @keyframes anime1 {
    0% {
      top: 13px;
      width: 230px;
      height: 230px;
      padding: 0;
      border-radius: 50%
    }
    40% {
      top: 0;
      width: 100%;
      height: 100%;
      padding: 13px 0 0;
      border-radius: 0
    }
    100% {
      top: 0;
      width: 100%;
      height: 100%;
      padding: 13px 0 0;
      border-radius: 10px
    }
  }
  
  .top-section7_inner .trainer-list_item span {
    position: relative;
    font-size: 16px;
    font-weight: 300
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item span {
      left: -10%;
      display: block;
      width: 120%;
      font-size: 10px;
      transform: scale(0.8)
    }
  }
  
  .top-section7_inner .trainer-list_item .name {
    display: block;
    margin-top: 2px;
    font-family: "Helvetical-LtCn";
    font-size: 32px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item .name {
      left: 0;
      width: 100%;
      font-size: 16px;
      transform: scale(1)
    }
  }
  
  .top-section8 {
    padding: 100px 0 0;
    background-color: #f4f4f4;
    overflow: hidden
  }
  
  @media all and (max-width: 768px) {
    .top-section8 {
      padding: 50px 10px 0
    }
  }
  
  .top-section8_inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 0 0 100px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner {
      width: 100%;
      padding: 0 0 70vw
    }
  }
  
  .top-section8_inner>img {
    position: absolute;
    bottom: 0;
    right: -230px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner>img {
      right: inherit;
      width: 100%
    }
  }
  
  .top-section8_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .top-section8_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .top-section8_inner .faq-list {
    position: relative;
    width: 640px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list {
      width: 100%
    }
  }
  
  .top-section8_inner .faq-list_item {
    margin: 0 0 40px
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list_item {
      margin: 0 0 20px
    }
  }
  
  .top-section8_inner .faq-list_item h3 {
    margin: 0 0 18px;
    font-size: 30px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list_item h3 {
      margin: 0 0 10px;
      font-size: 15px
    }
  }
  
  .top-section8_inner .faq-list_item h3:before {
    content: 'Q. ';
    font-family: "Helvetical-LtCn";
    font-size: 30px;
    color: #f52d5c
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list_item h3:before {
      font-size: 15px
    }
  }
  
  .top-section8_inner .faq-list_item p {
    margin: 0;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 17px;
    font-weight: 300
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list_item p {
      padding: 0 0 0 15px;
      font-size: 10px
    }
  }
  
  .top-section8_inner .faq-list_item p:before {
    content: 'A. ';
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: "Helvetical-LtCn";
    color: #526df8;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section8_inner .faq-list_item p:before {
      top: 2px;
      left: 5px
    }
  }
  
  .top-section9 {
    padding: 100px 0;
    background-color: #fff
  }
  
  @media all and (max-width: 768px) {
    .top-section9 {
      padding: 50px 10px
    }
  }
  
  .top-section9_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner {
      width: 100%
    }
  }
  
  .top-section9_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .top-section9_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .top-section9_inner .price {
    width: 100%;
    margin: 0 0 20px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price {
      margin: 0 0 10px
    }
  }
  
  .top-section9_inner .price img {
    width: 100%
  }
  
  .top-section9_inner .price .admission {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 600;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .admission {
      height: 33px;
      line-height: 33px;
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .admission p {
    margin: 0
  }
  
  .top-section9_inner .price .admission span {
    font-size: 12px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .admission span {
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .admission .num {
    display: inline-block;
    margin-left: 50px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 30px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .admission .num {
      font-size: 23px
    }
  }
  
  .top-section9_inner .price .guidance {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .guidance {
      height: 33px;
      line-height: 33px;
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .guidance p {
    margin: 0
  }
  
  .top-section9_inner .price .guidance span {
    display: inline-block;
    margin-left: 40px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .guidance span {
      margin-left: 33px
    }
  }
  
  .top-section9_inner .price .course {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    background-color: #f1f1f1;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course {
      display: block;
      padding: 10px;
      text-align: inherit;
      box-sizing: border-box
    }
  }
  
  .top-section9_inner .price .course-item {
    display: block;
    width: 306px;
    padding: 20px 0;
    text-align: center
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item {
      width: 100%;
      padding: 15px 5px 5px;
      text-align: inherit;
      box-sizing: border-box
    }
  }
  
  .top-section9_inner .price .course-item:not(:last-child) {
    border-right: solid 1px #b5b5b5
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item:not(:last-child) {
      border-right: 0;
      border-bottom: solid 1px #b5b5b5
    }
  }
  
  .top-section9_inner .price .course-item:nth-child(2) {
    width: 317px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item:nth-child(2) {
      width: 100%
    }
  }
  
  .top-section9_inner .price .course-item .title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: .9
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item .title {
      margin: 0 0 10px;
      padding-left: 10px;
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .course-item .title span {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 48px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item .title span {
      font-size: 30px
    }
  }
  
  .top-section9_inner .price .course-item .title .sub {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 300
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-item .title .sub {
      display: inline;
      font-size: 10px
    }
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price {
      position: relative;
      display: flex;
      justify-content: space-between;
      line-height: 30px
    }
  }
  
  .top-section9_inner .price .course-price .base-price {
    position: relative;
    width: 185px;
    height: 28px;
    margin: 0 auto 20px;
    padding: 0 18px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 30px;
    color: #b5b5b5;
    line-height: 28px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price {
      width: inherit;
      margin: 0;
      padding: 0 10px;
      font-size: 15px
    }
  }
  
  .top-section9_inner .price .course-price .base-price:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/20off.webp") no-repeat center center;
    background-size: contain
  }
  
  .top-section9_inner .price .course-price .base-price span {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price span {
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .course-price .base-price span span {
    font-size: 12px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price span span {
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .course-price .off20 {
    position: relative;
    display: inline-block;
    margin: 0 auto 35px;
    font-size: 14px;
    font-weight: 300;
    color: #d10707
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20 {
      position: absolute;
      top: -22px;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding: 0 50px 0 0;
      font-size: 10px;
      transform: scale(0.8);
      text-align: center
    }
  }
  
  .top-section9_inner .price .course-price .off20:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 68px;
    display: block;
    width: 32px;
    height: 33px;
    background: url("../images/down.webp") no-repeat center center;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20:before {
      top: 33px;
      left: 0;
      right: 55px;
      width: 18px;
      height: 16px;
      margin: 0 auto;
      background: url("../images/down-sp.webp") no-repeat center center;
      background-size: contain;
      transform: scale(1.6)
    }
  }
  
  .top-section9_inner .price .course-price .off20 span {
    display: inline-block;
    margin-left: 35px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20 span {
      margin-left: 0
    }
  }
  
  .top-section9_inner .price .course-price .new-price {
    margin: 0;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 48px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .new-price {
      font-size: 37px
    }
  }
  
  .top-section9_inner .price .course-price .new-price span {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .new-price span {
      font-size: 10px
    }
  }
  
  .top-section9_inner .price .course-price .new-price span span {
    font-size: 12px
  }
  
  @media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .new-price span span {
      font-size: 10px
    }
  }
  
  .top-section9_inner .price-bottom {
    width: 100%
  }
  
  .top-section9_inner .price-bottom img {
    width: 100%
  }
  
  .top-section10 {
    padding: 100px 0 80px;
    background: url("../images/top-section10_bg.webp") #f9f9f9 no-repeat left bottom;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .top-section10 {
      padding: 50px 10px 30px;
      background-size: cover;
      background-position: 25% bottom
    }
  }
  
  .top-section10_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner {
      width: 100%
    }
  }
  
  .top-section10_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .top-section10_inner h2 .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .top-section10_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .top-section10_inner .form-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents {
      display: block
    }
  }
  
  .top-section10_inner .form-contents form {
    width: 430px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form {
      width: 100%
    }
  }
  
  .top-section10_inner .form-contents form .form-label {
    display: block
  }
  
  .top-section10_inner .form-contents form .form-label span {
    display: block;
    font-size: 14px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label span {
      font-size: 10px
    }
  }
  
  .top-section10_inner .form-contents form .form-label input {
    width: 100%;
    height: 60px;
    margin: 0 0 30px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label input {
      height: 30px;
      margin: 0 0 13px;
      padding: 9px 10px;
      font-size: 12px
    }
  }
  
  .top-section10_inner .form-contents form .form-label input::placeholder {
    color: #888888;
    line-height: 1.5
  }
  
  .top-section10_inner .form-contents form .form-label select {
    width: 100%;
    height: 60px;
    margin: 0 0 5px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff
  }
  
  .top-section10_inner .form-contents form .form-label select:active {
    border: solid 1px #bebebe
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label select {
      height: 30px;
      margin: 0 0 5px;
      padding: 5px 10px;
      font-size: 12px
    }
  }
  
  .top-section10_inner .form-contents form .form-label textarea {
    width: 100%;
    height: 365px;
    margin: 0 0 20px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label textarea {
      height: 200px;
      margin: 0;
      padding: 9px 10px;
      font-size: 12px
    }
  }
  
  .top-section10_inner .form-contents form .form-label textarea::placeholder {
    color: #888888;
    line-height: 1.5;
    font-weight: 300
  }
  
  .top-section10_inner .form-contents form .form-subinput {
    display: flex
  }
  
  .top-section10_inner .form-contents form .form-subinput span {
    display: block;
    width: 70px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-subinput span {
      width: 40px;
      font-size: 10px;
      line-height: 30px
    }
  }
  
  .top-section10_inner .form-contents form .form-subinput input {
    width: calc(100% - 70px)
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-subinput input {
      width: calc(100% - 40px)
    }
  }
  
  .top-section10_inner .form-contents form .label-require>span::after {
    display: inline-block;
    margin-left: 10px;
    content: "[必須]";
    color: #ce2828;
    font-size: 10px;
    line-height: 14px;
    vertical-align: 1px
  }
  
  .top-section10_inner .form-contents form .form-select {
    position: relative
  }
  
  .top-section10_inner .form-contents form .form-select:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 15px;
    display: block;
    width: 9px;
    height: 20px;
    background: url("../images/select-arrow.webp") no-repeat
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-select:after {
      top: 26px;
      right: 10px;
      width: 7px;
      height: 10px;
      background-size: contain
    }
  }
  
  .top-section10_inner .form-contents form .form-check {
    margin: 0 0 40px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check {
      margin: 0 0 20px
    }
  }
  
  .top-section10_inner .form-contents form .form-check input {
    display: none
  }
  
  .top-section10_inner .form-contents form .form-check label {
    font-size: 14px;
    line-height: 18px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check label {
      font-size: 10px;
      line-height: 10px
    }
  }
  
  .top-section10_inner .form-contents form .form-check label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: solid 1px #bebebe;
    border-radius: 4px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check label span {
      width: 10px;
      height: 10px;
      margin: 0 3px 0 0;
      border-radius: 2px;
      font-size: 10px;
      line-height: 8px
    }
  }
  
  .top-section10_inner .form-contents form .form-check label a {
    text-decoration: underline;
    color: #000
  }
  
  .top-section10_inner .form-contents form .form-check input:checked~label span {
    background-color: #bebebe
  }
  
  .top-section10_inner .form-contents form .submit-btn {
    position: relative;
    width: 400px;
    height: 60px;
    background-color: #cc0707;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    border: none;
    outline: none
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .submit-btn {
      width: 100%;
      height: 30px;
      margin: 0 0 15px;
      font-size: 10px;
      line-height: 30px
    }
  }
  
  .top-section10_inner .form-contents form .submit-btn:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 14px;
    display: block;
    width: 9px;
    height: 16px;
    background: url("../images/arrow-right_w.webp") no-repeat;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .submit-btn:after {
      top: 12px;
      right: 7px;
      width: 5px;
      height: 8px
    }
  }
  
  .top-section10_inner .form-contents .tel {
    display: block;
    width: 420px;
    height: 97px
  }
  
  @media all and (max-width: 768px) {
    .top-section10_inner .form-contents .tel {
      width: 70%;
      margin: 0 auto
    }
  }
  
  .top-section10_inner .form-contents .tel img {
    width: 100%
  }
  
  .top-section11 {
    padding: 100px 0;
    background-color: #f4f4f4
  }
  
  @media all and (max-width: 768px) {
    .top-section11 {
      padding: 50px 10px
    }
  }
  
  .top-section11_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section11_inner {
      width: 100%
    }
  }
  
  .top-section11_inner h2 {
    padding: 0 0 3px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px #aaa
  }
  
  @media all and (max-width: 768px) {
    .top-section11_inner h2 {
      font-size: 12px
    }
  }
  
  .top-section11_inner ul li {
    padding: 0 0 0 35px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: solid 1px #aaa
  }
  
  @media all and (max-width: 768px) {
    .top-section11_inner ul li {
      padding: 0 0 0 10px;
      font-size: 10px;
      line-height: 30px
    }
  }
  
  .top-section11_inner ul li span {
    display: inline-block;
    width: 117px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .top-section11_inner ul li span {
      width: 46px
    }
  }
  
  .top-section12 {
    padding: 100px 0 70px;
    background-color: #fff
  }
  
  @media all and (max-width: 768px) {
    .top-section12 {
      padding: 50px 10px
    }
  }
  
  .top-section12_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner {
      width: 100%
    }
  }
  
  .top-section12_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .top-section12_inner h2 .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .top-section12_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .top-section12_inner .access-wrapper {
    display: flex;
    justify-content: space-between
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .access-wrapper {
      display: block;
      margin: 0 0 30px
    }
  }
  
  .top-section12_inner .access-block {
    width: 450px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .access-block {
      width: 100%;
      margin: 0 0 23px
    }
  }
  
  .top-section12_inner h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 300
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner h3 {
      margin-bottom: 5px;
      font-size: 10px
    }
  }
  
  .top-section12_inner .map {
    margin: 0 0 30px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .map {
      margin: 0 0 15px
    }
  }
  
  .top-section12_inner .map iframe {
    width: 100%;
    height: 380px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .map iframe {
      height: 190px
    }
  }
  
  .top-section12_inner .address {
    margin: 0 0 130px
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .address {
      margin: 0
    }
  }
  
  .top-section12_inner .address p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .address p {
      font-size: 10px
    }
  }
  
  .top-section12_inner .address p a {
    color: #000
  }
  
  .top-section12_inner .address .name {
    width: 320px;
    font-family: "Helvetical-UltLtCn";
    font-size: 52px;
    line-height: 1
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .address .name {
      width: 100%;
      font-size: 26px
    }
  }
  
  .top-section12_inner .address .name .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .top-section12_inner .recruit {
    display: block;
    width: 800px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .top-section12_inner .recruit {
      width: 100%
    }
    .top-section12_inner .recruit img {
      width: 100%
    }
  }
  
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s
  }
  
  .popup.is-show {
    opacity: 1;
    visibility: visible
  }
  
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 570px;
    max-width: 880px;
    z-index: 2
  }
  
  @media all and (max-width: 768px) {
    .popup-inner {
      width: calc(100% - 70px);
      height: 60vh
    }
  }
  
  .popup-inner>.slick-prev {
    position: absolute;
    top: 50%;
    left: -64px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
  }
  
  @media all and (max-width: 768px) {
    .popup-inner>.slick-prev {
      width: 20px;
      height: 20px;
      left: -28px
    }
    .popup-inner>.slick-prev img {
      width: 30%
    }
  }
  
  .popup-inner>.slick-next {
    position: absolute;
    top: 50%;
    right: -64px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
  }
  
  @media all and (max-width: 768px) {
    .popup-inner>.slick-next {
      width: 20px;
      height: 20px;
      right: -28px
    }
    .popup-inner>.slick-next img {
      width: 30%
    }
  }
  
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer
  }
  
  .slick-list {
    position: relative;
    width: 100%
  }
  
  .slick-list_item {
    height: 570px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item {
      width: 100%;
      height: 60vh;
      padding: 10px 20px;
      overflow-y: scroll
    }
  }
  
  .slick-list_item .content-wrapper {
    position: relative;
    display: flex
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper {
      display: block
    }
  }
  
  .slick-list_item .content-wrapper .slick-prev {
    position: absolute;
    bottom: 50px;
    left: 100%;
    z-index: 9999
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .slick-prev {
      bottom: 30px;
      left: 8px;
      width: 5px
    }
    .slick-list_item .content-wrapper .slick-prev img {
      width: 100%
    }
  }
  
  .slick-list_item .content-wrapper .slick-next {
    position: absolute;
    bottom: 50px;
    right: -100%;
    z-index: 9999
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .slick-next {
      bottom: 30px;
      right: 8px;
      width: 5px
    }
    .slick-list_item .content-wrapper .slick-next img {
      width: 100%
    }
  }
  
  .slick-list_item .content-wrapper .image-slick {
    position: relative;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick {
      width: 100%;
      padding: 0
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .main-image {
    width: 100%;
    height: 533px;
    border: solid 1px #bebebe
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .main-image {
      width: calc(100% - 40px);
      margin: 0 auto 10px;
      height: 298px
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .main-image .slick-list {
    height: 100%
  }
  
  .slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track {
    height: 100%
  }
  
  .slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
  }
  
  .slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain'
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 131px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav {
      position: inherit;
      right: inherit;
      bottom: inherit;
      margin: 0 0 20px;
      height: 83px
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list {
    height: 100%;
    padding: 0 !important
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track {
    display: flex;
    width: 340px !important;
    height: 100%;
    justify-content: flex-start;
    transform: translate3d(0, 0px, 0px) !important
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track:before {
    display: none
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track:after {
    display: none
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track {
      width: calc(100% - 40px) !important;
      margin: 0 auto
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide {
    display: flex;
    width: 100px !important;
    height: 100%;
    outline: 0;
    padding: 0 2px;
    box-sizing: border-box;
    transition: all .1s;
    justify-content: center;
    align-items: center
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide:not(:nth-child(3)) {
    margin-right: 20px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide:not(:nth-child(3)) {
      margin-right: 18px
    }
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide {
      width: 28% !important;
      padding: 0
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain';
    margin: 2px auto;
    border: solid 1px #bebebe;
    transition: all .1s;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide img {
      margin: 0
    }
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current {
    padding: 0
  }
  
  .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current img {
    margin: 0 auto;
    border: solid 3px #cc0707
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current img {
      border: solid 1px #cc0707
    }
  }
  
  .slick-list_item .content-wrapper .profile {
    width: 50%;
    padding: 0 0 0 8px;
    box-sizing: border-box
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile {
      width: 100%
    }
  }
  
  .slick-list_item .content-wrapper .profile>span {
    display: block;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile>span {
      margin: 0 0 10px;
      font-size: 10px
    }
  }
  
  .slick-list_item .content-wrapper .profile .name {
    margin: 0 0 25px;
    font-family: "Helvetical-LtCn";
    font-size: 60px;
    border-bottom: solid 1px #000;
    line-height: 40px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .name {
      margin: 0 0 10px;
      font-size: 30px;
      line-height: 18px
    }
  }
  
  .slick-list_item .content-wrapper .profile .list {
    margin: 0 0 20px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list {
      margin: 0 0 10px
    }
  }
  
  .slick-list_item .content-wrapper .profile .list li {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li {
      font-size: 10px;
      line-height: 16px
    }
  }
  
  .slick-list_item .content-wrapper .profile .list li span {
    position: relative;
    display: inline-block;
    width: 74px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li span {
      width: 45px
    }
  }
  
  .slick-list_item .content-wrapper .profile .list li span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '：';
    line-height: 30px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li span:after {
      line-height: 16px
    }
  }
  
  .slick-list_item .content-wrapper .profile .details {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .details {
      font-size: 10px;
      line-height: 16px
    }
  }
  
  .form-firstview {
    position: relative;
    width: 100%;
    margin: 80px 0 0;
  }
  
  @media (max-width: 1260px) {
    .form-firstview {
      margin: 40px 0 0;
    }
  }
  
  .form-firstview img {
    width: 100%;
  }
  
  .form-firstview a {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    display: block;
    width: 208px;
    height: 74px;
    margin: 0 auto;
    padding: 22px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #cc0707;
    border-radius: 5px;
    box-sizing: border-box
  }
  
  @media (max-width: 768px) {
    .form-firstview a {
      bottom: min(-5%, -25px);
      width: 45%;
      min-width: 210px;
      height: 50px;
      padding: 10px 0 0;
      font-size: 15px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
    }
  }
  
  .form-firstview a:after {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 16px;
    height: 9px;
    background: url("../images/arrow-bottom.webp") no-repeat center center;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .form-firstview a:after {
      bottom: 7px;
      width: 8px;
      height: 5px
    }
  }
  
  .form-section2 {
    padding: 100px 0;
    background-color: #fff
  }
  
  @media (max-width: 768px) {
    .form-section2 {
      padding: 50px 10px
    }
  }
  
  .form-section2_inner {
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .form-section2_inner {
      width: 100%
    }
  }
  
  .form-section2_inner h2 {
    margin: 0 0 50px;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  
  .form-section2_inner img {
    width: 80%;
  }
  
  @media all and (max-width: 768px) {
    .form-section2_inner h2 {
      margin: 0 0 15px;
      font-size: 23px
    }
    .form-section2_inner h2 img {
      width: 100%
    }
  }
  
  .form-section2_contents {
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .form-section2_contents {
      display: block
    }
  }
  
  .form-section2_image {
    margin: 0 15px;
  }
  
  @media (max-width: 768px) {
    .form-section2_image {
      width: 100%;
      margin: 0 auto 25px;
      display: grid;
      place-items: center;
    }
  }
  
  .form-section2_image img {
    width: 90%;
    float: right;
  }
  
  .form-section2_text {
    margin: 0 15px;
  }
  
  @media (max-width: 768px) {
    .form-section2_text {
      width: 100%;
      margin: JIS04;
      margin: 0 20px;
    }
  }
  
  .form-section2_text p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 34px
  }
  
  @media (max-width: 768px) {
    .form-section2_text p {
      font-size: 10px;
      line-height: 17px
    }
  }
  
  .form-section2_text p span {
    font-size: 24px
  }
  
  @media all and (max-width: 768px) {
    .form-section2_text p span {
      font-size: 15px;
      line-height: 21px
    }
  }
  
  .form-section2_text h3 {
    margin: 40px 0 10px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: solid 1px #000
  }
  
  @media (max-width: 768px) {
    .form-section2_text h3 {
      margin: 25px 0 5px;
      font-size: 10px
    }
  }
  
  .form-section3 {
    padding: 100px 0 80px;
    background: url("../images/form-section3_bg.webp") #fff no-repeat left bottom;
    background-size: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  @media (max-width: 768px) {
    .form-section3 {
      background: url("../images/form-section3_bg-sp.webp") #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  
  .form-section3_inner {
    margin: 0 auto;
    width: 100%;
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner {
      width: 100%
    }
  }
  
  .form-section3_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .form-section3_inner h2 .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .form-section3_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .form-section3_inner .form-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents {
      display: block;
      margin: 10px;
    }
  }
  
  .form-section3_inner .form-contents form {
    width: 48%;
    margin: 0 10px 0 0px;
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form {
      width: 100%
    }
  }
  
  .form-section3_inner .form-contents form .form-label span {
    display: block;
    font-size: 14px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label span {
      font-size: 10px
    }
  }
  
  .form-section3_inner .form-contents form .form-label input {
    width: 100%;
    height: 60px;
    margin: 0 0 30px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label input {
      height: 30px;
      margin: 0 0 13px;
      padding: 9px 10px;
      font-size: 12px
    }
  }
  
  .form-section3_inner .form-contents form .form-label textarea {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label textarea {
      margin: 0;
      padding: 9px 10px;
      font-size: 12px
    }
  }
  
  .form-section3_inner .form-contents form .form-check {
    margin: 0 0 40px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check {
      margin: 0 0 20px
    }
  }
  
  .form-section3_inner .form-contents form .form-check input {
    display: none
  }
  
  .form-section3_inner .form-contents form .form-check label {
    font-size: 14px;
    line-height: 18px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check label {
      font-size: 10px;
      line-height: 10px
    }
  }
  
  .form-section3_inner .form-contents form .form-check label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: solid 1px #bebebe;
    border-radius: 4px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check label span {
      width: 10px;
      height: 10px;
      margin: 0 3px 0 0;
      border-radius: 2px;
      font-size: 10px;
      line-height: 8px
    }
  }
  
  .form-section3_inner .form-contents form .form-check label a {
    text-decoration: underline;
    color: #000
  }
  
  .form-section3_inner .form-contents form .form-check input:checked~label span {
    background-color: #bebebe
  }
  
  .form-section3_inner .form-contents form .submit-btn {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #cc0707;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    border: none;
    outline: none;
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .submit-btn {
      width: 100%;
      height: 30px;
      margin: 0 0 15px;
      font-size: 10px;
      line-height: 30px
    }
  }
  
  .form-section3_inner .form-contents form .submit-btn:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 14px;
    display: block;
    width: 9px;
    height: 16px;
    background: url("../images/arrow-right_w.webp") no-repeat;
    background-size: contain
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .submit-btn:after {
      top: 12px;
      right: 7px;
      width: 5px;
      height: 8px
    }
  }
  
  .form-section3_inner .form-contents .tel {
    display: block;
    width: 420px;
    height: 97px
  }
  
  @media all and (max-width: 768px) {
    .form-section3_inner .form-contents .tel {
      width: 100%
    }
  }
  
  .form-section3_inner .form-contents .tel img {
    width: 100%
  }
  
  .policy-section {
    margin: 80px 0 0;
    padding: 100px 0;
    background-color: #fff
  }
  
  @media all and (max-width: 768px) {
    .policy-section {
      margin: 40px 0 0;
      padding: 50px 10px
    }
  }
  
  .policy-section_inner {
    width: 940px;
    margin: 0 auto
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner {
      width: 100%
    }
  }
  
  .policy-section_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner h2 {
      font-size: 32px;
      line-height: 20px
    }
  }
  
  .policy-section_inner h2 .bold {
    font-family: "Helvetical-LtCn"
  }
  
  .policy-section_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner h2 .right {
      bottom: -20px;
      font-size: 7px
    }
  }
  
  .policy-section_inner .policy-item {
    margin: 0 0 38px
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner .policy-item {
      margin: 0 0 19px
    }
  }
  
  .policy-section_inner .policy-item h3 {
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner .policy-item h3 {
      font-size: 13px;
      line-height: 19px
    }
  }
  
  .policy-section_inner .policy-item p {
    margin: 0;
    font-size: 18px;
    line-height: 38px
  }
  
  @media all and (max-width: 768px) {
    .policy-section_inner .policy-item p {
      font-size: 10px;
      line-height: 19px
    }
  }
  
  html {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../images/background-body.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1260px;
  }
  
  @media (max-width: 768px) {
    body {
      background: url("../images/background-body_sp.webp");
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
    }
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none
  }
  
  a {
    text-decoration: none;
    cursor: pointer
  }
  
  @media (max-width: 768px) {
    .pc-display {}
  }
  
  @media (max-width: 768px) {
    .sp-display {
      display: block;
    }
    .pc-display {
      display: none;
    }
  }
  
  @media (min-width: 768px) {
    .sp-display {
      display: none;
    }
    .sp-menu_content {
      display: none;
    }
  }