@charset "UTF-8";
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #ebeaf3;
  scroll-behavior: smooth;
}
body.no_scroll {
  overflow: hidden;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.inner {
  padding: 0 20px;
}

img {
  width: 100%;
}

video {
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main {
  max-width: 500px;
  margin: 0 auto;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 426px) {
  .container {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

.header {
  max-width: 425px;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  transition: 0.5s;
}
.header.isShow {
  top: 0;
}
.header__logo {
  width: 100px;
  margin-left: 36%;
}
.header__wrapper {
  height: 100%;
  justify-content: space-between;
}
.header__menu {
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.header__menu--bar {
  background: #1f2a60;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
}
.header__menu--bar:first-of-type {
  top: 0.4px;
}
.header__menu--bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__menu--bar:last-child {
  bottom: 0;
}

.headerMenu {
  max-width: 425px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.headerMenu__top {
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.headerMenu__icon {
  width: 23px;
  margin-right: 15px;
}
.headerMenu__wrapper {
  padding: 25px 0 0 35px;
  display: flex;
  flex-flow: column;
}
.headerMenu__link {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2a60;
  padding-left: 20px;
  font-family: "Shippori Mincho", serif;
}
.headerMenu__link span {
  font-size: 14px;
}
.headerMenu__link:not(:last-of-type) {
  margin-bottom: 20px;
}
.headerMenu__link::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/pc_mv_link.png);
  width: 6px;
  height: 10px;
  top: 10px;
  left: 0;
}

.mv {
  position: relative;
}
.mv__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.mv__logo img {
  width: 120px;
  height: auto;
}

.campaign {
  position: relative;
  z-index: 10;
  margin-top: -45px;
}
.campaign__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(../img/bg-campaign.png);
  padding: 20px 0 40px;
}
.campaign__main {
  width: 89.33333%;
  margin: 0 auto;
}
.campaign__box {
  background: #fff;
}
.campaign__time {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  height: 45px;
  margin-bottom: 25px;
  color: #fff;
  background: linear-gradient(90deg, rgb(184, 145, 37) 0%, rgb(202, 165, 66) 54%, rgb(220, 184, 94) 99%);
}
.campaign__text {
  padding: 30px 7%;
}
.campaign__text--ttl {
  margin-bottom: 25px;
}
.campaign__text--flex {
  column-gap: 18px;
  margin-bottom: 30px;
}
.campaign__text--flex .left {
  width: max-content;
  text-align: center;
}
.campaign__text--flex .left .text01 {
  display: flex;
  align-items: center;
  background-color: #1f2a60;
  color: #fff;
  height: 25px;
  padding: 3px 16px 0;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  white-space: nowrap;
}
.campaign__text--flex .left .text02 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.campaign__text--flex .left .text03 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.campaign__text--flex img {
  max-width: 131px;
  width: 39.1%;
  height: auto;
}
.campaign__text--limited {
  margin-bottom: 25px;
}
.campaign__text--limited .text {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 17.5px;
  font-weight: 700;
}
.campaign__text--limited .text::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #1f2a60;
  z-index: 1;
}
.campaign__text--limited .text .wrap {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 0 6px;
}
.campaign__text--limited .text .large {
  font-size: 29px;
}
.campaign__text--limited .text .large2 {
  font-size: 23px;
}
.campaign__text--price {
  text-align: center;
}
.campaign__text--price .before {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.campaign__text--price .before .unit {
  font-size: 15px;
}
.campaign__text--price .arrow {
  margin: 8px 0 11px;
}
.campaign__text--price .arrow img {
  height: auto;
  width: 20.5px;
}
.campaign__text--price .after {
  width: max-content;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  position: relative;
  color: #b80928;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.campaign__text--price .after .large {
  font-size: 36.5px;
  padding-left: 4px;
}
.campaign__text--price .after .large2 {
  font-size: 28.5px;
}
.campaign__text--price .after .unit {
  font-size: 21px;
  padding: 0 0 2px 4px;
}
.campaign__text--price .after .tax {
  position: absolute;
  right: -2px;
  top: 0;
  font-size: 9.5px;
}
.campaign__notes {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 20px;
}

.cvLink__box {
  text-align: center;
}
.cvLink__box .icon {
  display: block;
  margin: 0 auto 12px;
  width: 42px;
  height: 42px;
}
.cvLink__box--lead {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.cvLink__box--title {
  font-size: 28.5px;
  font-weight: 800;
  color: #1f2a60;
  margin-bottom: 14px;
}
.cvLink__box--text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.cvLink__links {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  position: relative;
  width: 265px;
  margin: 0 auto 35px;
}
.cvLink__anchor {
  position: relative;
}
.cvLink__anchor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  top: 5px;
  left: 0;
}
.cvLink__anchor.web::after {
  background: #1f7abf;
}
.cvLink__anchor.line::after {
  background: #069506;
}
.cvLink__anchor.tel::after {
  background: #b95774;
}
.cvLink__anchor--box {
  border-radius: 25px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.cvLink__anchor--box.web {
  background: #38a0ef;
}
.cvLink__anchor--box.web .cvLink__anchor--img img {
  width: 19px;
}
.cvLink__anchor--box.line {
  background: #02b902;
}
.cvLink__anchor--box.line .cvLink__anchor--img img {
  width: 22.5px;
}
.cvLink__anchor--box.tel {
  background: #f26e91;
}
.cvLink__anchor--box.tel .cvLink__anchor--img img {
  width: 14px;
}
.cvLink__anchor--img {
  display: flex;
}
.cvLink__anchor--img img {
  height: auto;
}
.cvLink__anchor--text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2px;
}
.cvLink__anchor--text span {
  font-size: 18.5px;
}

.mustsee {
  position: relative;
  z-index: 3;
}
.mustsee__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-mustsee.png);
  background-position: bottom center;
  padding: 90px 0 48px;
}
.mustsee__inner {
  margin: 0 auto;
  max-width: 89.333333%;
}
.mustsee__ttl {
  margin-bottom: 40px;
}
.mustsee__list {
  margin-bottom: 30px;
  position: relative;
}
.mustsee__list::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-mustsee03.png);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.mustsee__list li {
  color: #999999;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding: 10px 0 10px 35px;
}
.mustsee__list li::before, .mustsee__list li::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.mustsee__list li::before {
  background-image: url(../img/im-mustsee02.png);
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mustsee__list li::after {
  background-image: url(../img/im-mustsee03.png);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.mustsee__list li .white {
  color: #fff;
}
.mustsee__subttl {
  margin-bottom: 20px;
}
.mustsee__chart {
  margin-bottom: 30px;
}
.mustsee__last {
  color: #fff;
  text-align: center;
  font-size: 28.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.about {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.about__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-about.jpg);
  background-position: top center;
  padding-top: 38px;
}
.about__top {
  margin-bottom: 50px;
}
.about__top--ttl {
  text-align: center;
}
.about__top--ttl img {
  height: auto;
  width: 342px;
}
.about__top--text {
  width: 89.33333%;
  max-width: 335px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.072;
  padding: 25px 0 25px 25px;
  position: relative;
}
.about__top--text::before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1f2a60;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.about__bottom {
  position: relative;
  z-index: 3;
  padding: 0 0 57.5px;
}
.about__bottom--flex {
  position: relative;
  align-items: flex-end;
  column-gap: 22px;
  padding-left: 20px;
  max-width: 375px;
  margin: 0 auto;
}
.about__bottom--flex .left {
  height: auto;
  width: 136px;
}
.about__bottom--text {
  padding-bottom: 20px;
}
.about__bottom--text .ttl {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 0;
}
.about__bottom--text .ttl img {
  width: 253px;
  height: auto;
}
.about__bottom--text .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.about__bottom--box {
  margin: 50px auto 0;
  max-width: 323px;
  width: 86.1111%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 23px 0 32px;
  z-index: 1;
}
.about__bottom--box::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-about05.png);
  width: 335px;
  height: 309.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about__bottom--box img {
  display: block;
  margin: 0 auto;
  width: 252px;
  margin-bottom: 30px;
}
.about__bottom--box .flex {
  align-items: flex-start;
  justify-content: center;
  column-gap: 12px;
}
.about__bottom--box .flex .ttl {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.about__bottom--box .flex .ttl span {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 800;
  background: linear-gradient(120deg, rgb(31, 42, 96) 21%, rgb(59, 71, 133) 100%);
  border-radius: 12.5px;
  color: #fff;
  width: 75px;
  height: 25px;
}
.about__bottom--box .flex .text {
  font-size: 14px;
  line-height: 1.4;
}
.about__bottom--subttl {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  color: #1f2a60;
  margin-bottom: 12px;
}

.message {
  background-color: #fff;
  position: relative;
  padding-bottom: 48px;
}
.message::after {
  position: absolute;
  content: "";
  display: block;
  width: 218px;
  height: 254.5px;
  bottom: 49px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-message02.png);
  z-index: 1;
}
.message__img {
  position: relative;
  margin-bottom: 20px;
}
.message__img--ttl {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.12em;
  right: 30px;
  top: 25px;
  line-height: 1.24;
}
.message__img--ttl span {
  font-size: 29.5px;
  border-right: 2px solid;
}
.message__text {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 337.5px;
  width: 90%;
}
.message__text--top {
  margin-bottom: 20px;
  text-align: center;
}
.message__text--top .logo {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
}
.message__text--top .name {
  font-size: 16.5px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.message__text--top .name .large {
  font-size: 28px;
}
.message__text--center p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.message__text--bottom {
  margin-top: 16px;
  border-top: 1px solid #1f2a60;
  padding-top: 16px;
}
.message__text--bottom .ttl {
  color: #1f2a60;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.message__text--bottom .text {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding-left: 10px;
}

.achievements__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-achievements.jpg);
  padding: 45px 0 48px;
}
.achievements__lead {
  text-align: center;
  margin-bottom: 12px;
}
.achievements__lead span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  background: linear-gradient(-98.6deg, rgb(31, 42, 96) 0%, rgb(51, 97, 160) 100%);
  padding: 4px 8px 3px;
}
.achievements__ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #1f2a60;
  margin-bottom: 15px;
}
.achievements .flex-c img {
  height: auto;
  width: 226px;
}
.achievements__notes {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 4px;
  line-height: 1.35;
}

