@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

body {
  margin: 0;
  overflow-x: hidden;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

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

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  cursor: text;
}

:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.l-section {
  width: 100%;
  padding-inline: calc(24 * var(--fl-unit));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-section {
    max-width: calc(1440 * var(--fl-unit));
    padding-inline: calc(120 * var(--fl-unit));
  }
}

.c-cta__btn {
  display: block;
  width: 100%;
  padding: calc(10 * var(--fl-unit)) calc(16 * var(--fl-unit));
  background-color: #3a51a7;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: calc(40 * var(--fl-unit));
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.c-cta__btn:after {
  content: "";
  display: block;
  width: calc(6 * var(--fl-unit));
  height: calc(12 * var(--fl-unit));
  background-image: url("../img/arrow-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: absolute;
  right: calc(16 * var(--fl-unit));
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    width: calc(327 * var(--fl-unit));
    padding: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit));
    font-size: clamp(1.3rem, 1.3vw, 1.6rem);
    margin: 0;
  }
  .c-cta__btn:after {
    content: "";
    display: block;
    width: calc(10 * var(--fl-unit));
    height: calc(18 * var(--fl-unit));
  }
}
.c-cta__btn:hover {
  background-color: #5871ce;
  color: #fff;
}

.c-cta__btn--primary {
  display: block;
  width: 100%;
  padding: calc(10 * var(--fl-unit)) calc(16 * var(--fl-unit));
  background-color: #3a51a7;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: calc(40 * var(--fl-unit));
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.c-cta__btn--primary:after {
  content: "";
  display: block;
  width: calc(6 * var(--fl-unit));
  height: calc(12 * var(--fl-unit));
  background-image: url("../img/arrow-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: absolute;
  right: calc(16 * var(--fl-unit));
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-cta__btn--primary {
    width: calc(390 * var(--fl-unit));
    padding: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit));
    font-size: clamp(1.3rem, 1.3vw, 1.6rem);
    margin: 0;
  }
  .c-cta__btn--primary:after {
    content: "";
    display: block;
    width: calc(10 * var(--fl-unit));
    height: calc(18 * var(--fl-unit));
  }
}
.c-cta__btn--primary:hover {
  background-color: #5871ce;
  color: #fff;
}

.c-cta__btn--gold {
  background-color: #ea5504;
  border: 1px solid #fff;
  color: #fff;
}
.c-cta__btn--gold:hover {
  background-color: #f07938;
  color: #fff;
}

form {
  width: 100%;
  height: 100%;
}

.popup-btn {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.p-mainvisual.u-full-width {
  position: relative;
}
.p-mainvisual.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e8eaf4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/fv-bg.png), 100%, #e8eaf4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-mainvisual {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-block: calc(32 * var(--fl-unit));
  padding-inline: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mainvisual {
    padding-block: calc(112 * var(--fl-unit));
    padding-inline: calc(188 * var(--fl-unit));
  }
}

.p-mainvisual__container {
  display: grid;
  grid-template-areas: "catch" "image" "btn";
  row-gap: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mainvisual__container {
    grid-template-areas: "catch image" "btn image";
    grid-template-columns: calc(412 * var(--fl-unit)) calc(470 * var(--fl-unit));
    align-items: center;
    justify-content: space-between;
    row-gap: calc(32 * var(--fl-unit));
  }
}

.p-mainvisual__contents-area {
  grid-area: catch;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mainvisual__contents-area {
    align-self: flex-end;
    justify-self: start;
    gap: calc(24 * var(--fl-unit));
    width: 100%;
  }
}

.p-mainvisual__sub-ttl {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  color: #fff;
  padding-inline: calc(8 * var(--fl-unit));
  padding-block: calc(8 * var(--fl-unit));
  text-align: center;
  background-color: #3a51a7;
  letter-spacing: 0.09em;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__sub-ttl {
    font-size: clamp(1.2rem, 1vw, 1.7rem);
    padding-inline: calc(15 * var(--fl-unit));
    padding-block: calc(12 * var(--fl-unit));
    padding-left: 1.5em;
    width: 100%;
  }
}

.p-mainvisual__image-area {
  grid-area: image;
  align-self: center;
  justify-self: end;
}

.p-mainvisual__main-img {
  width: 100%;
  display: block;
  margin-bottom: calc(16 * var(--fl-unit));
}

.p-mainvisual__info {
  display: flex;
  flex-direction: row;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}

.p-mainvisual__info-item-content-img {
  flex: 1;
  display: block;
  min-width: 0;
}

.p-mainvisual__btn-area {
  grid-area: btn;
  align-self: flex-start;
  justify-self: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__btn-area {
    justify-self: start;
  }
}

.p-mainvisual__btn {
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.p-features.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: 100%, #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-features {
  padding-top: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 960px) {
  .p-features {
    padding-top: calc(120 * var(--fl-unit));
  }
}

