@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 4.2666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, "Noto Sans SC", sans-serif;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.hpc {
  display: none !important;
}

.vpc {
  display: none !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-inner, .l-inner--sm {
  margin: 0 auto;
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.l-sec {
  padding: 16vw 0;
}

.l-footer {
  padding: 4.2666666667vw 0 32vw;
}

.footer__bg {
  background-color: #555555;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__item {
  margin: 0 1.6vw 1.6vw;
}

.footer__link {
  color: #fff;
  text-decoration: underline;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.secTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.secTtl__label {
  position: relative;
  display: inline-block;
  margin-bottom: 5.3333333333vw;
  width: 100%;
  max-width: 85.3333333333vw;
  background: #EC6C00;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.7777777778;
  padding: 1.0666666667vw;
  border-radius: 26.6666666667vw;
  text-align: center;
}

.secTtl__label--sm {
  font-size: 4.2666666667vw;
}

.secTtl__label::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 5.3333333333vw;
  height: 2.6666666667vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #EC6C00;
}

.secTtl__label--2line {
  line-height: 1.3333333333;
  padding-top: 2.1333333333vw;
  padding-bottom: 2.6666666667vw;
}

.secTtl__txt {
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.1428571429;
}

.secTtl__txt--lg {
  font-size: 8.5333333333vw;
  line-height: 1;
}

.secTtl__txt--white {
  text-shadow: 0 0 2.4vw #03aeda;
  color: #fff;
}

.secTtl__note {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5.3333333333vw;
}

.secTtl__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secTtl__icon {
  width: 8vw;
  margin-left: 2.6666666667vw;
}

.secTtl__icon--md {
  width: 9.3333333333vw;
}

.secTtl__icon--lg {
  width: 10.6666666667vw;
}

.secSimpleTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.secSimpleTtl__sub {
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 1.0666666667vw;
  display: block;
}

.secSimpleTtl__main {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1;
}

.secSimpleTtl__main--sm {
  font-size: 7.4666666667vw;
  line-height: 1.1428571429;
}

.color-orange {
  color: #EC6C00;
}

.txt-bold {
  font-weight: 700;
}

.txt-cta {
  display: inline-block;
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 2.2857142857;
}

.txt-cta::before,
.txt-cta::after {
  content: "";
  position: absolute;
  bottom: 3.2vw;
  display: block;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background: #030303;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.txt-cta::before {
  left: -6.9333333333vw;
  -webkit-transform: rotate(40deg) scale(-1, 1);
          transform: rotate(40deg) scale(-1, 1);
}

.txt-cta::after {
  right: -6.9333333333vw;
}

.bg-orange {
  background: #fff3e9;
}

.bg-white {
  background: #fff;
}

.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}
.pageTop.active {
  display: block;
}

.l-kv__campaign {
  padding: 4.2666666667vw 0;
  text-align: center;
}

.kvCampaign__bg {
  background-color: #EC6C00;
  color: #fff;
}

.kvCampaign__lead, .kvCampaign__txt {
  display: inline-block;
  font-weight: 600;
}

.kvCampaign__lead {
  font-size: 5.3333333333vw;
}

.kvCampaign__txt {
  font-size: 5.3333333333vw;
  text-align: center;
}

.kvCampaign__month, .kvCampaign__day {
  font-size: 7.4666666667vw;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 0 0.5333333333vw;
}

.kvCampaign__limit {
  font-weight: 600;
  margin-left: 1.0666666667vw;
  font-size: 4.2666666667vw;
}
.kvSlider .slick-dotted.slick-slider {
  margin-bottom: 9.6vw;
}
.kvSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.3333333333vw;
     -moz-column-gap: 5.3333333333vw;
          column-gap: 5.3333333333vw;
  bottom: -9.6vw;
}
.kvSlider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.2vw;
  margin: 0;
  height: auto;
}
.kvSlider .slick-dots li button {
  background: #f9d8bb;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kvSlider .slick-dots li.slick-active button {
  background: #EC6C00;
}
.kvSlider .slick-dots li button:before {
  content: none;
}

.kvSlider__img img {
  width: 100%;
}

.l-lead {
  padding-top: 20vw;
}

.l-lead__header {
  margin-bottom: 10.6666666667vw;
}

.lead__label {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}

.lead__label img {
  width: 100%;
}

.lead__ttl {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 700;
  text-align: center;
}

.lead__ttl .sm {
  font-size: 7.4666666667vw;
  line-height: 1.5;
}

.lead__txt {
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}

.lead__cards .leadCard {
  width: 77.3333333333vw;
  margin: 0 auto 13.3333333333vw;
}
.lead__cards .leadCard:last-child {
  margin-bottom: 0;
}

.l-search__header {
  margin-bottom: 6.9333333333vw;
}

.searchTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchTtl__txt {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1;
}

.search__en .searchTtl__txt {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1;
  width: 80%;
}

.search__cn .searchTtl__txt {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1;
}

.searchTtl__txt .sm {
  font-size: 7.4666666667vw;
  line-height: 1.1428571429;
}

.searchTtl__icon {
  width: 33;
  margin-left: 2.6666666667vw;
}

.search__txtBox {
  margin-bottom: 8.5333333333vw;
}

.search__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.search__btns {
  display: -ms-grid;
  display: grid;
  gap: 6.9333333333vw;
  width: 85.3333333333vw;
  margin: 0 auto;
}

