@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------------------------------------- layout */
.spi, .spib, .sp {
  display: none;
}

.pci {
  display: inline;
}

.pcib {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 765px) {
  .pci, .pcib, .pc {
    display: none;
  }
  .spi {
    display: inline;
  }
  .spib {
    display: inline-block;
  }
  .sp {
    display: block;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav ul {
  list-style: none;
}

a, span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 765px) {
  body h1, body h2, body h3, body h4, body p, body ul, body li, body div, body section, body span, body nav, body main, body a, body header, body picture {
    max-width: none !important;
    max-height: none !important;
  }
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #000;
}

@media (hover: hover) {
  a:hover:hover {
    opacity: 0.7 !important;
    -webkit-transition: all 0ms linear !important;
    transition: all 0ms linear !important;
  }
}
a:hover:active {
  opacity: 0.7;
}

img {
  width: 100%;
}

.container {
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  body .header,
  body .header__nav,
  body .header__wrap,
  body .header__logo,
  body .sp-btn__link,
  body .sp-btn__btn-wrap,
  body .sp-btn__btn-wrap span {
    -webkit-transition: all 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
}

body.is-open-nav {
  position: fixed;
}
body.is-open-nav .header {
  inset: 0;
  background: #E8F0F7;
}
body.is-open-nav .header__nav {
  opacity: 1;
  pointer-events: auto;
}
body.is-open-nav .header__wrap {
  height: auto;
}
body.is-open-nav .header__logo,
body.is-open-nav .sp-btn__link {
  opacity: 0;
  pointer-events: none;
}
body.is-open-nav .sp-btn__btn-wrap span:nth-child(1), body.is-open-nav .sp-btn__btn-wrap span:nth-child(3) {
  inset: calc(50% - 0.1333333333vw) 0 auto 0;
}
body.is-open-nav .sp-btn__btn-wrap span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.is-open-nav .sp-btn__btn-wrap span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.is-open-nav .sp-btn__btn-wrap span:nth-child(2) {
  opacity: 0;
}

.cv-btn {
  background: #ede800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0068b7 !important;
  letter-spacing: 0.1em;
  padding: 0 4.5em 0 1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin: 0 !important;
}
.cv-btn:after {
  content: "";
  position: absolute;
  inset: calc(50% - 0.5em) 1em 0 auto;
  width: 0.524em;
  height: 1em;
  background: url(../img/icon-arr.svg) no-repeat center center/contain;
}
@media screen and (max-width: 765px) {
  .cv-btn {
    padding: 0 3em 0 1em;
  }
  .cv-btn:after {
    inset: calc(50% - 0.5em) 1em 0 auto;
  }
}

.sp-btn {
  display: none;
}
@media screen and (max-width: 765px) {
  .sp-btn {
    z-index: 60;
    position: fixed;
    inset: 0 0 auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sp-btn .cv-btn {
    height: 9.0666666667vw;
    font-size: 2.96vw;
    border-radius: 0.5333333333vw;
  }
  .sp-btn__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    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;
  }
  .sp-btn__btn-wrap {
    width: 5.7333333333vw;
    height: 3.2vw;
    position: relative;
  }
  .sp-btn__btn-wrap span {
    position: absolute;
    height: 0.2666666667vw;
    background: #3265B2;
    inset: 0;
  }
  .sp-btn__btn-wrap span:nth-child(1) {
    inset: 0 0 auto 0;
    bottom: auto;
  }
  .sp-btn__btn-wrap span:nth-child(2) {
    inset: calc(50% - 0.1333333333vw) 0 auto 0;
  }
  .sp-btn__btn-wrap span:nth-child(3) {
    inset: auto 0 0 0;
  }
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  padding: 0vw 1.3888888889vw 0vw 3.125vw;
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 0px 20px 0px 45px;
  }
}
.header {
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
}
.header__wrap {
  height: 6.9444444444vw;
  max-height: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 15.1388888889vw;
  max-width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.4722222222vw;
  max-height: 50px;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .header__link {
    font-size: 16px;
  }
}
.header__link {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding: 0 1.5em;
}
.header__link:nth-child(6) {
  padding-right: 3em;
}
.header__link:last-child {
  padding-right: 3em;
}
.header .cv-btn {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .header .cv-btn {
    font-size: 15px;
  }
}
.header .cv-btn {
  height: 3.8194444444vw;
  max-height: 55px;
  border-radius: 0.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .header .cv-btn {
    margin-left: 3px;
  }
}
@media screen and (max-width: 765px) {
  .header {
    padding: 0;
  }
  .header__wrap {
    width: 100vw;
    height: 13.3333333333vw;
  }
  .header__logo {
    width: 32.5333333333vw;
    margin-left: 4vw;
  }
  .header__nav {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    inset: 0;
    display: block;
    padding: 14.6666666667vw 5.3333333333vw;
  }
  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 4vw;
    padding: 1.7em 0 1.7em 1em !important;
    position: relative;
    color: #0068b7;
    border-bottom: solid 0.1333333333vw #3265B2;
  }
  .header__link:first-child {
    border-top: solid 0.1333333333vw #3265B2;
  }
  .header .cv-btn {
    font-size: 4vw;
    height: 14.6666666667vw;
    width: 80vw;
    border-radius: 0.9333333333vw;
    margin: 9.3333333333vw auto 0 4vw !important;
    background: #3265B2;
    color: #ede800 !important;
  }
  .header .cv-btn:after {
    background: url(../img/icon-arr-y.svg) no-repeat center center/contain;
  }
}

/*---------------------------------------------------------------- mv */
.mv {
  margin: 7.2916666667vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .mv {
    margin: 105px auto 0px auto;
  }
}
@media screen and (max-width: 765px) {
  .mv {
    margin-top: 13.3333333333vw;
  }
}

