@charset "UTF-8";
/* =========================================================
 MV
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "Noto_Sans_JP";
  font-weight: 400;
  src: url(/wp-content/themes/racetech/library/race-tech-reskilling/font/Noto_Sans_JP/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto_Sans_JP";
  font-weight: 600;
  src: url(/wp-content/themes/racetech/library/race-tech-reskilling/font/Noto_Sans_JP/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-weight: 400;
  src: url(/wp-content/themes/racetech/library/race-tech-reskilling/font/Barlow_Condensed/BarlowCondensed-SemiBold.ttf) format("truetype");
}

.p-mv {
  background-color: #cae7eb;
  position: relative;
  overflow: hidden;
}
.p-mv::after {
  display: block;
  content: "";
  background-image: url(/wp-content/themes/racetech/library/race-tech-reskilling/img/mv_illust.png);
  background-size: contain;
}
.p-mv__upper {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.p-mv__upper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #064264;
  -webkit-clip-path: polygon(0% 100%, 0 0, 100% 0%, 97% 100%);
          clip-path: polygon(0% 100%, 0 0, 100% 0%, 97% 100%);
}
.p-mv__upper h1 {
  z-index: 1;
  position: relative;
  letter-spacing: 0.04em;
}
.p-mv__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.p-mv__lead {
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 2;
}
.p-mv__lead__enclosure {
  letter-spacing: 0.04em;
  border: 1px solid #064264;
}
.p-mv__main-lead {
  letter-spacing: 0.04em;
  font-weight: 600;
  max-width: 639px;
}
.p-mv__main-lead__middle {
  letter-spacing: 0.04em;
}
.p-mv__main-lead__middle .p-mv__main-lead__enclosure {
  color: #0cb6b9;
}
.p-mv__main-lead__enclosure {
  letter-spacing: 0.04em;
  background-color: #fff;
  line-height: 1;
}
.p-mv__main-lead__enclosure em {
  font-family: "Barlow_Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-mv__main-lead__lower {
  letter-spacing: 0.04em;
}
.p-mv__performance__list {
  display: flex;
  gap: 0 14px;
  position: absolute;
  z-index: 10;
}
.p-mv__performance__list li img {
  width: 100%;
}

.p-mv__txt-service {
  background: #fff;
  position: absolute;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
  padding: 1px 16px 1px 14px;
}

.p-mv__btn_list {
  display: flex;
  gap: 0 20px;
  margin-top: 35px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.p-mv__button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mv__button.is-blue {
  background-color: #064264;
}
.p-mv__button.is-green {
  background: linear-gradient(45deg, #36b4d1 0%, #80ced0 100%);
  box-shadow: 0px 3px 6px rgba(1, 112, 114, 0.16);
}
.purgecss {
  background-color: #f0f6f7;
}
/* =========================================================
 efficacy
========================================================= */
.p-efficacy__block_title_wrap {
  text-align: center;
}
.p-efficacy__block_title {
  position: relative;
  letter-spacing: 0.04em;
  background-color: #0cb6b9;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-efficacy__block_title span.num {
  letter-spacing: 0.04em;
  border-bottom: 2px solid #fff;
  margin-right: 15px;
}
.p-efficacy__block_title::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #0cb6b9;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  height: 100%;
}
.p-efficacy__block_title::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #0cb6b9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 100%;
}

