@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 {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
:where(#mainvisual, #trouble-area, #selecting-how-to, #wisc-inspection-result, #price, #study-support) img {
  display: block;
  margin: auto;
}

@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) !important;
}
.u-color--accent {
  color: var(--color-accent) !important;
}
.u-color--red {
  color: var(--color-red) !important;
}
.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;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

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

/* 背景(タイル) */
.--bg-tile {
  position: relative;
}
.--bg-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-tile.webp) repeat center center / 20px auto;
  opacity: 0.2;
  z-index: -1;
}

/*-------------------------
    注釈
-------------------------*/
.notes {
  display: block;
  font-weight: 400;
  font-size: 10px;
  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 {
  color: var(--color-secondary-dark);
  font-weight: 700;
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  line-height: 1.4;
  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 {
  font-size: 10px;
  line-height: 1;
  padding: 6px 0;
  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 {
  color: #182e4c;
  font-weight: 700;
  font-size: clamp(2.8rem, 2.634rem + 0.442vw, 3.2rem);
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #182e4c;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  text-align: center;
  padding: 25px 0 0;
}
#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 {
    color: #fff;
    text-decoration-color: #fff;
    text-align: left;
    padding: 24px 20px;
  }
  #mainvisual .md_main-visual .contents-inner {
    max-width: 1200px;
  }
  #mainvisual .md_main-visual > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

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

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

/*-------------------------
    CTA
-------------------------*/
.contact-area {
  background: #eef6fd;
}
.mb-local {
  margin-bottom: 20px;
}
.contact-area.column4_01 {
  padding: 20px 0;
}
.contact-area.column4_02 {
  padding: 23px 0 55px;
}
.contact-area.column4_03 {
  padding: 23px 0;
}
.contact-area .contents-inner {
  width: 90vw;
}

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

@media screen and (min-width: 768px) {
  .mb-local {
    margin-bottom: 33px !important;
  }
  .contact-area.column4_01 {
    padding: 40px 0;
  }
  .contact-area.column4_02 {
    padding: 35px 0 75px;
  }
  .contact-area.column4_03 {
    padding: 36px 0;
  }
  .change_order01 {
    order: 2;
  }
  .change_order02 {
    order: 1;
  }
  .change_order03 {
    order: 3;
  }
  .change_order04 {
    order: 4;
  }
  /* 注釈 */
  .contact-area .p-oricon {
    padding: 0 0 40px;
    margin-top: -30px;
  }
}

/*-------------------------
    trouble-area
-------------------------*/
#trouble-area .contents-title {
  font-weight: 700;
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  line-height: 1.4;
  text-align: center;
}
/* trouble-case */
#trouble-area .trouble-case {
  padding: 40px 0;
}
#trouble-area .trouble-case__card {
  --columns: 1;
  --gap: 24px;

  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
  margin-top: 24px;
  counter-reset: num;
}
#trouble-area .trouble-case__card-item {
  position: relative;
  background: var(--color-gray);
  border-radius: 8px;
  padding: 20px;
}
#trouble-area .trouble-case__card-item:before {
  counter-increment: num;
  content: 'CASE ' counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--color-secondary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px 4px 4px 0;
  padding: 5px 14px;
}
#trouble-area .trouble-case__card-item-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
#trouble-area .trouble-case__card-title {
  flex: 1;
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(2.2rem, 2.034rem + 0.442vw, 2.6rem);
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#trouble-area .trouble-case__card-img {
  border-radius: 200px;
}
#trouble-area .trouble-case__card-description {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.317rem + 0.221vw, 1.6rem);
  line-height: 1.4;
  margin-top: 8px;
  padding-left: 1.2rem;
}
#trouble-area .trouble-case__card-description::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-secondary);
  border-radius: 50%;
}
/* trouble-scene */
#trouble-area .trouble-scene {
  position: relative;
  background: var(--color-primary-light);
  padding: 50px 0 30px;
  margin-bottom: 34px;
}
#trouble-area .trouble-scene::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 34px;
  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-area .trouble-scene .contents-title {
  font-size: clamp(2rem, 1.503rem + 1.326vw, 3.2rem);
}
#trouble-area .trouble-scene__card {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
#trouble-area .trouble-scene__card-title {
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: clamp(1.8rem, 1.469rem + 0.884vw, 2.6rem);
  line-height: 1.4;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 8px 0;
}
#trouble-area .trouble-scene__card-item:nth-of-type(1) .trouble-scene__card-title {
  background: #ff820f;
}
#trouble-area .trouble-scene__card-item:nth-of-type(2) .trouble-scene__card-title {
  background: #27b5f4;
}
#trouble-area .trouble-scene__card-img {
  width: 100%;
}
#trouble-area .trouble-scene__card-description {
  background: var(--color-bg);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.151rem + 0.663vw, 2rem);
  line-height: 1.6;
  border-radius: 0 0 8px 8px;
  padding: 8px 12px 12px;
}
#trouble-area .trouble-scene__card-description .u-color--primary {
  font-weight: 700;
}
#trouble-area .trouble-scene__message {
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(2rem, 1.503rem + 1.326vw, 3.2rem);
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
}
#trouble-area .trouble-scene__message--emp {
  display: inline-block;
  background: var(--color-bg);
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: clamp(3.2rem, 2.454rem + 1.989vw, 5rem);
  line-height: 1.2;
  padding: 4px 12px;
  margin-top: 12px;
}

