@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;
  --mplus: "M PLUS Rounded 1c", 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;
  --red-dark: #d1391f;
  --red-dark-70: rgba(209, 57, 31, .7);
  --red-blight: #eb6320;
  --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: 1024px) {
  .l-header__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 14px;
  }
}
.l-header__logo {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 110px;
  }
}

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

.l-header__btn {
  font-size: 2.2rem;
  color: #fff;
}
.l-header__btn.c-btn:not(.c-btn--small) {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-image: linear-gradient(to right top, var(--red-dark), var(--red-blight));
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}
.l-header__btn .is-accent {
  color: var(--red-dark);
  background: #fff;
  padding: 6px 12px 8px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin: 0 10px 0 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    font-size: 1.4rem;
  }
  .l-header__btn.c-btn:not(.c-btn--small) {
    padding: 6px 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  }
  .l-header__btn .is-accent {
    padding: 5px 8px 6px;
    margin: 0 5px 0 0;
  }
}
@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); */
  background-image : linear-gradient(to right, var(--red-dark), var(--red-blight));
  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: 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: 4px 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;
  background-image : linear-gradient(to right, var(--red-dark), var(--red-blight));
}
.c-btn--balloon::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .25);
  display: block;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.c-btn--balloon:hover {
  opacity: 1;
}
.c-btn--balloon:hover::before {
  opacity: 1;
}

@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__inner {
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
  }
  .c-cta__inner--sm {
    width: 320px;
  }
  
.c-cta__btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  background-image : linear-gradient(to right, var(--red-dark), var(--red-blight));
  padding: 27px 0;
}

.c-cta__btn::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .25);
  display: block;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.c-cta__btn:hover::before {
  opacity: 1;
}

.c-cta__free {
  font-size: 40px;
  color: var(--red-dark);
  background: #fff;
  padding: 10px 0 12px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin: 0 20px 0 0;
  line-height: 1;
}

.c-cta__catch {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-cta__inner {
    width: 100%;
    max-width: 480px;
  }
  .c-cta__inner--sm {
    max-width: 240px;
  }
  
  .c-cta__btn {
    padding: 10px 0;
  }

  .c-cta__free {
    font-size: 15px;
    padding: 3px 0 5px;
    width: 50px;
    border-radius: 16px;
    margin: 0 10px 0 0;
  }

  .c-cta__catch {
    font-size: 16px;
  }
}
  

/*  p-mv
----------------------------------------------------------------- */
.p-mv {
  background: url(../img/mv_bg.jpg) no-repeat center top / cover;
  position: relative;
  z-index: 20;
  padding: 40px 0;
}
.p-mv__inner {
  max-width: 1406px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-mv {
    background: url(../img/mv_bg.jpg) no-repeat right 30% bottom / cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv {
    background: url(../img/mv_bg.jpg) no-repeat right calc(50% + 160px) bottom / cover;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: url(../img/mv_bg_sp.jpg) no-repeat center top / cover;
    padding: 16px 0;
  }
}

.p-mv__catch {
  margin: 0 0 38px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    margin: 0 0 18px;
  }
}

.p-mv__catch__sub {
  margin: 0 auto 74px;
  width: fit-content;
  text-align: center;
}
.p-mv__catch__sub__top {
  color: #0080bf;
  background: #fff;
  border-radius: 38px;
  letter-spacing: 0.005em;
  line-height: 1;
  font-size: 60px;
  font-family: var(--mplus);
  font-weight: 800;
  padding: 8px 32px;
  margin: 0 0 25px;
}
.p-mv__catch__sub__bottom {
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 62px;
  font-family: var(--mplus);
  font-weight: 800;
  position: relative;
}
.p-mv__catch__sub__bottom::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 25px;
  background: url(../img/mv_arrow.svg) no-repeat center / cover;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-mv__catch__sub {
    margin: 0 auto 50px;
  }
  .p-mv__catch__sub__top,
  .p-mv__catch__sub__bottom {
    font-size: 42px;
  }
  .p-mv__catch__sub__bottom::before {
    height: 16px;
    bottom: -35px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch__sub {
    margin: 0 auto 22px;
  }
  .p-mv__catch__sub__top {
    border-radius: 12px;
    font-size: 16px;
    padding: 2px 12px;
    margin: 0 0 10px;
    width: fit-content;
  }
  .p-mv__catch__sub__bottom {
    letter-spacing: 0.03em;
    font-size: 16px;
  }
  .p-mv__catch__sub__bottom::before {
    height: 7px;
    bottom: -16px;
  }
}