.l-ban {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.lineBan__top {
  margin-bottom: 2.1333333333vw;
}

.lineBan__bottom {
  text-align: center;
}

.lineBan__img:hover {
  opacity: 0.7;
}

.lineBan__txt {
  display: inline-block;
  font-size: 4.2666666667vw;
  line-height: 1.7142857143;
  text-decoration: underline;
  color: #000;
}

.lineBan__txt:hover {
  opacity: 0.7;
}

.l-movie {
  padding-top: 8vw;
}

.l-movie__header {
  margin-bottom: 8.5333333333vw;
}

.l-movie__body {
  margin-bottom: 10.1333333333vw;
}

.moviettl {
  text-align: center;
  font-size: 6.4vw;
}

.moviettl .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moviettl .icon::after {
  content: "";
  display: inline-block;
  width: 8.2666666667vw;
  height: 8.2666666667vw;
  background-image: url("../img/movie/icon_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2.6666666667vw;
}

.movieSlider__link img {
  width: 100%;
}

.movieSlider__item {
  margin: 0 0.6rem;
}

.l-experience {
  position: relative;
  padding-top: 13.3333333333vw;
  padding-bottom: 10.6666666667vw;
  z-index: 1;
}

.l-experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85.3333333333vw;
  background-image: url("../img/experience/bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.l-experience__header {
  position: relative;
  margin-bottom: 8vw;
  z-index: 10;
}

.l-experience__body {
  position: relative;
  z-index: 10;
}

.experience__cards {
  display: -ms-grid;
  display: grid;
  gap: 8.5333333333vw;
}

.l-teacher {
  padding-top: 10.6666666667vw;
}

.l-teacher__header {
  margin-bottom: 8.5333333333vw;
}

.teacherSlider .slick-prev,
.teacherSlider .slick-next {
  background: #EC6C00;
  width: 4.2666666667vw;
  height: 21.8666666667vw;
  z-index: 100;
}
.teacherSlider .slick-prev {
  left: -1.0666666667vw;
}
.teacherSlider .slick-next {
  right: -1.0666666667vw;
}
.teacherSlider .slick-next:before,
.teacherSlider .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  opacity: 1;
  display: block;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background-image: url("../img/teacher/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.teacherSlider .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.teacherSlider .slick-list {
  padding-bottom: 13.3333333333vw;
}

.teacherSlider__item {
  padding: 0 3.2vw 3.2vw;
}

.teacherSlider__header {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9af99), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #f9af99 0%, rgba(255, 255, 255, 0) 100%);
}

.teacherSlider__body {
  position: relative;
}

.teacherSlider__img {
  position: relative;
  padding-top: 115%;
  overflow: hidden;
}

.teacherSlider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teacherSlider__box {
  position: absolute;
  bottom: 8vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}

.teacherSlider__label {
  background: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  padding: 2.6666666667vw;
  min-width: 33.0666666667vw;
}

.teacherSlider__label--lg {
  margin-top: 3.7333333333vw;
  font-size: 4.8vw;
  min-width: 57.6vw;
  line-height: 1.7777777778;
}

.teacherSlider__btn {
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EC6C00;
  border-radius: 26.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 2;
  padding: 3.2vw;
  width: 74.6666666667vw;
  cursor: pointer;
  position: absolute;
  top: -1.0666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.teacherSlider__btn::after {
  content: "";
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 3.2vw;
  height: 3.2vw;
  margin-top: 1.0666666667vw;
  margin-left: 3.2vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teacherSlider__btn.is-show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.teacherSlider__txtBox {
  display: none;
  padding: 18.6666666667vw 4.2666666667vw 8vw;
  -webkit-box-shadow: 0px 0px 12px 0px #ddcbbb;
          box-shadow: 0px 0px 12px 0px #ddcbbb;
}

.teacherSlider__note {
  text-align: right;
  margin: 0 0 5.3333333333vw;
  font-weight: 600;
  font-size: 3.7333333333vw;
}

.l-plan {
  padding-bottom: 19.2vw;
}

.plan__en, .plan__cn {
  padding-bottom: 0.1rem;
}

.l-plan__header {
  margin-bottom: 8vw;
}

.l-plan__header {
  margin-bottom: 8vw;
}

.planImg {
  text-align: center;
}

.plan__cards {
  width: 85.3333333333vw;
  margin: 0 auto 17.0666666667vw;
  display: -ms-grid;
  display: grid;
  gap: 6.4vw;
}

.planBox {
  position: relative;
  padding: 12.8vw 2.6666666667vw;
  background: #fff;
  border: 1.3333333333vw solid #dbad67;
  border-radius: 2.1333333333vw;
  margin-bottom: 13.3333333333vw;
}

.planBox__header {
  position: absolute;
  top: -9.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.planBox__top {
  margin-top: 8.5333333333vw;
  margin-bottom: 21.3333333333vw;
}

.plan__en .planBox__top, .plan__cn .planBox__top {
  margin-bottom: 0vw;
}

.planBox__ttl {
  width: 81.6vw;
}

.plan__en .secTtl__txt, .plan__cn .secTtl__txt {
  width: 70%;
}

.planBox__other {
  position: relative;
  margin-bottom: 17.3333333333vw;
}

.planBox__other::after {
  content: "";
  position: absolute;
  bottom: -12.2666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 12.8vw;
  height: 5.8666666667vw;
  background: #EC6C00;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.planBox__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 6.4vw;
  text-align: center;
  font-weight: 700;
}

.planBoxPrice {
  margin-bottom: 3.2vw;
  background: rgba(249, 216, 187, 0.43);
  padding: 2.1333333333vw 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.planBoxPrice__left {
  width: 26.6666666667vw;
}

.planBoxPrice__right {
  width: calc(100% - 26.6666666667vw);
}

.planBoxPrice__school {
  font-weight: 700;
}

.planBoxPrice__ttl {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.2;
}

.planBoxPrice__num {
  font-weight: 700;
}

.planBoxPrice__num .lg {
  font-weight: 700;
  font-size: 10.6666666667vw;
  font-family: "Oswald", sans-serif;
}

.planBox__note {
  font-size: 3.7333333333vw;
  text-align: right;
}

.planBox__own {
  margin-bottom: 5.3333333333vw;
}

.planBox__txt {
  margin-bottom: 0;
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
}

.planBoxOwnPrice__left {
  margin-bottom: 4.2666666667vw;
}

.planBoxOwnPrice__label {
  margin-bottom: 2.1333333333vw;
  background: #e34366;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3333333333;
  padding: 2.1333333333vw;
}

.planBoxOwnPrice__label .sm {
  font-weight: 900;
}

.planBoxOwnPrice__num {
  font-size: 6.4vw;
  font-weight: 900;
  color: #e34366;
  text-align: center;
}

.planBoxOwnPrice__num .lg {
  font-family: "Oswald", sans-serif;
  line-height: 1.1111111111;
  font-weight: 700;
  font-size: 14.9333333333vw;
}

.plan__warranty {
  margin-bottom: 10.6666666667vw;
}

.warranty__link:hover {
  opacity: 0.7;
}

.l-feature__header {
  margin-bottom: 9.6vw;
}

.featureSecTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 3.2vw 0;
  text-align: center;
  border-top: 0.5333333333vw solid #EC6C00;
  border-bottom: 0.5333333333vw solid #EC6C00;
}

.featureSecTtl__icon {
  position: absolute;
  bottom: -6.4vw;
  right: -2.6666666667vw;
  width: 22.4vw;
}

.featureSecTtl__top {
  display: block;
  font-weight: 700;
}

.featureSecTtl__top .lg {
  font-size: 6.4vw;
  font-weight: 700;
}

.featureSecTtl__bottom {
  display: block;
  font-size: 8.5333333333vw;
  font-weight: 700;
}

.featureSecTtl__bottom .lg {
  font-size: 12.8vw;
  color: #EC6C00;
  font-weight: 700;
  line-height: 1;
}

.featureSecTtl__bottom .md {
  font-size: 10.6666666667vw;
  font-weight: 700;
  line-height: 1;
}

.feature__cards {
  display: -ms-grid;
  display: grid;
  gap: 8.5333333333vw;
  margin-bottom: 10.6666666667vw;
  padding-right: 2.1333333333vw;
}

.benefitHeader__bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 208, 176)), color-stop(90%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(246, 208, 176), rgb(255, 255, 255) 90%);
  background-size: cover;
  background-repeat: no-repeat;
}

.benefitHeader__inner > .wp-block-group__inner-container {
  position: relative;
  padding-left: 4vw;
  margin-bottom: 8vw;
  line-height: 1;
  z-index: 1;
}

.benefitHeader__image {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 50%;
  z-index: -1;
}

.benefitSecTtl__top {
  padding-top: 12.5333333333vw;
  margin: 0 0 5.3333333333vw;
  font-size: 9.6vw;
  color: #EC6C00;
  font-weight: 600;
  line-height: 1;
  text-wrap: nowrap;
}

.benefitSecTtl__middle {
  font-size: 6.4vw;
  font-weight: 600;
  margin-bottom: 5.3333333333vw;
  line-height: 1;
}

.benefitSecTtl__bottom {
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.5;
}

.benefitSecTtl__bottom span {
  font-size: 3.7333333333vw;
  font-weight: 600;
}
.benefitCard:last-of-type {
  margin-bottom: 0;
}

.benefitCard__body {
  margin: 4.8vw 0 10.6666666667vw;
}

.benefitCard__body h3 {
  padding-left: 2.6666666667vw;
  border-left: 1.0666666667vw solid #EC6C00;
  font-size: 4.8vw;
  font-weight: 600;
  margin-bottom: 2.1333333333vw;
}

.benefitCard p {
  font-size: 3.7333333333vw;
  line-height: 2;
  margin-bottom: 4.2666666667vw;
}

.benefitCard .wp-block-image img {
  width: 100%;
}

.benefit__note {
  margin-bottom: 10.6666666667vw;
  font-size: 4.2666666667vw;
}

.benefitCard .benefitCard__note {
  margin-bottom: 10.6666666667vw;
  font-size: 3.7333333333vw;
}

.l-cta {
  background: #EC6C00;
  padding-top: 18.6666666667vw;
}

.cta {
  position: relative;
  background: #fff;
  padding: 16vw 2.6666666667vw 10.6666666667vw;
}

.cta__header {
  position: absolute;
  top: -8.5333333333vw;
}

.cta__lead {
  margin-bottom: 8.5333333333vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
  text-align: center;
}

.cta__txtBox {
  margin-bottom: 13.3333333333vw;
  padding: 0 2.6666666667vw;
}

.cta__txt {
  margin-bottom: 5.3333333333vw;
  font-weight: 500;
}

.cta__txt:last-child {
  margin-bottom: 0;
}

.cta__btns {
  margin-bottom: 8vw;
}

.cta__btn {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.cta__btn:last-child {
  margin-bottom: 0;
}

.ctaTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8.5333333333vw;
  font-weight: 700;
  color: #201e1c;
  line-height: 1;
}

.ctaTel[href^="tel:"] {
  cursor: pointer !important;
}

.ctaTel__icon {
  width: 14.6666666667vw;
  margin-right: 2.6666666667vw;
}

.ctaNote {
  text-align: right;
  font-size: 3.7333333333vw;
  margin-right: 6.4vw;
}

.cta__telInner {
  margin: 5.3333333333vw auto 0;
  cursor: pointer !important;
}

.cta__telInner a[href^="tel:"] {
  cursor: pointer !important;
}

.cta__telLink {
  margin-bottom: 5.3333333333vw;
  display: block;
}

.cta__webBtn {
  margin: 8vw auto 0;
  display: block;
  width: 85%;
}

.l-voice__header {
  margin-bottom: 6.4vw;
}

.voice__cards {
  display: -ms-grid;
  display: grid;
  gap: 6.4vw;
  margin-bottom: 10.6666666667vw;
}

.l-school__header {
  margin-bottom: 8vw;
}

.l-flow__header {
  margin-bottom: 7.4666666667vw;
}

.flowSecttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flowSecttl__label {
  font-size: 4.2666666667vw;
  display: block;
  margin-bottom: 0.5333333333vw;
  font-weight: 700;
}

.flowSecttl__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flowSecttl__txt {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1;
}

.flowSecttl__icon {
  width: 12.8vw;
  margin-left: 2.6666666667vw;
}

.flow__cards {
  display: -ms-grid;
  display: grid;
  gap: 14.9333333333vw;
  width: 76vw;
  margin: 0 auto 14.9333333333vw;
}

.l-message__header {
  margin-bottom: 12.8vw;
}

.message {
  padding-bottom: 2.6666666667vw;
  margin-bottom: 13.3333333333vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.message:last-child {
  border-bottom: 0;
}

.message__header {
  margin-bottom: 6.4vw;
}

.message__img {
  margin-bottom: 4.2666666667vw;
}

.message__post {
  margin-bottom: 2.1333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
}

.message__name {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.7777777778;
}

.message__list {
  margin-bottom: 8vw;
}

.message__title {
  color: #EC6C00;
  font-weight: 600;
  font-size: 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2vw;
  line-height: 1.5;
}

.message__title .number {
  font-size: 5.3333333333vw;
  font-weight: 600;
  display: block;
  margin-right: 1.0666666667vw;
}

.message__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.l-faq__header {
  margin-bottom: 8.5333333333vw;
}

.faq__item {
  -webkit-box-shadow: 0px 0px 1.0666666667vw 1.0666666667vw rgba(32, 30, 28, 0.05);
          box-shadow: 0px 0px 1.0666666667vw 1.0666666667vw rgba(32, 30, 28, 0.05);
  background: #fff;
  border-radius: 2.1333333333vw;
  padding: 0 3.2vw;
  margin-bottom: 6.4vw;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__dt {
  position: relative;
  padding: 6.4vw 10.6666666667vw;
  cursor: pointer;
}

.faq__dt::before,
.faq__dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6.4vw;
  height: 0.8vw;
  background: #EC6C00;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faq__dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq__dt.is-show::after {
  opacity: 0;
}

.faq__dd {
  border-top: 0.2666666667vw solid rgba(0, 0, 0, 0.1);
  padding: 6.4vw 10.6666666667vw;
  display: none;
}

.faq__ttl {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: 500;
  color: #201e1c;
}

.faq__ttl::before {
  content: "Q";
  position: absolute;
  left: -10.6666666667vw;
  top: -1.6vw;
  font-size: 8.5333333333vw;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #EC6C00;
}

.l-form {
  padding-top: 21.3333333333vw;
}

.l-form__header {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

.l-form__header::after {
  content: "";
  position: absolute;
  top: -16.5333333333vw;
  right: 0;
  display: block;
  width: 25.3333333333vw;
  height: 25.3333333333vw;
  background-image: url("../img/form/badge_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8.5333333333vw;
}
.form th {
  margin-bottom: 2.6666666667vw;
  text-align: left;
  font-weight: 700;
  padding: 1.2rem 0;
}
.form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .gray {
  background: #ddd;
  padding: 3.2vw 4.2666666667vw;
  font-weight: 700;
}
.form .flex input {
  width: 48%;
}
.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .space > * {
  margin-bottom: 3.2vw;
}
.form .selectbox {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.form .selectbox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 3.7333333333vw;
  height: 1.8666666667vw;
  background-image: url("../img/form/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 3.7333333333vw;
  font-size: 4.2666666667vw;
  cursor: pointer;
}
.form input[name=zip] {
  width: 40%;
}
.form .require::after {
  content: "必須";
  display: inline-block;
  background: #EC6C00;
  color: #fff;
  padding: 1.0666666667vw 4.2666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 700;
  margin-left: 4.2666666667vw;
  border-radius: 0.5333333333vw;
}
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=tel],
.form textarea {
  background: #fff;
  border: none;
  outline: none;
  padding: 2.9333333333vw;
  font-size: 4.2666666667vw;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-size: svw(16) !important;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form textarea::-moz-placeholder {
  font-size: svw(16) !important;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=url]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-size: svw(16) !important;
}
.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=url]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  font-size: svw(16) !important;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=url]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  font-size: svw(16) !important;
}
.form input[type=submit] {
  display: block;
  width: 82.6666666667vw;
  background: #EC6C00;
  padding: 3.2vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 26.6666666667vw;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form input[type=submit]:hover {
  opacity: 0.7;
}
.form .mwform-radio-field input,
.form .mwform-checkbox-field input {
  display: none;
}
.form .mwform-radio-field input:checked + .mwform-radio-field-text::after,
.form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.form .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding: 4.2666666667vw 0;
  padding-left: 10.6666666667vw;
  font-weight: 700;
  cursor: pointer;
}
.form .mwform-radio-field-text input {
  display: none;
}
.form .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 2.1333333333vw 0;
  padding-left: 10.6666666667vw;
  font-weight: 700;
  cursor: pointer;
}
.form .mwform-checkbox-field-text input {
  display: none;
}
.form .mwform-radio-field + .mwform-radio-field {
  margin-left: 5.3333333333vw;
}
.form .mwform-radio-field-text::before,
.form .mwform-radio-field-text::after,
.form .mwform-checkbox-field-text::before,
.form .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.form .mwform-radio-field-text::before {
  width: 7.7333333333vw;
  height: 7.7333333333vw;
  background: #fff;
  border-radius: 50%;
  border: 0.5333333333vw solid #a8a8a8;
  left: 0;
}
.form .mwform-radio-field-text::after {
  width: 4vw;
  height: 4vw;
  left: 2.4vw;
  background: #EC6C00;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form .mwform-checkbox-field-text::before {
  background: #fff;
  border: 0.5333333333vw solid #a8a8a8;
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 0;
  left: 0;
}
.form .mwform-checkbox-field-text::after {
  width: 5.3333333333vw;
  height: 2.4vw;
  border-left: 1.0666666667vw solid #EC6C00;
  border-bottom: 1.0666666667vw solid #EC6C00;
  left: 1.8666666667vw;
  -webkit-transform: translateY(-90%) rotate(-45deg);
          transform: translateY(-90%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fixedContent {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.fixedContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.fixedContent__list.tel__list {
  display: block;
}

.tel__list .fixedContent__item--tel {
  width: 100%;
}

.fixedContent__item--tel {
  width: 34.7973333333vw;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fixedContent__item--tel02 {
  width: 16.5333333333vw;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.fixedContent__item--line {
  width: 32.872vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lp__line .fixedContent__item--line {
  width: 50%;
}

.lp__line .fixedContent__item--web {
  width: 50%;
}

.fixedContent__item--web {
  width: 32.872vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fixedContent__link {
  display: block;
  width: 100%;
  position: relative;
}
.fixedContent__link.-left {
  width: 50%;
  height: 73%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fixedContent__link.-right {
  width: 50%;
  height: 73%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.fixedContent__link:hover {
  opacity: 0.7;
}

.fixedContent__link > img {
  width: 100%;
}

.lp_fixedAll .fixedContent__item--web {
  width: 49.9626666667vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lp_fixedAll .fixedContent__item--line {
  width: 15.088vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lp_fixedAll .fixedContent__item--tel {
  width: 34.9493333333vw;
}

/* 生徒・保護者の方の声欄  */
.voiceSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}
.voiceSlider .slick-slide {
  height: auto !important;
}
.voiceSlider .slick-dotted.slick-slider {
  margin-bottom: 9.6vw;
}
.voiceSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.3333333333vw;
     -moz-column-gap: 5.3333333333vw;
          column-gap: 5.3333333333vw;
  bottom: -9.6vw;
}
.voiceSlider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.2vw;
  margin: 0;
  height: auto;
}
.voiceSlider .slick-dots li:nth-of-type(3n+1) button {
  background: #b6cff7;
}
.voiceSlider .slick-dots li:nth-of-type(3n+2) button {
  background: #e6a8a2;
}
.voiceSlider .slick-dots li:nth-of-type(3n) button {
  background: #fbecbd;
}
.voiceSlider .slick-dots li button {
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voiceSlider .slick-dots li.slick-active:nth-of-type(3n+1) button {
  background: #4285F4;
}
.voiceSlider .slick-dots li.slick-active:nth-of-type(3n+2) button {
  background: #EA4335;
}
.voiceSlider .slick-dots li.slick-active:nth-of-type(3n) button {
  background: #FBBC05;
}
.voiceSlider .slick-dots li button:before {
  content: none;
}
.voiceSlider__item {
  max-width: 400px;
  width: 90vw;
  padding: 2rem;
  border: 2px solid #4285F4;
  border-radius: 1rem;
  font-family: Arial, sans-serif;
}
.voiceSlider__item:nth-of-type(3n+1) {
  border-color: #EA4335;
}
.voiceSlider__item:nth-of-type(3n+2) {
  border-color: #FBBC05;
}
.voiceSlider__item:nth-of-type(3n) {
  border-color: #4285F4;
}
.voiceSlider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.voiceSlider__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voiceSlider__img img {
  max-width: 70px;
}
.voiceSlider__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voiceSlider__reference {
  font-size: 90%;
  text-align: right;
}
.voiceSlider__link {
  position: relative;
  padding-right: 1.5rem;
  color: #0b0b0b;
}
.voiceSlider__link::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icon_external_link.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*　星５レーティング　*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 100%;
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

/* 星5 */
.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星4.5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星3.5 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星2.5 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星1.5 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星0.5 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

.leadCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.2666666667vw;
}

.leadCard__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3.2vw;
  width: 15.2vw;
  height: 15.2vw;
  background-image: url("../img/lead/icon_circle.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.leadCard__ttl {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5833333333;
  width: 100%;
}

.leadCard__img {
  margin-bottom: 4.2666666667vw;
}

.leadCard__img > img {
  width: 100%;
}

.leadCard__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #EC6C00;
  text-align: center;
}

.leadCard__txt {
  font-size: 4vw;
  line-height: 1.6;
}

.experienceCard {
  padding: 6.4vw 4.2666666667vw 8vw;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4.2666666667vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4.2666666667vw 0px rgba(0, 0, 0, 0.1);
}

.experienceCard__header {
  margin-bottom: 4.2666666667vw;
}

.experienceCard__label {
  position: relative;
  margin-left: -4.2666666667vw;
  margin-bottom: 5.3333333333vw;
  display: inline-block;
  background: #EC6C00;
  padding: 2.1333333333vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  min-height: 12.8vw;
}

.experienceCard__label .num {
  font-size: 6.4vw;
  font-weight: 700;
}

.experienceCard__label::before {
  content: "";
  position: absolute;
  left: calc(100% - 0.3px);
  bottom: 0;
  display: block;
  width: 16.5333333333vw;
  height: calc(100% + 0.8px);
  background: #EC6C00;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.experienceCard__label::after {
  content: "";
  position: absolute;
  left: 102%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16.5333333333vw;
  height: 14.4vw;
  background-image: url("../img/experience/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.experienceCard__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.experienceCard__left {
  width: calc(100% - 21.8666666667vw);
}

.experienceCard__right {
  width: 21.8666666667vw;
}

.experienceCard__ttl {
  margin-bottom: 2.6666666667vw;
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4;
  color: #EC6C00;
  padding: 3.2vw 0;
  z-index: 10;
}

.experienceCard__ttl::before,
.experienceCard__ttl::after {
  content: "“";
  position: absolute;
  font-size: 12.8vw;
  line-height: 1;
  display: block;
  color: #f7ceac;
  font-weight: 700;
  z-index: -1;
}

.experienceCard__ttl::before {
  top: 0vw;
  left: -2.6666666667vw;
}

.experienceCard__ttl::after {
  bottom: 0;
  right: 0vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.experienceCard__note {
  margin-bottom: 1.0666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

.experienceCard__note:last-child {
  margin-bottom: 0;
}

.experienceCard__txtBox {
  position: relative;
  height: 58.6666666667vw;
  overflow: hidden;
  padding: 0 1.0666666667vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.experienceCard__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 2.1333333333vw 100%, 100% 8.5333333333vw;
  background-position: 0 -1px;
}

.experienceCard--blue .experienceCard__label {
  background: #0173C5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experienceCard--blue .experienceCard__label::before {
  background: #0173C5;
}
.experienceCard--blue .experienceCard__label::after {
  width: 11.2vw;
  height: 11.2vw;
  background-image: url("../img/experience/icon_flower.svg");
}
.experienceCard--blue .experienceCard__ttl {
  color: #0173C5;
}
.experienceCard--blue .experienceCard__ttl::before,
.experienceCard--blue .experienceCard__ttl::after {
  color: #ddeefa;
}
.experienceCard--blue .experienceCard__btn {
  background: #0173C5;
}

.experienceCard__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EC6C00;
  border-radius: 1.0666666667vw;
  color: #fff;
  padding: 2.1333333333vw;
  cursor: pointer;
}

.experienceCard__btn::after {
  content: "＋";
  margin-left: 3.7333333333vw;
}
.planCard {
  padding-top: 7.2vw;
  background: #fff;
}

.planCard__header {
  position: relative;
  background: linear-gradient(93deg, #0173c5 5.25%, rgba(1, 115, 197, 0) 97.49%);
  padding: 2.6666666667vw 5.3333333333vw;
  color: #fff;
}

.planCard__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.3333333333vw;
}

.planCard__box {
  position: relative;
  z-index: 100;
}

.planCard__lead {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: 700;
}

.planCard__ttl {
  font-size: 6.4vw;
  line-height: 1.3333333333;
  font-weight: 700;
}

.planCard__body {
  padding: 7.4666666667vw 3.7333333333vw 6.4vw;
}

.planCard__price {
  text-align: center;
  background: #def0fc;
  padding: 4vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
}

.planCard__price .lg {
  font-size: 6.4vw;
  line-height: 1;
  font-weight: 700;
}

.planCard__price .sm {
  font-size: 4vw;
  line-height: 1.6;
  font-weight: 700;
}

.planCard__item {
  position: relative;
  border-bottom: 0.2666666667vw dashed #e7e7e7;
  padding: 2.6666666667vw;
  padding-left: 5.3333333333vw;
}

.planCard__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4vw;
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  background: #0173C5;
  border-radius: 50%;
}

.planCard--orange .planCard__header {
  background: linear-gradient(93deg, #ec6c00 5.25%, rgba(236, 108, 0, 0) 97.49%);
}
.planCard--orange .planCard__price {
  background: #f9d8bb;
}
.planCard--orange .planCard__item::before {
  background: #EC6C00;
}

.planCard--red .planCard__header {
  background: linear-gradient(93deg, #e34366 5.25%, rgba(227, 67, 102, 0) 97.49%);
}
.planCard--red .planCard__price {
  background: #fedbe2;
}
.planCard--red .planCard__item::before {
  background: #e34366;
}

.planMedia {
  margin-bottom: 10.6666666667vw;
}

.planMedia:last-child {
  margin-bottom: 0;
}

.planMedia__header {
  position: relative;
  margin-bottom: 4.8vw;
}

.planMedia__img {
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.planMedia__num {
  position: absolute;
  top: -3.2vw;
  left: -2.1333333333vw;
  font-size: 12.8vw;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #EC6C00;
}

.planMedia__ttl {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #EC6C00;
  margin-bottom: 2.1333333333vw;
}

.planMedia__txt {
  line-height: 2;
}

.featureCard {
  position: relative;
  z-index: 10;
}

.featureCard::before {
  content: "";
  position: absolute;
  bottom: -2.1333333333vw;
  right: -2.1333333333vw;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffe9d7;
}

.featureCard__inner {
  position: relative;
  background: #fff;
  border: 2.1333333333vw solid #EC6C00;
  padding: 5.8666666667vw;
}

.featureCard__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 32vw;
  height: 25.3333333333vw;
  background: #EC6C00;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  padding: 2.1333333333vw;
}

.featureCard__badge .label {
  font-weight: 700;
  padding-left: 0.8vw;
  letter-spacing: 0.11em;
  line-height: 1.2;
}

.featureCard__badge .num {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 8.5333333333vw;
  line-height: 1;
}

.featureCard__header {
  margin-bottom: 4.2666666667vw;
}

.featureCard__ttl {
  margin-bottom: 4.2666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
}

.voiceCard {
  -webkit-box-shadow: 0px 0px 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.voiceCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fdeddf;
  padding: 4.8vw 2.1333333333vw 2.6666666667vw 6.4vw;
}

.voiceCard__header::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 12.2666666667vw;
  display: block;
  width: 5.8666666667vw;
  height: 4.5333333333vw;
  background: #fdeddf;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.voiceCard__ttl {
  font-size: 4.8vw;
  line-height: 1.3333333333;
  font-weight: 700;
}

.voiceCard__left {
  width: calc(100% - 21.3333333333vw);
  padding-right: 2.1333333333vw;
}

.voiceCard__right {
  width: 21.3333333333vw;
}

.voiceCard__body {
  padding: 6.4vw 5.8666666667vw 5.3333333333vw;
}

.voiceCard__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 2.1333333333vw 100%, 100% 8.5333333333vw;
  background-position: 0 -1px;
}

.schoolMedia {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

.schoolMedia::after {
  content: none;
  position: absolute;
  display: block;
  width: 10rem;
  height: 3.6rem;
  bottom: -6.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.schoolMedia:last-child {
  margin-bottom: 0;
}

.schoolMedia:last-child::after {
  content: none;
}

.schoolMedia__header {
  position: relative;
  margin-bottom: 6.4vw;
}

.schoolMedia__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 28.8vw;
  padding: 3.2vw 7.2vw;
  background: #d9d9d9;
  border-radius: 0 0 4.2666666667vw 0;
}

.schoolMedia__ttl {
  margin-bottom: 2.1333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}

.flowCard__header {
  margin-bottom: 4.2666666667vw;
}

.flowCard__num {
  display: block;
  margin-bottom: 4.2666666667vw;
  font-size: 6.4vw;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #EC6C00;
  line-height: 1;
}

.flowCard__ttl {
  margin-bottom: 4.2666666667vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
}

.flowCard__list {
  margin-left: 6.4vw;
  margin-bottom: 6.4vw;
}

.flowCard__item {
  list-style-type: disc;
}

.flowCard__cta {
  margin-top: 4.2666666667vw;
  -webkit-box-shadow: 0px 0px 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  padding: 8vw 4.2666666667vw;
}

.flowCardCta__tel {
  margin-bottom: 6.4vw;
  cursor: pointer;
}

.flowCardCta__btns {
  text-align: center;
}

.flowCardCta__btn {
  margin-bottom: 4.2666666667vw;
}

.flowCardCta__btn:last-child {
  margin-bottom: 0;
}

.flowCardCta .ctaTel {
  font-size: 7.4666666667vw;
}
.flowCardCta .ctaTel__icon {
  width: 9.3333333333vw;
}
.flowCardCta .ctaNote {
  font-size: 3.2vw;
  text-align: center;
}

.btn {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec6c00), color-stop(61.46%, #ec6c00), to(rgba(236, 108, 0, 0.88)));
  background: linear-gradient(180deg, #ec6c00 0%, #ec6c00 61.46%, rgba(236, 108, 0, 0.88) 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 6.4vw;
  text-align: center;
  font-weight: 700;
  border-radius: 26.6666666667vw;
  padding: 4.5333333333vw;
  line-height: 1;
}

.btn:hover {
  opacity: 0.7;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(67.19%, rgba(255, 255, 255, 0.26)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.26) 67.19%, rgba(255, 255, 255, 0.08) 100%);
}

.btn--entry {
  position: relative;
  font-size: 5.3333333333vw;
  padding: 6.4vw;
  padding-right: 13.3333333333vw;
}

.btn--entry::after {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin-left: 5.3333333333vw;
  width: 4.2666666667vw;
  height: 4.8vw;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ctaBtn {
  position: relative;
  background: #0aac24;
  -webkit-box-shadow: 0px 0px 2.1333333333vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2.1333333333vw 0px rgba(0, 0, 0, 0.25);
  border: 1.0666666667vw solid #fff;
  border-radius: 26.6666666667vw;
  width: 100%;
  display: block;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 4vw 1.0666666667vw;
  overflow: hidden;
}

.ctaBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(67.19%, rgba(255, 255, 255, 0.26)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.26) 67.19%, rgba(255, 255, 255, 0.08) 100%);
}

.ctaBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8vw;
  height: 8vw;
  background-image: url("../img/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5333333333vw;
}

.ctaBtn:hover {
  opacity: 0.7;
}

.ctaBtn--sm {
  font-size: 4.8vw;
  padding: 3.3333333333vw 1.0666666667vw;
}

.ctaBtn--sm::after {
  right: 4.2666666667vw;
}

.ctaBtn--pr {
  padding-right: 10.6666666667vw;
}

.ctaBtn__color {
  font-weight: 900;
  background: linear-gradient(97deg, #fff50d 27.69%, #faf8c2 42.9%, #fff50d 80.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ctaBtn--2line {
  padding: 1.8vw;
}

.ctaBtn__note {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 700;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

/* request
-----------------------------------------------------------*/
body.request #contact {
  max-width: 840px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
body.request #contact section + section {
  margin-top: 60px;
}
body.request #contact #text b {
  font-weight: bold;
  color: #e44a51;
}
body.request #contact #text h2 {
  margin: 0 0 40px;
  padding: 0 0 0 34px;
  font-size: 32px;
  font-weight: bold;
  color: #ec6c00;
  line-height: 1.4;
  position: relative;
}
body.request #contact #text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ec6c00;
}
body.request #contact #text h3 + p {
  margin-top: 4px;
}
body.request #contact input[type=text],
body.request #contact input[type=tel],
body.request #contact input[type=email],
body.request #contact input[type=password],
body.request #contact input[type=number],
body.request #contact select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 21px;
  border: 1px #ddd solid;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
}
body.request #contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 1;
  position: relative;
}
body.request #contact .selectbox {
  width: 100%;
  position: relative;
}
body.request #contact .selectbox:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px #999 solid;
  border-bottom: 2px #999 solid;
  position: absolute;
  top: 24px;
  right: 23px;
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  z-index: 0;
}
body.request #contact .mw_wp_form_confirm .selectbox:after {
  display: none;
}
body.request #contact textarea {
  width: 100%;
  height: 180px;
  padding: 16px 21px;
  border: 1px #ddd solid;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
}
body.request #contact input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
body.request #contact input[type=checkbox] + span {
  display: inline-block;
  margin: 5px;
  padding-left: 30px;
  letter-spacing: 0;
  position: relative;
}
body.request #contact input[type=checkbox] + span:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px #555 solid;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
body.request #contact input[type=checkbox]:checked + span:before {
  background: #555;
}
body.request #contact input[type=checkbox]:checked + span:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  position: absolute;
  left: 6px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
