/* header */
.site-logo::before {
  display: none;
}

.site-header {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.is-scroll .site-header {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top-header .fix-cv {
  position: absolute;
  bottom: 130px;
  -webkit-transform: none;
          transform: none;
  height: 70px;
}
.en-page .top-header .fix-cv {
  bottom: 67px;
}

.first-view {
  position: relative;
  min-height: 780px;
  height: 100vh;
  height: 100dvh;
}

.header-box1 {
  position: relative;
}
.header-box1 .flex-lr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-box1 .flex-lr .header-navBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-navBox {
  position: relative;
  text-align: center;
  width: 350px;
  /*margin-bottom: 45px;*/
}

/*.header-logo {
    margin-top: 25px;
}*/
.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 -30px;
  color: #4f5984;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-lang__item::after {
  content: "/";
  display: inline-block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin: 0 0.25em;
}
.header-lang__item:last-child::after {
  display: none;
}
.header-lang a,
.header-lang .no-link {
  display: inline-block;
  padding: 0.3em 0;
}
.header-lang .no-link {
  position: relative;
}
.header-lang .no-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px;
}

.header-nav {
  margin-top: 50px;
}
.header-nav .m-link01, .header-nav .m-link01--w {
  border-radius: 0 10px 0 10px;
  font-size: 15px;
  width: 148px;
  height: 77px;
}
.header-nav .m-link01__ja {
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.header-nav .m-link01__ja::after {
  width: 24px;
  margin-left: -12px;
}
.header-nav .m-link_mcv {
  font-size: 15px;
  width: 183px;
  height: 60px;
}
.header-nav .m-link_mcv__ja {
  margin-bottom: 5px;
}
.header-nav__item {
  margin-top: 25px;
}
.header-nav__item--mypage {
  margin-top: 45px;
}

.header-sns {
  color: #4f5984;
  margin-top: 20px;
}
.header-sns__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.header-sns .fa-twitter {
  font-size: 19px;
}
.header-sns .fa-x-twitter {
  font-size: 21px;
}
.header-sns .fa-facebook {
  font-size: 21px;
}
.header-sns .fa-instagram {
  font-size: 23px;
}
.header-sns img {
  vertical-align: middle;
}

.kv {
  position: relative;
  width: 100%;
  width: calc(100% - 350px);
}
.kv__imgBox {
  position: relative;
}
.kv__img {
  position: relative;
  border-radius: 0 0 0 85px;
  min-height: 650px;
  height: calc(100vh - 130px);
  height: calc(100dvh - 130px);
  overflow: hidden;
  /*&::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      display: block;
      background: rgba(0,0,0,.35);
      width: 100%;
      height: 100%;
  }*/
}
.kv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv__img__cap {
  position: absolute;
  z-index: 2;
  right: 14.28%;
  right: 36%;
  bottom: 25px;
  color: #fff;
  font-size: 1rem;
}
.kv__txtBox {
  position: absolute;
  z-index: 2;
  left: 11.5%;
  top: 50%;
  -webkit-transform: translate(0, -48%);
          transform: translate(0, -48%);
  max-width: 56%;
}

#keySlider .swiper-pagination {
  left: 9%;
  bottom: 25px;
  text-align: left;
}
#keySlider .swiper-pagination-bullet {
  border: solid 1px #fff;
  background: transparent;
  opacity: 1;
}
#keySlider .swiper-pagination-bullet-active {
  background: #fff;
}
#keySlider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px 0 0;
}

