@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 768px !important;
  }
}

.mok-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5.333vw;
}
@media screen and (min-width: 769px) {
  .mok-inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .mok-sp-only {
    display: none;
  }
}

/* =========================================================
 Header
========================================================= */
.mok-header {
  position: relative;
  z-index: 100;
  background: #ffffff;
}
.mok-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-animation: mok-header-fixed-in 0.4s ease;
  animation: mok-header-fixed-in 0.4s ease;
}
.mok-header.is-fixed .mok-header__banner {
  display: none;
}
.mok-header__inner {
  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;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 40px 16px;
}
.mok-header__logo {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 6px;
}
.mok-header__logo-img {
  display: block;
  width: 213px;
  height: auto;
}
.mok-header__tagline {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px;
  letter-spacing: 1.69px;
  white-space: nowrap;
}
.mok-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.mok-header__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid #6f6f6f;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mok-header__item:first-child {
  border-left: none;
}
.mok-header__item:hover {
  opacity: 0.7;
}
.mok-header__en {
  display: block;
  text-align: center;
  font-family: "Abhaya Libre", "Times New Roman", serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1e3a8a;
  white-space: nowrap;
}
.mok-header__ja {
  display: block;
  margin-top: 4px;
  color: #6f6f6f;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.mok-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 105px;
  height: 80px;
  padding: 9px 12px 12px 18px;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-171.9%, #895500), color-stop(-157.07%, #a67c24), color-stop(-137.3%, #c6a64a), color-stop(-122.47%, #dec768), color-stop(-102.69%, #f0de7e), color-stop(-87.86%, #fbed8b), color-stop(-73.03%, #fff290), color-stop(-48.31%, #fdee8b), color-stop(-23.6%, #f9e37f), color-stop(6.07%, #f2d16b), color-stop(25.84%, #eabd54), color-stop(124.71%, #ae7723), color-stop(144.49%, #b17c28), color-stop(164.26%, #bd8d36), color-stop(193.92%, #cfa94e), color-stop(223.59%, #e9d06e), color-stop(243.36%, #fff08a), color-stop(273.02%, #feed87), color-stop(292.8%, #fae57f), color-stop(307.63%, #f5d870), color-stop(317.51%, #edc55c), color-stop(322.46%, #eabd54));
  background: linear-gradient(180deg, #895500 -171.9%, #a67c24 -157.07%, #c6a64a -137.3%, #dec768 -122.47%, #f0de7e -102.69%, #fbed8b -87.86%, #fff290 -73.03%, #fdee8b -48.31%, #f9e37f -23.6%, #f2d16b 6.07%, #eabd54 25.84%, #ae7723 124.71%, #b17c28 144.49%, #bd8d36 164.26%, #cfa94e 193.92%, #e9d06e 223.59%, #fff08a 243.36%, #feed87 273.02%, #fae57f 292.8%, #f5d870 307.63%, #edc55c 317.51%, #eabd54 322.46%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(120, 80, 0, 0.4);
  box-shadow: 0 4px 10px rgba(120, 80, 0, 0.4);
}
.mok-header__cta:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 16px rgba(120, 80, 0, 0.4);
  box-shadow: 0 8px 16px rgba(120, 80, 0, 0.4);
}
.mok-header__cta:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 2px 5px rgba(120, 80, 0, 0.4);
  box-shadow: 0 2px 5px rgba(120, 80, 0, 0.4);
}
.mok-header__cta:hover {
  opacity: 1;
}
.mok-header__cta-text {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 4px;
  text-align: center;
}
.mok-header__cta-arrow {
  display: block;
  width: 11px;
  height: 22px;
  -ms-flex-preferred-size: 11px;
  flex-basis: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mok-header__banner {
  width: 100%;
  line-height: 0;
  background: #c9a227;
}
.mok-header__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes mok-header-fixed-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mok-header-fixed-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mok-header-spacer {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .mok-header.is-fixed {
    -webkit-animation: none;
    animation: none;
  }
}
/* =========================================================
 Buttons / CTA
========================================================= */
.mok-cta {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .mok-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .mok-cta--dual {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
  }
}
.mok-cta--dual {
  margin-top: 8vw;
}

.mok-btn {
  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;
  width: 100%;
  min-height: 12.8vw;
  padding: 0 4vw;
  border-radius: 8px;
  font-size: 3.733vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 769px) {
  .mok-btn {
    width: auto;
    min-width: 260px;
    height: 56px;
    min-height: auto;
    padding: 0 28px;
    font-size: 16px;
  }
}
.mok-btn--gold {
  color: #061633;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0c94a), to(#d4a017));
  background: linear-gradient(180deg, #f0c94a 0%, #d4a017 100%);
}
.mok-btn--purple {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a87bc4), to(#7d4f9a));
  background: linear-gradient(180deg, #a87bc4 0%, #7d4f9a 100%);
}

.mok-section-title {
  margin-bottom: 8vw;
  text-align: center;
  font-size: 5.867vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0a1f4d;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mok-section-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
.mok-section-title--light {
  color: #ffffff;
}

/* =========================================================
 FV
========================================================= */
.mok-fv {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.mok-fv__bg {
  display: block;
  width: 100%;
  height: auto;
}
.mok-fv__content {
  position: absolute;
  bottom: 40px;
  left: 27%;
  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;
  gap: 41px;
  width: 319px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mok-fv__copy {
  display: block;
  width: 100%;
  height: auto;
}
.mok-fv__cta {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
}
.mok-fv__cta:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.34));
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.34));
}
.mok-fv__cta:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
}
.mok-fv__cta-img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
 MESSAGE