/*---------------------------------------------------------------- mv-main*/
.mv-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: auto;
  max-width: 2200px;
}
@media screen and (min-height: 700px) {
  .mv-main {
    height: calc(100svh - 7.2916666667vw - 7.6388888889vw);
  }
}
@media screen and (min-height: 700px) and (min-width: 1440px) {
  .mv-main {
    height: calc(100svh - 105px - 190px);
  }
  .mv-main .mv-main__img img {
    height: calc(100svh - 105px - 190px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mv-main {
  max-height: 1000px;
}
@media screen and (max-width: 1600px) {
  .mv-main {
    max-height: 50vw;
  }
}
.mv-main__main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv-main__img {
  width: 50%;
  padding-top: 2.6666666667vw;
}
.mv-main__img img {
  width: 51.9444444444vw;
  max-width: 748px;
  margin: 0vw 0vw 0vw -8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .mv-main__img img {
    margin: 0px 0px 0px -120px;
  }
}
.mv-main__copy {
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 3.6805555556vw;
  font-size: max(3.6805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-main__copy {
    font-size: 53px;
  }
}
.mv-main__copy {
  margin-bottom: 0.5em;
}
.mv-main__copy strong {
  color: #0068b7;
}
.mv-main__copy small {
  font-size: 2.6388888889vw;
  font-size: max(2.6388888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-main__copy small {
    font-size: 38px;
  }
}
.mv-main__copy small {
  position: relative;
}
.mv-main__copy small.is-v-center {
  bottom: 0.15em;
}
.mv-main__lead {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-main__lead {
    font-size: 19px;
  }
}
.mv-main__lead {
  line-height: 1.73684211;
  margin-bottom: 2em;
}
.mv-main .cv-btn {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-main .cv-btn {
    font-size: 22px;
  }
}
.mv-main .cv-btn {
  height: 5.5555555556vw;
  max-height: 80px;
  border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .mv-main .cv-btn {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1440px) and (min-height: 800px) {
  .mv-main .mv-main__copy {
    font-size: min(3.6805555556vw, 79.5px);
  }
  .mv-main .mv-main__lead {
    font-size: min(1.3194444444vw, 28.5px);
  }
  .mv-main .mv-main__img img {
    max-width: none;
    max-width: 1000px !important;
  }
  .mv-main .cv-btn {
    font-size: min(1.5277777778vw, 26.4px);
    height: 5.5555555556vw;
    max-height: 96px;
  }
}
@media screen and (max-width: 765px) {
  .mv-main {
    max-width: none;
    max-height: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .mv-main__main {
    width: auto;
    padding: 0 0 6.6666666667vw 0;
  }
  .mv-main__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-main__img {
    padding: 6.6666666667vw 0;
    width: 89.3333333333vw;
    margin: auto;
  }
  .mv-main__img img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
    width: 100%;
    margin: 0;
  }
  .mv-main__copy {
    text-align: center;
    font-size: 8.5333333333vw;
  }
  .mv-main__copy small {
    font-size: 6vw;
  }
  .mv-main__lead {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 1em;
  }
  .mv-main .cv-btn {
    font-size: 4vw;
    height: 14.6666666667vw;
    width: 80vw;
    border-radius: 0.9333333333vw;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*---------------------------------------------------------------- mv-data */
.mv-data {
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
}
.mv-data__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875vw;
  font-size: max(1.875vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-data__ttl {
    font-size: 27px;
  }
}
.mv-data__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
  letter-spacing: 0.05em;
}
.mv-data__ttl:before, .mv-data__ttl:after {
  font-size: 1.4em;
  padding: 0 0.2em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mv-data__ttl:before {
  content: "＼";
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.mv-data__ttl:after {
  content: "／";
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.mv-data__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 9.7222222222vw;
  max-height: 140px;
}
@media screen and (max-width: 765px) {
  .mv-data {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-data__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    margin: 0;
  }
  .mv-data__ttl:before, .mv-data__ttl:after {
    padding: 0;
    font-size: 1.2em;
  }
  .mv-data__wrap {
    background-color: #3265B2;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

/*---------------------------------------------------------------- mv-num */
.mv-num {
  width: 56.25vw;
  max-width: 810px;
  background-color: #fff;
  position: relative;
  padding: 1.3888888889vw 1.3888888889vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .mv-num {
    padding: 20px 20px 0px 0px;
  }
}
.mv-num {
  color: #0068b7;
}
.mv-num:before {
  content: "";
  position: absolute;
  inset: 0 0 0 -100vw;
  background: #3265B2;
  z-index: 1;
  border-top-right-radius: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .mv-num:before {
    border-top-right-radius: 20px;
  }
}
.mv-num__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv-num__item {
  background: #fff;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .mv-num__item {
    margin-left: 12px;
  }
}
.mv-num__item {
  height: 6.9444444444vw;
  max-height: 100px;
  padding: 0em 1em;
  min-width: 12.0138888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1440px) {
  .mv-num__item {
    min-width: 173px;
  }
}
.mv-num__label {
  display: block;
  text-align: center;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-num__label {
    font-size: 19px;
  }
}
.mv-num__label {
  line-height: 1;
  margin-bottom: 0.1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.mv-num__num {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 2.0833333333vw;
  font-size: max(2.0833333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-num__num {
    font-size: 30px;
  }
}
.mv-num__num {
  line-height: 1;
  position: relative;
}
.mv-num__num strong {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-num__num strong {
    font-size: 40px;
  }
}
.mv-num__num small {
  position: absolute;
  inset: auto 0 -1.2em 0;
  display: block;
  text-align: center;
  font-size: 0.6944444444vw;
  font-size: max(0.6944444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-num__num small {
    font-size: 10px;
  }
}
@media screen and (max-width: 765px) {
  .mv-num {
    width: 89.3333333333vw;
    margin: auto;
    padding: 4vw 0 0 0;
    background: transparent;
  }
  .mv-num:before {
    display: none;
  }
  .mv-num__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.6666666667vw;
  }
  .mv-num__item {
    width: 43.3333333333vw;
    border-radius: 1.3333333333vw;
    height: 20vw;
    padding: 0;
  }
  .mv-num__label {
    font-size: 3.7333333333vw;
  }
  .mv-num__num {
    font-size: 6.6666666667vw;
  }
  .mv-num__num strong {
    font-size: 8.1333333333vw;
  }
  .mv-num__num small {
    font-size: 2.4vw;
  }
}

/*---------------------------------------------------------------- mv-service */
.mv-service {
  width: 35.0694444444vw;
  max-width: 505px;
  position: relative;
}
.mv-service:before, .mv-service:after {
  content: "";
  position: absolute;
}
.mv-service:before {
  inset: 0 -100vw 0 0;
  background: #3265B2;
  z-index: 1;
}
.mv-service:after {
  inset: 0 -100vw 55% 0;
  background: #fff;
  z-index: 2;
  border-bottom-left-radius: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .mv-service:after {
    border-bottom-left-radius: 20px;
  }
}
.mv-service__list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.2777777778vw;
}
@media screen and (min-width: 1440px) {
  .mv-service__list {
    padding-top: 4px;
  }
}
.mv-service__item {
  width: 8.3333333333vw;
  max-width: 120px;
}
.mv-service__item:nth-child(1) .mv-service__icon {
  background-image: url(../img/mv-icon1.svg);
}
.mv-service__item:nth-child(2) .mv-service__icon {
  background-image: url(../img/mv-icon2.svg);
}
.mv-service__item:nth-child(3) .mv-service__icon {
  background-image: url(../img/mv-icon3.svg);
}
.mv-service__item:nth-child(4) {
  width: 10.0694444444vw;
  max-width: 145px;
}
.mv-service__item:nth-child(4) .mv-service__icon {
  background-image: url(../img/mv-icon4.svg);
}
.mv-service__icon {
  display: block;
  width: 5.5555555556vw;
  max-width: 80px;
  height: 5.5555555556vw;
  max-height: 80px;
  background: no-repeat center center/contain;
  margin: auto;
}
.mv-service__ttl {
  position: relative;
  margin-top: -0.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .mv-service__ttl {
    margin-top: -3px;
  }
}
.mv-service__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv-service__ttl {
    font-size: 17px;
  }
}
.mv-service__ttl {
  line-height: 1.29411765;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 765px) {
  .mv-service {
    width: 89.3333333333vw;
    margin: auto;
    padding: 4vw 0 0 0;
  }
  .mv-service:before, .mv-service:after {
    display: none;
  }
  .mv-service__list {
    padding: 0;
  }
  .mv-service__item {
    width: 25% !important;
    min-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-service__icon {
    display: block;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    margin: 0;
  }
  .mv-service__ttl {
    margin-top: -1.3333333333vw;
    font-size: 3.0666666667vw;
  }
}

/*---------------------------------------------------------------- issue */
.issue {
  position: relative;
  padding: 5.2083333333vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .issue {
    padding: 75px 0px 100px 0px;
  }
}
.issue:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 13.5416666667vw;
  max-height: 195px;
  background: #3265B2;
  z-index: -1;
}
.issue__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .issue__ttl {
    font-size: 40px;
  }
}
.issue__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .issue__ttl {
    font-size: 6vw;
  }
}
.issue__ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .issue__ttl {
    margin-bottom: 40px;
  }
}
.issue__list {
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.7361111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .issue__list {
    gap: 25px 0px;
  }
}
.issue__item {
  width: 29.1666666667vw;
  max-width: 420px;
  height: 11.1111111111vw;
  max-height: 160px;
  background: #fff;
  border-radius: 0.7638888889vw;
}
@media screen and (min-width: 1440px) {
  .issue__item {
    margin-left: 11px;
  }
}
.issue__item {
  border: solid 1px #86ADD6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issue__img {
  padding-top: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .issue__img {
    padding-top: 5px;
  }
}
.issue__img {
  width: 6.9444444444vw;
  max-width: 100px;
  margin-left: 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .issue__img {
    margin-left: 30px;
  }
}
.issue__main {
  width: 18.0555555556vw;
  max-width: 260px;
  margin-left: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .issue__main {
    margin-left: 25px;
  }
}
.issue__label {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .issue__label {
    font-size: 21px;
  }
}
.issue__label {
  line-height: 1.31818182;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #184375;
  margin-bottom: 0.25em;
}
.issue__body {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .issue__body {
    font-size: 16px;
  }
}
.issue__body {
  line-height: 1.375;
}
@media screen and (max-width: 765px) {
  .issue {
    padding: 13.3333333333vw 0 12vw 0;
  }
  .issue:before {
    inset: 0 0 -40vw 0;
    height: auto;
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3265B2), to(#fff));
    background-image: linear-gradient(to bottom, #3265B2, #fff);
  }
  .issue__ttl {
    margin-bottom: 1em;
  }
  .issue__list {
    width: 89.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8666666667vw 0;
  }
  .issue__item {
    width: auto;
    height: 34.2666666667vw;
    border-radius: 2.2666666667vw;
    border: solid 0.2vw #3265B2;
  }
  .issue__img {
    padding-top: 1.3333333333vw;
    width: 18.6666666667vw;
    margin-left: 6vw;
  }
  .issue__main {
    width: 53.3333333333vw;
    margin-left: 6vw;
  }
  .issue__label {
    font-size: 4.4vw;
  }
  .issue__body {
    font-size: 3.3333333333vw;
  }
}
/*---------------------------------------------------------------- sys */
.sys {
  position: relative;
}
.sys:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 0;
  margin-top: 34.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .sys:before {
    margin-top: 500px;
  }
}
.sys:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D7DDE5));
  background-image: linear-gradient(to bottom, #fff, #D7DDE5);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6.9444444444vw), 50% 100%, 0% calc(100% - 6.9444444444vw));
}
.sys__wrap {
  position: relative;
  width: 82.9861111111vw;
  max-width: 1195px;
  margin: auto;
}
@media screen and (max-width: 765px) {
  .sys:before {
    margin-top: 126.6666666667vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #D7DDE5), to(#D7DDE5));
    background-image: linear-gradient(180deg, #fff 0%, #D7DDE5 20%, #D7DDE5 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 14.9333333333vw), 50% 100%, 0% calc(100% - 14.9333333333vw));
  }
  .sys__wrap {
    width: 100%;
  }
}

/*---------------------------------------------------------------- sys-head */
.sys-head {
  padding: 6.9444444444vw 0vw 9.7222222222vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sys-head {
    padding: 100px 0px 140px 0px;
  }
}
.sys-head {
  position: relative;
}
.sys-head__img {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto auto;
  width: 76.5972222222vw;
  max-width: 1103px;
  margin: 5.2083333333vw -12.1527777778vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sys-head__img {
    margin: 75px -175px 0px 0px;
  }
}
.sys-head__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 2.9166666667vw;
  font-size: max(2.9166666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-head__ttl {
    font-size: 42px;
  }
}
.sys-head__ttl {
  line-height: 1.39583333;
  margin-bottom: 0.5em;
}
.sys-head__ttl strong {
  font-size: 3.3333333333vw;
  font-size: max(3.3333333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-head__ttl strong {
    font-size: 48px;
  }
}
.sys-head__ttl strong {
  color: #0068b7;
}
.sys-head__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-head__desc {
    font-size: 18px;
  }
}
.sys-head__desc {
  line-height: 1.72222222;
}
@media screen and (max-width: 765px) {
  .sys-head {
    padding: 12vw 0 4vw 0;
    position: relative;
  }
  .sys-head__img {
    position: relative;
    z-index: 1;
    inset: auto;
    width: 142.17528vw;
    margin: 0 0 0 -25.3333333333vw;
  }
  .sys-head__ttl {
    font-size: 8.1333333333vw;
    text-align: center;
  }
  .sys-head__ttl strong {
    font-size: 9.0666666667vw;
  }
  .sys-head__desc {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 1.5em;
  }
}

/*---------------------------------------------------------------- sys-data */
.sys-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .sys-data {
    margin-bottom: 25px;
  }
}
.sys-data__item {
  background: #fff;
  width: 26.7361111111vw;
  max-width: 385px;
  height: 18.5416666667vw;
  max-height: 267px;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .sys-data__item {
    margin-left: 10px;
  }
}
.sys-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sys-data__ttl {
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-data__ttl {
    font-size: 24px;
  }
}
.sys-data__ttl {
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  margin-bottom: 0.75em;
}
.sys-data__num {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
  font-size: 4.2361111111vw;
  font-size: max(4.2361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-data__num {
    font-size: 61px;
  }
}
.sys-data__num {
  color: #184375;
  line-height: 1;
}
.sys-data__num strong {
  font-size: 6.4583333333vw;
  font-size: max(6.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-data__num strong {
    font-size: 93px;
  }
}
.sys-data__num {
  position: relative;
  display: inline-block;
  padding: 0vw 5.5555555556vw 0vw 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .sys-data__num {
    padding: 0px 80px 0px 30px;
  }
}
.sys-data__num:after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
  margin-bottom: 0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .sys-data__num:after {
    margin-bottom: 8px;
  }
}
.sys-data__num:after {
  width: 5.1736111111vw;
  max-width: 74.5px;
  height: 5.9027777778vw;
  max-height: 85px;
  background: url(../img/sys-up.svg) no-repeat center center/contain;
}
.sys-data__desc {
  padding-top: 0.5em;
  text-align: center;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-data__desc {
    font-size: 18px;
  }
}
.sys-data__desc {
  line-height: 1.55555556;
}
@media screen and (max-width: 765px) {
  .sys-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .sys-data__item {
    width: 100%;
    height: 30.6666666667vw;
    border-radius: 1.6vw;
    display: block;
    margin-bottom: 2vw;
  }
  .sys-data__item:last-child {
    margin-bottom: 0;
  }
  .sys-data__item:after {
    content: "";
    display: block;
    clear: both;
  }
  .sys-data__ttl {
    font-size: 4.6666666667vw;
    margin-bottom: 0.75em;
  }
  .sys-data__num {
    float: left;
    width: 40vw;
    margin: 0 0 0 4vw;
    text-align: left;
    font-size: 8.1333333333vw;
    color: #184375;
    line-height: 1;
    padding: 0;
  }
  .sys-data__num strong {
    font-size: 12.1333333333vw;
  }
  .sys-data__num {
    padding: 0;
  }
  .sys-data__num:after {
    margin-bottom: 0.6666666667vw;
    width: 9.8666666667vw;
    height: 11.2vw;
  }
  .sys-data__desc {
    float: left;
    width: px2vmwSP(320);
    margin-left: 2.6666666667vw;
    padding-top: 0;
    text-align: left;
    font-size: 3.0666666667vw;
    line-height: 1.43478261;
  }
}
/*---------------------------------------------------------------- sys-rank */
.sys-rank {
  padding-bottom: 9.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .sys-rank {
    padding-bottom: 140px;
  }
}
.sys-rank__wrap {
  background: #184375;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .sys-rank__wrap {
    margin-left: 10px;
  }
}
.sys-rank__wrap {
  padding: 1.7361111111vw 0vw 1.7361111111vw 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .sys-rank__wrap {
    padding: 25px 0px 25px 40px;
  }
}
.sys-rank__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sys-rank__info {
  padding-top: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .sys-rank__info {
    padding-top: 10px;
  }
}
.sys-rank__info {
  width: 19.7916666667vw;
  max-width: 285px;
}
.sys-rank__ttl {
  line-height: 1.3;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #ede800;
  letter-spacing: 0.05em;
  font-size: 1.875vw;
  font-size: max(1.875vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__ttl {
    font-size: 27px;
  }
}
.sys-rank__ttl strong {
  font-size: 2.9861111111vw;
  font-size: max(2.9861111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__ttl strong {
    font-size: 43px;
  }
}
.sys-rank__ttl strong {
  color: #fff;
}
.sys-rank__desc {
  padding-top: 0.5em;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__desc {
    font-size: 17px;
  }
}
.sys-rank__desc {
  color: #fff;
  line-height: 1.70588235;
}
.sys-rank__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sys-rank__item {
  width: 19.7916666667vw;
  max-width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #fff;
}
.sys-rank__item:last-child {
  border: none;
}
.sys-rank__item-icon {
  width: 14.5833333333vw;
  max-width: 210px;
  margin: 0vw auto 0.6944444444vw auto;
}
@media screen and (min-width: 1440px) {
  .sys-rank__item-icon {
    margin: 0px auto 10px auto;
  }
}
.sys-rank__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sys-rank__item-no {
  font-size: 3.0902777778vw;
  font-size: max(3.0902777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__item-no {
    font-size: 44.5px;
  }
}
.sys-rank__item-no {
  width: 3.4722222222vw;
  max-width: 50px;
  height: 3.4722222222vw;
  max-height: 50px;
  margin-right: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .sys-rank__item-no {
    margin-right: 15px;
  }
}
.sys-rank__item-no {
  border-radius: 50%;
  background: #ede800;
  color: #184375;
  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;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
}
.sys-rank__item-body {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2291666667vw;
  font-size: max(1.2291666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__item-body {
    font-size: 17.7px;
  }
}
.sys-rank__item-body {
  line-height: 1.2;
  color: #fff;
}
.sys-rank__item-body strong {
  font-size: 2.7083333333vw;
  font-size: max(2.7083333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__item-body strong {
    font-size: 39px;
  }
}
.sys-rank__item-body strong {
  color: #ede800;
}
.sys-rank__note {
  font-size: 0.8333333333vw;
  font-size: max(0.8333333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sys-rank__note {
    font-size: 12px;
  }
}
.sys-rank__note {
  line-height: 1.2;
  text-align: center;
  padding-top: 1em;
}
@media screen and (max-width: 765px) {
  .sys-rank {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-bottom: 20vw;
  }
  .sys-rank__wrap {
    border-radius: 1.4666666667vw;
    padding: 5.3333333333vw 4vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sys-rank__info {
    padding: 0;
    width: 100%;
  }
  .sys-rank__ttl {
    text-align: center;
    line-height: 1;
    font-size: 4.6666666667vw;
    margin-bottom: 0.75em;
  }
  .sys-rank__ttl strong {
    font-size: 7.0666666667vw;
    margin-left: 0.2em;
  }
  .sys-rank__desc {
    text-align: center;
    padding: 0 0 1.5em 0;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
  .sys-rank__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .sys-rank__item {
    width: 100%;
    border-right: none !important;
    border-bottom: solid 0.1333333333vw #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2vw 2.6666666667vw;
  }
  .sys-rank__item:nth-child(3) .sys-rank__item-icon {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sys-rank__item-icon {
    width: 29.3333333333vw;
    margin: 0 1.3333333333vw 0 0;
  }
  .sys-rank__item-wrap {
    margin-left: 1.3333333333vw;
  }
  .sys-rank__item-no {
    font-size: 5.9333333333vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-right: 2.6666666667vw;
  }
  .sys-rank__item-body {
    font-size: 3.4666666667vw;
  }
  .sys-rank__item-body strong {
    font-size: 7.0666666667vw;
  }
  .sys-rank__note {
    font-size: 2.5333333333vw;
    line-height: 1.73684211;
    text-align: justify;
  }
}
/*---------------------------------------------------------------- run */
.run {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .run {
    padding: 100px 0px 100px 0px;
  }
}
.run__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .run__ttl {
    font-size: 40px;
  }
}
.run__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .run__ttl {
    font-size: 6vw;
  }
}
.run__ttl {
  color: #0068b7;
}
.run__ttl strong {
  display: inline;
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: #0068b7;
  text-decoration-thickness: 5px;
}
.run__ttl {
  text-align: center;
  margin-bottom: 1em;
}
.run__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .run__desc {
    font-size: 18px;
  }
}
.run__desc {
  line-height: 1.75;
  text-align: center;
  margin: 0vw 0vw 1.3888888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .run__desc {
    margin: 0px 0px 20px 0px;
  }
}
.run__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
  gap: 1.3888888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .run__list {
    gap: 20px 0px;
  }
}
@media screen and (max-width: 765px) {
  .run {
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  .run__ttl strong {
    text-decoration-thickness: 0.6666666667vw;
  }
  .run__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 13.3333333333vw;
  }
  .run__list {
    display: block;
    width: 89.3333333333vw;
  }
}

/*---------------------------------------------------------------- run-item */
.run-item {
  width: 33.33%;
}
.run-item__img {
  width: 23.9583333333vw;
  max-width: 345px;
  margin: 0vw auto 0.6944444444vw auto;
}
@media screen and (min-width: 1440px) {
  .run-item__img {
    margin: 0px auto 10px auto;
  }
}
.run-item__ttl {
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .run-item__ttl {
    font-size: 24px;
  }
}
.run-item__ttl {
  color: #0068b7;
  text-align: center;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .run-item__ttl {
    margin-bottom: 10px;
  }
}
.run-item__desc {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .run-item__desc {
    font-size: 16px;
  }
}
.run-item__desc {
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .run-item {
    width: 100%;
    position: relative;
    height: 37.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: solid 0.1333333333vw #adadad;
    padding-left: 38.6666666667vw;
  }
  .run-item:last-child {
    border: none;
  }
  .run-item__img {
    position: absolute;
    inset: 0 auto auto 0;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    margin: 0;
    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;
  }
  .run-item__img img {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .run-item__ttl {
    font-size: 4.4vw;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .run-item__desc {
    font-size: 3.3333333333vw;
    line-height: 1.48;
    text-align: justify;
  }
}
/*---------------------------------------------------------------- sup */
.sup {
  width: 100vw;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sup {
    padding: 0px 0px 100px 0px;
  }
}
.sup__img {
  width: 57.2916666667vw;
  max-width: 825px;
}
.sup__txt {
  margin-left: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .sup__txt {
    margin-left: 40px;
  }
}
.sup__txt {
  width: 39.9305555556vw;
  max-width: 575px;
}
.sup__ttl {
  color: #0068b7;
  font-size: 2.125vw;
  font-size: max(2.125vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sup__ttl {
    font-size: 30.6px;
  }
}
.sup__ttl {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1em;
}
.sup__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sup__desc {
    font-size: 18px;
  }
}
.sup__desc {
  line-height: 1.72222222;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 2.5em;
}
.sup .cv-btn {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sup .cv-btn {
    font-size: 22px;
  }
}
.sup .cv-btn {
  height: 5.5555555556vw;
  max-height: 80px;
  width: 30.1388888889vw;
  max-width: 434px;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .sup .cv-btn {
    margin-left: 5px;
  }
}
.sup .cv-btn {
  background: #3265B2;
  color: #ede800 !important;
}
.sup .cv-btn:after {
  background: url(../img/icon-arr-y.svg) no-repeat center center/contain;
}
@media screen and (max-width: 765px) {
  .sup {
    width: 100vw;
    display: block;
    padding-bottom: 13.3333333333vw;
  }
  .sup.is-2nd {
    padding-bottom: 0;
  }
  .sup__img {
    width: 100vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 765px) and (min-width: 1440px) {
  .sup__img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 765px) {
  .sup__txt {
    width: 100%;
    margin: 0;
  }
  .sup__ttl {
    text-align: center;
    font-size: 4.6666666667vw;
    line-height: 1.37142857;
  }
  .sup__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 2.25em;
    text-align: center;
  }
  .sup .cv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4vw;
    height: 14.6666666667vw;
    width: 80vw;
    margin: auto !important;
    border-radius: 0.9333333333vw;
  }
}

/*---------------------------------------------------------------- compare */
.compare {
  background: #184375;
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .compare {
    padding: 100px 0px 100px 0px;
  }
}
.compare__ttl {
  text-align: center;
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .compare__ttl {
    font-size: 40px;
  }
}
.compare__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .compare__ttl {
    font-size: 6vw;
  }
}
.compare__ttl {
  color: #fff;
  margin-bottom: 1em;
}
.compare__ttl strong {
  color: #ede800;
}
.compare__desc {
  text-align: center;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .compare__desc {
    font-size: 18px;
  }
}
.compare__desc {
  margin-bottom: 3em;
  color: #fff;
}
.compare__list {
  width: 87.8472222222vw;
  max-width: 1265px;
  margin: auto;
}
.compare__rec {
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .compare__rec {
    font-size: 26px;
  }
}
.compare__rec {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #184375;
  background: #ede800;
  position: relative;
  inset: 0 auto auto 50%;
  width: 50.6944444444vw;
  max-width: 730px;
  height: 4.8611111111vw;
  max-height: 70px;
  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;
  border-radius: 999px;
  margin: 3.125vw 0vw 0vw -36.8055555556vw;
}
@media screen and (min-width: 1440px) {
  .compare__rec {
    margin: 45px 0px 0px -530px;
  }
}
.compare__rec {
  position: relative;
}
.compare__rec:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 1.7361111111vw;
  max-width: 25px;
  height: 2.4305555556vw;
  max-height: 35px;
  margin: -2.3611111111vw 0vw 0vw -0.8680555556vw;
}
@media screen and (min-width: 1440px) {
  .compare__rec:before {
    margin: -34px 0px 0px -12.5px;
  }
}
.compare__rec:before {
  background: #ede800;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 765px) {
  .compare {
    padding: 13.3333333333vw 0;
  }
  .compare__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 2em;
    line-height: 1.67857143;
  }
  .compare__list {
    width: 89.3333333333vw;
  }
  .compare__rec {
    font-size: 4.6666666667vw;
    line-height: 1.31428571;
    text-align: center;
    position: relative;
    inset: auto;
    width: 88.6666666667vw;
    height: 16.2666666667vw;
    border-radius: 2.2666666667vw;
    margin: 8vw auto 0;
  }
  .compare__rec:before {
    inset: 0 auto auto 50%;
    width: 3.3333333333vw;
    height: 4.6666666667vw;
    margin: -4.5333333333vw 0 0 -1.6666666667vw;
  }
}

/*---------------------------------------------------------------- com-table */
.com-table {
  margin-bottom: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .com-table {
    margin-bottom: 5px;
  }
}
.com-table__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.com-table__head, .com-table__cell {
  height: 7.1527777778vw;
  max-height: 103px;
}
.com-table.is-head .com-table__head,
.com-table.is-head .com-table__cell {
  height: auto;
  background: none;
  border: none;
  text-align: center;
  display: block;
}
.com-table__cell-head {
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__cell-head {
    font-size: 28px;
  }
}
.com-table__cell-head {
  color: #fff;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.5em;
}
.com-table__cell-head strong {
  color: #ede800;
}
.com-table__head {
  width: 19.0972222222vw;
  max-width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: solid 1px #86ADD6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.com-table__head-icon {
  width: 5.2083333333vw;
  max-width: 75px;
  height: 5.2083333333vw;
  max-height: 75px;
  margin: 0vw 1.0416666667vw 0vw 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .com-table__head-icon {
    margin: 0px 15px 0px 25px;
  }
}
.com-table__head-icon img {
  width: 5.2083333333vw;
  max-width: 75px;
  height: 5.2083333333vw;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.com-table__head-ttl {
  color: #fff;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__head-ttl {
    font-size: 20px;
  }
}
.com-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-table__cell:nth-child(2) {
  width: 27.7777777778vw;
  max-width: 400px;
  background: #fff;
}
.com-table__cell:nth-child(3), .com-table__cell:nth-child(4) {
  width: 20.4861111111vw;
  max-width: 295px;
  background: #ececec;
}
.com-table__cell:nth-child(4) {
  border-left: solid 1px #adadad;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.com-table__sp-label {
  display: none;
}
.com-table__icon {
  width: 2.9166666667vw;
  max-width: 42px;
  height: 2.9166666667vw;
  max-height: 42px;
  margin: 0vw 1.3888888889vw 0vw 1.5277777778vw;
}
@media screen and (min-width: 1440px) {
  .com-table__icon {
    margin: 0px 20px 0px 22px;
  }
}
.com-table__icon.is-maru {
  background: url(../img/com-maru1.svg) no-repeat center center/contain;
}
.com-table__icon.is-maru2 {
  background: url(../img/com-maru2.svg) no-repeat center center/contain;
}
.com-table__icon.is-batsu {
  background: url(../img/com-batsu.svg) no-repeat center center/contain;
}
.com-table__icon.is-sankaku {
  background: url(../img/com-sankaku.svg) no-repeat center center/contain;
}
.com-table__cell-ttl {
  color: #0068b7;
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__cell-ttl {
    font-size: 21px;
  }
}
.com-table__cell-ttl {
  line-height: 1.33333333;
}
.com-table__cell-ttl strong {
  color: #eb5a24;
}
.com-table__cell-ttl small {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__cell-ttl small {
    font-size: 17px;
  }
}
.com-table__cell-body {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__cell-body {
    font-size: 17px;
  }
}
.com-table__cell-body {
  line-height: 1.52941176;
}
.com-table__cell-body small {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .com-table__cell-body small {
    font-size: 14px;
  }
}
@media screen and (max-width: 765px) {
  .com-table {
    margin-bottom: 5.0666666667vw;
  }
  .com-table__wrap {
    display: block;
  }
  .com-table__head, .com-table__cell {
    height: auto;
  }
  .com-table.is-head {
    display: none;
  }
  .com-table__head {
    width: auto;
    border: none;
    margin-bottom: 1.3333333333vw;
  }
  .com-table__head-icon {
    width: 8.4vw;
    height: 8.4vw;
    margin: 0 2.6666666667vw 0 0.4vw;
  }
  .com-table__head-icon img {
    width: 8.4vw;
    height: 8.4vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .com-table__head-ttl {
    font-size: 4.6666666667vw;
  }
  .com-table__cell {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none !important;
    background: none !important;
  }
  .com-table__cell:nth-child(2) {
    border-top-left-radius: 2.2666666667vw;
    border-top-right-radius: 2vw;
    background: #fff !important;
  }
  .com-table__cell:nth-child(2) .com-table__sp-label {
    border-top-left-radius: 2vw;
    height: 13.7333333333vw;
    background: #0068b7;
    color: #ede800;
  }
  .com-table__cell:nth-child(3), .com-table__cell:nth-child(4) {
    border-top: solid 0.1333333333vw #fff !important;
    background: #ECECEC !important;
  }
  .com-table__cell:nth-child(4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2.2666666667vw;
  }
  .com-table__cell:nth-child(4) .com-table__sp-label {
    border-bottom-left-radius: 2vw;
  }
  .com-table__sp-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 9.3333333333vw;
    width: 18vw;
    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;
    font-size: 3.3333333333vw;
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    background: #adadad;
    color: #fff;
  }
  .com-table__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 3.3333333333vw 0 2.6666666667vw;
  }
  .com-table__cell-ttl {
    font-size: 3.7333333333vw;
    line-height: 1.14285714;
  }
  .com-table__cell-ttl small {
    font-size: 3.0666666667vw;
  }
  .com-table__cell-body {
    font-size: 3.3333333333vw;
  }
  .com-table__cell-body small {
    font-size: 2.4vw;
  }
}

/*---------------------------------------------------------------- rec */
.rec {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .rec {
    padding: 100px 0px 100px 0px;
  }
}
.rec__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rec__ttl {
    font-size: 40px;
  }
}
.rec__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .rec__ttl {
    font-size: 6vw;
  }
}
.rec__ttl {
  color: #0068b7;
  text-align: center;
  margin-bottom: 1.25em;
}
.rec__list {
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rec__item {
  width: 20%;
}
.rec__icon {
  width: 9.375vw;
  max-width: 135px;
  height: 9.375vw;
  max-height: 135px;
  display: block;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .rec__icon {
    margin: 0px auto 0px auto;
  }
}
.rec__label {
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rec__label {
    font-size: 24px;
  }
}
.rec__label {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}
.rec__desc {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rec__desc {
    font-size: 16px;
  }
}
.rec__desc {
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .rec {
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  .rec__ttl {
    margin-bottom: 1.5em;
  }
  .rec__list {
    display: block;
    width: 89.3333333333vw;
  }
  .rec__item {
    width: 100%;
    border-top: solid 1px #adadad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rec__item:last-child {
    border-bottom: none;
  }
  .rec__icon {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
    margin: 0;
    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;
  }
  .rec__icon img {
    width: 26.6666666667vw;
  }
  .rec__label {
    font-size: 4.4vw;
    line-height: 1.33333333;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .rec__desc {
    font-size: 3.3333333333vw;
    line-height: 1.48;
    text-align: justify;
  }
}

/*---------------------------------------------------------------- reason */
.reason {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .reason {
    padding: 100px 0px 100px 0px;
  }
}
.reason {
  background-image: linear-gradient(200deg, #5CAFDF, #253C6D);
}
.reason__ttl {
  color: #fff;
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .reason__ttl {
    font-size: 40px;
  }
}
.reason__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .reason__ttl {
    font-size: 6vw;
  }
}
.reason__ttl strong {
  color: #ede800;
}
.reason__ttl {
  margin-bottom: 1em;
  text-align: center;
}
.reason__desc {
  color: #fff;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .reason__desc {
    font-size: 19px;
  }
}
.reason__desc {
  text-align: center;
  margin-bottom: 3em;
}
.reason__frames {
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
}
.reason__frame {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .reason__frame {
    margin-left: 20px;
  }
}
.reason__frame {
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .reason__frame {
    margin-bottom: 25px;
  }
}
.reason__frame {
  background: #fff;
  padding: 4.1666666667vw 2.7777777778vw 3.4722222222vw 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .reason__frame {
    padding: 60px 40px 50px 40px;
  }
}
.reason__frame:last-child {
  margin-bottom: 0;
}
.reason__note {
  color: #fff;
  padding-top: 1em;
  text-align: center;
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .reason__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 765px) {
  .reason {
    padding: 13.3333333333vw 0 6.6666666667vw 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5CAFDF), color-stop(70%, #202953), to(#3061A7));
    background-image: linear-gradient(to bottom, #5CAFDF 0%, #202953 70%, #3061A7 100%);
  }
  .reason__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 2em;
  }
  .reason__frames {
    width: 94.6666666667vw;
  }
  .reason__frame {
    border-radius: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw 4vw;
  }
  .reason__frame:last-child {
    margin-bottom: 0;
  }
  .reason__note {
    width: 88.6666666667vw;
    margin: auto;
    text-align: justify;
    font-size: 2.5333333333vw;
    line-height: 1.73684211;
  }
}

/*---------------------------------------------------------------- rea-item */
.rea-item__ttl {
  color: #fff;
  background: #3265B2;
  border-radius: 999px;
  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;
  letter-spacing: 0.05em;
  width: 53.8194444444vw;
  max-width: 775px;
  height: 4.1666666667vw;
  max-height: 60px;
  font-size: 2.1527777778vw;
  font-size: max(2.1527777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__ttl {
    font-size: 31px;
  }
}
.rea-item__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.rea-item__ttl strong {
  color: #ede800;
}
.rea-item__ttl {
  margin: 0vw auto 1.3888888889vw auto;
}
@media screen and (min-width: 1440px) {
  .rea-item__ttl {
    margin: 0px auto 20px auto;
  }
}
.rea-item__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__desc {
    font-size: 18px;
  }
}
.rea-item__desc {
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
.rea-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rea-item__label {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.rea-item__list.is-type1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rea-item__list.is-type1 .rea-item__item {
  width: 19.7916666667vw;
  max-width: 285px;
  height: 21.875vw;
  max-height: 315px;
  background: #f2f7fb;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__item {
    margin-left: 10px;
  }
}
.rea-item__list.is-type1 .rea-item__item {
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__item {
    padding: 15px 15px 15px 15px;
  }
}
.rea-item__list.is-type1 .rea-item__img {
  width: 7.9861111111vw;
  max-width: 115px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__img {
    margin: 0px auto 0px auto;
  }
}
.rea-item__list.is-type1 .rea-item__label {
  color: #25abdf;
  font-size: 2.7083333333vw;
  font-size: max(2.7083333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__label {
    font-size: 39px;
  }
}
.rea-item__list.is-type1 .rea-item__label {
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__label {
    margin-bottom: 30px;
  }
}
.rea-item__list.is-type1 .rea-item__label small {
  display: block;
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__label small {
    font-size: 21px;
  }
}
.rea-item__list.is-type1 .rea-item__label strong {
  font-size: 3.6805555556vw;
  font-size: max(3.6805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__label strong {
    font-size: 53px;
  }
}
.rea-item__list.is-type1 .rea-item__label strong {
  letter-spacing: -0.03em;
}
.rea-item__list.is-type1 .rea-item__label span {
  position: absolute;
  inset: auto 0 0 0;
  margin-bottom: -1.5em;
  text-align: center;
  display: block;
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__label span {
    font-size: 13px;
  }
}
.rea-item__list.is-type1 .rea-item__body {
  color: #184375;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type1 .rea-item__body {
    font-size: 18px;
  }
}
.rea-item__list.is-type1 .rea-item__body {
  line-height: 1.44444444;
  text-align: center;
}
.rea-item__list.is-type2 .rea-item__item {
  width: 25%;
}
.rea-item__list.is-type2 .rea-item__img {
  width: 16.7361111111vw;
  max-width: 241px;
  margin: 0vw auto 1.3888888889vw auto;
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type2 .rea-item__img {
    margin: 0px auto 20px auto;
  }
}
.rea-item__list.is-type2 .rea-item__label {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type2 .rea-item__label {
    font-size: 24px;
  }
}
.rea-item__list.is-type2 .rea-item__label {
  color: #0068b7;
  line-height: 1.41666667;
  margin-bottom: 0.5em;
  text-align: center;
}
.rea-item__list.is-type2 .rea-item__body {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .rea-item__list.is-type2 .rea-item__body {
    font-size: 16px;
  }
}
.rea-item__list.is-type2 .rea-item__body {
  line-height: 1.5625;
  text-align: justify;
  width: 17.3611111111vw;
  max-width: 250px;
  margin: auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .rea-item__ttl {
    border-radius: 2vw;
    width: auto;
    height: 19.7333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.375;
    margin-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rea-item__ttl strong {
    display: block;
  }
  .rea-item__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    text-align: justify;
    margin-bottom: 1.5em;
  }
  .rea-item__list.is-type1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6vw 1.6vw;
  }
  .rea-item__list.is-type1 .rea-item__item {
    width: 41.4666666667vw;
    height: 48.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2vw;
  }
  .rea-item__list.is-type1 .rea-item__img {
    width: 17.3333333333vw;
  }
  .rea-item__list.is-type1 .rea-item__label {
    font-size: 5.8vw;
    margin-bottom: 4vw;
  }
  .rea-item__list.is-type1 .rea-item__label small {
    font-size: 3.0666666667vw;
  }
  .rea-item__list.is-type1 .rea-item__label strong {
    font-size: 7.8666666667vw;
  }
  .rea-item__list.is-type1 .rea-item__label span {
    font-size: 2.1333333333vw;
  }
  .rea-item__list.is-type1 .rea-item__body {
    font-size: 3.3333333333vw;
  }
  .rea-item__list.is-type2 {
    display: block;
  }
  .rea-item__list.is-type2 .rea-item__item {
    width: 100%;
    padding: 4vw 0 9.3333333333vw 0;
    border-bottom: solid 0.1333333333vw #adadad;
  }
  .rea-item__list.is-type2 .rea-item__item:last-child {
    border: none;
    padding-bottom: 2.6666666667vw;
  }
  .rea-item__list.is-type2 .rea-item__img {
    width: 56vw;
    margin-bottom: 2vw;
  }
  .rea-item__list.is-type2 .rea-item__label {
    font-size: 4.4vw;
    color: #0068b7;
    line-height: 1.41666667;
  }
  .rea-item__list.is-type2 .rea-item__body {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    width: 75.3333333333vw;
  }
}

/*---------------------------------------------------------------- sodan */
.sodan {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sodan {
    padding: 70px 0px 70px 0px;
  }
}
.sodan__wrap {
  width: 91.3194444444vw;
  max-width: 1315px;
  background: #184375;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .sodan__wrap {
    margin-left: 8px;
  }
}
.sodan__wrap {
  padding: 2.7777777778vw 5.5555555556vw 2.7777777778vw 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .sodan__wrap {
    padding: 40px 80px 40px 80px;
  }
}
.sodan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.sodan__main {
  color: #fff;
}
.sodan__ttl {
  font-size: 1.875vw;
  font-size: max(1.875vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sodan__ttl {
    font-size: 27px;
  }
}
.sodan__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.37037037;
  margin-bottom: 0.5em;
}
.sodan__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sodan__desc {
    font-size: 18px;
  }
}
.sodan__desc {
  line-height: 1.27777778;
}
.sodan .cv-btn {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sodan .cv-btn {
    font-size: 22px;
  }
}
.sodan .cv-btn {
  height: 5.5555555556vw;
  max-height: 80px;
  width: 30.1388888889vw;
  max-width: 434px;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .sodan .cv-btn {
    margin-left: 5px;
  }
}
@media screen and (max-width: 765px) {
  .sodan {
    padding: 9.3333333333vw 0;
  }
  .sodan__wrap {
    width: 89.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 8vw 0 5.3333333333vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sodan__ttl {
    text-align: center;
    font-size: 4.6666666667vw;
    line-height: 1.37142857;
  }
  .sodan__desc {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 1.5em;
  }
  .sodan .cv-btn {
    font-size: 4vw;
    width: 80vw;
    margin: auto;
    height: 14.6666666667vw;
    border-radius: 0.9333333333vw;
  }
}

/*---------------------------------------------------------------- lineup */
.lineup {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .lineup {
    padding: 100px 0px 100px 0px;
  }
}
.lineup {
  background: #EEF4F9;
  position: relative;
}
.lineup:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 96.4236111111vw;
  max-width: 1388.5px;
  height: 16.1111111111vw;
  max-height: 232px;
  background: url(../img/line-up@2x.webp) no-repeat center center/contain;
  margin: -1.3888888889vw 0vw 0vw -48.2638888889vw;
}
@media screen and (min-width: 1440px) {
  .lineup:before {
    margin: -20px 0px 0px -695px;
  }
}
.lineup:before {
  pointer-events: none;
}
.lineup__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .lineup__ttl {
    font-size: 40px;
  }
}
.lineup__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .lineup__ttl {
    font-size: 6vw;
  }
}
.lineup__ttl {
  color: #0068b7;
  text-align: center;
  margin-bottom: 0.5em;
}
.lineup__desc {
  text-align: center;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .lineup__desc {
    font-size: 18px;
  }
}
.lineup__desc {
  margin-bottom: 4.8611111111vw;
}
@media screen and (min-width: 1440px) {
  .lineup__desc {
    margin-bottom: 70px;
  }
}
.lineup__list {
  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;
  gap: 1.875vw 1.875vw;
}
@media screen and (min-width: 1440px) {
  .lineup__list {
    gap: 27px 27px;
  }
}
.lineup__list {
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
}
.lineup__note {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .lineup__note {
    font-size: 14px;
  }
}
.lineup__note {
  text-align: center;
  padding-top: 1.5em;
}
@media screen and (max-width: 765px) {
  .lineup {
    padding: 0vw 0 13.3333333333vw 0;
  }
  .lineup:before {
    width: 100vw;
    height: 30.1333333333vw;
    background: url(../img/line-up-sp@2x.webp) no-repeat center center/contain;
    margin: 10.6666666667vw 0 0 0;
    inset: 0 auto auto 0;
  }
  .lineup__ttl {
    padding-top: 46.6666666667vw;
  }
  .lineup__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 8vw;
  }
  .lineup__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw 0;
    width: 89.3333333333vw;
  }
  .lineup__note {
    font-size: 2.5333333333vw;
    line-height: 1.73684211;
    text-align: left;
    margin: auto;
    width: 89.3333333333vw;
  }
}

/*---------------------------------------------------------------- pd */
.pd {
  width: 29.1666666667vw;
  max-width: 420px;
  background: #fff;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .pd {
    margin-left: 10px;
  }
}
.pd {
  overflow: hidden;
  margin: 0;
}
.pd__head {
  background: #0068b7;
  height: 3.2638888889vw;
  max-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0vw 0.6944444444vw 0vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .pd__head {
    padding: 0px 10px 0px 10px;
  }
}
.pd__head {
  margin-bottom: 0.9722222222vw;
}
@media screen and (min-width: 1440px) {
  .pd__head {
    margin-bottom: 14px;
  }
}
.pd__head-info {
  background: #ede800;
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8680555556vw;
  font-size: max(0.8680555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__head-info {
    font-size: 12.5px;
  }
}
.pd__head-info {
  display: inline-block;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .pd__head-info {
    margin-left: 5px;
  }
}
.pd__head-info {
  line-height: 1;
  padding: 0.4em 0.6em;
  margin-right: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .pd__head-info {
    margin-right: 10px;
  }
}
.pd__head-info strong {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__head-info strong {
    font-size: 17px;
  }
}
.pd__head-ttl {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__head-ttl {
    font-size: 22px;
  }
}
.pd__head-ttl {
  color: #fff;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pd__data {
  padding: 0vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .pd__data {
    padding: 0px 20px 20px 20px;
  }
}
.pd__data-img {
  width: 19.7916666667vw;
  max-width: 285px;
  margin: 0vw auto 0.6944444444vw auto;
}
@media screen and (min-width: 1440px) {
  .pd__data-img {
    margin: 0px auto 10px auto;
  }
}
.pd__data-maker {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__data-maker {
    font-size: 19px;
  }
}
.pd__data-maker {
  line-height: 1;
  margin-bottom: 0.1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
}
.pd__data-name {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__data-name {
    font-size: 22px;
  }
}
.pd__data-name {
  line-height: 1;
  margin-bottom: 0.3em;
  margin-right: -2em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
}
.pd__table {
  width: 100%;
  margin-bottom: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .pd__table {
    margin-bottom: 5px;
  }
}
.pd__table th, .pd__table td {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__table th, .pd__table td {
    font-size: 18px;
  }
}
.pd__table th, .pd__table td {
  text-align: left;
  line-height: 1;
}
.pd__table th {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 6.9444444444vw;
  max-width: 100px;
  border-right: solid 1px #000;
  border-bottom: solid 6px #fff;
  border-top: solid 6px #fff;
}
.pd__table td {
  padding-left: 0.5em;
}
.pd__spec {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .pd__spec {
    margin-bottom: 10px;
  }
}
.pd__spec th, .pd__spec td {
  padding: 0.2em;
  text-align: center;
  vertical-align: middle;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  border-top: solid 1px #0068b7;
  border-left: solid 1px #0068b7;
}
.pd__spec th:last-child, .pd__spec td:last-child {
  border-right: solid 1px #0068b7;
}
.pd__spec tr:last-child th, .pd__spec tr:last-child td {
  border-bottom: solid 1px #0068b7;
}
.pd__spec th {
  color: #fff;
  background: #4E84C1;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__spec th {
    font-size: 16px;
  }
}
.pd__spec th:first-child {
  border-top-left-radius: 5px;
}
.pd__spec th:last-child {
  border-top-right-radius: 5px;
}
.pd__spec td {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__spec td {
    font-size: 18px;
  }
}
.pd__spec td {
  color: #0068b7;
}
.pd__spec td:first-child {
  border-bottom-left-radius: 5px;
}
.pd__spec td:last-child {
  border-bottom-right-radius: 5px;
}
.pd__more {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__more {
    font-size: 18px;
  }
}
.pd__more {
  line-height: 1;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .pd__more {
    margin-bottom: 30px;
  }
}
.pd__rent {
  width: 100%;
}
.pd__rent tr:nth-child(odd) {
  background: #FAFCFE;
}
.pd__rent tr:nth-child(even) {
  background: #E8F0F7;
}
.pd__rent td {
  line-height: 1;
  vertical-align: middle;
}
.pd__rent td.is-date {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__rent td.is-date {
    font-size: 16px;
  }
}
.pd__rent td.is-date {
  width: 6.9444444444vw;
  max-width: 100px;
  padding: 0 0.5em 0 1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.pd__rent td.is-price {
  width: 10.4166666667vw;
  max-width: 150px;
  padding: 0.5em 0 0.2em;
  text-align: right;
}
.pd__rent td.is-price strong {
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__rent td.is-price strong {
    font-size: 26px;
  }
}
.pd__rent td.is-price strong {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
}
.pd__rent td.is-price strong:after {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__rent td.is-price strong:after {
    font-size: 16px;
  }
}
.pd__rent td.is-price:after {
  content: "月";
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__rent td.is-price:after {
    font-size: 18px;
  }
}
.pd__rent td.is-note {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pd__rent td.is-note {
    font-size: 14px;
  }
}
.pd__rent td.is-note {
  padding: 0.5em 0 0 0.5em;
}
@media screen and (max-width: 765px) {
  .pd {
    width: 100%;
    border-radius: 1.6vw;
  }
  .pd__head {
    height: 10.2666666667vw;
    padding: 0 2.2666666667vw;
    margin-bottom: 0;
  }
  .pd__head-info {
    font-size: 2.5333333333vw;
    border-radius: 0.8vw;
    margin-right: 2vw;
  }
  .pd__head-info strong {
    font-size: 3.6vw;
  }
  .pd__head-ttl {
    font-size: 4.6666666667vw;
  }
  .pd__data {
    padding: 0 4.6666666667vw 4.6666666667vw;
    position: relative;
  }
  .pd__data-img {
    width: 36.5333333333vw;
    margin: 0;
    position: absolute;
    inset: 2vw auto auto 2vw;
  }
  .pd__data-txt {
    padding-left: 34.9333333333vw;
    height: 34.9333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pd__data-maker {
    font-size: 3.0666666667vw;
  }
  .pd__data-name {
    font-size: 3.4666666667vw;
  }
  .pd__table {
    width: 43.3333333333vw;
    margin-bottom: 0;
  }
  .pd__table th, .pd__table td {
    font-size: 3.0666666667vw;
  }
  .pd__table th {
    width: 16vw;
    border-right: solid 0.1333333333vw #000;
    border-bottom: solid 0.5333333333vw #fff;
    border-top: solid 0.5333333333vw #fff;
  }
  .pd__table td {
    padding-left: 0.5em;
  }
  .pd__spec {
    margin-bottom: 2.6666666667vw;
  }
  .pd__spec th, .pd__spec td {
    border-top: solid 0.1333333333vw #0068b7;
    border-left: solid 0.1333333333vw #0068b7;
  }
  .pd__spec th:last-child, .pd__spec td:last-child {
    border-right: solid 0.1333333333vw #0068b7;
  }
  .pd__spec tr:last-child th, .pd__spec tr:last-child td {
    border-bottom: solid 0.1333333333vw #0068b7;
  }
  .pd__spec th {
    font-size: 3.0666666667vw;
  }
  .pd__spec th:first-child {
    border-top-left-radius: 1.0666666667vw;
  }
  .pd__spec th:last-child {
    border-top-right-radius: 1.0666666667vw;
  }
  .pd__spec td {
    font-size: 3.4666666667vw;
  }
  .pd__spec td:first-child {
    border-bottom-left-radius: 1.0666666667vw;
  }
  .pd__spec td:last-child {
    border-bottom-right-radius: 1.0666666667vw;
  }
  .pd__more {
    font-size: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .pd__rent td.is-date {
    font-size: 3.2vw;
    width: 20vw;
  }
  .pd__rent td.is-price {
    width: 33.3333333333vw;
  }
  .pd__rent td.is-price strong {
    font-size: 5.2vw;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
  }
  .pd__rent td.is-price strong:after {
    font-size: 2.8vw;
  }
  .pd__rent td.is-price:after {
    font-size: 3.4666666667vw;
  }
  .pd__rent td.is-note {
    font-size: 3.0666666667vw;
  }
}

/*---------------------------------------------------------------- case */
.case {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .case {
    padding: 100px 0px 100px 0px;
  }
}
.case__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case__ttl {
    font-size: 40px;
  }
}
.case__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .case__ttl {
    font-size: 6vw;
  }
}
.case__ttl {
  color: #0068b7;
  text-align: center;
  margin-bottom: 0.7em;
}
.case__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case__desc {
    font-size: 18px;
  }
}
.case__desc {
  line-height: 1.75;
  text-align: center;
  margin-bottom: 2.5em;
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
}
.case__notes {
  padding-top: 1.7em;
}
.case__note {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case__note {
    font-size: 14px;
  }
}
.case__note {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 765px) {
  .case {
    padding: 13.3333333333vw 0 13.3333333333vw 0;
  }
  .case__ttl {
    font-size: 2.7777777778vw;
    font-size: max(2.7777777778vw, 10px);
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #0068b7;
    text-align: center;
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 765px) and (min-width: 1440px) {
  .case__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 765px) and (max-width: 765px) {
  .case__ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 765px) {
  .case__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
  }
  .case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.6666666667vw 0;
    width: 89.3333333333vw;
  }
  .case__notes {
    padding-top: 1em;
  }
  .case__note {
    width: 89.3333333333vw;
    margin: auto;
    font-size: 2.5333333333vw;
    line-height: 1.73684211;
    text-align: justify;
    margin-bottom: 0.2em;
  }
}

