<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.7806401249vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.sky {
  color: #45b3e7;
}

.orange {
  color: #f7931e;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: transparent;
}

.btn-wrap {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  margin-inline: auto;
  border-radius: 100vw;
  box-shadow: 0 1.2rem 0 #e77100;
  background-image: linear-gradient(to right, #ff801e, #ffb650);
  transition: opacity 0.2s ease-out;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    box-shadow: 0 0.7rem 0 #e77100;
  }
}
.btn-wrap::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 8.3rem;
  top: 4rem;
  right: 11rem;
  background-image: url(../images/icon_finger.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: move-y 1s infinite alternate ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn-wrap::before {
    width: 2.9rem;
    height: 4rem;
    right: 4.5rem;
  }
}

.btn {
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 1.9rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 2rem;
    padding: 1.55rem 0;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background-image: url(../images/icon_arrow_transparent.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 2rem;
  }
}

.cta-free.current {
  display: block;
}

.cta-free {
  display: none;
}

.cta_link::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  background-image: url(../images/btn_arrow_down.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cta_link::before {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.5rem;
  }
}

.feature_margin {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 768px) {
  .feature_margin {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.form-el__list.form-el__list--small.form-el__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form-el__list.form-el__list--small.form-el__flex {
    gap: 0.5rem;
  }
}

.contact-custom__caption {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-custom__caption {
    font-size: 1.2rem;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.step_slide_title &gt; img {
  width: 21.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .step_slide_title &gt; img {
    width: 10.7rem;
  }
}

.step_01_text {
  font-size: 2rem;
  font-weight: 700;
  color: #264571;
  margin-bottom: 2.5rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .step_01_text {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
  }
}

.step_01_text span {
  color: #e54479;
  padding-bottom: 0.5rem;
  background: linear-gradient(transparent 95%, #e54479 95%);
}
@media screen and (max-width: 768px) {
  .step_01_text span {
    padding-bottom: 0.2rem;
  }
}

.info_campaign_items {
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .info_campaign_items {
    gap: 1rem;
  }
}

.info_campaign_caution {
  max-width: 73.3rem;
  margin-top: 1.5rem;
  text-indent: -3.75em;
  padding-left: 3.75em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .info_campaign_caution {
    text-indent: -2.5em;
    padding-left: 2.5em;
    letter-spacing: -0.05em;
    line-height: 1.6;
  }
}

.info_campaign_caution li {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .info_campaign_caution li {
    font-size: 1rem;
  }
}

.info_campaign_caution li span {
  color: #f07850;
}

.info h3 sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info h3 sub {
    font-size: 1.2rem;
  }
}

.caution {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  margin-top: 0.5rem;
}

.caution a {
  color: #cd1e1b;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}

.caution a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .caution {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

/* 画像の設定 */
img {
  vertical-align: bottom;
}

/* PC版・SP版の切り替え */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
.header__logo.current {
  display: block;
}

.header__logo {
  display: none;
}

.step {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(to right, #3bbfb0, #4b71d6);
}
@media screen and (max-width: 768px) {
  .step {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.step_detail_title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 0.7rem dotted #fff;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .step_detail_title {
    font-size: 2rem;
    border-bottom: 0.4rem dotted #fff;
    padding-bottom: 0.5rem;
  }
}

.step__swiper-wrap {
  margin-top: 13rem;
  max-width: 85.8rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step__swiper-wrap {
    margin-top: 8rem;
    max-width: 36.2rem;
  }
}

.step__swiper {
  max-width: 80rem;
  margin-inline: auto;
  overflow-x: clip;
  overflow-y: initial;
}
@media screen and (max-width: 768px) {
  .step__swiper {
    max-width: 34.5rem;
  }
}

.step__swiper .swiper-slide {
  background-color: #fff;
  border-radius: 2rem;
  width: 80rem;
  height: 50rem;
  padding-top: 6.8rem;
  position: relative;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .step__swiper .swiper-slide {
    width: 34.5rem;
    height: 58.6rem;
    padding-top: 5rem;
    border-radius: 1rem;
  }
}
.step__swiper .swiper-slide::before {
  position: absolute;
  content: "";
  width: 68rem;
  height: 15rem;
  top: -10.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .step__swiper .swiper-slide::before {
    width: 30.8rem;
    height: 9.7rem;
    top: -6.5rem;
  }
}

.step_swiper-slide--01.swiper-slide::before {
  background-image: url(../images/step_slide_head_01.png);
}
@media screen and (max-width: 768px) {
  .step_swiper-slide--01.swiper-slide::before {
    background-image: url(../images/step_slide_head_01_sp.png);
  }
}

.step_swiper-slide--02.swiper-slide::before {
  background-image: url(../images/step_slide_head_02.png);
}
@media screen and (max-width: 768px) {
  .step_swiper-slide--02.swiper-slide::before {
    background-image: url(../images/step_slide_head_02_sp.png);
  }
}

.step_swiper-slide--03.swiper-slide::before {
  background-image: url(../images/step_slide_head_03.png);
}
@media screen and (max-width: 768px) {
  .step_swiper-slide--03.swiper-slide::before {
    background-image: url(../images/step_slide_head_03_sp.png);
  }
}

.step_swiper-slide--04.swiper-slide::before {
  background-image: url(../images/step_slide_head_04.png);
}
@media screen and (max-width: 768px) {
  .step_swiper-slide--04.swiper-slide::before {
    background-image: url(../images/step_slide_head_04_sp.png);
  }
}

.step_swiper-slide--05.swiper-slide::before {
  background-image: url(../images/step_slide_head_05.png);
}
@media screen and (max-width: 768px) {
  .step_swiper-slide--05.swiper-slide::before {
    background-image: url(../images/step_slide_head_05_sp.png);
  }
}

@media screen and (max-width: 768px) {
  .step__swiper-button-prev.swiper-button-prev {
    left: 0;
  }
}
.step__swiper-button-prev.swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  background-image: url(../images/icon_arrow_transparent_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .step__swiper-button-prev.swiper-button-prev::after {
    width: 2.6rem;
    height: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .step__swiper-button-next.swiper-button-next {
    right: 0;
  }
}
.step__swiper-button-next.swiper-button-next::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_arrow_transparent_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .step__swiper-button-next.swiper-button-next::after {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.step__swiper-captions {
  margin-top: 1.5rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .step__swiper-captions {
    margin-top: 1rem;
    max-width: 34.5rem;
    line-height: 2;
  }
}

.step__swiper-caption {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .step__swiper-caption {
    font-size: 1rem;
  }
}

.step__swiper-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .step__swiper-title {
    font-size: 1.8rem;
  }
}

.step__swiper-read {
  margin-top: 1.5rem;
  max-width: 71rem;
  margin-inline: auto;
  font-size: 2rem;
  font-weight: 700;
  color: #4d4d4d;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-read {
    font-size: 1.4rem;
    max-width: 30.2rem;
    padding-left: 0;
  }
}

.step__swiper-body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-body {
    margin-top: 1.5rem;
  }
}

.step__swiper-body.step__swiper-body--01 {
  display: flex;
  max-width: 71rem;
  margin-inline: auto;
  gap: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--01 {
    max-width: 30rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.step__swiper-body.step__swiper-body--02 {
  display: flex;
  max-width: 69.3rem;
  margin-inline: auto;
  gap: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--02 {
    max-width: 30.4rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.step__swiper-body.step__swiper-body--03 {
  display: flex;
  max-width: 69.5rem;
  margin-inline: auto;
  gap: 1.2rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--03 {
    margin-top: 2rem;
    max-width: 25.2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.step__swiper-body.step__swiper-body--04 {
  display: flex;
  max-width: 70.2rem;
  margin-inline: auto;
  gap: 3.8rem;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--04 {
    margin-top: 4rem;
    flex-direction: column;
    max-width: 30.1rem;
    gap: 4rem;
  }
}
.step__swiper-body.step__swiper-body--04::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 6.7rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/step04_dots.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--04::before {
    width: 30rem;
    height: 1rem;
    top: 7.5rem;
    background-image: url(../images/step04_dots_sp.png);
  }
}

.step__swiper-body.step__swiper-body--05 {
  display: flex;
  gap: 2.7rem;
  max-width: 71.1rem;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--05 {
    max-width: 30rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.step__swiper-body.step__swiper-body--01 img {
  max-width: 34rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--01 img {
    max-width: 25rem;
  }
}

.step__swiper-body.step__swiper-body--02 img {
  max-width: 34rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--02 img {
    max-width: 25rem;
  }
}

.step__swiper-body--03 div:nth-child(1) img {
  max-width: 39.3rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-body--03 div:nth-child(1) img {
    max-width: 25.2rem;
  }
}

.step__swiper-body--03 div:nth-child(2) img {
  max-width: 28.9rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-body--03 div:nth-child(2) img {
    max-width: 25.2rem;
  }
}

.step__swiper-body.step__swiper-body--04 img {
  max-width: 6rem;
}

@media screen and (max-width: 768px) {
  .step__swiper-body.step__swiper-body--05 img {
    max-width: 25rem;
  }
}

.step__swiper-table {
  width: 34rem;
  height: 21.8rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .step__swiper-table {
    width: 25rem;
    height: 16rem;
  }
}

.step__swiper-table th,
.step__swiper-table td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

.step__swiper-table th {
  background-color: #1958a3;
  color: #fff;
  width: 12rem;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .step__swiper-table th {
    width: 8.8rem;
    font-size: 1.17rem;
  }
}

.step__swiper-table td {
  background-color: #e6eef4;
  color: #1958a3;
  font-size: 1.6em;
  font-weight: 700;
  text-align: left;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-table td {
    font-size: 1.17rem;
    padding-left: 2.3rem;
  }
}

.step__swiper-table tr:not(:last-child) td,
.step__swiper-table tr:not(:last-child) th {
  border-bottom: 0.1rem solid #fff;
}

.step__swiper-table tr:not(:last-child) td {
  border-bottom: 0.1rem solid #1958a3;
}

.step__swiper-01-text {
  margin-top: 1rem;
  max-width: 71rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .step__swiper-01-text {
    margin-top: 1.5rem;
    max-width: 25rem;
    font-size: 1rem;
  }
}

.step__swiper-02-lists {
  max-width: 32.4rem;
}

.step__swiper-02-list {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1958a3;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .step__swiper-02-list {
    font-size: 1.2rem;
  }
}

.step__swiper-02-list span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-02-list span {
    font-size: 1.2rem;
  }
}

.step__swiper-02-list:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-02-list:not(:first-child) {
    margin-top: 0;
  }
}

.step_swiper-04-img-wrap {
  margin-top: 2.5rem;
  max-width: 48.9rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .step_swiper-04-img-wrap {
    margin-top: 2rem;
    max-width: 30rem;
  }
}

.step_swiper-04-img-caption {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step_swiper-04-img-caption {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.step__swiper-voice {
  display: flex;
  gap: 1rem;
}

.step__swiper-voice-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .step__swiper-voice-name {
    font-size: 1rem;
  }
}

.step__swiper-voice-text {
  margin-top: 1rem;
  max-width: 26.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .step__swiper-voice-text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.step__swiper-read.step__swiper-read--05 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .step__swiper-read.step__swiper-read--05 {
    max-width: 29.5rem;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
}

.step__swiper-read.step__swiper-read--05 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-read.step__swiper-read--05 span {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    line-height: 1.8;
  }
}

.step__swiper-05-lists {
  width: 34.2rem;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #1958a3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step__swiper-05-lists {
    width: 30rem;
    margin-left: 1rem;
    padding-bottom: 1rem;
  }
}
.step__swiper-05-lists::before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1958a3;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .step__swiper-05-lists::before {
    height: 1.1rem;
    bottom: -1.1rem;
  }
}

.step__swiper-05-lists span {
  display: inline-block;
  padding-left: 1.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1958a3;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .step__swiper-05-lists span {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    margin-right: 1.2rem;
  }
}
.step__swiper-05-lists span::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/step05_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.step__swiper-05-text {
  margin-top: 2rem;
  max-width: 32.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .step__swiper-05-text {
    max-width: 29.5rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

.step__swiper-voice-05 {
  margin-top: 2rem;
  display: flex;
  gap: 1.7rem;
  max-width: 71.7rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .step__swiper-voice-05 {
    margin-top: 1rem;
    max-width: 29.5rem;
  }
}

.step__swiper-voice-05 img {
  max-width: 6rem;
}

.step__swiper-voice-05 .step__swiper-voice-text {
  margin-top: 0.5rem;
  max-width: 100%;
}

.step_slider {
  margin-top: 2.5rem;
  max-width: 93rem;
  margin-inline: auto;
}

.step_slider_prev {
  position: absolute;
  width: 5.8rem;
  top: 55%;
  right: 97%;
  z-index: 500;
}

.step_slider_next {
  position: absolute;
  width: 5.8rem;
  top: 55%;
  left: 97%;
  z-index: 500;
}

.step_btn-wrap.btn-wrap {
  max-width: 77rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .step_btn-wrap.btn-wrap {
    max-width: 34.5rem;
  }
}

.step_slide {
  padding: 12rem 1.5rem 0;
  width: 34.5rem;
  height: 55rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.step_slide {
  margin: 0 auto;
  padding: 20rem 5rem 0;
  width: 80rem !important;
  height: 49.9rem;
  border-radius: 2rem;
  background-color: #fff;
}

.step_slide_title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #264571;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .step_slide_title {
    font-size: 1.75rem;
  }
}

/* ステップ01 */
.step_slide.step01 &gt; .step_slide_content p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #264571;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .step_slide.step01 &gt; .step_slide_content p {
    font-size: 1.2rem;
  }
}

.step_slide.step01 &gt; .step_slide_content .step_01_left_text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #e54479;
}

.step_slide.step01 &gt; .step_slide_content &gt; div:nth-child(1) &gt; div {
  position: relative;
  margin: 0 auto;
  width: 65%;
}

.step_slide.step01 &gt; .step_slide_content &gt; div:nth-child(1) &gt; div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 2.5rem;
  background-color: #1958a3;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  content: "現状把握";
}

.step_slide.step01 &gt; .step_slide_content table {
  margin: 1.5rem 0 0;
  width: 100%;
  border: 1px solid #1958a3;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border-collapse: collapse;
}

.step_slide.step01 &gt; .step_slide_content table th {
  padding: 0.5rem 0;
  width: 40%;
  border-bottom: 1px solid #ffffff;
  background-color: #264571;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .step_slide.step01 &gt; .step_slide_content table th {
    padding: 0.3rem 0;
  }
}

.step_slide.step01 &gt; .step_slide_content table tr:last-child th {
  border-bottom: none;
}

.step_slide.step01 &gt; .step_slide_content table td {
  padding: 0.5rem 0;
  border: 1px solid #264571;
  color: #264571;
  vertical-align: middle;
}

/* ステップ02 */
.step_slide.step02 &gt; .step_slide_content p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #264571;
  line-height: 1.5;
}

.step_slide.step02 &gt; .step_slide_content img {
  display: block;
  margin: 1.5rem auto;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .step_slide.step02 &gt; .step_slide_content img {
    width: 28rem;
  }
}

.step_slide.step02 &gt; .step_slide_content ol {
  font-size: 1.2rem;
  font-weight: 500;
  color: #264571;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.step_slide.step02 &gt; .step_slide_content ol span {
  font-size: 1rem;
  color: #333333;
}

/* ステップ03 */
.step_slide.step03 &gt; .step_slide_content {
  display: flex;
  flex-direction: column;
}

.step_slide.step03 &gt; .step_slide_content &gt; img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .step_slide.step03 &gt; .step_slide_content &gt; img {
    width: 26rem;
  }
}

.step_slide.step03 &gt; .step_slide_content &gt; p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #264571;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .step_slide.step03 &gt; .step_slide_content &gt; p {
    width: 28rem;
    margin-inline: auto;
  }
}

.step_slide.step03 &gt; .step_slide_content &gt; div {
  position: relative;
  margin: 1.5rem auto 0;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .step_slide.step03 &gt; .step_slide_content &gt; div {
    width: 26rem;
  }
}

.step_slide.step03 &gt; .step_slide_content &gt; div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 2.5rem;
  background-color: #1958a3;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  content: "学習計画";
}