========================================================= */
.mok-message {
  position: relative;
  padding: 7cqb 50px 70px;
  background: #ffffff;
}
.mok-message__label {
  margin: 0 0 50px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 2.6px;
}
.mok-message__lead {
  margin: 0 0 50px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2.88px;
  color: #1e3a8a;
}
.mok-message__body p {
  margin: 0;
  color: #040000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.6px;
}
.mok-message__body p + p {
  margin-top: 22px;
}
.mok-message__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 128px;
  height: 126px;
  pointer-events: none;
}

/* =========================================================
 Intro
========================================================= */
.mok-intro {
  padding: 16vw 0;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mok-intro {
    padding: 100px 0;
  }
}
.mok-intro__title {
  margin-bottom: 5.333vw;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #0a1f4d;
}
@media screen and (min-width: 769px) {
  .mok-intro__title {
    margin-bottom: 28px;
    font-size: 36px;
  }
}
.mok-intro__text {
  font-size: 3.467vw;
  line-height: 2;
  color: #666666;
}
@media screen and (min-width: 769px) {
  .mok-intro__text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
  }
}

/* =========================================================
 WHAT
========================================================= */
.mok-what {
  position: relative;
  padding: 150px 50px 140px;
  overflow: hidden;
  background-color: #0a278d;
  background-image: url("../images/bkg-what.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.mok-what::before {
  content: "";
  position: absolute;
  top: 980px;
  left: 0;
  z-index: 0;
  width: 146px;
  height: 349px;
  background: url("../images/icn-what-bkg.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-what__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.mok-what__media {
  position: relative;
  margin-bottom: 100px;
}
.mok-what__media .mok-flow__cta {
  position: absolute;
  bottom: 61px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mok-what__img {
  display: block;
  width: 100%;
  height: auto;
}
.mok-what__inner > .mok-what__img:first-child {
  max-width: 1139px;
  margin: 0 auto 100px;
}
.mok-what__media + .mok-what__img {
  margin-bottom: 80px;
}

/* =========================================================
 SERVICE
========================================================= */
.mok-service {
  padding: 150px 50px;
  background: #ffffff;
}
.mok-service__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mok-service__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 60px;
}

/* =========================================================
 FLOW
========================================================= */
.mok-flow {
  position: relative;
  padding: 150px 50px;
  overflow: hidden;
  background: #f4f6ff;
}
.mok-flow::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0;
  width: 89px;
  height: 179px;
  background: url("../images/icn-flow-bkg-1.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-flow::after {
  content: "";
  position: absolute;
  top: 206px;
  right: 47px;
  z-index: 0;
  width: 61px;
  height: 61px;
  background: url("../images/icn-flow-bkg-2.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-flow__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.mok-flow__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 60px;
}
.mok-flow__cta {
  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;
  gap: 20px;
}
.mok-flow__btn {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 360px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
}
.mok-flow__btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.34));
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.34));
}
.mok-flow__btn:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
}
.mok-flow__btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
 VOICE
