@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #B4910A;
  --cc-secondary: #0071bc;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- MV

================================================ */
.top-mv {
  position: relative;
}

/*--- media screen ---*/
/* ================================================

- MV

================================================ */
.top-sc {
  position: relative;
  z-index: 1;
}

.top-sc__inner {
  position: relative;
}

.top-mv__banner {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv__banner {
    display: block;
    padding: 32px 0 25px;
    background-color: #FFFFFF;
  }
  .top-mv__banner__image {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  padding: 26px 0 22px;
  background-color: #655D5B;
}

.top-showcase {
  max-width: 1154px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-showcase__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 30px;
}

.top-showcase__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(33.3333333333% - 20px);
  min-height: 121px;
  padding-left: 20px;
  padding-bottom: 7px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.top-showcase__item p {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.429;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.top-showcase__item p small {
  font-size: 1.375rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    padding: 7.467vw 0;
  }
  .top-showcase__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .top-showcase__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 85.333vw;
    min-height: 27.733vw;
    padding-left: 5.333vw;
    padding-bottom: 0;
  }
  .top-showcase__item p {
    font-size: 6.4vw;
  }
  .top-showcase__item p small {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- infomation

================================================ */
.top-sc.-infomation {
  padding: 107px 0 100px;
  background-image: url("../images/top/info_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-infomation {
  margin-top: 45px;
}

.top-infomation__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.429;
}

.top-infomation__item:not(:first-of-type) {
  margin-top: 14px;
}

.top-infomation__day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 153px;
}

.top-infomation__txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-infomation {
    padding: 13.333vw 0 13.333vw;
    background-image: url("../images/top/info_bg_sp.jpg");
  }
  .top-sc.-infomation .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-infomation {
    margin-top: 9.333vw;
  }
  .top-infomation__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.2666666667vw;
  }
  .top-infomation__item:not(:first-of-type) {
    margin-top: 3.733vw;
  }
  .top-infomation__day {
    width: 100%;
  }
}
/* ================================================

- location

================================================ */
.top-sc.-location {
  padding: 94px 0 120px;
}

.top-location {
  margin-top: 69px;
}

.top-location__lead {
  width: 409px;
}

.top-location__map {
  max-width: 1008px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.top-location__map img {
  display: block;
}
.top-location__map figcaption {
  margin-top: 20px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-location {
    padding: 13.333vw 0 15vw;
  }
  .top-sc.-location .m-sc__head {
    padding: 0 5.333vw;
  }
  .top-location {
    margin-top: 13.333vw;
  }
  .top-location__lead {
    width: 74.667vw;
    margin-left: 5.333vw;
  }
  .top-location__map {
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
  .top-location__map figcaption {
    margin-top: 2.667vw;
    font-size: 2.9333333333vw;
    text-align: left;
  }
}
/* ================================================

- access

================================================ */
.top-sc.-access {
  padding-bottom: 165px;
}

.top-access__map {
  max-width: 783px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-access__root {
  max-width: 692px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

.top-access__root__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 25px 46px;
  margin-top: 44px;
}

.top-access__root__item {
  width: calc(50% - 23px);
}

.top-access__note {
  margin-top: 40px;
  text-align: right;
}
.top-access__note p {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top-access__note p:not(:first-of-type) {
  margin-top: 8px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-access {
    padding-bottom: 16vw;
  }
  .top-access__root {
    margin-top: 13.333vw;
  }
  .top-access__root__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.667vw;
    margin-top: 10.667vw;
  }
  .top-access__root__item {
    width: 69.333vw;
  }
  .top-access__note {
    margin-top: 9.333vw;
    padding: 0 5.333vw;
    text-align: left;
  }
  .top-access__note p {
    font-size: 2.9333333333vw;
    line-height: 1.425;
  }
  .top-access__note p:not(:first-of-type) {
    margin-top: 0.533vw;
  }
}
/* ================================================

- benefits

================================================ */
.top-sc.-benefits {
  padding: 103px 0 165px;
  background-image: url("../images/top/biz_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.top-benefits {
  margin-top: 87px;
}

.top-benefits__bis__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-benefits__bis__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 28px;
}

.top-benefits__bis__logo {
  width: 336px;
}

.top-benefits__bis__data {
  margin-top: 25px;
  margin-left: 100px;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.top-benefits__bis__summary {
  margin-top: 62px;
}
.top-benefits__bis__summary p {
  font-size: 1rem;
  line-height: 1.799;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top-benefits__bis__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 543px;
}

.top-benefits__plan {
  margin-top: 47px;
  padding: 0 40px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

.top-benefits__plan__summary {
  padding: 51px 0 48px;
  text-align: center;
}
.top-benefits__plan__summary p {
  font-size: 1.375rem;
  line-height: 1.761;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.top-benefits__plan__lead {
  border-top: dotted 1px #000000;
  padding: 27px 0 32px;
  text-align: center;
}
.top-benefits__plan__lead p {
  font-size: 1.375rem;
  line-height: 1.761;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #B4910A;
}

.top-benefits__plan__lead__min {
  margin-top: 20px;
  text-align: center;
}
.top-benefits__plan__lead__min p {
  font-size: 1rem;
  line-height: 1.766;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
.top-benefits__plan__lead__min p a {
  color: #000000;
}

.top-benefits__btn {
  width: 428px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
}
.top-benefits__btn a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (hover: hover) {
  .top-benefits__btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .top-benefits__btn a:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-benefits {
    padding: 13.333vw 0 16vw;
    background-image: url("../images/top/biz_bg_sp.jpg");
  }
  .top-sc.-benefits .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-benefits {
    margin-top: 16vw;
  }
  .top-benefits__bis__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .top-benefits__bis__summarys {
    width: 100%;
    padding-top: 0;
  }
  .top-benefits__bis__logo {
    width: 74.667vw;
    margin: 0 auto;
  }
  .top-benefits__bis__data {
    margin-top: 20px;
    margin-left: 0;
    font-size: 2.9333333333vw;
    text-align: center;
  }
  .top-benefits__bis__summary {
    margin-top: 9vw;
  }
  .top-benefits__bis__summary p {
    font-size: 4vw;
  }
  .top-benefits__bis__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .top-benefits__plan {
    margin-top: 10.667vw;
    padding: 0;
  }
  .top-benefits__plan__summary {
    padding: 6.667vw 0;
  }
  .top-benefits__plan__summary p {
    font-size: 4.8vw;
  }
  .top-benefits__plan__lead {
    padding: 6.667vw 0;
  }
  .top-benefits__plan__lead p {
    font-size: 4.8vw;
  }
  .top-benefits__plan__lead__min {
    margin-top: 5.333vw;
    text-align: center;
  }
  .top-benefits__plan__lead__min p {
    font-size: 3.7333333333vw;
  }
  .top-benefits__btn {
    width: 85.333vw;
    margin-top: 10.667vw;
  }
}