/* ステップ04 */
.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(1) &gt; img {
  display: block;
  margin: 3rem auto 3rem;
  width: 31.5rem;
}

.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #264571;
  text-align: center;
}

.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 3rem 0 0;
}

.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; img {
  width: 5rem;
}

.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; div &gt; p:nth-child(1) {
  font-size: 1.2rem;
}

.step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; div &gt; p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 500;
  color: #264571;
}

.step_slide.step04 &gt; .step_slide_content &gt; ul {
  margin: 1rem 0 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .step_slide.step04 {
    height: 50rem;
  }
}

/* ステップ05 */
.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; img {
  width: 14rem;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p {
  color: #264571;
  font-size: 1.4rem;
  font-weight: 700;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p &gt; span {
  font-size: 2.4rem;
  color: #cb4747;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p &gt; span &gt; sup {
  font-size: 1rem;
  font-weight: 400;
}

.step_slide.step05 &gt; .step_slide_content &gt; p:nth-child(2) {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}

.step_slide.step05 &gt; .step_slide_content &gt; p:nth-child(3) {
  margin: 1rem 0 0;
  font-weight: 700;
  color: #264571;
}
@media screen and (max-width: 768px) {
  .step_slide.step05 &gt; .step_slide_content &gt; p:nth-child(3) {
    width: 28rem;
    margin-inline: auto;
  }
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; img {
  width: 5rem;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; div &gt; p:nth-child(1) {
  font-size: 1rem;
}

.step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; div &gt; p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 500;
  color: #264571;
}

.step_slide.step05 &gt; .step_slide_content &gt; ul {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .step_slide.step05 {
    height: 53rem;
  }
}

@media screen and (min-width: 769px) {
  .step_parent_voice {
    padding: 4rem 0;
  }
  .step_parent_voice &gt; img {
    margin: 0 auto 3rem;
    width: 48rem;
  }
  .step_parent_voice_slider a {
    margin: 0 auto;
    width: 75rem;
    height: 18.8rem;
    padding: 4rem 5rem 3rem 5rem;
    font-size: 1.8rem;
    color: #1958a3;
    font-weight: 700;
  }
  .step_parent_voice_slider a::before {
    width: 68.7rem;
    height: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }
  .step_parent_voice_slider a::after {
    width: 68.7rem;
    height: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }
  .step_parent_voice_slider span {
    width: 24rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
  .lb-outerContainer {
    margin: 0 auto;
  }
  .step_parent_voice_caution {
    margin: 0 calc(50% - 37.5rem);
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .step_slide_title {
    font-size: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  /* ステップ01 */
  .step_slide.step01 &gt; .step_slide_content {
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .step_slide.step01 &gt; .step_slide_content &gt; div {
    width: 40rem;
  }
  .step_slide.step01 &gt; .step_slide_content p {
    font-size: 2rem;
    font-weight: 700;
    color: #264571;
    margin-top: 1rem;
  }
  .step_slide.step01 &gt; .step_slide_content .step_01_left_text {
    font-size: 1.75rem;
    font-weight: 500;
    color: #e54479;
  }
  .step_slide.step01 &gt; .step_slide_content &gt; div:nth-child(1) &gt; div {
    margin: 0;
    width: 33rem;
  }
  .step_slide.step01 &gt; .step_slide_content &gt; div:nth-child(1) &gt; div::before {
    width: 12.8rem;
    height: 4.3rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .step_slide.step01 &gt; .step_slide_content table {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .step_slide.step01 &gt; .step_slide_content table th {
    padding: 0.75rem 0;
    font-size: 1.4rem;
  }
  .step_slide.step01 &gt; .step_slide_content table td {
    padding: 0.75rem 0;
    vertical-align: middle;
  }
  /* ステップ02 */
  .step_slide.step02 &gt; .step_slide_content p {
    font-size: 2rem;
    margin-bottom: 4rem;
    font-weight: 700;
  }
  .step_slide.step02 &gt; .step_slide_content div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin: 1.5rem 0 0;
  }
  .step_slide.step02 &gt; .step_slide_content img {
    margin: 0;
    width: 32rem;
  }
  .step_slide.step02 &gt; .step_slide_content ol {
    font-size: 1.6rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ステップ03 */
  .step_slide.step03 &gt; .step_slide_content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .step_slide.step03 &gt; .step_slide_content &gt; img {
    order: 2;
    margin: 0 3rem 0 0;
    width: 45rem;
  }
  .step_slide.step03 &gt; .step_slide_content &gt; p {
    order: 1;
    font-size: 2rem;
    margin: 0 0 4.5rem;
    font-weight: 700;
  }
  .step_slide.step03 &gt; .step_slide_content &gt; div {
    order: 3;
    margin: 0;
    width: 35rem;
  }
  .step_slide.step03 &gt; .step_slide_content div::before {
    width: 12.8rem;
    height: 4.3rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
  /* ステップ04 */
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(1) &gt; img {
    margin: 0;
    width: 45rem;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p {
    font-size: 2.8rem;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) {
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    margin: 4rem 0 0;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; img {
    width: 6rem;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; div &gt; p:nth-child(1) {
    font-size: 1.4rem;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; div:nth-child(2) &gt; div &gt; p:nth-child(2) {
    font-size: 1.8rem;
  }
  .step_slide.step04 &gt; .step_slide_content &gt; ul {
    font-size: 1.2rem;
  }
  /* ステップ05 */
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) {
    gap: 3rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; img {
    width: 30rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p {
    font-size: 2.8rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p &gt; span {
    font-size: 3.6rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(1) &gt; p &gt; span &gt; sup {
    font-size: 1.2rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; p:nth-child(2) {
    font-size: 1.2rem;
    text-align: center;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; p:nth-child(3) {
    margin: 1rem 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) {
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    margin: 1rem 0 0;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; img {
    width: 6rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; div &gt; p:nth-child(1) {
    font-size: 1.4rem;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; div:nth-child(4) &gt; div &gt; p:nth-child(2) {
    font-size: 1.8rem;
    font-weight: 500;
    color: #264571;
  }
  .step_slide.step05 &gt; .step_slide_content &gt; ul {
    font-size: 1.2rem;
  }
}
/* CTAボタン */
.cta {
  margin: 0;
  padding: 4rem 1.5rem 6rem;
  background-position: center top 0.5rem, center bottom 0.5rem, center top;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 4rem, auto 4rem, 8rem auto;
  text-align: center;
  font-weight: 700;
  background-color: #f4caca;
  position: relative;
}

.cta_text {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: #1958a3;
  text-align: center;
  animation: blink 0.8s ease-in-out infinite alternate;
  position: relative;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cta_text &gt; span {
  font-size: 2.8rem;
  color: #e54479;
}

.cta_link {
  position: relative;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  box-shadow: 0 0.7rem 0 #cb9902;
  background: #ffd800;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 5rem;
  text-align: center;
  transition: opacity 0.2s ease-out;
  color: #1958a3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta_link {
    box-shadow: 0 0.4rem 0 #cb9902;
  }
}

.cta_link:hover {
  opacity: 0.7;
}

.cta_link:active {
  transform: translateY(0.25rem);
  box-shadow: none;
}

.cta_link::after {
  position: absolute;
  top: 1rem;
  right: -0.5rem;
  width: 3.85rem;
  height: 5rem;
  content: "";
  background: url(../images/button_finger.svg) no-repeat left center/contain;
  animation: move-y 1s infinite alternate ease-in-out;
}

.cta_text_add {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e2e6c;
}

.cta_text_add &gt; span {
  color: #e54479;
}

@media screen and (min-width: 769px) {
  .cta {
    padding: 8rem 0 10rem;
    background-position: center top 1.5rem, center bottom 1.5rem, center top;
    background-size: auto 6rem, auto 6rem, 12rem auto;
  }
  .cta_text {
    margin: 0 0 0.5rem;
    font-size: 3.6rem;
    width: 100%;
    margin-inline: auto;
    position: relative;
  }
  .cta_text &gt; span {
    font-size: 4.2rem;
  }
  .cta_link {
    max-width: 75rem;
    height: 9.8rem;
    border-radius: 100vw;
    font-size: 3.4rem;
    line-height: 7.5rem;
    color: #1e2e6c;
    display: grid;
    align-items: center;
  }
  .cta_link::after {
    top: 1.5rem;
    width: 7.7rem;
    height: 9.9rem;
    right: 4rem;
  }
  .cta_text_add {
    font-size: 2.4rem;
  }
}
.voice {
  padding-top: 10rem;
  padding-bottom: 6.5rem;
  background-color: #e2e9f1;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.voice_title {
  max-width: 63.1rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice_title {
    max-width: 32.5rem;
  }
}

.voice_title span {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  border-bottom: 0.7rem dotted #1958a3;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .voice_title span {
    font-size: 3rem;
    border-bottom: 0.4rem dotted #1958a3;
    padding-bottom: 1rem;
  }
}

.voice_copy {
  margin-top: 4.5rem;
  font-size: 3.2rem;
  color: #1958a3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice_copy {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.voice_area-list {
  margin-top: 2rem;
  max-width: 49.2rem;
  margin-inline: auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice_area-list {
    margin-top: 2rem;
    max-width: 34.5rem;
    column-gap: 0.5rem;
    row-gap: 1rem;
  }
}

.voice_area-select {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background-color: #1958a3;
  width: auto;
  cursor: pointer;
  padding: 0.6rem 4rem 0.6rem 1.5rem;
  border-radius: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice_area-select {
    font-size: 1.4rem;
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  }
}
.voice_area-select::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1rem;
  top: 55%;
  transform: translateY(-50%);
  right: 1.5rem;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .voice_area-select::before {
    width: 0.9rem;
    height: 0.7rem;
    right: 1rem;
  }
}

.voice_area-select.selected {
  color: #fff;
  background-color: #6a93c5;
}

.voice_wrapper {
  display: none;
  max-width: 75rem;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .voice_wrapper {
    margin-top: 2rem;
    max-width: 34.5rem;
  }
}

.voice_wrapper.current {
  display: block;
}

.voice_slider {
  margin: 0 auto;
  max-width: 90rem;
}

.voice_slide {
  margin: 0 5rem;
  padding: 3rem 4rem 4rem 6rem;
  width: 75rem;
  height: 39rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .voice_slide {
    width: 34.5rem;
    height: 39rem;
    padding: 2.5rem;
  }
}
.voice_slide::before {
  position: absolute;
  content: "";
  width: 18.8rem;
  height: 10.6rem;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url(../images/bg_flag.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .voice_slide::before {
    width: 11.5rem;
    height: 7rem;
    top: 0;
    right: 0;
  }
}

.voice_slide_info img {
  width: 14.6rem;
}
@media screen and (max-width: 768px) {
  .voice_slide_info img {
    width: 7.5rem;
  }
}

.voice_slide_info {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .voice_slide_info {
    margin-bottom: 0.5rem;
    gap: 2rem;
  }
}

.voice_slide_name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .voice_slide_name {
    font-size: 1.4rem;
  }
}

.voice_slide_result {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #f07850;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 768px) {
  .voice_slide_result {
    font-size: 1.3rem;
  }
}

.voice_slide_from {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .voice_slide_from {
    font-size: 1.2rem;
  }
}

.voice_slide_pass {
  font-size: 1.2rem;
  font-weight: 700;
}

.voice_slide_pass span {
  display: inline-block;
  margin: 0 0 0.5rem;
  width: 5rem;
  height: 2rem;
  background-color: #e54479;
  border-radius: 2.5px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.voice_slide_content strong {
  font-size: 2rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .voice_slide_content strong {
    font-size: 1.6rem;
  }
}

.voice_slide_content p {
  margin: 0.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .voice_slide_content p {
    font-size: 1.4rem;
  }
}

.voice_slider_prev {
  width: 4.6rem;
  position: absolute;
  top: 40%;
  left: -6rem;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .voice_slider_prev {
    top: 45%;
    width: 2.5rem;
    left: -1rem;
  }
}

.voice_slider_next {
  width: 4.6rem;
  position: absolute;
  top: 40%;
  right: -6rem;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .voice_slider_next {
    top: 45%;
    width: 2.5rem;
    right: -1rem;
  }
}

.voice_caution {
  max-width: 75rem;
  margin-inline: auto;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #19589a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .voice_caution {
    max-width: 34.5rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.voice_slide_pass {
  font-size: 1.8rem;
  color: #1e2e6c;
}

.voice_slide_pass span {
  width: 7.5rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.movie {
  padding: 1.5rem 18.3rem 8rem;
  background-image: url(../images/bg_check.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 2.15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 4rem 0;
  }
}

.movie_title {
  display: block;
  margin: 0 auto;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .movie_title {
    width: 33.4rem;
  }
}

.movie_area {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie_area {
    width: 34.5rem;
  }
}

.movie_area_inner {
  width: 100%;
  height: 0;
  padding: 0 0 55.25%;
  border: 0.7rem solid #1958a3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_area_inner {
    border: 0.3rem solid #1958a3;
  }
}

.movie_area_inner::before {
  width: 7.5px;
  height: calc(100% + 15x);
  right: -7.5px;
  top: -7.5px;
}

.movie_area_inner::after {
  height: 7.5px;
  width: calc(100% + 15px);
  left: -7.5px;
  bottom: -7.5px;
}

.movie_area_inner &gt; iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}

.movie_caution {
  margin-top: 2rem;
  max-width: 80rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #19589a;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .movie_caution {
    margin-top: 1rem;
    max-width: 34.5rem;
    font-size: 1rem;
  }
}

.movie_btn-wrap.btn-wrap {
  max-width: 77rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .movie_btn-wrap.btn-wrap {
    max-width: 34.5rem;
  }
}

.info {
  padding: 3rem 1.5rem;
  background-image: linear-gradient(to right, #3bbfb0, #4b71d6);
}
@media screen and (max-width: 768px) {
  .info {
    padding: 4rem 1.5rem;
  }
}

.info_detail_title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 0.7rem dotted #fff;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .info_detail_title {
    font-size: 2rem;
    border-bottom: 0.4rem dotted #fff;
    padding-bottom: 0.5rem;
  }
}

.info_section_inner {
  margin-top: 5rem;
  margin-inline: auto;
  padding: 5rem 9rem 5rem;
  max-width: 93rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .info_section_inner {
    margin-top: 2rem;
    padding: 3rem 1.5rem;
    max-width: 34.5rem;
    border-radius: 1rem;
  }
}

.info_select01 {
  position: relative;
}

.info_select01::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-70%) rotate(-135deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #1958a3;
  border-left: 0.2rem solid #1958a3;
  content: "";
  pointer-events: none;
}

.info_select01 &gt; select {
  width: 100%;
  padding: 1rem 2.5rem;
  border: 0.2rem solid #1958a3;
  color: #1958a3;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #ecf3fa;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .info_select01 &gt; select {
    padding: 1rem 1.5rem;
    border: 0.1rem solid #1958a3;
    border-radius: 0.5rem;
    font-size: 1.3rem;
  }
}

.info_detail {
  display: none;
}

.info_detail.current {
  display: block;
}

.info h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
  color: #1958a3;
}

.info h3 &gt; span {
  color: #1958a3;
  padding-right: 0.5rem;
}

.info_table01 {
  font-size: 1.4rem;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
}

.info_table01 th {
  padding: 1.5rem;
  border: 1px solid #1958a3;
  background-color: #1958a3;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  border: 0.1rem solid #fff;
}

.info_table01 td {
  padding: 1.3rem;
  border: 0.1rem solid #1958a3;
  background-color: #ffffff;
  text-align: left;
  color: #1958a3;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .info_table01 tbody th span {
    font-size: 1.1rem;
  }
}

.info_table01 td &gt; span {
  font-weight: 700;
  color: #f07850;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .info_table01 td &gt; span {
    font-size: 1.4rem;
  }
}

.info_table01 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .info_table01 &gt; thead &gt; tr &gt; th:nth-child(1) {
    width: 11rem;
  }
}

.info_table02 {
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #1958a3;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
}

.info_table02 th {
  padding: 1rem;
  border: 0.1rem solid #fff;
  background-color: #1958a3;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}

.info_table02 th sup {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info_table02 th sup {
    font-size: 1.2rem;
  }
}

.info_table02 td {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: #f07850;
  padding: 1rem;
  background-color: #ffffff;
  line-height: 1.4;
  border: 1px solid #1958a3;
}

.info_table02 td &gt; span {
  margin-top: 0.5rem;
  color: #1958a3;
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.info_table02 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 11rem;
}

.info_caution01 {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  color: #0765a5;
  line-height: 1.8;
  font-weight: 700;
}

.info_caution01 a {
  color: #f07850;
  transition: opacity 0.2s ease-out;
  text-decoration: underline;
}

.info_caution01 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.info_caution01.info_caution01--muroran {
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  .info_caution01.info_caution01--muroran {
    margin-bottom: -2.5rem;
  }
}

.info_select02 {
  margin: 0 0 1.5rem;
  position: relative;
}

.info_select02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-70%) rotate(-135deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #1958a3;
  border-left: 2px solid #1958a3;
  content: "";
  pointer-events: none;
}

.info_select02 &gt; select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #1958a3;
  border-radius: 5px;
  background-color: #ecf3fa;
  font-size: 1.3rem;
  color: #1958a3;
  font-weight: 700;
}

.info_grade_option_hide {
  display: none;
}

.info_class_option_hide {
  display: none;
}

.obi_info_schedule,
.kit_info_schedule,
.kus_info_schedule,
.asa_info_schedule,
.hak_info_schedule,
.tom_info_schedule,
.mur_info_schedule,
.tak_info_schedule {
  display: none;
}

.obi_info_schedule.current,
.kit_info_schedule.current,
.kus_info_schedule.current,
.asa_info_schedule.current,
.hak_info_schedule.current,
.tom_info_schedule.current,
.mur_info_schedule.current,
.tak_info_schedule.current {
  display: block;
}

.info_table03 {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
  font-size: 1.2rem;
  color: #1958a3;
  border: 0.1rem solid #1958a3;
}

.info_table03 thead {
  background-color: #1958a3;
  color: #ffffff;
  font-weight: 500;
}

.info_table03 thead th:nth-child(1),
.info_table03 thead th:nth-child(2) {
  width: 10rem;
}

.info_table03 tbody tr:nth-child(even) {
  background-color: #eaf1f9;
}

.info_table03 th {
  padding: 0.65rem;
  border-left: 1px solid #1958a3;
  border-right: 1px solid #1958a3;
}

.info_table03 td {
  padding: 0.5rem;
  color: #1958a3;
  border-left: 1px solid #1958a3;
}

.info_table03 td &gt; span {
  font-weight: 500;
  color: #f07850;
}

.info_price_title {
  margin: 0 0 1.5rem;
}

.info_price_title &gt; p:nth-child(1) {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 0.5rem 0;
  color: #ffffff;
  background-color: #f07850;
  border-radius: 1.85rem;
}

.info_price_title &gt; p:nth-child(1) span {
  color: #fff600;
  margin-left: -0.5rem;
  margin-right: -0.3rem;
}

.info_price_small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .info_price_small {
    font-size: 1.2rem;
  }
}

.info_price_title &gt; p:nth-child(2) {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #1958a3;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info_price_title &gt; p:nth-child(2) {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.info_price_title &gt; p:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 3.6rem;
  top: 2.3rem;
  right: -6rem;
  background-image: url(../images/icon_slash.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_price_title &gt; p:nth-child(2)::before {
    width: 2.4rem;
    height: 2.2rem;
    top: 1.5rem;
    right: -4rem;
  }
}
.info_price_title &gt; p:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 3.6rem;
  top: 2.3rem;
  left: -6rem;
  transform: scaleX(-1);
  background-image: url(../images/icon_slash.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_price_title &gt; p:nth-child(2)::after {
    width: 2.4rem;
    height: 2.2rem;
    top: 1.5rem;
    left: -4rem;
  }
}

.info_price_title &gt; p:nth-child(2) span {
  color: #f07850;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .info_price_title &gt; p:nth-child(2) span {
    font-size: 2.7rem;
    display: inline-block;
  }
}

.info_price_title &gt; p:nth-child(2) span .info_price_yen {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .info_price_title &gt; p:nth-child(2) span .info_price_yen {
    font-size: 1.7rem;
  }
}

.into_price_slash {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #1d2e6b !important;
}

.info_table04 {
  width: 75rem;
  border: 1px solid #1958a3;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info_table04 {
    width: 100%;
  }
}

.info_table04 thead th {
  padding: 1.3rem;
}

.info_table04 thead tr th {
  background-color: #1958a3;
  color: #fff;
  border: 1px solid #fff;
}

.info_table04 tr:nth-child(even) {
  background-color: #e2e9f1;
}

.info_table04 th {
  padding: 0.8rem;
  border: 1px solid #fff;
  font-weight: 500;
  vertical-align: middle;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .info_table04 th {
    border: none;
    font-size: 1.2rem;
  }
}

.info_table04 td {
  font-size: 1.2rem;
  vertical-align: middle;
  border-left: 1px solid #1958a3;
  color: #1958a3;
}

.info_table04 td &gt; span {
  color: #f07850;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .info_table04 td &gt; span {
    font-size: 1.2rem;
  }
}

.info_table04 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 30%;
}

.info_table04 &gt; thead &gt; tr &gt; th:nth-child(2) {
  width: 35%;
}

.info_campaign_title {
  margin: 3rem 0;
}

.info_campaign_title &gt; img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 12rem;
}

.info_campaign_title &gt; p {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #1958a3;
  position: relative;
}
.info_campaign_title &gt; p::before {
  position: absolute;
  content: "";
  width: 70.9rem;
  height: 6.9rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/bg_info_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_campaign_title &gt; p::before {
    width: 30.4rem;
    height: 5.3rem;
    top: 5rem;
    background-image: url(../images/bg_info_deco_sp.png);
  }
}

.info_campaign_title &gt; p &gt; span {
  color: #f07850;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .info_campaign_title &gt; p &gt; span {
    font-size: 3rem;
  }
}

.info_campaign_list &gt; li {
  position: relative;
  padding: 1rem 0.5rem 1rem 5rem;
  border: 3px solid #264571;
  background-color: #f5f9ff;
  border-radius: 5px;
  margin: 0 0 1.5rem;
}

.info_campaign_list &gt; li::before {
  position: absolute;
  top: 0;
  left: -1rem;
  width: 5.6rem;
  height: 100%;
  content: "";
}

.info_campaign_list &gt; li:nth-child(1)::before {
  background: url(../images/campaign01.svg) no-repeat left center/contain;
}

.info_campaign_list &gt; li:nth-child(2)::before {
  background: url(../images/campaign02.svg) no-repeat left center/contain;
}

.info_campaign_list &gt; li:nth-child(3)::before {
  background: url(../images/campaign03.svg) no-repeat left center/contain;
}

.info_campaign_list &gt; li:nth-child(4)::before {
  background: url(../images/campaign04.svg) no-repeat left center/contain;
}

.info_campaign_list &gt; li:last-child {
  margin: 0;
}

.info_campaign_list &gt; li &gt; p {
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #264571;
}

.info_campaign_list &gt; li &gt; p &gt; span {
  color: #cb4544;
  font-size: 4.8rem;
}

.info_campaign_list &gt; li &gt; p &gt; sup {
  font-size: 1.2rem;
  font-weight: 400;
}

.info_caution02 {
  margin-top: 1rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1.2rem;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}

.info_campaign_more {
  margin-top: 4rem;
}

.info_campaign_more_title {
  max-width: 38.6rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info_campaign_more_title {
    max-width: 25rem;
  }
}
.info_campaign_more_title::before {
  position: absolute;
  content: "";
  width: 69rem;
  height: 7.2rem;
  top: 2rem;
  left: -17rem;
  background-image: url(../images/bg_info_deco_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_campaign_more_title::before {
    width: 30.7rem;
    height: 5.5rem;
    top: 0;
    left: -3rem;
    background-image: url(../images/bg_info_deco_02_sp.png);
  }
}

.info_campaign_more_cards {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .info_campaign_more_cards {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.info_campaign_more &gt; p {
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info_campaign_more &gt; p {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}

.info_accordion_read {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1958a3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info_accordion_read {
    font-size: 1.4rem;
    display: block;
  }
}

.info_accordion_read img {
  width: 2.7rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .info_accordion_read img {
    width: 1.8rem;
  }
}

.info_cta {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .info_cta {
    margin-top: 2rem;
  }
}

.info_cta_title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info_cta_title {
    font-size: 1.8rem;
  }
}
.info_cta_title::before {
  position: absolute;
  content: "";
  width: 5.7rem;
  height: 8.2rem;
  top: 3.5rem;
  right: -7rem;
  background-image: url(../images/icon_slash_info.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_cta_title::before {
    width: 2.7rem;
    height: 4rem;
    top: 1.5rem;
    right: -3.5rem;
  }
}
.info_cta_title::after {
  position: absolute;
  content: "";
  width: 5.7rem;
  height: 8.2rem;
  top: 3.5rem;
  transform: scaleX(-1);
  left: -7rem;
  background-image: url(../images/icon_slash_info.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .info_cta_title::after {
    width: 2.7rem;
    height: 4rem;
    top: 1.5rem;
    left: -3.5rem;
  }
}

.info_cta_title span {
  color: #f07850;
}

.info_cta_title_big {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .info_cta_title_big {
    font-size: 2.2rem;
  }
}

.info_cta_btn-wrap.btn-wrap {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .info_cta_btn-wrap.btn-wrap {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.accordion {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 1.5rem;
  }
}

.accordion__item:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .accordion__item:not(:first-child) {
    margin-top: 0.6rem;
  }
}

.accordion__title {
  font-size: 2rem;
  padding: 1.3rem 6.6rem 1.3rem 3rem;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #1958a3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 1.4rem;
    padding: 1rem 5rem 1rem 1rem;
    border-radius: 1rem;
    align-items: flex-start;
  }
}

.accordion__title div p span {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .accordion__title div p span {
    font-size: 1.3rem;
  }
}

.accordion__title-area p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion__title-area p {
    font-size: 1.4rem;
  }
}

.accordion__title-area span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion__title-area span {
    font-size: 1.3rem;
  }
}

.accordion__icon {
  width: 10.5rem;
}
@media screen and (max-width: 768px) {
  .accordion__icon {
    width: 5.1rem;
  }
}

.accordion__title::before,
.accordion__title::after {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 1.9rem;
  height: 0.3rem;
  border-radius: 1rem;
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  background-color: #1958a3;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .accordion__title::before,
.accordion__title::after {
    right: 1rem;
    width: 1rem;
    height: 0.2rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .accordion__title.accordion__title--hight::before,
.accordion__title.accordion__title--hight::after {
    top: 37%;
  }
}

.accordion__title::before {
  transform: rotate(90deg);
}

.accordion__title.is-open::before {
  transform: rotate(180deg);
}

.accordion__title.is-open::after {
  opacity: 0;
}

.accordion__map-wrap {
  position: relative;
  flex: 0 0 auto;
}
.accordion__map-wrap::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  top: 0.1rem;
  right: -5.3rem;
  background-color: #fff;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .accordion__map-wrap::before {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: -4rem;
  }
}

.accordion__content {
  display: none;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .accordion__content {
    padding: 1.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .info {
    padding: 8.5rem 0 12.5rem;
  }
  .info_select01::after {
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
  }
  .info h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 4rem 0 1.5rem;
    color: #1958a3;
  }
  .info_table01 {
    font-size: 1.6rem;
    border: 3px solid #1958a3;
  }
  .info_table01 th {
    border: 2px solid #fff;
    font-size: 1.8rem;
  }
  .info_table01 th &gt; span {
    font-size: 1.6rem;
  }
  .info_table01 td {
    border: 2px solid #1958a3;
    text-align: left;
    color: #1958a3;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .info_table02 {
    font-size: 1.6rem;
    border: 3px solid #1958a3;
  }
  .info_table02 th {
    border: 2px solid #fff;
    font-size: 1.8rem;
  }
  .info_table02 td {
    padding: 1.5rem;
    font-size: 1.6rem;
    border: 2px solid #1958a3;
  }
  .info_table02 td &gt; span {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    color: #1958a3;
    max-width: 42rem;
  }
  .info_table02 &gt; thead &gt; tr &gt; th:nth-child(1) {
    width: 30%;
  }
  .info_caution01 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    color: #1958a3;
    font-weight: 700;
    max-width: 71rem;
    line-height: 1.6;
  }
  .info_select02::after {
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
  }
  .info_select02 &gt; select {
    padding: 1rem 2.5rem;
    border: 0.2rem solid #1958a3;
    font-size: 1.6rem;
    color: #1958a3;
    background-color: #eaf1f9;
  }
  .info_table03 {
    font-size: 1.6rem;
    border: 0.2rem solid #1958a3;
  }
  .info_table03 thead th:nth-child(1),
.info_table03 thead th:nth-child(2) {
    width: 20rem;
    color: #fff;
    border: 0.1rem solid #fff;
  }
  .info_table03 thead th:nth-child(3) {
    color: #fff;
    border: 1px solid #fff;
  }
  .info_table03 th {
    padding: 1rem;
    border-left: 2px solid #1958a3;
    color: #1958a3;
  }
  .info_table03 td {
    padding: 1rem;
    border-left: 2px solid #1958a3;
    border-right: 2px solid #1958a3;
  }
  .info_price_title {
    margin: 0 0 1.5rem;
  }
  .info_price_title &gt; p:nth-child(1) {
    font-size: 2.8rem;
    padding: 0.5rem 0;
    border-radius: 3.1rem;
    width: 48rem;
    margin: 0 auto;
  }
  .info_price_title &gt; p:nth-child(2) {
    font-size: 3.4rem;
  }
  .info_price_title &gt; p:nth-child(2) span {
    font-size: 4.7rem;
  }
  .info_table04 {
    border: 2px solid #1958a3;
    font-size: 1.6rem;
  }
  .info_table04 td {
    border-left: 2px solid #1958a3;
    font-size: 1.6rem;
    color: #1958a3;
    font-weight: 500;
  }
  .info_table04 td &gt; span {
    font-size: 2rem;
  }
  .info_campaign_title {
    margin: 5rem 0 3rem;
  }
  .info_campaign_title &gt; img {
    width: 20rem;
  }
  .info_campaign_title &gt; p {
    font-size: 3.6rem;
  }
  .info_campaign_title &gt; p &gt; span {
    font-size: 4.4rem;
  }
  .info_campaign_list &gt; li {
    margin: 0 auto 3rem;
    padding: 3rem 0 3rem 8rem;
    width: 60rem;
  }
  .info_campaign_list &gt; li::before {
    left: -1.5rem;
    width: 10rem;
  }
  .info_campaign_list &gt; li:last-child {
    margin: 0 auto;
  }
  .info_campaign_list &gt; li &gt; p {
    font-size: 2.8rem;
  }
  .info_campaign_list &gt; li &gt; p &gt; span {
    font-size: 4.8rem;
  }
  .info_campaign_list &gt; li &gt; p &gt; sup {
    font-size: 1.4rem;
  }
  .info_caution02 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .info_campaign_more &gt; div:nth-child(2) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
  }
}
.result {
  background-image: url(../images/bg_check.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 2.15rem;
}

.result_inner01 {
  padding: 3.5rem 1.5rem 6rem;
}

.result_logo {
  display: none;
  margin: 0 auto 3rem;
  text-align: center;
}

.result_logo.current {
  display: block;
}

.result_logo p {
  display: inline-block;
  background-color: #264571;
  border-radius: 0.5rem;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.result_logo img {
  display: block;
  width: 20rem;
  margin: 1rem auto 0;
}

.result_feature {
  margin: 0 0 3rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.result_feature &gt; li {
  background-color: #ffffff;
  padding: 1rem 0;
  border: 2px solid #ff8fa6;
  position: relative;
  width: calc(50% - 1rem);
  min-height: 11rem;
}

.result_feature &gt; li::before,
.result_feature &gt; li::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #7fb6cc;
}

.result_feature &gt; li::before {
  width: 2px;
  height: calc(100% + 4px);
  right: -2px;
  top: -2px;
}

.result_feature &gt; li::after {
  height: 2px;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -2px;
}

.result_feature &gt; li &gt; h3 {
  width: 7.2rem;
  margin: 0 auto 0.5rem;
}

.result_feature &gt; li &gt; p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e2e6c;
}

.result_feature &gt; li &gt; p &gt; span {
  font-size: 1.8rem;
  color: #e54479;
}

.result_area-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 3rem;
  text-align: center;
  justify-content: center;
  column-gap: 0.5rem;
  row-gap: 1rem;
}

.result_area-select {
  color: #fff;
  font-weight: 700;
  background-color: #19589a;
  border-radius: 100vw;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  font-size: 1.4rem;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  position: relative;
}
.result_area-select::before {
  position: absolute;
  content: "";
  width: 0.9rem;
  height: 0.7rem;
  top: 55%;
  transform: translateY(-50%);
  right: 1rem;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.result_area-select:hover {
  opacity: 0.7;
}

.result_area-select.selected {
  color: #fff;
  background-color: #6a93c5;
}

.result_inner02 {
  padding: 3rem 1.5rem;
}

.result_wrapper {
  display: none;
  position: relative;
  margin: 0 0 -9rem;
  top: -9rem;
}

.result_wrapper#resultKushiro,
.result_wrapper#resultTakikawa {
  margin: 0 0 -7.5rem;
  top: -7.5rem;
}

.result_wrapper.current {
  display: block;
}

.result_medal-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.result_medal-list &gt; li {
  text-align: center;
  width: 11rem;
  margin: 0 0.25rem;
}

.result_caution01 {
  margin-top: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  font-weight: 700;
  color: #1958a3;
  max-width: 80rem;
  margin-inline: auto;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.result_more {
  display: block;
  width: 16rem;
  margin: 3rem auto 1rem;
}

.result_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d5e6f0;
  color: #1958a3;
  padding: 1.5rem 2rem;
  height: 22.5rem;
  border-radius: 2rem;
}

.result_content_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1958a3;
  border-radius: 100vw;
  width: fit-content;
  margin-inline: auto;
  padding: 0.6rem 3rem;
  margin-bottom: 1rem;
}

.result_content_text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}

.result_slider-wrap {
  position: relative;
}

.result_slider-more {
  position: absolute;
  width: 10.2rem;
  height: 10.2rem;
  border-radius: 100vw;
  background-color: #1958a3;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  top: -5.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .result_slider-more {
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
    top: -3rem;
  }
}

.result_slider {
  margin-top: 5rem;
}

.result_slider.result_slider--more {
  margin-top: 9rem;
}

.result_slide_caution {
  margin-top: 2rem;
  max-width: 80rem;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1958a3;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .result_slide_caution {
    font-size: 1rem;
  }
}

.result_slider_prev {
  width: 3.6rem;
  position: absolute;
  top: calc(50% - 1.8rem);
  right: 92.5%;
  z-index: 900;
}

.result_slider_next {
  width: 3.6rem;
  position: absolute;
  top: calc(50% - 1.8rem);
  left: 92.5%;
  z-index: 900;
}

.result_slide02 {
  padding: 1.5rem;
  height: 26.5rem;
  background-color: #f7f2e8;
  border-radius: 5px;
}

.result_slide02_name {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  margin: 0 0 1.5rem 3rem;
}

.result_slide02_name img {
  width: 8rem;
}

.result_slide02_name div {
  font-size: 1.4rem;
  font-weight: 700;
}

.result_slide02_name div span {
  font-size: 1rem;
  font-weight: 400;
}

.result_slide02_content strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #cb4544;
}

.result_slide02_content p {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: justify;
}

.result_inner02 .voice_slider_prev {
  width: 3.6rem;
  position: absolute;
  top: 30%;
  right: 92.5%;
  z-index: 500;
}

.result_inner02 .voice_slider_next {
  width: 3.6rem;
  position: absolute;
  top: 30%;
  left: 92.5%;
  z-index: 500;
}

.result_caution02 {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  color: #1958a3;
}

.result_voice_caution {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  color: #1958a3;
}

.result_text01 {
  margin: 3rem 0 0;
  text-align: center;
  font-weight: 700;
  color: #1958a3;
  font-size: 1.8rem;
  line-height: 1.6;
}

.result_text01 span {
  color: #f07850;
}

.result_text01 p:nth-child(2),
.result_text01 p:nth-child(3) {
  margin-top: 3rem;
}

.result_text01 &gt; p:nth-child(1) {
  margin: 3rem 0 1.5rem;
}

.result_text02 {
  margin: 3rem 0 0;
  text-align: center;
  font-weight: 700;
  color: #1958a3;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.2;
}

.result_text02 span {
  color: #fde67e;
}

.result_text02 &gt; p:nth-child(1) {
  display: block;
  width: 11.5rem;
  margin: 0 auto 1rem;
}

.result_best,
.result_best_tie {
  position: relative;
}

.result_best::after {
  position: absolute;
  bottom: 0.15rem;
  right: 0;
  width: 5.1rem;
  height: 1.7rem;
  background: url(../images/result_best.png) no-repeat left center/contain;
  content: "";
}

.result_best_tie::after {
  position: absolute;
  bottom: 0.15rem;
  right: -0.75rem;
  width: 6.8rem;
  height: 1.7rem;
  background: url(../images/result_best_tie.png) no-repeat left center/contain;
  content: "";
}

.result_text03 {
  margin: 3rem 0 0;
  text-align: center;
  font-weight: 700;
  color: #1958a3;
  line-height: 1.6;
  font-size: 1.8rem;
}

.result_text03 p:last-child {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .result_inner01 {
    padding: 8rem 0 11.5rem;
  }
  .result_logo {
    margin: 0 auto 5rem;
  }
  .result_logo p {
    font-size: 3.1rem;
    padding: 0.1rem 3rem;
  }
  .result_logo img {
    width: 36rem;
    margin: 2rem auto 0;
  }
  .result_feature {
    margin: 0 auto 8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 1110px;
  }
  .result_feature &gt; li {
    width: calc(33.3333333333% - 1rem);
    padding: 3rem 0;
    border: 4px solid #ff8fa6;
  }
  .result_feature &gt; li::before {
    width: 4px;
    height: calc(100% + 8px);
    right: -4px;
    top: -4px;
  }
  .result_feature &gt; li::after {
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: -4px;
  }
  .result_feature &gt; li &gt; h3 {
    width: 14rem;
    margin: 0 auto 1.5rem;
  }
  .result_feature &gt; li &gt; p {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
  .result_feature &gt; li &gt; p &gt; span {
    font-size: 4.2rem;
  }
  .result_title {
    display: block;
    margin: 0 auto;
    width: 70rem;
  }
  .result_area-list {
    margin: 5rem auto;
    width: 50rem;
    gap: 1.5rem;
  }
  .result_area-select {
    font-size: 1.8rem;
    padding: 0.6rem 4rem 0.6rem 1.5rem;
    position: relative;
  }
  .result_area-select::before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1rem;
    top: 55%;
    transform: translateY(-50%);
    right: 1.5rem;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .result_area-select::before {
    width: 0.9rem;
    height: 0.7rem;
    right: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .result_inner02 {
    padding: 6rem 0;
    background-position: center top;
    background-size: 12rem auto;
    max-width: 128rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .result_wrapper {
    margin: 0 0 -16rem;
    top: -16rem;
  }
}
@media screen and (min-width: 769px) {
  .result_wrapper#resultKushiro,
.result_wrapper#resultTakikawa {
    margin: 0 0 -12rem;
    top: -12rem;
  }
}
@media screen and (min-width: 769px) {
  .result_medal-list &gt; li {
    width: 24rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .result_caution01 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .result_more {
    width: 24rem;
    margin: 6rem auto 3rem;
  }
}
@media screen and (min-width: 769px) {
  .result_slide {
    padding: 0 6rem 0;
  }
}
@media screen and (min-width: 769px) {
  .result_slider--more .result_content {
    padding: 7rem 6rem 3.5rem 6rem;
  }
}
@media screen and (min-width: 769px) {
  .result_content {
    margin: 0 auto;
    padding: 3rem 6rem;
    max-width: 80rem;
    height: 33rem;
  }
}
@media screen and (min-width: 769px) {
  .result_content_title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    padding: 0.6rem 7rem;
  }
}
@media screen and (min-width: 769px) {
  .result_content_text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .result_slider_prev {
    width: 4.8rem;
    right: 80%;
  }
}
@media screen and (min-width: 769px) {
  .result_slider_next {
    width: 4.8rem;
    left: 80%;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02 {
    margin: 0 5rem;
    padding: 2.5rem 10rem;
    height: 35.5rem;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_name {
    gap: 2.5rem;
    margin: 0 0 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_name img {
    width: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_name div {
    font-size: 1.8rem;
    color: #1d2e6b;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_name div span {
    font-size: 1.4rem;
    color: #1d2e6b;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_content strong {
    font-size: 1.8rem;
    color: #e54479;
  }
}
@media screen and (min-width: 769px) {
  .result_slide02_content p {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    color: #1d2e6b;
  }
}
@media screen and (min-width: 769px) {
  .result_caution02 {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 80rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .result_voice_caution {
    margin: 0 calc(50% - 35rem);
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .result_text01 {
    margin: 6rem 0 0;
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .result_text01 &gt; p:nth-child(1) {
    margin: 6rem 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .result_text02 {
    margin: 6rem 0 0;
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 769px) {
  .result_text02 &gt; p:nth-child(1) {
    width: 24rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 769px) {
  .result_best::after {
    bottom: 0.5rem;
    width: 7.2rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .result_best_tie::after {
    bottom: 0.5rem;
    right: 0;
    width: 9.6rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .result_text03 {
    margin: 6rem 0 0;
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .result_text03 p:last-child {
    margin-top: 4rem;
  }
}
/* 実績｜帯広・旭川・室蘭 */
.result_high-school_title {
  position: relative;
  margin: 0 auto 2.5rem;
  width: 32rem;
  color: #333333;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.result_high-school_title h2 {
  position: relative;
  font-size: 3.7rem;
  color: #1958a3;
  border-bottom: 0.3rem solid #1958a3;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .result_high-school_title h2 {
    font-size: 2rem;
  }
}

.result_high-school_title img {
  width: 22rem;
}

.result_read_wrap {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result_read_wrap {
    margin-top: 4rem;
  }
}
.result_read_wrap::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 4.7rem;
  top: -2rem;
  left: -10rem;
  background-image: url(../images/icon_quotation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .result_read_wrap::before {
    width: 2.7rem;
    height: 2.1rem;
    left: -1rem;
    top: -3rem;
  }
}
.result_read_wrap::after {
  position: absolute;
  content: "";
  width: 6rem;
  height: 4.7rem;
  bottom: -2rem;
  right: -10rem;
  transform: rotate(180deg);
  background-image: url(../images/icon_quotation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .result_read_wrap::after {
    width: 2.7rem;
    height: 2.1rem;
    right: -1rem;
    bottom: -3rem;
  }
}

.result_read {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result_read {
    font-size: 1.8rem;
  }
}

.strength_result_table_wrap {
  position: relative;
  overflow-x: scroll;
}

.strength_result_table {
  margin: 3rem 0 0;
  width: 100%;
  min-width: 82.8rem;
  border-collapse: collapse;
  font-size: 1.2rem;
  font-weight: 500;
}

.strength_result_table th {
  padding: 1.1rem 0;
  width: 13rem;
  background-color: #1958a3;
  border-bottom: 1px solid #cbd2d5;
  color: #ffffff;
  text-align: center;
}

.strength_result_table tr:last-child th {
  border-bottom: none;
}

.strength_result_table td {
  padding: 1.1rem 0.5rem 1.1rem 0;
  width: 5.2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #d9dfe2;
  text-align: right;
}

.strength_result_table td:nth-child(odd) {
  background-color: #ecf3fa;
}

.strength_result_table tr:last-child td {
  border-bottom: none;
}

.strength_result_caution {
  margin-top: 1.5rem;
  color: #1958a3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  max-width: 80rem;
  margin-inline: auto;
  text-indent: -1em;
  padding-left: 1em;
}

.result_high-school_others {
  margin: 3rem 0 0;
  padding: 2rem 1.5rem;
  background-color: #d5e6f0;
  border-radius: 1rem;
  text-align: center;
}

.result_high-school_others p:nth-child(1) {
  color: #1958a3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.result_high-school_others p:nth-child(2) {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  color: #e54479;
}

@media screen and (min-width: 769px) {
  .result_high-school_title {
    margin: 0 auto 2rem;
    font-size: 4rem;
    width: auto;
  }
  .result_high-school_title img {
    width: 32rem;
    margin: 0 1rem 0 0;
  }
  .result_high-school_title p {
    margin: 2.5rem 0 0;
    font-size: 2.4rem;
  }
  .result_high-school_medal {
    margin: 0 auto 4rem;
    height: 26.5rem;
    text-align: center;
  }
  .strength_result_table_wrap {
    overflow-x: auto;
  }
  .strength_result_table {
    margin: 5rem auto 0;
    font-size: 1.4rem;
    max-width: 105rem;
  }
  .strength_result_table th {
    padding: 1.25rem 0;
    width: 12rem;
  }
  .strength_result_table td {
    padding: 1.25rem 0.75rem 1.25rem 0;
    width: 6.1428rem;
    color: #1e2e6c;
    font-weight: 700;
  }
  .strength_result_caution {
    font-size: 1.4rem;
  }
  .result_high-school_others {
    margin: 5rem auto 0;
    padding: 6rem 15rem;
    max-width: 80rem;
    border-radius: 2rem;
  }
  .result_high-school_others p:nth-child(1) {
    font-size: 2.4rem;
  }
  .result_high-school_others p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e54479;
  }
}
/* フォーム 全体 */
.contact {
  padding: 2rem 1.5rem 0;
  background-color: #e2e9f1;
}

.contact_section_inner {
  margin-top: 2rem;
  padding: 3rem 1.5rem;
  background-color: #ffffff;
}

.form_intro {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffe86b;
  background-color: #e54479;
  margin: 0 auto 1.5rem;
  max-width: 55rem;
  padding: 0.5rem 5rem 0.5rem 0.5rem;
  text-align: center;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form_full {
  margin: 0 0 3rem;
  font-weight: 700;
  color: #ff776b;
  padding-left: 1em;
  text-indent: -1em;
}

.contact-form__field {
  margin: 0 0 3rem;
}

.contact-form__field &gt; dt {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #575757;
}

.contact-form__field &gt; dd {
  font-size: 1.6rem;
  font-weight: 500;
}

.contact-form__required {
  color: #ff5e5c;
  font-size: 1.2rem;
}

.form-el__list--small {
  display: flex;
  gap: 4rem;
}

.form-el__list--small &gt; li:first-child {
  margin-top: 0;
}

.contact-custom__control_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 1rem 0 0;
  border: 1px solid #96a5ad;
  border-radius: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

input[type=checkbox]:checked + .contact-custom__control_1,
input[type=radio]:checked + .contact-custom__control_1 {
  border: 0.2rem solid #1958a3;
}

input[type=checkbox]:checked + .contact-custom__control_1::after,
input[type=radio]:checked + .contact-custom__control_1::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  width: 1rem;
  height: 0.5rem;
  border-bottom: 0.2rem solid #1958a3;
  border-left: 0.2rem solid #1958a3;
  content: "";
}

.form-select {
  position: relative;
}

.form-select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-70%) rotate(-135deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #163056;
  border-left: 2px solid #163056;
  content: "";
  pointer-events: none;
}

.form-select select {
  width: 100%;
  padding: 0.95rem 4rem 0.95rem 1.5rem;
  border-radius: 5px;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  outline: none;
  border: 1px solid #8e9da5;
  -webkit-appearance: none;
  appearance: none;
}

.form_schedule_caution_01 {
  color: #ff776b;
  font-size: 1.2rem;
}

.form_schedule_caution_02.hide {
  display: none;
}

.form_schedule_caution_03 {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.form_schedule_caution_04 {
  margin-left: 3.2rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.form_schedule_caution_04 &gt; a {
  color: #ff6974;
  text-decoration: underline;
}

.form_schedule_caution_04 &gt; a:hover {
  text-decoration: none;
}

.form_schedule {
  display: none;
}

.form_schedule.current {
  display: block;
}

.radio-margin {
  margin-top: 0.5rem;
}

.form-el__list.form-el__list--2col.form-name {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-el__list.form-el__list--2col.form-name {
    gap: 0.5rem;
  }
}

.form-el__list.form-el__list--2col.form-name li {
  margin: 0;
}

.form-el__list.form-el__list--2col &gt; li {
  width: 100%;
}

.form-el__list.form-el__list--2col &gt; li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .form-el__list.form-el__list--2col.form-el__list--mail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

input[type=text],
textarea {
  display: block;
  width: 100%;
  padding: 0.95rem 1.5rem;
  border: 1px solid #8e9da5;
  border-radius: 5px;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  height: 24rem;
  resize: vertical;
}

/* フォーム チェックボックス＆ラジオボタン */
.contact-custom_input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-custom_control01 {
  display: inline-flex;
  vertical-align: bottom;
  width: 2rem;
  height: 2rem;
  bottom: 0.1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  margin: 0 0.5rem 0 0;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 2px;
  border: 2px solid #f0f0f0;
}

input[type=checkbox]:checked + .contact-custom_control01 {
  border-color: #cb4747;
}

input[type=checkbox]:checked + .contact-custom_control01::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  width: 1.2rem;
  height: 0.8rem;
  border-bottom: 2px solid #cb4747;
  border-left: 2px solid #cb4747;
  content: "";
}

input[type=text]:focus,
textarea:focus {
  border-color: #264571;
}

input[type=text]::placeholder {
  color: #b3b3b3;
}

textarea::placeholder {
  color: #b3b3b3;
}

.contact-custom__control_2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0.15rem;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  vertical-align: middle;
}

input[type=radio]:checked + .contact-custom__control_2::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

input[type=radio]:checked + .contact-custom__control_2::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #4d4d4d;
  content: "";
}

.form-el__list--date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-el__list.form-el__list--date &gt; li {
  position: relative;
  margin-right: 1rem;
  padding-right: 1.5rem;
}

.form-el__list.form-el__list--date &gt; li:nth-child(1)::after {
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: -0.5rem;
  content: "年";
}

.form-el__list.form-el__list--date &gt; li:nth-child(2)::after {
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: -0.5rem;
  content: "月";
}

.form-el__list.form-el__list--date &gt; li:nth-child(3)::after {
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: -0.5rem;
  content: "日";
}

.tel-wrap &gt; input[type=text] {
  display: inline-block;
  width: 9rem;
}

.notes_tel {
  font-size: 1rem;
  margin: 1rem 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.form-el__list.form-el__list--mail &gt; li:first-child {
  position: relative;
  padding-right: 2.5rem;
}

.form-el__list.form-el__list--mail &gt; li:first-child::after {
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  content: "@";
}

.form-el__list--domain {
  display: none;
  margin-top: 1rem;
}

.form-el__list--domain.custom {
  display: block;
}

.contact-custom {
  display: inline-flex;
  align-items: center;
}

.contact-custom__input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.privacy-policy {
  text-align: center;
  font-size: 1.2rem;
}

.privacy-policy &gt; a {
  color: #264571;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}

.privacy-policy &gt; a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  margin: 1.5rem auto 0;
  border: none;
  border-radius: 100vw;
  background-image: linear-gradient(to right, #ff801e, #ffb650);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.submit-button.submit-button--inquiry {
  background-image: none;
  background-color: #0565ae;
}

.submit-wrap {
  position: relative;
  max-width: 63.8rem;
  margin-inline: auto;
}
.submit-wrap::before {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  background-image: url(../images/icon_arrow_transparent.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .submit-wrap::before {
    width: 2.8rem;
    height: 2.8rem;
    right: 1.5rem;
  }
}

.submit-button:hover {
  opacity: 0.7;
}

.non-click {
  opacity: 0.2;
  pointer-events: none;
}

.form_text {
  margin: 0 0 3rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: justify;
}

.zip-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .zip-wrap {
    margin-bottom: 1rem;
  }
}

.zip-wrap &gt; span {
  margin-right: 0.5rem;
}

.zip-wrap input[type=text] {
  display: inline-block;
  width: 11.2rem;
  margin-right: 1.5rem;
}

.postcode-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 5rem;
  background-color: #e54479;
  color: #ffffff;
  font: inherit;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.postcode-btn &gt; span {
  font-size: 1.2rem;
}

.postcode-btn:hover {
  opacity: 0.7;
}

.form-select.form-select--half {
  max-width: 50%;
}

.form-select.form-select--address {
  max-width: 14rem;
}
@media screen and (max-width: 768px) {
  .form-select.form-select--address {
    max-width: 12.5rem;
  }
}

.input-mt1 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .input-mt1 {
    margin-top: 1rem;
  }
}

.txt-error {
  margin: 0.8rem 0 0;
  color: #ff776b;
  font-size: 1.2rem;
}

.txt-error {
  display: none;
}

.privacy-policy a {
  color: #ff5756;
  text-decoration: underline;
}

.contact-custom_control01 {
  display: inline-flex;
  vertical-align: bottom;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin: 0 0.5rem 0 0;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 1px;
  border: 0.5px solid #cccccc;
}

input[type=checkbox]:checked + .contact-custom_control01,
input[type=radio]:checked + .contact-custom_control01 {
  border: 1px solid #cd1e1b;
}

input[type=checkbox]:checked + .contact-custom_control01::after,
input[type=radio]:checked + .contact-custom_control01::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  width: 1.2rem;
  height: 0.8rem;
  border-bottom: 2px solid #cd1e1b;
  border-left: 2px solid #cd1e1b;
  content: "";
}

.contact_title {
  margin-top: 1rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  border-bottom: 0.7rem dotted #1958a3;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact_title {
    font-size: 2rem;
    border-bottom: 0.4rem dotted #1958a3;
    padding-bottom: 0.5rem;
  }
}

.inquiry {
  background-color: #e4ebf2;
  padding: 14rem 18.3rem 0;
}
@media screen and (max-width: 768px) {
  .inquiry {
    padding: 11rem 1.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .contact {
    padding: 2rem 18.3rem;
  }
  .contact_section_inner {
    margin-top: 4rem;
    max-width: 98rem;
    margin-inline: auto;
    padding: 5rem 7.5rem;
  }
  .form_intro {
    font-size: 3.2rem;
    margin: 0 auto 3rem;
    padding: 1rem;
    letter-spacing: -0.1rem;
  }
  .form_intro::after {
    right: -2rem;
    width: 8rem;
    height: 120%;
  }
  .form-el__list.form-el__list--mail &gt; li:first-child {
    padding-right: 1.5rem;
  }
  .contact-form__required {
    font-size: 1.6rem;
  }
  .form_full {
    margin: 0 0 5rem;
    text-align: center;
    font-size: 2rem;
    padding-left: 0;
    text-indent: 0;
  }
  .form_caution {
    font-size: 1.6rem;
  }
  .contact-form__field {
    margin: 0 0 3rem;
  }
  .contact-form__field &gt; dt {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .contact-form__field &gt; dd {
    font-size: 1.8rem;
  }
  .contact-custom__control_1 {
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid #8e9da5;
  }
  input[type=checkbox]:checked + .contact-custom__control_1::after,
input[type=radio]:checked + .contact-custom__control_1::after {
    width: 1.2rem;
    height: 0.8rem;
    border-bottom: 0.3rem solid #1958a3;
    border-left: 0.3rem solid #1958a3;
  }
  .form-select::after {
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .form-select select {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  .form_schedule_caution_01 {
    font-size: 1.4rem;
  }
  .form_schedule_caution_03 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .form_schedule_caution_04 {
    margin-left: 4.2rem;
    font-size: 1.6rem;
  }
  .radio-margin {
    margin-top: 1rem;
  }
  .form-el__list.form-el__list--2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .form-el__list.form-el__list--2col &gt; li {
    width: 100%;
  }
  input[type=text],
textarea {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  /* フォーム チェックボックス＆ラジオボタン */
  .contact-custom_control01 {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1rem 0 0;
  }
  input[type=checkbox]:checked + .contact-custom_control01::after {
    width: 1.5rem;
    height: 1rem;
  }
  .contact-custom__control_2 {
    width: 3.1rem;
    height: 3.1rem;
  }
  input[type=radio]:checked + .contact-custom__control_2::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  input[type=radio]:checked + .contact-custom__control_2::before {
    width: 3.1rem;
    height: 3.1rem;
  }
  .form-el__list--date &gt; li &gt; .form-select--size1 {
    width: 20rem;
  }
  .form-el__list--date &gt; li &gt; .form-select--size2 {
    width: 15rem;
  }
  .form-el__list.form-el__list--date &gt; li {
    margin-right: 1rem;
    padding-right: 3rem;
  }
  .form-el__list.form-el__list--date &gt; li:nth-child(1)::after {
    top: 1.2rem;
    right: 0.5rem;
  }
  .form-el__list.form-el__list--date &gt; li:nth-child(2)::after {
    top: 1.2rem;
    right: 0.5rem;
  }
  .form-el__list.form-el__list--date &gt; li:nth-child(3)::after {
    top: 1.2rem;
    right: 0.5rem;
  }
  .tel-wrap &gt; input[type=text] {
    display: inline-block;
    width: 18rem;
  }
  .notes_tel {
    font-size: 1.4rem;
    color: #4d4d4d;
  }
  .form-el__list.form-el__list--mail &gt; li:first-child {
    padding-right: 1.5rem;
  }
  .form-el__list.form-el__list--mail &gt; li:first-child::after {
    top: 1.2rem;
    right: -1rem;
  }
  .form-el__list--domain {
    margin-top: 2rem;
  }
  .privacy-policy {
    font-size: 1.8rem;
    text-align: center;
  }
  .submit-button {
    width: 63.8rem;
    height: 8.2rem;
    margin: 3rem auto 0;
    font-size: 3.5rem;
  }
  .form_text {
    margin: 0 0 5rem;
    font-size: 3.2rem;
  }
  .zip-wrap {
    margin-bottom: 1rem;
  }
  .zip-wrap &gt; span {
    margin-right: 0.5rem;
  }
  .zip-wrap input[type=text] {
    width: 12rem;
    margin-right: 3rem;
  }
  .postcode-btn {
    padding: 1.5rem 3rem;
    border-radius: 5rem;
  }
  .postcode-btn &gt; span {
    font-size: 1.8rem;
  }
  .input-mt1 {
    margin-top: 1rem;
  }
  .txt-error {
    margin: 1.4rem 0 0;
    color: #ff776b;
    font-size: 1.4rem;
  }
  .txt-error {
    display: none;
  }
}
/* フッター */
.footer {
  padding: 3rem 0 8rem;
  background-color: #e4ebf2;
}

.footer img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 16rem;
}

.footer p {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 5rem 0;
  }
  .footer img {
    margin: 0 auto 2.5rem;
    width: 24rem;
  }
  .footer p {
    font-size: 1.4rem;
  }
}
/* 2段階フォーム */
.inquiry_title {
  font-size: 2rem;
  font-weight: 700;
  color: #0565ae;
  text-align: center;
}

.inquiry_text {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2.5rem 0 4rem;
  color: #4d4d4d;
  line-height: 1.7;
}

.hidden {
  display: none;
}

.info_schedule {
  display: none;
}

.info_schedule.current {
  display: block;
}

select:disabled {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .inquiry_title {
    font-size: 3.2rem;
  }
  .inquiry_text {
    font-size: 1.8rem;
    margin: 3rem 0 4rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 13.2rem;
  background-color: #fff;
  display: grid;
}
@media screen and (max-width: 768px) {
  .header {
    height: 9.8rem;
  }
}

.header__banner {
  background-color: #1958a3;
  text-align: center;
  height: auto;
  place-content: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .header__banner {
    order: 2;
    height: 3.8rem;
  }
}

.header__banner-text {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__banner-text {
    font-size: 1.1rem;
  }
}

.header__banner-link {
  color: #ffff00;
}

.header__inner {
  width: 100%;
  max-width: 121.6rem;
  margin-inline: auto;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 6rem;
    padding-right: 6rem;
    padding-left: 1.5rem;
  }
}

.header__name {
  max-width: 32rem;
  width: 100%;
  display: flex;
  gap: 1.7rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__name {
    max-width: 23.1rem;
    gap: 0.8rem;
  }
}

.header__logo {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 12.8rem;
  }
}

.header__name-text {
  background-color: #1958a3;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 12.4rem;
  width: 100%;
  border-radius: 100vw;
  display: grid;
  place-content: center;
  padding: 0.3rem 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .header__name-text {
    font-size: 1.5rem;
    max-width: 9.5rem;
    padding: 0.2rem 0 0.4rem;
  }
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__nav-item {
  height: inherit;
  display: flex;
  align-items: center;
  margin-left: 3.5rem;
  flex: 0 0 auto;
}

.header__nav-item.header__nav-item--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 22.2rem;
  width: 100%;
}

.header__nav-link {
  height: inherit;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
.header__nav-link:hover {
  opacity: 1;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0.3rem;
  background-color: #3bbfb0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.header__nav-link:hover::after {
  width: 100%;
}

.header__nav-link.header__nav-link--tel {
  height: auto;
  font-size: 2.7rem;
  font-weight: 700;
  padding-left: 2.3rem;
  white-space: nowrap;
  position: relative;
}
.header__nav-link.header__nav-link--tel::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon_phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__nav-item-info {
  background-color: #1958a3;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 23.4rem;
  width: 100%;
  border-radius: 100vw;
  padding: 0.1rem 0 0.15rem;
}

.tel__button {
  background-color: #59cbee;
  width: 6rem;
  height: 6rem;
  position: relative;
}
.tel__button::before {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 2.2rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_tel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tel__button span {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  background-color: #45b3e7;
}

.hamburger span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  width: 2.1rem;
  height: 0.3rem;
  display: inline-block;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger span:nth-child(1) {
  top: 1.5rem;
}

.hamburger span:nth-child(2) {
  top: 2.25rem;
}

.hamburger span:nth-child(3) {
  top: 3rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 2.25rem;
  left: 2rem;
  transform: rotate(-135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 2.25rem;
  left: 2rem;
  transform: rotate(135deg);
}

.hamburger__text {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}

.hamburger__text--close {
  display: none;
}

.hamburger.is-active .hamburger__text--close {
  display: block;
}

.hamburger.is-active .hamburger__text--menu {
  display: none;
}

.drawer-menu {
  width: 100%;
  height: calc(100dvh - 9.8rem);
  background-color: #ecf3fa;
  position: fixed;
  top: 9.8rem;
  left: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5000;
  padding-bottom: 2rem;
  overflow-y: auto;
}

.drawer-menu.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.drawer-menu__inner {
  padding-top: 2rem;
  width: 100%;
}

.drawer-menu__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32rem;
  margin-inline: auto;
  gap: 1.5rem;
}

.drawer-menu__item {
  display: inline-block;
  border-bottom: 0.1rem solid #1958a3;
}

.drawer-menu__link {
  color: #1958a3;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  width: 32rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.drawer-menu__cta {
  margin-top: 4rem;
  width: 32rem;
  margin-inline: auto;
}

.drawer-menu__cta-btn {
  width: 100%;
  background-image: linear-gradient(to right, #ff8700, #ffbb52);
  display: inline-block;
  padding: 1.55rem 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 100vw;
  position: relative;
}
.drawer-menu__cta-btn::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background-image: url(../images/icon_arrow_circle_contact.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.drawer-menu__cta-btn.drawer-menu__cta-btn--line {
  margin-top: 2rem;
  background-color: #4cc264;
  background-image: none;
}
.drawer-menu__cta-btn.drawer-menu__cta-btn--line::before {
  background-image: url(../images/icon_arrow_circle_line.svg);
}

.drawer-menu__cta-btn.drawer-menu__cta-btn--tel {
  margin-top: 2rem;
  background-color: #fff;
  background-image: none;
  border: 0.15rem solid #ff5756;
  color: #f07850;
}
.drawer-menu__cta-btn.drawer-menu__cta-btn--tel::before {
  background-image: url(../images/icon_arrow_circle_tel.svg);
}

.drawer-menu__cta-caption {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #4d4d4d;
}

.hero {
  margin-top: 13.2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 9.8rem;
  }
}

.hero_inner {
  max-width: 128.1rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero_inner {
    max-width: 37.5rem;
  }
}

.hero_title {
  position: absolute;
  top: 6.7rem;
  left: 11.5rem;
  max-width: 53.3rem;
}
@media screen and (max-width: 768px) {
  .hero_title {
    top: 1.7rem;
    left: 12rem;
    max-width: 23.8rem;
  }
}

.hero_medal {
  position: absolute;
  display: none;
  top: 31.4rem;
  left: 13.8rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .hero_medal {
    top: 27rem;
    left: 14.5rem;
    gap: 0.7rem;
  }
}

.hero_medal img {
  max-width: 15.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero_medal img {
    max-width: 10.4rem;
  }
}

.hero_medal.current {
  display: flex;
}

.hero_campaign {
  position: absolute;
  top: 43rem;
  right: 13rem;
  max-width: 35.3rem;
  animation: move-y 1s infinite alternate ease-in-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .hero_campaign {
    top: 39rem;
    max-width: 35rem;
    right: 1.2rem;
  }
}

.hero_campaign a:hover {
  opacity: 0.8;
}

.hero_caution {
  position: absolute;
  top: 50rem;
  left: 16rem;
  display: none;
  font-size: 1.4rem;
  max-width: 61.4rem;
  width: 100%;
  padding-left: 2.5em;
  text-indent: -2.5em;
  color: #19589a;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero_caution {
    max-width: 32.6rem;
    font-size: 1rem;
    top: 55rem;
    left: 2rem;
  }
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.hero_caution.current {
  display: block;
}

.hero_campaign {
  display: none;
}

.hero_campaign.current {
  display: block;
}

.introduction {
  background-color: #e2e9f1;
  padding-top: 6rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 2.2rem;
    padding-bottom: 5.6rem;
  }
}

.introduction_inner {
  max-width: 77rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduction_inner {
    max-width: 34.5rem;
  }
}

.introduction_title {
  width: 73.7rem;
  height: 10.7rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduction_title {
    width: 34.5rem;
    height: 5rem;
  }
}

.introduction_items {
  margin-top: 1rem;
  max-width: 76rem;
  margin-inline: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .introduction_items {
    margin-top: 1.1rem;
    width: 34.5rem;
  }
}

.introduction_items.current {
  display: block;
}

.introduction_item img {
  width: 76rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .introduction_item img {
    width: 34.5rem;
    height: 6.4rem;
  }
}

.introduction_item:not(:first-child) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .introduction_item:not(:first-child) {
    margin-top: 0.35rem;
  }
}

.introduction_item.introduction_item--obihiro {
  padding-right: 3rem;
  min-height: 16rem;
  display: grid;
  align-items: center;
  padding-left: 17.7rem;
}
@media screen and (max-width: 768px) {
  .introduction_item.introduction_item--obihiro {
    padding-right: 1rem;
    min-height: 8.8rem;
    padding-left: 5.7rem;
  }
}

.introduction_item_body.introduction_item_body--obihiro {
  font-size: 8rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .introduction_item_body.introduction_item_body--obihiro {
    font-size: 4rem;
    text-align: center;
  }
}

.introduction_item_head--obihiro {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .introduction_item_head--obihiro {
    text-align: center;
  }
}

.introduction_item_body.introduction_item_body--obihiro sup {
  top: -3rem;
}
@media screen and (max-width: 768px) {
  .introduction_item_body.introduction_item_body--obihiro sup {
    top: -2rem;
  }
}

.introduction_caution {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 2.5em;
  text-indent: -2.5em;
  text-align: justify;
  color: #1958a3;
  max-width: 75.7rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .introduction_caution {
    font-size: 1rem;
    max-width: 33rem;
    line-height: 1.5;
  }
}

.introduction_caution span {
  color: #f07850;
}

.step_parent_voice {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #d6e2ed;
}
@media screen and (max-width: 768px) {
  .step_parent_voice {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.step_parent_voice-inner {
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .step_parent_voice-inner {
    max-width: 34.5rem;
  }
}

.step_parent_voice-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .step_parent_voice-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.step_parent_voice-title span {
  letter-spacing: -0.4em;
}

.step_parent_voice_swiper {
  margin-top: 4rem;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 768px) {
  .step_parent_voice_swiper {
    margin-top: 2rem;
    height: 16.1rem;
  }
}

.step_parent_voice_caution {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #1958a3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .step_parent_voice_caution {
    margin-top: 1.5rem;
    font-size: 1rem;
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.7;
  }
}

.step_parent_voice_caution li a {
  text-decoration: underline;
}

.teacher {
  background-color: #e2e9f1;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .teacher {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.teacher_inner {
  max-width: 85.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .teacher_inner {
    max-width: 36.2rem;
  }
}

.teacher_read {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teacher_read {
    font-size: 1.8rem;
  }
}

.teacher_read span {
  letter-spacing: -0.4rem;
}

.teacher_title {
  margin-top: 1rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  border-bottom: 0.7rem dotted #1958a3;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .teacher_title {
    font-size: 2rem;
    border-bottom: 0.4rem dotted #1958a3;
    padding-bottom: 0.5rem;
  }
}

.teacher_swiper-wrap {
  margin-top: 3rem;
  max-width: 85.8rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teacher_swiper-wrap {
    margin-top: 2.5rem;
    max-width: 36.2rem;
  }
}

.teacher_swiper {
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .teacher_swiper {
    max-width: 34.5rem;
  }
}

.teacher_swiper .swiper-slide {
  background-color: #fff;
  width: 75rem;
  height: 39rem;
  border-radius: 2rem;
  margin: 0 1rem;
  padding: 4.5rem 3.5rem 4.5rem 5.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teacher_swiper .swiper-slide {
    width: 34.5rem;
    height: auto;
    border-radius: 1rem;
    padding: 3rem 2.5rem;
  }
}
.teacher_swiper .swiper-slide::before {
  position: absolute;
  content: "";
  width: 21.8rem;
  height: 13.6rem;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url(../images/bg_flag.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .teacher_swiper .swiper-slide::before {
    width: 11.5rem;
    height: 7rem;
    top: 0;
    right: 0;
  }
}

.teacher_info_wrap {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .teacher_info_wrap {
    gap: 2rem;
  }
}

.teacher_info_img {
  width: 14.6rem;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .teacher_info_img {
    width: 7.5rem;
  }
}

.teacher_info_01 {
  font-size: 2rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .teacher_info_01 {
    font-size: 1.2rem;
  }
}

.teacher_info_02 {
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .teacher_info_02 {
    font-size: 1.4rem;
  }
}

.teacher_info_03 {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1958a3;
  border: 0.1rem solid #1958a3;
  border-radius: 100vw;
  padding: 0.15rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .teacher_info_03 {
    font-size: 1rem;
    padding: 0.15rem 0.5rem;
  }
}

.teacher_body_wrap {
  margin-top: 1.5rem;
}

.teacher_body_title {
  font-size: 2rem;
  font-weight: 700;
  color: #1958a3;
}
@media screen and (max-width: 768px) {
  .teacher_body_title {
    font-size: 1.6rem;
  }
}

.teacher_body_text {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .teacher_body_text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .teacher_swiper-button-prev.swiper-button-prev {
    left: 0;
  }
}
.teacher_swiper-button-prev.swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  background-image: url(../images/icon_arrow_transparent_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .teacher_swiper-button-prev.swiper-button-prev::after {
    width: 2.6rem;
    height: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .teacher_swiper-button-next.swiper-button-next {
    right: 0;
  }
}
.teacher_swiper-button-next.swiper-button-next::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_arrow_transparent_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .teacher_swiper-button-next.swiper-button-next::after {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.teacher_cta_text {
  margin-top: 4rem;
  font-size: 3.7rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .teacher_cta_text {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.teacher_cta_text::before {
  position: absolute;
  content: "";
  width: 1.95rem;
  height: 3.6rem;
  top: 1.2rem;
  right: -3rem;
  background-image: url(../images/icon_slash_short.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .teacher_cta_text::before {
    width: 1rem;
    height: 1.4rem;
    top: 0.8rem;
    right: -1.5rem;
  }
}
.teacher_cta_text::after {
  position: absolute;
  content: "";
  width: 1.95rem;
  height: 3.6rem;
  top: 1.2rem;
  left: -3rem;
  transform: scaleX(-1);
  background-image: url(../images/icon_slash_short.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .teacher_cta_text::after {
    width: 1rem;
    height: 1.4rem;
    top: 0.8rem;
    left: -1.5rem;
  }
}

.teacher_cta_text span {
  color: #f07850;
}

.teacher_btn-wrap.btn-wrap {
  max-width: 77rem;
}
@media screen and (max-width: 768px) {
  .teacher_btn-wrap.btn-wrap {
    margin-top: 1.5rem;
    max-width: 34.5rem;
  }
}

.result_cta {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .result_cta {
    margin-top: 3rem;
  }
}

.result_cta_title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #1958a3;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result_cta_title {
    font-size: 1.8rem;
  }
}
.result_cta_title::before {
  position: absolute;
  content: "";
  width: 5.7rem;
  height: 8.2rem;
  top: 3.5rem;
  right: -7rem;
  background-image: url(../images/icon_slash_info.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .result_cta_title::before {
    width: 2.7rem;
    height: 4rem;
    top: 1.5rem;
    right: -3.5rem;
  }
}
.result_cta_title::after {
  position: absolute;
  content: "";
  width: 5.7rem;
  height: 8.2rem;
  top: 3.5rem;
  transform: scaleX(-1);
  left: -7rem;
  background-image: url(../images/icon_slash_info.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .result_cta_title::after {
    width: 2.7rem;
    height: 4rem;
    top: 1.5rem;
    left: -3.5rem;
  }
}

.result_cta_title span {
  color: #f07850;
}

.result_cta_title_big {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .result_cta_title_big {
    font-size: 2.2rem;
  }
}

.result_cta_btn-wrap.btn-wrap {
  margin-top: 2rem;
  margin-bottom: 4rem;
  max-width: 77rem;
}
@media screen and (max-width: 768px) {
  .result_cta_btn-wrap.btn-wrap {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    max-width: 34.5rem;
  }
}

.result__contents-year {
  margin-top: 6rem;
  width: 30rem;
  font-size: 2.8rem;
  border-radius: 100vw;
  padding: 0.6rem 0;
  margin-inline: auto;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1958a3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .result__contents-year {
    margin-top: 4rem;
    width: 17rem;
    font-size: 1.6rem;
    padding: 0.3rem 0;
  }
}

.result__contents {
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  width: 98rem;
  background-color: #d5e6f0;
  margin-inline: auto;
  border-radius: 2.6rem;
}
@media screen and (max-width: 768px) {
  .result__contents {
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    width: 35.1rem;
    background-color: #ecf3fa;
    border-radius: 1rem;
  }
}

.result__wrap-title {
  margin-top: 2.5rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #19589e;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .result__wrap-title {
    margin-top: 2rem;
    font-size: 2rem;
    width: auto;
  }
}

.result__wrap-title.result__wrap-title--best {
  position: relative;
}
.result__wrap-title.result__wrap-title--best::before {
  position: absolute;
  content: "";
  width: 8.6rem;
  height: 7.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: -11rem;
  background-image: url(../images/icon_best.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .result__wrap-title.result__wrap-title--best::before {
    width: 5rem;
    height: 4.4rem;
    right: -0.5rem;
    top: 40%;
  }
}

.result__wrap {
  width: 87.5rem;
  padding-bottom: 3rem;
  border-bottom: 0.5rem dotted #19589e;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .result__wrap {
    width: 32rem;
    padding-bottom: 1.8rem;
    border-bottom: 0.2rem dotted #19589e;
  }
}

.result__wrap-last {
  width: 86.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .result__wrap-last {
    width: 32rem;
  }
}

.result__text {
  margin-top: 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.09em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .result__text {
    margin-top: 1rem;
    font-size: 1.6rem;
    word-break: auto-phrase;
  }
}

.result__caption-wrap {
  margin-top: 3rem;
  width: 86.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .result__caption-wrap {
    margin-top: 1.5rem;
    width: 31rem;
  }
}

.result__caption-detail {
  font-size: 1.6rem;
  color: #18294b;
}
@media screen and (max-width: 768px) {
  .result__caption-detail {
    font-size: 1.4rem;
  }
}

.result__caption {
  margin-top: 0;
  font-size: 1.4rem;
  color: #19589e;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result__caption {
    margin-top: 0;
    font-size: 0.92rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.result__caption.result__caption--first {
  margin-top: 2rem;
}

.contact-card {
  padding-top: 7rem;
  padding-bottom: 6.5rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .contact-card {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
.contact-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15rem;
  bottom: -0.1rem;
  left: 0;
  background-color: #e2e9f1;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-card::before {
    height: 4.5rem;
  }
}

.contact-card__contents {
  width: 98rem;
  padding: 4.5rem 0;
  margin-inline: auto;
  background-color: #e2e9f1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-card__contents {
    width: 34.5rem;
    padding: 2.5rem 1.5rem;
  }
}
.contact-card__contents::before {
  position: absolute;
  content: "";
  width: 6.5rem;
  height: 5.1rem;
  top: -1rem;
  left: 4rem;
  background-image: url(../images/icon_quotation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact-card__contents::before {
    width: 2.7rem;
    height: 2.1rem;
    left: 1.5rem;
  }
}
.contact-card__contents::after {
  position: absolute;
  content: "";
  width: 6.5rem;
  height: 5.1rem;
  bottom: -1.7rem;
  right: 4rem;
  background-image: url(../images/icon_quotation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .contact-card__contents::after {
    width: 2.7rem;
    height: 2.1rem;
    bottom: -1rem;
    right: 1.5rem;
  }
}

.contact-card__title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #19589e;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-card__title {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}

.contact-card__wrap {
  width: 53rem;
  margin-top: 2.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-card__wrap {
    margin-top: 2.2rem;
    width: 31.5rem;
  }
}

.contact-card__head {
  font-size: 2rem;
  font-weight: 700;
  color: #19589e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-card__head {
    font-size: 1.2rem;
  }
}

.contact-card__img {
  margin-top: 0.3rem;
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .contact-card__img {
    margin-top: 0.9rem;
    width: 100%;
  }
}

.contact-card__caption {
  width: 49.5rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #19589e;
  margin-inline: auto;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact-card__caption {
    margin-top: 0.8rem;
    width: 29.1rem;
    font-size: 1rem;
  }
}

.contact-card__now-wrap {
  margin-top: 2.5rem;
  width: 40.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-card__now-wrap {
    margin-top: 1.3rem;
    width: 19.6rem;
  }
}

.float__wrap {
  position: fixed;
  z-index: 100;
  top: 25%;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .float__wrap {
    display: flex;
    left: 0;
    bottom: 0;
    right: initial;
    top: initial;
    flex-direction: row;
  }
}

.float__wrap a:hover {
  opacity: 1;
}

.float__img {
  width: 5.5rem;
}
@media screen and (max-width: 768px) {
  .float__img {
    width: 6rem;
  }
}

.float__img.float__img--top {
  border-radius: 0 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .float__img.float__img--top {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .float__link {
    flex: 0 0 auto;
  }
}

.float__contact {
  background-image: linear-gradient(to right, #ff8700, #ffbb52);
  font-weight: 700;
  color: #fff;
  position: relative;
  height: 26rem;
  width: 5.5rem;
  font-size: 1.6rem;
  padding-top: 4rem;
  border-radius: 1rem 0 0 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .float__contact {
    height: 6rem;
    width: 25.5rem;
    font-size: 1.8rem;
    padding-left: 7.5rem;
    padding-top: 0;
    writing-mode: initial;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    justify-content: initial;
    border-radius: 0;
  }
}
.float__contact::before {
  position: absolute;
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon_mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .float__contact::before {
    top: 50%;
    transform: translateY(-50%);
    left: 2.5rem;
  }
}

.thanks {
  margin-top: 10rem;
  padding-top: 3rem;
  background-color: #e4ebf2;
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 8.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.thanks &gt; .section_inner {
  margin-top: 7rem;
  padding: 10rem 9rem;
  max-width: 98rem;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .thanks &gt; .section_inner {
    margin-top: 2rem;
    padding: 3rem 1.5rem;
  }
}

.thanks_text01 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0565ae;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_text01 {
    font-size: 2rem;
  }
}

.thanks_text02 {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .thanks_text02 {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.thanks_text02 a {
  font-weight: 700;
  color: #204fa1;
}

.thanks_campaign {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .thanks_campaign {
    margin-top: 4rem;
  }
}

.thanks_campaign_title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #0565ae;
}
@media screen and (max-width: 768px) {
  .thanks_campaign_title {
    font-size: 2rem;
  }
}

.thanks_campaign_title span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .thanks_campaign_title span {
    font-size: 1.8rem;
  }
}

.thanks_campaign_contents {
  margin-top: 1.8rem;
}

.thanks_campaign_contents p,
.thanks_campaign_contents ol li,
.thanks_campaign_contents ul li {
  font-size: 1.8rem;
  color: #575757;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .thanks_campaign_contents p,
.thanks_campaign_contents ol li,
.thanks_campaign_contents ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.thanks_campaign_contents ol li span {
  color: #f58155;
}

@media screen and (max-width: 768px) {
  .thanks_campaign_contents ul li {
    font-size: 1.2rem;
  }
}

.thanks_line-share-wrap {
  margin: 3rem 0;
  width: 100%;
  text-align: center;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .thanks_line-share-wrap {
    margin-bottom: 2rem;
  }
}

.thanks_line-share {
  max-width: 65rem;
  width: 100%;
  margin-inline: auto;
  background-color: #4cc264;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  padding: 2.65rem 0;
  border-radius: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .thanks_line-share {
    max-width: 31.5rem;
    font-size: 1.8rem;
    padding: 1.25rem 0;
  }
}
.thanks_line-share::before {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background-image: url(../images/arrow_submit.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .thanks_line-share::before {
    width: 2.4rem;
    height: 2.4rem;
    right: 2rem;
  }
}

.thanks_caution01 {
  margin-top: 3rem;
  max-width: 76.9rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks_caution01 {
    margin-top: 1rem;
  }
}

.thanks_caution01 li {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .thanks_caution01 li {
    font-size: 1rem !important;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.thanks_campaign_contents h3 {
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #0565ae;
}
@media screen and (max-width: 768px) {
  .thanks_campaign_contents h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
  }
}

.thanks_campaign_contents &gt; p &gt; span {
  font-weight: 900;
  color: #f58155;
}

@media screen and (max-width: 768px) {
  .thanks_campaign_contents &gt; a {
    display: block;
    margin: 2rem auto;
    padding: 1rem 0;
    background-color: #06c755;
    color: #ffffff;
    text-align: center;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
  }
}

.thanks_flow {
  margin-top: 2.4rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .thanks_flow {
    margin-top: 1rem;
    padding-left: 1.75em;
    text-indent: -1.75em;
  }
}

.thanks_flow a {
  font-weight: 500;
  color: #f58155;
  text-decoration: underline;
}

.thanks_flow a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.footer.footer--thanks {
  background-color: #a4d5e5;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .footer.footer--thanks {
    padding-bottom: 3rem;
  }
}

.thanks_line-register-wrap {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_line-register-wrap {
    margin-top: 4rem;
  }
}

.thanks_line-register {
  max-width: 65rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks_line-register {
    max-width: 30rem;
  }
}

.thanks__kyoiku {
  max-width: 98rem;
  margin-inline: auto;
  background-color: #f8f5ef;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .thanks__kyoiku {
    max-width: 34.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.thanks__kyoiku-inner {
  max-width: 88rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks__kyoiku-inner {
    max-width: 30.5rem;
  }
}

.thanks__kyoiku-logo-wrap {
  max-width: 43.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .thanks__kyoiku-logo-wrap {
    max-width: 30rem;
  }
}

.thanks__kyoiku-text {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 80rem;
  margin-inline: auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .thanks__kyoiku-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.kyoiku__swiper-wrap {
  position: relative;
  height: fit-content;
}

.kyoiku__swiper {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper {
    margin-top: 3rem;
  }
}

.kyoiku__swiper-slide {
  background-color: #fff;
  width: 27.5rem;
  margin: 0 1.375rem;
}

.kyoiku__swiper-slide-body {
  padding: 1.8rem 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper-slide-body {
    padding: 1.8rem 1.8rem 2.5rem;
  }
}

.kyoiku__swiper-slide-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #575757;
  line-height: 1.8;
  min-height: 5rem;
}

.kyoiku__swiper-slide-link {
  background-color: #f58155;
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  border-radius: 100vw;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.85rem 0;
  position: relative;
}
.kyoiku__swiper-slide-link::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-image: url(../images/icon_arrow_white_thin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kyoiku__swiper-button-next.swiper-button-next {
  right: 28rem;
  top: 15rem;
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper-button-next.swiper-button-next {
    top: 15rem;
    right: -1rem;
  }
}
.kyoiku__swiper-button-next.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 3rem;
  top: 0;
  right: 0;
  background-image: url(../images/icon_arrow_gray_thin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper-button-next.swiper-button-next::before {
    width: 1.5rem;
    height: 3rem;
  }
}

.kyoiku__swiper-button-prev.swiper-button-prev {
  left: 28rem;
  top: 15rem;
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper-button-prev.swiper-button-prev {
    top: 15rem;
    left: -1rem;
  }
}
.kyoiku__swiper-button-prev.swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 3rem;
  top: 0;
  left: 0;
  background-image: url(../images/icon_arrow_gray_thin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .kyoiku__swiper-button-prev.swiper-button-prev::before {
    width: 1.5rem;
    height: 3rem;
  }
}

.thanks__sns {
  padding-top: 4rem;
  padding-bottom: 1rem;
  max-width: 98rem;
  margin-inline: auto;
}

.thanks__sns-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__sns-title {
    font-size: 1.6rem;
  }
}

.thanks__sns-items {
  margin-top: 1.5rem;
  max-width: 19.5rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thanks__sns-icon {
  max-width: 4rem;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>