/* sub-section */
#trouble-area .sub-section {
  padding: 0 0 26px;
}
#trouble-area .trouble-subarea__body {
  display: flex;
  justify-content: center;
}
#trouble-area .trouble-subarea__head {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#trouble-area .trouble-subarea__title {
  position: absolute;
  top: 53%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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;
}
#trouble-area .trouble-subarea__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-area .trouble-subarea__discription {
  font-size: clamp(1.6rem, 1.517rem + 0.221vw, 1.8rem);
  text-align: center;
  margin-top: 12px;
  line-height: 1.7;
  font-weight: 700;
}
#trouble-area .trouble-subarea__note {
  margin-top: 12px;
}
#trouble-area .trouble-subarea__note .p-oricon {
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* trouble-case */
  #trouble-area .trouble-case {
    padding: 50px 0 70px;
  }
  #trouble-area .trouble-case__card {
    --columns: 3;
    --gap: 32px;
  }
  #trouble-area .trouble-case__card-item {
    border-radius: 12px;
    padding: 40px 30px 28px;
  }
  #trouble-area .trouble-case__card-title {
    text-align: center;
  }
  #trouble-area .trouble-case__card-img {
    border-radius: 20px;
    margin-top: 16px;
  }
  #trouble-area .trouble-case__card-description {
    margin-top: 8px;
  }
  #trouble-area .trouble-case__card-description::before {
    top: 8px;
  }
  /* trouble-scene */
  #trouble-area .trouble-scene {
    margin-bottom: 80px;
  }
  #trouble-area .trouble-scene::after {
    bottom: -78px;
    height: 80px;
  }
  #trouble-area .trouble-scene .contents-inner {
    max-width: calc(800px / 0.9);
  }
  #trouble-area .trouble-scene__card {
    gap: 32px;
    margin-top: 28px;
  }
  #trouble-area .trouble-scene__card-title {
    border-radius: 12px 12px 0 0;
    padding: 10px 24px;
  }
  #trouble-area .trouble-scene__card-description {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 0 0 12px 12px;
    padding: 12px 20px 20px;
  }
  #trouble-area .trouble-scene__card-description .u-color--primary {
    font-weight: 700;
  }
  #trouble-area .trouble-scene__message {
    margin-top: 28px;
  }
  #trouble-area .trouble-scene__message--emp {
    margin-top: 10px;
  }
  /* sub-section */
  #trouble-area .sub-section {
    padding: 20px 0 70px;
  }
  #trouble-area .trouble-subarea__body {
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  #trouble-area .trouble-subarea__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 999;
  }
  #trouble-area .trouble-subarea__title {
    position: static;
    transform: unset;
    /* font-size: 4.65rem; */
    line-height: 1.5;
    /* margin-top: 50px; */
  }
  #trouble-area .trouble-subarea__title-img {
    width: 413px;
    height: 115px;
    margin: 0 auto 16px 0;
  }
  #trouble-area .trouble-subarea__img {
    max-width: 444px;
    position: absolute;
    right: 0;
  }
  #trouble-area .small_mark {
    font-size: 2rem;
  }
  #trouble-area .trouble-subarea__discription {
    text-align: left;
    font-size: 1.77rem;
    margin-top: 16px;
  }
  #trouble-area .trouble-subarea__note {
    margin-top: 12px;
  }
  #trouble-area .trouble-subarea__note .p-oricon {
    text-align: left;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  #selecting-how-to .selecting-how-to__contents {
    padding: 90px 0;
  }
  #selecting-how-to .contents-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #selecting-how-to .selecting-how-to__lead {
    font-size: 32px;
  }
  #selecting-how-to .selecting-how-to__list {
    display: flex;
    flex-direction: column;
    gap: 123.5px;
    margin: 88px 0 100px;
  }
  #selecting-how-to .selecting-how-to__item:first-of-type {
    position: relative;
  }
  #selecting-how-to .selecting-how-to__item:first-of-type::after {
    width: 70px;
    height: 36px;
  }
  #selecting-how-to .selecting-how-to__item-title {
    font-size: 32px;
    padding: 30px 20px 22px;
  }
  #selecting-how-to .selecting-how-to__item-title .--label {
    font-size: 24px;
    width: 139px;
    top: -23px;
  }
  #selecting-how-to .selecting-how-to__item-body {
    padding: 40px 60px;
  }
  #selecting-how-to .selecting-how-to__item-body-text {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  #selecting-how-to .selecting-how-to__item-body-text .u-color--primary {
    font-size: 32px;
  }
  #selecting-how-to .selecting-how-to__column {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
  }
  #selecting-how-to .selecting-how-to__body {
    flex: 1;
  }
  #selecting-how-to .selecting-how-to__item-body picture + .notes {
    margin-top: 5px;
  }
  #selecting-how-to .selecting-how-to__list-box {
    padding: 18px 15px;
    margin: 0;
  }
  #selecting-how-to .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 {
    content: '';
    display: block;
    background: url('../img/icon-check-primary.svg') no-repeat center center / contain;
    width: 16px;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
  }
  #selecting-how-to .list-box__item:last-of-type {
    font-size: 12px;
    justify-content: flex-end;
  }
  #selecting-how-to .list-box__item:last-of-type::before {
    content: none;
  }
  #selecting-how-to .selecting-how-to__message {
    font-size: 26px;
    margin: 24px 0 0;
  }
  /* accordion */
  #selecting-how-to .accordion {
    max-width: calc(800px / 0.9);
    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;
    align-items: center;
    gap: 50px;
    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 {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
  }
}