.exosome__top {
  position: relative;
  z-index: 3;
}
.exosome__top--bg {
  background-size: 100%;
  background-position: top center;
  background-image: url(../img/bg-exosome01.jpg);
  background-repeat: no-repeat;
  padding-top: 50px;
}
.exosome__top--inner {
  margin: 0 auto;
  max-width: 335px;
  width: 89.333333%;
}
.exosome__top--flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.exosome__top--flex .img {
  height: auto;
  width: 67.8%;
}
.exosome__top--ttl {
  display: flex;
  width: 24%;
}
.exosome__top--ttl img {
  height: auto;
}
.exosome__top--text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
}
.exosome__top--tablewrap {
  background-color: #fff;
  padding: 24px 21px 32px;
  overflow-x: auto;
}
.exosome__top--tablewrap::-webkit-scrollbar {
  height: 12px;
}
.exosome__top--tablewrap::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
}
.exosome__top--tablewrap::-webkit-scrollbar-thumb {
  background-color: #1f2a60;
  border-radius: 6px;
}
.exosome__top--table {
  white-space: nowrap;
  position: relative;
}
.exosome__top--table::before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 271px;
  border: 3px solid #b80928;
  top: -3px;
  left: 163px;
}
.exosome__top--table thead th {
  background-color: #c4b088;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  min-width: 80px;
  height: 27.5px;
  vertical-align: middle;
}
.exosome__top--table thead th:first-of-type {
  background-color: transparent;
}
.exosome__top--table tbody {
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
}
.exosome__top--table tbody th {
  border: 1px solid rgb(204, 204, 204);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #f3f1ed;
  padding: 10px;
  vertical-align: middle;
}
.exosome__top--table tbody th span {
  font-size: 10px;
}
.exosome__top--table tbody td {
  border: 1px solid rgb(204, 204, 204);
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  vertical-align: middle;
}
.exosome__top--table tbody td.red {
  color: #b80928;
}
.exosome__bottom {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
.exosome__bottom--bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/bg-exosome02.jpg);
  background-position: bottom center;
  padding: 290px 0 50px;
}
.exosome__bottom--inner {
  margin: 0 5.333333%;
}
.exosome__bottom--item.item01 {
  margin-bottom: 60px;
}
.exosome__bottom--item.item01 .exosome__bottom--list {
  width: max-content;
  margin-left: auto;
}
.exosome__bottom--list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #1f2a60;
}
.exosome__bottom--list li .shippori {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.exosome__bottom--list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-exosome03.png);
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
}
.exosome__last--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(../img/bg-exosome03.jpg);
  padding: 50px 0 60px;
  text-align: center;
}
.exosome__last--ttl {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.exosome__last--img img {
  height: auto;
  width: 260px;
}

.reason01__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-reason01.jpg);
  background-position: top center;
  padding: 60px 0 40px;
}
.reason01__inner {
  margin: 0 auto;
  max-width: 335px;
  width: 89.333333%;
}
.reason01__ttl {
  text-align: center;
  margin-bottom: 45px;
}
.reason01__ttl img {
  height: auto;
  width: 302px;
}
.reason01__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.reason01__item {
  position: relative;
}
.reason01__item.item01 .number, .reason01__item.item03 .number, .reason01__item.item04 .number {
  left: 15px;
}
.reason01__item.item01 .reason01__item--ttl, .reason01__item.item03 .reason01__item--ttl, .reason01__item.item04 .reason01__item--ttl {
  right: 15px;
}
.reason01__item.item02 .number, .reason01__item.item05 .number {
  right: 15px;
}
.reason01__item.item02 .reason01__item--ttl, .reason01__item.item05 .reason01__item--ttl {
  left: 15px;
}
.reason01__item .number {
  position: absolute;
  width: 67px;
  height: auto;
  z-index: 1;
  top: -15px;
}
.reason01__item--ttl {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -15px;
  z-index: 1;
}
.reason01__item--ttl span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.375;
  font-weight: 800;
  color: #fff;
  background-color: #212c62;
  margin: 0 1.5px;
  padding: 3px 0;
  font-feature-settings: "palt";
}
.reason01__item--text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  letter-spacing: 0.03em;
}
.reason01__item--notes {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4px;
}