.p-mv__catch__main {
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 76px;
  font-family: var(--mplus);
  font-weight: 800;
  text-align: center;
  text-shadow:
  0 -1px 9px #fff,
  0 0 9px #fff,
  0 1px 9px #fff,
  1px -1px 9px #fff,
  1px 0 9px #fff,
  1px 1px 9px #fff,
  -1px -1px 9px #fff,
  -1px 0 9px #fff,
  -1px 1px 9px #fff;
  width: fit-content;
  margin: 0 auto;
}
.p-mv__catch__main__top,
.p-mv__catch__main__bottom {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-mv__catch__main__bottom {
  margin: 72px auto 0;
  position: relative;
}
.p-mv__catch__main__bottom::before {
  content: "";
  display: inline-block;
  width: 84px;
  height: 84px;
  background: url(../img/mv_multiple.png) no-repeat center / contain;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.p-mv__catch__main__top::after,
.p-mv__catch__main__bottom::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 24px;
    background: var(--yellow);
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -10;
    border-radius: 4px;
    box-shadow: 0 0 9px #fff;
}
@media screen and (max-width: 1024px) {
  .p-mv__catch__main {
    font-size: 40px;
  }
  .p-mv__catch__main__bottom::before {
    width: 65px;
    height: 65px;
    top: -62px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch__main {
    letter-spacing: 0.04em;
    font-size: 20px;
    text-shadow:
    0 -1px 4.5px #fff,
    0 0 4.5px #fff,
    0 1px 4.5px #fff,
    1px -1px 4.5px #fff,
    1px 0 4.5px #fff,
    1px 1px 4.5px #fff,
    -1px -1px 4.5px #fff,
    -1px 0 4.5px #fff,
    -1px 1px 4.5px #fff;
  }
  .p-mv__catch__main__bottom {
    margin: 36px auto 0;
  }
  .p-mv__catch__main__bottom::before {
    width: 42px;
    height: 42px;
    top: -36px;
  }
  .p-mv__catch__main__top::after,
  .p-mv__catch__main__bottom::after {
    height: 6px;
    bottom: -4px;
    border-radius: 4px;
    box-shadow: 0 0 4.5px #fff;
  }
}

.p-mv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-mv__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-mv__record__img {
  width: 638px;
  margin: 0 0 12px;
}
.p-mv__record__text {
  font-family: var(--mplus);
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .p-mv__record__img {
    width: 524px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__record__img {
    max-width: calc(681px / 2);
    width: 100%;
  }
  .p-mv__record__text {
    color: #fff;  
    font-size: 10px;
  }
}

.p-mv__cta .c-cta__btn {
  background-image: linear-gradient(to right top, var(--red-dark), var(--red-blight));
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 1365px) {
  .p-mv__cta .c-cta__btn {
    width: fit-content;
    padding: 18px;
  }
  .p-mv__cta .c-cta__free,
  .p-mv__cta .c-cta__catch {
    font-size: 28px;
  }
  .p-mv__cta .c-cta__free {
    width: fit-content;
    padding: 10px 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__cta {
    width: 100%;
  }
  .p-mv__cta .c-cta__btn {
    width: 100%;
    padding: 10px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  }
  .p-mv__cta .c-cta__free,
  .p-mv__cta .c-cta__catch {
    font-size: 15px;
  }
  .p-mv__cta .c-cta__free {
    width: 50px;
    padding: 3px 0 5px;
  }
}

/*  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-about
----------------------------------------------------------------- */
.p-about {
  background: url(../img/about_bg.jpg?v=2) no-repeat top center / 150% auto;
  padding: 65px 0 0;
  position: relative;
}
.p-about::before {
  content: "";
  display: block;
  background: var(--gray);
  width: 100%;
  height: 3.8vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 100%, 100% -3.8vw, 100% 100%, 0 100%);
}
.p-about__box {
  background: var(--white-70);
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.p-about__box::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--blue-dark-50);
  background: var(--white-50);
}
.p-about__box-accordion {
  position: relative;
  padding: 45px 100px;
  cursor: pointer;
}
.p-about__box-accordion::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--blue-dark);
  border-left: 3px solid var(--blue-dark);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-48px, -50%) rotate(225deg);
  transition: transform .3s;
}
.p-about__box-accordion.is-open::after {
  transform: translate(-48px, calc(6px - 50%)) rotate(45deg);
}
.p-about__box-ttl {
  color: var(--blue-dark);
  font-family: var(--source);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
}
.p-about__box-content {
  padding: 15px 65px 65px;
}
.p-about__box-img {
  width: 250px;
  margin: 0 auto 60px;
}
.p-about__box-desc {
  font-family: var(--source);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .09em;
}
.p-about__box-desc span {
  color: var(--blue);
  font-weight: 900;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .p-about {
    background: url(../img/about_bg_md.jpg) no-repeat top center / auto 950px;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 30px 0 0;
    background: url(../img/about_bg.jpg) no-repeat top center / auto 760px;
  }
  .p-about__box {
    margin: 0 auto 30px;
  }
  .p-about__box::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 1px solid var(--blue-dark-50);
  }
  .p-about__box-accordion {
    padding: 25px;
  }
  .p-about__box-accordion::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--blue-dark);
    border-left: 2px solid var(--blue-dark);
    transform: translate(-24px, -50%) rotate(225deg);
  }
  .p-about__box-accordion.is-open::after {
    transform: translate(-24px, calc(3px - 50%)) rotate(45deg);
  }
  .p-about__box-ttl {
    font-size: 21px;
  }
  .p-about__box-content {
    padding: 0 25px 25px;
  }
  .p-about__box-img {
    width: 250px;
    margin: 0 auto 30px;
  }
  .p-about__box-desc {
    font-size: 14px;
  }
  .p-about__box-desc span {
    font-size: 16px;
  }
}

