@charset "UTF-8";
/* sec_price
======================================= */
.price__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  font-size: clamp(0.75em, 1.1111vw, 1em);
  margin-bottom: 3.5em;
}
@media (max-width: 768px) {
  .price__heading {
    margin-bottom: 2em;
  }
}
.price__heading-number {
  font-family: "Montserrat", sans-serif;
  font-size: 7em;
  color: #3C95FA;
  font-weight: 600;
  opacity: 0.8;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__heading-number {
    font-size: 4em;
  }
}
.price__heading-catch {
  font-size: 1.5em;
  font-weight: 700;
  color: #3C95FA;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__heading-catch {
    font-size: 1.25em;
  }
}
.price__heading-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__heading-title {
    font-size: 2.2em;
  }
}
.price__table {
  margin-bottom: 3em;
  padding-bottom: 2em;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .price__table {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.price__table table {
  width: 100%;
  min-width: 864px;
  border-collapse: separate;
  border-spacing: 4px;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .price__table table {
    min-width: 540px;
    border-spacing: 2px;
  }
}
.price__table th {
  padding: 1.25em 1.5em;
}
@media (max-width: 768px) {
  .price__table th {
    padding: 1em;
  }
}
.price__table th.plan {
  width: 26%;
  border-radius: 12px 12px 0 0;
  font-size: clamp(0.75em, 0.8333vw, 1em);
}
@media (max-width: 768px) {
  .price__table th.plan {
    width: 28%;
  }
}
.price__table th.plan .sub {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .price__table th.plan .sub {
    font-size: 0.8333em;
  }
}
.price__table th.plan .main {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__table th.plan .main {
    font-size: 1.5em;
  }
}
.price__table th.plan .main > span {
  white-space: nowrap;
}
.price__table th.plan.--01 {
  background-color: #C9E5FA;
}
.price__table th.plan.--02, .price__table th.plan.--03 {
  color: #fff;
}
.price__table th.plan.--02 {
  background-color: #5DB1EF;
}
.price__table th.plan.--03 {
  background-color: #0E94F4;
}
.price__table td {
  background-color: #fff;
  padding: 0.375em 1.5em;
  font-size: clamp(1em, 1.041667vw, 1.25em);
  text-align: center;
  font-weight: 500;
  line-height: 1;
  height: 72px;
}
@media (max-width: 768px) {
  .price__table td {
    padding: 1.5em 1em;
  }
}
.price__table td.heading {
  width: 20%;
  font-size: 1em;
  font-weight: 700;
  background-color: #E1E6EA;
  text-align: center;
  padding: 1em 0.75em;
}
@media (max-width: 768px) {
  .price__table td.heading {
    font-size: 0.75em;
    width: 15%;
  }
}
.price__table td.heading > span {
  font-size: 1.25em;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__table td.heading > span {
    font-size: 1.125em;
    line-height: 1.5;
  }
}
.price__table td.price {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: #ECEFF2;
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  .price__table td.price {
    font-size: 0.875em;
    padding: 1em;
  }
}
.price__table td.price .num {
  font-size: 2.22222em;
  color: #3C95FA;
}
@media (max-width: 768px) {
  .price__table td.price .num {
    font-size: 2em;
  }
}
.price__table td.price .num .small {
  font-size: 0.75em;
}
.price__table td.list {
  padding: 1.5em 1em;
}
.price__table td.list ul li {
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .price__table td.list ul li {
    font-size: 0.83333em;
  }
}
.price__table td.list ul li:nth-child(n+2) {
  margin-top: 1em;
}
.price__table td.list ul li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icons/icon_check-green.svg) no-repeat center center/contain;
  margin-top: 0.2em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .price__table td.list ul li::before {
    margin-top: 0.2em;
  }
}
.price__table td .blue {
  color: #3C95FA;
}
.price__table td .note {
  font-size: 0.7em;
  font-weight: 500;
}
.price__table td.radius-tl {
  border-radius: 12px 0 0 0;
}
.price__table td.radius-bl {
  border-radius: 0 0 0 12px;
}
.price__table td.radius-br {
  border-radius: 0 0 12px 0;
}
.price__table-note {
  text-align: right;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .price__table-note {
    text-align: left;
    font-size: 0.75em;
  }
}
.price__table-note > span {
  white-space: nowrap;
}

.web {
  background-color: #3D92F7;
  position: relative;
  z-index: 0;
}
.web::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3EDF7;
  border-radius: 6.5em 6.5em 0 0;
}
@media (max-width: 768px) {
  .web::before {
    border-radius: 3em 3em 0 0;
  }
}
.web__list {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .web__list {
    max-width: 260px;
  }
}
.web__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .web__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.web__item:nth-child(n+2) {
  margin-top: 10em;
}
@media (max-width: 768px) {
  .web__item:nth-child(n+2) {
    margin-top: 3em;
  }
}
.web__item-image {
  width: 26.667%;
  border-radius: 8.8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .web__item-image {
    width: 100%;
    margin-bottom: 1em;
  }
}
.web__item-contents {
  width: 65%;
}
@media (max-width: 768px) {
  .web__item-contents {
    width: 100%;
  }
}
.web__item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  font-size: clamp(0.75em, 1.1111vw, 1em);
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .web__item-heading {
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25em;
    margin-bottom: 1.25em;
  }
}
.web__item-heading-number {
  font-family: "Montserrat", sans-serif;
  font-size: 7em;
  color: #3C95FA;
  font-weight: 600;
  opacity: 0.8;
  line-height: 1;
}
@media (max-width: 768px) {
  .web__item-heading-number {
    font-size: 2em;
  }
}
.web__item-heading-catch {
  font-size: 1.5em;
  font-weight: 700;
  color: #3C95FA;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .web__item-heading-catch {
    font-size: 1em;
  }
}
.web__item-heading-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .web__item-heading-title {
    font-size: clamp(1.5em, 1.6667vw, 2em);
  }
}
.web__item-text {
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .web__item-text {
    font-size: 1em;
  }
}
.web__item-btn {
  max-width: 144px;
  margin-left: auto;
}