.p-features__ttl {
  position: relative;
  margin-bottom: calc(48 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__ttl {
    margin-bottom: calc(48 * var(--fl-unit));
  }
}
.p-features__ttl::before {
  content: "【 Features 】";
  width: 100%;
  font-size: 50%;
  font-family: "Shippori Mincho", serif;
  display: block;
  color: #3a51a7;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  text-align: center;
}

.p-features__container-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(56 * var(--fl-unit));
  padding-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__container-wrapper {
    padding-bottom: calc(120 * var(--fl-unit));
    gap: calc(96 * var(--fl-unit));
  }
}

.p-features__contents-area {
  flex: 1;
}

.p-features__contents-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__contents-area-inner {
    flex-direction: row;
    gap: calc(80 * var(--fl-unit));
    align-items: center;
  }
}

.p-features__container-num {
  font-size: clamp(1.1rem, 4vw, 1.7rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #3f4c7e;
  padding-bottom: calc(6 * var(--fl-unit));
  border-bottom: 1px solid #3f4c7e;
  margin-bottom: calc(24 * var(--fl-unit));
  vertical-align: middle;
}
.p-features__container-num span {
  font-size: 118%;
  margin-left: calc(3 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__container-num {
    font-size: clamp(1.5rem, 0.8vw, 1.6rem);
    padding-bottom: calc(8 * var(--fl-unit));
    margin-bottom: calc(24 * var(--fl-unit));
  }
}

.p-features__sub-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 9vw, 2.8rem);
  font-weight: 600;
  color: #3f4c7e;
  margin-bottom: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__sub-ttl {
    margin-bottom: calc(16 * var(--fl-unit));
    font-size: clamp(2.4rem, 2.65vw, 3.8rem);
  }
}

.p-features__lead {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 7vw, 2rem);
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__lead {
    margin-bottom: calc(32 * var(--fl-unit));
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
}

.p-features__desc {
  font-size: clamp(1.4rem, 0.8vw, 1.6rem);
  color: #1e1e1e;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-features__desc {
    font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  }
}
.p-features__desc span {
  color: #3f4c7e;
}

.p-features__img-area {
  flex: 1;
}
.p-features__img-area img {
  width: calc(327 * var(--fl-unit));
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-features__img-area img {
    width: calc(580 * var(--fl-unit));
  }
}

.p-features__bottom-area.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: 100%, #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-features__bottom-area {
  padding-block: calc(80 * var(--fl-unit));
  display: flex;
  flex-direction: column;
  gap: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__bottom-area {
    padding-block: calc(120 * var(--fl-unit));
    gap: calc(64 * var(--fl-unit));
  }
}

.p-features__cta-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  background: #3f4c7e url("../img/feature-cta-bg-sp.png") no-repeat center
    center;
  background-size: cover;
  padding-block: calc(24 * var(--fl-unit));
  padding-inline: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__cta-area {
    padding-block: calc(18 * var(--fl-unit));
    padding-inline: calc(32 * var(--fl-unit));
    background: #3f4c7e url("../img/feature-cta-bg.png") no-repeat center center;
    background-size: cover;
  }
}

.p-features__cta-container {
  display: grid;
  grid-template-areas: "desc" "img" "btn";
  gap: calc(16 * var(--fl-unit));
  margin-bottom: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__cta-container {
    padding-inline: calc(99 * var(--fl-unit));
    /* 結構広いのでここも調整のポイントかもしれません */
    grid-template-areas: "desc img" "btn img";
    /* 修正ポイント1: 行の高さは両方 auto (中身次第) にする */
    grid-template-rows: auto auto;
    /* 修正ポイント2: 縦方向の余白を分配せず、中央にギュッと寄せる */
    align-content: center;
    /* 修正ポイント3: アイテム自体の垂直位置も中央に */
    align-items: center;
    /* ボタンとタイトルの間の距離を明示的に指定（gapが効きます） */
    row-gap: calc(28 * var(--fl-unit));
    margin-bottom: calc(24 * var(--fl-unit));
  }
}

.p-features__cta-desc {
  grid-area: desc;
  align-self: end;
  font-size: clamp(2rem, 5vw, 2.7rem);
  color: #ea5504;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-features__cta-desc {
    font-size: clamp(1.6rem, 2.4vw, 2.8rem);
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  .p-features__cta-desc {
    font-size: clamp(1.6rem, 1.8vw, 2.8rem);
    text-align: left;
    line-height: 1.3;
  }
}

.c-cta__img {
  display: block;
  grid-area: img;
  width: calc(280 * var(--fl-unit));
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-cta__img {
    width: calc(280 * var(--fl-unit));
  }
}

.c-cta__btn {
  grid-area: btn;
  align-self: start;
}

.p-features__card-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__card-area {
    flex-direction: row;
    gap: calc(32 * var(--fl-unit));
  }
}

.p-features__card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: calc(32 * var(--fl-unit));
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-features__card {
    padding: calc(32 * var(--fl-unit));
    min-height: calc(320 * var(--fl-unit));
  }
}