/*-------------------------
    teacher-introduction
-------------------------*/
#teacher-introduction .teacher-introduction__contents {
  padding: 30px 0;
  margin: 0px -20px;
}
#teacher-introduction .teacher-introduction .contents-inner {
  position: relative;
}
#teacher-introduction .teacher-introduction__title--text {
  color: #182e4c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#teacher-introduction .teacher-introduction__title--text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 50px;
  padding: 10px 32px;
  white-space: nowrap;
}
#teacher-introduction .teacher-introduction__title--text::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 26px;
  height: 16px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#teacher-introduction .teacher-introduction__contents .teacher-introduction__title {
  font-size: 24px;
  font-weight: 700;
  color: #182e4c;
  text-align: center;
  margin-bottom: 23px;
}

.c-bg-blue {
  font-size: 14px;
  background-color: #1f3b9e;
  color: #fff;
  padding: 2.5px 8px;
  border-radius: 3px;
  font-weight: bold;
}
#teacher-introduction .teacher--lg {
  font-size: 24px;
}
#teacher-introduction .teacher__list-item {
  background-color: #fff;
  text-align: left;
  padding: 20px 12px;
  box-shadow: 2px 4px 9px 0px #a3a3a333;
  border-radius: 8px;
  color: #333333;
}
#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;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
}
#teacher-introduction .teacher__list-item-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#teacher-introduction .teacher__list-item-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
}
#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;
  align-items: center;
  background-color: var(--color-gray);
  gap: 10px;
  padding: 12px;
}

