@charset "UTF-8";
:root {
  --color-primary: #1f3b9e;
  --color-primary-light: #eef6fd;
  --color-primary-dark: #192963;
  --color-secondary: #0379d6;
  --color-secondary-dark: #182e4c;

  --color-bg: #ffffff;
  --color-text: #333333;

  --color-accent: #fee302;
  --color-white: #ffffff;
  --color-gray: #f2f2f2;
  --color-red: #e52d2c;

  --color-orange: #ff820f;
  --color-orange-bg: #fef9e3;
  --color-blue: #27b5f4;
  --color-blue-bg: #eef6fd;
  --color-green: #82c800;
  --color-green-bg: #f5ffe6;

  --shadow: 2px 4px 9px 0px #a3a3a333;
}
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
}
:where(.mainvisual, .trouble-area, .selecting-how-to, .wisc-inspection-result, .price, .study-support) img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  :where(.mainvisual, .trouble-area, .selecting-how-to, .wisc-inspection-result, .price, .study-support) {
    zoom: calc(1 / 0.9);
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
/*=========================
    common
=========================*/
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.u-color--primary {
  color: var(--color-primary);
}
.u-color--accent {
  color: var(--color-accent);
}
.u-color--red {
  color: var(--color-red);
}
.u-text--underline {
  background: linear-gradient(transparent 80%, var(--color-accent) 80%);
}
.u-text--bold {
  font-weight: bold;
}
.u-text--align-center {
  text-align: center;
}
.u-text--align-left {
  text-align: left;
}
.u-text--align-right {
  text-align: right;
}
/* 背景(タイル) */
.u-bg--tile {
  background-image: linear-gradient(#eef3f8 1px, transparent 1px), linear-gradient(90deg, #eef3f8 1px, transparent 1px);
  background-size: 20px 20px;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

/*=========================
    contents-inner
=========================*/
.contents-inner {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-inner {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1025px) {
  .contents-inner {
    padding: 0;
  }
}

/*=========================
    注釈
=========================*/
.notes {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .notes {
    max-width: 1200px;
  }
}

/* オリコン注釈 */
.p-oricon {
  font-size: 10px;
}
.p-oricon a {
  color: #333;
}
.p-oricon span {
  text-decoration: underline;
}
.p-oricon img {
  display: inline-block;
  margin-top: -5px;
}

/*=========================
    見出し
=========================*/
/* contents-title */
.contents-title {
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-secondary-dark);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents-title {
    font-size: 40px;
  }
}

/*=========================
    breadcrumb
=========================*/
/* .md-breadcrumb {
  background: #eeeeee;
  border-bottom: 1px solid rgba(112, 112, 112, 0.26);
} */
.p-breadcrumb__inner.md-breadcrumb__inner {
  padding: 6px 0;
  font-size: 10px;
  line-height: 1;
  color: #2e2e2e;
}
.md-breadcrumb__inner .md-breadcrumb__item .md-breadcrumb__item-link {
  color: #2e2e2e;
}
.md-breadcrumb__inner .md-breadcrumb__item::after {
  vertical-align: unset;
}
.md-breadcrumb__inner .md-breadcrumb__item:first-child {
  padding-left: 10px;
}
.md-breadcrumb__inner .md-breadcrumb__item:last-child {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb__inner.md-breadcrumb__inner {
    padding: 18px 0;
  }
  .p-breadcrumb__inner li {
    font-size: 13px !important;
  }
  .md-breadcrumb__inner .md-breadcrumb__item:first-child {
    padding-left: 0;
  }
}

/*=========================
    main-visual
=========================*/
.mainvisual .md_main-visual--text {
  padding: 25px 0 0;
  font-size: clamp(2.5rem, 2.21rem + 0.773vw, 3.2rem);
  font-weight: 700;
  line-height: 1.8;
  color: #182e4c;
  text-align: center;
  white-space: nowrap;
  text-decoration: underline 2px;
  text-decoration-color: #182e4c;
  text-underline-offset: 0.4em;
}
.mainvisual .md_main-visual > div {
  flex-direction: column-reverse;
  align-items: center;
}
.mainvisual .md_main-visual .contents-inner {
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .md_main-visual--text {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual .md_main-visual {
    background-color: var(--color-primary-dark);
  }
  .mainvisual .md_main-visual--text {
    padding: 24px 20px;
    color: #fff;
    text-align: left;
    text-decoration-color: #fff;
  }
  .mainvisual .md_main-visual .contents-inner {
    max-width: 1080px;
  }
  .mainvisual .md_main-visual > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/*=========================
    top-lead
=========================*/
.top-lead__text {
  padding: 16px 0 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #182e4c;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-lead__text {
    padding: 33px 0;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
  }
}

/*=========================
    CTA
=========================*/
.contact-area {
  background: #eef6fd;
}

/* 注釈 */
.contact-area .p-oricon {
  padding: 0 0 30px;
  margin-top: -20px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  /* 注釈 */
  .contact-area .p-oricon {
    padding: 0 0 40px;
    margin-top: -30px;
  }
}

/*=========================
    trouble-area
=========================*/
.trouble-area {
  --color-adhd: #0379d6;
  --color-adhd-bg: #ebf6ff;
  --color-ld: #08b47b;
  --color-ld-bg: #ecffeb;
  --color-asd: #9f55d4;
  --color-asd-bg: #f8f2ff;
  --color-gray-zone: #999999;
  --color-home: #ff820f;
  --color-school: #27b5f4;
}
.trouble-area .contents-title {
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* trouble-case
-------------------------*/
.trouble-case {
  padding: 40px 0;
}
.trouble-case__card {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 24px;
  margin-top: 24px;
}
.trouble-case__card-item {
  --card-color: var(--color-primary);
  --card-bg-color: var(--color-primary-light);

  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 20px 30px;
  background: var(--card-bg-color);
  border-radius: 8px;
}
/* ADHD */
.trouble-case__card-item--adhd {
  --card-color: var(--color-adhd);
  --card-bg-color: var(--color-adhd-bg);
}
/* LD */
.trouble-case__card-item--ld {
  --card-color: var(--color-ld);
  --card-bg-color: var(--color-ld-bg);
}
/* ASD */
.trouble-case__card-item--asd {
  --card-color: var(--color-asd);
  --card-bg-color: var(--color-asd-bg);
}
.trouble-case__card-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: max-content;
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  white-space: nowrap;
  background: var(--card-color);
  border-radius: 0 0 4px 4px;
  transform: translateX(-50%);
}
.trouble-case__card-item-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.trouble-case__card-title {
  flex: 1;
  font-size: clamp(2rem, 1.751rem + 0.663vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-decoration: underline 1px;
  text-underline-offset: 4px;
}
.trouble-case__card-img {
  width: 100%;
  max-width: 120px;
  border-radius: 100px;
}
.trouble-case__card-item-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.trouble-case__card-description {
  position: relative;
  padding-left: 1.2rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.trouble-case__card-description::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: var(--card-color);
  border-radius: 50%;
}

/* trouble-scene
-------------------------*/
.trouble-scene {
  position: relative;
  padding: 24px 0 26px;
  margin-bottom: 34px;
  background: var(--color-primary-light);
}
.trouble-scene::after {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 34px;
  content: '';
  background: var(--color-primary-light);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.trouble-scene .contents-title {
  font-size: clamp(2rem, 1.503rem + 1.326vw, 3.2rem);
}
.trouble-scene__card {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.trouble-scene__card-item {
  --card-color: var(--color-primary);
}
.trouble-scene__card-item--home {
  --card-color: var(--color-home);
}
.trouble-scene__card-item--school {
  --card-color: var(--color-school);
}
.trouble-scene__card-title {
  padding: 8px 0;
  font-size: clamp(1.8rem, 1.469rem + 0.884vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  background: var(--card-color);
  border-radius: 8px 8px 0 0;
}
.trouble-scene__card-img {
  width: 100%;
}
.trouble-scene__card-description {
  padding: 8px 12px 12px;
  font-size: clamp(1.4rem, 1.151rem + 0.663vw, 2rem);
  font-weight: 400;
  line-height: 1.6;
  background: var(--color-bg);
  border-radius: 0 0 8px 8px;
}
.trouble-scene__card-description .u-color--primary {
  font-weight: 700;
}
.trouble-scene__message {
  margin-top: 16px;
  font-size: clamp(2rem, 1.503rem + 1.326vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
}
.trouble-scene__message--emp {
  display: inline-block;
  padding: 4px 12px;
  margin-top: 12px;
  font-size: clamp(3.2rem, 2.454rem + 1.989vw, 5rem);
  font-weight: 700;
  line-height: 1.2;
  background: var(--color-bg);
  border: 1px solid var(--color-primary);
}

/* trouble-resolution
-------------------------*/
.trouble-resolution {
  padding: 0 0 50px;
}
.trouble-resolution__body {
  display: flex;
  justify-content: center;
}
.trouble-resolution__head {
  position: relative;
  /* left: 50%; */
  /* width: 100vw; */
  /* transform: translateX(-50%); */
}
.trouble-resolution__title {
  position: absolute;
  top: 53%;
  left: 6%;
  font-size: clamp(2rem, 1.171rem + 2.21vw, 4rem);
  font-weight: 700;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trouble-resolution__title-img {
  width: 167px;
  height: 73px;
  margin: 0 auto 3px 0;
}
.trouble-area .size_larger {
  font-size: clamp(2.2rem, 1.123rem + 2.873vw, 4.8rem);
}
.trouble-resolution__discription {
  margin-top: 12px;
  font-size: clamp(1.6rem, 1.517rem + 0.221vw, 1.8rem);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.trouble-resolution__note {
  margin-top: 12px;
}
.trouble-resolution__note .p-oricon {
  text-align: center;
}

/* supported-case
-------------------------*/
.supported-case {
  margin-top: 30px;
}
.supported-case__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 5px 5px 0px 0px;
}
.supported-case__body {
  padding: 20px 16px;
  background: var(--color-primary-light);
  border-radius: 0 0 5px 5px;
}
.supported-case__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.supported-case__item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  border-bottom: 1px solid #ffffff;
}
.supported-case__item::before {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  content: '';
  background: var(--icon-color) url('../img/icon-check.svg') no-repeat center center;
  background-size: 8px 6px;
  border-radius: 50%;
}
.supported-case__item--adhd {
  --icon-color: var(--color-adhd);
}
.supported-case__item--ld {
  --icon-color: var(--color-ld);
}
.supported-case__item--asd {
  --icon-color: var(--color-asd);
}
.supported-case__item--gray-zone {
  --icon-color: var(--color-gray-zone);
}
.supported-case__description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* trouble-case
  -------------------------*/
  .trouble-case {
    padding: 50px 0 94px;
  }
  .trouble-case__card {
    --columns: 3;
    gap: 32px;
    margin-top: 40px;
  }
  .trouble-case__card-item {
    gap: 16px;
    padding: 40px 30px 28px;
    border-radius: 12px;
  }
  .trouble-case__card-title {
    line-height: 1.6;
    text-align: center;
  }
  .trouble-case__card-img {
    width: 100%;
    max-width: 100%;
    margin: auto 0 0;
    /* margin-top: 36px; */
    border-radius: 20px;
  }
  .trouble-case__card-item-body {
    gap: 8px;
    margin: 0;
  }
  .trouble-case__card-description {
    /* margin-top: 16px; */
  }
  .trouble-case__card-description + .trouble-case__card-description {
    /* margin-top: 8px; */
  }
  .trouble-case__card-description::before {
    top: 8px;
  }

  /* trouble-scene
  -------------------------*/
  .trouble-scene {
    padding: 50px 0 30px;
    margin-bottom: 80px;
  }
  .trouble-scene::after {
    bottom: -78px;
    left: 50%;
    width: 90%;
    height: 80px;
    transform: translateX(-50%);
  }
  .trouble-scene .contents-inner {
    max-width: 800px;
  }
  .trouble-scene__card {
    gap: 32px;
    margin-top: 28px;
  }
  .trouble-scene__card-title {
    padding: 10px 24px;
    border-radius: 12px 12px 0 0;
  }
  .trouble-scene__card-description {
    padding: 12px 20px 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 0 0 12px 12px;
  }
  .trouble-scene__card-description .u-color--primary {
    font-weight: 700;
  }
  .trouble-scene__message {
    margin-top: 28px;
  }
  .trouble-scene__message--emp {
    margin-top: 10px;
  }

  /* trouble-resolution
  -------------------------*/
  .trouble-resolution {
    padding: 20px 0 70px;
  }
  .trouble-resolution__body {
    position: relative;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .trouble-resolution__inner {
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .trouble-resolution__title {
    position: static;
    line-height: 1.5;
    transform: unset;
  }
  .trouble-resolution__title-img {
    width: 413px;
    height: 115px;
    margin: 0 auto 16px 0;
  }
  .trouble-resolution__img {
    position: absolute;
    right: 0;
    max-width: 444px;
  }
  .trouble-resolution__discription {
    margin-top: 16px;
    font-size: 1.77rem;
    text-align: left;
  }
  .trouble-resolution__note {
    margin-top: 48px;
  }
  .trouble-resolution__note .p-oricon {
    text-align: left;
  }

  /* supported-case
-------------------------*/
  .supported-case {
    margin-top: 20px;
  }
  .supported-case__title {
    padding: 6px 16px;
    font-size: 24px;
  }
  .supported-case__body {
    padding: 26px;
  }
  .supported-case__list {
    flex-wrap: wrap;
    gap: 8px 40px;
    max-width: 620px;
    max-height: 70px;
    margin: 0 auto;
  }
  .supported-case__item {
    width: calc(50% - 20px);
    padding: 0;
    font-size: 22px;
    border: none;
  }
  .supported-case__item::before {
    width: 18px;
    background-size: 10px 8px;
  }
  .supported-case__description {
    margin-top: 24px;
    font-size: 20px;
  }
}

/*=========================
    selecting-how-to
=========================*/
.selecting-how-to__contents {
  padding: 50px 0;
}
.selecting-how-to .contents-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.selecting-how-to__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.selecting-how-to__list {
  display: flex;
  flex-direction: column;
  gap: 108px;
  margin: 48px 0 100px;
}
.selecting-how-to__item {
  position: relative;
}
.selecting-how-to__item::after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 45px;
  height: 31px;
  content: '';
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.selecting-how-to__item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  background: var(--color-secondary);
  border-radius: 12px 12px 0px 0px;
}
.selecting-how-to__item-label {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  z-index: 1;
  align-items: baseline;
  width: 113px;
  height: auto;
  padding: 5px 30px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  background: var(--color-accent);
  border-radius: 100px;
}
.selecting-how-to__item-body {
  padding: 28px 20px;
  background: var(--color-primary-light);
  border-radius: 0 0 12px 12px;
}
.selecting-how-to__item-body-text {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
.selecting-how-to__item-body-text .u-color--primary {
  font-size: 20px;
}
.selecting-how-to__item-body picture + .notes {
  margin-top: 5px;
}
.selecting-how-to__list-box {
  padding: 14px 15px;
  margin: 24px 0;
  background: var(--color-bg);
}
.selecting-how-to .list-box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
}
.selecting-how-to .list-box__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.selecting-how-to .list-box__item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.selecting-how-to .list-box__item::before {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  content: '';
  background: var(--color-primary) url('../img/icon-check.svg') no-repeat center center / 8px 6px;
  border-radius: 50%;
}

.selecting-how-to .list-box__item:last-of-type {
  justify-content: flex-end;
  font-size: 12px;
}
.selecting-how-to .list-box__item:last-of-type::before {
  content: none;
}
.selecting-how-to__message {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0;
}

/* accordion */
.selecting-how-to .accordion {
  background: #1f3b9e;
  border-radius: 4px;
  box-shadow: 4px 4px 4px 0px #00000040;
}
.selecting-how-to .accordion summary {
  position: relative;
  display: block;
  padding: 16px 42px 16px 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.selecting-how-to .accordion summary::-webkit-details-marker {
  display: none;
}
.selecting-how-to .accordion summary::before,
.selecting-how-to .accordion summary::after {
  position: absolute;
  top: 35%;
  right: calc(1em + 5px);
  width: 2px;
  height: 18px;
  content: '';
  background-color: #fff;
}
.selecting-how-to .accordion summary::before {
  rotate: 90deg;
}
.selecting-how-to .accordion summary::after {
  transition: rotate 0.3s;
}
.selecting-how-to .accordion[open] summary::after {
  rotate: 90deg;
}
.selecting-how-to .accordion .accordion__contents {
  padding: 20px 16px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #1f3b9e;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.selecting-how-to .accordion[open] .accordion__contents {
  opacity: 1;
  transform: none;
}
.selecting-how-to .accordion .accordion__img {
  width: 100%;
  margin-bottom: 15px;
}
.selecting-how-to .accordion .accordion__description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .selecting-how-to__contents {
    padding: 90px 0;
  }
  .selecting-how-to .contents-title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .selecting-how-to__lead {
    font-size: 32px;
  }
  .selecting-how-to__list {
    display: flex;
    flex-direction: column;
    gap: 123.5px;
    margin: 88px 0 100px;
  }
  .selecting-how-to__item:first-of-type {
    position: relative;
  }
  .selecting-how-to__item:first-of-type::after {
    width: 70px;
    height: 36px;
  }
  .selecting-how-to__item-title {
    padding: 30px 20px 22px;
    font-size: 32px;
  }
  .selecting-how-to__item-label {
    top: -23px;
    width: 139px;
    font-size: 24px;
  }
  .selecting-how-to__item-body {
    padding: 40px 60px;
  }
  .selecting-how-to__item-body-text {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }
  .selecting-how-to__item-body-text .u-color--primary {
    font-size: 32px;
  }
  .selecting-how-to__column {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
  }
  .selecting-how-to__body {
    flex: 1;
  }
  .selecting-how-to__item-body picture + .notes {
    margin-top: 5px;
  }
  .selecting-how-to__list-box {
    padding: 18px 15px;
    margin: 0;
  }
  .selecting-how-to__list-box + .notes {
    margin-top: 8px;
  }
  .selecting-how-to .list-box__title {
    font-size: 20px;
  }
  .selecting-how-to .list-box__list {
    gap: 6px;
  }
  .selecting-how-to .list-box__item {
    font-size: 16px;
  }
  .selecting-how-to .list-box__item::before {
    background-size: 10px 8px;
  }
  .selecting-how-to .list-box__item:last-of-type {
    justify-content: flex-end;
    font-size: 12px;
  }
  .selecting-how-to .list-box__item:last-of-type::before {
    content: none;
  }
  .selecting-how-to__message {
    margin: 24px 0 0;
    font-size: 26px;
  }
  /* accordion */
  .selecting-how-to .accordion {
    max-width: 800px;
    margin: 60px auto 0;
  }
  .selecting-how-to .accordion summary {
    padding: 20px 80px;
    font-size: 24px;
  }
  .selecting-how-to .accordion summary::-webkit-details-marker {
    display: none;
  }
  .selecting-how-to .accordion summary::before,
  .selecting-how-to .accordion summary::after {
    top: 36%;
    right: calc(1em + 30px);
    width: 3px;
    height: 24px;
  }
  .selecting-how-to .accordion[open] summary::after {
    rotate: 90deg;
  }
  .selecting-how-to .accordion .accordion__contents {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 30px 40px;
  }
  .selecting-how-to .accordion picture {
    flex: 0 0 auto;
  }
  .selecting-how-to .accordion .accordion__img {
    max-width: 400px;
    margin: 0;
  }
  .selecting-how-to .accordion .accordion__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

/*=========================
    teacher-introduction
=========================*/
.teacher-introduction__contents {
  padding: 30px 0;
  margin: 0px -20px;
}
.teacher-introduction__title--text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #182e4c;
}
.teacher-introduction__title--text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  white-space: nowrap;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-primary);
  border-radius: 50px;
}
.teacher-introduction__title--text::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 26px;
  height: 16px;
  content: '';
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.teacher-introduction__contents .teacher-introduction__title {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 700;
  color: #182e4c;
  text-align: center;
}
.teacher-introduction .teacher--lg {
  font-size: 24px;
}
.teacher-introduction .teacher__list-item {
  padding: 20px 12px;
  color: #333333;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 9px 0px #a3a3a333;
}
.teacher-introduction .teacher__list-item-img {
  width: 7.5rem;
  height: 7.5rem;
}
.teacher-introduction .teacher__list-item-img-wrap {
  display: block;
}
.teacher-introduction .teacher__list-item-caption {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 15px;
}
.teacher-introduction .teacher__list-item-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
}
.teacher-introduction .teacher__list-item-name {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.teacher-introduction .teacher__list-item-possible,
.teacher-introduction .teacher__list-item-what {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background-color: var(--color-gray);
}

.teacher-introduction .teacher__list-item-possible {
  margin-top: 15px;
}

.teacher-introduction .teacher__list-item-what {
  margin-top: 15px;
}

.teacher-introduction .teacher__list-item-possible-title,
.teacher-introduction .teacher__list-item-what-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #666666 solid;
}

.teacher-introduction .teacher__list-item-possible-description,
.teacher-introduction .teacher__list-item-what-description {
  flex: 1;
}
.teacher-introduction__note {
  margin: 23px 16px 0;
  font-size: 10px;
  color: #333333;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction__contents {
    padding: 60px 0 0;
    margin: 0;
    /* zoomの相殺ではみ出たコンテンツを隠す */
    overflow: hidden;
  }
  .teacher-introduction__contents .teacher-introduction__title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .teacher-introduction__contents .teacher-introduction__title--text {
    font-size: 26px;
  }
  .teacher-introduction .teacher--lg {
    font-size: 28px;
  }
  .teacher-introduction .teacher__list-item {
    padding: 28px 40px 32px;
    text-align: left;
    background-color: #fff;
  }
  .teacher-introduction .teacher__list-item-caption {
    display: block;
    flex: 1;
    margin: 0;
  }
  .teacher-introduction .teacher__list-item-img {
    width: 120px;
    height: 120px;
  }
  .teacher-introduction .teacher__list-item-img-wrap {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .teacher-introduction .teacher__list-item-title {
    font-size: 20px;
  }
  .teacher-introduction .teacher__list-item-name {
    font-size: 20px;
    font-weight: bold;
  }
  .teacher-introduction .teacher__list-item-possible,
  .teacher-introduction .teacher__list-item-what {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
    padding: 20px 30px;
    background-color: var(--color-gray);
  }
  .teacher-introduction .teacher__list-item-possible {
    margin-top: 24px;
  }
  .teacher-introduction .teacher__list-item-what {
    margin-top: 16px;
  }
  .teacher-introduction .teacher__list-item-possible-title,
  .teacher-introduction .teacher__list-item-what-title {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 110px;
    font-size: 16px;
    border-right: 1px #666666 solid;
    border-bottom: none;
  }
  .teacher-introduction .teacher__list-item-possible-description,
  .teacher-introduction .teacher__list-item-what-description {
    flex: 1;
  }
  .teacher-introduction__note {
    margin: 24px clamp(6.2rem, 1.769rem + 5.769vw, 8rem) 0;
    text-align: left;
  }
}

/* ========================================
    splide
========================================= */
.parent-voice .splide__track {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 42px;
}
.splide__pagination__page {
  opacity: 1;
}
.splide__pagination {
  bottom: 4.4em;
}
.splide__pagination__page.is-active {
  background: #224087;
}

/* splide__arrow */
.splide__arrow {
  width: 41px;
  height: 41px;
  background: #0014284d;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.splide__arrow--next {
  right: 0.4em;
}
.splide__arrow--prev {
  left: 0.4em;
}

/* progress-bar */
.splide__progress {
  margin: 23px 16px 0;
  overflow: hidden;
  background-color: #fff;
}

.splide__progress__slide {
  width: 0;
  height: 5px;
  background: #1f3b9e;
  transition: width 400ms ease;
}

@media only screen and (min-width: 769px) {
  /* zoomの相殺 */
  .teacher-introduction__contents .splide__track {
    padding: 40px 0 10px;
    /* transform: scale(1.1111); */
    /* transform-origin: center center; */
  }
}

@media only screen and (min-width: 768px) {
  .splide__progress {
    margin: 47px clamp(6.2rem, 1.769rem + 5.769vw, 8rem) 0;
  }
  .splide__track {
    padding-bottom: 12px;
  }
  .splide__pagination__page {
    opacity: 1;
  }
  .splide__pagination {
    bottom: 2em;
  }
  .splide__pagination__page.is-active {
    background: #224087;
  }

  /* splide__arrow */
  .splide__arrow {
    width: 41px;
    height: 41px;
    background: #0014284d;
    border-radius: 0;
    opacity: 0.7;
  }
  .splide__arrow svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  .splide__arrow--next {
    right: 0.2em;
  }
  .splide__arrow--prev {
    left: 0.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* splide__arrow */
  .splide__arrow--next {
    right: 1.6em;
  }
  .splide__arrow--prev {
    left: 1.6em;
  }
}

/*=========================
    coaching-sample
=========================*/
.coaching-sample__contents {
  padding: 24px 0 0;
}
.coaching-sample .contents-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 230px;
  padding: 0 0 12px;
  margin: 0 auto 12px;
  font-size: clamp(2rem, 1.669rem + 0.884vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.coaching-sample .contents-title::before,
.coaching-sample .contents-title::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 20px;
  height: 20px;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.coaching-sample .contents-title::before {
  background-color: var(--color-primary);
}
.coaching-sample .contents-title::after {
  bottom: -15px;
  background-color: var(--color-bg);
}
.coaching-sample__contents-body {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .coaching-sample__contents {
    padding: 100px 0 90px;
  }
  .coaching-sample .contents-title {
    max-width: 312px;
    margin: 0 auto 12px;
  }
  .coaching-sample .contents-title::before,
  .coaching-sample .contents-title::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 20px;
    height: 20px;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }
  .coaching-sample .contents-title::before {
    background-color: var(--color-primary);
  }
  .coaching-sample .contents-title::after {
    bottom: -15px;
    background-color: var(--color-bg);
  }
  .coaching-sample__contents-body {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .coaching-sample__contents {
    padding: 60px 0 0;
  }
}

/*=========================
    tab
=========================*/
.tab [data-tab='tab1'] {
  --tab-color: var(--color-orange);
  --tab-bg: var(--color-orange-bg);
}
.tab [data-tab='tab2'] {
  --tab-color: var(--color-blue);
  --tab-bg: var(--color-blue-bg);
}
.tab [data-tab='tab3'] {
  --tab-color: var(--color-green);
  --tab-bg: var(--color-green-bg);
}
.tab .tab__btn-wrap {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 84px;
}
.tab button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
  background: var(--color-bg);
  border-color: var(--tab-color);
  border-style: solid;
  border-width: 0 2px;
  transition: 0.3s;
}
.tab button.is-active {
  height: 84px;
  background: var(--tab-bg);
  transform: translateY(2px);
}
.tab .tab__content-item {
  display: none;
  padding: 30px 18px;
  background: var(--tab-bg);
  border: 2px solid var(--tab-color);
}
.tab .tab__content-item.is-active {
  display: block;
}
.tab .tab__content-item-title-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(100%, 24px);
  font-size: clamp(1.4rem, 1.317rem + 0.221vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  background: var(--tab-color);
}
.tab .tab__content-item-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(1.6rem, 1.434rem + 0.442vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab .tab__btn-wrap {
    gap: 14px;
    max-width: 744px;
    min-height: 100px;
    margin: auto;
  }
  .tab button {
    height: 100px;
    border-width: 0 4px;
  }
  .tab button.is-active {
    height: 104px;
    transform: translateY(4px);
  }
  .tab .tab__content-item {
    border: 4px solid var(--tab-color);
  }
  .tab .tab__content-item-title-label {
    height: min(100%, 32px);
  }
  .tab .tab__content-item-title {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1025px) {
  .tab .tab__content-item {
    padding: 0;
  }
}

/* コンテンツ */
.episode__inner {
  max-width: 760px;
  margin: 0 auto;
}
.episode__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: ep;
}
.episodeItem {
  display: flex;
  gap: 24px;
  align-items: center;
}
.episodeItem:nth-of-type(even) {
  flex-direction: row-reverse;
}
.episodeItem__avatar {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}
.episodeItem__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.episodeItem__bubble {
  position: relative;
  flex: 1;
  padding: 10px 14px;
  background: var(--color-bg);
  border-radius: 4px;
}

.episodeItem__bubble::before {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  content: '';
  background: var(--color-bg);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}
.episodeItem:nth-of-type(odd) .episodeItem__bubble::before {
  left: -16px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.episodeItem:nth-of-type(even) .episodeItem__bubble::before {
  right: -16px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.episodeItem__label {
  position: absolute;
  top: -7px;
  left: 10px;
  font-size: clamp(1.2rem, 0.869rem + 0.884vw, 2rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: var(--tab-color);
}
.episodeItem__label::after {
  content: ' ' counter(ep);
  counter-increment: ep;
}
.episodeItem__text {
  font-size: clamp(1.2rem, 1.034rem + 0.442vw, 1.6rem);
  line-height: 1.5;
}

@media (min-width: 768px) {
  /* コンテンツ */
  .episode {
    padding: 60px;
  }
  .episode__inner {
    max-width: 760px;
    margin: 0 auto;
  }
  .episode__list {
    gap: 40px;
  }
  .episodeItem {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .episodeItem:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .episodeItem__avatar {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
  .episodeItem__bubble {
    padding: 24px 32px;
  }

  .episodeItem__bubble::before {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    content: '';
    background: var(--color-bg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: translateY(-50%);
  }
  .episodeItem:nth-of-type(odd) .episodeItem__bubble::before {
    left: -16px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .episodeItem:nth-of-type(even) .episodeItem__bubble::before {
    right: -16px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .episodeItem__label {
    top: -9px;
  }
  .episodeItem__label::after {
    content: ' ' counter(ep);
    counter-increment: ep;
  }
  .episodeItem__text {
    line-height: 1.6;
  }
}

/*=========================
    price
=========================*/
.price__contents {
  padding: 50px 0 60px;
}
.price .contents-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.price__card {
  margin-top: 24px;
}
.price__card-title {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  background: var(--color-primary);
  border-radius: 6px 6px 0 0;
}
.price__card-body {
  display: block;
  padding: 19px 16px 22px;
  background: #f2f2f2;
  border: solid 1px var(--color-primary);
  border-radius: 0 0 6px 6px;
}
.price__card-description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.price__description {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.price__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
}
.price__headline::before,
.price__headline::after {
  width: 2px;
  height: 20px;
  content: '';
  background-color: var(--color-primary);
  border-radius: 20px;
}
.price__headline::before {
  margin-right: 10px;
  transform: rotate(-28deg);
}
.price__headline::after {
  margin-left: 10px;
  transform: rotate(28deg);
}
.price .notes {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .price__contents {
    padding: 70px 0 120px;
  }
  .price .contents-title {
    font-size: 40px;
  }
  .price__card {
    max-width: 650px;
    margin: 70px auto 0;
  }
  .price__card-title {
    font-size: 24px;
  }
  .price__card-body {
    padding: 20px 40px 22px;
  }
  .price__card-description {
    font-size: 18px;
  }
  .price__description {
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
  }
  .price__headline {
    margin: 73px 0 25px;
    font-size: 26px;
  }
  .price__headline::before,
  .price__headline::after {
    width: 2px;
    height: 20px;
    content: '';
    background-color: var(--color-primary);
    border-radius: 20px;
  }
  .price__headline::before {
    margin-right: 10px;
    transform: rotate(-28deg);
  }
  .price__headline::after {
    margin-left: 10px;
    transform: rotate(28deg);
  }
  .price__img {
    max-width: 500px;
  }
  .price .notes {
    margin-top: 5px;
    text-align: center;
  }
}
/*=========================
    study-support
=========================*/
.study-support__contents {
  position: relative;
  padding: 60px 0 0;
  background: var(--color-primary-light);
}
.study-support__contents-sub-title {
  position: absolute;
  top: -21px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  white-space: nowrap;
  background-color: var(--color-secondary);
  border-radius: 7px;
  transform: translateX(-50%);
}
.study-support__contents-sub-title::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 26px;
  height: 16px;
  content: '';
  background: var(--color-secondary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.study-support__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.study-support__list-item {
  padding: 35px 24px;
  text-align: center;
  background: var(--color-bg);
  border-radius: 12px;
}
.study-support__list-item-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  line-height: 1.3;
}
.study-support__list-item-subtitle-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-primary);
  text-align: center;
}
.study-support__list-item-title-text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.study-support__list-item-title-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  background: #d0edff;
}
.study-support__list-item-title-text-emp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.study-support__list-item-description {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .study-support__contents {
    padding: 90px 0;
    margin: 0 auto;
  }
  .study-support .contents-inner {
    max-width: 800px;
  }
  .study-support__contents-sub-title {
    top: -33px;
    left: 50%;
    width: 500px;
    height: 60px;
    font-size: 26px;
  }
  .study-support__list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
  }
  .study-support__list-item {
    width: calc(50% - 20px);
    padding: 40px 50px;
  }
  .study-support__list-item-title {
    margin-bottom: 28px;
  }
  .study-support__list-item-subtitle-text {
    font-size: 18px;
  }
  .study-support__list-item-title-text {
    gap: 12px;
  }
  .study-support__list-item-title-label {
    padding: 3px 8px;
    font-size: 16px;
  }
  .study-support__list-item-title-text-emp {
    font-size: 24px;
  }
  .study-support__list-item-description {
    margin-top: 32px;
    font-size: 16px;
  }
  .study-support__list-item:nth-child(1) .study-support__list-img {
    max-width: 261px;
  }
  .study-support__list-item:nth-child(2) .study-support__list-img {
    max-width: 265px;
  }
}

/*=========================
    support-system
=========================*/
.support-system__contents {
  padding: 50px 10px 63px;
  background: #182e4c;
}
.support-system__title {
  margin-bottom: 26px;
}
.support-system__title--text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.support-system__list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 17px;
}
.support-system__list-item {
  display: flex;
  align-items: center;
  padding: 10px 36px;
  background: #fff;
  border-radius: 5px;
}
.support-system__list-item-img {
  max-width: 65px;
}
.support-system__list-item-text {
  margin-left: 35px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .support-system__contents {
    padding: 54px 0 89px;
  }
  .support-system__title {
    margin-bottom: 34px;
  }
  .support-system__title--text {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .support-system__list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 35px 34px;
  }
  .support-system__list-item {
    display: flex;
    align-items: center;
    padding: 22px 44.5px;
    background: #fff;
    border-radius: 6px;
  }
  .support-system__list-item:last-child {
    padding-left: 33.5px;
  }
  .support-system__list-item-img {
    max-width: 112px;
  }
  .support-system__list-item-text {
    margin-left: 38px;
    font-size: clamp(1.8rem, 2.1vw, 2.6rem);
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }
}
/*============================
.wisc-inspection-result
============================*/
.wisc-inspection-result__contents {
  padding: 50px 0;
  background: var(--color-secondary-dark);
}
.wisc-inspection-result .contents-title {
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
}
.wisc-inspection-result__description {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
}
.wisc-inspection-result__note {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
}
/* wisc-index */
.wisc-index {
  margin: 24px -16px 0;
  color: var(--color-white);
}
.wisc-index__inner {
  position: relative;
  padding: 23px 14px 14px;
  margin: 0 auto;
}
.wisc-index__img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.wisc-index__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wisc-index__img-wrap::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(0, var(--color-secondary-dark) 6%, rgba(24, 46, 76, 0) 30%);
}
.wisc-index__content {
  position: relative;
  z-index: 1;
}
.wisc-index__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.wisc-index__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  max-width: 464px;
  margin: 0 auto;
}
.wisc-index__item {
  padding: 14px 10px;
  text-align: center;
  background: #3eb7fee5;
  border-radius: 6px;
}
.wisc-index__label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.wisc-index__text {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.wisc-index__note {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* wisc-card */
.wisc-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}
.wisc-card__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px 20px 26px;
  background: #fff;
  border-radius: 12px;
}
.wisc-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: max-content;
  padding: 4px 20px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  white-space: nowrap;
  background: var(--color-secondary);
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
}
.wisc-card__img-wrap {
}
.wisc-card__img {
  width: 100%;
}
.wisc-card__body {
}
.wisc-card__title {
  font-size: clamp(1.8rem, 1.386rem + 1.105vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
}
.wisc-card__description {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.317rem + 0.221vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .wisc-inspection-result__contents {
    padding: 60px 0;
  }
  .wisc-inspection-result .contents-inner {
    max-width: 900px;
  }
  .wisc-inspection-result .contents-title {
    font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-white);
    text-align: center;
  }
  .wisc-inspection-result__description {
    font-size: 20px;
  }
  .wisc-inspection-result__note {
  }
  /* wisc-index */
  .wisc-index {
    margin: 30px 0 0;
  }
  .wisc-index__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 50px;
    align-items: center;
    padding: 0;
  }
  .wisc-index__img-wrap {
    position: static;
    z-index: auto;
    display: block;
    max-width: 380px;
  }
  .wisc-index__img-wrap::after {
    content: none;
  }
  .wisc-index__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .wisc-index__content {
    z-index: auto;
  }
  .wisc-index__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
  }
  .wisc-index__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-width: none;
  }
  .wisc-index__item {
    padding: 10px;
  }
  .wisc-index__label {
    font-size: 20px;
  }
  .wisc-index__text {
    margin-top: 0;
    font-size: 14px;
  }
  .wisc-index__note {
    grid-column: 1 / -1;
    margin-top: 20px;
  }

  /* wisc-card */
  .wisc-card {
    margin-top: 50px;
  }
  .wisc-card__item {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding: 84px 50px 50px;
  }
  .wisc-card__label {
    padding: 4px 30px 6px;
    font-size: 24px;
  }
  .wisc-card__img-wrap {
    flex: 0 0 320px;
  }
  .wisc-card__body {
  }
  .wisc-card__title {
    text-align: left;
  }
  .wisc-card__description {
  }
}

/*=========================
    faq
=========================*/
.p-section__footer {
  margin-bottom: 2rem;
  text-align: center;
}
.md-faq .c-title._h2 {
  color: var(--color-primary);
}
.faq-course .p-qa-toggle__q > .c-toggle__btn {
  height: auto !important;
  min-height: 60px;
  font-weight: 700;
}
.md-faq .faq-button-wrap {
  padding: 14px 15px 14px;
  text-align: center;
}
.other-faq-button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 330px;
  padding: 18px 60px 18px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.64px;
  cursor: pointer;
  outline: none;
  background-color: var(--color-primary);
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0px 0px #002d6a;
}
.other-faq-button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
  background: url('../img/faq_arrow.svg') no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .faq-course {
    padding: 82px 10px 58px !important;
  }
  .md-faq .faq-button-wrap {
    padding: 14px 15px 20px;
  }
  .other-faq-button {
    max-width: 360px;
    font-size: 1.8rem;
    letter-spacing: 1.94px;
  }
  .other-faq-button::after {
    right: 21px;
  }
}