/* ---------------------------------------------------------
　example
--------------------------------------------------------- */
.p-efficacy__example__item {
  background-color: #cae7eb;
}
.p-efficacy__example__num {
  color: #fff;
  background: linear-gradient(#80ced0 0%, #36b4d1 100%);
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-efficacy__example__num dt {
  text-align: center;
}
.p-efficacy__example__num dd {
  text-align: center;
  font-family: "Barlow_Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-efficacy__example__head {
  display: flex;
}
.p-efficacy__example__head dt {
  font-weight: 600;
}
.p-efficacy__example__txt {
  font-weight: 600;
}
.p-efficacy__example__txt .p-efficacy__example__txt02, .p-efficacy__example__txt .p-efficacy__example__txt01 {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-efficacy__example__txt .p-efficacy__example__txt02 dd em, .p-efficacy__example__txt02 dd .p-efficacy__example__txt em, .p-efficacy__example__txt .p-efficacy__example__txt01 dd em, .p-efficacy__example__txt01 dd .p-efficacy__example__txt em {
  letter-spacing: 0.04em;
  font-family: "Barlow_Condensed", sans-serif;
  font-weight: 600;
  color: #0cb6b9;
}
.p-efficacy__example__txt .p-efficacy__example__txt02 dd, .p-efficacy__example__txt02 .p-efficacy__example__txt dd, .p-efficacy__example__txt .p-efficacy__example__txt01 dd, .p-efficacy__example__txt01 .p-efficacy__example__txt dd {
  background: linear-gradient(transparent 80%, #ffca1a 0%);
  line-height: 1;
}
.p-efficacy__example__txt02 dt span {
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-efficacy__example__txt03 {
  letter-spacing: 0.04em;
}
.p-efficacy__example__extra {
  letter-spacing: 0.04em;
}
.p-efficacy__example__extra dt {
  color: #fff;
  font-weight: 600;
}
.p-efficacy__example__extra_list li {
  position: relative;
}
.p-efficacy__example__extra_list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  border-left: 3px solid #0cb6b9;
  border-bottom: 3px solid #0cb6b9;
  transform: rotate(-45deg);
  margin: 8px 5px 0 0;
  left: 0;
}
.p-efficacy__example__extra_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
}

/* ---------------------------------------------------------
 voice
--------------------------------------------------------- */
.p-efficacy__voice__item {
  display: flex;
  justify-content: flex-start;
}
.p-efficacy__voice__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-efficacy__voice__item:nth-child(2n) .p-efficacy__voice__doc::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: auto;
}
.p-efficacy__voice__doc {
  position: relative;
}
.p-efficacy__voice__doc::before {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.p-efficacy__voice__num {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background: linear-gradient(140deg, #80ced0 0%, #36b4d1 100%);
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.p-efficacy__voice__num dt {
  letter-spacing: 0.04em;
  letter-spacing: 0.2em;
}
.p-efficacy__voice__num dd {
  font-family: "Barlow_Condensed", sans-serif;
  letter-spacing: 0.04em;
}
.p-efficacy__voice__body {
  background: #fff;
}
.p-efficacy__voice__upper {
  letter-spacing: 0.04em;
  font-weight: 600;
  letter-spacing: normal;
}
.p-efficacy__voice__upper em {
  color: #0cb6b9;
}
.p-efficacy__voice__lower {
  letter-spacing: 0.04em;
  border-top: 2px solid #cae7eb;
}

.p-link__txt {
  text-align: center;
}

/* =========================================================
 strong pint
========================================================= */
.p-strong-point {
  background: linear-gradient(#80ced0 0%, #5fc5dd 100%);
}
.p-strong-point__block_title_wrap dt {
  font-family: "Barlow_Condensed", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.p-strong-point__block_title {
  letter-spacing: 0.04em;
  line-height: 45px;
}
.p-strong-point__block_title em {
  letter-spacing: 0.04em;
}
.p-strong-point__block_title em .line-yellow {
  background-color: #ffca1a;
  padding: 0 1px;
}
.p-strong-point__body {
  margin-top: 60px;
}
.p-strong-point-01__item {
  width: 27.5vw;
}
.p-strong-point-01__txt {
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.p-strong-point-02__body {
  background-color: #f0f6f7;
  border-radius: 12px;
}
.p-strong-point-02__body dl dt {
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-strong-point-02__body dl dd {
  margin-top: 28px;
}
.p-strong-point-02__body dl ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-strong-point-02__body .c-note {
  margin-top: 34px;
}
.p-strong-point-03__doc {
  margin-top: 40px;
  text-align: center;
}
.p-strong-point-03__doc p {
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #0cb6b9;
  display: inline-block;
}
.p-strong-point-03__doc p span {
  background: #fff;
}
.p-strong-point__note {
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

.c-note {
  letter-spacing: 0.04em;
  color: #868686;
}

/* =========================================================
 course
========================================================= */
.p-course {
  background: #fff;
}
.p-course__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.p-course__item__doc {
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.c-link_modal {
  color: #0CB6B9;
  background: url(/wp-content/themes/racetech/library/race-tech-reskilling/img/ic_modal.svg) 100% 50% no-repeat;
  padding-right: 31px;
  display: inline-block;
}

/* =========================================================
 price
========================================================= */
.p-price .l-section__inner {
  max-width: 768px;
}
.p-price__note-list {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-mov__container {
  position: relative;
  width: 100%;
  margin: 120px 0 0;
  padding: 0 8vw;
}

.p-mov__ttl {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
}

.p-mov {
  position: relative;
  width: 100%;
  max-width: 880px;
  aspect-ratio: 16/9;
  margin: auto;
  cursor: pointer;
}

.thumb {
  position: absolute;
  width: 100%;
  max-width: 880px;
  height: 100%;
  max-height: 495px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.thumb:hover, .thumb:active {
  opacity: 0.7;
}

.l-section__inner-1120 {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}

.table_scroll {
  display: none;
}

.table_inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.u-txt-34-26 {
  letter-spacing: 0.04em;
}

.table_inner__ttl {
  margin-top: 90px;
}

.price_tabel {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.price_tabel td {
  background-color: #fff;
  padding: 0.5em;
  letter-spacing: 0.04em;
}

.baseline {
  align-content: baseline;
}

.td-none {
  background-color: transparent !important;
  border: none;
}

.head-green {
  width: 235px;
  padding: 0.5em;
}

.m-bg-green {
  background-color: #0CB6B9;
}

.u-txt-20-15 {
  letter-spacing: 0.04em;
}

.m-color-wt {
  color: #ffffff;
}

.m-bold {
  font-weight: bold !important;
}

.head-light-green {
  width: 172px;
  padding: 0.5em;
}

.m-bg-light-green {
  background-color: #CAE7EB;
}

.u-txt-18-14 {
  letter-spacing: 0.04em;
}

.m-color-bl {
  color: #064264;
}

.d-block {
  display: block;
}

.lg {
  letter-spacing: 0.04em;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0;
}

.u-txt-22-19 {
  letter-spacing: 0.04em;
}

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

.m-color-green {
  color: #0CB6B9;
}

.fix__bnr--01 {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 343px;
  background-color: #fff;
  padding: 20px 15px 15px 20px;
  border-radius: 20px;
  z-index: 50000;
}

.cls__btn {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 10px;
  z-index: 600000;
}

.fix__bnr--01__txt {
  position: relative;
  margin-bottom: 10px;
}

.fix__bnr--01__txt--description {
  font-size: 18px;
  font-weight: bold;
  color: #064264;
  line-height: 1;
  margin-bottom: 10px;
}
.fix__bnr--01__txt--description span {
  display: block;
  margin-top: 10px;
}
.fix__bnr--01__txt--description .nomg {
  margin-top: 0;
}
.fix__bnr--01__txt--description .leftem {
  margin-left: -0.5em;
}

.fix__bnr--01__txt--note {
  font-size: 14px;
  font-weight: 400;
  color: #064264;
}

.m-lh-1 {
  line-height: 1;
}

.m-fx-ed {
  display: flex;
  justify-content: flex-end;
}

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

.fix__bnr__btn--01 {
  position: relative;
  width: 158px;
}

.m-link {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.4s ease;
}
.m-link:hover, .m-link:active {
  opacity: 0.7;
}

.fix__bnr__btn--01__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  padding: 13px 0 13px;
  background: linear-gradient(to right, #80CED0, #36B4D1);
}
.fix__bnr__btn--01__link:hover, .fix__bnr__btn--01__link:active {
  text-decoration: none;
}
.fix__bnr__btn--01__link:hover .fix__bnr__btn--01__link__txt::before, .fix__bnr__btn--01__link:active .fix__bnr__btn--01__link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.fix__bnr__btn--01__link__txt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.fix__bnr__btn--01__link__txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.7em;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.fix__bnr--02 {
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  width: 100px;
  padding: 20px 5px 15px 5px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  z-index: 50000;
}

.fix__bnr--02__txt {
  writing-mode: vertical-rl;
  margin: auto;
}

.fix__bnr--02__txt--description {
  font-size: 18px;
  font-weight: bold;
  color: #064264;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}

.fix__bnr__btn--02 {
  position: relative;
  width: 92px;
  margin: auto;
}

.fix__bnr__btn--02__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  padding: 13px 0 13px;
  background: linear-gradient(to right, #80CED0, #36B4D1);
}
.fix__bnr__btn--02__link:hover, .fix__bnr__btn--02__link:active {
  text-decoration: none;
}
.fix__bnr__btn--02__link:hover .fix__bnr__btn--02__link__txt::before, .fix__bnr__btn--02__link:active .fix__bnr__btn--02__link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.fix__bnr__btn--02__link__txt {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.fix__bnr--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 60000000;
}

.fix__bnr--sp__link {
  position: relative;
  width: 100%;
  display: block;
}
.fix__bnr--sp__link img {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px){
  .p-mv::after {
    position: absolute;
    width: 71.67vw;
    height: 43.4vw;
    max-width: 1032px;
    max-height: 625px;
    top: -45px;
    right: -34px;
  }
  .p-mv__upper {
    padding: 18px 64px 17px 30px;
  }
  .p-mv__upper h1 {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-mv__inner {
    padding: 80px 6.25vw;
  }
  .p-mv__lead {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-mv__lead__enclosure {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-mv__lead__enclosure {
    padding: 0 4px;
  }
  .p-mv__main-lead {
    font-size: 3.5rem;
    font-size: 2.734375vw;
  }
  .p-mv__main-lead {
    margin-top: 5px;
  }
  .p-mv__main-lead__middle {
    font-size: 3.5rem;
    font-size: 2.734375vw;
  }
  .p-mv__main-lead__middle {
    margin-top: 8px;
  }
  .p-mv__main-lead__enclosure {
    font-size: 6rem;
    font-size: 4.6875vw;
  }
  .p-mv__main-lead__enclosure {
    padding: 0 5px;
    margin-right: 10px;
  }
  .p-mv__main-lead__enclosure em {
    font-size: 9rem;
    font-size: 7.03125vw;
  }
  .p-mv__main-lead__enclosure em {
    vertical-align: -6px;
    margin: 0 2px;
  }
  .p-mv__main-lead__lower {
    font-size: 6rem;
    font-size: 4.6875vw;
  }
  .p-mv__performance__list {
    right: 19.38vw;
    bottom: 91px;
  }
  .p-mv__performance__list li {
    width: 14.34vw;
    height: 13.13vw;
    max-width: 206px;
    max-height: 189px;
  }
  .p-mv__txt-service {
    font-size: 2.4rem;
    font-size: 1.875vw;
  }
  .p-mv__txt-service {
    top: 24px;
    z-index: 10;
  }
  .p-mv__btn_list {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-mv__button {
    width: 18.06vw;
    max-width: 260px;
    height: 70px;
    border-radius: 35px;
  }
  .p-efficacy__example {
    margin-top: 76px;
  }
  .p-efficacy__voice {
    margin-top: 120px;
  }
  .p-efficacy__block_title {
    font-size: 3rem;
    font-size: 2.34375vw;
  }
  .p-efficacy__block_title {
    margin: 0 auto 80px;
    padding: 19px 20px;
  }
  .p-efficacy__block_title span.row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-efficacy__block_title span.num {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-efficacy__block_title::before {
    left: -19.5px;
    width: 20px;
  }
  .p-efficacy__block_title::after {
    right: -19.5px;
    width: 20px;
  }
  .p-efficacy__example__item {
    border-radius: 12px;
    padding: 65px 60px 60px 150px;
    position: relative;
  }
  .p-efficacy__example__item:not(:first-child) {
    margin-top: 60px;
  }
  .p-efficacy__example__num {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-efficacy__example__num {
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    height: 180px;
    padding: 29px 0 16px;
  }
  .p-efficacy__example__num dd {
    font-size: 6.5rem;
    font-size: 5.078125vw;
  }
  .p-efficacy__example__num dd {
    margin-top: -13px;
  }
  .p-efficacy__example__head dt {
    margin-right: 20px;
  }
  .p-efficacy__example__body {
    display: flex;
    align-items: center;
    margin-top: 23px;
  }
  .p-efficacy__example__image {
    margin-right: 36px;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02, .p-efficacy__example__txt .p-efficacy__example__txt01 {
    font-size: 3rem;
    font-size: 2.34375vw;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02 dd em, .p-efficacy__example__txt02 dd .p-efficacy__example__txt em, .p-efficacy__example__txt .p-efficacy__example__txt01 dd em, .p-efficacy__example__txt01 dd .p-efficacy__example__txt em {
    font-size: 8rem;
    font-size: 6.25vw;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02 dd em, .p-efficacy__example__txt02 dd .p-efficacy__example__txt em, .p-efficacy__example__txt .p-efficacy__example__txt01 dd em, .p-efficacy__example__txt01 dd .p-efficacy__example__txt em {
    letter-spacing: 0.05em;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02 dd, .p-efficacy__example__txt02 .p-efficacy__example__txt dd, .p-efficacy__example__txt .p-efficacy__example__txt01 dd, .p-efficacy__example__txt01 .p-efficacy__example__txt dd {
    margin-right: 5px;
  }
  .p-efficacy__example__txt02 dt span {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-efficacy__example__txt03 {
    font-size: 4rem;
    font-size: 3.125vw;
  }
  .p-efficacy__example__extra {
    display: flex;
    align-items: center;
  }
  .p-efficacy__example__extra {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-efficacy__example__extra {
    margin-top: 40px;
  }
  .p-efficacy__example__extra dt {
    margin-right: 20px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 60px 20px;
    background: linear-gradient(140deg, #80ced0 0%, #36b4d1 100%);
  }
  .p-efficacy__example__extra_list li {
    margin-top: 8px;
    padding-left: 20px;
  }
  .p-efficacy__example__extra_circle {
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-left: auto;
  }
  .p-efficacy__voice__item + .p-efficacy__voice__item {
    margin-top: 80px;
  }
  .p-efficacy__voice__item:nth-child(2n) .p-efficacy__voice__img {
    margin-left: 90px;
    margin-right: 0;
  }
  .p-efficacy__voice__item:nth-child(2n) .p-efficacy__voice__doc::before {
    right: -25px;
  }
  .p-efficacy__voice__img {
    margin-right: 90px;
  }
  .p-efficacy__voice__doc {
    max-width: 660px;
  }
  .p-efficacy__voice__doc::before {
    top: 130px;
    left: -25px;
    width: 26px;
    height: 30px;
  }
  .p-efficacy__voice__num {
    max-width: 600px;
    padding: 5px 40px 11px;
  }
  .p-efficacy__voice__num dt {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-efficacy__voice__num dt {
    margin-top: 10px;
    margin-right: 20px;
  }
  .p-efficacy__voice__num dd {
    font-size: 6.5rem;
    font-size: 5.078125vw;
  }
  .p-efficacy__voice__body {
    padding: 98px 60px 56px;
    margin-top: -40px;
    line-height: 40px;
  }
  .p-efficacy__voice__upper {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-efficacy__voice__lower {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-efficacy__voice__lower {
    margin-top: 20px;
    padding-top: 20px;
  }
  .p-link__txt {
    margin-top: 64px;
  }
  .p-strong-point .c-title__1 {
    width: 100vw;
  }
  .p-strong-point__block_title_wrap {
    display: flex;
    align-items: stretch;
  }
  .p-strong-point__block_title_wrap dt {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-strong-point__block_title_wrap dt {
    display: flex;
    align-items: center;
    margin-right: 40px;
    padding-right: 20px;
    border-right: 2px solid #fff;
  }
  .p-strong-point__block_title {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-strong-point__block_title em {
    font-size: 3rem;
    font-size: 2.34375vw;
  }
  .p-strong-point__block_title {
    white-space: nowrap;
  }
  .p-strong-point__list {
    margin-top: 83px;
  }
  .p-strong-point__item:not(:first-child) {
    margin-top: 98px;
  }
  .p-strong-point-01__list {
    display: flex;
    justify-content: space-between;
  }
  .p-strong-point-01__item {
    max-width: 352px;
  }
  .p-strong-point-01__txt {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-strong-point-01__txt {
    margin-top: 25px;
  }
  .p-strong-point-02__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 80px;
    padding: 70px 135px;
  }
  .p-strong-point-02__body dl dt {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-strong-point-03__doc p {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-strong-point__note {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-strong-point__note {
    margin-top: 30px;
  }
  .c-note {
    font-size: 1.2rem;
    font-size: 0.9375vw;
  }
  .p-strong-poin-02__img {
    display: block;
  }
  .p-course__list {
    margin-top: 90px;
    gap: 40px 88px;
  }
  .p-course__item__doc {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-course__item__doc {
    margin-top: 24px;
  }
  .p-price .l-section__inner {
    margin-top: 90px;
  }
  .p-price__note-list {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-price__note-list {
    margin-top: 40px;
  }
  .u-txt-34-26 {
    font-size: 3.4rem;
    font-size: 2.65625vw;
  }
  .price_tabel td {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .u-txt-20-15 {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .u-txt-18-14 {
    font-size: 1.8rem;
    font-size: 1.40625vw;
  }
  .lg {
    font-size: 2.8rem;
    font-size: 2.1875vw;
  }
  .u-txt-22-19 {
    font-size: 2.2rem;
    font-size: 1.71875vw;
  }
}
@media only screen and (min-width: 1280px){
  .p-mv__upper h1 {
    font-size: 1.6rem;
  }
  .p-mv__lead {
    font-size: 1.6rem;
  }
  .p-mv__lead__enclosure {
    font-size: 2rem;
  }
  .p-mv__main-lead {
    font-size: 3.5rem;
  }
  .p-mv__main-lead__middle {
    font-size: 3.5rem;
  }
  .p-mv__main-lead__enclosure {
    font-size: 6rem;
  }
  .p-mv__main-lead__enclosure em {
    font-size: 9rem;
  }
  .p-mv__main-lead__lower {
    font-size: 6rem;
  }
  .p-mv__txt-service {
    font-size: 2.4rem;
  }
  .p-mv__btn_list {
    font-size: 2rem;
  }
  .p-efficacy__block_title {
    font-size: 3rem;
  }
  .p-efficacy__block_title span.num {
    font-size: 1.6rem;
  }
  .p-efficacy__example__num {
    font-size: 2rem;
  }
  .p-efficacy__example__num dd {
    font-size: 6.5rem;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02, .p-efficacy__example__txt .p-efficacy__example__txt01 {
    font-size: 3rem;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02 dd em, .p-efficacy__example__txt02 dd .p-efficacy__example__txt em, .p-efficacy__example__txt .p-efficacy__example__txt01 dd em, .p-efficacy__example__txt01 dd .p-efficacy__example__txt em {
    font-size: 8rem;
  }
  .p-efficacy__example__txt02 dt span {
    font-size: 2rem;
  }
  .p-efficacy__example__txt03 {
    font-size: 4rem;
  }
  .p-efficacy__example__extra {
    font-size: 1.6rem;
  }
  .p-efficacy__voice__num dt {
    font-size: 2rem;
  }
  .p-efficacy__voice__num dd {
    font-size: 6.5rem;
  }
  .p-efficacy__voice__upper {
    font-size: 2rem;
  }
  .p-efficacy__voice__lower {
    font-size: 1.6rem;
  }
  .p-strong-point__block_title_wrap dt {
    font-size: 2rem;
  }
  .p-strong-point__block_title {
    font-size: 2rem;
  }
  .p-strong-point__block_title em {
    font-size: 3rem;
  }
  .p-strong-point-01__txt {
    font-size: 2rem;
  }
  .p-strong-point-02__body dl dt {
    font-size: 1.6rem;
  }
  .p-strong-point-03__doc p {
    font-size: 2rem;
  }
  .p-strong-point__note {
    font-size: 1.6rem;
  }
  .c-note {
    font-size: 1.2rem;
  }
  .p-course__item__doc {
    font-size: 2rem;
  }
  .p-price__note-list {
    font-size: 1.6rem;
  }
  .u-txt-34-26 {
    font-size: 3.4rem;
  }
  .price_tabel td {
    font-size: 1.6rem;
  }
  .u-txt-20-15 {
    font-size: 2rem;
  }
  .u-txt-18-14 {
    font-size: 1.8rem;
  }
  .lg {
    font-size: 2.8rem;
  }
  .u-txt-22-19 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px){
  .p-mv {
    padding-bottom: 80px;
  }
  .p-mv::after {
    width: 98.61vw;
    height: 59.72vw;
    margin: 20px 0 0 10px;
  }
  .p-mv__upper {
    padding: 3.2vw 13.8666666667vw 3.2vw 5.3333333333vw;
  }
  .p-mv__upper h1 {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-mv__inner {
    padding: 20px;
  }
  .p-mv__lead {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-mv__lead__enclosure {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-mv__lead__enclosure {
    padding: 0 4px;
  }
  .p-mv__main-lead {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-mv__main-lead {
    margin-top: 10px;
  }
  .p-mv__main-lead__middle {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-mv__main-lead__middle {
    margin-top: 4px;
  }
  .p-mv__main-lead__enclosure {
    font-size: 3rem;
    font-size: 8vw;
  }
  .p-mv__main-lead__enclosure {
    padding: 0 10px;
    margin-right: 8px;
  }
  .p-mv__main-lead__enclosure em {
    font-size: 4rem;
    font-size: 10.6666666667vw;
  }
  .p-mv__main-lead__lower {
    font-size: 3rem;
    font-size: 8vw;
  }
  .p-mv__performance__list {
    left: 5.3333333333vw;
    bottom: 10.6666666667vw;
    gap: 0 5px;
  }
  .p-mv__performance__list li {
    width: 34.1333333333vw;
    height: 31.2vw;
  }
  .p-mv__txt-service {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-mv__txt-service {
    padding: 3px 20px 5px 14px;
  }
  .p-mv__btn_list {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-mv__btn_list {
    margin-top: 25px;
  }
  .p-mv__btn_list .item {
    width: 50%;
  }
  .p-mv__button {
    width: 100%;
    height: 48px;
    border-radius: 24px;
  }
  .p-efficacy__example {
    margin-top: 10.6666666667vw;
  }
  .p-efficacy__voice {
    margin-top: 13.3333333333vw;
  }
  .p-efficacy__block_title {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-efficacy__block_title {
    margin: 0 auto 10.6666666667vw;
    padding: 5.8666666667vw 4vw;
  }
  .p-efficacy__block_title span.row span.num {
    display: inline-block;
    margin-bottom: 3.2vw;
  }
  .p-efficacy__block_title span.num {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-efficacy__block_title::before {
    left: -15px;
    width: 15px;
  }
  .p-efficacy__block_title::after {
    right: -15px;
    width: 15px;
  }
  .p-efficacy__example__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .p-efficacy__example__item {
    margin: 0 0 0 -5.3333333333vw;
    padding: 0 5.3333333333vw 10.6666666667vw;
    width: 100vw;
  }
  .p-efficacy__example__num {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-efficacy__example__num {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-efficacy__example__num dt {
    letter-spacing: 0.2em;
  }
  .p-efficacy__example__num dd {
    font-size: 4.8rem;
    font-size: 12.8vw;
  }
  .p-efficacy__example__num dd {
    line-height: 1;
    padding: 2.9333333333vw;
  }
  .p-efficacy__example__doc {
    margin-top: 5.3333333333vw;
  }
  .p-efficacy__example__body {
    text-align: center;
  }
  .p-efficacy__example__image {
    margin-top: 5.3333333333vw;
  }
  .p-efficacy__example__txt {
    display: inline-block;
    margin-top: 5.3333333333vw;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02, .p-efficacy__example__txt .p-efficacy__example__txt01 {
    font-size: 2rem;
    font-size: 5.3333333333vw;
  }
  .p-efficacy__example__txt .p-efficacy__example__txt02 dd em, .p-efficacy__example__txt02 dd .p-efficacy__example__txt em, .p-efficacy__example__txt .p-efficacy__example__txt01 dd em, .p-efficacy__example__txt01 dd .p-efficacy__example__txt em {
    font-size: 5rem;
    font-size: 13.3333333333vw;
  }
  .p-efficacy__example__txt02 dt {
    line-height: 1.2;
  }
  .p-efficacy__example__txt02 dt span {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-efficacy__example__txt03 {
    font-size: 2.7rem;
    font-size: 7.2vw;
  }
  .p-efficacy__example__extra {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-efficacy__example__extra {
    margin-top: 8vw;
  }
  .p-efficacy__example__extra dt {
    text-align: center;
    padding: 4.8vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    background: linear-gradient(-50deg, #80ced0 0%, #36b4d1 100%);
  }
  .p-efficacy__example__extra dd {
    margin-top: 5.3333333333vw;
  }
  .p-efficacy__example__extra_list li {
    margin-top: 1.0666666667vw;
    padding-left: 5.3333333333vw;
  }
  .p-efficacy__example__extra_circle {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-efficacy__voice .p-efficacy__block_title {
    padding-top: 2.6666666667vw;
    padding-bottom: 3.2vw;
  }
  .p-efficacy__voice__item {
    margin-right: -5.3333333333vw;
  }
  .p-efficacy__voice__item + .p-efficacy__voice__item {
    margin-top: 8vw;
  }
  .p-efficacy__voice__item .p-efficacy__voice__img {
    width: 23.4666666667vw;
  }
  .p-efficacy__voice__item:nth-child(2n) {
    margin-left: -5.3333333333vw;
  }
  .p-efficacy__voice__item:nth-child(2n) .p-efficacy__voice__img {
    margin-left: 5.3333333333vw;
  }
  .p-efficacy__voice__item:nth-child(2n) .p-efficacy__voice__doc::before {
    right: -10px;
  }
  .p-efficacy__voice__img {
    margin-right: 5.3333333333vw;
  }
  .p-efficacy__voice__doc {
    max-width: 65.0666666667vw;
  }
  .p-efficacy__voice__doc::before {
    top: 68px;
    left: -10px;
    width: 10px;
    height: 12px;
  }
  .p-efficacy__voice__num {
    max-width: 57.0666666667vw;
    padding: 0.8vw 4vw 1.3333333333vw;
  }
  .p-efficacy__voice__num dt {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-efficacy__voice__num dt {
    margin-top: 0.5333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-efficacy__voice__num dd {
    font-size: 5rem;
    font-size: 13.3333333333vw;
  }
  .p-efficacy__voice__body {
    padding: 12.8vw 5.3333333333vw 6.4vw 4.2666666667vw;
    margin-top: -7.4666666667vw;
    line-height: 25px;
  }
  .p-efficacy__voice__upper {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-efficacy__voice__lower {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-efficacy__voice__lower {
    line-height: 19.5px;
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
  }
  .p-link__txt {
    margin-top: 10.6666666667vw;
  }
  .p-strong-point__block_title_wrap {
    text-align: center;
  }
  .p-strong-point__block_title_wrap dt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-strong-point__block_title_wrap dt {
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
  .p-strong-point__block_title {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-strong-point__block_title em {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }
  .p-strong-point__list {
    margin-top: 8vw;
  }
  .p-strong-point__item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .p-strong-point__body {
    margin-top: 8vw;
  }
  .p-strong-point-01__item {
    width: 100%;
  }
  .p-strong-point-01__item:not(:first-child) {
    margin-top: 8vw;
  }
  .p-strong-point-01__txt {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-strong-point-01__txt {
    line-height: 23px;
    margin-top: 5.3333333333vw;
  }
  .p-strong-point-02__body {
    padding: 8vw 4.2666666667vw;
  }
  .p-strong-point-02__body dl dt {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-strong-point-02__body dl dt {
    margin-top: 5.3333333333vw;
  }
  .p-strong-point-02__body dl dd {
    margin-top: 5.3333333333vw;
  }
  .p-strong-point-02__body .c-note {
    margin-top: 5.3333333333vw;
  }
  .p-strong-point-03__doc p {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-strong-point-03__doc p span {
    padding: 0.8vw 2.6666666667vw;
    line-height: 2.1;
  }
  .p-strong-point__note {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-strong-point__note {
    margin-top: 6.4vw;
  }
  .c-note {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-strong-poin-02__img {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .p-course__list {
    margin-top: 40px;
    gap: 40px 0;
  }
  .p-course__item__img img {
    width: 53.3333333333vw;
  }
  .p-course__item__doc {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-course__item__doc {
    margin-top: 5.3333333333vw;
  }
  .c-link_modal {
    padding-top: 2px;
  }
  .p-price .l-section__inner {
    margin-top: 10.6666666667vw;
  }
  .p-price__note-list {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-price__note-list {
    margin-top: 10.6666666667vw;
  }
  .p-mov__container {
    margin: 10.6666666667vw 0 0;
    padding: 0 5.3333333333vw;
  }
  .p-mov__ttl {
    margin: 0 auto 4.2666666667vw;
  }
  .p-mov {
    max-width: 100%;
  }
  .thumb {
    max-width: 100%;
    max-height: 100%;
  }
  .thumb:hover, .thumb:active {
    opacity: 1;
  }
  .table_scroll {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .table_scroll img {
    width: 100%;
  }
  .table_inner {
    overflow: scroll;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .u-txt-34-26 {
    font-size: 2.6rem;
    font-size: 6.9333333333vw;
  }
  .table_inner__ttl {
    margin-top: 10.6666666667vw;
  }
  .price_tabel td {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .price_tabel {
    width: 100%;
    min-width: 253.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .head-green {
    width: 57.3333333333vw;
  }
  .u-txt-20-15 {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .head-light-green {
    width: 22.4vw;
  }
  .u-txt-18-14 {
    font-size: 1.4rem;
    font-size: 3.7333333333vw;
  }
  .lg {
    font-size: 2.6rem;
    font-size: 6.9333333333vw;
  }
  .u-txt-22-19 {
    font-size: 1.9rem;
    font-size: 5.0666666667vw;
  }
}