#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%;
  border-bottom: 1px #666666 solid;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

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

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

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

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

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

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

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

@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 {
    background: #0014284d;
    border-radius: 0;
    height: 41px;
    opacity: 0.7;
    width: 41px;
  }
  .splide__arrow svg {
    fill: #fff;
    height: 18px;
    width: 18px;
  }
  .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 .coaching-sample__contents {
  padding: 24px 0 0;
}
#coaching-sample .contents-title {
  position: relative;
  display: block;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  font-weight: 700;
  font-size: clamp(2rem, 1.669rem + 0.884vw, 2.8rem);
  line-height: 1.4;
  padding: 0 0 12px;
  margin: 0 auto 12px;
  width: 100%;
  max-width: 230px;
}
#coaching-sample .contents-title::before,
#coaching-sample .contents-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#coaching-sample .contents-title::before {
  background-color: var(--color-primary);
}
#coaching-sample .contents-title::after {
  bottom: -15px;
  background-color: var(--color-bg);
}
#coaching-sample .coaching-sample__contents-body {
  margin-top: 24px;
}

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

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

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

@media screen and (min-width: 768px) {
  .tab .tab__btn-wrap {
    gap: 14px;
    max-width: 744px;
    min-height: calc(100px / 0.9);
    margin: auto;
  }
  .tab button {
    height: calc(100px / 0.9);
    border-width: 0 4px;
  }
  .tab button.is-active {
    height: calc(104px / 0.9);
    transform: translateY(4px);
  }
  .tab .tab__content-item {
    border: 4px solid;
  }
  .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: calc(760px / 0.9);
  margin: 0 auto;
}
.episode__list {
  counter-reset: ep;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.episodeItem {
  display: flex;
  align-items: center;
  gap: 24px;
}
.episodeItem:nth-of-type(even) {
  flex-direction: row-reverse;
}
.episodeItem__avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.episodeItem__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.episodeItem__bubble {
  position: relative;
  background: var(--color-bg);
  border-radius: 4px;
  padding: 10px 14px;
  flex: 1;
}

.episodeItem__bubble::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--color-bg);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.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-weight: 700;
  font-style: italic;
  line-height: 1;
}
.episodeItem__label::after {
  counter-increment: ep;
  content: ' ' counter(ep);
}
.tab .tab__content-item:nth-child(1) .episodeItem__label {
  color: var(--color-tab-1);
}
.tab .tab__content-item:nth-child(2) .episodeItem__label {
  color: var(--color-tab-2);
}
.tab .tab__content-item:nth-child(3) .episodeItem__label {
  color: var(--color-tab-3);
}
.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: calc(760px / 0.9);
    margin: 0 auto;
  }
  .episode__list {
    gap: 40px;
  }
  .episodeItem {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .episodeItem:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .episodeItem__avatar {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
  .episodeItem__bubble {
    padding: 24px 32px;
  }

  .episodeItem__bubble::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--color-bg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .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 {
    counter-increment: ep;
    content: ' ' counter(ep);
  }
  .tab .tab__content-item:nth-child(1) .episodeItem__label {
    color: var(--color-tab-1);
  }
  .tab .tab__content-item:nth-child(2) .episodeItem__label {
    color: var(--color-tab-2);
  }
  .tab .tab__content-item:nth-child(3) .episodeItem__label {
    color: var(--color-tab-3);
  }
  .episodeItem__text {
    line-height: 1.6;
  }
}

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

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

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

/*-------------------------
    support-system
-------------------------*/
.support-system__contents {
  background: #182e4c;
  padding: 50px 10px 63px;
}
.support-system__title {
  margin-bottom: 26px;
}
.support-system__title--sub-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* width: 136px; */
  height: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100px;
  background-color: #fee300;
  color: #224087;
  margin: 0 auto 12px;
  padding: 0 15px;
}
.support-system__title--sub-text::before {
  content: '';
  position: absolute;
  bottom: -7px;
  width: 20px;
  height: 10px;
  background-color: #fee300;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.support-system__title--text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.support-system__list {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  gap: 17px;
}
.support-system__list-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px 36px;
}
.support-system__list-item-img {
  max-width: 65px;
}
.support-system__list-item-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  margin-left: 35px;
}