.p-about__conclusion-inner {
  position: relative;
}
.p-about__conclusion-fukidashi {
  display: block;
  background: url(../img/about_conclusion_fukidashi.svg) no-repeat top center / contain;
  width: 270px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.p-about__conclusion-fukidashi-desc {
  font-family: 'kaisyo', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .02em;
  position: absolute;
  left: 50%;
  top: calc(50% + .1em);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 10;
}
.p-about__conclusion-wrapper {
  background: url(../img/about_conclusion_bg.jpg?v=2) no-repeat bottom 13% center / cover;
  padding: 130px 0 130px 100px;
  clip-path: polygon(0 3.8vw, 100% 0, 100% calc(100% - 3.8vw), 0 100%);
}
.p-about__conclusion-ttl {
  transform: rotate(-4deg);
}
.p-about__conclusion-ttl .small,
.p-about__conclusion-ttl .large {
  color: var(--white);
  display: block;
  font-family: var(--source);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .16),
  4px 4px 7px rgba(0, 0, 0, .13);
}
.p-about__conclusion-ttl .small {
  font-size: 38px;
}
.p-about__conclusion-ttl .large {
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  .p-about__conclusion-fukidashi {
    width: 216px;
    height: 200px;
    left: calc(50% - 400px);
  }
  .p-about__conclusion-fukidashi-desc {
    font-size: 56px;
  }
  .p-about__conclusion-wrapper {
    padding: 180px 0 130px;
  }
}
@media screen and (max-width: 1365px) {
  .p-about__conclusion-ttl .small {
    font-size: 30px;
  }
  .p-about__conclusion-ttl .large {
    font-size: 48px;
  }
}
@media screen and (max-width: 1365px) {
  .p-about__conclusion-ttl .small {
    font-size: 28px;
  }
  .p-about__conclusion-ttl .large {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__conclusion-wrapper {
    background: url(../img/about_conclusion_bg_md.jpg?v=2) no-repeat bottom center / 1024px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__conclusion-fukidashi {
    width: 135px;
    height: 125px;
    left: 0;
  }
  .p-about__conclusion-fukidashi-desc {
    font-size: 35px;
  }
  .p-about__conclusion-wrapper {
    background: url(../img/about_conclusion_bg_sm.jpg?v=2) no-repeat bottom center / 768px auto;
    padding: 100px 0 65px;
  }
  .p-about__conclusion-ttl .small {
    font-size: 18px;
  }
}
@media screen and (max-width: 590px) {
  .p-about__conclusion-wrapper {
    padding: 120px 0 30px;
  }
  .p-about__conclusion-ttl .large {
    font-size: 28px;
  }
}


/*  p-worry
----------------------------------------------------------------- */
.p-worryResolve {
  background: #e9f4f9;
  overflow: hidden;
}
.p-worry {
  padding: 46px 0 70px;
}
.p-worry__head {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.09em;
  font-family: var(--mplus);
  font-weight: 800;
  margin: 0 0 38px;
}
.p-worry__head .is-accent {
  font-size: 40px;
  position: relative;
  z-index: 10;
}
.p-worry__head .is-accent::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background: var(--yellow);
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -10;
  border-radius: 10px;
}
.p-worry__head .is-wide {
  margin: 0 0.25em;
}
.p-worry__head .is-wide--right {
  margin: 0 0.25em 0 0;
}
.p-worry__img:nth-child(1) {
  width: 540px;
  margin: 0 auto 0 calc(50% - 530px);
}
.p-worry__img:nth-child(2) {
  width: calc(1075px / 2);
  margin: -148px calc(50% - 560px) 0 auto;
}
.p-worry__img:nth-child(3) {
  width: calc(1107px / 2);
  margin: -54px auto 0 calc(50% - 460px);
}
.p-worry__catch {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.09em;
  line-height: 1.8;
  font-family: var(--mplus);
  font-weight: 800;
}
.p-worry__catch .is-large {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .p-worry__img:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .p-worry__img:nth-child(2) {
    margin: 0 0 0 auto;
  }
  .p-worry__img:nth-child(3) {
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-worry {
    padding: 34px 0;
  }
  .p-worry__head {
    font-size: 16px;
    margin: 0 0 34px;
  }
  .p-worry__head .is-accent {
    font-size: 20px;
  }
  .p-worry__head .is-accent::before {
    height: 6px;
  }
  .p-worry__img:nth-child(1) {
    margin: 0 0 0 auto;
    width: calc(702px / 2);
    
  }
  .p-worry__img:nth-child(2) {
    margin: 30px auto 0 0;
    width: calc(695px / 2);
  }
  .p-worry__img:nth-child(3) {
    margin: 30px -20px 0 auto;
    width: calc(727px / 2);
  }
  .p-worry__catch {
    font-size: 14px;
  }
  .p-worry__catch .is-large {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .p-worry__img:nth-child(1) {
    width: 100%;    
  }
  .p-worry__img:nth-child(2) {
    width: 100%;    
  }
  .p-worry__img:nth-child(3) {
    width: 100%;
    margin: 30px 0 0 auto;    
  }
}

/*  p-resolve
----------------------------------------------------------------- */
.p-resolve {
  background: var(--blue);
  color: #fff;
  position: relative;
  z-index: 20;
  padding: 64px 0 48px;
}
.p-resolve::before {
  content: "";
  display: inline-block;
  background: url(../img/resolve_wave_top.svg) no-repeat center / contain;
  width: 176px;
  height: 45px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.p-resolve::after {
  content: "";
  display: block;
  background: url(../img/resolve_img.png) no-repeat center bottom / contain;
  width: 1253px;
  height: 368px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
.p-resolve__catch {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-family: var(--mplus);
  font-weight: 500;
  letter-spacing: 0.09em;
  font-size: 22px;
  line-height: 2;
  position: relative;
}
.p-resolve__catch::before,
.p-resolve__catch::after {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  width: 4px;
  height: 26px;
  position: absolute;
  bottom: -6px;
}
.p-resolve__catch::before {
  transform: rotate(-36deg);
  left: -16px;
}
.p-resolve__catch::after {
  transform: rotate(36deg);
  right: -16px;
}
.p-resolve__catch .is-large {
  font-size: 28px;
  font-weight: 800;
}
.p-resolve__catch .is-accent {
  color: #2b2b2b;
  position: relative;
  z-index: 10;
}
.p-resolve__catch .is-accent::before {
  content: "";
  width: 100%;
  background: var(--yellow);
  border-radius: 4px;
  position: absolute;
  left: -.15em;
  top: 0;
  height: 100%;
  z-index: -10;
}
.p-resolve__catch .is-wide {
  letter-spacing: .2em;
}
.p-resolve__catch .is-narrow {
  letter-spacing: -.2em;
}

@media screen and (max-width: 1200px) {
  .p-resolve::after {
    width: max(800px, calc((1253/1200)*100vw));
    height: max(235px, calc((368/1200)*100vw));
  }
}

@media screen and (max-width: 768px) {
  .p-resolve {
    padding: 36px 0 27px;
  }
  .p-resolve::before {
    width: 88px;
    height: 22px;
    top: -7px;
  }
  .p-resolve::after {
    background: url(../img/resolve_img_sp.png) no-repeat center bottom / contain;
    width: calc(711px / 2);
    height: calc(249px / 2);
  }
  .p-resolve__catch {
    font-size: 14px;
  }
  .p-resolve__catch::before,
  .p-resolve__catch::after {
    width: 2px;
    height: 13px;
    bottom: -3px;
  }
  .p-resolve__catch::before {
    left: 48px;
  }
  .p-resolve__catch::after {
    right: 52px;
  }
  .p-resolve__catch .is-large {
    font-size: 18px;
  }
  .p-resolve__catch .is-underline {
    position: relative;
  }
  .p-resolve__catch .is-underline::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
}

/*  p-answer
----------------------------------------------------------------- */
.p-answer {
  padding: 60px 0 0;
  background: url(../img/answer_bg.png) no-repeat center / cover;
}
.p-answer__inner {
  padding-bottom: 80px;
  background: url(../img/answer_man01.png?v=2) no-repeat left bottom / 299px auto,
  url(../img/answer_man02.png?v=2) no-repeat right bottom / 256px auto;
}
.p-answer__ttl {
  font-family: var(--source);
  font-size: 80px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 70px;
}
.p-answer__desc01 {
  font-family: var(--source);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 45px;
}
.p-answer__desc01 span {
  color: var(--blue);
}
.p-answer__desc02 {
  font-family: var(--source);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-answer__inner {
    padding-bottom: 80px;
    background: url(../img/answer_man01_md.png) no-repeat left bottom / 240px auto,
    url(../img/answer_man02_md.png) no-repeat right bottom / 205px auto;
  }
  .p-answer__desc01,
  .p-answer__desc02 {
    text-shadow: 0 -1px 3px #fff,
    0 0 3px #fff,
    0 1px 3px #fff,
    1px -1px 3px #fff,
    1px 0 3px #fff,
    1px 1px 3px #fff,
    -1px -1px 3px #fff,
    -1px 0 3px #fff,
    -1px 1px 3px #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-answer {
    padding: 30px 0 0;
  }
  .p-answer__inner {
    padding-bottom: 40px;
    background: url(../img/answer_man01_sm.png) no-repeat left bottom / 150px auto,
    url(../img/answer_man02_sm.png) no-repeat right bottom / 128px auto;
  }
  .p-answer__ttl {
    font-size: 40px;
    margin: 0 0 30px;
  }
  .p-answer__desc01 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .p-answer__desc02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 590px) {
  .p-answer__inner {
    padding-bottom: 40px;
    background: url(../img/answer_man01_sm.png) no-repeat left calc(50% - 130px) bottom / 150px auto,
    url(../img/answer_man02_sm.png) no-repeat right calc(50% - 130px) bottom / 128px auto;
  }
  .p-answer__ttl {
    font-size: 32px;
  }
  .p-answer__desc01 {
    font-size: 20px;
  }
  .p-answer__desc02 {
    font-size: 16px;
  }
}


/*  p-method
----------------------------------------------------------------- */
.p-method {
  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 {
  padding: 64px 0 170px;
  background: var(--blue-light);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(50% + 75px) calc(100% - 70px), 50% 100%, calc(50% - 75px) calc(100% - 70px), 0 calc(100% - 70px));
}
.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,
.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-dark);
  padding: 0px 12px 5px 12px;
}
.p-method-top__ttl02 .accent-wrapper .accent + .accent {
  margin: 0 0 0 10px;
}
.p-method-top__ttl02 .accent-wrapper .accent:nth-child(1) {
  margin-left: 15px;
}
.p-method-top__ttl02 .accent-wrapper .accent:nth-child(5) {
  margin-right: 15px;
}
@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-top {
    padding: 30px 0 85px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 38.5px) calc(100% - 35px), 50% 100%, calc(50% - 38.5px) calc(100% - 35px), 0 calc(100% - 35px));
  }
  .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 .accent + .accent {
    margin: 0 0 0 5px;
  }
  .p-method-top__ttl02 .accent-wrapper .accent:nth-child(1) {
    margin-left: 8px;
  }
  .p-method-top__ttl02 .accent-wrapper .accent:nth-child(5) {
    margin-right: 8px;
  }
}