========================================================= */
.mok-voice {
  position: relative;
  padding: 150px 50px;
  overflow: hidden;
  background: #ffffff;
}
.mok-voice::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 223px;
  height: 326px;
  background: url("../images/icn-voice-bkg-1.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-voice::after {
  content: "";
  position: absolute;
  top: 181px;
  left: 0;
  z-index: 0;
  width: 139px;
  height: 289px;
  background: url("../images/icn-voice-bkg-2.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-voice__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mok-voice__deco::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 57px;
  width: 64px;
  height: 95px;
  background: url("../images/icn-voice-bkg-3.webp") no-repeat center/contain;
}
.mok-voice__deco::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 65px;
  background: url("../images/icn-voice-bkg-4.webp") no-repeat center/contain;
}
.mok-voice__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.mok-voice__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 64px;
}

/* =========================================================
 FOR (こんな方におすすめ)
========================================================= */
.mok-for {
  padding: 150px 50px 169px;
  background: radial-gradient(104.85% 50.12% at 50.12% 50%, #0a278d 0%, #051858 100%);
}
.mok-for__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mok-for__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 30px;
}
.mok-for__img:first-child {
  margin-bottom: 60px;
}

/* =========================================================
 Steps / Cases / Checks / FAQ / Final / Footer
========================================================= */
.mok-steps {
  padding: 16vw 0;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .mok-steps {
    padding: 100px 0;
  }
}
.mok-steps__list {
  display: grid;
  gap: 4vw;
}
.mok-steps__item {
  display: grid;
  grid-template-columns: 12vw 1fr 12vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2vw;
  padding: 4.8vw;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: #fafbfd;
}
@media screen and (min-width: 769px) {
  .mok-steps__item {
    grid-template-columns: 72px 1fr 64px;
    gap: 20px;
    padding: 24px 28px;
  }
}
.mok-steps__num {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 5.333vw;
  font-weight: 700;
  color: #d4a017;
}
@media screen and (min-width: 769px) {
  .mok-steps__num {
    font-size: 28px;
  }
}
.mok-steps__content h3 {
  margin-bottom: 1.6vw;
  font-size: 4vw;
  color: #0a1f4d;
}
@media screen and (min-width: 769px) {
  .mok-steps__content h3 {
    font-size: 18px;
  }
}
.mok-steps__content p {
  font-size: 3.2vw;
  color: #666666;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .mok-steps__content p {
    font-size: 14px;
  }
}
.mok-steps__icon {
  width: 11.2vw;
  height: 11.2vw;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 160, 23, 0.2)), to(rgba(212, 160, 23, 0.05)));
  background: linear-gradient(180deg, rgba(212, 160, 23, 0.2), rgba(212, 160, 23, 0.05));
  border: 1px solid rgba(212, 160, 23, 0.35);
}
@media screen and (min-width: 769px) {
  .mok-steps__icon {
    width: 56px;
    height: 56px;
  }
}

.mok-cases {
  padding: 16vw 0;
  background: #f3f5f8;
}
@media screen and (min-width: 769px) {
  .mok-cases {
    padding: 100px 0;
  }
}
.mok-cases__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8vw;
}
@media screen and (min-width: 769px) {
  .mok-cases__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.mok-case {
  background: #ffffff;
  overflow: hidden;
  border-radius: 6px;
}
.mok-case__thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #c5cedd, #8fa0bc 60%, #5c6f91);
}
.mok-case__tag {
  display: inline-block;
  margin: 3.2vw 3.2vw 0;
  padding: 1vw 2vw;
  font-size: 2.667vw;
  font-weight: 700;
  color: #1e4a9a;
  background: rgba(30, 74, 154, 0.08);
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .mok-case__tag {
    margin: 16px 16px 0;
    padding: 4px 10px;
    font-size: 11px;
  }
}
.mok-case__text {
  padding: 2.667vw 3.2vw 4vw;
  font-size: 3.2vw;
  line-height: 1.8;
  color: #666666;
}
@media screen and (min-width: 769px) {
  .mok-case__text {
    padding: 12px 16px 20px;
    font-size: 13px;
  }
}

