@charset "UTF-8";
@import url("https://use.typekit.net/qty4jqq.css");
/* ==========================================================================
    Foundation
  ========================================================================== */
/*  Mixin
  ----------------------------------------------------------------- */
/*  Global
  ----------------------------------------------------------------- */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol li, ul li {
  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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
          clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

/*  Base
  ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*画像ポップアップJS調整*/
.lum-gallery-button {
  display: none;
}

.lum-lightbox {
  z-index: 9999;
}

.lum-lightbox-inner img {
  width: 1178px;
  margin: 0 auto;
}

/* ==========================================================================
  Layout
  ========================================================================== */
/*  l-header
----------------------------------------------------------------- */
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 374px) {
  .l-header__inner {
    padding: 14px 15px;
  }
}
.l-header__logo {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 127px;
  }
}
@media screen and (max-width: 390px) {
  .l-header__logo {
    width: 120px;
  }
}

.l-header__cta--small {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__cta--small {
    margin-right: 10px;
  }
}

.l-header__btn {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 390px) {
  .l-header__btn {
    font-size: 1.3rem;
  }
}

/*  l-main
----------------------------------------------------------------- */
.l-main {
  overflow: hidden;
}

/*  l-inner
----------------------------------------------------------------- */
.l-inner {
  max-width: 1366px;
  padding: 0 94px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .l-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

/*  l-information
----------------------------------------------------------------- */
.l-information {
  background-color: #f0f0f0;
  padding: 40px 0 0;
}

@media (max-width: 1024px) {
  .l-information {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .l-information {
    margin-top: 120px;
  }
}
@media (min-width: 1025px) {
  .l-information__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-information__row__col {
  color: #757575;
}

@media (min-width: 1025px) {
  .l-information__row__col {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .l-information__row__col p {
    margin: 0;
  }
}
.l-information__row__col a {
  color: #757575;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.l-information__row__col a:hover {
  color: #0082be;
}

.l-information__row__col--first {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(13px * 0.001 * 100);
}

@media (max-width: 1024px) {
  .l-information__row__col--first {
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .l-information__row__col--first {
    width: 536px;
    margin-right: 16px;
  }
}
.l-information__row__col--second,
.l-information__row__col--third,
.l-information__row__col--forth {
  font-family: mic-32-new-rounded-web, fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(14px * 0.001 * 100);
}

@media (min-width: 1025px) {
  .l-information__row__col--second,
.l-information__row__col--third,
.l-information__row__col--forth {
    width: 168px;
  }
}
@media (max-width: 1024px) {
  .l-information__row__col--second span,
.l-information__row__col--third span,
.l-information__row__col--forth span {
    display: inline-block;
    width: 64px;
  }
}
/*  l-footer
----------------------------------------------------------------- */
.l-footer {
  position: relative;
  background: #0082be;
}

@media (max-width: 1024px) {
  .l-footer {
    padding: 0 0 40px;
    margin-top: 84px;
  }
}
@media (min-width: 1025px) {
  .l-footer {
    padding: 0 0 60px;
    margin-top: 84px;
  }
}
.l-footer:before {
  content: "";
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  height: 84px;
  background: url(../../../public/img/footer/wave.svg) no-repeat center top;
  background-color: #f0f0f0;
}

.l-footer__top {
  text-align: center;
  line-height: 1;
}

.l-footer__top__logo {
  width: 300px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .l-footer__top__logo {
    width: 222px;
  }
}

.l-footer__bottom__copyright {
  color: #fff;
  font-size: 1.1rem;
}

/*  c-btn
  ----------------------------------------------------------------- */
.c-btn {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d83c0c;
  border-radius: 100px;
  display: block;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: fit-content;
  padding: 8px 25px;
}
.c-btn.c-btn--small {
  background-color: #fff;
  border: 2px solid #0082be;
  padding: 8px 25px;
}
.c-btn.c-btn--small span {
  color: #0082be;
}
.c-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 4px 20px;
  }
  .c-btn.c-btn--small {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-btn {
    padding: 4px 10px;
  }
  .c-btn.c-btn--small {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 374px) {
  .c-btn {
    padding: 4px 5px;
    font-size: 12px;
  }
  .c-btn.c-btn--small {
    padding: 2px 5px;
    font-size: 12px;
  }
}
.c-btn span {
  color: #fff;
}
.c-btn--balloon {
  width: 540px;
  margin: 0 auto;
  letter-spacing: -0.03em;
  line-height: 1.3;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn--balloon {
    width: 295px;
    max-width: 100%;
    padding: 10px 0;
  }
}
.c-btn--balloon span:first-of-type {
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn--balloon span:first-of-type {
    font-size: 1.3rem;
  }
}
.c-btn--balloon span:last-of-type {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-btn--balloon span:last-of-type {
    font-size: 1.8rem;
  }
}
.c-btn--balloon span:last-of-type > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-btn--balloon span:last-of-type > span {
    font-size: 1.4rem;
  }
}
.c-btn--balloon__img {
  position: absolute;
  left: -40px;
  top: -80px;
  width: 125px;
}
@media screen and (max-width: 768px) {
  .c-btn--balloon__img {
    left: -6px;
    top: -50px;
    width: 67px;
  }
}
.c-btn--balloon__img--sm {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 60px;
}
.c-btn--balloon__img--sm img {
  /* image-rendering: -webkit-optimize-contrast; */
}
@media screen and (max-width: 768px) {
  .c-btn--balloon__img--sm {
    left: 10px;
    top: -10px;
    width: 40px;
  }
}

/*  c-ttl
  ----------------------------------------------------------------- */
.c-ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*  p-mv
----------------------------------------------------------------- */
.p-mv {
  background: url(../img/mv_pc.jpg) no-repeat center top/cover;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .p-mv {
    background: url(../img/mv_pc.jpg) no-repeat top -70px right/1477px 1552px;
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 1365px) {
  .p-mv {
    background: url(../img/mv_pc.jpg) no-repeat top -70px right /cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv {
    background: url(../img/mv_pc.jpg) no-repeat top right /cover;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: url(../img/mv_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p-mv {
    background: url(../img/mv_sp.jpg) no-repeat right -18px top/125% auto;
  }
}
@media screen and (max-width: 374px) {
  .p-mv {
    background: url(../img/mv_sp.jpg) no-repeat right -40px top/468px auto;
  }
}
.p-mv::before {
  position: absolute;
  top: -120px;
  left: 0;
  content: "";
  background: url(../../../public/img/header/wave.svg) no-repeat bottom left/cover;
  display: inline-block;
  width: 100%;
  height: 162px;
}
@media screen and (max-width: 768px) {
  .p-mv::before {
    background: url(../../../public/img/header/wave.svg) no-repeat top center/cover;
    height: 88px;
    top: -65px;
  }
}


.p-mv__catch {
  padding: 70px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 70px 0 auto;
  line-height: 1;
  letter-spacing: -0.08em;
  font-size: 7.2rem;
}
@media screen and (max-width: 1365px) {
  .p-mv__catch {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__catch {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    font-size: 2.4rem;
    padding: 45px 0 0;
    margin: 0 calc(50% - 200px) 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__catch {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .p-mv__catch {
    font-size: 2.2rem;
  }
}
.p-mv__catch--sm {
  font-size: 6rem;
  letter-spacing: -0.08em;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .p-mv__catch--sm {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch--sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .p-mv__catch--sm {
    font-size: 1.8rem;
  }
}
.p-mv__catch--lg {
  font-size: 13.8rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-mv__catch--lg {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch--lg {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 374px) {
  .p-mv__catch--lg {
    font-size: 4.6rem;
  }
}
.p-mv__catch span:last-of-type {
  letter-spacing: -0.08em;
  line-height: 1.4;
}

.p-mv__list {
  padding: 80px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-mv__list {
    padding: 20px 0 0;
  }
}

.p-mv__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .p-mv__item {
    width: calc(100% / 3);
  }
}
.p-mv__item + .p-mv__item {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-mv__item + .p-mv__item {
    margin: 0;
  }
}

.p-mv__cta {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-mv__cta {
    padding: 15px 0 0;
  }
}
.p-mv__cta__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: -0.03em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv__cta__desc {
    font-size: 1.3rem;
  }
}
.p-mv__cta__desc--sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-mv__cta__desc--sm {
    font-size: 1.1rem;
  }
}
.p-mv__cta__desc__line {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.9rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-mv__cta__desc__line {
    font-size: 1.3rem;
  }
}
.p-mv__cta__btn {
  font-size: 3.6rem;
  width: 610px;
  padding: 20px 0;
  letter-spacing: -0.03em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv__cta__btn {
    font-size: 1.6rem;
    width: 295px;
    padding: 8px 0;
  }
}

.p-mv__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
  font-size: 3rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
  padding: 15px 0 0;
}
@media screen and (max-width: 1365px) {
  .p-mv__desc {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc {
    font-size: 1.6rem;
    padding: 23px 0 0;
  }
}
.p-mv__desc--lg {
  font-size: 5rem;
}
@media screen and (max-width: 1365px) {
  .p-mv__desc--lg {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__desc--lg {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc--lg {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc p:nth-of-type(2) {
    padding: 10px 0 0;
  }
}

.p-mv__notice {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.05em;
  padding: 15px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-mv__notice {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}

/*  p-campaign
----------------------------------------------------------------- */
.p-campaign {
  padding: 50px 0;
  background: #0082be;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-campaign {
    margin: -70px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-campaign {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-campaign {
    padding: 25px 0;
  }
}

/*  p-about
----------------------------------------------------------------- */
.p-about {
  background: #f0f0f0;
  position: relative;
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 10px 0 0;
  }
}

.p-about__ttl {
  font-size: 4.2rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__ttl {
    font-size: 2.4rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 374px) {
  .p-about__ttl {
    font-size: 2.1rem;
  }
}
.p-about__ttl--sm {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about__ttl--sm {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .p-about__ttl--sm {
    font-size: 1.2rem;
  }
}

.p-about__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.05em;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

.p-about__item {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  width: calc((100% - 40px) / 3);
  position: relative;
  padding: 30px 40px;
}
@media screen and (max-width: 1365px) {
  .p-about__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__item {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__item {
    padding: 15px 10px;
  }
}
.p-about__item + .p-about__item {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-about__item + .p-about__item {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__item + .p-about__item {
    margin: 12px 0 0;
  }
}
.p-about__item__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about__item__group:first-of-type {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-about__item__group + .p-about__item__group {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
}
.p-about__item__point {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1em;
  width: 100px;
  text-align: center;
  color: #0082be;
}
@media screen and (max-width: 768px) {
  .p-about__item__point {
    line-height: 1.6;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 72px;
  }
}
.p-about__item__img {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__item__img {
    width: 68px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.p-about__item__ttl {
  padding: 10px 0 0;
  color: #0082be;
  font-size: 2.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .p-about__item__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__item__ttl {
    padding: 0;
    margin: 0 auto 0 15px;
  }
}
@media screen and (max-width: 374px) {
  .p-about__item__ttl {
    font-size: 1.6rem;
  }
}
.p-about__item__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__item__desc {
    line-height: 1.5;
    padding: 0;
    margin: 0 0 0 15px;
    text-align: left;
  }
}

/*  p-detail
----------------------------------------------------------------- */
.p-detail {
  background: #0082be;
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding: 20px 0 40px;
  }
}

.p-detail__container {
  background: #fff;
  border-radius: 8px;
  padding: 50px 40px 40px;
}
@media screen and (max-width: 768px) {
  .p-detail__container {
    padding: 20px;
  }
}

.p-detail__ttl {
  color: #515151;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-detail__ttl {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__ttl {
    font-size: 1.6rem;
  }
}
.p-detail__ttl--letter {
  width: 253px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-detail__ttl--letter {
    width: 126px;
  }
}
.p-detail__ttl--sm {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-detail__ttl--sm {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__ttl--sm {
    font-size: 1.3rem;
  }
}
.p-detail__ttl--lg {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-detail__ttl--lg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__ttl--lg {
    font-size: 2rem;
  }
}

.p-detail__img {
  max-width: 100%;
  width: 520px;
  margin: -5px auto 0;
}
.p-detail__img img {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
  .p-detail__img {
    width: 250px;
    margin: 5px auto 0;
  }
}

.p-detail__catch {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  /* padding: 25px 0 0; */
}
@media screen and (max-width: 768px) {
  .p-detail__catch {
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-detail__catch--sm {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 13px 0 0;
  letter-spacing: 0;
}

.p-detail__tbl {
  border-collapse: separate;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-detail__tbl {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__tbl {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.p-detail__tr {
  border-right: 3px solid #c9c9c9;
}

.p-detail__tr:nth-of-type(2) td:first-of-type {
  border-radius: 8px 0 0;
}

.p-detail__tr:last-of-type td {
  border-bottom: 3px solid #c9c9c9;
}

.p-detail__tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}

.p-detail__tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px;
}

.p-detail__th {
  border-top: 3px solid #c9c9c9;
  border-left: 3px solid #c9c9c9;
  vertical-align: middle;
}
.p-detail__th:nth-of-type(1) {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .p-detail__th:nth-of-type(1) {
    width: 20%;
  }
}
.p-detail__th:nth-of-type(2) {
  width: 41.5%;
  background: #0082be;
  color: #fff;
  border-radius: 8px 0 0;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-detail__th:nth-of-type(2) {
    line-height: 1.4;
    width: 40%;
    padding: 7px 0;
  }
}
.p-detail__th--sm {
  font-size: 1.4rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-detail__th--sm {
    font-size: 1rem;
  }
}
.p-detail__th:nth-of-type(3) {
  width: 41.5%;
  background: #f0f0f0;
  border-right: 3px solid #c9c9c9;
  font-size: 2.4rem;
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-detail__th:nth-of-type(3) {
    font-size: 1.2rem;
    width: 40%;
  }
}
.p-detail__th__img {
  width: 132px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-detail__th__img {
    width: 84px;
  }
}

.p-detail__td {
  border-top: 3px solid #c9c9c9;
  border-left: 3px solid #c9c9c9;
}
@media screen and (max-width: 374px) {
  .p-detail__td br.u-pc-only {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__td br.u-sp-only {
    display: none;
  }
}
.p-detail__td:nth-of-type(1) {
  background: #fff2d2;
  vertical-align: middle;
  width: 17%;
}
.p-detail__td:nth-of-type(1) .p-detail__td__point {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  /* color: #0082be; */
}
@media screen and (max-width: 1024px) {
  .p-detail__td:nth-of-type(1) .p-detail__td__point {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(1) .p-detail__td__point {
    font-size: 1rem;
  }
}
.p-detail__td:nth-of-type(1) .p-detail__td__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 1365px) {
  .p-detail__td:nth-of-type(1) .p-detail__td__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-detail__td:nth-of-type(1) .p-detail__td__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(1) .p-detail__td__ttl {
    font-size: 1.2rem;
  }
}
.p-detail__td:nth-of-type(2) {
  background: url(../img/about_good@2x.png) no-repeat bottom 25px center/102px 102px;
  padding: 25px 5px;
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(2) {
    padding: 15px 4px;
    background: url(../img/about_good@2x.png) no-repeat bottom 15px center/84px 84px;
  }
}
.p-detail__td:nth-of-type(2) .p-detail__td__ttl {
  font-size: 2.8rem;
  color: #0082be;
  text-shadow: 0.5px 0 0 #0082be,
              -0.5px 0 0 #0082be;
}
@media screen and (max-width: 1024px) {
  .p-detail__td:nth-of-type(2) .p-detail__td__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(2) .p-detail__td__ttl {
    font-size: 1.7rem;
    letter-spacing: -0.1em;
    line-height: 1.4;
  }
}
.p-detail__td:nth-of-type(3) {
  background: url(../img/about_bad@2x.png) no-repeat bottom 25px center/118px 102px;
  padding: 25px 5px 32px;
  border-right: 3px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(3) {
    background: url(../img/about_bad@2x.png) no-repeat bottom 15px center/84px 84px;
    padding: 15px 4px;
  }
}
.p-detail__td:nth-of-type(3) .p-detail__td__ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .p-detail__td:nth-of-type(3) .p-detail__td__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__td:nth-of-type(3) .p-detail__td__ttl {
    font-size: 1.7rem;
    letter-spacing: -0.1em;
    line-height: 1.4;
  }
}
.p-detail__td__desc {
  font-size: 2rem;
  display: block;
  padding: 10px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-detail__td__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__td__desc {
    font-size: 1.2rem;
  }
}
.p-detail__td__desc--thin {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-detail__cta {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-detail__cta {
    padding: 40px 0 0;
  }
}

/*  p-reason
----------------------------------------------------------------- */
.p-reason {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 30px 0 0;
  }
}

.p-reason__ttl {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl {
    font-size: 2.1rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 374px) {
  .p-reason__ttl {
    font-size: 1.8rem;
  }
}
.p-reason__ttl--sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl--sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .p-reason__ttl--sm {
    font-size: 1.6rem;
  }
}
.p-reason__ttl--lg {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl--lg {
    font-size: 4rem;
  }
}

.p-reason__list {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-reason__list {
    padding: 20px 0;
  }
}

.p-reason__item {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 25px 45px;
  overflow: hidden;
}
@media screen and (max-width: 1365px) {
  .p-reason__item {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item {
    padding: 0 20px;
  }
}
.p-reason__item + .p-reason__item {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__item + .p-reason__item {
    margin: 20px 0 0;
  }
}
.p-reason__item::before {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #c9c9c9;
  font-size: 26.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  left: -24px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .p-reason__item::before {
    font-size: 9rem;
    left: -10px;
    top: 0;
  }
}
.p-reason__item:first-of-type::before {
  content: "01";
}
.p-reason__item:nth-of-type(2)::before {
  content: "02";
}
.p-reason__item:last-of-type::before {
  content: "03";
}

.p-reason__item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 15px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .p-reason__item__list--column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 {
    flex-direction: row;
    overflow-x: auto;
  }
  .p-reason__item__list--column2 {
    flex-direction: row;
    padding: 15px 0 30px;
    overflow-x: auto;
  }
}

.p-reason__item__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}
.p-reason__item__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.p-reason__item__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-reason__item__item a::before {
  content: "";
  display: inline-block;
  background: url(../img/reason_loupe.svg) no-repeat center/contain;
  width: 30px;
  height: 28px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.p-reason__item__list--column3 .p-reason__item__item {
  width: calc((100% - 40px) / 3);
  padding: 20px 30px 24px;
}
@media screen and (max-width: 1024px) {
  .p-reason__item__list--column3 .p-reason__item__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 .p-reason__item__item {
    padding: 15px;
    width: 278px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-reason__item__list--column3 .p-reason__item__item + .p-reason__item__item {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 .p-reason__item__item + .p-reason__item__item {
    margin: 0 0 0 12px;
  }
}
.p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__ttl {
  font-size: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__ttl {
    letter-spacing: -0.03em;
  }
}
.p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__img {
  padding: 10px 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__img {
    padding: 15px 0 0;
  }
}
.p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__img img {
  max-width: 287px;
  margin: 0 auto;
}
.p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__desc {
  padding: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column3 .p-reason__item__item .p-reason__item__item__desc {
    padding: 30px 0 0;
  }
}

.p-reason__item__list--column2 .p-reason__item__item {
  width: calc((100% - 16px) / 2);
  padding: 40px 40px 25px;
}
@media screen and (max-width: 1024px) {
  .p-reason__item__list--column2 .p-reason__item__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column2 .p-reason__item__item {
    /* width: 100%; */
    width: 278px;
    flex-shrink: 0;
    padding: 10px 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column2 .p-reason__item__item + .p-reason__item__item {
    margin: 0 0 0 12px;
  }
}
.p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__ttl {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__ttl {
    font-size: 2.4rem;
  }
}
.p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__img {
  padding: 30px 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__img {
    padding: 15px 0 0;
  }
}
.p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__img img {
  margin: 0 auto;
  max-width: 453px;
}
.p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__desc {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__item__list--column2 .p-reason__item__item .p-reason__item__item__desc {
    padding: 15px 0 0;
  }
}

.p-reason__item__ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-reason__item__ttl {
    font-size: 3rem;
  }
}
.p-reason__item__ttl--sm {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item__ttl--sm {
    font-size: 1.4rem;
  }
}

.p-reason__item__item__ttl {
  text-align: center;
  color: #0082be;
  line-height: 1.5;
}

.p-reason__item__item__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-reason__cta {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta {
    padding: 10px 0 0;
  }
}

/*  p-result
----------------------------------------------------------------- */
.p-result {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-result {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 0 20px;
  }
}

.p-result__ttl {
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-result__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-result__ttl {
    font-size: 2.1rem;
    letter-spacing: -0.03em;
    line-height: 1.3;
  }
}
.p-result__ttl--lg {
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-result__ttl--lg {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-result__ttl--lg {
    font-size: 3rem;
  }
}

.p-result__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-result__desc {
    padding: 10px 0 0;
  }
}

.p-result__slider {
  background: #f0f0f0;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  margin: 50px 0 0;
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .p-result__slider {
    margin: 10px 0 0;
    padding: 20px 15px;
  }
}

.p-result__slider__catch {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-result__slider__catch {
    font-size: 2.1rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 374px) {
  .p-result__slider__catch {
    font-size: 1.8rem;
  }
}

.p-result .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-result__slider__list {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-result__slider__list {
    padding: 10px 0 0;
  }
}

.p-result__slider__item {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  margin: 0 15px;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .p-result__slider__item {
    border-radius: 4px;
    margin: 0 5px;
  }
}

.p-result__slider__ttl {
  color: #fff;
  font-size: 6rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-result__slider__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-result__slider__ttl {
    font-size: 3rem;
    padding: 32px 0;
    border-radius: 4px 4px 0 0;
  }
}
.p-result__slider__ttl img {
  border-radius: 8px 8px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .p-result__slider__ttl img {
    border-radius: 4px 4px 0 0;
  }
}
.p-result__slider__ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -5;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-result__slider__ttl::before {
    border-radius: 4px 4px 0 0;
  }
}
.p-result__slider__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5em;
  display: inline-block;
  background: url(../img/result_icon.png) no-repeat center/contain;
  width: 143px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  .p-result__slider__ttl::after {
    width: 70px;
    height: 70px;
  }
}

.p-result__slider__desc {
  text-align: center;
  padding: 40px 1em 40px;
}
@media screen and (max-width: 768px) {
  .p-result__slider__desc {
    padding: 30px 1em;
    line-height: 1.7;
  }
}
.p-result__slider__desc span {
  color: #d83c0c;
}

.p-result .slick-prev,
.p-result .slick-next {
  position: absolute;
  top: 50%;
}

.p-result .slick-prev {
  left: 0;
}

.p-result .slick-next {
  right: 0;
}

.p-result .slick-arrow {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 768px) {
  .p-result .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.p-result .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  z-index: 10;
}

.p-result .slick-arrow > i {
  display: none;
}

.p-result .slick-next:before {
  background: url(../img/arrow_r.svg?ver=1.0.1) !important;
  background-size: contain !important;
  right: -10px;
}

.p-result .slick-prev:before {
  background: url(../img/arrow_l.svg?ver=1.0.1) !important;
  background-size: contain !important;
  left: -10px;
}

/*  p-voice
----------------------------------------------------------------- */
.p-voice {
  padding: 30px 0 70px;
}
.p-voice.lazyloaded {
  background: url(../img/voice_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 8px 0 35px;
  }
  .p-voice.lazyloaded {
    background: url(../img/voice_bg_sp.jpg) no-repeat center/cover;
  }
}

.p-voice__ttl {
  font-size: 6rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl {
    letter-spacing: -0.03em;
    font-size: 4.2rem;
  }
}
.p-voice__ttl--sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl--sm {
    font-size: 1.8rem;
  }
}

.p-voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 45px 0;
}
@media screen and (max-width: 1365px) {
  .p-voice__list {
    padding: 45px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0 0;
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 16px) / 2);
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 50px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .p-voice__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-voice__item {
    padding: 15px;
  }
}
.p-voice__item:nth-of-type(n + 3) {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice__item:nth-of-type(n + 3) {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__item:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__item:nth-of-type(n + 2) {
    margin: 0;
  }
}

.p-voice__top {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-voice__top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-voice__catch {
  color: #0082be;
  font-size: 2.4rem;
  letter-spacing: 0;
  padding: 20px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  .p-voice__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__catch {
    white-space: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__catch {
    font-size: 1.5rem;
    padding: 16px 0 0;
  }
}

.p-voice__tbl {
  margin: 10px 0 15px;
  border-bottom: 1px dashed #c9c9c9;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .p-voice__th {
    font-size: 1.2rem;
    padding: 0 0 6px;
  }
}
.p-voice__th:nth-of-type(1) {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 38%;
  padding-right: 1em;
}
.p-voice__th:nth-of-type(2) {
  color: #d83c0c;
  width: 62%;
}

.p-voice__td {
  padding: 0 0 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__td {
    padding: 0 0 20px;
    padding: 0 0 10px;
  }
}
.p-voice__td:nth-of-type(1) {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  vertical-align: middle;
  padding-right: 1em;
}
@media screen and (max-width: 1365px) {
  .p-voice__td:nth-of-type(1) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__td:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .p-voice__td:nth-of-type(1) {
    font-size: 1.4rem;
  }
}
.p-voice__td:nth-of-type(1) .p-voice__td--sm {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-voice__td:nth-of-type(1) .p-voice__td--sm {
    font-size: 1rem;
  }
}
.p-voice__td:nth-of-type(2) {
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .p-voice__td:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__td:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.p-voice__td:nth-of-type(2) .p-voice__td--sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-voice__td:nth-of-type(2) .p-voice__td--sm {
    font-size: 1.2rem;
  }
}

.p-voice__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-voice .slick-prev,
.p-voice .slick-next {
  position: absolute;
  top: 50%;
}

.p-voice .slick-prev {
  left: 0;
}

.p-voice .slick-next {
  right: 0;
}

.p-voice .slick-arrow {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 768px) {
  .p-voice .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.p-voice .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  z-index: 10;
}

.p-voice .slick-arrow > i {
  display: none;
}

.p-voice .slick-next:before {
  background: url(../img/arrow_r.svg?ver=1.0.1) !important;
  background-size: contain !important;
  right: -10px;
}

.p-voice .slick-prev:before {
  background: url(../img/arrow_l.svg?ver=1.0.1) !important;
  background-size: contain !important;
  left: -10px;
}

.p-voice .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-voice .slick-slide {
  height: auto !important;
}

.p-voice-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.p-voice-dots li {
  margin: 0 3px;
}
.p-voice-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;
}
.p-voice-dots li button::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  background: #000;
  opacity: .25;
}
.p-voice-dots li.slick-active button::before {
  opacity: 1;
  transform: scale(1.3);
}

.p-voice__cta {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice__cta {
    padding: 35px 0 0;
  }
}

/*  p-service
----------------------------------------------------------------- */
.p-service {
  padding: 45px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding: 15px 0 20px;
  }
}

.p-service__ttl {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-service__ttl {
    font-size: 3rem;
  }
}
.p-service__ttl--sm {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__ttl--sm {
    font-size: 1.4rem;
  }
}

.p-service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0 0;
  width: 1086px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 0;
  }
}

.p-service__item {
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 16px) / 2);
  padding: 20px 38px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 0;
    padding: 20px;
    width: 100%;
  }
}
.p-service__item:nth-of-type(n + 3) {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .p-service__item:nth-of-type(n + 3) {
    margin: 10px 0 0;
  }
}

.p-service__img {
  width: 90px;
  margin: 0 30px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-service__img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__img {
    width: 48px;
    position: absolute;
    left: 20px;
    top: 26px;
  }
}
@media screen and (max-width: 374px) {
  .p-service__img {
    top: 20px;
  }
}

.p-service__catch {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-service__catch {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__catch {
    text-align: left;
    line-height: 1.2;
    margin: 0 0 0 55px;
  }
}
@media screen and (max-width: 374px) {
  .p-service__catch {
    font-size: 1.8rem;
  }
}
.p-service__catch--sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 374px) {
  .p-service__catch--sm {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-service__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .p-service__desc {
    padding: 10px 0 0;
  }
}

/*  p-media
----------------------------------------------------------------- */
.p-media {
  padding: 55px 0 60px;
  position: relative;
}
.p-media.lazyloaded {
  background: url(../img/media.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-media {
    padding: 25px 0 30px;
  }
  .p-media.lazyloaded {
    background: url(../img/media.jpg) no-repeat center right -170px/cover;
  }
}
.p-media::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 130, 190, 0.75);
  top: 0;
  left: 0;
}

.p-media__inner {
  position: relative;
  z-index: 10;
}

.p-media__ttl {
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-media__ttl {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 374px) {
  .p-media__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-media__ttl--sm {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .p-media__ttl--sm {
    font-size: 2rem;
  }
}

.p-media__list {
  padding: 5px 0 0;
  width: 728px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-media__list {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .p-media__list {
    padding: 20px 0 0;
  }
}

.p-media__item + .p-media__item {
  padding: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .p-media__item + .p-media__item {
    padding: 40px 0 0;
  }
}

.p-media__desc {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-media__desc {
    font-size: 1.4rem;
  }
}

.p-media__box {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  position: relative;
  margin: 40px 0 0;
  padding: 45px 1em 30px;
}
@media screen and (max-width: 768px) {
  .p-media__box {
    padding: 30px 20px;
  }
}
.p-media__box__ttl {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffcc01;
  width: 220px;
  text-align: center;
  color: #0082be;
  border-radius: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-media__box__ttl {
    font-size: 1.2rem;
    width: 120px;
  }
}

.p-media__name {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-media__name {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-media__capture {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.p-media__capture__item {
  width: calc((100% - 20px) / 2);
}
.p-media__capture__item img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-media__capture {
    flex-direction: column;
  }
  .p-media__capture__item {
    width: 100%;
  }
  .p-media__capture__item:last-of-type  {
    margin: 20px 0 0;
  }

}

/*  p-message
----------------------------------------------------------------- */
.p-message {
  padding: 35px 0 60px;
}
.p-message.lazyloaded {
  background: url(../img/message_pc.jpg) no-repeat right calc(50% - 25px) bottom -30px/2603px 1585px;
}
@media screen and (max-width: 1365px) {
  .p-message.lazyloaded {
    background: url(../img/message_pc.jpg) no-repeat right -810px bottom -50px/2603px 1585px;
  }
}
@media screen and (max-width: 1024px) {
  .p-message.lazyloaded {
    background-image: url(../img/message_pres.png), url(../img/message_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom, center;
    background-size: calc((440 /768)*100vw) auto, cover;
  }
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 25px 0 20px;
  }
  .p-message.lazyloaded {
    background: url(../img/message_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p-message.lazyloaded {
    background: url(../img/message_sp.jpg) no-repeat bottom right -290px/1035px 1170px;
  }
}
@media screen and (max-width: 374px) {
  .p-message.lazyloaded {
    background: url(../img/message_sp.jpg) no-repeat bottom right -318px/1035px 1170px;
  }
}

.p-message__ttl {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-message__ttl {
    font-size: 1.8rem;
  }
}
.p-message__ttl--en {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-message__ttl--en {
    font-size: 1.2rem;
  }
}

.p-message__desc {
  color: #fff;
  width: 1010px;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.75;
  letter-spacing: 0;
  padding: 65px 0 0;
}
@media screen and (max-width: 768px) {
  .p-message__desc {
    font-size: 1.3rem;
    padding: 20px 0 0;
    letter-spacing: -0.04em;
    line-height: calc(20 / 13);
  }
}
@media screen and (max-width: 480px) {
  .p-message__desc {
    font-size: 1.2rem;
  }
}

.p-message__name {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 45px 0 auto;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1365px) {
  .p-message__name {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-message__name {
    text-shadow: 2px 2px 2px #2b2b2b;
  }
}
@media screen and (max-width: 768px) {
  .p-message__name {
    font-size: 1.6rem;
    margin: 0 calc(50% - 200px) 0 auto;
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .p-message__name {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .p-message__name {
    text-shadow: 2px 2px 2px #2b2b2b;
  }
}
.p-message__name--sm {
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-message__name--sm {
    font-size: 1.2rem;
  }
}

.p-message__cta {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-message__cta {
    padding: 15px 0 0;
  }
}

/*  p-school
----------------------------------------------------------------- */
.p-school {
  padding: 55px 0 60px;
  position: relative;
}
.p-school.lazyloaded {
  background: url(../img/school.jpg) no-repeat top center/auto 2200px;
}
@media screen and (max-width: 768px) {
  .p-school {
    padding: 15px 0 20px;
  }
  .p-school.lazyloaded {
    background: url(../img/school.jpg) no-repeat top center/auto 1200px;
  }
}
.p-school::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(117, 117, 117, 0.75);
}

.p-school__inner {
  position: relative;
  z-index: 10;
}

.p-school__ttl {
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-school__ttl {
    font-size: 3rem;
  }
}

.p-school__list {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.p-school__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-school__item {
    margin-top: 20px;
  }
}

.p-school__area {
  background: #0082be;
  color: #fff;
  border-radius: 8px;
  padding: 20px 35px 15px;
  width: 100%;
  position: relative;
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color .2s;
}
@media screen and (max-width: 1365px) {
  .p-school__area {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-school__area {
    padding: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-school__area {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-school__area {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .p-school__area {
    padding: 5px 12px;
  }
}
.p-school__item.is-open .p-school__area {
  border-radius: 8px 8px 0 0;
}

.p-school__area::before,
.p-school__area::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%) ;
  -webkit-transform: translateY(-50%) ;
  
}
@media screen and (max-width: 1365px) {
  .p-school__area::before,
  .p-school__area::after {
    right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p-school__area::before,
  .p-school__area::after {
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-school__area::before,
  .p-school__area::after {
    right: 40px;
  }
}
@media screen and (max-width: 374px) {
  .p-school__area::before,
  .p-school__area::after {
    right: 32px;
  }
}
.p-school__area::before {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transition: transform .3s;
}
.p-school__item.is-open .p-school__area::before {
  transform: translateY(-50%) rotate(0);
  -webkit-transform: translateY(-50%) rotate(0);
}

.p-school-child__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-school-child__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-school-child__item {
  background: #fff;
  padding: 20px 35px 15px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .p-school-child__item {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-school-child__item {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-school-child__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-school-child__item {
    padding: 5px 12px;
  }
}
.p-school-child__item + .p-school-child__item {
  border-top: 1px solid #c9c9c9;
}

.p-school__name {
  color: #0082be;
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-school__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-school__name {
    border-bottom: none;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-school__name {
    font-size: 1.4rem;
  }
}
.p-school__name--sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-school__name--sm {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) {
  .p-school__name--sm {
    display: none;
  }
}

.p-school__map {
  height: 0;
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  padding-top: 56.25%;
}
.p-school__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-school__address,
.p-school__station,
.p-school__tel {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  padding: 5px 0 0 25px;
}
.p-school__address::before,
.p-school__station::before,
.p-school__tel::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
}
.p-school__address {
  margin: 5px 0 0;
  line-height: 1.4;
}
.p-school__address::before {
  background: url(../img/map_icon.svg) no-repeat center / contain;
}
.p-school__station {
  line-height: 1.4;
}
.p-school__station::before {
  background: url(../img/train_icon.svg) no-repeat center / contain;
}
.p-school__tel {
}
.p-school__tel::before {
  background: url(../img/tel_icon.svg) no-repeat center / contain;
}
.p-school__cta {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-school__address,
  .p-school__station,
  .p-school__tel {
    font-size: 1.4rem;
    padding: 5px 0 0 20px;
  }
  .p-school__address::before,
  .p-school__station::before,
  .p-school__tel::before {
    top: 7px;
  }
  .p-school__cta {
    margin: 10px 0 5px;
  }
}
.p-school__btn.c-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-school__tel a[href^="tel:"] {
    text-decoration: underline;
    pointer-events: all;
  }
  .p-school__btn.c-btn {
    font-size: 1.4rem;
  }
}

.p-school-child__toggle {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* @media screen and (max-width: 768px) {
  .p-school-child__toggle {
    top: 10px;
    -webkit-transform: translateY(6px) rotate(180deg);
    transform: translateY(6px) rotate(180deg);
  }
} */
.p-school-child__toggle.is-open {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* @media screen and (max-width: 768px) {
  .p-school-child__toggle.is-open {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
} */

/*  p-flow
----------------------------------------------------------------- */
.p-flow {
  padding: 55px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 25px 0 30px;
  }
}

.p-flow__ttl {
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .p-flow__ttl {
    font-size: 2.6rem;
  }
}

.p-flow__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__desc {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__desc {
    letter-spacing: -0.01em;
  }
}

.p-flow__list {
  width: 680px;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    margin: 25px auto 0;
    background: -webkit-linear-gradient(left, transparent 45px, #C9C9C9 45px, #C9C9C9 46px, transparent 46px);
    background: linear-gradient(to right, transparent 45px, #C9C9C9 45px, #C9C9C9 46px, transparent 46px);
    background-position: top 10px left;
    background-repeat: no-repeat;
  }
}

.p-flow__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 15px 40px 15px;
}
@media screen and (max-width: 768px) {
  .p-flow__list li {
    padding: 0;
  }
}

.p-flow__list li + li {
  margin-top: 40px;
}

.p-flow__list li:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .p-flow__list li:not(:last-of-type) {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__list li:last-of-type {
    background: #fff;
  }
}

.p-flow__img {
  width: 131px;
  margin: 0 40px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__img {
    background: #fff;
    width: 83px;
    margin: 0 15px 0 0;
    padding: 0 0 5px;
  }
}

.p-flow__txt {
  padding: 10px 0 0;
}

.p-flow__txt h3 {
  font-size: 2rem;
  color: #0082be;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__txt h3 {
    font-size: 1.6rem;
  }
}

.p-flow__txt p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  padding: 10px 0 0;
}

.p-flow__cta {
  padding: 75px 0 0;
}

/*  p-faq
----------------------------------------------------------------- */
.p-faq {
  background-color: #f0f0f0;
  background-image: url(../img/wave_bottom_faq.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 101%;
  padding: 55px 0 190px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    background-size: 100%;
    padding: 35px 0 70px;
  }
}

.p-faq__title {
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 3rem;
  }
}

.p-faq__toggle {
  background: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  margin: 10px auto;
  width: 680px;
  max-width: 100%;
}
.p-faq__toggle__title {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__toggle__title {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.p-faq__toggle__title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0 0 0 10px;
  background: url(../img/faq-arrow.svg) no-repeat center/contain;
  height: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(10px) rotate(180deg);
          transform: translateY(10px) rotate(180deg);
  width: 14px;
}
@media screen and (max-width: 768px) {
  .p-faq__toggle__title::after {
    -webkit-transform: translateY(8px) rotate(180deg);
            transform: translateY(8px) rotate(180deg);
  }
}

.p-faq__toggle__title.is-active::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .p-faq__toggle__title.is-active::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.p-faq__toggle__body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 20px;
  border-top: 1px solid #C9C9C9;
}

.js-toggle-tgt {
  display: none;
}

@media screen and (max-width: 768px) {
  .jq-slidetoggle-tgt {
    display: none;
  }
}

[data-emergence=hidden] {
  -webkit-transition: opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-out 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

[data-emergence=visible] {
  -webkit-transition: opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-out 0.5s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  p-contact
----------------------------------------------------------------- */
.p-contact {
  padding: 35px 0 0;
}

.p-contact__ttl {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-contact__ttl {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-contact__ttl--sm {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl--sm {
    font-size: 1.4rem;
  }
}

.p-contact__notice {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 12px 0 0;
  letter-spacing: 0;
}

.p-contact__body table {
  margin: 40px 0 0;
}

@media (max-width: 1024px) {
  .p-contact__body tr,
.p-contact__body .contactSubmitWrap {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 50);
  }
}
@media (min-width: 1025px) {
  .p-contact__header__title,
.p-contact__header__text,
.p-contact__body tr {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(16px * 0.001 * 50);
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .p-contact__body tr,
.p-contact__body .contactSubmitWrap {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 50);
  }
}
.p-contact__inner {
  background: #fff;
  border-radius: 8px;
  margin: auto;
}

@media (max-width: 1024px) {
  .p-contact__inner {
    width: calc(100% - 40px);
    padding: 30px 15px;
  }
}
@media (min-width: 1025px) {
  .p-contact__inner {
    width: 904px;
    padding: 7px 64px 40px;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .p-contact__header {
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .p-contact__header {
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .p-contact__header__title {
    margin-bottom: 10px;
  }
}
.p-contact__header__title span {
  display: block;
  color: #0082be;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .p-contact__body tr {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body tr {
    margin-bottom: 32px;
  }
}
.p-contact__body tr:first-child td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-contact__body th {
  color: #0082be;
}

@media (max-width: 1024px) {
  .p-contact__body th {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body th {
    width: 184px;
  }
}
@media (max-width: 1024px) {
  .p-contact__body th {
    width: 184px;
    font-weight: 700;
  }
}
.p-contact__body th .required {
  color: #d83c0c;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(12px * 0.001 * 50);
}

@media (max-width: 1024px) {
  .p-contact__body th .required {
    padding-left: 0.5ch;
  }
}
@media (min-width: 1025px) {
  .p-contact__body th .required {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body td {
    width: calc(100% - 184px);
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .p-contact__body td {
    width: calc(100% - 184px);
  }
  .p-contact__body td.p-contact__td--radio {
    width: 100%;
  }
}
.p-contact__body label {
  margin: 0;
}

.p-contact__body input,
.p-contact__body textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

.p-contact__body input[type=text],
.p-contact__body input[type=email],
.p-contact__body input[type=tel],
.p-contact__body .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: calc(16px * 0.001 * 0);
}

.p-contact__body .wpcf7-select {
  background: url(../../public/img/common/arrow-bottom-black.svg) no-repeat center right 10px;
}

@media (max-width: 1024px) {
  .p-contact__body .input_sei,
.p-contact__body .input_mei {
    width: 130px;
    margin-right: 8px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body .input_sei,
.p-contact__body .input_mei {
    width: 168px;
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .p-contact__body input[name=your-tel],
.p-contact__body input[name=your-email] {
    width: 100%;
    max-width: calc(100% - 60px);
  }
}
.p-contact__body .wpcf7-radio,
.p-contact__body .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-contact__body .wpcf7-list-item input[type=checkbox],
.p-contact__body .wpcf7-list-item input[type=radio] {
  display: none;
}

.p-contact__body .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:before {
  border-radius: 4px;
}

.p-contact__body .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  left: 4px;
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #0082be;
  border-right: 2px solid #0082be;
}

@media (max-width: 1024px) {
  .p-contact__body .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 7px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 6px;
  }
}
.p-contact__body .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  font-weight: 600;
  color: #0082be;
}

.p-contact__body .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  left: 6px;
  -webkit-transform: scale(1.5) rotate(45deg);
          transform: scale(1.5) rotate(45deg);
}

.p-contact__body .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:before {
  border-radius: 50%;
}

.p-contact__body .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #0082be;
  transform: scale(0);
}

@media (max-width: 1024px) {
  .p-contact__body .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .p-contact__body .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
    top: 50%;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .p-contact__body .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
    top: 50%;
  }
}
.p-contact__body .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 600;
  color: #0082be;
}

.p-contact__body .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__body .schoolCheckbox .school-year .wpcf7-list-item {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-contact__body .schoolCheckbox .school-year .wpcf7-list-item {
    font-size: 16px;
  }
}
.p-contact__body .schoolCheckbox .school-year .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0 1em;
} 

.p-contact__body .schoolCheckbox .hope-area .wpcf7-radio {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-contact__body .schoolCheckbox .hope-area .wpcf7-list-item {
  width: calc(50% - 1em);
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-contact__body .schoolCheckbox .hope-area .wpcf7-list-item {
    font-size: 16px;
  }
}
.p-contact__body .schoolCheckbox .hope-area .wpcf7-list-item:nth-of-type(n + 3) {
  margin: 15px 0 0 1em;
}
.p-contact__body .schoolCheckbox .hope-area .wpcf7-list-item:last-of-type {
  padding-top: 15px;
  border-top: 1px solid #C9C9C9;
  width: 100%;
}




.p-contact__body .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

@media (min-width: 1025px) {
  .p-contact__body .wpcf7-list-item-label {
    margin-bottom: 5px;
  }
}
.p-contact__body .wpcf7-list-item-label:before,
.p-contact__body .wpcf7-list-item-label:after {
  content: "";
  display: block;
}

.p-contact__body .wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-contact__body .wpcf7-list-item-label:after {
  position: absolute;
  opacity: 0;
}

.p-contact__body .wpcf7-list-item-label:hover {
  color: #0082be;
}

.p-contact__body .contactSubmitWrap {
  display: inline-block;
}

.p-contact__body .contactList {
  text-align: left;
}

@media (max-width: 1024px) {
  .p-contact__body .contactList {
    width: 260px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body dd.contactList__item {
    margin-bottom: 15px;
  }
}
.p-contact__body .contactSubmitWrap {
  line-height: 1.5;
  display: inline-block;
  background: #d83c0c;
  color: #fff;
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .p-contact__body .contactSubmitWrap {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}
@media (min-width: 1025px) {
  .p-contact__body .contactSubmitWrap {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.001 * 0);
  }
}
.p-contact__body .contactSubmitWrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.p-contact__body .contactSubmitWrap:hover {
  color: #fff;
  text-decoration: none;
}

.p-contact__body .contactSubmitWrap:hover:before {
  right: 24px;
}

.p-contact__body .contactSubmitWrap:focus {
  outline: 0;
}

.align-center,
.p-contact__body .contactSubmitWrap {
  text-align: center;
}

.p-contact__body .wpcf7-submit {
  background: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 55px 10px 32px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 36px 10px 16px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 55px 10px 32px;
  }
}

.hidden,
.p-contact__body .contact-hidden,
.c-modal-trigger {
  display: none !important;
}

.p-contact__body tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-contact {
  background-color: #fff;
}

.p-contact .p-contact__inner {
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

.p-contact .p-contact__header__title span {
  color: #d83c0c;
  font-size: 28px;
  margin: 10px 0 0;
}

.p-contact__body tr:nth-of-type(2) td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

input[name=parent-email] {
  width: 100%;
  max-width: calc(100% - 60px);
}

.p-contact__body th {
  padding-right: 40px;
  width: 240px;
  text-align: right;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .p-contact__body th {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .p-contact__body td {
    width: calc(100% - 260px);
  }
}
@media (max-width: 640px) {
  .p-contact {
    padding: 40px 0 0;
  }

  .p-contact .p-contact__header__title span {
    font-size: 20px;
    margin: 10px 0 0;
  }

  .p-contact__body tr:nth-of-type(2) td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  input[name=parent-email] {
    width: 100%;
    max-width: calc(100% - 60px);
  }

  .p-contact__body th {
    padding-right: 20px;
    width: 240px;
    text-align: left;
    font-weight: 700;
  }
}
.p-contact__body .p-contact__privacy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .p-contact__body .p-contact__privacy {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-contact__body .p-contact__privacy {
    letter-spacing: -0.03em;
  }
}
.p-contact__body .p-contact__privacy a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0082be;
}
.p-contact__body .p-contact__privacy a:hover {
  text-decoration: underline;
}

.p-contact .wpcf7 .ajax-loader {
  display: none;
}

.p-contact input:disabled {
  opacity: 1 !important;
}

/*  p-fixedbnr
----------------------------------------------------------------- */
/*-----
下部固定バナー
-----*/
.p-fixedbnr {
  display: none;
  background: rgba(0, 130, 190, 0.75);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 9998;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fixedbnr {
    padding: 12px;
  }
}
.p-fixedbnr__btn {
  font-size: 2.2rem;
  padding: 8px 25px 8px 80px;
  position: relative;
}
.p-fixedbnr__btn--small {
  font-size: 2.2rem;
  padding: 8px 25px;
  margin: 0 0 0 20px;
  /* position: absolute;
  right: -165px;
  top: 50%;
  transform: translateY(-50%); */
}
@media screen and (max-width: 768px) {
  .p-fixedbnr__btn {
    font-size: 1.4rem;
    padding: 4px 25px 4px 60px;
  }
  .p-fixedbnr__btn--small {
    font-size: 1.4rem;
    padding: 4px 25px;
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 480px) {
  /* .p-fixedbnr__btn {
    padding: 4px 10px;
  }
  .p-fixedbnr__btn--small {
    padding: 4px 10px;
  } */
}
@media screen and (max-width: 374px) {
  .p-fixedbnr__btn {
    font-size: 1.2rem;
    /* padding: 4px 5px; */
  }
  .p-fixedbnr__btn--small {
    font-size: 1.2rem;
    /* padding: 2px 5px; */
  }
}

.p-fixedbnr__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*  p-snnmy
----------------------------------------------------------------- */
.p-snnmy__mv {
  background: url(../img/mv_pc.jpg) no-repeat center top/cover;
  margin: 0;
  position: relative;
  padding: 0 0 70px !important;
}
@media screen and (max-width: 768px) {
  .p-snnmy__mv {
    padding: 0 0 15px !important;
  }
}

.p-snnmy__mv::after {
  content: none;
}

.p-snnmy {
  background-image: url(../img/snnmy/snnmy_bg_middle_pc.png), url(../img/snnmy/snnmy_bg_top_pc.png), url(../img/snnmy/snnmy_bg_bottom_pc.png);
  background-position: left top 330px, left top, center bottom -230px;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto, 112% auto;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-snnmy {
    background-image: url(../img/snnmy/snnmy_bg_middle_sp.png), url(../img/snnmy/snnmy_bg_top_sp.png), url(../img/snnmy/snnmy_bg_bottom_sp.png);
    background-position: center top 100px, center top, center bottom;
    background-size: auto 762px, 100% auto, 100% auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy {
    background-size: 100% auto;
  }
}

.p-snnmy__ttl--ribbon {
  width: 1039px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-snnmy__ttl--ribbon {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__ttl--ribbon {
    width: 359px;
  }
}

.p-snnmy__ttl--raw {
  margin: -180px 0 0;
  font-size: 96px;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
  line-height: initial;
  color: #0082BE;
  text-shadow: 6px 6px 0 rgba(0, 130, 190, 0.12);
}
@media screen and (max-width: 1024px) {
  .p-snnmy__ttl--raw {
    margin: -115px 0 0;
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__ttl--raw {
    margin: -55px 0 0;
    font-size: 33px;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__ttl--raw {
    font-size: 28px;
  }
}


.p-snnmy__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-snnmy__desc {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__desc {
    font-size: 16px;
  }
}

.p-snnmy__detail {
  background: #0082be;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  padding: 30px 85px 40px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1365px) {
  .p-snnmy__detail {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail {
    border-radius: unset;
    margin: 15px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 20px;
  }
}

.p-snnmy__detail__list {
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__list {
    margin: 18px 0 0;
  }
}

.p-snnmy__detail__item {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 50px 18px 24px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item {
    max-width: 375px;
    margin: 0 auto;
  }
  .p-snnmy__detail__item:nth-of-type(1) {
    padding: 20px 5px 12px;
  }
  .p-snnmy__detail__item:nth-of-type(2) {
    padding: 12px 5px;
  }
  .p-snnmy__detail__item:nth-of-type(3) {
    padding: 25px 5px 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-snnmy__detail__item + .p-snnmy__detail__item {
    margin: 35px 0 0;
  }
}

.p-snnmy__detail__item__ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-snnmy__detail__item__ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__ttl {
    font-size: 24px;
  }
}

.p-snnmy__detail__item__ttl::before {
  content: "";
  background: url(../img/snnmy/snnmy_ribbon_yellow_new.svg) no-repeat center/100% auto;
  display: inline-block;
  width: 330px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 1024px) {
  .p-snnmy__detail__item__ttl::before {
    top: -7%;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__ttl::before {
    top: 5%;
    width: 178px;
    height: 42px;
  }
}

.p-snnmy__detail__item__content--double {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__content--double {
    flex-direction: column;
    align-items: baseline;
    margin: 0 auto;
    width: fit-content;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__detail__item__content--double {
    width: 100%;
  }
}

.p-snnmy__detail__item__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__content--double .p-snnmy__detail__item__box:nth-child(1) {
    padding: 0 0 10px;
  }
  .p-snnmy__detail__item__content--double .p-snnmy__detail__item__box:nth-child(2) {
    padding: 10px 0 0;
    background-image : linear-gradient(to right, #c9c9c9, #c9c9c9 6px, transparent 6px, transparent 4px);  /* 幅2の線を作る */
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__detail__item__box {
    flex-direction: column;
    width: 100%;
  }
}

.p-snnmy__detail__item__img {
  width: 138px;
  margin: 0 22px 0 0;
}
.p-snnmy__detail__item__img--lg {
  width: 182px;
  margin: 0 28px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-snnmy__detail__item__img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__img {
    width: 78px;
    margin: 0 5px 0 0;
  }
  .p-snnmy__detail__item__img--lg {
    width: 79px;
    margin: 0 10px 0 0;
  }
}

.p-snnmy__detail__item__txt {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 1.3;
  text-align: left;
}
.p-snnmy__detail__item__txt--accent {
  font-size: 66px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .p-snnmy__detail__item__txt {
    font-size: 32px;
  }
  .p-snnmy__detail__item__txt--accent {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .p-snnmy__detail__item__txt {
    font-size: 20px;
  }
  .p-snnmy__detail__item__txt--accent {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__txt {
    font-size: 19px;
    letter-spacing: -.03em;
  }
  .p-snnmy__detail__item__txt--accent {
    font-size: 27px;
  }
  .p-snnmy__detail__item__txt--narrow {
    letter-spacing: -.06em;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__detail__item__txt {
    margin: 5px 0 0;
  }
}

.p-snnmy__detail__item__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  letter-spacing: -.06em;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-snnmy__detail__item__desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-snnmy__detail__item__desc {
    font-size: 18px;
    margin: 3px 0 0;
  }
}

.p-snnmy__detail__item__desc--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__desc {
    font-size: 15px;
    letter-spacing: -.12em;
  }
  .p-snnmy__detail__item__desc--pc {
    display: none;
  }
}

.p-snnmy__detail__item__aside-info {
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
.p-snnmy__detail__item__aside-info--thin {
  margin: 30px 0;
}
.p-snnmy__detail__item__aside-info--thick {
  margin: 30px 0 55px;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__item__aside-info {
    font-size: 20px;
  }
  .p-snnmy__detail__item__aside-info--thin {
    margin: 13px 0;
  }
  .p-snnmy__detail__item__aside-info--thick {
    margin: 13px 0 30px;
  }
}

.p-snnmy__detail__term {
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-snnmy__detail__term {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0 0;
  }
}

.p-snnmy__cta {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-snnmy__cta {
    padding: 36px 0 0;
  }
}

.p-snnmy__catch {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-snnmy__catch {
    margin: 20px 0 0;
  }
}

.p-snnmy__catch__ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .p-snnmy__catch__ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-snnmy__catch__ttl--sm {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .p-snnmy__catch__ttl--sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__catch__ttl--sm {
    font-size: 18px;
  }
}

.p-snnmy__catch__ttl--lg {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .p-snnmy__catch__ttl--lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__catch__ttl--lg {
    font-size: 26px;
  }
}

.p-snnmy__catch__desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 40px auto 0;
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-snnmy__catch__desc {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-snnmy__catch__desc {
    text-align: left;
    text-indent: -1em;
    padding: 0 20px 0 34px;
  }
}
@media screen and (max-width: 374px) {
  .p-snnmy__catch__desc {
    margin: 20px 0 0;
    padding: 0 0 0 1em;
  }
}



/* ==========================================================================
  Utility
  ========================================================================== */
/* margin */
.u-m-none {
  margin: 0;
}

.u-mt-none {
  margin-top: 0;
}

.u-mr-none {
  margin-right: 0;
}

.u-mb-none {
  margin-bottom: 0;
}

.u-ml-none {
  margin-left: 0;
}

.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-ml-auto {
  margin-left: auto;
}

/* border */
.u-b-none {
  border: none;
}

.u-bt-none {
  border-top: none;
}

.u-br-none {
  border-right: none;
}

.u-bb-none {
  border-bottom: none;
}

.u-bl-none {
  border-left: none;
}

/* display */
.u-dis-i {
  display: inline;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/* text-align */
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* sp pc　表示切替 */
.u-pc-only {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: inherit;
  }
}

/* font-feature-settings */
.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* color */
.u-color-blue {
  color: #0082be;
}

.u-color-yellow {
  color: #ffcc01;
}

.u-color-red {
  color: #d83c0c;
}

/* box-shadow */
.u-shadow-btn {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.7);
}

/* text-shadow */
.u-shadow-blue {
  color: #0082be;
  text-shadow: 2px 2px 0 rgba(0, 130, 190, 0.12);
}

.u-shadow-white {
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.24);
}

.u-shadow-yellow {
  color: #ffcc01;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.24);
}

.u-shadow-red {
  color: #d83c0c;
  text-shadow: 3px 3px 0 rgba(216, 60, 12, 0.12);
}

/* text-decoration underline */
.u-underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.u-underline--thick {
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffcc01));
  background: -webkit-linear-gradient(transparent 75%, #ffcc01 75%);
  background: linear-gradient(transparent 75%, #ffcc01 75%);
}
.u-underline--normal {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffcc01));
  background: -webkit-linear-gradient(transparent 80%, #ffcc01 80%);
  background: linear-gradient(transparent 80%, #ffcc01 80%);
}
.u-underline--thin {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ffcc01));
  background: -webkit-linear-gradient(transparent 95%, #ffcc01 95%);
  background: linear-gradient(transparent 95%, #ffcc01 95%);
  display: inline-block;
  padding: 0 0 5px;
}/*# sourceMappingURL=style.css.map */