.p-features__card-bottom {
  margin-top: calc(24 * var(--fl-unit));
}

.p-features__card-body {
  display: flex;
  flex-direction: column;
  gap: calc(30 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-features__card-body {
    flex-direction: row;
    gap: calc(20 * var(--fl-unit));
    margin-bottom: calc(54 * var(--fl-unit));
  }
}

.p-features__card-info {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-features__card-info {
    flex: 1 1 calc(250 * var(--fl-unit));
  }
}

.p-features__card-img {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-features__card-img {
    flex: 1 1 calc(218 * var(--fl-unit));
  }
}

.p-features__card-ttl {
  padding-left: 36px;
  position: relative;
  font-size: clamp(1.8rem, 1.88vw, 2rem);
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: calc(24 * var(--fl-unit));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-features__card-ttl {
    margin-bottom: calc(24 * var(--fl-unit));
    font-size: clamp(1.5rem, 1.66vw, 1.8rem);
  }
}
.p-features__card-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/feature-card-icon-01.svg") no-repeat center center;
  background-size: cover;
}

.p-features__card:last-child .p-features__card-ttl::before {
  background: url("../img/feature-card-icon-02.svg") no-repeat center center;
}

.p-features__card-desc {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color: #1e1e1e;
  line-height: 1.8;
}

.p-features__accordion {
  width: 100%;
}
.p-features__accordion[open] .p-features__accordion-content {
  animation: fadeIn 0.5s ease forwards;
}
.p-features__accordion[open] .p-features__accordion-ttl::after {
  opacity: 0;
  transform: translate(0, -50%) rotate(90deg);
}

.p-features__accordion-ttl {
  font-size: 1.5rem;
  background-color: #fffaf2;
  padding: calc(13 * var(--fl-unit)) calc(48 * var(--fl-unit))
    calc(13 * var(--fl-unit)) calc(16 * var(--fl-unit));
  font-weight: 600;
  color: #ea5504;
  position: relative;
  cursor: pointer;
  list-style: none;
}
.p-features__accordion-ttl::-webkit-details-marker {
  display: none;
}
.p-features__accordion-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 2px;
  background-color: #ea5504;
  transform: translateY(-50%);
}
.p-features__accordion-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 2px;
  height: 12px;
  background-color: #ea5504;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-features__accordion-ttl {
    padding: calc(13 * var(--fl-unit)) calc(48 * var(--fl-unit))
      calc(13 * var(--fl-unit)) calc(16 * var(--fl-unit));
  }
}

.p-features__accordion-content {
  padding: calc(16 * var(--fl-unit));
  background-color: #fff;
  border: 1px solid #fffaf2;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-features__list {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  line-height: 1.8;
}

.p-features__link-list {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
}
.p-features__link-list li {
  position: relative;
  padding-left: 1.2em;
}
.p-features__link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ea5504;
}
@media screen and (min-width: 768px) {
  .p-features__link-list {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: calc(16 * var(--fl-unit));
    justify-content: space-between;
    align-items: center;
  }
  .p-features__link-list li {
    flex: 1;
    padding-left: 1.2em;
  }
}

.p-flow.u-full-width {
  position: relative;
}
.p-flow.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-flow {
  padding-block: calc(40 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-block: calc(96 * var(--fl-unit));
  }
}

.p-flow__ttl {
  position: relative;
  margin-bottom: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__ttl {
    margin-bottom: calc(24 * var(--fl-unit));
  }
}
.p-flow__ttl::before {
  content: "【 Flow 】";
  width: 100%;
  font-size: 50%;
  font-family: "Shippori Mincho", serif;
  display: block;
  color: #3a51a7;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  text-align: center;
}

.p-flow__lead {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  margin-bottom: calc(8 * var(--fl-unit));
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__lead {
    font-size: clamp(1.4rem, 1.45vw, 1.6rem);
    margin-bottom: calc(50 * var(--fl-unit));
  }
}

.p-flow__swiper-area {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__swiper-area {
    margin-bottom: calc(40 * var(--fl-unit));
  }
}

.p-flow__notes {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--fl-unit));
  margin-bottom: calc(48 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__notes {
    gap: calc(4 * var(--fl-unit));
    margin-bottom: calc(48 * var(--fl-unit));
  }
}

.p-flow__note {
  color: #5f5f5f;
  font-size: clamp(1.2rem, 3vw, 1.3rem);
}
@media screen and (min-width: 768px) {
  .p-flow__note {
    font-size: clamp(1.2rem, 1.45vw, 1.3rem);
  }
}

.p-flow__documents-box {
  background-color: #fff;
}

.p-flow__documents-ttl {
  font-size: clamp(1.6rem, 4vw, 1.7rem);
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #3f4c7e;
  padding-inline: calc(8 * var(--fl-unit));
  padding-block: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__documents-ttl {
    font-size: clamp(1.6rem, 3vw, 2rem);
    padding-block: calc(16 * var(--fl-unit));
  }
}

