br.is-sp {
  display: none;
}

/* TOP parts ---------------------------------------- */
.c_ttl_en {
  color: var(--color-purple);
  font-size: 1.25rem;
  text-align: start;
}
.c_ttl_ja {
  font-size: 3.25rem;
  font-weight: var(--font-regular);
  margin-bottom: 40px;
  text-align: start;
}
.c_txt_exam {
  font-size: 1rem;
  /* line-height: 2.8rem; */
}

/*  mv ---------------------------------------- */
.p_mv {
  background-image: url(../img/bg_kv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 45%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding: 120px 44px;
  position: relative;
  width: 100%;
}
.p_mv_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_mv_catch {
  font-size: clamp(1rem, 1.75vw, 1.75rem);
  margin-bottom: 8px;
  white-space: nowrap;
}
.p_mv_catch_en {
  margin-bottom: 20px;
}
.p_mv_inner {
  width: 50%;
  width: fit-content;
}
.p_mv_item {
  background: #FFFFFFCC;
  background: #eaeaea7d;
  border: solid 2px var(--color-white);
  border-radius: 20px;
  box-shadow: 0px 4px 8px #3333334D;
  font-weight: var(--font-medium);
  padding: 20px;
  max-width: 576px;
}
.p_mv_txt {
  margin: 16px auto;
  width: 100%;
}
.p_mv_wrap .c_button_cv {
  background: var(--gradation-yellow);
  box-shadow: 0px 4px 8px #3333334D;
  margin-top: 40px;
  min-width: 344px;
  position: relative;
  overflow: hidden;
  transition: .2s;
}
.p_mv_wrap .c_button_cv:hover {
  background: var(--color-black);
  color: var(--color-yellow);
}
.p_mv_pic {
  width: 100%;
  max-width: 640px;
}


.p-mv_logo {
  width: 100%;
  max-width: 688px;
  margin: auto;
}
.p-mv_logo img {
  width: 100%;
}

.p_mv_lead {
  font-size: 2.5rem;
  font-size: clamp(1.5rem,3vw,2rem);
  line-height: 1.7;
  margin: 0 40px;
  margin: 80px auto 100px auto;
  text-align: center;
}

/* intro ---------------------------------------- */
.p_intro {
  background-color: var(--color-gray-1);
  color: var(--color-white);
  padding-top: 56px;
  padding-bottom: 80px;
  position: relative;
  z-index: 20;
}
.p_intro_ttl {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  z-index: 20;
}
.p_intro_exam {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 44px;
}
.p_intro_exam > * {
  margin-bottom: 40px;
}
.p_intro_exam > h3 {
  font-size: 1.5rem;
  font-weight: var(--font-semibold);
  text-align: center;
}
.p_intro_exam > p {
  line-height: 2;
}
.p-intro_myel {
  background: var(--color-gray-2);
  width: 100%;
  border-radius: 10px;
  padding: 24px 32px 32px;
}
.p-intro_myel .p-intro_myel-ttl {
  font-weight: var(--font-bold);
  margin-bottom: 8px;
}
.p_solution {
  border-top: solid 1px var(--color-white);
  padding-top: 40px;
}
.p_solution_wrap {
  display: flex;
  gap: 20px;
}
.p_solution_content {
  background: var(--color-white);
  border-radius: 10px;
  color: var(--color-black);
  padding: 24px;
  width: calc((100% - 40px)/3);
}
.p_solution_inner {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.p_solution_inner > img {
  width: 64px;
  height: 64px;
}
.p_solution_item {
  background: var(--color-gray-4);
  border-radius: 10px;
  line-height: 1.4;
  padding: 8px 12px;
  position: relative;
}
.p_solution_item::before {
  background: var(--color-gray-4);
  content: "";
  clip-path: polygon(0 50%, 80% 0, 80% 100%);
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 40%;
  left: -8px;
}
.p_solution_txt {
  color: var(--color-blue);
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
}

.p_intro_bg01 {
  width: 216px;
  height: 421px;
  background-image: url(../img/bg_intro01.webp);
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.p_intro_bg02 {
  width: 275px;
  height: 404px;
  background-image: url(../img/bg_intro02.webp);
  position: absolute;
  bottom: 60px;
  bottom: 40%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

/* scene ---------------------------------------- */
.p_scene_ttl {
  font-size: 1.5rem;
  font-weight: var(--font-semibold);
  text-align: center;
  margin-bottom: 32px;
}
.p_scene_wrap {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}
.p_scene_inner {
  background: var(--color-gray-3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 28px;
  width: calc(100%/3);
  max-width: 343px;
}
.p_scene_inner h3 {
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.p_scene_inner h3 + p {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 10px;
  min-height: 3em;
}
.p_scene_inner .c_txt_line {
  margin-bottom: 20px;
}
.p_scene_inner .c_txt_line > span {
  background-color: var(--color-gray-3);
  font-size: 0.875rem;
  padding-right: 0.5em;
}
.p_scene_inner .c_button_line {
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  height: 40px;
  text-align: start;
  max-width: 100%;
}
.p_scene_inner :first-of-type .c_button_line {
  margin-bottom: 20px;
}
.p_scene_icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}
.p_scene_wrap div:has(.p_scene_arrow) {
  display: flex;
}
.p_scene_arrow {
  display: block;
  width: 12px;
  height: auto;
  margin: 0 auto;
}

/* function ---------------------------------------- */
.p_func_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}
.p_func_inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: var(--color-gray-3);
  border-radius: 10px;
  padding: 32px;
  width: 50%;
}
.p_func_img {
  display: block;
  height: 200px;
  margin: 0 auto 24px;
}
.p_func_txt {
  font-size: 0.875rem;
  font-weight: var(--font-semibold);
  text-align: center;
  margin: 4px auto 20px;
}
.p_func_txt + p {
  display: flex;
  flex-grow: 1;
}
.p_func .c_button_line {
  margin: 20px auto 0;
}

/* voice ---------------------------------------- */
.p_voice :last-of-type.p_voice_wrap {
  margin-bottom: 0;
}
.p_voice_wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.p_voice_inner {
  background: var(--color-gray-4);
  border-radius: 10px;
  display: flex;
  gap: 16px;
  width: 50%;
  padding: 16px;
}
.p_voice_pic {
  display: block;
  width: 80px;
  height: 80px;
}
.p_voice_item {
  background: var(--color-white);
  border-radius: 10px;
  flex-grow: 1;
  line-height: 1.4;
  padding: 8px 12px;
  position: relative;
}
.p_voice_item::before {
  background: var(--color-white);
  content: "";
  clip-path: polygon(0 50%, 80% 0, 80% 100%);
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 30%;
  left: -8px;
}

.p_voice_txt-em {
  font-weight: var(--font-semibold);
}
.p_voice_txt-caption {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}

/* plan ---------------------------------------- */
.p_plan_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}
.p_plan_wrap:last-of-type {
  margin-bottom: 0;
}

.p_plan_wrap .c_ttl_blue {
  font-size: 1.75rem;
  margin-bottom: 40px;
}
.p_plan_inner {
  border: solid 1px var(--color-gray-2);
  border-radius: 10px;
  overflow: hidden;
}
.p_plan dl {
  display: flex;
  flex-wrap: wrap;
}
.p_plan dt {
  border-right: solid 1px var(--color-gray-2);
  border-bottom: solid 1px var(--color-gray-2);
  width: 25%;
  padding: 12px 16px;
}
.p_plan dd {
  border-bottom: solid 1px var(--color-gray-2);
  width: 75%;
  padding: 12px 16px;
}
.p_plan dd:has(dd) {
  padding: 0;
}
.p_plan dl > dd:last-of-type,.p_plan dl > dt:last-of-type {
  border-bottom: none;
}
.p_plan_inner > dt {
  background: var(--color-gray-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p_plan_inner > dt:last-of-type {
  background: var(--color-gray-3);
}
.p_plan_txt {
  font-size: 1.125rem;
  margin-bottom: 32px;
}
.p_plan_txt_em {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
}
.p_plan .c_list_note {
  margin-top: 32px;
}
.p_plan .c_txt_line {
  margin-bottom: 40px;
}

/* faq ---------------------------------------- */
.p_faq_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p_faq_inner {
  border: solid 1px var(--color-gray-2);
  border-radius: 10px;
  padding: 16px;
}

.p_faq_inner dt {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  width: calc(100% - 32px);
  transition: .2s;
}

.p_faq_inner.active dt {
  padding-bottom: 16px;
}

.p_faq_inner dt::before,.p_faq_inner dt::after {
  content: "";
  background: var(--color-gray-2);
  display: block;
  position: absolute;
  top: 30%;
  top: 50%;
  right: -32px;
  width: 24px;
  height: 2px;
  transition: .2s;
}
.p_faq_inner dt::after {
  transform: rotate(90deg);
}
.p_faq_inner dd {
  border-top: solid 1px var(--color-gray-2);
  display: none;
  padding-top: 16px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  transition: .2s;
}
.p_faq_inner.active dd {
  display: block;
}
.p_faq_inner dt span,.p_faq_inner dd span {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  padding-right: 8px;
}
.p_faq_inner dt span {
  color: var(--color-blue);
}
.p_faq_inner dd span {
  color: var(--color-purple);
}
.p_faq_inner.active dt::before,.p_faq_inner.active dt::after {
  top: 40%;
}
.p_faq_inner.active dt::after {
  transform: rotate(0deg);
}
.p_faq_item {
  margin-top: 10px;
  margin-left: 1em;
}
.p_faq_item p {
  margin-bottom: 8px;
}


/* file ---------------------------------------- */
.p_file_wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.p_file_inner {
  border: solid 1px var(--color-gray-2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% / 3);
}
.p_file_pic {
  aspect-ratio: 16/9;
  border-bottom: solid 1px var(--color-gray-2);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
}
.p_file_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 24px;
}
.p_file_item .c_button_line {
  margin: 0 auto;
}
.p_file_txt {
  font-weight: var(--font-semibold);
}
.p_file_txt + p {
  flex-grow: 1;
}
.p_file .c_button_line {
  margin: 32px auto 0;
}



@media screen and (max-width: 1150px) {
  .p_intro_bg01 {
    width: 117px;
    height: 174px;
    background-image: url(../img/bg_intro01_sp.webp);
  }
  .p_intro_bg02 {
    width: 152px;
    height: 174px;
    background-image: url(../img/bg_intro02_sp.webp);
    left: -40px;
    bottom: 43%;
  }
  .p_voice_pic {
    width: 60px;
    height: 60px;
  }
  .p_plan_box .plan_tbl dt {
    width: 30%;
  }
  .p_plan_box .plan_tbl dd {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
  .c_ttl_en {
    font-size: 1rem;
  }
  .c_ttl_ja {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .use_list {
    display: block;
  }
  .use_lise_item {
    width: 100%;
  }
  .use_lise_item:not(:last-child):after {
    display: none;
  }
  .use_lise_item:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid #777777;
    margin-bottom: 32px;
  }
  .use_lise_item > h3 {
    font-size: 1.25rem;
  }
  .p_mv {
    margin-top: 58px;
    padding: 32px 20px 64px;
    height: auto;
  }
  .p_mv_catch {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .p_mv_wrap {
    flex-direction: column;
  }
  .p_mv_item {
    margin-bottom: 24px;
  }

  .p-mv_logo {
    width: 100%;
    max-width: 334px;
    position: relative;
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin-bottom: 53px;
  }
  .p_mv_lead {
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    font-size: 2.2rem;
    line-height: 4.2rem;
    margin: 0;
  }
  .p_intro {
    padding: 64px 20px 96px;
    overflow: hidden;
  }
  .p_intro_ttl {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .p_intro_en {
    font-size: 0.875rem;
    margin-bottom: 60px;
  }
  .p_intro_exam > h3 {
    font-size: 1.25rem;
  }
  .p_intro_exam > * {
    margin-bottom: 32px;
  }
  .p-intro_myel {
    width: 100%;
    padding: 16px 16px 24px;
  }
  .p_intro_bg02 {
    bottom: 53%;
  }
  .p_solution_wrap {
    flex-direction: column;
    gap: 24px;
  }
  .p_solution_content {
    padding: 16px;
    width: 100%;
  }
  .p_solution_inner {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
  }
  .p_solution_inner > img {
    width: 64px;
    height: 64px;
  }
  .p_solution_item {
    background: var(--color-gray-4);
    border-radius: 10px;
    line-height: 1.4;
    padding: 8px 12px;
    position: relative;
  }
  .p_solution_item::before {
    background: var(--color-gray-4);
    content: "";
    clip-path: polygon(0 50%, 80% 0, 80% 100%);
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 40%;
    left: -8px;
  }
  .p_solution_txt {
    color: var(--color-blue);
    font-weight: var(--font-semibold);
    margin-bottom: 8px;
  }
  .p_scene_ttl {
    font-size: 1rem;
    text-align: start;
  }
  .p_scene_wrap {
    align-items: center;
    flex-direction: column;
  }
  .p_scene_inner {
    width: 100%;
  }
  .p_scene_inner .c_button_line {
    font-size: 1rem;
  }
  .p_scene_arrow {
    transform: rotate(90deg);
  }
  .p_func_wrap {
    align-items: center;
    flex-direction: column;
  }
  .p_func_inner {
    width: 100%;
    padding: 16px 16px 24px;
  }
  .p_func .p_func_list {
    display: block;
  }
  .p_func .func_item {
    width: 100%;
    padding: 20px 16px;
  }
  .p_func .func_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p_func .func_ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p_func .func_img {
    margin-bottom: 20px;
  }
  .p_voice_wrap {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .p_voice_inner {
    background: none;
    gap: 8px;
    width: 100%;
    padding: 0;
  }
  .p_voice_item {
    background: var(--color-gray-4);
  }
  .p_voice_item::before {
    background: var(--color-gray-4);
    top: 20%;
  }
  .p_voice_wrap .p_voice_inner:last-child > .p_voice_item::before {
    transform: rotate(-180deg);
    top: 20%;
    right: -8px;
    left: initial;
  }
  .p_voice_wrap .p_voice_inner:last-child > .p_voice_pic {
    order: 2;
  }
  .p_faq_wrap {
    gap: 24px;
  }
  .p_plan dt,.p_plan dd {
    width: 50%;
  }
  .p_plan_inner {
    flex-direction: column;
  }
  .p_plan_inner > dt {
    width: 100%;
    border-right: none;
  }
  .p_plan_inner > dd {
    text-align: center;
    width: 100%;
  }
  .p_plan_inner > dt:last-of-type {
    border-bottom: solid 1px var(--color-gray-2) !important;
  }
  .p_file_inner {
    width: 100%;
    max-width: 248px;
  }
}