@media screen and (min-width: 768px) {
  .support-system__contents {
    padding: 54px 0 89px;
  }
  .support-system__title {
    margin-bottom: 34px;
  }
  .support-system__title--text {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
  }
  .support-system__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 35px 34px;
  }
  .support-system__list-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 22px 44.5px;
  }
  .support-system__list-item:last-child {
    padding-left: 33.5px;
  }
  .support-system__list-item-img {
    max-width: 112px;
  }
  .support-system__list-item-text {
    font-size: clamp(1.8rem, 2.1vw, 2.6rem);
    font-weight: 700;
    text-align: left;
    margin-left: 38px;
    line-height: 1.35;
  }
}
/*============================
#wisc-inspection-result
============================*/
#wisc-inspection-result .wisc-inspection-result__contents {
  background: var(--color-secondary-dark);
  padding: 50px 0;
}
#wisc-inspection-result .contents-title {
  color: var(--color-white);
  font-weight: 700;
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  line-height: 1.4;
  text-align: center;
}
#wisc-inspection-result .wisc-inspection-result__img-wrap {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin-top: 24px;
}
#wisc-inspection-result .wisc-inspection-result__img {
  width: 100%;
}
#wisc-inspection-result .wisc-inspection-result__text {
  background: #fff;
  border-radius: 0 0 12px 12px;
}
#wisc-inspection-result .wisc-inspection-result__description {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.234rem + 0.442vw, 1.8rem);
  line-height: 1.6;
  padding: 24px 20px;
}

@media screen and (min-width: 768px) {
  #wisc-inspection-result .wisc-inspection-result__contents {
    padding: 50px 0 70px;
  }
  #wisc-inspection-result .contents-inner {
    max-width: calc(800px / 0.9);
  }
  #wisc-inspection-result .contents-title {
    color: var(--color-white);
    font-weight: 700;
    font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
    line-height: 1.4;
    text-align: center;
  }
  #wisc-inspection-result .wisc-inspection-result__column {
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
  }
  #wisc-inspection-result .wisc-inspection-result__img-wrap {
    border-radius: 12px 0 0 12px;
    margin-top: 0;
    width: 50%;
  }
  #wisc-inspection-result .wisc-inspection-result__text {
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    width: 50%;
  }
  #wisc-inspection-result .wisc-inspection-result__description {
    line-height: 1.9;
    padding: 57px 32px;
  }
}