.header-box2 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4f5984;
  color: #fff;
  width: 100%;
  height: 130px;
}
.header-box2__ttlBox {
  position: absolute;
  left: 0;
  top: 0;
}
.header-box2__ttl {
  position: relative;
  padding: 7px 95px 0 0;
  line-height: 1;
}
.header-box2__ttl::before, .header-box2__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  display: block;
  border-bottom: solid 1px;
}
.header-box2__ttl::before {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 8px;
}
.header-box2__ttl::after {
  width: 88px;
}
.header-box2__ttl img {
  vertical-align: baseline;
}
.header-box2__link {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.header-box2__list {
  position: relative;
  padding-left: 200px;
  font-size: 1.1em;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
}
.header-box2__list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 89, 132, 0)), to(#4f5984));
  background: linear-gradient(to right, rgba(79, 89, 132, 0) 0%, #4f5984 100%);
  width: 1em;
  pointer-events: none;
}

.header-open > span {
  display: inline-block;
  vertical-align: top;
}
.header-open__txt1 {
  position: relative;
  line-height: 1;
  padding: 12px 95px 0 0;
  margin-right: 22px;
}
.header-open__txt1::before, .header-open__txt1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  display: block;
  border-bottom: solid 1px;
}
.header-open__txt1::before {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 8px;
}
.header-open__txt1::after {
  width: 88px;
}
.header-open__txt1 img {
  vertical-align: baseline;
}
.header-open__txt2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.header-box3 {
  background: #cccbca;
  color: #fff;
  text-align: right;
  padding: 25px 0 20px;
}

.header-slogo {
  line-height: 1;
}

/*@media screen and (max-width: 1199px) {

    .header-box1 {
        .m-inner {
            width: 100%;
        }
    }

    .header-navBox {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 74px 0 0;
        margin: 0;
    }

        .header-logo {
            float: left;
            margin: 18px;

            img { width: 77px; }
        }

        .header-nav {
            display: none;
        }

        .header-sns {
            float: right;
            margin: 13px 15px 0 0;

            li {
                margin: 0 9px;
            }

            img {
                filter: brightness(0) invert(1);
                transform: scale(1.2);
            }
        }

    .kv {
        width: 100%;
        margin: 0;

        &__txtBox {
            left: 0;
            padding: 0 4%;
        }
    }

    #keySlider {
        .swiper-pagination {
            left: 5%;
            bottom: 5px;
        }
    }

}*/
@media screen and (max-width: 959px) {
  .site-logo::before {
    display: block;
  }
  .site-header {
    display: block;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .first-view {
    min-height: 840px;
  }
  .header-navBox {
    display: none;
  }
  .kv {
    margin: 0;
  }
  .kv__img {
    border-radius: 0 0 85px 0;
    height: calc(100vh - 200px);
    height: calc(100dvh - 200px);
  }
  .kv__img__cap {
    right: 30px;
    bottom: 10px;
  }
  .kv__txtBox {
    left: 5.5%;
    top: 60%;
    max-width: 90%;
  }
}
@media screen and (max-width: 519px) {
  .top-header .fix-cv {
    bottom: 100px;
    height: 50px;
  }
  .en-page .top-header .fix-cv {
    bottom: 26px;
  }
  .first-view {
    min-height: 480px;
    height: calc(var(--vh, 1vh) * 100);
  }
  .kv__img {
    border-radius: 0 0 55px 0;
    min-height: 330px;
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
  }
  #keySlider .swiper-pagination {
    left: 5%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .header-box2 {
    height: 100px;
  }
  .header-box2__ttlBox {
    position: relative;
  }
  .header-box2__ttl {
    display: inline-block;
    padding: 0 70px 0 0;
  }
  .header-box2__ttl::before {
    width: 6px;
  }
  .header-box2__ttl::after {
    width: 62px;
  }
  .header-box2__ttl img {
    width: 50px;
  }
  .header-box2__link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: -0.3em -0.3em -0.1em 0.2em;
  }
  .header-box2__list {
    padding-left: 0;
    font-size: 1.06em;
    line-height: 1.4;
  }
  .header-open__txt1 {
    padding: 2px 72px 0 0;
    margin-right: 12px;
  }
  .header-open__txt1::before {
    width: 6px;
  }
  .header-open__txt1::after {
    width: 62px;
  }
  .header-open__txt1 img {
    width: 50px;
  }
  .header-open__txt2 {
    font-size: 1.4rem;
  }
  .header-box3 {
    padding: 6px 0;
  }
  .header-slogo {
    padding: 0 10px;
  }
  .header-slogo img {
    width: 50px;
  }
}
/* merit */
.meritLb {
  margin-bottom: 22px;
  color: #4f5984;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
}
.meritLb .six {
  vertical-align: baseline;
  margin-right: -10px;
}
.meritLb br {
  display: none;
}