.p-flow__documents-body {
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #3a51a7;
  text-align: center;
  padding-inline: calc(12 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__documents-body {
    padding-inline: calc(8 * var(--fl-unit));
    padding-block: calc(32 * var(--fl-unit));
  }
}

.p-flow__documents-txt {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: calc(8 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__documents-txt {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: calc(8 * var(--fl-unit));
  }
}

.p-flow__documents-note {
  text-align: center;
  font-size: clamp(1.2rem, 4vw, 1.4rem);
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .p-flow__documents-note {
    font-size: clamp(1.2rem, 1.45vw, 1.2rem);
    margin-bottom: calc(14 * var(--fl-unit));
  }
}

.p-spec {
  padding-block: calc(40 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-spec {
    padding-block: calc(96 * var(--fl-unit));
  }
}

.p-spec__ttl {
  position: relative;
}
.p-spec__ttl::before {
  content: "【ビジネスカードスタンダード】";
  width: 100%;
  font-size: 50%;
  font-family: "Shippori Mincho", serif;
  display: block;
  color: #3a51a7;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  text-align: center;
}
.p-spec__ttl {
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-spec__ttl {
    margin-bottom: calc(48 * var(--fl-unit));
  }
}

.p-spec__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.p-spec__th {
  width: calc(100 * var(--fl-unit));
  padding: calc(16 * var(--fl-unit));
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(1.2rem, 1vw, 1.2rem);
}
@media screen and (min-width: 768px) {
  .p-spec__th {
    width: calc(300 * var(--fl-unit));
    padding: calc(24 * var(--fl-unit)) calc(32 * var(--fl-unit));
    font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  }
}

.p-spec__td {
  padding: calc(16 * var(--fl-unit));
  border: 1px solid #dddddd;
  vertical-align: middle;
  font-size: clamp(1.2rem, 1vw, 1.2rem);
  line-height: 1.6;
}
.p-spec__td span {
  color: #3f4c7e;
}
@media screen and (min-width: 768px) {
  .p-spec__td {
    padding: calc(24 * var(--fl-unit)) calc(32 * var(--fl-unit));
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}

.p-bottom-cta.u-full-width {
  position: relative;
}
.p-bottom-cta.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e8eaf4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/fv-bg.png), 100%, #e8eaf4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-bottom-cta {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-block: calc(32 * var(--fl-unit));
  padding-inline: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-bottom-cta {
    padding-block: calc(42 * var(--fl-unit));
    padding-inline: calc(188 * var(--fl-unit));
  }
}

.p-bottom-cta__container {
  display: grid;
  grid-template-areas: "catch" "image" "btn";
  row-gap: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-bottom-cta__container {
    grid-template-areas: "catch image" "btn image";
    grid-template-columns: calc(412 * var(--fl-unit)) calc(470 * var(--fl-unit));
    align-items: center;
    justify-content: space-between;
    row-gap: calc(32 * var(--fl-unit));
  }
}

.p-bottom-cta__contents-area {
  grid-area: catch;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-bottom-cta__contents-area {
    align-self: flex-end;
    justify-self: start;
    gap: calc(24 * var(--fl-unit));
    width: 100%;
  }
}

.p-bottom-cta__sub-ttl {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  color: #fff;
  padding-inline: calc(8 * var(--fl-unit));
  padding-block: calc(8 * var(--fl-unit));
  text-align: center;
  background-color: #3a51a7;
  letter-spacing: 0.09em;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-bottom-cta__sub-ttl {
    font-size: clamp(1.2rem, 1vw, 1.7rem);
    padding-inline: calc(15 * var(--fl-unit));
    padding-block: calc(12 * var(--fl-unit));
    padding-left: 1.5em;
    width: 100%;
  }
}

.p-bottom-cta__image-area {
  grid-area: image;
  align-self: center;
  justify-self: end;
}

.p-bottom-cta__main-img {
  width: 100%;
  display: block;
  margin-bottom: calc(16 * var(--fl-unit));
}

.p-bottom-cta__info {
  display: flex;
  flex-direction: row;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}

.p-bottom-cta__info-item-content-img {
  flex: 1;
  display: block;
  min-width: 0;
}

.p-bottom-cta__btn-area {
  grid-area: btn;
  align-self: flex-start;
  justify-self: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-bottom-cta__btn-area {
    justify-self: start;
  }
}

.p-bottom-cta__btn {
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.p-footer {
  padding-inline: calc(18 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-inline: calc(245 * var(--fl-unit));
  }
}

.p-footer.u-full-width {
  position: relative;
}
.p-footer.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #a0774a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #a0774a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: calc(18 * var(--fl-unit));
  color: #fff;
  text-align: center;
  padding-block: calc(30 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: calc(32 * var(--fl-unit));
    padding-block: calc(56 * var(--fl-unit));
  }
}

.p-footer__company-name {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: calc(8 * var(--fl-unit));
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-footer__company-name {
    font-size: clamp(0.8rem, 1.4vw, 1.8rem);
    margin-bottom: calc(16 * var(--fl-unit));
    line-height: 1.2;
    text-align: left;
  }
}

.p-footer__company-address {
  font-size: clamp(1.2rem, 4vw, 1.4rem);
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__company-address {
    font-size: clamp(0.5rem, 1vw, 1.6rem);
    text-align: left;
  }
}

.p-footer__contact {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: calc(8 * var(--fl-unit));
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    font-size: clamp(0.5rem, 1vw, 1.6rem);
    margin-bottom: calc(8 * var(--fl-unit));
    line-height: 1.8;
  }
}

.p-footer__bottom.u-full-width {
  position: relative;
}
.p-footer__bottom.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #2d2d2d;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #2d2d2d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-footer__bottom {
  padding-top: calc(30 * var(--fl-unit));
  padding-bottom: calc(40 * var(--fl-unit));
  color: #fff;
  text-align: center;
  font-size: 80%;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    gap: calc(24 * var(--fl-unit));
  }
}