.reason02 {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.reason02__ttl {
  position: relative;
  z-index: 3;
}
.reason02__wrap {
  position: relative;
  z-index: 1;
  margin: -80px auto 0;
  max-width: 335px;
  width: 89.333333%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.reason02__item--ttl {
  align-items: center;
  column-gap: 15px;
}
.reason02__item--ttl img {
  width: 100px;
  height: 100px;
}
.reason02__item--ttl .text {
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.reason02__item--ttl .text span {
  font-size: 16px;
  color: #0c204e;
}
.reason02__item--ttl .text h3 {
  font-size: 20px;
}
.reason02__item--text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
.reason02__item--tablewrap {
  max-width: 305px;
  margin: 16px auto 0;
}
.reason02__item--table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #bbbbbb;
}
.reason02__item--table thead th {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  padding: 6px 0 4px;
}
.reason02__item--table thead th .large {
  font-size: 14px;
}
.reason02__item--table thead th:not(:last-of-type) {
  border-right: 1px solid #bbbbbb;
}
.reason02__item--table tbody {
  text-align: center;
}
.reason02__item--table tbody .large {
  transform: scale(1.03);
  transform-origin: center;
  background-color: #0c204e;
  font-weight: 700;
  color: #fffea9;
  border: none;
  border-spacing: 0;
}
.reason02__item--table tbody .large th,
.reason02__item--table tbody .large td {
  border: none;
}
.reason02__item--table tbody .large th {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.reason02__item--table tbody .large td:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.reason02__item--table tbody tr:not(:last-of-type) th, .reason02__item--table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #bbb;
}
.reason02__item--table tbody th {
  font-size: 14px;
  font-weight: 700;
  padding: 6px 0;
  border-right: 1px solid #bbbbbb;
}
.reason02__item--table tbody td {
  font-size: 14px;
  vertical-align: middle;
}
.reason02__item--table tbody td:not(:last-of-type) {
  border-right: 1px solid #bbbbbb;
}

.review {
  padding-bottom: 40px;
  background-color: #fff;
}
.review__wrap {
  position: relative;
  z-index: 1;
  margin: -30px auto 0;
  max-width: 335px;
  width: 89.333333%;
}
.review__flex {
  justify-content: space-between;
  margin-bottom: 16px;
}
.review__flex img {
  width: 160px;
  height: 160px;
}
.review__text {
  text-align: center;
}
.review__text img {
  width: 159px;
  height: auto;
  margin-bottom: 15px;
}
.review__text span {
  display: inline-block;
}
.review__text .large {
  font-size: 25px;
  font-weight: 700;
  color: #202b61;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
  position: relative;
}
.review__text .large::after {
  position: absolute;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: linear-gradient(0deg, rgb(97, 125, 182) 0%, rgb(33, 44, 98) 99%);
  bottom: -6px;
  transform: translateY(100%);
}
.review__text .small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.osusume__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-osusume.jpg);
  background-position: top center;
  padding: 40px 0 60px;
}
.osusume__inner {
  max-width: 335px;
  width: 89.33333%;
  margin: 0 auto;
}
.osusume__ttl {
  text-align: right;
  margin-bottom: 20px;
}
.osusume__ttl img {
  width: 130px;
  height: auto;
}
.osusume__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
.osusume__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 15px 18.7px 3.3px rgba(0, 0, 0, 0.17);
}
.osusume__item.item01 {
  padding: 20px 0 20px 20px;
}
.osusume__item.item01 img {
  width: 116px;
  right: 10px;
  top: -11px;
}
.osusume__item.item02 {
  padding: 20px 18px 20px 115px;
}
.osusume__item.item02 img {
  width: 123px;
  bottom: 18px;
  left: -21px;
}
.osusume__item.item03 {
  padding: 20px 19px;
}
.osusume__item.item03 img {
  width: 146px;
  right: 4px;
  top: -10px;
}
.osusume__item img {
  position: absolute;
  z-index: 1;
  height: auto;
}
.osusume__item--ttl {
  color: #212c62;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  white-space: nowrap;
}
.osusume__item--text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.price {
  background-color: #fff;
  padding: 50px 0 40px;
}
.price__inner {
  max-width: 335px;
  margin: 0 auto;
  width: 89.3333%;
}
.price__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
.price__lead {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.price__table {
  width: 100%;
  line-height: 1.4;
}
.price__table thead th {
  font-size: 13px;
  font-weight: 700;
  padding: 4px;
  border: 1px solid #bbbbbb;
}
.price__table thead th:first-of-type {
  border: none;
}
.price__table tbody tr:first-of-type th {
  background-color: #b80928;
}
.price__table tbody tr:first-of-type td {
  background-color: #ebcbcb;
}
.price__table tbody tr:last-of-type th {
  background-color: #b48d36;
}
.price__table tbody tr:last-of-type td {
  background-color: #f4ecda;
}
.price__table tbody th {
  border: 1px solid #bbbbbb;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 4px;
}
.price__table tbody td {
  border: 1px solid #bbbbbb;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.price__notes {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 12px;
}

.flow__bg {
  background-image: url(../img/bg-flow01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0 75px;
  position: relative;
}
.flow__bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 335px;
  height: 98%;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/bg-flow02.png);
  background-position: top center;
}
.flow__inner {
  margin: 0 auto;
  max-width: 295px;
}
.flow__head {
  text-align: center;
  margin-bottom: 40px;
}
.flow__head img {
  width: 30px;
  height: auto;
  margin-bottom: 16px;
}
.flow__head--ttl {
  color: #0c204e;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.flow__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.flow__item {
  position: relative;
}
.flow__item .step {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
  height: 50px;
}
.flow__item--ttl {
  font-family: "Shippori Mincho", serif;
  color: #0c204e;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin: 6px 0;
}
.flow__item--text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.caution {
  background-color: #fff;
  padding: 50px 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.caution__inner {
  margin: 0 auto;
  max-width: 335px;
  width: 89.33333%;
}
.caution__ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 800;
  margin-bottom: 15px;
}
.caution__lead {
  margin-bottom: 45px;
}
.caution__list {
  border-top: 1px solid #bbbbbb;
  margin-bottom: 16px;
}
.caution__list--item {
  border-bottom: 1px solid #bbbbbb;
  padding: 14px 0;
}
.caution__list--item .ttl {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.caution__notes {
  font-size: 10px;
  margin-bottom: 20px;
}
.caution__box {
  background-color: #e8e9ef;
  border: 5px solid #d7daeb;
  padding: 20px 0 25px;
  text-align: center;
}
.caution__box--ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.caution__box--tel span {
  font-size: 25px;
  color: #0c204e;
  font-weight: 700;
}
.caution__box--teladd {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
.caution__box--text {
  font-size: 10px;
  margin-bottom: 12px;
}
.caution__box--mail span {
  font-size: 18px;
  color: #0c204e;
  font-weight: 700;
}
.caution__box .flex-c {
  column-gap: 4px;
}
.caution__box .flex-c img {
  width: 27px;
  height: 27px;
}

.faq {
  background-color: #fff;
  padding-bottom: 60px;
}
.faq__inner {
  max-width: 335px;
  width: 89.33333%;
  margin: 0 auto;
}
.faq__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.faq__item {
  margin-top: 10px;
}
.faq__ques {
  background: #e8e9ef;
  padding: 10px 15px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.faq__ques--icon {
  color: #212d64;
  font-size: 14px;
  font-weight: 800;
}
.faq__ques--text {
  font-size: 14px;
  line-height: 1.4;
  width: calc(100% - 20px - 16px);
}
.faq__ques--btn {
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  right: 10px;
}
.faq__ques--btn::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #212d64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__ques--btn::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #212d64;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__ques--btn.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__ans {
  background: #e8e9ef;
  display: none;
  margin-top: 1px;
}
.faq__ans--flex {
  padding: 8px 15px 8px 20px;
  gap: 8px;
  align-items: flex-start;
}
.faq__ans--icon {
  color: #212d64;
  font-size: 14px;
  font-weight: 800;
  padding-top: 1px;
}
.faq__ans--text {
  width: calc(100% - 8px - 28px);
  font-size: 14px;
  line-height: 1.4;
}

.access-payment-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-access.jpg);
  padding: 50px 0 80px;
}