.meritCatch {
  position: relative;
  margin-bottom: 90px;
  color: #121b3e;
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.meritCatch::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: block;
  background: url("../img/top/merit_icon_arrow.svg") 50% 100% no-repeat;
  background-size: 44px;
  width: 44px;
  height: 52px;
  margin-left: -22px;
}
.meritCatch > span {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: solid 1px #4f5984;
  background: #fff;
}
.meritCatch > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: block;
  background: #fff;
  width: 18px;
  height: 5px;
  margin-left: -9px;
}
.meritCatch br {
  display: none;
}

.meritList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.meritList > li {
  width: 45.45%;
  margin-bottom: 75px;
}
.meritList__lb {
  position: relative;
  padding-left: 58px;
  margin-bottom: 15px;
  color: #121b3e;
  font-size: 1.875em;
  font-weight: 700;
}
.meritList__lb__num {
  position: absolute;
  left: 0;
  top: -25px;
}
.meritList__lb__txt {
  display: block;
  padding: 0 2px 6px;
  border-bottom: solid 1px #4f5984;
}
.meritList__txt {
  margin-bottom: 18px;
}
.meritList__img {
  position: relative;
  padding-right: 125px;
}
.is-wide .meritList__img figure + figure {
  margin-top: 20px;
}
.meritList__link {
  position: absolute;
  right: 0;
  top: 0;
}
.is-wide .meritList__link {
  top: auto;
  bottom: 0;
}

.meritLink {
  max-width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .meritList li.is-wide {
    max-width: 900px;
    width: 81.82%;
    margin-left: auto;
    margin-right: auto;
  }
  .is-wide .meritList__lb, .is-wide .meritList__txt {
    max-width: 740px;
  }
  .is-wide .meritList__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 885px;
  }
  .is-wide .meritList__img figure + figure {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1179px) {
  .meritList__lb {
    font-size: clamp(1.6em, 2.68vw, 1.875em);
  }
}
@media screen and (max-width: 959px) {
  .meritLb br {
    display: block;
  }
  .meritCatch br {
    display: block;
  }
  .meritList {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .meritList > li {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .meritLb {
    font-size: 1.8em;
  }
  .meritLb .six {
    width: 50px;
    margin-right: -7px;
  }
  .meritCatch {
    margin-bottom: 65px;
    font-size: 1.2em;
  }
  .meritCatch > span {
    padding: 10px 8px;
  }
  .meritList > li {
    margin-bottom: 55px;
  }
  .meritList__lb {
    padding-left: 48px;
    font-size: 6.8vw;
    font-size: min(1.875em, 6.8vw);
    line-height: 1.3;
  }
  .meritList__lb__num {
    top: -18px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .meritList__lb__txt {
    padding-bottom: 4px;
  }
  .meritList__img {
    max-width: 360px;
    width: 88%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .meritList__link {
    position: static;
    margin-top: 15px;
    text-align: right;
  }
}
/* about */
#top-about .flex-lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top-about .m-cap_image {
  text-align: right;
  padding-right: 22%;
}

@media screen and (max-width: 767px) {
  #top-about .m-cap_image {
    padding-right: 0;
  }
}
/* news */
#top-news .moreLink {
  text-align: right;
  margin-top: 15px;
}

.news-list {
  border-bottom: solid 1px #4f5984;
  line-height: 1.5;
  text-align: right;
  padding: 18px 0 10px;
}
.news-list .no-post {
  margin-bottom: 15px;
}

.news-article {
  margin-bottom: 15px;
}
.news-article__date {
  display: inline;
  color: #cccbca;
  margin-right: 0.7em;
}
.news-article__ttl {
  display: inline;
  font-size: 1em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #top-news .m-lb-img {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  #top-news .moreLink {
    margin-top: 13px;
  }
  .news-list {
    padding: 12px 7px 5px;
  }
  .news-article {
    margin-bottom: 10px;
  }
}
/* feature */
.featureBox {
  position: relative;
  color: #121b3e;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5;
  min-height: 400px;
}
.featureBox.is-left {
  text-align: left;
}
.featureBox.is-right {
  text-align: right;
}
.featureBox__imgBox {
  position: absolute;
  top: 0;
  max-width: 36.36%;
}
.is-left .featureBox__imgBox {
  right: 0;
  text-align: right;
}
.is-right .featureBox__imgBox {
  left: 0;
  text-align: left;
}
.featureBox__link {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.is-left .featureBox__link {
  left: -175px;
}
.is-right .featureBox__link {
  right: -180px;
}
.featureBox__ttl {
  margin-bottom: 30px;
}
.featureBox__ttl__num {
  display: block;
  border-bottom: solid 1px #4f5984;
  padding: 0 13px 5px;
  margin-bottom: 25px;
}
.featureBox__ttl__txt {
  display: block;
  max-width: 58%;
}
.is-right .featureBox__ttl__txt {
  margin-left: auto;
}
.featureBox__txtBox {
  position: relative;
  z-index: 1;
  max-width: 58%;
}
.is-right .featureBox__txtBox {
  margin-left: auto;
}

.featureBg--right, .featureBg--left {
  position: relative;
}
.featureBg--right::before, .featureBg--left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background: #e5e5e4;
  width: 100vw;
}
.featureBg--right > *, .featureBg--left > * {
  position: relative;
}

.featureBg--left {
  padding: 60px 0 45px;
}
.featureBg--left::before {
  right: 0;
  border-radius: 0 85px 0 0;
}
.featureBg--right {
  padding: 60px 0 125px 30px;
}
.featureBg--right::before {
  left: 0;
  border-radius: 0 0 0 85px;
}

.featureBgImg {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 622px;
  margin-left: -50vw;
  overflow: hidden;
}

#top-feature-01 {
  min-height: 0;
}

#top-feature-02 {
  margin-top: 160px;
}

#top-feature-03 {
  min-height: 0;
  margin-top: 75px;
}

#top-feature-04 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  #top-feature .m-inner {
    width: 100%;
  }
  .featureBox {
    font-size: 1.286em;
    padding: 0 2.67%;
  }
  .featureBox.is-left {
    margin-right: -5.634%;
  }
  .featureBox.is-right {
    margin-left: -5.634%;
  }
  .featureBox__imgBox {
    top: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .is-left .featureBox__imgBox {
    right: -25px;
    padding-left: 160px;
    margin-left: auto;
  }
  .is-right .featureBox__imgBox {
    padding-right: 155px;
    margin-right: auto;
  }
  .is-normal .featureBox__imgBox {
    position: static;
  }
  .is-left .featureBox__link {
    left: 0;
  }
  .is-right .featureBox__link {
    right: 10px;
  }
  .featureBox__ttl {
    margin-bottom: 15px;
  }
  .featureBox__ttl__num {
    line-height: 1.4;
    padding: 0 7px;
    margin-bottom: 12px;
  }
  .featureBox__ttl__num img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .featureBox__ttl__txt {
    max-width: 100%;
  }
  .featureBox__ttl__txt img {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  .is-left .featureBox__ttl__txt img {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .is-right .featureBox__ttl__txt img {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .featureBox__txtBox {
    max-width: 100%;
  }
  .is-left .featureBox__txtBox {
    padding-right: 2.74%;
  }
  .is-right .featureBox__txtBox {
    padding-left: 5.48%;
  }
  .featureBg--left {
    padding: 30px 0 20px;
  }
  .featureBg--left::before {
    border-radius: 0 55px 0 0;
  }
  .featureBg--right {
    padding: 30px 2.67% 50px;
  }
  .featureBg--right::before {
    border-radius: 0 0 0 55px;
  }
  .featureBgImg {
    display: none;
  }
  #top-feature-02 {
    margin-top: calc(78vw + 55px);
  }
  #top-feature-03 {
    margin-top: 45px;
  }
  #top-feature-03 .featureBox__imgBox {
    margin-top: 50px;
  }
  #top-feature-04 {
    margin-top: calc(78vw + 45px);
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  #top-feature-02 {
    margin-top: 455px;
  }
  #top-feature-03 {
    margin-top: 85px;
  }
  #top-feature-04 {
    margin-top: 465px;
  }
}
@media screen and (max-width: 519px) {
  .is-left .featureBox__imgBox {
    padding-left: 125px;
  }
  .is-right .featureBox__imgBox {
    padding-right: 120px;
  }
}
/* plan */
.planBox {
  border-radius: 0 85px 0 85px;
  border: solid 1px #4f5984;
  background: #fff;
  padding: 45px 0 35px;
}
.planBox + .planBox {
  margin-top: 75px;
}
.planBox .flex-lr {
  padding: 0 75px 0 45px;
}
.planBox .flex-lr__left {
  position: relative;
  width: 50%;
  min-height: 365px;
  padding-bottom: 45px;
}
.planBox .flex-lr__right {
  width: 43.456%;
}
.planBox__ttl {
  position: relative;
  border-bottom: solid 3px #4f5984;
  font-size: 1em;
  padding: 0 45px 5px;
  margin-bottom: 55px;
}
.planBox__ttl__en {
  line-height: 1;
}
.planBox__ttl__ja {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #4f5984;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 0.67em 1.1em 0.47em;
}
.planBox__catch {
  color: #121b3e;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.32em;
}
.planBox__link {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  margin: 15px 35px 0 0;
}
.is-reverse .planBox__link {
  margin-top: 45px;
}
.planBox__pic {
  margin-top: -20px;
}

.planBgImg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 200px;
  width: 100vw;
  height: 885px;
  margin-left: -50vw;
  overflow: hidden;
}

.optionTitle {
  font-size: 1em;
  margin-bottom: 25px;
}
.optionTitle__en {
  line-height: 1;
}
.optionTitle__ja {
  display: inline-block;
  vertical-align: bottom;
  background: #4f5984;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 0.67em 1.1em 0.47em;
  margin: 0 0 10px 25px;
}

.optionBox {
  position: relative;
  border-radius: 0 75px 0 75px;
  background: #e5e5e4;
  width: 47.27%;
  padding: 35px 45px 65px;
}
.optionBox__ttl {
  color: #121b3e;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 30px;
}
.optionBox__img {
  margin-bottom: 15px;
}
.optionBox__link {
  position: absolute;
  right: 70px;
  bottom: 25px;
}

.optionLink__item {
  width: 47.27%;
}

.priceLink {
  text-align: center;
  margin-top: 50px;
}
.priceLink .m-link01--b {
  padding: 0 35px;
}
.priceLink .m-link01__ja {
  text-align: left;
}
.priceLink .m-link01__ja::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  display: block;
  border-bottom: solid 1px #4f5984;
  width: 10px;
}
.priceLink .m-link01__ja::after {
  left: -10px;
  right: -10px;
  width: auto;
  margin-left: 0;
}
.priceLink .m-link01__ja img {
  vertical-align: middle;
  margin-left: 0.8em;
}
.priceLink .m-link01__en {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .planBox .flex-lr__left {
    min-height: 0;
    padding-bottom: 0;
  }
  .planBox__ttl {
    padding-right: 230px;
  }
  .planBox__link {
    position: static;
    margin: 5px 12px 0 0 !important;
  }
  .optionLink__item {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .planBox {
    border-radius: 0 55px 0 55px;
    padding: 30px 0 40px;
  }
  .planBox + .planBox {
    margin-top: 45px;
  }
  .planBox .flex-lr {
    padding: 0 10px;
  }
  .planBox__ttl {
    border-bottom-width: 2px;
    padding: 0 13px 5px;
    margin-bottom: 45px;
  }
  .planBox__ttl__ja {
    bottom: auto;
    top: 100%;
    font-size: 1em;
    padding: 0.67em 0.9em 0.47em;
  }
  .planBox__catch {
    font-size: 1.286em;
    margin-bottom: 0.7em;
  }
  .planBox__link {
    margin: 5px 12px 0 0 !important;
  }
  .planBgImg {
    display: none;
  }
  #top-plan-01 .planBox__ttl {
    padding-right: 58.7%;
  }
  #top-plan-02 .planBox__ttl {
    padding-right: 8.78%;
  }
  #top-plan-03 .planBox__ttl {
    padding-right: 41%;
  }
  .optionTitle {
    margin-bottom: 20px;
  }
  .optionTitle__en img {
    width: 120px;
  }
  .optionTitle__ja {
    font-size: 1em;
    padding: 0.67em 0.9em 0.47em;
    margin: 0 0 5px 20px;
  }
  .optionBox {
    border-radius: 0 55px 0 55px;
    padding: 20px 7% 45px;
  }
  .optionBox__ttl {
    margin-bottom: 15px;
  }
  .optionBox__link {
    right: 7%;
    bottom: 20px;
  }
}
/* access */
#top-access {
  color: #121b3e;
}
#top-access .m-inner {
  padding: 55px 0;
}
#top-access .m-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 0 0 85px 0;
  background: #e5e5e4;
  width: 100vw;
}
#top-access .m-inner > * {
  position: relative;
}
#top-access .flex-lr {
  position: relative;
  padding-right: 67px;
}
#top-access .flex-lr__left {
  width: 35.6%;
}
#top-access .flex-lr__right {
  width: 63.4%;
}