/*---------------------------------------------------------------- case-item */
.case-item {
  width: 45.0694444444vw;
  max-width: 649px;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .case-item {
    margin-left: 12px;
  }
}
.case-item {
  border: solid 1px #0068b7;
  padding: 3.125vw 1.7361111111vw 3.8194444444vw 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .case-item {
    padding: 45px 25px 55px 25px;
  }
}
.case-item__ttl {
  font-size: 2.0833333333vw;
  font-size: max(2.0833333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__ttl {
    font-size: 30px;
  }
}
.case-item__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #184375;
  text-align: center;
  margin-bottom: 0.6em;
}
.case-item__ttl small {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__ttl small {
    font-size: 26px;
  }
}
.case-item__ttl small {
  display: inline-block;
  margin-left: 0.25em;
}
.case-item__img {
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .case-item__img {
    margin-bottom: 10px;
  }
}
.case-item__desc {
  text-align: center;
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__desc {
    font-size: 24px;
  }
}
.case-item__desc {
  line-height: 1.5;
  margin-bottom: 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .case-item__desc {
    margin-bottom: 12px;
  }
}
.case-item__desc {
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.case-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .case-item__data {
    margin-bottom: 10px;
  }
}
.case-item__icon {
  width: 12.3611111111vw;
  max-width: 178px;
  margin-right: 1.1805555556vw;
}
@media screen and (min-width: 1440px) {
  .case-item__icon {
    margin-right: 17px;
  }
}
.case-item__point {
  width: 27.7777777778vw;
  max-width: 400px;
  list-style-type: none;
}
.case-item__point li {
  line-height: 1.2;
  margin-bottom: 0.5em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__point li {
    font-size: 21px;
  }
}
.case-item__point li {
  color: #25abdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-item__point li:last-child {
  margin-bottom: 0;
}
.case-item__point li:before {
  content: "";
  width: 1.25vw;
  max-width: 18px;
  height: 1.25vw;
  max-height: 18px;
  background: url(../img/icon-check.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .case-item__point li:before {
    margin-right: 10px;
  }
}
.case-item__body {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__body {
    font-size: 16px;
  }
}
.case-item__body {
  line-height: 1.5625;
  text-align: justify;
  margin: 0vw 0vw 2.7777777778vw 0vw;
}
@media screen and (min-width: 1440px) {
  .case-item__body {
    margin: 0px 0px 40px 0px;
  }
}
.case-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-item__link {
  display: inline-block;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .case-item__link {
    font-size: 19px;
  }
}
.case-item__link {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7 !important;
}
.case-item__link:after {
  content: "";
  position: absolute;
  inset: calc(50% - 0.5em) 1em 0 auto;
  width: 0.524em;
  height: 1em;
  background: url(../img/icon-arr.svg) no-repeat center center/contain;
}
.case-item__link {
  position: relative;
}
.case-item__link:after {
  inset: calc(50% - 0.4em) -1em 0 auto;
}
.case-item__link span {
  display: inline;
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-underline-offset: 0.4em;
  text-decoration-color: #0068b7;
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 765px) {
  .case-item {
    width: 100%;
    border-radius: 2.2666666667vw;
    padding: 9.3333333333vw 3.3333333333vw;
  }
  .case-item__ttl {
    font-size: 4.2666666667vw;
  }
  .case-item__ttl small {
    font-size: 4vw;
  }
  .case-item__img {
    margin-bottom: 2.6666666667vw;
  }
  .case-item__desc {
    font-size: 4.4vw;
    line-height: 1.48484848;
    margin-bottom: 4vw;
  }
  .case-item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 765px) and (min-width: 1440px) {
  .case-item__data {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 765px) {
  .case-item__icon {
    width: 31.7333333333vw;
    margin: 0 auto 4vw;
  }
  .case-item__point {
    width: auto;
    margin-bottom: 4vw;
  }
  .case-item__point li {
    font-size: 4vw;
  }
  .case-item__point li:before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-right: 1.6vw;
  }
  .case-item__body {
    font-size: 3.6vw;
    line-height: 1.81481481;
    margin-bottom: 7.3333333333vw;
  }
  .case-item__link {
    font-size: 3.8666666667vw;
  }
  .case-item__link span {
    text-decoration-thickness: 0.4vw;
  }
}

/*---------------------------------------------------------------- faq */
.faq {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .faq {
    padding: 100px 0px 100px 0px;
  }
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 91.3194444444vw;
  max-width: 1315px;
  margin: auto;
  position: relative;
}
.faq__head {
  width: 31.9444444444vw;
  max-width: 460px;
  position: relative;
  padding: 5.5555555556vw 0vw 5.5555555556vw 0vw;
}
@media screen and (min-width: 1440px) {
  .faq__head {
    padding: 80px 0px 80px 0px;
  }
}
.faq__head:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0068b7;
  inset: 0 0 0 auto;
  width: 100vw;
  border-radius: 0.4166666667vw;
}
@media screen and (min-width: 1440px) {
  .faq__head:before {
    margin-left: 6px;
  }
}
.faq__img {
  position: absolute;
  width: 36.4583333333vw;
  max-width: 525px;
  inset: auto auto 0 0;
  margin: 0vw 0vw -3.4722222222vw -4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .faq__img {
    margin: 0px 0px -50px -60px;
  }
}
.faq__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__ttl {
    font-size: 40px;
  }
}
.faq__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .faq__ttl {
    font-size: 6vw;
  }
}
.faq__ttl {
  color: #fff;
  margin-bottom: 0.7em;
}
.faq__desc {
  color: #ffffff;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__desc {
    font-size: 18px;
  }
}
.faq__desc {
  line-height: 1.72222222;
}
.faq__list {
  width: 51.7361111111vw;
  max-width: 745px;
  margin-right: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .faq__list {
    margin-right: 40px;
  }
}
.faq__list {
  padding-top: 2.4305555556vw;
}
@media screen and (min-width: 1440px) {
  .faq__list {
    padding-top: 35px;
  }
}
.faq__q {
  color: #0068b7;
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__q {
    font-size: 24px;
  }
}
.faq__q {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-bottom: dotted 2px #adadad;
  line-height: 1.27272727;
  padding-bottom: 0.4em;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .faq__q {
    margin-bottom: 20px;
  }
}
.faq__a {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__a {
    font-size: 17px;
  }
}
.faq__a {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
  line-height: 1.58823529;
  text-align: justify;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .faq__a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 765px) {
  .faq {
    padding: 13.3333333333vw 0 6.6666666667vw 0;
  }
  .faq__wrap {
    display: block;
    width: 100vw;
  }
  .faq__head {
    width: 100vw;
    padding: 6.6666666667vw 0 9.3333333333vw 0;
    background: #0068b7;
    margin-bottom: 31.2vw;
  }
  .faq__head:before {
    display: none;
  }
  .faq__img {
    width: 100vw;
    inset: 39.7333333333vw auto auto 0;
    margin: 0;
  }
  .faq__ttl {
    text-align: center;
  }
  .faq__desc {
    text-align: center;
    line-height: 1.67857143;
    font-size: 3.7333333333vw;
  }
  .faq__list {
    width: 89.3333333333vw;
    margin: auto;
    padding: 0;
  }
  .faq__q {
    font-size: 4.4vw;
    border-bottom: dotted 2px #adadad;
    margin-bottom: 4vw;
  }
  .faq__a {
    font-size: 3.3333333333vw;
    line-height: 1.8;
    margin-bottom: 6.6666666667vw;
  }
}
/*---------------------------------------------------------------- con */
.con {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .con {
    padding: 100px 0px 100px 0px;
  }
}
.con {
  background: #EEF4F9;
}
.con__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .con__ttl {
    font-size: 40px;
  }
}
.con__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .con__ttl {
    font-size: 6vw;
  }
}
.con__ttl {
  color: #0068b7;
  text-align: center;
  margin-bottom: 0.7em;
}
.con__desc {
  text-align: center;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .con__desc {
    font-size: 18px;
  }
}
.con__desc {
  line-height: 1.75;
  margin-bottom: 3.8194444444vw;
}
@media screen and (min-width: 1440px) {
  .con__desc {
    margin-bottom: 55px;
  }
}
.con__list {
  width: 72.9166666667vw;
  max-width: 1050px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con__item {
  background: #fff;
  border-radius: 0.5208333333vw;
}
@media screen and (min-width: 1440px) {
  .con__item {
    margin-left: 7.5px;
  }
}
.con__item {
  width: 20.8333333333vw;
  max-width: 300px;
  height: 18.75vw;
  max-height: 270px;
  padding: 1.3888888889vw 0vw 1.3888888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .con__item {
    padding: 20px 0px 20px 0px;
  }
}
.con__item {
  position: relative;
}
.con__item:after {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  width: 1.3194444444vw;
  max-width: 19px;
  height: 2.7777777778vw;
  max-height: 40px;
  background: #8EB3D9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: -1.3888888889vw -3.125vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .con__item:after {
    margin: -20px -45px 0px 0px;
  }
}
.con__item:last-child:after {
  display: none;
}
.con__item-ttl {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .con__item-ttl {
    font-size: 22px;
  }
}
.con__item-ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .con__item-ttl {
    margin-bottom: 15px;
  }
}
.con__icon {
  width: 6.9444444444vw;
  max-width: 100px;
  margin: 0vw auto 1.3888888889vw auto;
}
@media screen and (min-width: 1440px) {
  .con__icon {
    margin: 0px auto 20px auto;
  }
}
.con__body {
  text-align: center;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .con__body {
    font-size: 16px;
  }
}
.con__body {
  line-height: 1.5625;
}
@media screen and (max-width: 765px) {
  .con {
    padding: 13.3333333333vw 0 13.3333333333vw 0;
  }
  .con__ttl {
    line-height: 1.2;
  }
  .con__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .con__list {
    width: 89.3333333333vw;
    display: block;
  }
  .con__item {
    border-radius: 1.2vw;
    width: 100%;
    height: 24vw;
    padding: 4vw 4vw 4vw 27.7333333333vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .con__item:after {
    inset: auto auto 0 50%;
    width: 5.3333333333vw;
    height: 2.5333333333vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 0 -4.6666666667vw -2.6666666667vw;
  }
  .con__item:last-child {
    margin-bottom: 0;
  }
  .con__item-ttl {
    text-align: left;
    font-size: 4.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .con__icon {
    position: absolute;
    inset: 5.3333333333vw auto auto 8vw;
    width: 13.3333333333vw;
    margin: 0;
  }
  .con__body {
    text-align: left;
    font-size: 3.0666666667vw;
    line-height: 1.43478261;
  }
}

/*---------------------------------------------------------------- cv */
.cv {
  padding: 7.6388888889vw 0vw 6.25vw 0vw;
}
@media screen and (min-width: 1440px) {
  .cv {
    padding: 110px 0px 90px 0px;
  }
}
.cv {
  width: 87.8472222222vw;
  max-width: 1265px;
  margin: auto;
}
.cv__main {
  padding: 0;
}
.cv__ttl {
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 3.3333333333vw;
  font-size: max(3.3333333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv__ttl {
    font-size: 48px;
  }
}
.cv__ttl {
  line-height: 1.39583333;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .cv__ttl {
    margin-bottom: 25px;
  }
}
.cv__ttl small {
  font-size: 2.9513888889vw;
  font-size: max(2.9513888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv__ttl small {
    font-size: 42.5px;
  }
}
.cv__desc {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .cv__desc {
    margin-bottom: 60px;
  }
}
.cv__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv__desc {
    font-size: 18px;
  }
}
.cv__desc {
  line-height: 1.75;
}
.cv .cv-btn {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv .cv-btn {
    font-size: 22px;
  }
}
.cv .cv-btn {
  height: 5.5555555556vw;
  max-height: 80px;
  width: 30.1388888889vw;
  max-width: 434px;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .cv .cv-btn {
    margin-left: 5px;
  }
}
.cv .cv-btn {
  background: #3265B2;
  color: #ede800 !important;
}
.cv .cv-btn:after {
  background: url(../img/icon-arr-y.svg) no-repeat center center/contain;
}
@media screen and (max-width: 765px) {
  .cv {
    padding: 13.3333333333vw 0 57.6vw 0;
    width: 100vw;
    margin: auto;
  }
  .cv__main {
    padding: 0;
  }
  .cv__ttl {
    font-size: 6.2666666667vw;
    line-height: 1.42553191;
    margin-bottom: 4vw;
    text-align: center;
  }
  .cv__ttl small {
    font-size: 5.6vw;
  }
  .cv__desc {
    text-align: center;
    margin: 0 -2em 6.6666666667vw -2em;
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
  }
  .cv .cv-btn {
    width: 80vw;
    margin: auto !important;
    font-size: 4vw;
    height: 14.6666666667vw;
    border-radius: 0.9333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*---------------------------------------------------------------- footer */
.footer {
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto 0 50%;
  background: url(../img/cv-bg@2x.webp) no-repeat center center/contain;
  width: 206.1805555556vw;
  max-width: 2969px;
  height: 45.625vw;
  max-height: 657px;
  margin: 0vw 0vw 0vw -103.0902777778vw;
}
@media screen and (min-width: 1440px) {
  .footer:before {
    margin: 0px 0px 0px -1484.5px;
  }
}
.footer__wrap {
  width: 87.8472222222vw;
  max-width: 1265px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  display: block;
  padding-top: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .footer__logo {
    padding-top: 10px;
  }
}
.footer__logo {
  width: 20.1388888889vw;
  max-width: 290px;
}
.footer__links {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0vw 0vw 2.4305555556vw 4.5138888889vw;
}
@media screen and (min-width: 1440px) {
  .footer__links {
    margin: 0px 0px 35px 65px;
  }
}
.footer__nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .footer__nav1 {
    margin-bottom: 15px;
  }
}
.footer__nav1-link {
  display: inline-block;
  position: relative;
  margin-right: 2em;
  font-size: 18px;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7 !important;
}
@media screen and (max-width: 1400px) {
  .footer__nav1-link {
    font-size: 17px;
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .footer__nav1-link {
    font-size: 16px;
    margin-right: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav1-link {
    margin-right: 0.5em;
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .footer__nav1-link {
    font-size: 14px;
  }
}
.footer__nav1-link.is-out span {
  position: relative;
  display: inline-block;
}
.footer__nav1-link.is-out span:after {
  content: "";
  background: url(../img/icon-outlink.svg) no-repeat center center/contain;
  width: 0.625vw;
  max-width: 9px;
  height: 0.625vw;
  max-height: 9px;
  position: absolute;
  inset: 0 0 auto auto;
  margin: 0.0694444444vw -1.0416666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .footer__nav1-link.is-out span:after {
    margin: 1px -15px 0px 0px;
  }
}
.footer__nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 670px;
}
.footer__nav2-link {
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .footer__nav2-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 800px) {
  .footer__nav2-link {
    font-size: 11px;
  }
}
.footer__nav2-link {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
  margin-right: 1.5em;
  position: relative;
}
.footer__nav2-link:nth-child(4):before, .footer__nav2-link:last-child:before {
  display: none;
}
.footer__nav2-link {
  display: inline-block;
  position: relative;
}
.footer__nav2-link:before {
  content: "|";
  position: absolute;
  inset: 0 -0.75em 0 auto;
}
.footer__copy {
  color: #fff;
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .footer__copy {
    font-size: 13px;
  }
}
.footer__copy {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
  height: 5.6944444444vw;
  max-height: 82px;
  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;
  letter-spacing: 0.03em;
  background-image: -webkit-gradient(linear, left top, right top, from(#57A6D9), color-stop(25%, #2E5FA9), color-stop(65%, #3C72D5), to(#1E212F));
  background-image: linear-gradient(90deg, #57A6D9 0%, #2E5FA9 25%, #3C72D5 65%, #1E212F 100%);
}
@media screen and (max-width: 765px) {
  .footer:before {
    inset: 80vw auto auto -3.3333333333vw;
    background: url(../img/cv-bg-sp.webp) no-repeat center center/contain;
    width: 106.8vw;
    height: 70.5333333333vw;
    margin: 0;
  }
  .footer__wrap {
    width: 89.3333333333vw;
    margin: auto;
    display: block;
  }
  .footer__logo {
    width: 45.0666666667vw;
    padding: 0;
    margin: 0 auto 18.9333333333vw auto;
  }
  .footer__links {
    width: auto;
    margin: 0;
  }
  .footer__nav1 {
    display: block;
    margin-bottom: 0;
  }
  .footer__nav1-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    font-size: 4vw;
    height: 14.6666666667vw;
    border-bottom: solid 1px #adadad;
  }
  .footer__nav1-link:after {
    content: "";
    position: absolute;
    inset: calc(50% - 0.5em) 1em 0 auto;
    width: 0.524em;
    height: 1em;
    background: url(../img/icon-arr.svg) no-repeat center center/contain;
  }
  .footer__nav1-link {
    padding-left: 1em;
  }
  .footer__nav1-link:last-child {
    border: none;
  }
  .footer__nav1-link.is-out span:after {
    width: 2vw;
    height: 2vw;
    margin: 0.1333333333vw -2.6666666667vw 0 0;
  }
  .footer__nav2 {
    display: block;
    width: auto;
    padding: 2.6666666667vw 0;
    position: relative;
  }
  .footer__nav2:before {
    content: "";
    position: absolute;
    inset: 0 -6.6666666667vw;
    background: #E8F0F7;
    z-index: -1;
  }
  .footer__nav2-link {
    font-size: 3.4666666667vw;
    margin-right: 0;
    height: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #adadad;
    padding-left: 1em;
    position: relative;
  }
  .footer__nav2-link:after {
    content: "";
    position: absolute;
    inset: calc(50% - 0.5em) 1em 0 auto;
    width: 0.524em;
    height: 1em;
    background: url(../img/icon-arr.svg) no-repeat center center/contain;
  }
  .footer__nav2-link:after {
    background-image: url(../img/icon-arr-g.svg);
  }
  .footer__nav2-link:before {
    display: none;
  }
  .footer__nav2-link:last-child {
    border: none;
  }
  .footer__copy {
    font-size: 2.2666666667vw;
    height: 15.8666666667vw;
    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;
    background-image: -webkit-gradient(linear, left top, right top, from(#509CD4), color-stop(25%, #3164AD), color-stop(55%, #3A70CF), to(#1E2438));
    background-image: linear-gradient(90deg, #509CD4 0%, #3164AD 25%, #3A70CF 55%, #1E2438 100%);
  }
}