body.request #contact input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
body.request #contact input[type=radio] + span {
  display: inline-block;
  margin: 5px;
  padding-left: 30px;
  letter-spacing: 0;
  position: relative;
}
body.request #contact input[type=radio] + span:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px #dedede solid;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
body.request #contact input[type=radio]:checked + span:before {
  border-color: #555;
}
body.request #contact input[type=radio]:checked + span:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #555;
  position: absolute;
  left: 4px;
  top: 9px;
  cursor: pointer;
}
body.request #contact .mw_wp_form .horizontal-item {
  margin-right: 10px;
}
body.request #contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
body.request #contact .mw_wp_form .error {
  margin-top: 10px;
  margin-bottom: -14px;
  font-size: 14px;
  color: #ff6473;
}
body.request #contact .mw_wp_form_confirm .agreebox {
  display: none;
}
body.request #contact .agreebox .error {
  margin-bottom: 0;
  text-align: center;
}
body.request #contact label {
  cursor: pointer;
}
body.request #contact #buttonbox {
  padding: 22px 0 0;
  text-align: center;
}
body.request #contact #buttonbox #sendBtnBox {
  width: 280px;
  height: 80px;
  margin: 0 auto;
  background: #e44a51;
  border: 1px #e44a51 solid;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #922f34;
          box-shadow: 0 3px 0 #922f34;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.request #contact #buttonbox #sendBtnBox:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.request #contact #buttonbox #sendBtnBox input {
  width: 280px;
  height: 80px;
  color: #fff;
  background: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
body.request #contact #buttonbox #backBtnBox input {
  margin-top: 20px;
  background: none;
  border: 0;
  font-size: 12px;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
body.request #contact #text .box {
  padding: 40px;
  border-radius: 10px;
  border: 2px #ddd solid;
}
body.request #contact #text .tel {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
body.request #contact #text .tel a {
  display: block;
  margin: 16px auto 8px;
  font-size: 52px;
  font-weight: bold;
  color: #000;
}
body.request #contact #text .tel a img {
  width: 36px;
  margin-right: 8px;
}
body.request #contact #text .tel span {
  font-size: 14px;
}
body.request #contact #formbox h2 {
  margin: 0 0 8px;
  padding: 18px 0;
  background: #f8f8f8;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ec6c00;
}
body.request #contact #formbox h2:before {
  display: none;
}
body.request #contact #formbox .note {
  font-size: 14px;
  margin-bottom: 32px;
}
body.request #contact #formbox .note span {
  font-size: 12px;
  color: #e44a51;
}
body.request #contact .arrow {
  display: block;
  position: relative;
}
body.request #contact .arrow:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}

table.request {
  width: 100%;
  border-collapse: collapse;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
table.request tr {
  border-top: 1px #ddd solid;
}
table.request tr:last-child {
  border-bottom: 1px #ddd solid;
}
table.request th {
  width: 260px;
  padding: 35px 10px 35px 0;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
table.request th.require:after {
  display: inline-block;
  content: "*";
  margin-left: 3px;
  font-size: 12px;
  color: #e44a51;
}
table.request td {
  padding: 30px 0;
}
table.request td::after {
  display: block;
  content: "";
  clear: both;
}
table.request td b {
  display: block;
}
table.request .selectbox,
table.request select {
  max-width: 240px;
}
table.request td #zip {
  width: 120px;
  margin-bottom: 12px;
}
table.request td #address,
table.request td #address2,
table.request td #address3 {
  margin-top: 12px;
}
table.request td input[type=hidden] + br {
  display: none;
}
table.request td #parent_name,
table.request td #parent_fname,
table.request td #parent_kana,
table.request td #parent_fkana,
table.request td #child_name,
table.request td #child_fname,
table.request td #child_kana,
table.request td #child_fkana {
  float: left;
  width: calc(50% - 5px) !important;
}
table.request td #parent_fname,
table.request td #parent_fkana,
table.request td #child_fname,
table.request td #child_fkana {
  margin-left: 10px;
}
table.request td.gray {
  padding: 10px;
  background: #ddd;
  font-size: 18px;
}
table.request td #zip {
  width: 120px !important;
  margin-bottom: 12px;
}
.l-lpForm {
  padding: 80px 0;
}
.l-lpForm .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.l-lpForm #title {
  margin-bottom: 30px;
  padding: 30px 0;
  background: #f5f3f2;
  text-align: center;
}
.l-lpForm #title h1 {
  padding: 0;
  color: #ec6c00;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.l-lpForm p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}
.l-lpCta {
  padding-top: 4.2666666667vw;
}

.cta__en {
  padding-top: 0;
}

.l-lpCta__top {
  padding: 10.6666666667vw 4vw;
  background: #FFF3E9;
}

.l-lpCta__ttl {
  text-align: center;
  font-size: 7.4666666667vw;
  padding-bottom: 1rem;
  font-weight: 700;
  color: #EC6C00;
  letter-spacing: 0.06em;
}

.l-lpCta__ttl .dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 0.9em 0.35em;
  padding-top: 0.4em;
  font-weight: 700;
}

.l-lpCta__bottom {
  padding: 4vw 0;
  background: rgba(236, 108, 0, 0.6);
}

.lpCta__label {
  position: relative;
  background-color: #fff;
  width: 78.4vw;
  margin: 0 auto 6.6666666667vw;
  padding: 2.6666666667vw;
  border-radius: 26.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.0666666667vw;
  line-height: 1;
}

.lpCta__label::after {
  content: "";
  position: absolute;
  bottom: -2.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.7333333333vw;
  height: 2.6666666667vw;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.lpCta__label .lg {
  font-size: 5.3333333333vw;
  font-weight: 700;
}

.lpCta__label .sm {
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.lpCtaBtn {
  position: relative;
  font-size: 6.4vw;
  line-height: 1.1428571429;
  padding: 5.6vw 4.2666666667vw;
}

.lpCtaBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.8666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url("../img/form/icon_arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.lpCtaTel {
  color: #fff;
}

.lpCtaTel__txt {
  margin-bottom: 1.0666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.lpCtaTel__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9333333333vw;
  margin-bottom: 2.6666666667vw;
}

.lpCtaTel__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8.5333333333vw;
  padding-top: 1.0666666667vw;
}

.lpCtaTel__num {
  display: block;
  font-size: 10.6666666667vw;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.lpCtaTel__note {
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5;
}

.l-opening {
  position: relative;
}
.l-opening:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #808080;
}

.l-opening__header {
  text-align: center;
  margin-bottom: 3rem;
}

.l-opening__header h2 {
  font-size: 8.5333333333vw;
  font-weight: 600;
  position: relative;
  margin-bottom: 6.4vw;
  line-height: 1.25;
}
.l-opening__header h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: repeating-linear-gradient(312deg, #f4a766, #f4a766 4px, transparent 4px, transparent 5px);
  background-size: 100% auto;
  width: 100%;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
.l-opening__header h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}

.l-opening__header p {
  font-size: 4.2666666667vw;
  color: #FF0000;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.l-opening__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-opening__item {
  width: 32%;
  margin-bottom: 3.7333333333vw;
}

/* 翻訳プルダウン */
.translateFixed {
  width: 26%;
  position: fixed;
  display: block;
  left: 2rem;
  bottom: 8rem;
  z-index: 100;
}
.translateFixed:before, .translateFixed:after {
  content: "";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.translateFixed:before {
  background-image: url("../img/common/earth-icon.svg");
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  left: 0.8rem;
}
.translateFixed:after {
  background-image: url("../img/common/translate-arrow-icon.svg");
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  right: 0.8rem;
  top: 40%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.translate__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.translate__select {
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 3.7333333333vw;
  margin: 0;
  display: block;
  text-align: center;
  appearance: none;
  /* 標準の矢印を消す（Chrome, Firefox, Safari） */
  -webkit-appearance: none;
  /* Safari用 */
  -moz-appearance: none;
  /* Firefox旧仕様 */
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none !important;
  }
  .hpc {
    display: block !important;
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: 1.6rem;
  }
  .vsp {
    display: none !important;
  }
  .vpc {
    display: block !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-inner, .l-inner--sm {
    max-width: 104rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-inner--sm {
    max-width: 84rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-footer {
    padding: 1.1111111111vw 0;
  }
  .footer__item {
    margin: 0 0.6944444444vw 0.2777777778vw;
  }
  .footer__copyright {
    font-size: 0.8333333333vw;
  }
  .secTtl__label {
    margin-bottom: 2.4rem;
    padding: 0.4rem;
    font-size: 1.6rem;
    line-height: 2;
    max-width: 32.2rem;
    border-radius: 10rem;
  }
  .secTtl__label--sm {
    font-size: 1.6rem;
  }
  .secTtl__label::after {
    width: 2rem;
    height: 1rem;
  }
  .secTtl__label--2line {
    min-width: 37.5rem;
    padding-bottom: 0.6rem;
  }
  .secTtl__label--2line br {
    display: none;
  }
  .secTtl__label .space {
    display: inline-block;
    width: 1.2rem;
  }
  .secTtl__txt {
    font-size: 3.2rem;
    line-height: 1;
  }
  .secTtl__txt--lg {
    font-size: 3.2rem;
  }
  .secTtl__txt--white {
    text-shadow: 0 0 0.9rem #03aeda;
  }
  .secTtl__note {
    margin-top: 1.3888888889vw;
  }
  .secTtl__icon {
    width: 4.7rem;
    margin-left: 1.5rem;
  }
  .secTtl__icon--md {
    width: 4.8rem;
  }
  .secTtl__icon--lg {
    width: 4rem;
  }
  .secSimpleTtl__sub {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .secSimpleTtl__main {
    font-size: 3.2rem;
  }
  .secSimpleTtl__main--sm {
    font-size: 3.2rem;
  }
  .txt-cta {
    font-size: 1.4rem;
  }
  .txt-cta::before,
  .txt-cta::after {
    height: 0.2rem;
    width: 2rem;
    bottom: 1.2rem;
  }
  .txt-cta::before {
    left: -2.6rem;
  }
  .txt-cta::after {
    right: -2.6rem;
  }
  .l-kv__campaign {
    padding: 0.2777777778vw 0 0.8333333333vw;
  }
  .kvCampaign__lead {
    font-size: 1.9444444444vw;
  }
  .kvCampaign__txt {
    font-size: 1.6666666667vw;
  }
  .kvCampaign__month, .kvCampaign__day {
    font-size: 2.7777777778vw;
    margin: 0 0.1388888889vw 0 0.2777777778vw;
  }
  .kvCampaign__limit {
    margin-left: 0.2777777778vw;
    font-size: 1.6666666667vw;
  }
  .kvSlider {
    overflow: hidden;
  }
  .kvSlider .slick-dotted.slick-slider {
    margin-bottom: 3.6rem;
  }
  .kvSlider .slick-dots {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    bottom: -3.6rem;
  }
  .kvSlider .slick-dots li {
    width: 1.2rem;
  }
  .kvSlider .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
  .kvSlider__list .slick-list {
    overflow: visible;
  }
  .kvSlider__item {
    margin: 0 1rem;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    overflow: auto;
  }
  .l-lead {
    padding-top: 9rem;
  }
  .l-lead__header {
    margin-bottom: 2.4rem;
  }
  .lead__label {
    width: 51.2rem;
    margin: 0 auto 2.4rem;
  }
  .lead__ttl {
    margin-bottom: 1.6rem;
    line-height: 1;
  }
  .lead__ttl .sm {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .lead__txt {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .lead__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lead__cards .leadCard {
    width: 29%;
    margin-bottom: 0;
  }
  .l-search {
    padding-bottom: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff3e9), color-stop(#fff3e9), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff3e9, #fff3e9 calc(100% - 7rem), #fff calc(100% - 7rem), #fff);
  }
  .l-search.search__en {
    padding-bottom: 3rem;
    background: #fff3e9;
  }
  .l-search.search__cn {
    padding-bottom: 3rem;
    background: #fff3e9;
  }
  .l-search__header {
    margin-bottom: 2.6rem;
  }
  .searchTtl__txt {
    font-size: 3.2rem;
  }
  .search__en .searchTtl__txt {
    font-size: 3.2rem;
    width: auto;
  }
  .search__cn .searchTtl__txt {
    font-size: 3.2rem;
    width: auto;
  }
  .searchTtl__txt .sm {
    font-size: 2.8rem;
  }
  .searchTtl__icon {
    width: 3.3rem;
    margin-left: 1rem;
  }
  .search__txtBox {
    margin-bottom: 3.6rem;
  }
  .search__btns {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 1.7rem;
    width: 100%;
  }
  .l-ban {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lineBan {
    width: 100rem;
    margin: 0 auto;
  }
  .lineBan__top {
    margin-bottom: 0.8rem;
  }
  .lineBan__txt {
    font-size: 1.8rem;
  }
  .l-movie {
    padding-top: 5rem;
  }
  .l-movie__header {
    margin-bottom: 3.8rem;
  }
  .l-movie__body {
    margin-bottom: 4.8rem;
  }
  .moviettl {
    font-size: 3.2rem;
  }
  .moviettl .icon::after {
    width: 4.8rem;
    height: 4.8rem;
    margin-left: 1.8rem;
  }
  .movieSlider .slick-list {
    padding: 0px calc(50% - 350px);
  }
  .movieSlider__item {
    margin: 0 2rem;
  }
  .l-experience {
    background: #fff3e9;
    padding-top: 6.4rem;
    padding-bottom: 11.2rem;
  }
  .l-experience::before {
    height: 32rem;
    background-image: url("../img/experience/bg.jpg");
  }
  .l-experience__header {
    margin-bottom: 5.2rem;
  }
  .experience__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5rem 3.6rem;
  }
  .l-teacher {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .l-teacher__header {
    margin-bottom: 5.2rem;
  }
  .teacherSlider .slick-prev,
  .teacherSlider .slick-next {
    width: 1.6rem;
    height: 8.2rem;
  }
  .teacherSlider .slick-prev {
    left: -0.4rem;
  }
  .teacherSlider .slick-next {
    right: -0.4rem;
  }
  .teacherSlider .slick-next:before,
  .teacherSlider .slick-prev:before {
    width: 0.8rem;
    height: 1.4rem;
  }
  .teacherSlider .slick-list {
    padding-bottom: 2rem;
  }
  .teacherSlider__item {
    padding: 0 1.2rem 1.2rem;
  }
  .teacherSlider__box {
    bottom: 4.3rem;
  }
  .teacherSlider__label {
    font-size: 1.4rem;
    min-width: 12.4rem;
    padding: 1rem;
  }
  .teacherSlider__label--lg {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    min-width: 21.6rem;
  }
  .teacherSlider__btn {
    border-radius: 10rem;
    font-size: 1.6rem;
    padding: 1.2rem;
    width: 88.4%;
    top: -3rem;
  }
  .teacherSlider__btn::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.4rem;
    margin-left: 1.2rem;
  }
  .teacherSlider__txtBox {
    padding: 5rem 1.6rem 3rem;
    line-height: 2;
  }
  .teacherSlider__note {
    margin: 0;
    font-size: 1.4rem;
  }
  .l-plan {
    padding-bottom: 10rem;
  }
  .plan__en, .plan__cn {
    padding-bottom: 0.1rem;
  }
  .l-plan__header {
    margin-bottom: 4rem;
  }
  .l-plan__header {
    margin-bottom: 4rem;
  }
  .plan__cards {
    width: 100%;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-bottom: 9rem;
  }
  .planBox {
    border-width: 0.5rem;
    border-radius: 0.8rem;
    padding: 6.4rem 8rem;
    margin-bottom: 5.6rem;
  }
  .planBox__header {
    top: -4rem;
  }
  .planBox__top {
    margin-top: 0;
    margin-bottom: 7.6rem;
  }
  .plan__en .planBox__top, .plan__cn .planBox__top {
    margin-bottom: 0;
  }
  .planBox__ttl {
    width: 65.6rem;
  }
  .plan__en .secTtl__txt, .plan__cn .secTtl__txt {
    width: 100%;
  }
  .planBox__other {
    margin-bottom: 4rem;
  }
  .planBox__other::after {
    bottom: -2.8rem;
    width: 4.8rem;
    height: 2.2rem;
  }
  .planBox__lead {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    line-height: 1;
  }
  .planBox__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.8rem;
  }
  .planBoxPrice {
    margin-bottom: 0;
    width: 39.5rem;
    padding: 2rem 2.2rem;
  }
  .planBoxPrice__left {
    width: 12.2rem;
  }
  .planBoxPrice__right {
    width: calc(100% - 12.2rem);
  }
  .planBoxPrice__ttl {
    font-size: 2.4rem;
  }
  .planBoxPrice__num {
    font-size: 2.4rem;
  }
  .planBoxPrice__num .lg {
    font-size: 4rem;
  }
  .planBox__note {
    font-size: 1.6rem;
  }
  .planBox__own {
    margin-bottom: 2rem;
  }
  .planBox__txt {
    font-size: 3.2rem;
  }
  .planBoxOwnPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .planBoxOwnPrice__left {
    margin-bottom: 0;
    width: 32.4rem;
    margin-right: 2.2rem;
  }
  .planBoxOwnPrice__label {
    margin-bottom: 0.4rem;
    font-size: 2.4rem;
    padding: 2.2rem 2rem;
    line-height: 1.6;
  }
  .planBoxOwnPrice__label .sm {
    font-size: 2.4rem;
  }
  .planBoxOwnPrice__num {
    font-size: 4rem;
  }
  .planBoxOwnPrice__num .lg {
    font-size: 9rem;
    line-height: 1;
  }
  .planBox__btn {
    width: 100%;
    margin: 0 auto;
  }
  .plan__warranty {
    margin-bottom: 4.8rem;
  }
  .l-feature {
    padding-bottom: 10rem;
  }
  .l-feature__header {
    margin-bottom: 6.2rem;
  }
  .featureSecTtl {
    width: 55rem;
    margin: 0 auto;
    border-width: 0.2rem;
    padding: 2.4rem 0 2rem;
  }
  .featureSecTtl__icon {
    width: 8.4rem;
    bottom: -0.8rem;
    right: 0;
  }
  .featureSecTtl__top .lg {
    font-size: 2.8rem;
  }
  .featureSecTtl__bottom {
    font-size: 3.2rem;
  }
  .featureSecTtl__bottom .lg {
    font-size: 4.8rem;
    line-height: 1.2;
  }
  .featureSecTtl__bottom .md {
    font-size: 4rem;
  }
  .feature__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.6rem;
    margin-bottom: 7rem;
    padding-right: 0;
  }
  .benefitHeader__inner > .wp-block-group__inner-container {
    padding-top: 1.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 104rem;
    padding-left: 0;
    padding-right: 2rem;
    margin: 0 auto 4.4444444444vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefitHeader__image {
    position: static;
    width: 45%;
  }
  .benefitSecTtl__top {
    padding-top: 2.9166666667vw;
    margin: 0 0 2.0833333333vw;
    font-size: 3.3333333333vw;
  }
  .benefitSecTtl__middle {
    font-size: 1.9444444444vw;
    margin-bottom: 2.0833333333vw;
  }
  .benefitSecTtl__bottom {
    font-size: 1.1111111111vw;
  }
  .benefitSecTtl__bottom span {
    font-size: 0.8333333333vw;
  }
  .benefitCard > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.9166666667vw;
  }
  .benefitCard {
    margin-bottom: 3.4722222222vw;
  }
  .benefitCard__body {
    width: 47.6388888889vw;
    margin: 0 0 2.7777777778vw;
  }
  .benefitCard__body h3 {
    padding-left: 0.6944444444vw;
    border-left: 0.2777777778vw solid #EC6C00;
    font-size: 1.6666666667vw;
    margin-bottom: 0.5555555556vw;
  }
  .benefitCard p {
    font-size: 1.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
  .benefitCard .wp-block-image {
    width: 18.75vw;
  }
  .benefit__note {
    margin-bottom: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
  .benefitCard .benefitCard__note {
    margin-bottom: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .l-cta {
    padding: 5.6rem 0;
  }
  .cta {
    padding: 7.4rem 4rem 3rem;
  }
  .cta__header {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta__ttl {
    width: 54rem;
    margin: 0 auto;
  }
  .cta__lead {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .cta__txtBox {
    margin-bottom: 2.4rem;
  }
  .cta__txt {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
  }
  .cta__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
    margin: 0 auto 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__btn {
    width: 35.5rem;
    margin-bottom: 0;
  }
  .ctaTel {
    margin-bottom: 0.4rem;
    font-size: 4rem;
  }
  .ctaTel__icon {
    width: 5.5rem;
    margin-right: 0.9rem;
  }
  .ctaNote {
    text-align: center;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .cta__telInner {
    margin: 1.3888888889vw auto 0;
  }
  .cta__telLink {
    width: 64rem;
    margin: 0 auto 0;
  }
  .l-voice__header {
    margin-bottom: 4.6rem;
  }
  .voice__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3.2rem;
    margin-bottom: 4rem;
  }
  .l-school__header {
    margin-bottom: 4.8rem;
  }
  .l-flow__header {
    margin-bottom: 2.4rem;
  }
  .flowSecttl__label {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
  .flowSecttl__txt {
    font-size: 3.2rem;
  }
  .flowSecttl__icon {
    width: 4.8rem;
    margin-left: 1rem;
  }
  .flow__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 8.5rem;
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .l-message__header {
    margin-bottom: 5.6rem;
  }
  .message {
    margin-bottom: 5rem;
    padding-bottom: 2rem;
  }
  .message__header {
    margin-bottom: 0;
    width: 40%;
    float: right;
    margin-left: 3rem;
  }
  .message__img {
    margin-bottom: 1.6rem;
  }
  .message__post {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .message__name {
    font-size: 1.8rem;
  }
  .message__list {
    margin-bottom: 3rem;
  }
  .message__title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .message__title .number {
    font-size: 2rem;
    margin-right: 0.4rem;
  }
  .message__txt {
    font-size: 1.6rem;
  }
  .l-faq__header {
    margin-bottom: 4rem;
  }
  .faq__item {
    -webkit-box-shadow: 0px 0px 0.4rem 0.4rem rgba(32, 30, 28, 0.05);
            box-shadow: 0px 0px 0.4rem 0.4rem rgba(32, 30, 28, 0.05);
    border-radius: 0.8rem;
    padding: 0 3rem;
    margin-bottom: 3.2rem;
  }
  .faq__dt {
    padding: 3rem 4rem;
  }
  .faq__dt::before,
  .faq__dt::after {
    width: 3rem;
    height: 0.3rem;
  }
  .faq__dd {
    border-width: 0.1rem;
    padding: 3rem 4rem;
  }
  .faq__ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .faq__ttl::before {
    left: -4rem;
    top: 0;
    font-size: 3.2rem;
  }
  .faq__txt {
    line-height: 2;
  }
  .l-form {
    padding-top: 8rem;
  }
  .l-form__header {
    margin-bottom: 6.4rem;
  }
  .l-form__header::after {
    background-image: url("../img/form/badge.svg");
    width: 12.5rem;
    height: 12.5rem;
    top: 0;
  }
  .form table {
    margin-bottom: 5.6rem;
  }
  .form tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .form th {
    position: relative;
    width: 30rem;
    margin-bottom: 0;
    padding-right: 2rem;
  }
  .form td {
    width: calc(100% - 30rem);
  }
  .form .gray {
    width: calc(100% - 30rem);
    margin-left: auto;
    padding: 1.6rem 1.6rem;
  }
  .form .space > * {
    margin-bottom: 1.2rem;
  }
  .form .selectbox::after {
    right: 1.2rem;
    width: 1.4rem;
    height: 0.7rem;
  }
  .form select {
    font-size: 1.6rem;
    padding: 1.4rem;
  }
  .form .require::after {
    position: absolute;
    right: 4rem;
    top: 1.2rem;
    padding: 0.4rem 1.6rem;
    font-size: 1.4rem;
    margin-left: 0;
    border-radius: 0.2rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=url],
  .form input[type=tel],
  .form textarea {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
  .form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=url]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=url]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .form input[type=text]::placeholder,
  .form input[type=email]::placeholder,
  .form input[type=url]::placeholder,
  .form input[type=tel]::placeholder,
  .form textarea::placeholder {
    font-size: 1.6rem;
  }
  .form input[type=submit] {
    padding: 1.4rem;
    font-size: 1.8rem;
    border-radius: 10rem;
    width: 30rem;
  }
  .form .mwform-radio-field-text {
    padding: 1.6rem 0;
    padding-left: 4rem;
  }
  .form .mwform-checkbox-field-text {
    padding: 0.8rem 0;
    padding-left: 4rem;
  }
  .form .mwform-radio-field + .mwform-radio-field {
    margin-left: 3rem;
  }
  .form .mwform-radio-field-text::before {
    width: 2.9rem;
    height: 2.9rem;
    border-width: 0.2rem;
  }
  .form .mwform-radio-field-text::after {
    width: 1.5rem;
    height: 1.5rem;
    left: 0.9rem;
  }
  .form .mwform-checkbox-field-text::before {
    border-width: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .form .mwform-checkbox-field-text::after {
    width: 2rem;
    height: 0.9rem;
    border-width: 0.4rem;
    left: 0.7rem;
  }
  .fixedContent {
    background: transparent;
    padding: 0;
    width: auto;
  }
  .fixedContent__list {
    display: block;
  }
  .tel__list .fixedContent__item--tel {
    width: 40rem;
  }
  .fixedContent__item--tel {
    width: 30.5rem;
  }
  .fixedContent__item--tel02 {
    width: 30.5rem;
  }
  .fixedContent__item--line {
    width: 50rem;
    margin-right: 1rem;
  }
  .lp__line .fixedContent__item--line {
    width: 50rem;
    margin-right: 1rem;
  }
  .lp_fixedAll .fixedContent__item--line {
    width: 50rem;
  }
  .voiceSlider .slick-dotted.slick-slider {
    margin-bottom: 3.6rem;
  }
  .voiceSlider .slick-dots {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    bottom: -3.6rem;
  }
  .voiceSlider .slick-dots li {
    width: 1.2rem;
  }
  .voiceSlider .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
  .leadCard__header {
    margin-bottom: 2.6rem;
  }
  .leadCard__num {
    margin-right: 1.2rem;
    font-weight: 700;
    width: 5.7rem;
    height: 5.7rem;
    font-size: 2.4rem;
  }
  .leadCard__ttl {
    font-size: 2.4rem;
  }
  .leadCard__img {
    margin-bottom: 1.6rem;
  }
  .leadCard__lead {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .leadCard__txt {
    font-size: 1.5rem;
  }
  .experienceCard {
    padding: 2.4rem 2.4rem 3rem;
    -webkit-box-shadow: 0px 0px 1.6rem 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 1.6rem 0px rgba(0, 0, 0, 0.1);
  }
  .experienceCard__header {
    margin-bottom: 1.6rem;
  }
  .experienceCard__label {
    margin-bottom: 1.2rem;
    padding: 0.8rem;
    font-size: 1.6rem;
    min-height: 5.4rem;
    margin-left: -2.4rem;
  }
  .experienceCard__label .num {
    font-size: 2.4rem;
  }
  .experienceCard__label::before {
    width: 8rem;
    height: calc(100% + 0.3px);
  }
  .experienceCard__label::after {
    width: 8rem;
    height: 7rem;
  }
  .experienceCard__left {
    width: calc(100% - 10rem);
  }
  .experienceCard__right {
    width: 9rem;
  }
  .experienceCard__ttl {
    padding: 1.5rem 0;
    font-size: 2rem;
    margin-bottom: 0.9rem;
  }
  .experienceCard__ttl::before,
  .experienceCard__ttl::after {
    font-size: 4.8rem;
  }
  .experienceCard__ttl::before {
    left: -1rem;
  }
  .experienceCard__ttl::after {
    bottom: 1rem;
  }
  .experienceCard__note {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .experienceCard__txtBox {
    height: auto;
    padding: 0;
  }
  .experienceCard__txt {
    font-size: 1.6rem;
    background-size: 0.8rem 100%, 100% 3.2rem;
  }
  .experienceCard--blue .experienceCard__label::after {
    width: 4.2rem;
    height: 4.2rem;
  }
  .experienceCard__btn {
    display: none;
  }
  .planCard {
    padding-top: 3.2rem;
  }
  .planCard__header {
    padding: 1rem;
  }
  .planCard__img {
    width: 13.2rem;
  }
  .planCard__lead {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .planCard__ttl {
    font-size: 2.4rem;
  }
  .planCard__body {
    padding: 2.8rem 1.4rem 3.2rem;
  }
  .planCard__price {
    font-size: 1.6rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .planCard__price .lg {
    font-size: 2.4rem;
  }
  .planCard__price .sm {
    font-size: 1.5rem;
  }
  .planCard__item {
    border-width: 0.1rem;
    padding: 1rem;
    padding-left: 2.2rem;
  }
  .planCard__item::before {
    top: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .planMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4.4rem;
  }
  .planMedia:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .planMedia__header {
    margin-bottom: 0;
    width: 42.5%;
  }
  .planMedia__body {
    width: 52.5%;
  }
  .planMedia__img {
    border-radius: 0.8rem;
  }
  .planMedia__num {
    margin-bottom: 4.4rem;
    top: -1.6rem;
    left: 1.2rem;
    font-size: 4.8rem;
  }
  .planMedia__ttl {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .planMedia__txt {
    font-size: 1.6rem;
  }
  .featureCard::before {
    bottom: -1.2rem;
    right: -1.2rem;
  }
  .featureCard__inner {
    border-width: 0.8rem;
    padding: 2.2rem;
  }
  .featureCard__badge {
    padding-top: 1.2rem;
    padding-left: 2.4rem;
    width: 14.8rem;
    height: 12rem;
  }
  .featureCard__badge .label {
    padding-left: 0.3rem;
  }
  .featureCard__badge .num {
    font-size: 3.2rem;
  }
  .featureCard__header {
    margin-bottom: 2.4rem;
  }
  .featureCard__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .voiceCard {
    -webkit-box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.25);
  }
  .voiceCard__header {
    padding: 2rem 2.4rem 0.8rem;
  }
  .voiceCard__header::after {
    left: 4.6rem;
    width: 2.2rem;
    height: 1.7rem;
  }
  .voiceCard__ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .voiceCard__left {
    width: calc(100% - 8rem);
    padding-right: 0.8rem;
  }
  .voiceCard__right {
    width: 8rem;
  }
  .voiceCard__body {
    padding: 2.4rem 2.4rem 3.2rem;
  }
  .voiceCard__txt {
    font-size: 1.6rem;
    background-size: 0.8rem 100%, 100% 3.2rem;
  }
  .schoolMedia {
    margin-bottom: 9.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schoolMedia::after {
    content: "";
  }
  .schoolMedia__header {
    margin-bottom: 0;
    margin-right: 6.2rem;
    width: 27.7%;
  }
  .schoolMedia__body {
    width: 56%;
  }
  .schoolMedia__label {
    min-width: 10.8rem;
    padding: 1.2rem 2.7rem;
    border-radius: 0 0 1.6rem 0;
  }
  .schoolMedia__ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .flowCard__header {
    margin-bottom: 1.6rem;
  }
  .flowCard__num {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .flowCard__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .flowCard__txt {
    line-height: 2;
  }
  .flowCard__list {
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .flowCard__cta {
    margin-top: 1.6rem;
    -webkit-box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.25);
    padding: 2rem 1.6rem;
  }
  .flowCardCta__tel {
    margin-bottom: 1.8rem;
  }
  .flowCardCta__btn {
    margin-bottom: 1.6rem;
  }
  .flowCardCta .ctaTel {
    font-size: 2.8rem;
  }
  .flowCardCta .ctaTel__icon {
    width: 3.5rem;
  }
  .flowCardCta .ctaNote {
    font-size: 1.4rem;
  }
  .btn {
    font-size: 2.4rem;
    border-radius: 10rem;
    padding: 1.6rem;
  }
  .btn--entry {
    font-size: 3.2rem;
    padding: 3.2rem;
  }
  .btn--entry::after {
    width: 1.6rem;
    height: 1.8rem;
    margin-left: 2rem;
  }
  .ctaBtn {
    -webkit-box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.25);
    border-width: 0.4rem;
    border-radius: 10rem;
    font-size: 2.4rem;
    padding: 1.4rem 0.4rem;
  }
  .ctaBtn::after {
    right: 2.4rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 0.2rem;
  }
  .ctaBtn--sm {
    font-size: 1.8rem;
    padding: 1rem 0.4rem;
  }
  .ctaBtn--sm::after {
    margin-top: 0;
    right: 1.6rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .ctaBtn--pr {
    padding-right: 4rem;
  }
  .ctaBtn--2line {
    padding: 0.67rem;
  }
  .ctaBtn__note {
    font-size: 1rem;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .l-lpCta {
    padding-top: 6rem;
  }
  .cta__en {
    padding-top: 0;
  }
  .l-lpCta__top {
    padding: 6rem 2rem;
  }
  .l-lpCta__ttl {
    font-size: 3.8rem;
    padding-bottom: 1.6rem;
    letter-spacing: 0.08em;
  }
  .l-lpCta__ttl .dots {
    background-image: radial-gradient(circle at center, orange 30%, transparent 30%);
    background-size: 1em 0.35em;
  }
  .l-lpCta__bottom {
    padding: 2rem 0;
  }
  .lpCta__label {
    width: 44rem;
    margin-bottom: 2em;
    padding: 1.1rem 12rem;
    border-radius: 10rem;
    gap: 0.4rem;
  }
  .lpCta__label::after {
    bottom: -1rem;
    width: 2rem;
    height: 1.4rem;
  }
  .lpCta__label .lg {
    font-size: 2rem;
  }
  .lpCta__label .sm {
    font-size: 1.6rem;
  }
  .lpCtaBtn {
    width: 44rem;
    margin: 0 auto;
    font-size: 2.4rem;
    padding: 2.1rem 1.6rem;
  }
  .lpCtaBtn::after {
    right: 4rem;
    width: 2.1rem;
    height: 2.1rem;
  }
  .lpCtaTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lpCtaTel__txt {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .lpCtaTel__flex {
    gap: 1.1rem;
    margin-bottom: 0;
    margin-left: 2.8rem;
    margin-right: 1.2rem;
  }
  .lpCtaTel__icon {
    width: 3.2rem;
    padding-top: 0.4rem;
  }
  .lpCtaTel__num {
    font-size: 4.8rem;
    line-height: 1;
  }
  .lpCtaTel__note {
    font-size: 1.6rem;
  }
  .l-opening:after {
    width: 283px;
  }
  .l-opening__header h2:before {
    height: 15px;
  }
  .l-opening__header h2:after {
    width: 25%;
    height: 15px;
  }
  .l-opening__header h2 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .l-opening__header p {
    font-size: 2rem;
  }
  .l-opening__list {
    gap: 1.5%;
  }
  .l-opening__item {
    width: 18.4%;
    margin-bottom: 3.2rem;
  }
  .translateFixed {
    width: 160px;
    left: 4rem;
    bottom: 4rem;
  }
  .translateFixed:before {
    width: 24px;
    height: 24px;
    left: 1.2rem;
  }
  .translateFixed:after {
    width: 12px;
    height: 12px;
    right: 1.2rem;
  }
  .translate__select {
    font-size: 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.request #contact {
    font-size: 2.892vw;
    /* button */
  }
  body.request #contact section + section {
    margin-top: 9.639vw;
  }
  body.request #contact #text .box {
    padding: 4.819vw 6.024vw;
    border-radius: 1.205vw;
    border: 0.241vw #ddd solid;
  }
  body.request #contact #text h3 {
    font-size: 3.373vw;
  }
  body.request #contact #text h3 + p {
    margin-top: 0.723vw;
  }
  body.request #contact #text .tel {
    margin-top: 5.542vw;
    font-size: 3.373vw;
  }
  body.request #contact #text .tel a {
    margin: 1.928vw auto 1vw;
    font-size: 8.193vw;
  }
  body.request #contact #text .tel a img {
    width: 6.024vw;
    margin-right: 0.964vw;
  }
  body.request #contact #text .tel span {
    font-size: 2.41vw;
  }
  body.request #contact #formbox h2 {
    margin: 0 0 0.964vw;
    padding: 2.169vw 0;
    font-size: 3.855vw;
    font-weight: bold;
    color: #ec6c00;
    line-height: 1.4;
  }
  body.request #contact #formbox .note {
    font-size: 2.41vw;
    margin-bottom: 3.855vw;
  }
  body.request #contact #formbox .note span {
    font-size: 1.928vw;
  }
  body.request #contact input[type=text],
  body.request #contact input[type=tel],
  body.request #contact input[type=email],
  body.request #contact input[type=password],
  body.request #contact input[type=number],
  body.request #contact select {
    height: 7.711vw;
    line-height: 7.711vw;
    padding: 0 3.855vw;
    border-radius: 0.361vw;
    font-size: 2.892vw;
  }
  body.request #contact .selectbox:after {
    width: 0.964vw;
    height: 0.964vw;
    border-right: 0.241vw #999 solid;
    border-bottom: 0.241vw #999 solid;
    top: 2.892vw;
    right: 2.771vw;
    -webkit-transform: translateY(-0.843vw) rotate(45deg);
            transform: translateY(-0.843vw) rotate(45deg);
  }
  body.request #contact textarea {
    height: 48.193vw;
    padding: 1.928vw 3.855vw;
    border-radius: 0.361vw;
    font-size: 2.892vw;
  }
  body.request #contact input[type=checkbox] + span {
    margin: 0.602vw;
    padding-left: 3.614vw;
  }
  body.request #contact input[type=checkbox] + span:before {
    width: 2.651vw;
    height: 2.651vw;
    border-radius: 0.241vw;
    top: 0.964vw;
  }
  body.request #contact input[type=checkbox]:checked + span:after {
    width: 0.964vw;
    height: 1.687vw;
    border-bottom: 0.482vw #fff solid;
    border-right: 0.482vw #fff solid;
    left: 0.723vw;
    top: 0.964vw;
  }
  body.request #contact input[type=radio] + span {
    margin: 0.602vw;
    padding-left: 3.614vw;
  }
  body.request #contact input[type=radio] + span:before {
    width: 2.41vw;
    height: 2.41vw;
    border: 0.241vw #dedede solid;
    top: 0.964vw;
  }
  body.request #contact input[type=radio]:checked + span:after {
    width: 1.928vw;
    height: 1.928vw;
    left: 0.482vw;
    top: 1.446vw;
  }
  body.request #contact .mw_wp_form .horizontal-item {
    margin-right: 1.205vw;
  }
  body.request #contact .mw_wp_form .error {
    margin-top: 1.205vw;
    margin-bottom: -1.687vw;
    font-size: 2.41vw;
  }
  body.request #contact #buttonbox {
    padding: 2.651vw 0 0;
  }
  body.request #contact #buttonbox #sendBtnBox {
    width: 36.145vw;
    height: 8.434vw;
    border-radius: 0.723vw;
  }
  body.request #contact #buttonbox #sendBtnBox input {
    width: 36.145vw;
    height: 8.434vw;
    font-size: 2.892vw;
  }
  body.request #contact #buttonbox #backBtnBox input {
    margin-top: 2.41vw;
    font-size: 2.892vw;
  }
  table.request tbody,
  table.request tr,
  table.request th,
  table.request td {
    display: block;
  }
  table.request th {
    width: 100%;
    padding: 3.133vw 0 1.566vw;
  }
  table.request th.require:after {
    margin-left: 0.361vw;
    font-size: 1.928vw;
  }
  table.request th br {
    display: none;
  }
  table.request td {
    padding: 0 0 3.614vw;
  }
  table.request .selectbox,
  table.request select {
    max-width: 36.145vw;
  }
  table.request td #address {
    margin-top: 1.687vw;
  }
  table.request td.gray {
    padding: 1.687vw;
    font-size: 3.133vw;
  }
  .l-lpForm {
    padding: 10vw 0;
  }
  .l-lpForm #title {
    padding: 3.614vw 0;
  }
  .l-lpForm #title h1 {
    padding: 0;
    font-size: 4.819vw;
    text-align: left;
  }
  .l-lpForm .inner {
    width: calc(100% - 9.639vw);
  }
  .l-lpForm p {
    text-align: left;
    font-size: 2.892vw;
    line-height: 1.8;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
