@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;
}

/*  Variable
  ----------------------------------------------------------------- */
:root {
  /* font */
  --tsukushi: fot-tsukuardgothic-std, sans-serif;
  --mic: mic-32-new-rounded-web, fot-tsukuardgothic-std, sans-serif;
  --source: source-han-sans-japanese, sans-serif;

  /* color */
  --black: #000;
  --black-6: rgba(0, 0, 0, .06);
  --white: #fff;
  --white-25: rgba(255, 255, 255, .25);
  --white-50: rgba(255, 255, 255, .5);
  --white-70: rgba(255, 255, 255, .7);
  --blue: #0082be;
  --blue-blight: #0095b7;
  --blue-light: #EAF4F8;
  --blue-dark: #2D5778;
  --blue-dark-50: rgba(45, 87, 120, .5);
  --red: #d83c0c;
  --yellow: #ffcc01;
  --gray: #f0f0f0;
  --gray-dark: #c9c9c9;
}

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

body {
  font-family: var(--tsukushi);
  font-weight: 700;
  font-style: normal;
  background-color: var(--white);
  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;
  }
}

@font-face {
  font-family: 'kaisyo';
  src: url("../fonts/DCLeiKaiSho-W5-WIN-RKSJ-H-01.eot") format("embedded-opentype"),
  url("../fonts/DCLeiKaiSho-W5-WIN-RKSJ-H-01.woff2") format("woff2"),
  url("../fonts/DCLeiKaiSho-W5-WIN-RKSJ-H-01.woff") format("woff"),
  url("../fonts/DCLeiKaiSho-W5-WIN-RKSJ-H-01.ttf") format("truetype");
}

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

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

picture {
  display: block;
}

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;
}
.l-inner--wide {
  max-width: 1406px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .l-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1300px) {
  .l-inner--wide {
    max-width: 1000px;
  }
}
@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: var(--gray);
  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: var(--blue);
}

.l-information__row__col--first {
  font-size: 13px;
  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: var(--mic);
  font-weight: 600;
  font-size: 14px;
  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: var(--blue);
}

@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: var(--gray);
}

.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: var(--white);
  font-size: 1.1rem;
}

/*  c-btn
  ----------------------------------------------------------------- */
.c-btn {
  font-family: var(--tsukushi);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--red);
  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: var(--white);
  border: 2px solid var(--blue);
  padding: 8px 25px;
}
.c-btn.c-btn--small span {
  color: var(--blue);
}
.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: var(--white);
}
.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: var(--source);
  }

/*  c-cta
  ----------------------------------------------------------------- */
  .c-cta__wrap {
    margin-top: 80px;
  }
  .c-cta__catch {
    line-height: 1.4;
    text-align: center;
    font-family: var(--source);
    margin: 0 0 30px;
  }
  .c-cta__catch span {
    display: inline-block;
  }
  .c-cta__catch .catch-sub {
    font-size: 2.4rem;
    margin: 0 0 5px;
  }
  .c-cta__catch .catch-main {
    font-size: 3.4rem;
  }
  .c-cta__catch .catch-main strong {
    color: var(--blue);
  }
  .c-cta__inner {
    width: 570px;
    margin: 0 auto;
    max-width: 100%;
  }
  .c-cta__inner--sm {
    width: 320px;
  }
  .c-cta__top {
    margin: 0 0 65px;
    position: relative;
  }
  .c-cta__top::before,
  .c-cta__top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -65px;
  }
  .c-cta__top::before {
    background: url(../img/cta_man.svg) no-repeat center / contain;
    width: 110px;
    height: 110px;
    left: 50px;
  }
  .c-cta__top::after {
    background: url(../img/cta_woman.svg) no-repeat center / contain;
    width: 94px;
    height: 103px;
    right: 50px;
  }
  .c-cta__top-desc {
    color: var(--blue-dark);
    text-align: center;
    line-height: 1.3;
    font-size: 22px;
    letter-spacing: .01em;
    position: relative;
    z-index: 10;
    padding: 15px 0 0;
  }
  .c-cta__top-desc::before {
    content: "";
    display: block;
    background: url(../img/cta_fukidashi.svg) no-repeat center / contain;
    width: 250px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
  }
  .c-cta__btn {
    display: flex;
    background: var(--red);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  } 
  .c-cta__btn:hover {
    text-decoration: none;
  }
  .c-cta__btn::before {
    /* content: ""; */
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-cta__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--white-25);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transition: opacity .3s;
  }
  .c-cta__btn:hover::after {
    opacity: 1;
  }
  .c-cta__btn-free {
    background: var(--white);
    color: var(--red);
    font-size: 24px;
    font-family: var(--source);
    line-height: 1.4;
    letter-spacing: .16em;
    border-radius: 45px;
    padding: 5px 18px 5px 27px;
    margin: 0 20px 0 0;
  }
  .c-cta__btn-desc {
    color: var(--white);
    font-size: 34px;
    font-family: var(--source);
    line-height: 1.4;
    letter-spacing: .1em;
  }
  .c-cta__btn-desc--sm {
    font-size: 20px;
    letter-spacing: .08em;
  }
  @media screen and (max-width: 768px) {
    .c-cta__wrap {
      margin-top: 30px;
    }
    .c-cta__catch {
      margin: 0 0 15px;
    }
    .c-cta__catch .catch-sub {
      font-size: 1.6rem;
      margin: 0 0 5px;
    }
    .c-cta__catch .catch-main {
      font-size: 2.6rem;
      line-height: 1.2;
    }
    .c-cta__inner {
      width: 100%;
      max-width: 480px;
    }
    .c-cta__inner--sm {
      max-width: 240px;
    }
    .c-cta__top {
      margin: 0 0 40px;
    }
    .c-cta__top::before,
    .c-cta__top::after {
      bottom: -40px;
    }
    .c-cta__top::before {
      width: 55px;
      height: 55px;
      left: calc(50% - 158px);
    }
    .c-cta__top::after {
      width: 47px;
      height: calc(103px / 2);
      right: calc(50% - 150px);
    }
    .c-cta__top-desc {
      font-size: 16px;
      padding: 10px 0 0;
    }
    .c-cta__top-desc::before {
      width: 180px;
      top: -13px;
    }
    .c-cta__btn {
      padding: 12px 0;
    }
    .c-cta__btn-free {
      font-size: 16px;
      border-radius: 45px;
      padding: 5px 8px 5px 10px;
      margin: 0 10px 0 0;
    }
    .c-cta__btn-desc {
      font-size: 18px;
    }
    .c-cta__btn-desc--sm {
      font-size: 14px;
    }
  }
  

/*  p-mv
----------------------------------------------------------------- */
.p-mv {
  background: url(../img/mv-p2_bg.jpg) no-repeat center / cover;
}
.p-mv__inner {
  position: relative;
  display: flex;
  padding-top: 40px;
  justify-content: center;
}
.p-mv__img {
  width: 540px;
  margin: 0 60px 0 0;
  flex: 0 0 auto;
}
.p-mv__catch {
  width: 565px;
}
.p-mv__catch-img {
  padding: 20px 34px 60px;

}
.p-mv__catch-img img {
  width: auto;
}
@media screen and (max-width: 1200px) {
  .p-mv__inner {
    padding-top: 30px;
  }
  .p-mv__img {
    width: 400px;
    margin: 0 40px 0 0;
  }
  .p-mv__catch {
    width: 420px;
  }
  .p-mv__catch-img {
    padding: 10px 20px 40px;
  }
  .p-mv__catch .c-cta__btn {
    padding: 15px 0
  }
  .p-mv__catch .c-cta__btn-free {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .p-mv__catch .c-cta__btn-desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 920px) {
  .p-mv__inner {
    padding-top: 20px;
    align-items: center;
  }
  .p-mv__img {
    width: 300px;
    margin: 0 30px 0 0;
  }
  .p-mv__catch {
    width: 320px;
    padding: 0 0 20px;
  }
  .p-mv__catch-img {
    padding: 0 15px 20px;
  }
  .p-mv__catch .c-cta__btn {
    padding: 10px 0
  }
  .p-mv__catch .c-cta__btn-free {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .p-mv__catch .c-cta__btn-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .p-mv {
    background: var(--blue);
  }
  .p-mv__inner {
    display: block;
    padding: 0;
  }
  .p-mv__img {
    width: 100%;
    margin: 0;
  }
  .p-mv__catch {
    width: 100%;
    padding: 0 20px 20px;
  }
  .p-mv__catch-img {
    display: none;
  }
  .p-mv__catch .c-cta__btn {
    padding: 10px 0
  }
  .p-mv__catch .c-cta__btn-free {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .p-mv__catch .c-cta__btn-desc {
    font-size: 18px;
  }
}




/*  p-campaign
----------------------------------------------------------------- */
.p-campaign {
  padding: 60px 0 65px;
  /* background: var(--blue); */
  position: relative;
}
.p-campaign__inner {
  max-width: 1298px;
}
@media screen and (max-width: 768px) {
  .p-campaign {
    padding: 30px 0;
  }
}


/*  p-cta
----------------------------------------------------------------- */
.p-cta {
  padding: 40px 0 60px;
}
.p-cta--dot {
  background-image:
  radial-gradient(var(--gray) 10%, transparent 10%),
  radial-gradient(var(--gray) 10%, transparent 10%);
  background-position: 20px 20px;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 30px 0;
  }
}


/*  p-worry
----------------------------------------------------------------- */
.p-worry {
  padding: 60px 0 130px;
  background: var(--blue-light);
}
@media screen and (max-width: 900px) {
  .p-worry {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-worry {
    padding: 30px 0;
  }
}

.p-worry__ttl {
  font-size: 4.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900
}
@media screen and (max-width: 768px) {
  .p-worry__ttl {
    font-size: 2.8rem;
  }
}
.p-worry__ttl--sm {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-worry__ttl--sm {
    font-size: 1.8rem;
  }
}

.p-worry__cont img {
  width: auto;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-worry__cont img {
    margin: 30px 0 0;
  }
}

/*  p-answer
----------------------------------------------------------------- */
.p-answer {
  padding: 0;
  background: linear-gradient(#2fa2d8 0%, #0082be 100%);
}
.p-answer__inner {
  background: url(../img/answer_man01.png?v=2) no-repeat left 10px bottom / auto 290px,
  url(../img/answer_man02.png?v=2) no-repeat right 30px bottom / auto 280px;
  position: relative;
  height: 310px;
  padding-top: 120px;
}
.p-answer__fukidashi {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.p-answer__fukidashi img {
  width: auto;
  margin: 0 auto;
}
.p-answer__desc {
  font-family: var(--source);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.3;
  text-align: center;
  color: var(--white);
  text-shadow: 0 0 6px var(--black-6);
}
.p-answer__desc .desc-txt1 {
  font-size: 4.3rem;
  display: block;
}
.p-answer__desc .desc-txt2 {
  font-size: 4.8rem;
  display: block;
}
.p-answer__desc br {
  display: none;
}
.p-answer__desc .desc-txt2 strong {
  font-size: 6rem;
  color: var(--yellow);
}
@media screen and (max-width: 1140px) {
  .p-answer__inner {
    background-position: left 10px bottom, right 30px bottom;
    background-size: auto 220px, auto 210px;
    height: 240px;
    padding-top: 100px;
  }
  .p-answer__fukidashi {
    top: -40px;
  }
  .p-answer__fukidashi img {
    width: 500px;
  }
  .p-answer__desc .desc-txt1 {
    font-size: 3.4rem;
  }
  .p-answer__desc .desc-txt2 {
    font-size: 3.6rem;
  }
  .p-answer__desc .desc-txt2 strong {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-answer__inner {
    background-position: left 10px bottom, right 10px bottom;
    background-size: auto 220px, auto 210px;
    height: auto;
    padding: 20px 20px 40px
  }
  .p-answer__fukidashi {
    position: static;
    margin: 0 0 20px;
  }
  .p-answer__fukidashi img {
    width: 60%;
  }
  .p-answer__desc .desc-txt1 {
    font-size: 3.4rem;
  }
  .p-answer__desc .desc-txt2 {
    font-size: 3.6rem;
  }
  .p-answer__desc .desc-txt2 strong {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-answer__inner {
    background-position: right calc(50% + 150px) bottom, left calc(50% + 150px) bottom;
    background-size: auto 170px, auto 170px;
    height: auto;
    padding: 20px 20px 40px
  }
  .p-answer__fukidashi img {
    width: 380px;
    max-width: 90%;
  }
  .p-answer__desc .desc-txt1 {
    font-size: 2.4rem;
  }
  .p-answer__desc .desc-txt2 {
    font-size: 2.6rem;
  }
  .p-answer__desc br {
    display: inline-block;
  }
  .p-answer__desc .desc-txt2 strong {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-answer__fukidashi {
    margin: 0 0 10px;
  }
  .p-answer__inner {
    background-position: right calc(50% + 160px) bottom, left calc(50% + 150px) bottom;
    background-size: auto 180px, auto 170px;
    height: auto;
    padding: 20px;
  }
}

/*  p-answer
----------------------------------------------------------------- */
.p-movie {
  padding: 60px 0;
  text-align: center;
}
.p-movie__catch {
  background: var(--blue);
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 .5em;
  border-radius: 4px;
  color: var(--white);
}
.p-movie__desc {
  font-size: 1.6rem;
}
.p-movie__ttl {
  font-size: 2.4rem;
}
.p-movie__video {
  margin: 20px auto;
  width: 560px;
  max-width: 100%;
}
.p-movie__video__in {
  position: relative;
  padding-top: 56.25%;
}
.p-movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 30px 0;
  }
  .p-movie__catch {
    margin: 0 auto 10px;
    font-size: 2rem;
  }
  .p-movie__desc {
    font-size: 1.2rem;
  }
  .p-movie__ttl {
    font-size: 1.8rem;
  }
}


/*  p-method
----------------------------------------------------------------- */
.p-method {
  padding: 60px 0 80px;
  background-image:
  repeating-linear-gradient(
    90deg,
    var(--blue-light),
    var(--blue-light) 1px,
    transparent 1px,
    transparent 20px
  ),
  repeating-linear-gradient(
    0deg,
    var(--blue-light),
    var(--blue-light) 1px,
    var(--white) 1px,
    var(--white) 20px
  );
}
.p-method-top {
  margin: 0 0 100px;
}
.p-method-top__ttl {
  text-align: center;
  font-family: var(--source);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.6;
}
.p-method-top__ttl01 {
  display: block;
  margin: 0 0 10px;
}
.p-method-top__ttl01 br {
  display: none;
}
.p-method-top__ttl02 {
  display: block;
}
.p-method-top__ttl01 .large {
  color: var(--red);
  font-size: 71px;
}
.p-method-top__ttl02 .accent-wrapper .accent {
  color: var(--white);
  background: var(--blue);
  padding: 0px 12px 5px 12px;
  border-radius: 10px;
}
.p-method-top__ttl02 .accent-wrapper span {
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .p-method-top__ttl {
    font-size: 40px;
  }
  .p-method-top__ttl01 .large {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-method {
    padding: 30px 0;
  }
  .p-method-top {
    margin: 0 0 40px;
  }
  .p-method-top__ttl {
    font-size: 25px;
  }
  .p-method-top__ttl01 .large {
    font-size: 36px;
  }
  .p-method-top__ttl02 .accent-wrapper .accent {
    padding: 0px 6px 3px 6px;
  }
  .p-method-top__ttl02 .accent-wrapper span {
    margin: 0 2px;
  }
}
@media screen and (max-width: 480px) {
  .p-method-top__ttl {
    line-height: 1.3;
  }
  .p-method-top__ttl01 {
    margin: 0 0 15px;
  }
  .p-method-top__ttl01 br {
    display: inline;
  }
}

.p-method-content {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.p-method-content__item {
  width: 47.5%;
  border-radius: 20px;
  background: #fffcf4;
  border: 2px solid #005ca0;
  filter: drop-shadow(3px 3px 0px #005ca0);
  padding: 40px 30px 30px;
  position: relative;
}
.p-method-content .item-school {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #005ca0;
  border-radius: 30px;
  color: var(--white);
  font-size: 1.8rem;
  padding: 0 1em;
}
.p-method-content .item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.p-method-content .item-head__img {
  width: 83px;
  flex: 0 0 auto;
  margin: 0 25px 0 0;
}
.p-method-content .item-head__name {
  text-align: center;
  font-size: 2rem;
}
.p-method-content .item-head__name span {
  font-size: 1.8rem;
}
.p-method-content .item-body {
  font-size: 2rem;
}
.p-method-content .is-accent {
  background: linear-gradient(transparent 60%, #FBF3A8 60%);
}

@media screen and (max-width: 768px) {
  .p-method-content {
    margin: 0 auto 30px;
    display: block;
  }
  .p-method-content__item {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px 15px;
  }
  .p-method-content__item:not(:first-of-type) {
    margin: 30px 0 0;
  }
  .p-method-content .item-school {
    font-size: 1.4rem;
  }
  .p-method-content .item-head {
    margin: 0 0 10px;
  }
  .p-method-content .item-head__img {
    width: 60px;
    margin: 0 15px 0 0;
  }
  .p-method-content .item-head__name {
    font-size: 1.6rem;
  }
  .p-method-content .item-head__name span {
    font-size: 1.4rem;
  }
  .p-method-content .item-body {
    font-size: 1.5rem;
  }
}

/*  p-feature
----------------------------------------------------------------- */

.p-feature {
  background: linear-gradient(#ebf6ff 0%, #bfe0f8 100%);
}

.p-feature .l-inner--wide {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-feature .l-inner--wide {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.p-feature__head {
  background: linear-gradient(90deg, #0082be 0%, #005ca0 100%);
  color: var(--white);
  font-family: var(--source);
  padding: 60px 20px;
  line-height: 1.4;
}
.p-feature__head .head-sub {
  width: fit-content;
  padding-bottom: 30px;
  font-size: 2.4rem;
  background: url(../img/feature_tit_bg.svg) no-repeat center bottom;
  margin: 0 auto;
}
.p-feature__head .head-main{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  line-height: 1.2;
}
.p-feature__head .head-main .num {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  border-radius: 5px;
  background: var(--white);
  margin: 0 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #005CA0;
  line-height: 1;
}
.p-feature__head .head-main .num span:nth-of-type(1) {
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.p-feature__head .head-main .num span:nth-of-type(2) {
  font-size: 4.5rem;
}
@media screen and (max-width: 1100px) {
  .p-feature__head {
    padding: 40px 20px;
  }
  .p-feature__head .head-sub {
    font-size: 2rem;
  }
  .p-feature__head .head-main{
    font-size: 4rem;
  }
  .p-feature__head .head-main .num {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
  .p-feature__head .head-main .num span:nth-of-type(1) {
    font-size: 1.4rem;
  }
  .p-feature__head .head-main .num span:nth-of-type(2) {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__head {
    padding: 30px 20px;
  }
  .p-feature__head .head-sub {
    font-size: 1.6rem;
    padding: 0 0 15px;
    background-size: auto 10px;
  }
  .p-feature__head .head-main{
    font-size: 3rem;
  }
  .p-feature__head .head-main .num {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  .p-feature__head .head-main .num span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .p-feature__head .head-main .num span:nth-of-type(2) {
    font-size: 2rem;
  }
}


.p-feature__voice {
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin: 0 auto 80px;
}
.p-feature__voice__item {
  width: 46.5%;
  border-radius: 20px;
  background: #fffcf4;
  border: 2px solid #005ca0;
  filter: drop-shadow(3px 3px 0px #005ca0);
  padding: 20px 30px 30px;
  position: relative;
}
.p-feature__voice__item::before {
  content: "";  
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 35%;
  border-style: solid;
  border-width: 40px 0 0 30px;
  border-color: #fffcf4 transparent transparent transparent;
}
.p-feature__voice__item:last-of-type::before {
  right: initial;
  left: 35%;
  border-width: 40px 30px 0 0;
}
.feature2 .p-feature__voice {
  max-width: 860px;
}
.feature2 .p-feature__voice__item {
  width: 100%;
}
.feature2 .p-feature__voice__item::before {
  left: 85%;
}
.p-feature__voice .item-head {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  line-height: 1.4;
}
.p-feature__voice .item-head-img {
  width: 82px;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
.p-feature__voice .item-head-txt {
  font-size: 1.8rem;
  color: var(--blue);
  line-height: 1.6;
}
.p-feature__voice .item-head-txt span {
  display: inline-block;
}
.p-feature__voice .item-txt {
  font-size: 2rem;
}
.p-feature__voice .is-accent {
  background: linear-gradient(transparent 60%, #FBF3A8 60%);
}

@media screen and (max-width: 768px) {
  .p-feature__voice {
    margin: 0 auto 30px;
    overflow: auto;
    gap: 15px;
    padding: 0 3px 3px 0;
  }
  .p-feature__voice__item {
    width: 80%;
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 10px 15px 15px;
  }
  .p-feature__voice__item::before {
    display: none;
  }
  .feature2 .p-feature__voice__item {
    width: 100%;
  }
  .feature2 .p-feature__voice__item::before {
    left: 85%;
  }
  .p-feature__voice .item-head {
    margin: 0 0 15px;
  }
  .p-feature__voice .item-head-img {
    width: 54px;
    margin: 0 10px 0 0;
  }
  .p-feature__voice .item-head-txt {
    font-size: 1.6rem;
  }
  .p-feature__voice .item-txt {
    font-size: 1.5rem;
  }
}


.p-feature__catch {
  font-family: var(--source);
  color: #005CA0;
  text-align: center;
  line-height: 1.6;
}
.p-feature__catch .catch-sub {
  font-size: 2.8rem;
}
.p-feature__catch .catch-sub span {
  display: inline-block;
}
.p-feature__catch .catch-sub strong {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 900;
}
.p-feature__catch .catch-sub i {
  background: linear-gradient(transparent 70%, #F9EC6F 70%);
}
.p-feature__catch .catch-main {
  font-size: 4.8rem;
  font-weight: 900;
}
.p-feature__catch .catch-main span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-feature__catch .catch-sub {
    font-size: 1.6rem;
  }
  .p-feature__catch .catch-sub strong {
    font-size: 2rem;
  }
  .p-feature__catch .catch-main {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 5px 0 0;
  }
}


.p-feature__desc {
  font-family: var(--source);
  color: #005CA0;
  text-align: center;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px;
  margin: 0 0 140px;
  border-bottom: 2px dotted #005CA0;
}
.p-feature__desc .desc-txt {
  flex: 0 0 auto;
  white-space: nowrap;
}
.p-feature__desc .desc-sub {
  font-size: 2.8rem;
}
.p-feature__desc .desc-sub span {
  display: inline-block;
}
.p-feature__desc .desc-sub strong {
  background: linear-gradient(transparent 70%, #F9EC6F 70%);
  font-size: 3.8rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-top: .5em;
}
.p-feature__desc .desc-sub strong::before {
  content: '・・・・・・';
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
}
.p-feature__desc .desc-key {
  margin: 10px 0;
  line-height: 1;
}
.p-feature__desc .desc-key span {
  display: inline-block;
  border: 2px solid #005CA0;
  border-radius: 10px;
  font-size: 2.6rem;
  padding: .3em .5em;
  font-weight: 900;
  margin: 5px 8px;
}
.p-feature__desc .desc-main {
  font-weight: 900;
  font-size: 3.4rem;
  margin: 15px 0 0;
}
.p-feature__desc .desc-main span {
  display: inline-block;
}
.p-feature__desc .desc-img {
  margin: 0 0 0 90px;
}
@media screen and (max-width: 1024px) {
  .p-feature__desc .desc-img {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 860px) {
  .p-feature__desc {
    display: block;
  }
  .p-feature__desc .desc-txt {
    white-space: wrap;
  }
  .p-feature__desc .desc-img {
    margin: 20px auto 0;
    width: 460px;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__desc {
    padding: 0 0 30px;
    margin: 0 0 70px;
  }
  .p-feature__desc .desc-sub {
    font-size: 2rem;
  }
  .p-feature__desc .desc-sub strong {
    font-size: 2.6rem;
  }
  .p-feature__desc .desc-key {
    margin: 10px 0;
  }
  .p-feature__desc .desc-key span {
    font-size: 1.6rem;
    padding: .3em .5em;
    margin: 3px 4px;
    border-radius: 3px;
  }
  .p-feature__desc .desc-main {
    font-size: 2.7rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__desc .desc-main {
    font-size: 2.4rem;
  }
}

.p-feature__list {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
  flex-wrap: wrap;
}
.p-feature__item {
  background-image:
  repeating-linear-gradient(
    90deg,
    var(--blue-light),
    var(--blue-light) 1px,
    transparent 1px,
    transparent 20px
  ),
  repeating-linear-gradient(
    0deg,
    var(--blue-light),
    var(--blue-light) 1px,
    var(--white) 1px,
    var(--white) 20px
  );
  width: 48.5%;
  border-radius: 10px;
  padding: 20px 30px 30px;
  box-shadow: 0 3px 6px var(--black-6);
}
.p-feature__item:nth-of-type(n+3) {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .p-feature__list {
    display: block;
    margin: 40px 0 0;
  }
  .p-feature__item {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px 15px;
  }
  .p-feature__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}


.p-feature__list .item-num {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -10px;
  width: 100px;
  height: 100px;
  background: url(../img/feature_point_bg.svg) no-repeat center / contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.6rem;
  font-family: var(--source);
}
.p-feature__list .item-num span {
  font-size: 1.8rem;
  margin: 0 0 5px;
}

.p-feature__list .item-tit {
  background: var(--white);
  border: 1px solid #ebebeb;
  box-shadow: 3px 3px 6px var(--black-6);
  padding: 30px 15px;
  position: relative;
}
.p-feature__list .item-tit::before,
.p-feature__list .item-tit::after {
  content: "";
  display: block;
  background: var(--gray);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.p-feature__list .item-tit::before {
  left: 15px;
}
.p-feature__list .item-tit::after {
  right: 15px;
}
.p-feature__list .item-tit-sub {
  display: block;
  width: fit-content;
  color: var(--white);
  background: var(--blue);
  font-size: 2.1rem;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding: .3em 2em;
  border-radius: 40px;
}
.p-feature__list .item-tit-main {
  display: block;
  text-align: center;
  color: var(--black);
  font-family: var(--source);
  font-size: 30px;
  letter-spacing: .09em;
  line-height: 1.3;
}
.p-feature__list .item-tit-main span {
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .p-feature__list .item-num {
    top: -30px;
    left: -10px;
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  .p-feature__list .item-num span {
    font-size: 1.4rem;
  }
  .p-feature__list .item-tit-sub {
    font-size: 1.6rem;
  }
  .p-feature__list .item-tit-main {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__list .item-num {
    top: -20px;
    left: -10px;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
  .p-feature__list .item-num span {
    font-size: 1.1rem;
  }
  .p-feature__list .item-tit {
    padding: 15px 10px;
  }
  .p-feature__list .item-tit::before,
  .p-feature__list .item-tit::after {
    width: 12px;
    height: 12px;
    top: 10px;
  }
  .p-feature__list .item-tit::before {
    left: 10px;
  }
  .p-feature__list .item-tit::after {
    right: 10px;
  }
  .p-feature__list .item-tit-sub {
    font-size: 1.4rem;
    margin: 0 auto 10px;
  }
  .p-feature__list .item-tit-main {
    font-size: 2rem;
  }
}

.p-feature__list .item-img {
  background: var(--gray);
  position: relative;
  padding: 20px;
  width: 490px;
  max-width: 100%;
  margin: 30px auto;
}
.p-feature__list .item-img img {
  box-shadow: 3px 3px 10px var(--black-6);
}
.p-feature__list .item-img a::before {
  content: "";
  display: inline-block;
  background: url(../img/reason_loupe_p2.svg) no-repeat center/contain;
  width: 68px;
  height: 62px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-feature__list .item-desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 0 1.5em;
}
.p-feature__list .item-desc .is-accent {
  background: linear-gradient(transparent 60%, #FBF3A8 60%);
}

@media screen and (max-width: 768px) {
  .p-feature__list .item-img {
    padding: 10px;
    margin: 15px auto;
  }
  .p-feature__list .item-desc {
    font-size: 1.5rem;
    padding: 0;
  }
}

.feature2 .p-feature__item {
  width: 100%;
  position: relative;
  padding: 130px 40px 40px;
  display: flex;
}
.feature2 .p-feature__item:nth-of-type(n+2) {
  margin: 120px 0 0;
}
.feature2 .p-feature__list .item-num {
  top: -30px;
}
.feature2 .p-feature__list .item-tit {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 690px;
  max-width: 100%;
  padding: 25px 0;
}
.feature2 .p-feature__list .item-tit-sub {
  color: var(--black);
  background: none;
  font-size: 2.8rem;
  padding: 0;
  margin: 0 auto;
  font-weight: 900;
  font-family: var(--source);
}
.feature2 .p-feature__list .item-tit-main {
  color: var(--blue);
  font-weight: 900;
  font-size: 3.4rem;
}
.feature2 .p-feature__list .item-img {
  width: 510px;
  flex: 0 0 auto;
  background: none;
  padding: 0;
  margin: 0 50px 0 0;
}
.feature2 .p-feature__list .item-content {
  flex: 1;
}
.feature2 .p-feature__list .item-desc {
  font-size: 2.2rem;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .feature2 .p-feature__item {
    padding: 100px 30px 30px;
  }
  .feature2 .p-feature__item:nth-of-type(n+2) {
    margin: 80px 0 0;
  }
  .feature2 .p-feature__list .item-tit {
    top: -30px;
    width: 500px;
    padding: 15px 0;
  }
  .feature2 .p-feature__list .item-tit-sub {
    font-size: 2rem;
  }
  .feature2 .p-feature__list .item-tit-main {
    font-size: 3rem;
  }
  .feature2 .p-feature__list .item-img {
    width: 380px;
    margin: 0 30px 0 0;
  }
  .feature2 .p-feature__list .item-desc {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .feature2 .p-feature__item {
    padding: 100px 20px 20px;
    display: block;
  }
  .feature2 .p-feature__item:nth-of-type(n+2) {
    margin: 50px 0 0;
  }
  .feature2 .p-feature__list .item-tit {
    top: -10px;
    max-width: calc(100% - 40px);
    padding: 15px 0;
  }
  .feature2 .p-feature__list .item-tit-sub {
    font-size: 1.6rem;
  }
  .feature2 .p-feature__list .item-tit-main {
    font-size: 2.4rem;
  }
  .feature2 .p-feature__list .item-img {
    width: 420px;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .feature2 .p-feature__list .item-desc {
    font-size: 1.5rem;
  }
}

.p-feature__list .item-voice {
  display: flex;
  margin: 10px 0 30px;
}
.p-feature__list .item-voice .item-voice-img {
  width: 82px;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
.p-feature__list .item-voice .item-voice-txt {
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 1300px) {
  .p-feature__list .item-voice {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__list .item-voice {
    margin: 0 0 10px;
  }
  .p-feature__list .item-voice .item-voice-img {
    width: 54px;
    margin: 0 10px 0 0;
  }
  .p-feature__list .item-voice .item-voice-txt {
    font-size: 1.4rem;
  }
}


.p-feature .c-cta img {
  width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
}

/*  p-plan
----------------------------------------------------------------- */
.p-plan {
  padding: 60px 0;
  background: #E7F4FD;
}
.p-plan__head {
  margin: 0 0 60px;
}
.p-plan__ttl {
  display: block;
  color: #005cad;
  font-family: var(--source);
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
}
.p-plan__ttl--sub {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px;
  position: relative;
}
.p-plan__ttl--sub::before {
  content: "";
  display: block;
  background: url(../img/method_multiple_ttl_icon01.svg) no-repeat center / contain;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.p-plan__ttl--main {
  font-size: 52px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 30px 0;
  }
  .p-plan__head {
    margin: 0 0 30px;
  }
  .p-plan__ttl--sub {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .p-plan__ttl--sub::before {
    height: 6px;
    bottom: -12px;
  }
  .p-plan__ttl--main {
    font-size: 26px;
  }
}

.p-plan__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  place-items: start;
}
.p-plan__item {
  background-image:
  repeating-linear-gradient(
    90deg,
    var(--blue-light),
    var(--blue-light) 1px,
    transparent 1px,
    transparent 20px
  ),
  repeating-linear-gradient(
    0deg,
    var(--blue-light),
    var(--blue-light) 1px,
    var(--white) 1px,
    var(--white) 20px
  );
  display: grid;
  place-items: center;
  grid-template-columns: 502px minmax(0, 1fr);
  gap: 32px 57px;
  border-radius: 10px;
  padding: 60px;
}
.p-plan__item-img {
  background: var(--gray);
  position: relative;
  padding: 26px;
  grid-area: 1 / 1 / 3 / 2;
}
.p-plan__item-img 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-plan__item-content-head {
  width: 100%;
  position: relative;
}
.p-plan__item-content-head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
.p-plan__item:first-child .p-plan__item-content-head::before {
  background: url(../img/plan_person01.png) no-repeat bottom left / contain;
  width: 120px;
  height: 233px;
  left: 0;
}
.p-plan__item:last-child .p-plan__item-content-head::before {
  background: url(../img/plan_person02.png) no-repeat bottom right / contain;
  width: 160px;
  height: 223px;
  right: 10px;
}
.p-plan__item-fukidashi {
  font-family: var(--source);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  background: #005CA0;
  color: var(--white);
  width: fit-content;
  padding: 8px 22px;
  border-radius: 30px;
  position: relative;
}
.p-plan__item:first-child .p-plan__item-fukidashi {
  margin: 0 0 10px 150px;
}
.p-plan__item:last-child .p-plan__item-fukidashi {
  margin: 0 200px 10px auto;
}
.p-plan__item-fukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-plan__item:first-child .p-plan__item-fukidashi::before {
  border-width: 5px 16px 5px 0;
  border-color: transparent #005CA0 transparent transparent;
  left: -13px;
}
.p-plan__item:last-child .p-plan__item-fukidashi::before {
  border-width: 5px 0 5px 16px;
  border-color: transparent transparent transparent #005CA0;
  right: -13px;
}
.p-plan__item-box {
  background: var(--white);
  border: 1px solid #ebebeb;
  box-shadow: 4px 4px 0 var(--black-6);
  padding: 15px 48px 20px;
  position: relative;
  z-index: 10;
}
.p-plan__item-box-ttl {
  display: block;
  text-align: center;
}
.p-plan__item-box-ttl::before,
.p-plan__item-box-ttl::after {
  content: "";
  display: block;
  background: var(--gray);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  z-index: -10;
}
.p-plan__item-box-ttl::before {
  left: 15px;
}
.p-plan__item-box-ttl::after {
  right: 15px;
}
.p-plan__item-box-ttl--sub {
  color: #005CA0;
  font-size: 20px;
  letter-spacing: .06em;
  line-height: 1.4;
  margin: 0 0 10px;
}
.p-plan__item-box-ttl--main {
  color: var(--black);
  font-family: var(--source);
  font-size: 30px;
  letter-spacing: .09em;
  line-height: 1.5;
}
.p-plan__item-ttl {
  color: #005CA0;
  font-size: 24px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin: 0 0 20px;
}
.p-plan__item-desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.7;
}
.p-plan__item-desc .is-accent {
  background: linear-gradient(transparent 60%, #F9EC6F 60%);
}
@media screen and (max-width: 1300px) {
  .p-plan__item {
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 32px 30px;
    padding: 20px;
  }
  .p-plan__item:first-child .p-plan__item-content-head::before {
    width: 96px;
    height: 186px;
  }
  .p-plan__item:last-child .p-plan__item-content-head::before {
    width: 128px;
    height: 178px;
  }
  .p-plan__item-fukidashi {
    font-size: 14px;
  }
  .p-plan__item:first-child .p-plan__item-fukidashi {
    margin: 0 0 10px 120px;
  }
  .p-plan__item:last-child .p-plan__item-fukidashi {
    margin: 0 160px 10px auto;
  }
  .p-plan__item-box-ttl::before,
  .p-plan__item-box-ttl::after {
    width: 14px;
    height: 14px;
  }
  .p-plan__item-box-ttl--sub {
    font-size: 16px;
  }
  .p-plan__item-box-ttl--main {
    font-size: 24px;
  }
  .p-plan__item-ttl {
    font-size: 18px;
  }
  .p-plan__item-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-plan__item {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-plan__item-img {
    max-width: 502px;
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__list {
    gap: 20px;
  }
  .p-plan__item {
    gap: 16px 20px;
    padding: 20px;
  }
  .p-plan__item-img {
    padding: 13px;
  }
  .p-plan__item-img a::before {
    content: none;
  }
  .p-plan__item-content-head::before {
    bottom: unset;
    top: -30px;
  }
  .p-plan__item:first-child .p-plan__item-content-head::before {
    background: url(../img/plan_person01.png) no-repeat top left / contain;
    width: 60px;
    height: 115px;
    left: -30px;
  }
  .p-plan__item:last-child .p-plan__item-content-head::before {
    background: url(../img/plan_person02.png) no-repeat top right / contain;
    width: 80px;
    height: 110px;
    right: -30px;
  }
  .p-plan__item-fukidashi {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 16px;
  }
  .p-plan__item:first-child .p-plan__item-fukidashi {
    margin: 0 0 10px 50px;
  }
  .p-plan__item:last-child .p-plan__item-fukidashi {
    margin: 0 50px 10px auto;
  }
  .p-plan__item-box {
    box-shadow: 2px 2px 0 var(--black-6);
    padding: 20px 1rem;
  }
  .p-plan__item-box-ttl::before,
  .p-plan__item-box-ttl::after {
    width: 9px;
    height: 9px;
    top: 8px;
    z-index: -10;
  }
  .p-plan__item-box-ttl::before {
    left: 8px;
  }
  .p-plan__item-box-ttl::after {
    right: 8px;
  }
  .p-plan__item-box-ttl--sub {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .p-plan__item-box-ttl--main {
    font-size: 17px;
  }
  .p-plan__item-ttl {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .p-plan__item-desc {
    font-size: 14px;
  }
}


/*  p-self-study
----------------------------------------------------------------- */
.p-self-study {
  padding: 60px 0;
  background: #EDFCFF;
}
.p-self-study__head {
  margin: 0 0 60px;
}
.p-self-study__ttl {
  display: block;
  color: #0095B7;
  font-family: var(--source);
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
}
.p-self-study__ttl--sub {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px;
  position: relative;
}
.p-self-study__ttl--sub::before {
  content: "";
  display: block;
  background: url(../img/method_multiple_ttl_icon02.svg) no-repeat center / contain;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.p-self-study__ttl--main {
  font-size: 52px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-self-study {
    padding: 30px 0;
  }
  .p-self-study__head {
    margin: 0 0 30px;
  }
  .p-self-study__ttl--sub {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .p-self-study__ttl--sub::before {
    height: 6px;
    bottom: -12px;
  }
  .p-self-study__ttl--main {
    font-size: 26px;
  }
}

.p-self-study__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  place-items: start;
}
.p-self-study__item {
  background-image:
  repeating-linear-gradient(
    90deg,
    var(--blue-light),
    var(--blue-light) 1px,
    transparent 1px,
    transparent 20px
  ),
  repeating-linear-gradient(
    0deg,
    var(--blue-light),
    var(--blue-light) 1px,
    var(--white) 1px,
    var(--white) 20px
  );
  display: grid;
  place-items: center;
  grid-template-columns: 502px minmax(0, 1fr);
  gap: 32px 57px;
  border-radius: 10px;
  padding: 60px;
}
.p-self-study__item-img {
  grid-area: 1 / 1 / 3 / 2;
}
.p-self-study__item-content-head {
  width: 100%;
  position: relative;
}
.p-self-study__item-content-head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
.p-self-study__item:first-child .p-self-study__item-content-head::before {
  background: url(../img/self-study_person01.png) no-repeat bottom left / contain;
  width: 148px;
  height: 220px;
  left: 0;
}
.p-self-study__item:last-child .p-self-study__item-content-head::before {
  background: url(../img/self-study_person02.png) no-repeat bottom right / contain;
  width: 130px;
  height: 210px;
  right: 10px;
}
.p-self-study__item-fukidashi {
  font-family: var(--source);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  background: #0095B7;
  color: var(--white);
  width: fit-content;
  padding: 8px 22px;
  border-radius: 30px;
  position: relative;
}
.p-self-study__item:first-child .p-self-study__item-fukidashi {
  margin: 0 0 10px 160px;
}
.p-self-study__item:last-child .p-self-study__item-fukidashi {
  margin: 0 160px 10px auto;
}
.p-self-study__item-fukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-self-study__item:first-child .p-self-study__item-fukidashi::before {
  border-width: 5px 16px 5px 0;
  border-color: transparent #0095B7 transparent transparent;
  left: -13px;
}
.p-self-study__item:last-child .p-self-study__item-fukidashi::before {
  border-width: 5px 0 5px 16px;
  border-color: transparent transparent transparent #0095B7;
  right: -13px;
}
.p-self-study__item-box {
  background: var(--white);
  border: 1px solid #ebebeb;
  box-shadow: 4px 4px 0 var(--black-6);
  padding: 15px 48px 20px;
  position: relative;
  z-index: 10;
}
.p-self-study__item-box-ttl {
  display: block;
  text-align: center;
}
.p-self-study__item-box-ttl::before,
.p-self-study__item-box-ttl::after {
  content: "";
  display: block;
  background: var(--gray);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  z-index: -10;
}
.p-self-study__item-box-ttl::before {
  left: 15px;
}
.p-self-study__item-box-ttl::after {
  right: 15px;
}
.p-self-study__item-box-ttl--sub {
  color: #0095B7;
  font-size: 20px;
  letter-spacing: .06em;
  line-height: 1.4;
  margin: 0 0 10px;
}
.p-self-study__item-box-ttl--main {
  color: var(--black);
  font-family: var(--source);
  font-size: 30px;
  letter-spacing: .09em;
  line-height: 1.5;
}
.p-self-study__item-ttl {
  color: #0095B7;
  font-size: 24px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin: 0 0 20px;
}
.p-self-study__item-desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.7;
}
.p-self-study__item-desc .is-accent {
  background: linear-gradient(transparent 60%, #F9EC6F 60%);
}
@media screen and (max-width: 1300px) {
  .p-self-study__item {
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 32px 30px;
    padding: 20px;
  }
  .p-self-study__item:first-child .p-self-study__item-content-head::before {
    width: 96px;
    height: 186px;
  }
  .p-self-study__item:last-child .p-self-study__item-content-head::before {
    width: 128px;
    height: 178px;
  }
  .p-self-study__item-fukidashi {
    font-size: 14px;
  }
  .p-self-study__item:first-child .p-self-study__item-fukidashi {
    margin: 0 0 10px 120px;
  }
  .p-self-study__item:last-child .p-self-study__item-fukidashi {
    margin: 0 160px 10px auto;
  }
  .p-self-study__item-box-ttl::before,
  .p-self-study__item-box-ttl::after {
    width: 14px;
    height: 14px;
  }
  .p-self-study__item-box-ttl--sub {
    font-size: 16px;
  }
  .p-self-study__item-box-ttl--main {
    font-size: 24px;
  }
  .p-self-study__item-ttl {
    font-size: 18px;
  }
  .p-self-study__item-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-self-study__item {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-self-study__item-img {
    grid-area: 2 / 1 / 3 / 2;
    max-width: 502px;
  }
}
@media screen and (max-width: 768px) {
  .p-self-study__list {
    gap: 16px 20px;
  }
  .p-self-study__item {
    gap: 20px;
    padding: 20px;
  }
  .p-self-study__item-img a::before {
    content: none;
  }
  .p-self-study__item-content-head::before {
    bottom: unset;
    top: -30px;
  }
  .p-self-study__item:first-child .p-self-study__item-content-head::before {
    background: url(../img/self-study_person01.png) no-repeat top left / contain;
    width: 74px;
    height: 110px;
    left: -30px;
  }
  .p-self-study__item:last-child .p-self-study__item-content-head::before {
    background: url(../img/self-study_person02.png) no-repeat top right / contain;
    width: 65px;
    height: 105px;
    right: -30px;
  }
  .p-self-study__item-fukidashi {
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 16px;
  }
  .p-self-study__item:first-child .p-self-study__item-fukidashi {
    margin: 0 0 10px 50px;
  }
  .p-self-study__item:last-child .p-self-study__item-fukidashi {
    margin: 0 50px 10px auto;
  }
  .p-self-study__item-box {
    box-shadow: 2px 2px 0 var(--black-6);
    padding: 20px 1rem;
  }
  .p-self-study__item-box-ttl::before,
  .p-self-study__item-box-ttl::after {
    width: 9px;
    height: 9px;
    top: 8px;
    z-index: -10;
  }
  .p-self-study__item-box-ttl::before {
    left: 8px;
  }
  .p-self-study__item-box-ttl::after {
    right: 8px;
  }
  .p-self-study__item-box-ttl--sub {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .p-self-study__item-box-ttl--main {
    font-size: 17px;
  }
  .p-self-study__item-ttl {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .p-self-study__item-desc {
    font-size: 14px;
  }
}


/*  p-faq
----------------------------------------------------------------- */
.p-faq {
  padding: 60px 0;
  background: url(../img/faq_bg_wave.svg) no-repeat top left / 100% auto;
  background-color:  var(--blue-dark);
}
.p-faq__ttl {
  color: var(--white);
  font-family: var(--source);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 80px;
}
.p-faq__list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-faq__item {
  background: var(--white);
  border-radius: 8px;
}
.p-faq__item + .p-faq__item {
  margin: 20px 0 0;
}
.p-faq__question {
  color: var(--blue-dark);
  padding: 30px 105px 30px 35px;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  position: relative;
  cursor: pointer;
}
.p-faq__question::before,
.p-faq__question::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: var(--blue-dark);
  position: absolute;
  right: 45px;
  top: 50%;
}
.p-faq__question::before {
  transform: translateY(-50%);
}
.p-faq__question::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .3s;
}
.p-faq__question.is-open::after {
  transform: translateY(-50%) rotate(0);
}
.p-faq__question-initial {
  font-family: var(--source);
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: .09em;
}
.p-faq__question-desc {
  font-family: var(--source);
  font-size: 22px;
  line-height: 2.0;
  letter-spacing: .09em;
  padding: 0 0 0 35px;
  margin: 0 0 0 35px;
  border-left: 1px solid var(--blue-dark);
}
.p-faq__answer {
  background: var(--blue-light);
  color: var(--blue);
  display: grid;
  gap: 40px;
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 40px 75px 40px 50px;
  border-radius: 0 0 8px 8px;
}
.p-faq__answer-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .06em;
}
.p-faq__answer-desc-img {
  margin: 20px 0 0;
  border: 10px solid #ebebeb;
}
.p-faq__answer-desc .is-accent {
  background: linear-gradient(transparent 60%, #F9EC6F 60%);
}
.p-faq__cta {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 30px 0;
  }
  .p-faq__ttl {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .p-faq__item + .p-faq__item {
    margin: 15px 0 0;
  }
  .p-faq__question {
    padding: 15px 50px 15px 15px;
  }
  .p-faq__question::before,
  .p-faq__question::after {
    width: 15px;
    height: 3px;
    right: 25px;
  }
  .p-faq__question-initial {
    font-size: 18px;
  }
  .p-faq__question-desc {
    font-size: 14px;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    line-height: 1.5;
  }
  .p-faq__answer {
    display: block;
    padding: 20px;
  }
  .p-faq__answer-img {
    width: 60px;
    margin: 0 1em 0 0;
    float: left;
  }
  .p-faq__answer-desc {
    font-size: 14px;
  }
  .p-faq__cta {
    margin-top: 20px;
  }
}


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

.p-detail__container {
  background: var(--white);
  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: var(--source);
  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: var(--tsukushi);
  font-weight: 400;
  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 var(--gray-dark);
}

.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 var(--gray-dark);
}

.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 var(--gray-dark);
  border-left: 3px solid var(--gray-dark);
  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: var(--blue);
  color: var(--white);
  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: var(--gray);
  border-right: 3px solid var(--gray-dark);
  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 var(--gray-dark);
  border-left: 3px solid var(--gray-dark);
}
@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: var(--white)2d2;
  vertical-align: middle;
  width: 17%;
}
.p-detail__td:nth-of-type(1) .p-detail__td__point {
  font-family: var(--mic);
  font-weight: 600;
  font-size: 1.8rem;
  /* color: var(--blue); */
}
@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: var(--blue);
  text-shadow: 0.5px 0 0 var(--blue),
              -0.5px 0 0 var(--blue);
}
@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 var(--gray-dark);
}
@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: var(--tsukushi);
  font-weight: 400;
}

.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: var(--gray);
  border: 1px solid var(--gray-dark);
  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: var(--mic);
  font-weight: 600;
  font-style: italic;
  color: var(--gray-dark);
  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: var(--white);
  border: 1px solid var(--gray-dark);
  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: var(--source);
  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: var(--source);
  font-weight: 500;
  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: var(--blue);
  line-height: 1.5;
}

.p-reason__item__item__desc {
  font-family: var(--tsukushi);
  font-weight: 400;
}

.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: var(--tsukushi);
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-result__desc {
    padding: 10px 0 0;
  }
}

.p-result__slider {
  background: var(--gray);
  border: 1px solid var(--gray-dark);
  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: var(--source);
  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: var(--white);
  border: 1px solid var(--gray-dark);
  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: var(--white);
  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: var(--red);
}

.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: var(--white);
  border: 1px solid var(--gray-dark);
  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: var(--blue);
  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 var(--gray-dark);
  -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: var(--tsukushi);
  font-weight: 400;
  width: 38%;
  padding-right: 1em;
}
.p-voice__th:nth-of-type(2) {
  color: var(--red);
  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: var(--tsukushi);
  font-weight: 400;
  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: var(--tsukushi);
  font-weight: 400;
  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: var(--tsukushi);
  font-weight: 400;
}

.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-parent
----------------------------------------------------------------- */
.p-parent {
  padding: 70px 40px 0;
  background: var(--blue);
  overflow: hidden;
}
.p-parent__ttl__img {
  display: block;
  width: 546px;
  max-width: 80%;
  margin: 0 auto;
}
.p-parent .l-inner {
  background: var(--white);
  border-radius: 50px 50px 0 0;
  padding-top: 80px;
  padding-bottom: 100px;
  box-shadow: 0 4px 6px rgba(0,0,0,.16);
}
.p-parent__ttl {
  text-align: center;
  font-size: 5.2rem;
  margin: 0 0 40px;
  line-height: 1.4;
  font-weight: 900;
}
.p-parent__list {
  max-width: 1010px;
  margin: 0 auto;
}
.p-parent__list__item {
  border: 4px solid var(--blue);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,.16);
  background: var(--white);
  font-weight: 400;
}
.p-parent__list__item:not(:first-of-type) {
  margin: 30px 0 0;
}

.p-parent__list .item-head {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  padding: 0 10px;
}
.p-parent__list .item-head::before {
  content: '';
  width: 120px;
  height: 120px;
  background: url(../img/parent_icon.png) no-repeat center / contain;
  flex: 0 0 auto;
  margin: 0 40px 0 0;
}
.p-parent__list .head-tit {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 0 10px;
  color: var(--blue);
}
.p-parent__list .head-info {
  line-height: 1.4;
}
.p-parent__list .head-info span {
  display: inline-block;
  vertical-align: middle;
}
.p-parent__list .info-school {
  color: var(--blue);
  font-size: 1.4rem;
  background: #F8CC46;
  border-radius: 5px;
  padding: .2em .5em;
  margin: 0 10px 0 0;
}
.p-parent__list .info-passed {
  margin: 0 10px 0 0;
}
.p-parent__list .body-tit {
  color: var(--blue);
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 3px dotted var(--blue);
  margin: 0 0 25px;
}
.p-parent__list .item-body p {
  padding: 0 10px;
}
.p-parent__list .item-body .is-accent {
  background: linear-gradient(transparent 60%, #FBF3A8 60%);
}

@media screen and (max-width: 768px) {
  .p-parent {
    padding: 35px 20px 0;
  }
  .p-parent .l-inner {
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .p-parent__ttl {
    font-size: 3rem;
    margin: 0 0 20px;
  }
  .p-parent__list__item {
    border: 2px solid var(--blue);
    border-radius: 10px;
    padding: 15px;
  }
  .p-parent__list__item:not(:first-of-type) {
    margin: 15px 0 0;
  }
  .p-parent__list .item-head {
    padding: 0;
    margin: 0 0 15px;
    display: block;
  }
  .p-parent__list .item-head::before {
    display: none;
  }
  .p-parent__list .head-tit {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .p-parent__list .info-school {
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
  .p-parent__list .info-passed {
    margin: 0 5px 0 0;
  }
  .p-parent__list .head-info {
    position: relative;
    padding: 10px 0 0 70px;
    min-height: 60px;
  }
  .p-parent__list .head-info::before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/parent_icon.png) no-repeat center / contain;
  }
  .p-parent__list .body-tit {
    font-size: 1.6rem;
    padding-bottom: 5px;
    border-bottom: 2px dotted var(--blue);
    margin: 0 0 15px;
    line-height: 1.5;
  }
  .p-parent__list .item-body p {
    padding: 0;
    line-height: 1.6;
  }
}


/*  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: var(--source);
  font-weight: 500;
  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 var(--gray-dark);
  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: var(--tsukushi);
  font-weight: 400;
  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 0 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: var(--white);
  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: var(--white);
  border: 1px solid var(--gray-dark);
  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: var(--yellow);
  width: 220px;
  text-align: center;
  color: var(--blue);
  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: var(--white);
  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: var(--white);
  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: var(--white);
  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;
  text-shadow:-1px -1px 0 var(--black),
  -1px 0 0 var(--black),
  -1px 1px 0 var(--black),
  0 -1px 0 var(--black),
  0 0 0 var(--black),
  0 1px 0 var(--black),
  1px -1px 0 var(--black),
  1px 0 0 var(--black),
  1px 1px 0 var(--black);
}
@media screen and (max-width: 1365px) {
  .p-message__name {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-message__name {
    font-size: 1.6rem;
    margin: 0 calc(50% - 200px) 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-message__name {
    margin: 0 0 0 auto;
  }
}
.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: var(--blue);
  color: var(--white);
  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: var(--white);
  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: var(--white);
  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 var(--gray-dark);
}

.p-school__name {
  color: var(--blue);
  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: var(--tsukushi);
  font-weight: 400;
  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: var(--tsukushi);
  font-weight: 400;
  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, var(--gray-dark) 45px, var(--gray-dark) 46px, transparent 46px);
    background: linear-gradient(to right, transparent 45px, var(--gray-dark) 45px, var(--gray-dark) 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 var(--gray-dark);
}
@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: var(--white);
  }
}

.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: var(--white);
    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: var(--blue);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__txt h3 {
    font-size: 1.6rem;
  }
}

.p-flow__txt p {
  font-family: var(--tsukushi);
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 0 0;
}

.p-flow__cta {
  padding: 75px 0 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: var(--source);
  font-weight: 500;
  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: var(--tsukushi);
  font-weight: 400;
  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;
    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;
    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;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 50);
  }
}
.p-contact__inner {
  background: var(--white);
  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: var(--blue);
  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: var(--blue);
}

@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;
  }
}
.p-contact__body th .required {
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  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 var(--gray-dark);
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  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 var(--blue);
  border-right: 2px solid var(--blue);
}

@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: var(--blue);
}

.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: var(--blue);
  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: var(--blue);
}

.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 var(--gray-dark);
  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 var(--gray-dark);
  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: var(--blue);
}

.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: var(--red);
  color: var(--white);
  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;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}
@media (min-width: 1025px) {
  .p-contact__body .contactSubmitWrap {
    font-size: 22px;
    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 var(--white);
  border-right: 2px solid var(--white);
  -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: var(--white);
  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: var(--white);
  cursor: pointer;
  width: 100%;
}
@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;
  }
}
.p-contact__body .wpcf7-spinner {
  position: absolute;
}
.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: var(--white);
}

.p-contact .p-contact__inner {
  border: 1px solid var(--gray-dark);
  border-radius: 8px;
}

.p-contact .p-contact__header__title span {
  color: var(--red);
  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;
}

@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;
  }
}
.p-contact__body .p-contact__privacy {
  font-family: var(--tsukushi);
  font-weight: 400;
  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: var(--blue);
}
.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;
  letter-spacing: -0.05em;
  line-height: initial;
  color: var(--blue);
  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: var(--source);
  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: var(--blue);
  -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: var(--white);
  border: 1px solid var(--gray-dark);
  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: var(--source);
  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, var(--gray-dark), var(--gray-dark) 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-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: var(--tsukushi);
  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: var(--white);
  font-family: var(--source);
  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: var(--white);
  font-family: var(--source);
  font-weight: 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: var(--source);
  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: var(--source);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 40px auto 0;
  text-align: center;
  text-shadow: 2px 2px 0 var(--white);
  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;
  }
}


/*202512調整*/
.p-contact__body {
  th {
    font-size: 1.8rem;
  }
  td {
    font-size: 1.6rem;
  }

  .contactCheckbox {
    width: 100%;

    .wpcf7-radio {
      gap: 8px;
      align-items: center;
    }
    .wpcf7-list-item {
      width: calc(50% - 4px);
      margin: 0;
    }
    .wpcf7-list-item-label {
      border: 1px solid #c9c9c9;
      padding: 12px 8px;
      line-height: 1;
      border-radius: 4px;
      margin: 1px;
      &::before {
        margin-right: 6px;
      }
    }

    .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
      left: 12px;
    }
    .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
      border-width: 2px;
      border-color: #0082BE;
      margin: 0;
    }
  }

  @media (max-width: 1024px) {
    input[name=your-name],
    input[name=your-tel],
    input[name=your-email] {
      width: 100%;
      max-width: initial;
    }
  }
}


/* ==========================================================================
  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: var(--blue);
}

.u-color-yellow {
  color: var(--yellow);
}

.u-color-red {
  color: var(--red);
}

/* 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: var(--blue);
  text-shadow: 2px 2px 0 rgba(0, 130, 190, 0.12);
}

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

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

.u-shadow-red {
  color: var(--red);
  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%, var(--yellow)));
  background: -webkit-linear-gradient(transparent 75%, var(--yellow) 75%);
  background: linear-gradient(transparent 75%, var(--yellow) 75%);
}
.u-underline--normal {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, var(--yellow)));
  background: -webkit-linear-gradient(transparent 80%, var(--yellow) 80%);
  background: linear-gradient(transparent 80%, var(--yellow) 80%);
}
.u-underline--thin {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, var(--yellow)));
  background: -webkit-linear-gradient(transparent 95%, var(--yellow) 95%);
  background: linear-gradient(transparent 95%, var(--yellow) 95%);
  display: inline-block;
  padding: 0 0 5px;
}/*# sourceMappingURL=style.css.map */