.p-method-content {
  padding: 0 0 60px;
}
.p-method-content__intro {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.p-method-content__multiple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
  position: relative;
}
.p-method-content__multiple::before {
  content: "";
  display: block;
  background: url(../img/method_multiple_center_icon.svg) no-repeat center / contain;
  width: 70px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-method-content__multiple-item {
  width: 337px;
  height: 337px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-method-content__multiple-item:first-child {
  border: 7px solid var(--blue);
  color: var(--blue);
}
.p-method-content__multiple-item:last-child {
  border: 7px solid var(--blue-blight);
  color: var(--blue-blight);
}
.p-method-content__multiple-ttl {
  display: block;
  font-family: var(--source);
  letter-spacing: .06em;
  line-height: 1.4;
}
.p-method-content__multiple-ttl--sub {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px;
  position: relative;
}
.p-method-content__multiple-ttl--sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.p-method-content__multiple-item:first-child .p-method-content__multiple-ttl--sub::before {
  background: url(../img/method_multiple_ttl_icon01.svg) no-repeat center / contain;
}
.p-method-content__multiple-item:last-child .p-method-content__multiple-ttl--sub::before {
  background: url(../img/method_multiple_ttl_icon02.svg) no-repeat center / contain;
}
.p-method-content__multiple-ttl--main {
  font-size: 52px;
  font-weight: 900;
}
.p-method-content__desc {
  font-family: var(--source);
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .09em;
}
.p-method-content__desc .is-accent {
  background: linear-gradient(transparent 60%, #F9EC6F 60%);
}
.p-method-content__box {
  max-width: 1000px;
  margin: 0 auto;
  border: 8px solid #ddd;
  background: var(--white);
}
.p-method-content__box-accordion {
  padding: 50px;
  position: relative;
  cursor: pointer;
}
.p-method-content__box-accordion::before,
.p-method-content__box-accordion::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: #bfbfbf;
  position: absolute;
  right: 50px;
  top: 50%;
}
.p-method-content__box-accordion::before {
  transform: translateY(-50%);
}
.p-method-content__box-accordion::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .3s;
}
.p-method-content__box-accordion.is-open::after {
  transform: translateY(-50%) rotate(0);
}
.p-method-content__box-ttl {
  font-family: var(--source);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.7;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-method-content__box-ttl::before {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url(../img/method_box_ttl_icon.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  z-index: -10;
}
.p-method-content__box-content {
  margin: 30px auto 0;
  padding: 0 50px 50px;
}
.p-method-content__box-img {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.p-method-content__box-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .08em;
}
@media screen and (max-width: 1024px) {
  .p-method-content__multiple-item {
    width: 270px;
    height: 270px;
  }
  .p-method-content__multiple-ttl--main {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-method-content {
    padding: 0 0 30px;
  }
  .p-method-content__intro {
    margin: 0 auto 40px;
  }
  .p-method-content__multiple {
    margin: 0 0 30px;
  }
  .p-method-content__multiple::before {
    width: 35px;
    height: 35.5px;
  }
  .p-method-content__multiple-item {
    width: 160px;
    height: 160px;
  }
  .p-method-content__multiple-item:first-child {
    border: 3px solid var(--blue);
  }
  .p-method-content__multiple-item:last-child {
    border: 3px solid var(--blue-blight);
  }
  .p-method-content__multiple-ttl--sub {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .p-method-content__multiple-ttl--sub::before {
    height: 6px;
    bottom: -12px;
  }
  .p-method-content__multiple-ttl--main {
    font-size: 26px;
  }
  .p-method-content__desc {
    font-size: 14px;
  }
  .p-method-content__box {
    border: 3px solid #ddd;
  }
  .p-method-content__box-accordion {
    padding: 20px;
  }
  .p-method-content__box-accordion::before,
  .p-method-content__box-accordion::after {
    width: 15px;
    height: 3px;
    right: 25px;
  }
  .p-method-content__box-ttl {
    font-size: 18px;
  }
  .p-method-content__box-ttl::before {
    width: 50px;
    height: 50px;
    left: -15%;
  }
  .p-method-content__box-content {
    margin: 0 auto;
    padding: 0 20px 20px;
  }
  .p-method-content__box-img {
    width: 460px;
    margin: 0 auto 20px;
  }
  .p-method-content__box-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 590px) {
  .p-method-content__multiple::before {
    width: 28px;
    height: 28px;
  }
  .p-method-content__multiple-item {
    width: 120px;
    height: 120px;
  }
  .p-method-content__multiple-item:first-child {
    border: 2px solid var(--blue);
  }
  .p-method-content__multiple-item:last-child {
    border: 2px solid var(--blue-blight);
  }
  .p-method-content__multiple-ttl--sub {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .p-method-content__multiple-ttl--sub::before {
    height: 6px;
    bottom: -9px;
  }
  .p-method-content__multiple-ttl--main {
    font-size: 20px;
  }
}


/*  p-review
----------------------------------------------------------------- */
.p-review {
  overflow: hidden;
  padding: 60px 0 200px;
  background-image:
  repeating-linear-gradient(
    90deg,
    #efefef,
    #efefef 1px,
    transparent 1px,
    transparent 20px
  ),
  repeating-linear-gradient(
    0deg,
    #efefef,
    #efefef 1px,
    var(--white) 1px,
    var(--white) 20px
  );
  position: relative;
  z-index: 10;
}
.p-review::before,
.p-review::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-review::before {
  background-image: url(../img/review_wave_top.svg);
  width: 502px;
  height: 268px;
  top: -12px;
  left: 0;
  z-index: -10;
}
.p-review::after {
  background-image: url(../img/review_wave_bottom.svg);
  width: 540px;
  height: 276px;
  bottom: 0;
  right: 0;
  z-index: -10;
}
.p-review__head {
  margin: 0 0 60px;
  text-align: center;
}
.p-review__head > span {
  display: block;
}
.p-review__ttl__top,
.p-review__ttl__bottom {
  font-size: 32px;
  letter-spacing: 0.09em;
  line-height: 1.8;
  font-family: var(--mplus);
  font-weight: 500;
}
.p-review__ttl__top span {
  font-size: 40px;
  font-weight: bold;
  color: var(--red-dark);
  font-weight: 800;
}
.p-review__ttl__bottom span {
  position: relative;
  z-index: 10;
  font-weight: 900;
}
.p-review__ttl__bottom span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background: var(--yellow);
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -10;
  border-radius: 10px;
}
.p-review__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 62px;
}
.p-review__item {
  border: 2px solid var(--blue);
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(94, 159, 165, .3);
  position: relative;
  background: #fffef3;
  padding: 42px 24px 32px;
}
.p-review__item__status {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.09em;
  background: var(--blue);
  font-weight: 800;
  font-family: var(--mplus);
  padding: 0 16px;
  border-radius: 14px;
}
.p-review__item__main {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0 0 32px;
}
.p-review__item__img {
  width: 104px;
}
.p-review__item__data {
  text-align: center;
}
.p-review__item__school {
  font-family: var(--mplus);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.09em;
}
.p-review__item__who {
  font-family: var(--mplus);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.09em;
}
.p-review__item__desc {
  font-family: var(--mplus);
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}
.p-review__item__desc .is-accent {
  background: linear-gradient(transparent 60%, var(--yellow) 60%)
}

@media screen and (max-width: 768px) {
  .p-review {
    padding: 30px 0 36px;
    background-image:
    repeating-linear-gradient(
      90deg,
      #efefef,
      #efefef 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      0deg,
      #efefef,
      #efefef 1px,
      var(--white) 1px,
      var(--white) 10px
    );
  }
  .p-review::before {
    width: 94px;
    height: 50px;
    top: -2px;
    left: 0;
  }
  .p-review::after {
    width: 94px;
    height: 50px;
    bottom: -3px;
    right: 0;
  }
  .p-review__head {
    margin: 0 0 26px;
  }
  .p-review__ttl__top,
  .p-review__ttl__bottom {
    font-size: 16px;
  }
  .p-review__ttl__top span {
    font-size: 20px;
  }
  .p-review__ttl__bottom span::before {
    height: 6px;
  }
  .p-review__list {
    flex-direction: column;
    gap: 36px;
  }
  .p-review__item {
    padding: 28px 12px 14px;
    box-shadow: 2px 2px 0 rgba(94, 159, 165, .3);
  }
  .p-review__item__status {
    font-size: 12px;
  }
  .p-review__item__main {
    gap: 10px;
    margin: 0 0 12px;
  }
  .p-review__item__img {
    width: 64px;
  }
  .p-review__item__school,
  .p-review__item__who,
  .p-review__item__desc {
    font-size: 12px;
  }
}

/*  p-point
----------------------------------------------------------------- */
.p-point {
  padding: 52px 0 80px;
  position: relative;
  z-index: 20;
}
.p-point__head {
  margin: 0 auto 64px;
  width: fit-content;
  text-align: center;
}
.p-point__ttl__top,
.p-point__ttl__middle,
.p-point__ttl__bottom {
  display: inline-block;
  width: fit-content;
  line-height: 2.5;
  letter-spacing: 0.09em;
  font-size: 32px;
  font-family: var(--mplus);
  font-weight: 500;
}
.p-point__ttl__top {
  position: relative;
}
.p-point__ttl__top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 13px;
  background: url(../img/point_ttl_arrow.svg) no-repeat center / contain;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.p-point__ttl__middle .is-accent {
  font-size: 40px;
  font-weight: 800;
  color: var(--blue);
}
.p-point__ttl__bottom .is-accent {
  font-size: 40px;
  font-weight: 800;
  background: var(--yellow);
  border-radius: 6px;
  padding: 0 7px;
  margin: 0 4px;
}
.p-point__item {
  padding: 30px;
  border-radius: 12px;
  border: 2px solid var(--blue);
  box-shadow: 4px 4px 0 rgba(94, 159, 165, .3);
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 418px minmax(0, 1fr);
  grid-template-rows: min-content minmax(0, 1fr);
  gap: 20px 30px;
}
.p-point__item + .p-point__item {
  margin: 106px 0 0;
}
.p-point__item:nth-child(odd) {
  background: #ebf4f9;  
}
.p-point__item:nth-child(even) {
  background: #fffef3;
}
.p-point__item__order {
  position: absolute;
  width: 80px;
  top: -65px;
  left: 70px;
  z-index: -10;
}
.p-point__item__img {
  background: #eaeaea;
  padding: 6px 10px;
  width: 100%;
  grid-area: 1/1/3/2;
}
.p-point__item__img a {
  position: relative;
}
.p-point__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-point__item__box {
  background: #fff;
  margin: 0 0 0 32px;
  border: 2px solid var(--blue);
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(94, 159, 165, .3);
  position: relative;
  padding: 24px 0;
}
.p-point__item__box::before {
  content: "";
  position: absolute;
  z-index: 10;
}
.p-point__item:nth-child(1) .p-point__item__box::before {
  left: -94px;
  top: -60px;
  background: url(../img/point01_illust.png) no-repeat center / contain;
  width: 178px;
  height: 256px;
}
.p-point__item:nth-child(2) .p-point__item__box::before {
  left: -106px;
  top: -60px;
  background: url(../img/point02_illust.png) no-repeat center / contain;
  width: 217px;
  height: 256px;
}
.p-point__item:nth-child(3) .p-point__item__box::before {
  left: -60px;
  top: -30px;
  background: url(../img/point03_illust.png) no-repeat center / contain;
  width: 126px;
  height: 227px;
}
.p-point__item:nth-child(4) .p-point__item__box::before {
  left: -85px;
  top: -60px;
  background: url(../img/point04_illust.png) no-repeat center / contain;
  width: 198px;
  height: 257px;
}
.p-point__item:nth-child(5) .p-point__item__box::before {
  left: -68px;
  top: -46px;
  background: url(../img/point05_illust.png) no-repeat center / contain;
  width: 183px;
  height: 240px;
}
.p-point__item__box__top {
  background: var(--blue);
  padding: 4px 26px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-family: var(--mplus);
  font-weight: 800;
  width: fit-content;
  text-align: center;
  border-radius: 16px;
  margin: 0 auto 16px;
}
.p-point__item__box__middle {
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  font-family: var(--mplus);
  font-weight: 500;
  color: var(--blue);
  margin: 0 50px 16px;
  letter-spacing: 0;
}
.p-point__item__box__bottom {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-family: var(--mplus);
  font-weight: 800;
}
.p-point__item__main {
  grid-area: 2/2/3/3;
}
.p-point__item__main__ttl {
  font-size: 22px;
  letter-spacing: 0.009em;
  line-height: 1.3;
  color: var(--blue);
  font-family: var(--mplus);
  font-weight: 800;
  margin: 0 0 4px;
}
.p-point__item__main__desc {
  line-height: 2;
  letter-spacing: 0.015em;
  font-family: var(--mplus);
  font-weight: 400;
  margin: 10px 0 0;
}
.p-point__item__main__desc .is-accent {
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
}

@media screen and (max-width: 1200px) {
  .p-point__item:nth-child(1) .p-point__item__box::before {
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: 128px;
    height: 186px;
  }
  .p-point__item:nth-child(2) .p-point__item__box::before {
    left: -88px;
    top: 50%;
    transform: translateY(-50%);
    width: 152px;
    height: 180px;
  }
  .p-point__item:nth-child(3) .p-point__item__box::before {
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 162px;
  }
  .p-point__item:nth-child(4) .p-point__item__box::before {
    left: -68px;
    top: 42%;
    transform: translateY(-50%);
    width: 147px;
    height: 192px;
  }
  .p-point__item:nth-child(5) .p-point__item__box::before {
    left: -62px;
    top: 50%;
    transform: translateY(-50%);
    width: 136px;
    height: 178px;
  }
}

@media screen and (max-width: 1024px) {
  .p-point__item {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: unset;
  }
  .p-point__item__img {
    grid-area: 2/1/3/2;
    max-width: 418px;
    margin: 0 auto;
  }
  .p-point__item__box {
    margin: 0;
  }
  .p-point__item__main {
    grid-area: 3/1/4/2;
  }
}

@media screen and (max-width: 768px) {
  .p-point {
    padding: 26px 0 40px;
  }
  .p-point__ttl__top,
  .p-point__ttl__middle,
  .p-point__ttl__bottom {
    font-size: 16px;
  }
  .p-point__ttl__top::before {
    width: 100%;
    height: 6px;
    bottom: -4px;
  }
  .p-point__ttl__middle .is-accent {
    font-size: 20px;
  }
  .p-point__ttl__bottom {
    line-height: 1.75;
  }
  .p-point__ttl__bottom .is-accent {
    font-size: 20px;
    border-radius: 6px;
    padding: 0 4px;
    margin: 0 2px;
  }
  .p-point__item {
    padding: 20px 12px;
    box-shadow: 2px 2px 0 rgba(94, 159, 165, .3);
    gap: 0;
  }
  .p-point__item + .p-point__item {
    margin: 64px 0 0;
  }
  .p-point__item__order {
    width: 40px;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-point__item__img {
    margin: 18px auto 0;
    max-width: 100%;
  }
  .p-point__item__img a::before {
    content: none;
  }
  .p-point__item__box {
    margin: 0;
    box-shadow: 2px 2px 0 rgba(94, 159, 165, .3);
    padding: 20px 30px;
  }
  .p-point__item__box__top {
    padding: 4px 12px;
    font-size: 13px;
    margin: 0 auto 12px;
  }
  .p-point__item__box__middle {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .p-point__item__box__bottom {
    font-size: 20px;
  }
  .p-point__item:nth-child(1) .p-point__item__box::before {
    left: -55px;
    top: calc(50% - 36px);
    transform: unset;
    width: 98px;
    height: 142px;
  }
  .p-point__item:nth-child(2) .p-point__item__box::before {
    left: unset;
    right: -39px;
    top: calc(50% - 24px);
    transform: unset;
    width: 110px;
    height: 130px;
  }
  .p-point__item:nth-child(3) .p-point__item__box::before {
    left: -33px;
    top: calc(50% - 12px);
    transform: unset;
    width: 64px;
    height: 118px;
  }
  .p-point__item:nth-child(4) .p-point__item__box::before {
    left: unset;
    right: -40px;
    top: calc(50% - 36px);
    transform: unset;
    width: 100px;
    height: 130px;
  }
  .p-point__item:nth-child(5) .p-point__item__box::before {
    left: -54px;
    top: calc(50% - 36px);
    transform: unset;
    width: 100px;
    height: 130px;
  }
  .p-point__item__main {
    margin: 8px auto 0;
  }
  .p-point__item__main__ttl {
    font-size: 16px;
    text-align: center;
  }
  .p-point__item__main__desc {
    font-size: 12px;
  }
}

/*  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;
  }
  .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: #fff2d2;
  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-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 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .p-media__list {
    padding: 20px 0 0;
  }
}

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

.p-media__desc {
  color: 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-media__cta {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-media__cta {
    margin: 35px 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: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-contact__ttl {
    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;
}
@media (max-width: 1024px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 55px 10px 32px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 36px 10px 16px;
  }
}
@media (min-width: 1025px) {
  .p-contact__body .wpcf7-submit {
    padding: 8px 55px 10px 32px;
  }
}

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

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

.p-contact {
  background-color: 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;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  text-align: center;
}

.p-fixedbnr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image : linear-gradient(to right, var(--red-dark), var(--red-blight));
  padding: 27px 0;
}

.p-fixedbnr__btn::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .25);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.p-fixedbnr__btn:hover::before {
  opacity: 1;
}

.p-fixedbnr__free {
  font-size: 40px;
  color: var(--red-dark);
  background: #fff;
  padding: 10px 0 12px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin: 0 20px 0 0;
  line-height: 1;
}

.p-fixedbnr__catch {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.p-fixedbnr__arrow {
  width: 62px;
  margin: 0 0 0 30px;
}

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

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

  .p-fixedbnr__free {
    font-size: 15px;
    padding: 3px 0 5px;
    width: 50px;
    border-radius: 16px;
    margin: 0 10px 0 0;
  }

  .p-fixedbnr__catch {
    font-size: 16px;
  }

  .p-fixedbnr__arrow {
    width: 24px;
    margin: 0 0 0 16px;
  }

}

/*  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 */