.p-footer__link-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12 * var(--fl-unit));
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 3vw, 1.4rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__link-nav {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: calc(24 * var(--fl-unit));
  }
}

.p-footer__link-item:nth-child(1) {
  justify-self: end;
  padding-right: calc(12 * var(--fl-unit));
  border-right: 1px solid #fff;
}
.p-footer__link-item:nth-child(2) {
  justify-self: center;
  padding-right: 0;
}
.p-footer__link-item:nth-child(3) {
  justify-self: start;
  padding-left: calc(12 * var(--fl-unit));
  border-left: 1px solid #fff;
}

.p-footer__link {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  font-size: clamp(1.5rem, 1.4vw, 1.6rem);
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: clamp(0.5rem, 1vw, 1.6rem);
    text-align: center;
    line-height: 1.8;
  }
}

.p-gold-card-area.u-full-width {
  position: relative;
}
.p-gold-card-area.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e8eaf4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/gold-card-area-bg.png), 100%, #e8eaf4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-gold-card-area {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-block: calc(32 * var(--fl-unit));
  padding-inline: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-gold-card-area {
    padding-block: calc(100 * var(--fl-unit));
    padding-inline: calc(180 * var(--fl-unit));
  }
}

.u-full-width {
  position: relative;
  z-index: 0;
}

.u-section-ttl {
  font-size: clamp(2.6rem, 2.2vw, 2.6rem);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #1e1e1e;
  padding-top: min(13vw, 48px);
}
@media screen and (min-width: 768px) {
  .u-section-ttl {
    font-size: clamp(2.4rem, 2.2vw, 3.4rem);
    padding-top: 2em;
  }
}

[data-js-loading-screen] {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s 0s ease-in-out;
}

[data-js-loading-screen="hide"] {
  opacity: 0;
  transition: opacity 0.5s 0s ease-in-out;
}

.c-loader {
  width: 64px;
  height: 64px;
  border: 8px solid #ccc;
  border-top-color: #3f4c7e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-js-sp-nav="init"] {
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
}

[data-js-sp-nav="show"] {
  pointer-events: auto;
  transform: translateX(0%);
  transition: transform 0.4s 0s ease-in-out;
}

[data-js-sp-nav="hide"] {
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.4s 0s ease-in-out;
}

[data-js-toggle-btn="init"] span {
  transition: all 0.3s 0s ease-in-out;
  transform-origin: 50% 50%;
}

[data-js-toggle-btn="active"] span {
  transform: translateY(6px) rotate(40deg);
  transition: transform 0.3s 0s ease-in-out;
}
[data-js-toggle-btn="active"] span:nth-child(2) {
  opacity: 0;
}
[data-js-toggle-btn="active"] span:last-child {
  transform: translateY(-6px) rotate(-40deg);
  transition: transform 0.3s 0s ease-in-out;
}

[data-js-scrl-item] {
  opacity: 0;
  transform: translateY(5%);
}

[data-js-scrl-item="show"] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0s ease-in-out;
}
[data-js-scrl-item="show"]:nth-child(2) {
  transition-delay: 0.2s;
}
[data-js-scrl-item="show"]:nth-child(3) {
  transition-delay: 0.3s;
} /*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJP - Based on Noto Sans JP */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Thin.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/YakuHanJP-ExtraLight.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Light.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Regular.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Medium.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/YakuHanJP-SemiBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Bold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/YakuHanJP-ExtraBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/YakuHanJP-Black.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJPs - Based on Noto Sans JP */
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Thin.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-ExtraLight.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Light.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Regular.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Medium.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-SemiBold.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Bold.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-ExtraBold.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/YakuHanJPs-Black.woff2) format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}

:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

@media screen and (min-width: 768px) {
  .c-hamburgerButton {
    display: none;
  }
}
.c-hamburgerButton .c-hamburgerButton__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 2000;
}