.access {
  margin-bottom: 40px;
}
.access__ttl {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
.access__wrapper {
  margin: 0 auto;
  max-width: 335px;
  width: 89.33333%;
}
.access__box {
  background: #fff;
  padding: 25px;
  color: #212d64;
}
.access__title {
  font-size: 20px;
  font-weight: 800;
}
.access__name {
  font-size: 14px;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 15px;
}
.access__table {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
.access__table th {
  font-weight: 700;
  text-align: left;
  padding-right: 14px;
}
.access__text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.access__text span {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment__ttl {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
.payment__inner {
  margin: 0 auto;
  max-width: 335px;
  width: 89.33333%;
}
.payment__box {
  background: #fff;
  padding: 25px;
  position: relative;
}
.payment__box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f3f1ed;
}
.payment__title {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: #b48d36;
  font-weight: 800;
}
.payment__sub {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #212d64;
  font-family: "Shippori Mincho", serif;
}
.payment__sub.last {
  margin-top: 50px;
}
.payment__text {
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1.4;
  color: #212d64;
}
.payment__text p {
  margin-bottom: 8px;
}
.payment__line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #bbbbbb;
}
.payment__img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  background: #f3f1ed;
  padding: 10px 0;
  margin-bottom: 50px;
}
.footer__copy {
  font-size: 10px;
  text-align: center;
}

.bnr {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  max-width: 425px;
}
.bnr__wrapper {
  height: 100%;
}
.bnr__link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bnr__link.web {
  background: #00b4ff;
}
.bnr__link.web .bnr__icon {
  width: 16px;
}
.bnr__link.line {
  background: #00b900;
}
.bnr__link.line .bnr__icon {
  width: 17px;
}
.bnr__link.tel {
  background: #f26e91;
}
.bnr__link.tel .bnr__icon {
  width: 11px;
}
.bnr__icon {
  display: flex;
}
.bnr__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.pc__mv {
  display: unset;
  background: unset;
  background-image: none;
}
.pc__mv--box {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc__mv {
    min-width: 750px;
    width: 60%;
    height: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  .pc__mv--box {
    position: relative;
    display: block;
    flex: 1;
    padding-top: 40px;
  }
  .pc__mv--logo {
    width: 200px;
    margin-bottom: 40px;
  }
  .pc__mv--links {
    width: 280px;
  }
  .pc__mv--link {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2a60;
    padding-left: 20px;
    font-family: "Shippori Mincho", serif;
  }
  .pc__mv--link span {
    font-size: 14px;
  }
  .pc__mv--link:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .pc__mv--link::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/pc_mv_link.png);
    width: 6px;
    height: 10px;
    top: 10px;
    left: 0;
  }
  .pc__mv--text {
    display: none;
  }
  .main {
    max-width: 500px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    margin: unset;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #dad8e4;
  }
  .main::-webkit-scrollbar {
    display: none;
  }
  .header {
    transform: unset;
    left: unset;
  }
  .bnr {
    transform: unset;
    left: unset;
  }
  .headerMenu {
    left: unset;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .bnr {
    left: calc(100% - 512px);
  }
  .pc__mv {
    min-width: auto;
    width: 100%;
    max-width: 1440px;
    background: url(../img/pc_mv_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 0 50px;
    column-gap: 0;
  }
  .pc__mv--box {
    padding-top: 60px;
  }
  .pc__mv--text {
    display: block;
    width: max-content;
    position: absolute;
    top: 60px;
    right: 60px;
  }
  .pc__mv--text .text {
    position: relative;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f2a60;
  }
  .pc__mv--text .text::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #1f2a60;
    z-index: 1;
  }
  .pc__mv--text .text .wrap {
    display: inline-block;
    background-color: #ebeaf3;
    position: relative;
    z-index: 3;
    padding: 0 8px;
  }
  .pc__mv--text .text .rotate {
    display: inline-block;
    transform: rotate(33deg);
  }
  .pc__mv--text .text .black {
    color: #000;
  }
  .pc__mv--text img {
    width: 526px;
    height: auto;
  }
  .header {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  .main {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */