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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

/**
  fluid-size
/// px と vw の比較で流動的にサイズを決定する
/// - px と vw を比べて、小さい方（負数なら大きい方）を返す
 */
/****
  to-vw
  数値をvw値へ変換する
 */
/*

@mixin font-century-b {
  font-style: normal;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
}

@mixin font-century {
  font-style: normal;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
}
*/
/**
	webp背景画像を指定する
 */
:root {
  --col-key: #0060b8;
  --col-sky-blue: #ebfaff;
  --col-blue: #4bafeb;
  --col-orange: #ff8c0f;
  --col-border: #ededed;
  --col-black: #2d2d2d;
  --col-grey: #646464;
  --col-text: #0060b8;
  --col-tap-highlight-color: rgba(94, 177, 206, 0.2);
  --f10: min(2.5641025641vw, 10px);
  --f11: min(2.8205128205vw, 11px);
  --f12: min(3.0769230769vw, 12px);
  --f13: min(3.3333333333vw, 13px);
  --f14: min(3.5897435897vw, 14px);
  --f15: min(3.8461538462vw, 15px);
  --f16: min(4.1025641026vw, 16px);
  --f17: min(4.358974359vw, 17px);
  --f18: min(4.6153846154vw, 18px);
  --f19: min(4.8717948718vw, 19px);
  --f20: min(5.1282051282vw, 20px);
  --f21: min(5.3846153846vw, 21px);
  --f22: min(5.641025641vw, 22px);
  --f23: min(5.8974358974vw, 23px);
  --f24: min(6.1538461538vw, 24px);
  --f25: min(6.4102564103vw, 25px);
  --f26: min(6.6666666667vw, 26px);
  --f27: min(6.9230769231vw, 27px);
  --f28: min(7.1794871795vw, 28px);
  --f29: min(7.4358974359vw, 29px);
  --f30: min(7.6923076923vw, 30px);
  --f31: min(7.9487179487vw, 31px);
  --f32: min(8.2051282051vw, 32px);
  --f33: min(8.4615384615vw, 33px);
  --f34: min(8.7179487179vw, 34px);
  --f35: min(8.9743589744vw, 35px);
  --f36: min(9.2307692308vw, 36px);
  --f37: min(9.4871794872vw, 37px);
  --f38: min(9.7435897436vw, 38px);
  --f39: min(10vw, 39px);
  --f40: min(10.2564102564vw, 40px);
  --f41: min(10.5128205128vw, 41px);
  --f42: min(10.7692307692vw, 42px);
  --f43: min(11.0256410256vw, 43px);
  --f44: min(11.2820512821vw, 44px);
  --f45: min(11.5384615385vw, 45px);
  --f46: min(11.7948717949vw, 46px);
  --f47: min(12.0512820513vw, 47px);
  --f48: min(12.3076923077vw, 48px);
  --f49: min(12.5641025641vw, 49px);
  --f50: min(12.8205128205vw, 50px);
}
@media print, screen and (min-width: 768px) {
  :root {
    --f10: min(0.78125vw, 10px);
    --f11: min(0.859375vw, 11px);
    --f12: min(0.9375vw, 12px);
    --f13: min(1.015625vw, 13px);
    --f14: min(1.09375vw, 14px);
    --f15: min(1.171875vw, 15px);
    --f16: min(1.25vw, 16px);
    --f17: min(1.328125vw, 17px);
    --f18: min(1.40625vw, 18px);
    --f19: min(1.484375vw, 19px);
    --f20: min(1.5625vw, 20px);
    --f21: min(1.640625vw, 21px);
    --f22: min(1.71875vw, 22px);
    --f23: min(1.796875vw, 23px);
    --f24: min(1.875vw, 24px);
    --f25: min(1.953125vw, 25px);
    --f26: min(2.03125vw, 26px);
    --f27: min(2.109375vw, 27px);
    --f28: min(2.1875vw, 28px);
    --f29: min(2.265625vw, 29px);
    --f30: min(2.34375vw, 30px);
    --f31: min(2.421875vw, 31px);
    --f32: min(2.5vw, 32px);
    --f33: min(2.578125vw, 33px);
    --f34: min(2.65625vw, 34px);
    --f35: min(2.734375vw, 35px);
    --f36: min(2.8125vw, 36px);
    --f37: min(2.890625vw, 37px);
    --f38: min(2.96875vw, 38px);
    --f39: min(3.046875vw, 39px);
    --f40: min(3.125vw, 40px);
    --f41: min(3.203125vw, 41px);
    --f42: min(3.28125vw, 42px);
    --f43: min(3.359375vw, 43px);
    --f44: min(3.4375vw, 44px);
    --f45: min(3.515625vw, 45px);
    --f46: min(3.59375vw, 46px);
    --f47: min(3.671875vw, 47px);
    --f48: min(3.75vw, 48px);
    --f49: min(3.828125vw, 49px);
    --f50: min(3.90625vw, 50px);
  }
}

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

   preset.scss
   プリミティブ要素の設定

 */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: var(--col-text);
  font-size: var(--f16);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overscroll-behavior: none;*/
  -webkit-tap-highlight-color: var(--col-tap-highlight-color);
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body {
    font-size: var(--f20);
  }
}

main {
  display: block;
}

a {
  outline: none;
  color: var(--col_black);
  text-decoration: none;
}

a:active,
a:hover,
a.touchstart {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
small,
em,
li,
dt,
dd,
th,
td {
  font-weight: 400;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

img,
picture {
  width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -0.3em;
  font-size: 0.6em;
  vertical-align: super;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: var(--col_black);
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

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

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__ci {
  display: block;
  z-index: 130;
  position: absolute;
  top: min(5.1282051282vw, 20px);
  left: min(4.6153846154vw, 18px);
  width: min(23.8461538462vw, 93px);
}
@media print, screen and (min-width: 768px) {
  .header__ci {
    top: min(2.734375vw, 35px);
    left: min(4.6875vw, 60px);
    width: min(12.8125vw, 164px);
  }
}

/**
  SP時の固定ヘッダ要素
 */
/**
  メニュートリガーボタン
 */
.header__trigger {
  display: flex;
  z-index: 10020;
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(15.3846153846vw, 60px);
  padding-right: 20px;
  cursor: pointer;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: min(6.4102564103vw, 25px);
  height: 2px;
  transform-origin: 50% 50%;
  border-radius: 2px;
  background-color: var(--col-key);
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -7px, 0);
}
.header__trigger .line2 {
  transform: translate3d(0, 0, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 7px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transform-origin: 50% 50%;
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 2px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -2px, 0) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .header__trigger {
    display: none;
  }
}

/**
  メニュー本体（SP時メニューのボディ）
 */
@media only screen and (max-width: 767px) {
  .header-menu {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-menu.is-active {
    display: block;
  }
  .header-menu.is-active .header-menu-inner {
    opacity: 1;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
  }
  .header-menu.is-enter {
    display: block;
    opacity: 1;
    transition: opacity 0.6s, visibility 0s;
  }
  .header-menu.is-fadeOut {
    display: block;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    overscroll-behavior: contain;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu-content {
    padding: min(15.3846153846vw, 60px) min(9.7435897436vw, 38px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header-menu-content {
    display: flex;
    justify-content: center;
  }
}

/**
  gnav
 */
.header__gnav {
  display: flex;
  flex-direction: column;
  margin-bottom: min(15.3846153846vw, 60px);
}
.header__gnav > li {
  border-bottom: 1px solid var(--col-grey);
  line-height: 1;
}
.header__gnav > li a {
  display: flex;
  align-items: center;
  min-height: min(20vw, 78px);
  color: var(--col-black);
  font-weight: 600;
  font-size: var(--f18);
}
@media print, screen and (min-width: 768px) {
  .header__gnav {
    display: flex;
    position: absolute;
    top: min(1.953125vw, 25px);
    right: min(4.6875vw, 60px);
    flex-direction: row;
    align-items: center;
    height: min(3.90625vw, 50px);
    margin-bottom: 0;
    padding: 0 min(2.34375vw, 30px);
    gap: min(2.34375vw, 30px);
    border-radius: min(0.9375vw, 12px);
    background-color: #fff;
  }
  .header__gnav > li {
    border: none;
    font-size: min(1.25vw, 16px);
  }
  .header__gnav > li a {
    display: block;
    min-height: auto;
    font-size: var(--f16);
    transition: 0.3s;
  }
  .header__gnav > li a:hover {
    color: var(--col-key);
  }
}

.header__inquiry {
  width: min(67.1794871795vw, 262px);
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .header__inquiry {
    display: none !important;
  }
}

.header__copyright {
  margin-top: min(12.8205128205vw, 50px);
  font-size: var(--f10);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .header__copyright {
    display: none;
  }
}

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

  #フッタ

 */
.footer {
  padding: min(10.2564102564vw, 40px) 0 calc(125px + env(safe-area-inset-bottom));
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: min(3.125vw, 40px) 0 min(2.734375vw, 35px);
  }
}

.footer.--second {
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
@media print, screen and (min-width: 768px) {
  .footer.--second {
    padding-bottom: min(2.734375vw, 35px);
  }
}

.footer__ci {
  margin-inline: auto;
  background-color: var(--col-black);
  overflow: hidden;
  text-indent: -9999px;
  width: min(29.2307692308vw, 114px);
  height: min(5.641025641vw, 22px);
  -webkit-mask: url(../img/logo_ci.svg) no-repeat center center/contain;
          mask: url(../img/logo_ci.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .footer__ci {
    width: min(9.6875vw, 124px);
    height: min(1.875vw, 24px);
  }
}

.footer__copyright {
  margin-top: min(5.1282051282vw, 20px);
  color: var(--col-black);
  font-size: var(--f10);
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer__copyright {
    font-size: var(--f12);
  }
}

@media print, screen and (min-width: 768px) {
  .gnav {
    width: min(39.0625vw, 500px);
    -moz-columns: 2;
         columns: 2;
  }
  .gnav li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.gnav__item {
  position: relative;
  border-top: 1px solid var(--col-border);
  font-weight: 400;
}
.gnav__item:last-child {
  border-bottom: 1px solid var(--col-border);
}
@media print, screen and (min-width: 768px) {
  .gnav__item {
    width: min(19.53125vw, 250px);
    border: none;
  }
  .gnav__item:last-child {
    border: none;
  }
}

.gnav__item > a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: min(12.8205128205vw, 50px);
  padding: min(3.0769230769vw, 12px) min(6.4102564103vw, 25px) min(3.0769230769vw, 12px) min(2.5641025641vw, 10px);
  font-size: min(3.3333333333vw, 13px);
  line-height: 1.3;
}
.gnav__item > a::after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - min(0.7692307692vw, 3px));
  right: 0;
  width: min(3.5897435897vw, 14px);
  height: min(1.5384615385vw, 6px);
  background-color: var(--col-black);
  -webkit-mask: url(../img/ic_arrow_a.svg) no-repeat center center/contain;
          mask: url(../img/ic_arrow_a.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .gnav__item > a {
    min-height: auto;
    font-size: min(1.25vw, 16px);
  }
  .gnav__item > a::after {
    display: none;
  }
}

.gnav__item.prg-sp-accr-wrapper > a::after {
  display: none;
}

.gnav-sub {
  display: block;
  padding: min(3.0769230769vw, 12px) 0;
}

.gnav-sub__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50px;
}
.gnav-sub__trigger::before, .gnav-sub__trigger::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background-color: var(--col-black);
  transition: transform 0.3s;
}
.gnav-sub__trigger::after {
  transform: rotate(90deg);
}
.gnav-sub__trigger.is-active::after {
  transform: rotate(0deg);
}
@media print, screen and (min-width: 768px) {
  .gnav-sub__trigger {
    display: none;
  }
}

.gnav-sub__item {
  position: relative;
  padding-left: min(5.1282051282vw, 20px);
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .gnav-sub__item {
    margin-bottom: min(0.3125vw, 4px);
    padding-left: min(2.34375vw, 30px);
    font-size: min(1.09375vw, 14px);
  }
  .gnav-sub__item::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: min(0.234375vw, 3px);
    width: min(0.9375vw, 12px);
    height: 1px;
    background-color: #cad1d5;
  }
}

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

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.button-inner {
  display: block;
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #カプセルボタン

 */
.button-capsul {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: min(51.2820512821vw, 200px);
  min-height: min(15.3846153846vw, 60px);
  border-radius: 999px;
  background-color: var(--col-key);
  color: #fff;
  font-weight: 600;
  font-size: var(--f18);
}
@media print, screen and (min-width: 768px) {
  .button-capsul {
    width: min(7.03125vw, 90px);
    min-height: min(5.46875vw, 70px);
    font-size: var(--f20);
    transition: background-color 0.3s;
  }
  .button-capsul:hover {
    background-color: var(--col-blue);
  }
}

.button-capsul.--ic-plus::after {
  display: block;
  position: absolute;
  content: "";
  right: min(7.6923076923vw, 30px);
  width: min(4.6153846154vw, 18px);
  height: min(4.6153846154vw, 18px);
  background-color: #fff;
  -webkit-mask: url(../img/ic_plus.svg) no-repeat center center/contain;
          mask: url(../img/ic_plus.svg) no-repeat center center/contain;
}

.button-capsul.--ic-back::after {
  display: block;
  position: absolute;
  content: "";
  left: min(7.6923076923vw, 30px);
  width: min(4.6153846154vw, 18px);
  height: min(4.6153846154vw, 18px);
  transform: scaleX(-1);
  background-color: #fff;
  -webkit-mask: url(../img/ic_arrow_a.svg) no-repeat center center/min(2.5641025641vw, 10px) auto;
          mask: url(../img/ic_arrow_a.svg) no-repeat center center/min(2.5641025641vw, 10px) auto;
}

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

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
/* --------------------------------------------------------------------
  # セクション見出し
 */
.heading-sec__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: min(6.9230769231vw, 27px);
  margin-inline: auto;
  padding: 0 min(3.0769230769vw, 12px);
  background-color: var(--col-key);
  color: #fff;
  font-weight: bold;
  font-size: var(--f14);
}
.heading-sec__label.--en {
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.heading-sec__box {
  line-height: 1;
}
.heading-sec__box.--pc {
  display: none;
}
.heading-sec__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: min(12.0512820513vw, 47px);
  margin-inline: auto;
  padding: 0 min(3.0769230769vw, 12px);
  border: 1px solid var(--col-key);
  background-color: #fff;
  font-weight: 600;
  font-size: var(--f22);
  letter-spacing: 0.12em;
}
.heading-sec__line + .heading-sec__line {
  margin-top: -1px;
}
@media print, screen and (min-width: 768px) {
  .heading-sec__box.--sp {
    display: none;
  }
  .heading-sec__box.--pc {
    display: block;
  }
  .heading-sec__label {
    min-height: min(3.125vw, 40px);
    padding: 0 min(1.171875vw, 15px);
    font-size: var(--f20);
  }
  .heading-sec__line {
    min-height: min(5.46875vw, 70px);
    padding: 0 min(1.171875vw, 15px);
    font-size: var(--f32);
  }
}

.heading-sec.--left .heading-sec__label, .heading-sec.--left .heading-sec__box, .heading-sec.--left .heading-sec__line {
  margin-right: auto;
  margin-left: 0;
}

/*
.heading-sec.--left {
  text-align: left;

  > span {
    padding: 5px functions.fluid-size(10);
  }
  @include mixins.mq-pc {
    > small {
    }
    > span {
      padding: 8px functions.fluid-size(20);
    }
  }
}*/
@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root .heading-sec > span {
    line-height: min(11.2820512821vw, 44px);
  }
}
@-moz-document url-prefix() {
  .heading-sec > span {
    line-height: min(16.6666666667vw, 65px);
  }
}
/* --------------------------------------------------------------------
  # セクション見出し2(article)
 */
.heading-sec2 {
  position: relative;
}
.heading-sec2::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: min(3.0769230769vw, 12px);
  height: 100%;
  background-color: var(--col-key);
}
.heading-sec2 > span {
  display: block;
  padding: min(1.2820512821vw, 5px) min(6.4102564103vw, 25px);
  border: 1px solid var(--col-key);
  background-color: #fff;
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .heading-sec2 {
    margin-top: min(1.5625vw, 20px);
  }
  .heading-sec2 > span {
    padding: min(0.78125vw, 10px) min(1.171875vw, 15px) min(0.78125vw, 10px) min(2.34375vw, 30px);
    font-size: var(--f28);
  }
}

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

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (max-width: 767px) {
  .prg-sp-accr-content {
    display: none;
  }
}

.fixed-button {
  z-index: 20;
  position: fixed;
  bottom: calc(min(7.6923076923vw, 30px) + env(safe-area-inset-bottom));
  left: 50%;
  width: min(67.1794871795vw, 262px);
  transform: translateX(-50%);
  border: 3px solid #fff;
  filter: drop-shadow(0 4px min(3.5897435897vw, 14px) rgba(0, 0, 0, 0.3));
}
@media print, screen and (min-width: 768px) {
  .fixed-button {
    right: min(4.6875vw, 60px);
    bottom: min(2.734375vw, 35px);
    left: auto;
    width: min(23.90625vw, 306px);
    transform: none;
    filter: drop-shadow(0 4px min(0.9375vw, 12px) rgba(0, 0, 0, 0.3));
  }
}

.list-note > li {
  margin-bottom: 0.3em;
  padding-left: 1em;
  font-size: var(--f13);
  line-height: 1.5;
  text-indent: -1em;
}
@media print, screen and (min-width: 768px) {
  .list-note > li {
    font-size: var(--f13);
  }
}

/*

@forward "anchor";
@forward "breadcrumbs";


@forward "dropdown";

@forward "form";


@forward "pagination";
@forward "snippet";
@forward "tab";
@forward "table";*/
/**
  汎用ページ
 */
.page-toppage {
  position: relative;
  background-color: var(--col-sky-blue);
}

.page-second {
  position: relative;
  padding-top: min(15.3846153846vw, 60px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page-second {
    padding-top: min(7.8125vw, 100px);
  }
}

/* --------------------------------------------------------------------
  レイアウト


 */
.l-width-std {
  margin-right: min(4.6153846154vw, 18px);
  margin-left: min(4.6153846154vw, 18px);
}
@media print, screen and (min-width: 768px) {
  .l-width-std {
    min-width: 768px;
    max-width: 1410px;
    margin-inline: auto;
    padding-right: min(4.6875vw, 60px);
    padding-left: min(4.6875vw, 60px);
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: var(--col-sky-blue);
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #マージン調整ユーティリティ
 */
.l-mb0-sp {
  margin-bottom: min(0vw, 0px) !important;
}

.l-mt0-sp {
  margin-top: min(0vw, 0px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb0 {
    margin-bottom: min(0vw, 0px);
  }
  .l-mt0 {
    margin-top: min(0vw, 0px);
  }
}
.l-mb5-sp {
  margin-bottom: min(1.2820512821vw, 5px) !important;
}

.l-mt5-sp {
  margin-top: min(1.2820512821vw, 5px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb5 {
    margin-bottom: min(0.390625vw, 5px);
  }
  .l-mt5 {
    margin-top: min(0.390625vw, 5px);
  }
}
.l-mb10-sp {
  margin-bottom: min(2.5641025641vw, 10px) !important;
}

.l-mt10-sp {
  margin-top: min(2.5641025641vw, 10px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb10 {
    margin-bottom: min(0.78125vw, 10px);
  }
  .l-mt10 {
    margin-top: min(0.78125vw, 10px);
  }
}
.l-mb15-sp {
  margin-bottom: min(3.8461538462vw, 15px) !important;
}

.l-mt15-sp {
  margin-top: min(3.8461538462vw, 15px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb15 {
    margin-bottom: min(1.171875vw, 15px);
  }
  .l-mt15 {
    margin-top: min(1.171875vw, 15px);
  }
}
.l-mb20-sp {
  margin-bottom: min(5.1282051282vw, 20px) !important;
}

.l-mt20-sp {
  margin-top: min(5.1282051282vw, 20px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb20 {
    margin-bottom: min(1.5625vw, 20px);
  }
  .l-mt20 {
    margin-top: min(1.5625vw, 20px);
  }
}
.l-mb25-sp {
  margin-bottom: min(6.4102564103vw, 25px) !important;
}

.l-mt25-sp {
  margin-top: min(6.4102564103vw, 25px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb25 {
    margin-bottom: min(1.953125vw, 25px);
  }
  .l-mt25 {
    margin-top: min(1.953125vw, 25px);
  }
}
.l-mb30-sp {
  margin-bottom: min(7.6923076923vw, 30px) !important;
}

.l-mt30-sp {
  margin-top: min(7.6923076923vw, 30px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb30 {
    margin-bottom: min(2.34375vw, 30px);
  }
  .l-mt30 {
    margin-top: min(2.34375vw, 30px);
  }
}
.l-mb35-sp {
  margin-bottom: min(8.9743589744vw, 35px) !important;
}

.l-mt35-sp {
  margin-top: min(8.9743589744vw, 35px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb35 {
    margin-bottom: min(2.734375vw, 35px);
  }
  .l-mt35 {
    margin-top: min(2.734375vw, 35px);
  }
}
.l-mb40-sp {
  margin-bottom: min(10.2564102564vw, 40px) !important;
}

.l-mt40-sp {
  margin-top: min(10.2564102564vw, 40px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb40 {
    margin-bottom: min(3.125vw, 40px);
  }
  .l-mt40 {
    margin-top: min(3.125vw, 40px);
  }
}
.l-mb45-sp {
  margin-bottom: min(11.5384615385vw, 45px) !important;
}

.l-mt45-sp {
  margin-top: min(11.5384615385vw, 45px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb45 {
    margin-bottom: min(3.515625vw, 45px);
  }
  .l-mt45 {
    margin-top: min(3.515625vw, 45px);
  }
}
.l-mb50-sp {
  margin-bottom: min(12.8205128205vw, 50px) !important;
}

.l-mt50-sp {
  margin-top: min(12.8205128205vw, 50px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb50 {
    margin-bottom: min(3.90625vw, 50px);
  }
  .l-mt50 {
    margin-top: min(3.90625vw, 50px);
  }
}
.l-mb55-sp {
  margin-bottom: min(14.1025641026vw, 55px) !important;
}

.l-mt55-sp {
  margin-top: min(14.1025641026vw, 55px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb55 {
    margin-bottom: min(4.296875vw, 55px);
  }
  .l-mt55 {
    margin-top: min(4.296875vw, 55px);
  }
}
.l-mb60-sp {
  margin-bottom: min(15.3846153846vw, 60px) !important;
}

.l-mt60-sp {
  margin-top: min(15.3846153846vw, 60px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb60 {
    margin-bottom: min(4.6875vw, 60px);
  }
  .l-mt60 {
    margin-top: min(4.6875vw, 60px);
  }
}
.l-mb65-sp {
  margin-bottom: min(16.6666666667vw, 65px) !important;
}

.l-mt65-sp {
  margin-top: min(16.6666666667vw, 65px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb65 {
    margin-bottom: min(5.078125vw, 65px);
  }
  .l-mt65 {
    margin-top: min(5.078125vw, 65px);
  }
}
.l-mb70-sp {
  margin-bottom: min(17.9487179487vw, 70px) !important;
}

.l-mt70-sp {
  margin-top: min(17.9487179487vw, 70px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb70 {
    margin-bottom: min(5.46875vw, 70px);
  }
  .l-mt70 {
    margin-top: min(5.46875vw, 70px);
  }
}
.l-mb75-sp {
  margin-bottom: min(19.2307692308vw, 75px) !important;
}

.l-mt75-sp {
  margin-top: min(19.2307692308vw, 75px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb75 {
    margin-bottom: min(5.859375vw, 75px);
  }
  .l-mt75 {
    margin-top: min(5.859375vw, 75px);
  }
}
.l-mb80-sp {
  margin-bottom: min(20.5128205128vw, 80px) !important;
}

.l-mt80-sp {
  margin-top: min(20.5128205128vw, 80px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb80 {
    margin-bottom: min(6.25vw, 80px);
  }
  .l-mt80 {
    margin-top: min(6.25vw, 80px);
  }
}
.l-mb85-sp {
  margin-bottom: min(21.7948717949vw, 85px) !important;
}

.l-mt85-sp {
  margin-top: min(21.7948717949vw, 85px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb85 {
    margin-bottom: min(6.640625vw, 85px);
  }
  .l-mt85 {
    margin-top: min(6.640625vw, 85px);
  }
}
.l-mb90-sp {
  margin-bottom: min(23.0769230769vw, 90px) !important;
}

.l-mt90-sp {
  margin-top: min(23.0769230769vw, 90px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb90 {
    margin-bottom: min(7.03125vw, 90px);
  }
  .l-mt90 {
    margin-top: min(7.03125vw, 90px);
  }
}
.l-mb95-sp {
  margin-bottom: min(24.358974359vw, 95px) !important;
}

.l-mt95-sp {
  margin-top: min(24.358974359vw, 95px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb95 {
    margin-bottom: min(7.421875vw, 95px);
  }
  .l-mt95 {
    margin-top: min(7.421875vw, 95px);
  }
}
.l-mb100-sp {
  margin-bottom: min(25.641025641vw, 100px) !important;
}

.l-mt100-sp {
  margin-top: min(25.641025641vw, 100px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb100 {
    margin-bottom: min(7.8125vw, 100px);
  }
  .l-mt100 {
    margin-top: min(7.8125vw, 100px);
  }
}
.l-mb105-sp {
  margin-bottom: min(26.9230769231vw, 105px) !important;
}

.l-mt105-sp {
  margin-top: min(26.9230769231vw, 105px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb105 {
    margin-bottom: min(8.203125vw, 105px);
  }
  .l-mt105 {
    margin-top: min(8.203125vw, 105px);
  }
}
.l-mb110-sp {
  margin-bottom: min(28.2051282051vw, 110px) !important;
}

.l-mt110-sp {
  margin-top: min(28.2051282051vw, 110px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb110 {
    margin-bottom: min(8.59375vw, 110px);
  }
  .l-mt110 {
    margin-top: min(8.59375vw, 110px);
  }
}
.l-mb115-sp {
  margin-bottom: min(29.4871794872vw, 115px) !important;
}

.l-mt115-sp {
  margin-top: min(29.4871794872vw, 115px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb115 {
    margin-bottom: min(8.984375vw, 115px);
  }
  .l-mt115 {
    margin-top: min(8.984375vw, 115px);
  }
}
.l-mb120-sp {
  margin-bottom: min(30.7692307692vw, 120px) !important;
}

.l-mt120-sp {
  margin-top: min(30.7692307692vw, 120px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb120 {
    margin-bottom: min(9.375vw, 120px);
  }
  .l-mt120 {
    margin-top: min(9.375vw, 120px);
  }
}
.l-mb125-sp {
  margin-bottom: min(32.0512820513vw, 125px) !important;
}

.l-mt125-sp {
  margin-top: min(32.0512820513vw, 125px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb125 {
    margin-bottom: min(9.765625vw, 125px);
  }
  .l-mt125 {
    margin-top: min(9.765625vw, 125px);
  }
}
.l-mb130-sp {
  margin-bottom: min(33.3333333333vw, 130px) !important;
}

.l-mt130-sp {
  margin-top: min(33.3333333333vw, 130px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb130 {
    margin-bottom: min(10.15625vw, 130px);
  }
  .l-mt130 {
    margin-top: min(10.15625vw, 130px);
  }
}
.l-mb135-sp {
  margin-bottom: min(34.6153846154vw, 135px) !important;
}

.l-mt135-sp {
  margin-top: min(34.6153846154vw, 135px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb135 {
    margin-bottom: min(10.546875vw, 135px);
  }
  .l-mt135 {
    margin-top: min(10.546875vw, 135px);
  }
}
.l-mb140-sp {
  margin-bottom: min(35.8974358974vw, 140px) !important;
}

.l-mt140-sp {
  margin-top: min(35.8974358974vw, 140px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb140 {
    margin-bottom: min(10.9375vw, 140px);
  }
  .l-mt140 {
    margin-top: min(10.9375vw, 140px);
  }
}
.l-mb145-sp {
  margin-bottom: min(37.1794871795vw, 145px) !important;
}

.l-mt145-sp {
  margin-top: min(37.1794871795vw, 145px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb145 {
    margin-bottom: min(11.328125vw, 145px);
  }
  .l-mt145 {
    margin-top: min(11.328125vw, 145px);
  }
}
.l-mb150-sp {
  margin-bottom: min(38.4615384615vw, 150px) !important;
}

.l-mt150-sp {
  margin-top: min(38.4615384615vw, 150px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb150 {
    margin-bottom: min(11.71875vw, 150px);
  }
  .l-mt150 {
    margin-top: min(11.71875vw, 150px);
  }
}
.l-mb155-sp {
  margin-bottom: min(39.7435897436vw, 155px) !important;
}

.l-mt155-sp {
  margin-top: min(39.7435897436vw, 155px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb155 {
    margin-bottom: min(12.109375vw, 155px);
  }
  .l-mt155 {
    margin-top: min(12.109375vw, 155px);
  }
}
.l-mb160-sp {
  margin-bottom: min(41.0256410256vw, 160px) !important;
}

.l-mt160-sp {
  margin-top: min(41.0256410256vw, 160px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb160 {
    margin-bottom: min(12.5vw, 160px);
  }
  .l-mt160 {
    margin-top: min(12.5vw, 160px);
  }
}
.l-mb165-sp {
  margin-bottom: min(42.3076923077vw, 165px) !important;
}

.l-mt165-sp {
  margin-top: min(42.3076923077vw, 165px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb165 {
    margin-bottom: min(12.890625vw, 165px);
  }
  .l-mt165 {
    margin-top: min(12.890625vw, 165px);
  }
}
.l-mb170-sp {
  margin-bottom: min(43.5897435897vw, 170px) !important;
}

.l-mt170-sp {
  margin-top: min(43.5897435897vw, 170px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb170 {
    margin-bottom: min(13.28125vw, 170px);
  }
  .l-mt170 {
    margin-top: min(13.28125vw, 170px);
  }
}
.l-mb175-sp {
  margin-bottom: min(44.8717948718vw, 175px) !important;
}

.l-mt175-sp {
  margin-top: min(44.8717948718vw, 175px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb175 {
    margin-bottom: min(13.671875vw, 175px);
  }
  .l-mt175 {
    margin-top: min(13.671875vw, 175px);
  }
}
.l-mb180-sp {
  margin-bottom: min(46.1538461538vw, 180px) !important;
}

.l-mt180-sp {
  margin-top: min(46.1538461538vw, 180px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb180 {
    margin-bottom: min(14.0625vw, 180px);
  }
  .l-mt180 {
    margin-top: min(14.0625vw, 180px);
  }
}
.l-mb185-sp {
  margin-bottom: min(47.4358974359vw, 185px) !important;
}

.l-mt185-sp {
  margin-top: min(47.4358974359vw, 185px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb185 {
    margin-bottom: min(14.453125vw, 185px);
  }
  .l-mt185 {
    margin-top: min(14.453125vw, 185px);
  }
}
.l-mb190-sp {
  margin-bottom: min(48.7179487179vw, 190px) !important;
}

.l-mt190-sp {
  margin-top: min(48.7179487179vw, 190px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb190 {
    margin-bottom: min(14.84375vw, 190px);
  }
  .l-mt190 {
    margin-top: min(14.84375vw, 190px);
  }
}
.l-mb195-sp {
  margin-bottom: min(50vw, 195px) !important;
}

.l-mt195-sp {
  margin-top: min(50vw, 195px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb195 {
    margin-bottom: min(15.234375vw, 195px);
  }
  .l-mt195 {
    margin-top: min(15.234375vw, 195px);
  }
}
.l-mb200-sp {
  margin-bottom: min(51.2820512821vw, 200px) !important;
}

.l-mt200-sp {
  margin-top: min(51.2820512821vw, 200px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb200 {
    margin-bottom: min(15.625vw, 200px);
  }
  .l-mt200 {
    margin-top: min(15.625vw, 200px);
  }
}
.l-mb205-sp {
  margin-bottom: min(52.5641025641vw, 205px) !important;
}

.l-mt205-sp {
  margin-top: min(52.5641025641vw, 205px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb205 {
    margin-bottom: min(16.015625vw, 205px);
  }
  .l-mt205 {
    margin-top: min(16.015625vw, 205px);
  }
}
.l-mb210-sp {
  margin-bottom: min(53.8461538462vw, 210px) !important;
}

.l-mt210-sp {
  margin-top: min(53.8461538462vw, 210px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb210 {
    margin-bottom: min(16.40625vw, 210px);
  }
  .l-mt210 {
    margin-top: min(16.40625vw, 210px);
  }
}
.l-mb215-sp {
  margin-bottom: min(55.1282051282vw, 215px) !important;
}

.l-mt215-sp {
  margin-top: min(55.1282051282vw, 215px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb215 {
    margin-bottom: min(16.796875vw, 215px);
  }
  .l-mt215 {
    margin-top: min(16.796875vw, 215px);
  }
}
.l-mb220-sp {
  margin-bottom: min(56.4102564103vw, 220px) !important;
}

.l-mt220-sp {
  margin-top: min(56.4102564103vw, 220px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb220 {
    margin-bottom: min(17.1875vw, 220px);
  }
  .l-mt220 {
    margin-top: min(17.1875vw, 220px);
  }
}
.l-mb225-sp {
  margin-bottom: min(57.6923076923vw, 225px) !important;
}

.l-mt225-sp {
  margin-top: min(57.6923076923vw, 225px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb225 {
    margin-bottom: min(17.578125vw, 225px);
  }
  .l-mt225 {
    margin-top: min(17.578125vw, 225px);
  }
}
.l-mb230-sp {
  margin-bottom: min(58.9743589744vw, 230px) !important;
}

.l-mt230-sp {
  margin-top: min(58.9743589744vw, 230px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb230 {
    margin-bottom: min(17.96875vw, 230px);
  }
  .l-mt230 {
    margin-top: min(17.96875vw, 230px);
  }
}
.l-mb235-sp {
  margin-bottom: min(60.2564102564vw, 235px) !important;
}

.l-mt235-sp {
  margin-top: min(60.2564102564vw, 235px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb235 {
    margin-bottom: min(18.359375vw, 235px);
  }
  .l-mt235 {
    margin-top: min(18.359375vw, 235px);
  }
}
.l-mb240-sp {
  margin-bottom: min(61.5384615385vw, 240px) !important;
}

.l-mt240-sp {
  margin-top: min(61.5384615385vw, 240px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb240 {
    margin-bottom: min(18.75vw, 240px);
  }
  .l-mt240 {
    margin-top: min(18.75vw, 240px);
  }
}
.l-mb245-sp {
  margin-bottom: min(62.8205128205vw, 245px) !important;
}

.l-mt245-sp {
  margin-top: min(62.8205128205vw, 245px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb245 {
    margin-bottom: min(19.140625vw, 245px);
  }
  .l-mt245 {
    margin-top: min(19.140625vw, 245px);
  }
}
.l-mb250-sp {
  margin-bottom: min(64.1025641026vw, 250px) !important;
}

.l-mt250-sp {
  margin-top: min(64.1025641026vw, 250px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb250 {
    margin-bottom: min(19.53125vw, 250px);
  }
  .l-mt250 {
    margin-top: min(19.53125vw, 250px);
  }
}
.l-mb255-sp {
  margin-bottom: min(65.3846153846vw, 255px) !important;
}

.l-mt255-sp {
  margin-top: min(65.3846153846vw, 255px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb255 {
    margin-bottom: min(19.921875vw, 255px);
  }
  .l-mt255 {
    margin-top: min(19.921875vw, 255px);
  }
}
.l-mb260-sp {
  margin-bottom: min(66.6666666667vw, 260px) !important;
}

.l-mt260-sp {
  margin-top: min(66.6666666667vw, 260px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb260 {
    margin-bottom: min(20.3125vw, 260px);
  }
  .l-mt260 {
    margin-top: min(20.3125vw, 260px);
  }
}
.l-mb265-sp {
  margin-bottom: min(67.9487179487vw, 265px) !important;
}

.l-mt265-sp {
  margin-top: min(67.9487179487vw, 265px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb265 {
    margin-bottom: min(20.703125vw, 265px);
  }
  .l-mt265 {
    margin-top: min(20.703125vw, 265px);
  }
}
.l-mb270-sp {
  margin-bottom: min(69.2307692308vw, 270px) !important;
}

.l-mt270-sp {
  margin-top: min(69.2307692308vw, 270px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb270 {
    margin-bottom: min(21.09375vw, 270px);
  }
  .l-mt270 {
    margin-top: min(21.09375vw, 270px);
  }
}
.l-mb275-sp {
  margin-bottom: min(70.5128205128vw, 275px) !important;
}

.l-mt275-sp {
  margin-top: min(70.5128205128vw, 275px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb275 {
    margin-bottom: min(21.484375vw, 275px);
  }
  .l-mt275 {
    margin-top: min(21.484375vw, 275px);
  }
}
.l-mb280-sp {
  margin-bottom: min(71.7948717949vw, 280px) !important;
}

.l-mt280-sp {
  margin-top: min(71.7948717949vw, 280px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb280 {
    margin-bottom: min(21.875vw, 280px);
  }
  .l-mt280 {
    margin-top: min(21.875vw, 280px);
  }
}
.l-mb285-sp {
  margin-bottom: min(73.0769230769vw, 285px) !important;
}

.l-mt285-sp {
  margin-top: min(73.0769230769vw, 285px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb285 {
    margin-bottom: min(22.265625vw, 285px);
  }
  .l-mt285 {
    margin-top: min(22.265625vw, 285px);
  }
}
.l-mb290-sp {
  margin-bottom: min(74.358974359vw, 290px) !important;
}

.l-mt290-sp {
  margin-top: min(74.358974359vw, 290px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb290 {
    margin-bottom: min(22.65625vw, 290px);
  }
  .l-mt290 {
    margin-top: min(22.65625vw, 290px);
  }
}
.l-mb295-sp {
  margin-bottom: min(75.641025641vw, 295px) !important;
}

.l-mt295-sp {
  margin-top: min(75.641025641vw, 295px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb295 {
    margin-bottom: min(23.046875vw, 295px);
  }
  .l-mt295 {
    margin-top: min(23.046875vw, 295px);
  }
}
.l-mb300-sp {
  margin-bottom: min(76.9230769231vw, 300px) !important;
}

.l-mt300-sp {
  margin-top: min(76.9230769231vw, 300px) !important;
}

@media print, screen and (min-width: 768px) {
  .l-mb300 {
    margin-bottom: min(23.4375vw, 300px);
  }
  .l-mt300 {
    margin-top: min(23.4375vw, 300px);
  }
}
/**
  基本セク章
 */
/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pcbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  text-orientation: mixed;
  writing-mode: vertical-rl;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  margin-bottom: 1.2em;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.75em;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  .u-listIndent li {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.u-listDisc li {
  margin-bottom: 1em;
  margin-left: 1.2em;
  list-style-type: disc;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: block;
}

.u-pc-only {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
  .u-pc-only {
    display: block !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

/**
  project style
 */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
.hero::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(15.3846153846vw, 60px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .hero::after {
    height: min(10.9375vw, 140px);
  }
}

.hero__container {
  display: flex;
  position: relative;
  flex-direction: column;
  height: calc(100% - min(15.3846153846vw, 60px));
  padding: 21.5384615385vw min(4.6153846154vw, 18px) 0;
}
@media print, screen and (min-width: 768px) {
  .hero__container {
    justify-content: center;
    height: calc(100% - min(10.9375vw, 140px));
    padding: 4vw 0 0 8vw;
  }
}

.hero__pict {
  position: absolute;
  right: 6.4102564103vw;
  bottom: 0;
  width: 76.9230769231vw;
}
@media print, screen and (min-width: 768px) {
  .hero__pict {
    right: 4.6875vw;
    width: 39.5833333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .hero__heading {
    width: 44.7916666667vw;
  }
}

.hero__copy {
  margin-top: 6.1538461538vw;
  font-weight: 600;
  font-size: 4.1025641026vw;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.hero__copy > strong {
  display: inline-block;
  background: url(../img/underline.svg) repeat-x left bottom/auto;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .hero__copy {
    margin-top: 3.125vw;
    font-size: 1.5277777778vw;
  }
}

.point {
  position: relative;
  padding: min(15.3846153846vw, 60px) min(9.7435897436vw, 38px) 6vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .point {
    padding: min(11.71875vw, 150px) 0 min(12.5vw, 160px) 0;
  }
}

.point__heading {
  margin-bottom: min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .point__heading {
    margin-bottom: min(4.6875vw, 60px);
  }
}

.point__text {
  font-weight: 600;
  font-size: var(--f14);
  line-height: 2.6;
  text-align: center;
  white-space: nowrap;
}
.point__text > em {
  background-color: #fff514;
  font-style: normal;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .point__text {
    font-size: var(--f20);
    line-height: 3;
  }
}

.point-block {
  z-index: 3;
  position: relative;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .point-block {
    width: min(64.0625vw, 820px);
  }
}

.point__text + .point-block {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .point__text + .point-block {
    margin-top: min(6.25vw, 80px);
  }
}

.point-block + .point__text {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .point-block + .point__text {
    margin-top: min(4.6875vw, 60px);
  }
}

.point-block + .point__heading {
  margin-top: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .point-block + .point__heading {
    margin-top: min(15.625vw, 200px);
  }
}

.point-block__up,
.point-block__bottom {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(50vw, 195px);
  border-radius: min(3.8461538462vw, 15px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .point-block__up,
  .point-block__bottom {
    min-height: min(15.625vw, 200px);
    border-radius: min(2.34375vw, 30px);
  }
  .point-block__up.--height2,
  .point-block__bottom.--height2 {
    min-height: min(17.1875vw, 220px);
  }
}

.point-block__bottom::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: min(3.8461538462vw, 15px);
  width: calc(100% - min(7.6923076923vw, 30px));
  height: 2px;
  background-image: repeating-linear-gradient(90deg, var(--col-blue), var(--col-blue) 4px, transparent 4px, transparent 9px);
  background-position: left top;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}
.point__math {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #0060b8;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .point__math {
    gap: min(3.125vw, 40px);
  }
}

.point__math-label {
  background: #fff514;
  font-size: var(--f18);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .point__math-label {
    font-size: var(--f32);
  }
}

.point__math-equal {
  font-weight: 400;
  font-size: var(--f24);
}
@media print, screen and (min-width: 768px) {
  .point__math-equal {
    font-size: var(--f50);
  }
}

.point__math-fraction {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}

.point__math-fraction .fraction-bar {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.2em 0;
  background: currentColor;
}
@media print, screen and (min-width: 768px) {
  .point__math-fraction .fraction-bar {
    height: 3px;
  }
}

.point__math-fraction .numerator,
.point__math-fraction .denominator {
  padding: 0 min(2.5641025641vw, 10px);
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .point__math-fraction .numerator,
  .point__math-fraction .denominator {
    padding: 0 min(1.5625vw, 20px);
    font-size: var(--f32);
  }
}

.point-block__text {
  font-weight: 600;
  font-size: var(--f14);
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .point-block__text {
    font-size: var(--f18);
  }
}

/**
  上のブロックの下要素
 */
.point-block__bottom--1 {
  align-items: flex-start;
  padding-left: min(8.2051282051vw, 32px);
}
@media print, screen and (min-width: 768px) {
  .point-block__bottom--1 {
    padding-left: min(6.25vw, 80px);
  }
}

.point-block__pict {
  position: absolute;
  right: min(5.1282051282vw, 20px);
  bottom: 0;
  width: min(24.8717948718vw, 97px);
}
@media print, screen and (min-width: 768px) {
  .point-block__pict {
    right: min(4.6875vw, 60px);
    width: min(15.234375vw, 195px);
  }
}

.point-block__heading {
  margin-bottom: min(4.6153846154vw, 18px);
  padding: 0 min(1.0256410256vw, 4px);
  border: 2px solid var(--col-key);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.point-block__heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 8px);
  margin-top: -4px;
  margin-bottom: -4px;
  padding: 0 min(6.4102564103vw, 25px);
  background-color: #fff;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .point-block__heading {
    height: min(2.734375vw, 35px);
    margin-bottom: min(1.5625vw, 20px);
    padding: 0 min(0.390625vw, 5px);
    border: 3px solid var(--col-key);
    font-size: var(--f26);
  }
  .point-block__heading > span {
    height: calc(100% + 8px);
    padding: 0 min(3.125vw, 40px);
  }
}

.point__obj {
  position: absolute;
}

.point__obj.--o1 {
  top: max(-10.2564102564vw, -40px);
  left: max(-10.2564102564vw, -40px);
  width: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o1 {
    top: min(12.109375vw, 155px);
    right: calc(50% + min(44.375vw, 568px));
    left: auto;
    width: min(18.75vw, 240px);
  }
}

.point__obj.--o2 {
  top: min(89.7435897436vw, 350px);
  right: max(-12.8205128205vw, -50px);
  width: min(30.7692307692vw, 120px);
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o2 {
    top: min(29.6875vw, 380px);
    left: calc(50% + min(42.1875vw, 540px));
    width: min(19.921875vw, 255px);
  }
}

.point__obj.--o3 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o3 {
    display: block;
    top: min(60.546875vw, 775px);
    right: calc(50% + min(40.625vw, 520px));
    width: min(11.71875vw, 150px);
  }
}

.point__obj.--o4 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o4 {
    display: block;
    top: min(83.59375vw, 1070px);
    left: calc(50% + min(35.15625vw, 450px));
    width: min(16.015625vw, 205px);
  }
}

.point__obj.--o5 {
  top: min(210.2564102564vw, 820px);
  left: max(-12.3076923077vw, -48px);
  width: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o5 {
    top: min(113.4375vw, 1452px);
    right: calc(50% + min(42.1875vw, 540px));
    width: min(17.96875vw, 230px);
  }
}

.point__obj.--o6 {
  top: min(374.358974359vw, 1460px);
  right: max(-12.8205128205vw, -50px);
  width: min(33.3333333333vw, 130px);
}
@media print, screen and (min-width: 768px) {
  .point__obj.--o6 {
    top: min(135.9375vw, 1740px);
    left: calc(50% + min(43.75vw, 560px));
    width: min(20.3125vw, 260px);
  }
}

.product {
  position: relative;
  margin-top: min(23.0769230769vw, 90px);
  padding: min(15.3846153846vw, 60px) 0 min(15.3846153846vw, 60px);
  background-color: #fff;
}
.product::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 7.5;
  left: 0;
  transform: translateY(calc(-100% - 35px));
  background-color: #fff;
  -webkit-mask: url(../img/shape_div.svg) no-repeat center top/cover;
          mask: url(../img/shape_div.svg) no-repeat center top/cover;
}
@supports not (aspect-ratio: auto) {
  .product::before {
    position: relative;
  }
  .product::before::before {
    padding-top: 13.33%;
    float: left;
    content: "";
  }
  .product::before::after {
    display: block;
    clear: both;
    content: "";
  }
  .product::before > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .product {
    padding: min(1.5625vw, 20px) 0 min(11.71875vw, 150px);
  }
  .product::before {
    aspect-ratio: 7.5789473684;
    transform: translateY(-100%);
  }
  @supports not (aspect-ratio: auto) {
    .product::before {
      position: relative;
    }
    .product::before::before {
      padding-top: 13.19%;
      float: left;
      content: "";
    }
    .product::before::after {
      display: block;
      clear: both;
      content: "";
    }
    .product::before > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

.product__container {
  position: relative;
  margin: 0 min(9.7435897436vw, 38px);
}
@media print, screen and (min-width: 768px) {
  .product__container {
    width: min(84.375vw, 1080px);
    margin-inline: auto;
  }
}

.product__pict {
  display: block;
  position: relative;
  width: min(67.6923076923vw, 264px);
  height: min(67.6923076923vw, 264px);
  margin: min(12.8205128205vw, 50px) auto;
  border-radius: 30%;
  background-color: var(--col-sky-blue);
}
.product__pict img {
  display: block;
  position: absolute;
  bottom: max(-2.5641025641vw, -10px);
  left: max(-2.5641025641vw, -10px);
  width: min(71.7948717949vw, 280px);
  max-width: initial;
  filter: drop-shadow(26px 11px 33px rgba(0, 0, 0, 0.2));
}
@media print, screen and (min-width: 768px) {
  .product__pict {
    position: absolute;
    top: max(-1.171875vw, -15px);
    left: calc(50% + min(7.8125vw, 100px));
    width: min(30.15625vw, 386px);
    height: min(34.375vw, 440px);
  }
  .product__pict img {
    bottom: max(-1.5625vw, -20px);
    left: max(-1.5625vw, -20px);
    width: min(36.875vw, 472px);
  }
}

.product__model {
  font-weight: 600;
  font-size: var(--f20);
  line-height: 1.5;
}
.product__model > small {
  display: block;
  font-weight: 600;
  font-size: var(--f16);
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .product__model {
    margin-top: min(3.90625vw, 50px);
    font-size: var(--f28);
  }
  .product__model > small {
    font-size: var(--f22);
  }
}

.product__text {
  margin-top: min(6.4102564103vw, 25px);
  font-weight: 600;
  font-size: var(--f14);
}
@media print, screen and (min-width: 768px) {
  .product__text {
    margin-top: min(3.125vw, 40px);
    font-size: var(--f20);
    line-height: 2.2;
  }
}

.case {
  padding: 0 0 0 min(4.6153846154vw, 18px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .case {
    padding: 0 min(4.6875vw, 60px);
  }
}

.case-container {
  padding: min(10.2564102564vw, 40px) 0 min(12.8205128205vw, 50px);
  border-radius: min(3.8461538462vw, 15px) 0 0 min(3.8461538462vw, 15px);
  background-color: var(--col-sky-blue);
}
@media print, screen and (min-width: 768px) {
  .case-container {
    max-width: min(112.5vw, 1440px);
    min-height: min(53.125vw, 680px);
    margin-inline: auto;
    padding: min(5.46875vw, 70px) 0;
    border-radius: min(4.6875vw, 60px);
  }
}

.case__head {
  position: relative;
  padding: 0 0 0 min(8.9743589744vw, 35px);
}
.case__head::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: min(3.5897435897vw, 14px);
  height: 100%;
  border-radius: 0 3px 3px 0;
  background-color: var(--col-key);
}
@media print, screen and (min-width: 768px) {
  .case__head {
    padding: 0 0 0 min(9.375vw, 120px);
  }
  .case__head::before {
    width: min(1.25vw, 16px);
  }
}

.case__head.--second {
  padding: 0;
  text-align: center;
}
.case__head.--second::before {
  display: none;
}

.case__heading {
  font-weight: 600;
  font-size: var(--f22);
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .case__heading {
    font-size: var(--f28);
  }
}

.case__text {
  margin-top: 0.5em;
  font-weight: 600;
  font-size: var(--f14);
}
@media print, screen and (min-width: 768px) {
  .case__text {
    font-size: var(--f18);
  }
}

/**
  スライダー
 */
.case-slide {
  margin: min(7.6923076923vw, 30px) 0 0 min(8.9743589744vw, 35px);
}
@media print, screen and (min-width: 768px) {
  .case-slide {
    margin: min(4.6875vw, 60px) 0 0 min(9.375vw, 120px);
  }
}

.case-slide__item {
  display: flex;
  flex-direction: column-reverse;
  width: 72%;
  padding: 0 0 min(7.6923076923vw, 30px) min(6.4102564103vw, 25px);
  overflow: hidden;
  border-radius: min(3.8461538462vw, 15px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .case-slide__item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: min(40.625vw, 520px);
    padding: min(2.734375vw, 35px) 0 min(2.734375vw, 35px) min(2.734375vw, 35px);
  }
}

.case-slide__content {
  flex: 1;
  padding-right: min(6.4102564103vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .case-slide__content {
    padding-right: min(3.125vw, 40px);
  }
}

.case-slide__pict {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .case-slide__pict {
    aspect-ratio: 1.73;
    margin-bottom: min(3.8461538462vw, 15px);
    border-radius: 0 0 0 min(3.8461538462vw, 15px);
  }
  @supports not (aspect-ratio: auto) {
    .case-slide__pict {
      position: relative;
    }
    .case-slide__pict::before {
      padding-top: 57.8%;
      float: left;
      content: "";
    }
    .case-slide__pict::after {
      display: block;
      clear: both;
      content: "";
    }
    .case-slide__pict > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .case-slide__pict img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .case-slide__pict {
    width: min(15.625vw, 200px);
    border-radius: min(1.171875vw, 15px) 0 0 min(1.171875vw, 15px);
  }
}

.case-slide__heading {
  padding-bottom: min(3.8461538462vw, 15px);
  font-weight: 600;
  font-size: var(--f16);
}
.case-slide__heading > small {
  display: block;
  font-weight: 600;
  font-size: var(--f14);
}
@media print, screen and (min-width: 768px) {
  .case-slide__heading {
    padding-bottom: min(1.5625vw, 20px);
  }
  .case-slide__heading > small {
    font-size: var(--f14);
  }
}

.case-slide__catchcopy {
  padding-top: min(3.8461538462vw, 15px);
  border-top: 1px solid var(--col-key);
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .case-slide__catchcopy {
    padding-top: min(1.5625vw, 20px);
  }
}

.case-slide .swiper-control {
  display: flex;
  justify-content: center;
  margin-top: min(7.6923076923vw, 30px);
  padding-right: min(13.5897435897vw, 53px);
  gap: min(12.8205128205vw, 50px);
}
.case-slide .swiper-button-prev,
.case-slide .swiper-button-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(6.1538461538vw, 24px);
  height: min(6.1538461538vw, 24px);
  background-color: var(--col-key);
  cursor: pointer;
  -webkit-mask: url(../img/ic_arrow_a.svg) no-repeat center center/10px auto;
          mask: url(../img/ic_arrow_a.svg) no-repeat center center/10px auto;
}
.case-slide .swiper-button-prev {
  transform: scaleX(-1);
}
.case-slide .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
}
.case-slide .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--col-key);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.case-slide .swiper-pagination-bullet-active {
  background-color: var(--col-key);
}
@media print, screen and (min-width: 768px) {
  .case-slide .swiper-control {
    margin-top: min(3.90625vw, 50px);
    padding-right: min(9.375vw, 120px);
  }
  .case-slide .swiper-button-prev,
  .case-slide .swiper-button-next {
    width: min(2.34375vw, 30px);
    height: min(2.34375vw, 30px);
  }
  .case-slide .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
  }
}

.faq {
  padding: min(15.3846153846vw, 60px) min(4.6153846154vw, 18px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .faq {
    padding: min(8.59375vw, 110px) min(4.6875vw, 60px);
  }
}

@media print, screen and (min-width: 768px) {
  .faq__inner {
    max-width: min(84.375vw, 1080px);
    margin-inline: auto;
  }
}

.faq__heading {
  margin: 0 min(9.2307692308vw, 36px) min(10.2564102564vw, 40px) min(4.6153846154vw, 18px);
}
.faq__heading > small {
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
@media print, screen and (min-width: 768px) {
  .faq__heading {
    margin: 0 0 min(3.125vw, 40px);
  }
}

@media print, screen and (min-width: 768px) {
  .faq-list {
    margin: min(4.6875vw, 60px) 0;
  }
}

.faq-list > li {
  border-radius: 12px;
  background-color: var(--col-sky-blue);
}
.faq-list > li:not(:last-child) {
  margin-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .faq-list > li {
    border-radius: 15px;
  }
  .faq-list > li:not(:last-child) {
    margin-bottom: min(1.5625vw, 20px);
  }
}

.faq-list__trigger {
  display: flex;
  position: relative;
  align-items: center;
  padding: min(5.1282051282vw, 20px) min(15.3846153846vw, 60px) min(5.1282051282vw, 20px) min(11.5384615385vw, 45px);
  border-radius: 999px;
  background-color: var(--col_pale_blue);
  font-weight: 600;
  font-size: min(3.5897435897vw, 14px);
}
.faq-list__trigger::after {
  display: block;
  position: absolute;
  content: "";
  right: min(5.1282051282vw, 20px);
  width: 15px;
  height: 8px;
  background-color: var(--col-blue);
  -webkit-mask: url(../img/ic_down.svg) no-repeat center center/contain;
          mask: url(../img/ic_down.svg) no-repeat center center/contain;
  transition: transform 0.3s;
}
.faq-list__trigger.is-active::after {
  transform: rotate(180deg);
}
.faq-list__trigger > span {
  position: relative;
  line-height: 1.5;
}
.faq-list__trigger > span::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: max(-7.6923076923vw, -30px);
  transform: translateY(-50%);
  content: "Q.";
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: var(--col_blue);
  font-size: var(--f18);
}
@media print, screen and (min-width: 768px) {
  .faq-list__trigger {
    padding: min(2.734375vw, 35px) min(7.03125vw, 90px) min(2.734375vw, 35px) min(7.03125vw, 90px);
    font-size: var(--f22);
  }
  .faq-list__trigger::after {
    right: min(2.734375vw, 35px);
    width: 24px;
    height: 12px;
  }
  .faq-list__trigger > span::before {
    top: 48%;
    left: max(-4.0625vw, -52px);
    font-size: var(--f30);
  }
}

.faq-list__content {
  position: relative;
  padding: 0 min(5.1282051282vw, 20px) min(5.1282051282vw, 20px) min(11.5384615385vw, 45px);
}
.faq-list__content::before {
  display: block;
  position: absolute;
  content: "";
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  top: min(4.1025641026vw, 16px);
  left: min(4.1025641026vw, 16px);
  transform: translateY(-50%);
  content: "A.";
  color: var(--col-black);
  font-size: var(--f18);
}
.faq-list__content > p {
  color: var(--col-black);
  font-weight: 500;
  font-size: min(3.0769230769vw, 12px);
  line-height: 2;
}
.faq-list__content > p:not(:last-child) {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .faq-list__content {
    padding: 0 min(11.71875vw, 150px) min(3.125vw, 40px) min(7.03125vw, 90px);
  }
  .faq-list__content::before {
    left: min(3.125vw, 40px);
    font-size: var(--f30);
  }
  .faq-list__content > p {
    font-size: min(1.40625vw, 18px);
    line-height: 1.8;
  }
}

.flow {
  padding: min(12.8205128205vw, 50px) min(9.7435897436vw, 38px) min(20.5128205128vw, 80px);
  background-color: var(--col-blue);
}
@media print, screen and (min-width: 768px) {
  .flow {
    padding: min(7.8125vw, 100px) 0 min(7.03125vw, 90px);
  }
}

.flow__heading {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.flow-list {
  margin-top: min(12.8205128205vw, 50px);
}
@media print, screen and (min-width: 768px) {
  .flow-list {
    display: flex;
    justify-content: space-between;
    max-width: min(84.375vw, 1080px);
    margin-top: min(6.25vw, 80px);
    margin-inline: auto;
  }
}

.flow-list__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(58.4615384615vw, 228px);
  padding-bottom: min(5.1282051282vw, 20px);
  border-radius: min(5.1282051282vw, 20px);
  background-color: var(--col-sky-blue);
}
.flow-list__item figure {
  display: block;
  width: min(32.8205128205vw, 128px);
}
.flow-list__item > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(2.5641025641vw, 10px);
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.75;
  text-align: center;
}
.flow-list__item::after {
  display: block;
  position: absolute;
  content: "";
  background-color: var(--col-key);
  -webkit-mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
          mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
}
.flow-list__item:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-list__item:first-of-type > p {
    margin-top: 0;
  }
  .flow-list__item::after {
    bottom: max(-11.5384615385vw, -45px);
    left: calc(50% - min(2.5641025641vw, 10px));
    width: min(6.4102564103vw, 25px);
    height: min(7.6923076923vw, 30px);
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
  .flow-list__item:not(:last-child) {
    margin-bottom: min(16.4102564103vw, 64px);
  }
}
@media print, screen and (min-width: 768px) {
  .flow-list__item {
    width: 30%;
    height: min(26.5625vw, 340px);
  }
  .flow-list__item figure {
    width: min(10.9375vw, 140px);
  }
  .flow-list__item::after {
    right: max(-3.28125vw, -42px);
    width: min(1.875vw, 24px);
    height: min(2.1875vw, 28px);
  }
  .flow-list__item > p {
    min-height: min(5vw, 64px);
    margin-top: min(0.78125vw, 10px);
    font-size: var(--f18);
  }
}

@media print, screen and (min-width: 768px) {
  .flow-list.--col4 .flow-list__item {
    width: 22.5%;
  }
}

.flow-list.--no-arrow .flow-list__item::after {
  display: none;
}

/**
  feature リスト1
 */
.flow-list.--features .flow-list__item {
  height: auto;
  padding: min(8.9743589744vw, 35px) min(10.2564102564vw, 40px) min(8.9743589744vw, 35px);
}
.flow-list.--features .flow-list__item > h3 {
  position: relative;
  width: 100%;
  max-width: min(43.0769230769vw, 168px);
  margin-inline: auto;
  margin-bottom: min(7.6923076923vw, 30px);
  padding-bottom: min(2.5641025641vw, 10px);
  border-bottom: 2px solid var(--col-key);
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.5;
  text-align: center;
}
.flow-list.--features .flow-list__item figure {
  width: auto;
}
.flow-list.--features .flow-list__item > p {
  margin-top: min(3.8461538462vw, 15px);
}
.flow-list.--features .flow-list__item::after {
  background-color: var(--col-blue);
}
@media print, screen and (min-width: 768px) {
  .flow-list.--features .flow-list__item {
    padding: min(3.90625vw, 50px) min(3.125vw, 40px) min(3.515625vw, 45px);
  }
  .flow-list.--features .flow-list__item > h3 {
    max-width: min(15.9375vw, 204px);
    margin-bottom: min(3.90625vw, 50px);
    font-size: var(--f22);
  }
  .flow-list.--features .flow-list__item > p {
    margin-top: min(1.5625vw, 20px);
  }
}

/**
  feature リスト2
 */
@media only screen and (max-width: 767px) {
  .flow-list.--features2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: min(3.8461538462vw, 15px);
  }
}
.flow-list.--features2 .flow-list__item {
  height: auto;
}
.flow-list.--features2 .flow-list__item figure {
  width: auto;
}
.flow-list.--features2 .flow-list__item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(12.3076923077vw, 48px);
  margin-top: min(2.5641025641vw, 10px);
  border-radius: 10px;
  background-color: #fff;
  font-weight: 600;
  font-size: var(--f16);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .flow-list.--features2 .flow-list__item {
    width: 47.5%;
    padding: min(2.5641025641vw, 10px);
  }
  .flow-list.--features2 .flow-list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .flow-list.--features2 .flow-list__item > figure {
    width: 90%;
  }
  .flow-list.--features2 .flow-list__item > span.--small {
    font-size: var(--f12);
  }
  .flow-list.--features2 .flow-list__item > p {
    margin-top: min(1.2820512821vw, 5px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-list.--features2 .flow-list__item {
    padding: min(2.34375vw, 30px) min(1.5625vw, 20px) min(1.5625vw, 20px);
  }
  .flow-list.--features2 .flow-list__item > figure {
    width: min(12.03125vw, 154px);
  }
  .flow-list.--features2 .flow-list__item > p {
    min-height: auto;
    margin-top: min(1.5625vw, 20px);
  }
  .flow-list.--features2 .flow-list__item > span {
    height: min(6.25vw, 80px);
    margin-top: min(1.5625vw, 20px);
    font-size: var(--f20);
  }
}

/**
  feature special プラスアイコン
 */
.flow-list.--plusicon .flow-list__item {
  background-color: #fff;
}
.flow-list.--plusicon .flow-list__item::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-list.--plusicon {
    position: relative;
    justify-content: space-between;
    gap: min(7.6923076923vw, 30px);
  }
  .flow-list.--plusicon .flow-list__item {
    width: calc(50% - min(3.8461538462vw, 15px));
  }
  .flow-list.--plusicon::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: min(7.1794871795vw, 28px);
    height: min(7.1794871795vw, 28px);
    transform: translate3d(-50%, -50%, 0);
    background-color: var(--col-blue);
    -webkit-mask: url(../img/ic_lplus.svg) no-repeat center center/contain;
            mask: url(../img/ic_lplus.svg) no-repeat center center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-list.--plusicon {
    margin-top: min(4.6875vw, 60px);
  }
  .flow-list.--plusicon .flow-list__item {
    width: 21%;
  }
  .flow-list.--plusicon .flow-list__item:not(:last-child)::after {
    display: block;
    background-color: var(--col-blue);
    -webkit-mask-image: url(../img/ic_lplus.svg);
            mask-image: url(../img/ic_lplus.svg);
  }
}

.features {
  padding: min(15.3846153846vw, 60px) min(9.7435897436vw, 38px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .features {
    padding: min(12.5vw, 160px) min(4.6875vw, 60px) min(12.5vw, 160px);
  }
}

@media print, screen and (min-width: 768px) {
  .product + .features {
    margin-top: max(-10.9375vw, -140px);
  }
}

.features__text {
  margin-top: min(10.2564102564vw, 40px);
  font-weight: 600;
  font-size: var(--f14);
  line-height: 2.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .features__text {
    margin-top: min(4.6875vw, 60px);
    font-size: var(--f20);
    line-height: 3;
  }
}

.features-container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .features-container {
    width: min(84.375vw, 1080px);
    margin-inline: auto;
  }
}

.features-container:not(:first-of-type) {
  margin-top: min(28.2051282051vw, 110px);
}
@media print, screen and (min-width: 768px) {
  .features-container:not(:first-of-type) {
    margin-top: min(12.5vw, 160px);
  }
}

.feautres__modal-button {
  margin-inline: auto;
  margin-top: min(10.2564102564vw, 40px);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .feautres__modal-button {
    width: min(26.5625vw, 340px);
    margin-top: min(3.125vw, 40px);
    letter-spacing: 0.2em;
  }
}

.features__note {
  margin-top: min(3.0769230769vw, 12px);
}
@media print, screen and (min-width: 768px) {
  .features__note {
    position: absolute;
    top: min(4.0625vw, 52px);
    left: min(49.21875vw, 630px);
    margin: 0;
  }
}

.features-special {
  position: relative;
  margin: min(12.8205128205vw, 50px) calc((100vw - 100%) / -2);
  padding: min(12.8205128205vw, 50px) min(9.7435897436vw, 38px);
  border-radius: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .features-special {
    max-width: min(103.125vw, 1320px);
    margin-top: min(5.859375vw, 75px);
    margin-inline: auto;
    padding: min(7.8125vw, 100px) min(9.375vw, 120px);
  }
}

.features-special__price-area {
  margin-top: min(10.2564102564vw, 40px);
  margin-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .features-special__price-area {
    position: absolute;
    top: min(10.15625vw, 130px);
    left: 0;
    width: auto;
    margin: 0 min(9.375vw, 120px);
    padding-left: min(46.09375vw, 590px);
  }
}
.features-special__price {
  display: flex;
  align-items: center;
  margin-bottom: min(3.5897435897vw, 14px);
  padding-bottom: min(2.5641025641vw, 10px);
  border-bottom: 1px solid var(--col-grey);
  color: var(--col-orange);
  font-weight: 700;
  font-size: var(--f30);
  line-height: 1;
}
.features-special__price > em {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(7.6923076923vw, 30px);
  margin-right: 1em;
  padding: 0 min(2.0512820513vw, 8px);
  border-radius: 5px;
  background-color: var(--col-orange);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: var(--f14);
  line-height: 1;
}
.features-special__price > small {
  display: inline-block;
  margin-left: 0.3em;
  padding-top: 0.5em;
  font-weight: 700;
  font-size: var(--f18);
}
@media print, screen and (min-width: 768px) {
  .features-special__price {
    margin-bottom: min(0.78125vw, 10px);
    padding-bottom: min(0.9375vw, 12px);
    font-size: var(--f36);
  }
  .features-special__price > em {
    height: min(3.125vw, 40px);
    margin-top: 0.2em;
    border-radius: min(0.625vw, 8px);
    font-size: var(--f20);
  }
  .features-special__price > small {
    font-size: var(--f22);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .features-special__price {
    font-size: var(--f32);
    white-space: nowrap;
  }
  .features-special__price > em {
    font-size: var(--f16);
  }
  .features-special__price > small {
    font-size: var(--f17);
  }
}

.features-special__note {
  color: var(--col-grey);
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: var(--f12);
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .features-special__note {
    margin-top: min(0.9375vw, 12px);
  }
}

@media print, screen and (min-width: 768px) {
  .features-special__price-area + .list-note {
    margin-top: min(2.34375vw, 30px);
  }
}

.pickup {
  padding: min(15.3846153846vw, 60px) min(4.6153846154vw, 18px);
}
@media print, screen and (min-width: 768px) {
  .pickup {
    padding: min(9.375vw, 120px) 0 min(8.203125vw, 105px);
  }
}

.pickup__text {
  margin: min(7.6923076923vw, 30px) 0 min(10.2564102564vw, 40px);
  font-weight: 600;
  line-height: 2.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .pickup__text {
    margin: min(4.6875vw, 60px) 0 min(6.25vw, 80px);
  }
}

.pickup__container {
  position: relative;
  margin-top: min(30.7692307692vw, 120px);
  padding: min(10.2564102564vw, 40px) min(5.1282051282vw, 20px);
  border-radius: min(3.8461538462vw, 15px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .pickup__container {
    width: min(93.75vw, 1200px);
    margin-top: 0;
    margin-inline: auto;
    padding: min(4.296875vw, 55px) min(8.59375vw, 110px) min(7.421875vw, 95px);
    border-radius: min(4.6875vw, 60px);
  }
}

.pickup__chart > li > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(10.7692307692vw, 42px);
  border-radius: min(2.0512820513vw, 8px);
  background-color: var(--col-key);
  color: #fff;
  font-weight: 600;
  font-size: var(--f15);
}
.pickup__chart > li > h3 > small {
  margin-right: 0.5em;
  font-size: 0.7em;
}
.pickup__chart > li > figure {
  display: block;
  margin-top: min(5.1282051282vw, 20px);
}
.pickup__chart > li:not(:last-child) {
  margin-bottom: min(12.8205128205vw, 50px);
}
@media print, screen and (min-width: 768px) {
  .pickup__chart {
    display: flex;
    justify-content: space-between;
  }
  .pickup__chart > li {
    width: 45%;
  }
  .pickup__chart > li > h3 {
    min-height: min(4.84375vw, 62px);
    border-radius: min(0.859375vw, 11px);
    font-size: var(--f22);
  }
  .pickup__chart > li > figure {
    margin-top: min(3.125vw, 40px);
  }
  .pickup__chart > li:not(:last-child) {
    margin-bottom: 0;
  }
}

.pickup__note {
  margin-top: min(7.6923076923vw, 30px);
  color: var(--col-grey);
  font-size: var(--f12);
}
@media print, screen and (min-width: 768px) {
  .pickup__note {
    margin-top: min(2.34375vw, 30px);
    font-size: var(--f12);
  }
}

.pickup__blockquote {
  margin-top: min(7.6923076923vw, 30px);
  padding: min(3.0769230769vw, 12px);
  border-radius: min(2.0512820513vw, 8px);
  background-color: #f0f0f0;
  color: var(--col-grey);
  font-style: normal;
  font-size: var(--f12);
}
.pickup__blockquote > p {
  font-size: var(--f10);
  line-height: 1.5;
}
.pickup__blockquote > em {
  font-style: normal;
  font-weight: 500;
  font-size: var(--f10);
}
@media print, screen and (min-width: 768px) {
  .pickup__blockquote {
    margin-top: min(4.6875vw, 60px);
    padding: min(1.5625vw, 20px) min(6.25vw, 80px) min(1.953125vw, 25px);
    border-radius: min(0.78125vw, 10px);
    white-space: nowrap;
  }
  .pickup__blockquote > em {
    font-size: var(--f14);
  }
  .pickup__blockquote > p {
    font-size: var(--f14);
  }
}

.pickup__pict {
  display: block;
  position: absolute;
  top: max(-26.4102564103vw, -103px);
  left: calc(50% - min(21.5384615385vw, 84px));
  width: min(31.7948717949vw, 124px);
}
@media print, screen and (min-width: 768px) {
  .pickup__pict {
    top: 0;
    right: min(4.6875vw, 60px);
    left: auto;
    width: min(16.40625vw, 210px);
    transform: translateY(-97%);
  }
}

.second-hero {
  position: relative;
}

.second-hero__content {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 min(4.6153846154vw, 18px) min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .second-hero__content {
    padding: 0 min(9.375vw, 120px) min(4.6875vw, 60px);
  }
}

.second-hero__person > em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(20.5128205128vw, 80px);
  min-height: min(7.1794871795vw, 28px);
  padding: min(1.2820512821vw, 5px) min(2.5641025641vw, 10px);
  background-color: var(--col-key);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: var(--f14);
  line-height: 1;
}
.second-hero__person > span {
  display: inline-block;
  padding: min(1.2820512821vw, 5px) min(2.0512820513vw, 8px);
  border: 1px solid var(--col-key);
  background-color: #fff;
  font-weight: 500;
  font-size: var(--f14);
  line-height: 1.75;
}
.second-hero__person > span > small {
  display: block;
  font-weight: 500;
  font-size: var(--f12);
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .second-hero__person > em {
    width: min(8.59375vw, 110px);
    min-height: min(2.734375vw, 35px);
    font-size: var(--f18);
  }
  .second-hero__person > span {
    padding: min(0.78125vw, 10px) min(1.171875vw, 15px);
    font-size: var(--f22);
  }
  .second-hero__person > span > small {
    font-size: var(--f18);
  }
}

/*
.second-hero__heading {
  margin-top: functions.fluid-size(18);
  > span {
    display: inline;
    box-decoration-break: clone;
    padding: functions.fluid-size(8) functions.fluid-size(8);
    border: 1px solid var(--col-key);
    background-color: #fff;
    font-weight: 600;
    font-size: var(--f22);
    line-height: 1.75;
  }
  @include mixins.mq-pc {
    margin-top: functions.fluid-size(20);
    > span {
      padding: functions.fluid-size(11) functions.fluid-size(15);
      font-size: var(--f32);
      line-height: 2.18;
    }
  }
}
*/
.second-hero__heading {
  margin-top: min(4.6153846154vw, 18px);
}
.second-hero__heading .box.--pc {
  display: none;
}
.second-hero__heading .line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: min(12.0512820513vw, 47px);
  padding: 0 min(2.0512820513vw, 8px);
  border: 1px solid var(--col-key);
  background-color: #fff;
  font-weight: 600;
  font-size: var(--f22);
  letter-spacing: 0.12em;
}
.second-hero__heading .line + .line {
  margin-top: -1px;
}
@media print, screen and (min-width: 768px) {
  .second-hero__heading {
    margin-top: min(1.5625vw, 20px);
  }
  .second-hero__heading .box.--sp {
    display: none;
  }
  .second-hero__heading .box.--pc {
    display: block;
  }
  .second-hero__heading .line {
    min-height: min(5.46875vw, 70px);
    padding: 0 min(1.171875vw, 15px);
    font-size: var(--f32);
  }
}

.article-intro,
.article-main,
.article-final {
  padding: 0 min(4.6153846154vw, 18px);
}
@media print, screen and (min-width: 768px) {
  .article-intro,
  .article-main,
  .article-final {
    padding: 0 min(4.6875vw, 60px);
  }
}

.article-main {
  background-color: var(--col-sky-blue);
}

.article-final {
  padding-bottom: min(17.9487179487vw, 70px);
}
@media print, screen and (min-width: 768px) {
  .article-final {
    padding-bottom: min(10.9375vw, 140px);
  }
}

.article-block {
  padding: min(11.5384615385vw, 45px) 0;
}
.article-block p {
  color: var(--col-black);
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-block figure {
  display: block;
  margin: min(6.4102564103vw, 25px) 0;
  overflow: hidden;
  border-radius: min(2.3076923077vw, 9px);
}
.article-block p:not(:last-child) {
  margin-bottom: 1.5em;
}
.article-block .heading-sec2 + p {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .article-block {
    max-width: min(93.75vw, 1200px);
    margin-inline: auto;
    padding: min(7.8125vw, 100px) 0;
  }
  .article-block p {
    line-height: 2.2;
  }
  .article-block figure {
    margin: min(4.6875vw, 60px) 0;
    border-radius: min(2.34375vw, 30px);
  }
  .article-block .heading-sec2 + p {
    margin-top: min(3.125vw, 40px);
  }
}

.article__back-button {
  width: min(80.5128205128vw, 314px);
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .article__back-button {
    width: min(26.5625vw, 340px);
  }
}

.modal {
  display: none;
  z-index: 600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.modal.is-before {
  display: block;
  opacity: 0;
}
.modal.is-enter {
  display: block;
  opacity: 1;
  transition: 0.8s opacity;
}
.modal.is-active {
  display: block;
}
.modal.is-leave {
  display: block;
  opacity: 0;
  transition: 0.8s opacity;
}

.modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .modal__inner {
    padding: min(2.34375vw, 30px);
  }
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__container {
  z-index: 3;
  position: relative;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  padding: min(15.3846153846vw, 60px) min(5.1282051282vw, 20px) min(8.9743589744vw, 35px);
  border-radius: min(5.1282051282vw, 20px);
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal__container {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .modal__container {
    width: min(103.125vw, 1320px);
    height: min(54.6875vw, 700px);
    padding: min(3.125vw, 40px) min(1.5625vw, 20px) min(3.90625vw, 50px);
    border-radius: min(3.125vw, 40px);
  }
}

.modal__close {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(15.3846153846vw, 60px);
  cursor: pointer;
}
.modal__close img {
  width: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .modal__close {
    top: min(2.34375vw, 30px);
    right: min(2.34375vw, 30px);
    transition: 0.3s opacity;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
}

.modal__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(13.8461538462vw, 54px);
  margin-bottom: min(7.6923076923vw, 30px);
  border-radius: min(2.0512820513vw, 8px);
  background-color: var(--col-key);
  color: #fff;
  font-weight: 600;
  font-size: var(--f20);
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal__heading {
    display: inline-flex;
    margin-bottom: min(3.125vw, 40px);
    padding: 0 min(1.5625vw, 20px);
    border-radius: min(0.78125vw, 10px);
    font-size: var(--f28);
  }
}

@media only screen and (max-width: 767px) {
  .modal__content {
    flex: 1;
    overflow: auto;
  }
}

.use-list {
  display: flex;
  flex-direction: column;
  gap: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .use-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.use-list li {
  padding: min(6.4102564103vw, 25px) min(5.1282051282vw, 20px);
  border-radius: min(5.1282051282vw, 20px);
  background-color: var(--col-sky-blue);
}
.use-list li > figure {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.use-list li > figure img {
  display: block;
  width: auto;
  height: min(29.7435897436vw, 116px);
}
.use-list li > p {
  font-size: var(--f14);
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .use-list li {
    width: auto;
    height: min(18.75vw, 240px);
    padding: min(1.953125vw, 25px) min(3.125vw, 40px);
    border-radius: min(1.5625vw, 20px);
  }
  .use-list li > figure img {
    height: min(7.34375vw, 94px);
  }
  .use-list li > p {
    font-size: var(--f12);
  }
}

.use-list__second {
  display: flex;
  flex-direction: column;
  gap: min(15.3846153846vw, 60px);
}
.use-list__second > li {
  position: relative;
  height: auto;
  padding: 0;
}
.use-list__second > li:last-child::after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .use-list__second > li::after {
    display: block;
    position: absolute;
    content: "";
    bottom: max(-13.3333333333vw, -52px);
    left: 50%;
    width: min(5.1282051282vw, 20px);
    height: min(6.4102564103vw, 25px);
    transform: translateX(-50%) rotate(90deg);
    background-color: var(--col-key);
    -webkit-mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
            mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .use-list__second {
    flex-direction: row;
    gap: min(3.90625vw, 50px);
  }
  .use-list__second > li::after {
    display: block;
    position: absolute;
    content: "";
    top: min(2.8125vw, 36px);
    right: max(-2.65625vw, -34px);
    width: min(1.09375vw, 14px);
    height: min(1.40625vw, 18px);
    background-color: var(--col-key);
    -webkit-mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
            mask: url(../img/flow_arrow.svg) no-repeat center center/contain;
  }
}

@media print, screen and (min-width: 768px) {
  .use-list__second.--gap-wide {
    gap: min(7.03125vw, 90px);
  }
  .use-list__second.--gap-wide > li::after {
    right: max(-3.90625vw, -50px);
  }
}

.use-list__heading {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: min(6.4102564103vw, 25px);
  gap: min(1.5384615385vw, 6px);
  color: var(--col-key);
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.5;
}
.use-list__heading .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(6.6666666667vw, 26px);
  height: min(6.6666666667vw, 26px);
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  background-color: var(--col-key);
  font-size: var(--f16);
}
.use-list__heading > small {
  display: inline-block;
  margin-top: 0.2wm;
  font-size: 0.65em;
}
@media print, screen and (min-width: 768px) {
  .use-list__heading {
    margin-bottom: min(1.5625vw, 20px);
    margin-left: max(-1.40625vw, -18px);
    font-size: var(--f18);
  }
  .use-list__heading .num {
    width: min(2.03125vw, 26px);
    height: min(2.03125vw, 26px);
    font-size: var(--f16);
  }
}