/*-------------------------
    learning-point
-------------------------*/
#learning-point .learning-point__contents {
  background: var(--color-secondary-dark);
  padding: 50px 0;
}
#learning-point .learning-point__title--text {
  color: var(--color-white);
  font-weight: 700;
  font-size: clamp(2.4rem, 2.069rem + 0.884vw, 3.2rem);
  line-height: 1.4;
  text-align: center;
}
#learning-point .title--text--emp {
  font-size: 3.2rem;
  color: #fff;
  vertical-align: super;
  text-decoration: underline;
  text-decoration-color: #fee302;
  text-underline-offset: 0.2em;
}
#learning-point .title--text--yellow {
  color: #fee302;
}
#learning-point .title--text--num {
  font-size: 5.4rem;
  padding-right: 3px;
}
#learning-point .learning-point__list-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
#learning-point .learning-point__list-item:not(:first-child) {
  margin-top: 56px;
}
#learning-point .learning-point__list-item-text-wrap {
  width: 100%;
  text-align: left;
}
#learning-point .learning-point__list-item-head {
  position: relative;
  display: block;
  border-radius: 12px 12px 0 0;
  padding: 40px 0 0;
  margin-bottom: 0px;
  min-height: auto;
}
#learning-point .learning-point__list-item-title {
  color: #182e4c;
  font-size: 2rem;
  line-height: 1.4;
}
#learning-point .learning-point__list-item-title sub {
  font-size: 1.2rem;
  bottom: 0;
}
#learning-point .learning-point__list-item-title--label {
  position: absolute;
  align-items: baseline;
  background: #fee300;
  color: #182e4c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  width: 129px;
  height: auto;
  padding: 10px 30px 12px;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
  top: -25px;
}
#learning-point .learning-point__list-item-body {
  display: block;
  padding: 23px 0 31px;
}
#learning-point .learning-point__list-item-description {
  font-size: 1.4rem;
  width: 100%;
  padding: 25px 18px 0;
  line-height: 1.55;
}
#learning-point .learning-point__list-item-notes {
  font-size: 1rem;
  text-align: left;
  margin: 13px 19px 0;
  background-color: #eef6fd;
  padding: 12px 17px;
}
#learning-point .learning-point__list-item-notes--head {
  font-size: 1.2rem;
  font-weight: bold;
}
#learning-point .learning-point__list-item-notes--text {
  font-size: 1rem;
  padding-top: 6px;
}
#learning-point .learning-point__list-item-img-wrap {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 0 20px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #learning-point .learning-point__contents {
    padding: 70px 0 81px;
  }
  #learning-point .learning-point__title {
    text-align: center;
    margin-bottom: 90px;
  }
  #learning-point .learning-point__title--text {
    color: #fff;
    font-size: 3.75rem;
    margin-bottom: 48px;
    padding-right: 68px;
  }
  #learning-point .title--text--num {
    font-size: 11.1rem;
    padding-right: 4px;
    vertical-align: -27px;
    padding-left: 5px;
  }
  #learning-point .title--text--emp {
    font-size: 5.55rem;
    vertical-align: sub;
  }
  #learning-point .learning-point__list-item:not(:first-child) {
    margin-top: 78px;
  }
  #learning-point .learning-point__list-item-text-wrap {
    width: 54%;
    text-align: left;
  }
  #learning-point .learning-point__list-item-head {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 21px;
  }
  #learning-point .learning-point__list-item-title {
    color: #182e4c;
    font-size: 3.17rem;
  }
  #learning-point .learning-point__list-item-title sub {
    font-size: 1.8rem;
    bottom: 0;
  }
  #learning-point .learning-point__list-item-title--label {
    position: absolute;
    top: -34px;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    background: #fee300;
    color: #182e4c;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 100px;
    width: 158px;
    height: 54px;
    padding: 5px 20px;
  }
  #learning-point .learning-point__list-item-body {
    display: flex;
    align-items: center;
    gap: 53px;
    background: #fff;
    border-radius: 10px;
    padding: 66px 55px 54px;
  }
  #learning-point .learning-point__list-item-description {
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
  }
  #learning-point .learning-point__list-item-notes {
    font-size: 1.8rem;
    margin: 16px 10px 0 0;
    padding: 12px 21px 12px 17px;
  }
  #learning-point .learning-point__list-item-notes--head {
    font-size: 1.33rem;
  }
  #learning-point .learning-point__list-item-notes--text {
    font-size: 1.31rem;
    padding-top: 4px;
  }
  #learning-point .learning-point__list-item-img-wrap {
    display: flex;
    gap: 23px;
    width: 41%;
    padding: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .faq-course {
    padding: 82px 10px 58px !important;
  }
  .other-faq-button {
    width: 400px;
    padding: 20px 0 21px 61px;
    font-size: 2.1rem;
    letter-spacing: 1.94px;
  }
  .other-faq-button::after {
    right: 21px;
  }
}