.price {
  background-color: #F8F9FB;
}
.price__title {
  margin-bottom: 7em;
}
.price__box {
  background-color: #fff;
  padding: 3em 4em 2em;
  border-radius: 6px;
  -webkit-box-shadow: 0 24px 14px rgba(48, 60, 80, 0.02);
          box-shadow: 0 24px 14px rgba(48, 60, 80, 0.02);
}
@media (max-width: 768px) {
  .price__box {
    padding: 2em;
  }
}
.price__box.--include {
  border-top: 8px solid #3C95FA;
}
.price__box.--include .price__box-item::before {
  background: url(../img/common/icons/icon_check-blue.svg) no-repeat center center/contain;
}
.price__box.--prepare {
  border-top: 8px solid #6CC4C5;
  margin-top: 5em;
}
@media (max-width: 768px) {
  .price__box.--prepare {
    margin-top: 2em;
  }
}
.price__box.--prepare .price__box-item::before {
  background: url(../img/common/icons/icon_check-green.svg) no-repeat center center/contain;
}
.price__box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  gap: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #E1E6EA;
  margin-bottom: 1em;
}
.price__box-title img {
  width: 2.5rem;
  height: 2.5rem;
}
.price__box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 2.5em;
}
.price__box-item {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .price__box-item {
    font-size: 1em;
    line-height: 1.5;
  }
}
.price__box-item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.525em;
}
.price__box-note {
  margin-top: 1em;
}
.price__note {
  margin-top: 1.5em;
}
.price__note-item {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.price__note-item::before {
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1.5em;
}
.price__options {
  margin-top: 7.5em;
}
@media (max-width: 768px) {
  .price__options {
    margin-top: 2em;
  }
}
.price__options-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75em;
  background-color: #E3EDF7;
  padding: 1em 1.5em;
  border-radius: 6px;
  cursor: pointer;
}
.price__options-title.is-open .price__options-title-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.price__options-title-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
}
.price__options-title-contents img {
  width: 2.5em;
  height: 2.5em;
}
.price__options-title-contents span {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price__options-title-contents span {
    font-size: 1.5em;
  }
}
.price__options-title-btn {
  width: 2em;
  height: 2em;
  position: relative;
}
.price__options-title-btn::before, .price__options-title-btn::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background-color: #2C3E50;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 3px;
}
.price__options-title-btn::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.price__options-title-btn::after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.price__options-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 3%;
  margin-top: 3.75em;
}
@media (max-width: 768px) {
  .price__options-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    margin-top: 2em;
  }
}
.price__options-item {
  padding: 3em 8.62%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(48, 60, 80, 0.0196078431), 0px 11px 11px 0px rgba(48, 60, 80, 0.0196078431), 0px 24px 14px 0px rgba(48, 60, 80, 0.0117647059), 0px 42px 17px 0px rgba(48, 60, 80, 0), 0px 66px 18px 0px rgba(48, 60, 80, 0);
          box-shadow: 0px 3px 6px 0px rgba(48, 60, 80, 0.0196078431), 0px 11px 11px 0px rgba(48, 60, 80, 0.0196078431), 0px 24px 14px 0px rgba(48, 60, 80, 0.0117647059), 0px 42px 17px 0px rgba(48, 60, 80, 0), 0px 66px 18px 0px rgba(48, 60, 80, 0);
}
.price__options-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  margin-bottom: 1em;
}
.price__options-item-title img {
  width: 2em;
  height: 2em;
}
.price__options-item-title span {
  font-size: 1.75em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price__options-item-title span {
    font-size: 1.5em;
  }
}
.price__options-item-price {
  background-color: #E3EDF7;
  text-align: center;
  padding: 0.75em;
  margin-bottom: 1.5em;
}
.price__options-item-price .blue {
  font-size: 2.5em;
  font-weight: 500;
  color: #3C95FA;
}
.price__options-item-price .blue.jp {
  font-size: 2.375em;
}
@media (max-width: 768px) {
  .price__options-item-price .blue.jp {
    font-size: 1.5em;
  }
}
.price__options-item-text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  .price__options-item-text {
    font-size: 1em;
    line-height: 1.6;
  }
}

.cta {
  background-color: #28435F;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  max-width: 1275px;
  position: relative;
}
@media (max-width: 768px) {
  .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 768px) {
  .cta__inner.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cta__piece {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60vw;
  height: 100%;
  mix-blend-mode: screen;
}
.cta__piece img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.cta__contents {
  width: 62.75%;
}
@media (max-width: 768px) {
  .cta__contents {
    width: 100%;
  }
}
.cta__catch {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .cta__catch {
    font-size: 2em;
  }
}
.cta__text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  margin-bottom: 2.4em;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 1em;
    line-height: 1.6;
  }
}
.cta__image {
  width: 27.68%;
}
@media (max-width: 768px) {
  .cta__image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2em;
  }
}
@media (max-width: 768px) {
  .cta__btn {
    margin: 0 auto;
  }
}