.c-hamburgerButton .c-hamburgerButton__btn {
  background-image: url("../img/hamburger-button-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.c-hamburgerButton .c-hamburgerButton__btn.is-open {
  background-image: url("../img/hamburger-button-bg-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

body.is-locked {
  overflow: hidden;
  touch-action: none;
}

.c-gnavWithDrawerLP {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__nav {
  padding: calc(16 * var(--fl-unit));
  min-height: 64px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: calc(20 * var(--fl-unit)) calc(32 * var(--fl-unit));
    min-height: 0;
    position: static;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__head {
  width: 100%;
  z-index: 1998;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__head {
    position: static;
    padding: 0;
    flex: 1;
    transform: translateY(0);
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__link--header-logo {
  display: block;
  max-width: 130px;
  width: calc(95 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__link--header-logo {
    width: calc(126 * var(--fl-unit));
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__body {
  padding: 5%;
  margin-top: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  z-index: 1997;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__body {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    background-color: #fff;
    margin-top: 0;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 12px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__list {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: calc(24 * var(--fl-unit));
    margin-bottom: 0px;
    padding: 0;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__item {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: serif;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__item {
    border: none;
    padding-bottom: 0;
    width: auto;
    text-align: right;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__item--only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__item--only-pc {
    display: block;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__subpage-link {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__subpage-link:hover {
    opacity: 0.7;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__sp-bottom-area {
  display: block;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__sp-bottom-area {
    display: none;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__company-name {
  font-size: 17px;
  padding-top: 16px;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__company-address {
  font-size: 15px;
  padding-top: 16px;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__copyright small {
  display: block;
  font-size: 17px;
  padding-top: 16px;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__btn-area {
  display: block;
  background-color: #3a51a7;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  max-width: 400px;
  border-radius: 30px;
  padding: 0.75em 0.2em;
  margin: 0 auto;
  position: relative;
  border: 1px solid #3a51a7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__btn-area {
    width: 121px;
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    margin: 0;
    margin-right: auto;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__contact-link-text {
  display: block;
}
.c-gnavWithDrawerLP {
  /*hover時のcircleとarrow*/
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__btn-area:hover {
  background-color: #5871ce;
  color: #fff;
  transition: all 0.3s ease;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__body {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__body {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__body.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__body.is-closing {
  visibility: visible;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__nav.is-shrink {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP .c-gnavWithDrawerLP__nav.is-shrink {
    padding: calc(16 * var(--fl-unit)) calc(32 * var(--fl-unit));
  }
}
.c-gnavWithDrawerLP .c-gnavWithDrawerLP__nav.is-closing {
  transition: all 0.4s 0s ease-in-out;
}

.c-gnavWithDrawerLP__btn-area.c-gnavWithDrawerLP__btn-area--sp-only {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 110px;
  z-index: 2000;
  padding: 0.5em 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-gnavWithDrawerLP__btn-area.c-gnavWithDrawerLP__btn-area--sp-only {
    display: none;
  }
}
:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.c-btn__page-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #3a51a7;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}
.c-btn__page-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .c-btn__page-to-top {
    bottom: 40px;
    right: 40px;
  }
}
.c-btn__page-to-top svg {
  display: block;
  width: 20px;
  height: auto;
}
.c-btn__page-to-top svg path {
  fill: #ffffff;
}
:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

/* components/btn/index.scss */
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 23px 16px;
  border: 1px solid #222222;
  background-color: #222222;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 0.7em;
  width: min(90%, 327px);
  border-radius: 40px;
  max-width: 327px;
}
@media screen and (min-width: 690px) {
  .c-btn {
    width: 327px;
  }
}
.c-btn:hover {
  background-color: #fff;
  color: #222222;
}
.c-btn:hover .c-btn__icon--download {
  background-image: url("../img/download-icon-reverse.svg");
}
.c-btn:hover .c-btn__icon--mail {
  background-image: url("../img/contact-icon-reverse.svg");
}
.c-btn:hover .c-btn__icon--arrow {
  background-image: url("../img/arrow-icon-reverse.svg");
}
.c-btn:hover .c-btn__icon--demo {
  background-image: url("../img/demo-icon-reverse.svg");
}
.c-btn:hover .c-btn__icon--arrow-reverse {
  background-image: url("../img/arrow-icon.svg");
}
.c-btn__text {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 600;
  color: inherit;
  transition: color 0.3s ease;
}
.c-btn__text--small {
  font-size: 14px;
  font-weight: 400;
}
.c-btn__icon,
.c-btn__icon-reverse {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.c-btn__icon {
  margin-left: 16px;
  margin-top: 1px;
}
.c-btn__icon--download {
  background-image: url("../img/download-icon.svg");
}
.c-btn__icon--mail {
  background-image: url("../img/contact-icon.svg");
}
.c-btn__icon--arrow {
  background-image: url("../img/arrow-icon.svg");
}
.c-btn__icon--demo {
  background-image: url("../img/demo-icon.svg");
}
.c-btn__icon--arrow-reverse {
  background-image: url("../img/arrow-icon-reverse.svg");
}
.c-btn__icon-reverse {
  margin-right: 16px;
  order: -1;
}
.c-btn--download {
  background-color: #ffa600;
  border-color: #ffa600;
}
.c-btn--download:hover {
  color: #ffa600;
}
.c-btn--demo {
  background-color: #ffffff;
  border-color: #222222;
  color: #222222;
}
.c-btn--demo:hover {
  background-color: #222222;
  color: #ffffff;
}
.c-btn--white {
  background-color: #fff;
  border-color: #222222;
  color: #222222;
}
.c-btn--white:hover {
  background-color: #222222;
  color: #fff;
}
.c-btn--center {
  margin: 0 auto;
  display: flex;
}
.c-btn--lg {
  width: 100%;
  padding: 13px 14px;
}
@media screen and (min-width: 768px) {
  .c-btn--lg {
    width: 320px;
  }
}
.c-btn--mid {
  width: 100%;
  padding: 15px 1em;
}
@media screen and (min-width: 768px) {
  .c-btn--mid {
    width: 240px;
  }
}
.c-btn--fat {
  width: 100%;
  padding: 22px 32px;
}
@media screen and (min-width: 768px) {
  .c-btn--fat {
    width: 320px;
  }
}
.c-btn--header-mid {
  width: 100%;
  padding: 16px 1em;
}
.c-btn--header-mid .c-btn__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-btn--header-mid {
    width: 190px;
    max-height: 50px;
  }
}
.c-btn--header-sm {
  width: 100%;
  padding: 16px 1em;
}
.c-btn--header-sm .c-btn__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-btn--header-sm {
    width: 160px;
    max-height: 50px;
  }
}
.c-btn--small {
  width: 100%;
  padding: 10px 16px;
}
.c-btn--small .c-btn__text {
  font-size: 14px;
}
.c-btn--small:before {
  width: 0.7em !important;
  height: 0.7em !important;
}
@media screen and (min-width: 768px) {
  .c-btn--small {
    width: 188px;
    padding: 10px 16px;
  }
}
.c-btn--circle {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}
.c-btn--circle .c-btn__text {
  display: none;
}
.c-btn--circle .c-btn__icon {
  margin-left: 0;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 690px) {
  .c-btn--circle {
    width: 190px;
    height: auto;
    border-radius: 6px;
    padding: 13px 10px;
  }
  .c-btn--circle .c-btn__text {
    display: inline;
    font-size: 14px;
  }
  .c-btn--circle .c-btn__icon {
    margin-left: 16px;
    width: 20px;
    height: 20px;
  }
}
.c-btn--with-arrow {
  position: relative;
}
.c-btn--with-arrow::before {
  content: "";
  position: absolute;
  right: calc(24 * var(--fl-unit));
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background-image: url("../img/arrow-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.c-btn--with-arrow:hover::before {
  background-image: url("../img/arrow-icon-reverse.svg");
}
.c-btn--with-arrow-reverse {
  position: relative;
}
.c-btn--with-arrow-reverse::before {
  content: "";
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/arrow-icon-reverse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.c-btn--with-arrow-reverse:hover::before {
  background-image: url("../img/arrow-icon.svg");
} /**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.c-swiper-card {
  width: 100%;
}

.c-case-card__area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
}
.c-case-card__area .swiper-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.c-case-card__area .swiper-button-prev,
.c-case-card__area .swiper-button-next {
  color: #3f4c7e;
  width: 32px;
  height: 80px;
  background-color: #e8eaf4;
  padding: 1px 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.c-case-card__area .swiper-button-prev.swiper-button-prev,
.c-case-card__area .swiper-button-next.swiper-button-prev {
  left: 0;
}
.c-case-card__area .swiper-button-prev.swiper-button-next,
.c-case-card__area .swiper-button-next.swiper-button-next {
  right: 0;
}
.c-case-card__area .swiper-button-prev::after,
.c-case-card__area .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-case-card__area .swiper-button-prev,
  .c-case-card__area .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-case-card__area {
    width: 100%;
    padding: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .c-swiper-card__wrapper.swiper-wrapper {
    transform: none !important;
    display: grid !important;
    width: min(90%, 1200px) !important;
    max-width: 1200px !important;
    height: auto !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    gap: min(3vw, 36px);
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-swiper-card__slide {
  width: 100%;
  padding: 8px;
  position: static;
}
.c-swiper-card__slide::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-swiper-card__slide {
    width: auto !important;
    padding: 0;
    position: relative;
  }
  .c-swiper-card__slide::after {
    content: "";
    display: block;
    width: 10%;
    height: 30%;
    background-image: url("../img/flow-arrow.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
  }
  .c-swiper-card__slide:last-child::after {
    display: none;
  }
}

.c-swiper-card__wrapper .c-swiper-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-swiper-card__wrapper .c-swiper-card__link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.c-swiper-card__wrapper .c-swiper-card__card {
  background-color: transparent;
}
.c-swiper-card__wrapper .c-swiper-card__image {
  width: min(45vw, 320px);
  margin-inline: auto;
}
.c-swiper-card__wrapper .c-swiper-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-swiper-card__wrapper .c-swiper-card__image {
    margin-inline: 0;
    width: 100%;
  }
}
.c-swiper-card__wrapper .c-swiper-card__content {
  padding: 1.2rem 1.4rem 1.6rem;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-swiper-card__wrapper .c-swiper-card__content {
    padding: 1.2rem 1.2rem 1.6rem;
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
  }
}
:root {
  --fl-unit: min(calc(100vw / 1440), 1px);
}
@media (max-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 375);
  }
}
:root {
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  color: #1e1e1e;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Noto Sans JP", sans-serif;
  background-color: #fff;
}

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

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.c-modal-application {
  border: none;
  padding: 0;
  width: min(90%, 960px);
  background: #fff;
  border-radius: 8px;
  overflow: visible;
  max-height: 82dvh;
}
.c-modal-application::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
}
.c-modal-application__inner {
  position: relative;
  padding: calc(40 * var(--fl-unit)) calc(32 * var(--fl-unit));
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-modal-application__inner {
    padding: calc(64 * var(--fl-unit)) calc(48 * var(--fl-unit));
  }
}
.c-modal-application__content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.c-modal-application__content::-webkit-scrollbar {
  width: 6px;
}
.c-modal-application__content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.c-modal-application__close-area {
  position: absolute;
  top: -40px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-modal-application__close-area {
    top: -60px;
    right: 0px;
  }
}
.c-modal-application__close {
  width: 30px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.c-modal-application__close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.c-modal-application__close span:nth-child(1) {
  transform: rotate(45deg);
}
.c-modal-application__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-modal-application__close {
    width: 40px;
    height: 40px;
  }
}
.c-modal-application__header {
  margin-bottom: calc(32 * var(--fl-unit));
  text-align: center;
}
.c-modal-application__ttl {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #3f4c7e;
}
.c-modal-application__txt {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  line-height: 1.6;
  margin-bottom: calc(32 * var(--fl-unit));
}
.c-modal-application__btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(32 * var(--fl-unit));
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .c-modal-application__btn-area {
    margin-bottom: calc(64 * var(--fl-unit));
  }
}
.c-modal-application__btn-area form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-modal-application__btn {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #fff;
  padding: calc(8 * var(--fl-unit)) calc(8 * var(--fl-unit));
  border-radius: calc(30 * var(--fl-unit));
  font-weight: 600;
  transition: all 0.3s ease;
  width: 60%;
  margin: 0 auto;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-modal-application__btn {
    width: calc(376 * var(--fl-unit));
    padding: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit));
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
}
.c-modal-application__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background-image: url("../img/arrow-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: calc(24 * var(--fl-unit));
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
}
.c-modal-application__btn:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.c-modal-application__btn:hover::after {
  background-image: url("../img/arrow-icon-reverse.svg");
}
.c-modal-application__btn-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.6;
  color: #1e1e1e;
  margin-top: calc(16 * var(--fl-unit));
  display: block;
  text-align: center;
}

.c-modal-application__ttl {
  color: #9a7a3b;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(16 * var(--fl-unit));
  position: relative;
  padding: calc(12 * var(--fl-unit));
  background-color: #ffffff;
  width: 83%;
  margin: 0 auto;
}
.c-modal-application__ttl::before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  border-bottom: 1px solid #9a7a3b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-modal-application__ttl {
    font-size: clamp(2rem, 2vw, 2.2rem);
    margin-bottom: calc(16 * var(--fl-unit));
    width: 50%;
    padding: calc(12 * var(--fl-unit));
  }
  .c-modal-application__ttl::before {
    width: 190%;
  }
}

.c-modal-application__header-img {
  display: flex;
  flex-direction: column-reverse;
  gap: calc(2 * var(--fl-unit));
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-modal-application__header-img {
    flex-direction: row;
    gap: calc(80 * var(--fl-unit));
    justify-content: center;
    align-items: center;
  }
}

.c-modal-application__header-img-item {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .c-modal-application__header-img-item {
    width: 50%;
    flex: 1;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
  }
}

.c-modal-application__body-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .c-modal-application__body-inner {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: calc(106 * var(--fl-unit));
    margin-bottom: calc(64 * var(--fl-unit));
  }
}

.c-modal-application__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-modal-application__list {
    gap: calc(18 * var(--fl-unit));
  }
}

.c-modal-application__list-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

.c-modal-application__list-item-ttl {
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #9a7a3b;
  margin-bottom: calc(8 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .c-modal-application__list-item-ttl {
    font-size: clamp(1.4rem, 2vw, 1.5rem);
    margin-bottom: calc(12 * var(--fl-unit));
  }
}

.c-modal-application__list-item-txt {
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-modal-application__list-item-txt {
    font-size: clamp(1.4rem, 2vw, 1.5rem);
  }
}