.mok-checks {
  padding: 16vw 0;
  background: #0a1f4d;
}
@media screen and (min-width: 769px) {
  .mok-checks {
    padding: 100px 0;
  }
}
.mok-checks__list {
  display: grid;
  gap: 4vw;
}

.mok-check {
  padding: 5.333vw;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}
@media screen and (min-width: 769px) {
  .mok-check {
    padding: 28px 32px;
  }
}
.mok-check__num {
  display: inline-block;
  margin-bottom: 2.667vw;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f0c94a;
}
@media screen and (min-width: 769px) {
  .mok-check__num {
    font-size: 12px;
  }
}
.mok-check__title {
  margin-bottom: 2.667vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .mok-check__title {
    font-size: 22px;
  }
}
.mok-check__text {
  font-size: 3.467vw;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (min-width: 769px) {
  .mok-check__text {
    font-size: 14px;
  }
}

.mok-faq {
  padding: 150px 50px;
  background: #efefef;
}
.mok-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mok-faq__title {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 60px;
}
.mok-faq__list {
  max-width: 1200px;
  margin: 0 auto;
}
.mok-faq__item {
  position: relative;
  max-width: 1200px;
  margin: 0 0 20px;
}
.mok-faq__item[open] .mok-faq__q {
  border-radius: 10px 10px 0 0;
}
.mok-faq__item[open] .mok-faq__arrow {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.mok-faq__q {
  position: relative;
  display: block;
  padding: 10px 70px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  color: #051858;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2.86px;
}
.mok-faq__q::-webkit-details-marker {
  display: none;
}
.mok-faq__q::marker {
  content: "";
  display: none;
}
.mok-faq__q-icon {
  position: absolute;
  top: 50%;
  left: -31px;
  display: block;
  width: 65px;
  height: 65px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.mok-faq__q-text {
  display: block;
}
.mok-faq__arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}
.mok-faq__a {
  padding: 10px 70px;
  background: #e1e1e1;
  border-radius: 0 0 10px 10px;
  color: #6f6f6f;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2.34px;
}
.mok-faq__a p {
  margin: 0;
}

.mok-close {
  position: relative;
  padding: 150px 20px 140px;
  overflow: hidden;
  background: #ffffff;
}
.mok-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 111px;
  height: 111px;
  background: url("../images/icn-close-bkg-1.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-close::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 142px;
  height: 142px;
  background: url("../images/icn-close-bkg-2.webp") no-repeat center/contain;
  pointer-events: none;
}
.mok-close__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}
.mok-close__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mok-close__img--1 {
  max-width: 1200px;
  margin-bottom: 116px;
}
.mok-close__img--2 {
  max-width: 1320px;
}

.mok-footer__video {
  padding: 0 20px 60px;
  background: #ffffff;
}
.mok-footer__video video {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.mok-footer__cta {
  padding-bottom: 100px;
  background: #ffffff;
}
.mok-footer__body {
  padding: 150px 50px;
  background: #efefef;
}
.mok-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mok-footer__legal {
  margin-bottom: 80px;
}
.mok-footer__legal p {
  margin: 0 0 25px;
  color: #777;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.mok-footer__legal p:last-child {
  margin-bottom: 0;
}
.mok-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.mok-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 423px;
  -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;
}
.mok-footer__logo {
  display: block;
  width: 220px;
  height: auto;
  margin-bottom: 0;
}
.mok-footer__address {
  margin: 0;
  color: #777;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.mok-footer__meta {
  color: #777;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
}
.mok-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 0;
}
.mok-footer__links a {
  color: #777;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mok-footer__links a:hover {
  opacity: 0.7;
}
.mok-footer__copy {
  margin: 0;
}