.accessTxt--01 {
  font-size: 1.25em;
  line-height: 1.7;
}
.accessTxt--02 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.556;
  margin-bottom: 8px;
}
.accessTxt--03 {
  font-size: 0.938em;
  line-height: 1.7;
}

.map {
  border: solid 1px #4f5984;
}
.map iframe {
  width: 100%;
  width: calc(100% - 1px);
}

.accessInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35.6%;
}
.accessInfo__img {
  margin-bottom: 12px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .accessTxt--01 {
    font-size: 1em;
  }
}
@media screen and (max-width: 959px) {
  #top-access .flex-lr__right {
    text-align: center;
  }
  .accessInfo {
    position: static;
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #top-access .m-inner {
    width: 100%;
    padding: 30px 2.67% 45px;
  }
  #top-access .m-inner::before {
    border-radius: 0 0 55px 0;
  }
  #top-access .flex-lr {
    padding-right: 0;
  }
  .accessTxt--01 {
    font-size: 1.286em;
    line-height: 1.444;
  }
  .accessTxt--02 {
    font-size: 1.04em;
    margin-bottom: 5px;
  }
  .accessTxt--03 {
    font-size: 0.857em;
  }
  .map {
    position: relative;
    height: 0;
    padding-top: 72.817%;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* blog */
#top-blog .m-lb-img {
  border-bottom: solid 1px #4f5984;
  padding-bottom: 18px;
  margin-bottom: 50px;
}
#top-blog .moreLink {
  text-align: right;
  margin-top: 45px;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -33px;
}
.blog-list .no-post {
  padding: 30px 0;
}

.blog-article {
  width: 25%;
  padding-right: 33px;
}
.blog-article__img {
  position: relative;
  height: 0;
  padding-top: 84%;
  margin-bottom: 12px;
}
.blog-article__img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-article__ttl {
  position: relative;
  display: block;
  font-size: 1.125em;
  line-height: 1.444;
  padding-bottom: 10px;
  margin: 0 0 3px;
}
.blog-article__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: solid 1px #4f5984;
  width: 50px;
}
.blog-article__date {
  display: block;
  color: #cccbca;
}

@media screen and (max-width: 767px) {
  #top-blog .m-lb-img {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  #top-blog .m-lb-img img {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  #top-blog .moreLink {
    margin-top: 13px;
  }
  .blog-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
  }
  .blog-list .no-post {
    padding: 20px 0;
  }
  .blog-article {
    width: 50%;
    padding: 0 12px 25px 0;
  }
  .blog-article__img {
    margin-bottom: 10px;
  }
  .blog-article__ttl {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .blog-article__ttl::after {
    width: 25px;
  }
}/*# sourceMappingURL=style_top.css.map */