@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  color: #222;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a {
  display: inline-block;
}

/* 横スクロール防止 */
html, body {
  overflow-x: clip;
}

/* addressタグ リセット */
address {
  font-style: normal;
}

/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
html {
  font-size: 16px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  word-break: keep-all;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.26667vw;
  }
}

/* コンテンツ幅
***************************************************************/
.inner {
  max-width: 83.33333vw;
  margin-inline: auto;
  width: calc(100% - 40px);
}

@media screen and (min-width: 1350px) {
  .inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 680px) {
  .inner {
    padding-inline: 2.66667vw;
    width: 100%;
    max-width: initial;
  }
}

/* PC・SP 非表示
***************************************************************/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 680px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* aタグ/tel:/addressタグ スタイルリセット
***************************************************************/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

address {
  font-style: normal;
}

/* マウスホバーがあるデバイスでのアニメーション
***************************************************************/
@media (any-hover: hover) {
  a {
    transition: opacity, 0.5s 0s ease;
  }
  a:hover {
    opacity: 0.8;
  }
}

/* pc幅での電話発信しない
***************************************************************/
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* img
***************************************************************/
img {
  display: block;
}

/* 共通パーツ (全ページ)
***************************************************************/
body {
  background: #fff;
}

@media screen and (max-width: 680px) {
  body {
    background: #FFF;
  }
}

/* 共通 cta ボタン
***************************************************************/
.cta-btn__wrap {
  display: grid;
  place-content: center;
  place-items: center;
  color: #FFF;
}

.cta-btn__caption {
  font-size: 1.38889vw;
  font-weight: 500;
  line-height: 1.6;
}

.cta-btn__caption-text {
  position: relative;
  padding-inline: 0.41667vw;
}

.cta-btn__caption-text::before,
.cta-btn__caption-text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.66667vw;
  height: 0.06944vw;
  background-color: #fff;
}

.cta-btn__caption-text::before {
  left: -1.31944vw;
  transform: rotate(55deg);
}

.cta-btn__caption-text::after {
  right: -1.31944vw;
  transform: rotate(-55deg);
}

.cta-btn {
  background-color: #7DCC26;
  color: #FFF;
  font-size: 1.52778vw;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding-block: 1.18056vw;
  width: 21.94444vw;
  text-align: center;
}

.cta-btn:hover {
  opacity: 1;
  background-color: #029DCC;
}

@media (any-hover: hover) {
  .cta-btn:hover {
    opacity: 1;
    background-color: #029DCC;
  }
}

@media screen and (min-width: 1350px) {
  .cta-btn__caption {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
  .cta-btn__caption-text {
    position: relative;
    padding-inline: 6px;
  }
  .cta-btn__caption-text::before,
  .cta-btn__caption-text::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #fff;
  }
  .cta-btn__caption-text::before {
    left: -19px;
    transform: rotate(55deg);
  }
  .cta-btn__caption-text::after {
    right: -19px;
    transform: rotate(-55deg);
  }
  .cta-btn {
    background-color: #7DCC26;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    display: inline-block;
    padding-block: 17px;
    width: 316px;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .cta-btn__caption {
    font-size: 4.26667vw;
  }
  .cta-btn__caption-text {
    position: relative;
    padding-inline: 1.33333vw;
  }
  .cta-btn__caption-text::before,
  .cta-btn__caption-text::after {
    width: 5.33333vw;
    height: 0.26667vw;
  }
  .cta-btn__caption-text::before {
    left: -4.26667vw;
    transform: rotate(55deg);
  }
  .cta-btn__caption-text::after {
    right: -4.26667vw;
    transform: rotate(-55deg);
  }
  .cta-btn {
    font-size: 4.8vw;
    padding-block: 4vw;
    width: 70.25733vw;
    transition: scale, 0.5s 0s ease;
  }
  .cta-btn:active {
    transform: scale(0.98);
  }
}

/* 共通 layout-section セクション間の余白
***************************************************************/
.layout-section {
  margin-top: 7.70833vw;
  padding-bottom: 6.25vw;
}

@media screen and (min-width: 1350px) {
  .layout-section {
    margin-top: 111px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 680px) {
  .layout-section {
    margin-top: 21.33333vw;
    padding-bottom: 21.33333vw;
  }
}

/* fv
***************************************************************/
.fv {
  position: relative;
  background-color: #1E2830;
}

.fv__slide {
  width: 100%;
}

.fv__slide-img {
  aspect-ratio: 1440 / 800;
  width: 100%;
  height: 100vh;
}

.fv__slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__slide-container {
  content: "";
  position: absolute;
  bottom: 5.10694vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 27.04583vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fv__slide-title {
  color: #FFF;
  text-align: center;
  font-size: 3.47222vw;
  font-weight: 700;
  line-height: 1.25;
}

.fv__slide-text {
  color: #FFF;
  text-align: center;
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 4.16667vw;
}

.fv__slide-btn {
  display: grid;
  place-content: center;
  place-items: center;
  color: #FFF;
}

.fv__slide-caption {
  font-size: 1.38889vw;
  font-weight: 500;
  line-height: 1.6;
}

.fv__slide-caption-text {
  position: relative;
  padding-inline: 0.41667vw;
}

.fv__slide-caption-text::before,
.fv__slide-caption-text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.66667vw;
  height: 0.06944vw;
  background-color: #fff;
}

.fv__slide-caption-text::before {
  left: -1.31944vw;
  transform: rotate(55deg);
}

.fv__slide-caption-text::after {
  right: -1.31944vw;
  transform: rotate(-55deg);
}

.fv__btn {
  background-color: #7DCC26;
  color: #FFF;
  font-size: 1.52778vw;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding-block: 1.18056vw;
  width: 21.94444vw;
  text-align: center;
}

.fv__btn:hover {
  opacity: 1;
  background-color: #029DCC;
}

@media (any-hover: hover) {
  .fv__btn:hover {
    opacity: 1;
    background-color: #029DCC;
  }
}

@media screen and (max-width: 680px) {
  .fv__slide-img {
    aspect-ratio: 375 / 667;
    height: 100vh;
    height: 100svh;
  }
  .fv__slide-container {
    bottom: 13.33333vw;
    min-height: 107.59467vw;
  }
  .fv__slide-title {
    font-size: 9.06667vw;
    line-height: 1.2;
  }
  .fv__slide-text {
    font-size: 4.8vw;
    margin-top: 13.33333vw;
  }
  .fv__slide-btn {
    display: grid;
    place-content: center;
    place-items: center;
    color: #FFF;
  }
  .fv__slide-caption {
    font-size: 4.26667vw;
  }
  .fv__slide-caption-text {
    position: relative;
    padding-inline: 1.33333vw;
  }
  .fv__slide-caption-text::before,
  .fv__slide-caption-text::after {
    width: 5.33333vw;
    height: 0.26667vw;
  }
  .fv__slide-caption-text::before {
    left: -4.26667vw;
    transform: rotate(55deg);
  }
  .fv__slide-caption-text::after {
    right: -4.26667vw;
    transform: rotate(-55deg);
  }
  .fv__btn {
    font-size: 4.8vw;
    padding-block: 4vw;
    width: 70.25733vw;
  }
}

/* footer
***************************************************************/
.footer {
  padding: 5.55556vw 11.80556vw;
  background-color: #1A6075;
}

.footer__inner {
  display: grid;
  place-items: center;
  row-gap: 2.77778vw;
}

.footer__logo {
  max-width: 28.88889vw;
  width: 100%;
}

.footer__logo-link {
  display: block;
}

.footer__copy {
  color: #FFF;
  font-size: 0.97222vw;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 1350px) {
  .footer {
    padding: 80px 170px;
  }
  .footer__inner {
    row-gap: 40px;
  }
  .footer__logo {
    max-width: 28.88889vw;
  }
  .footer__copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .footer {
    padding: 16vw 2.66667vw;
  }
  .footer__inner {
    row-gap: 8vw;
  }
  .footer__logo {
    max-width: 49.86667vw;
  }
  .footer__copy {
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
  }
}

/* program
***************************************************************/
.program__title {
  color: #1A6075;
  text-align: center;
  font-size: 2.77778vw;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}

.program__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.38889vw;
  height: 16.38889vw;
  background-image: url(../images/program/icon-protect.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.program__content {
  margin-top: 4.86111vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.program__description,
.program__benefits {
  padding-block: 3.75vw;
  padding-inline: 2.77778vw;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2.08333vw;
}

.program__text {
  font-size: 1.38889vw;
  font-weight: 500;
  line-height: 1.2;
}

.program__text--opacity {
  opacity: 0.8;
}

.program__benefits {
  background-color: #EAF8FD;
  padding-bottom: 8.33333vw;
  position: relative;
}

.program__benefits::before {
  content: '';
  position: absolute;
  bottom: -1.94444vw;
  right: 2.08333vw;
  width: 22.91667vw;
  height: 11.80556vw;
  background-image: url(../images/program/icon-bonus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.program__text--bold {
  color: #029DCC;
  font-weight: 600;
  font-size: 1.66667vw;
}

.program__text--highlight {
  color: #029DCC;
}

.program__footer {
  margin-top: 3.125vw;
}

.program__footer-text {
  color: #004e66;
  text-align: center;
  font-size: 2.22222vw;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 1350px) {
  .program__title {
    font-size: 40px;
  }
  .program__title::before {
    width: 236px;
    height: 236px;
  }
  .program__content {
    margin-top: 70px;
  }
  .program__description,
  .program__benefits {
    padding-block: 54px;
    padding-inline: 40px;
    gap: 30px;
  }
  .program__text {
    font-size: 20px;
  }
  .program__benefits {
    padding-bottom: 120px;
  }
  .program__benefits::before {
    bottom: -28px;
    right: 30px;
    width: 330px;
    height: 170px;
  }
  .program__text--bold {
    font-size: 24px;
  }
  .program__footer {
    margin-top: 45px;
  }
  .program__footer-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 680px) {
  .program__title {
    font-size: 7.46667vw;
  }
  .program__title::before {
    width: 40vw;
    height: 40vw;
  }
  .program__content {
    margin-top: 10.66667vw;
    display: grid;
    grid-template-columns: 1fr;
  }
  .program__description,
  .program__benefits {
    padding: 5.33333vw;
    gap: 5.33333vw;
  }
  .program__text {
    font-size: 4.26667vw;
  }
  .program__benefits {
    padding-bottom: 16vw;
  }
  .program__benefits::before {
    bottom: -7.46667vw;
    right: 5.33333vw;
    width: 40vw;
    height: 21.33333vw;
  }
  .program__text--bold {
    font-size: 4.8vw;
  }
  .program__footer {
    margin-top: 10.66667vw;
  }
  .program__footer-text {
    color: #004e66;
    font-size: 6.4vw;
  }
}

/* features
***************************************************************/
.features {
  background-color: #1A6075;
  padding-top: 7.70833vw;
  margin-top: initial;
  padding-bottom: 8.33333vw;
}

.features__container {
  display: grid;
  grid-template-columns: 41.66667vw 1fr;
}

.features__content {
  color: #FFF;
  position: relative;
}

.features__title {
  color: #FFF;
  text-shadow: 0px 2px 0px rgba(26, 96, 117, 0.2);
  font-size: 2.77778vw;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.features__description,
.features__condition-text {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
}

.features__description {
  margin-top: 2.22222vw;
}

.features__description + .features__description {
  margin-top: 1.38889vw;
}

.features__condition {
  margin-top: 3.33333vw;
}

.features__condition-title {
  color: #FFF;
}

.features__condition-text {
  margin-top: 0.48611vw;
}

.features__common-title {
  color: #FFF;
  font-size: 2.08333vw;
  font-weight: 600;
  line-height: 1.6;
}

.features__img {
  aspect-ratio: 600 / 400;
  max-width: 41.66667vw;
  width: 100%;
}

.features__list-wrap {
  margin-top: 0.97222vw;
}

.features__list {
  margin-top: 0.55556vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1.38889vw;
       column-gap: 1.38889vw;
}

.features__item {
  background: #FFF;
  padding: 2.08333vw 1.11111vw 1.38889vw;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  row-gap: 1.11111vw;
}

.features__item-number {
  color: #1A6075;
  font-size: 2.77778vw;
  font-weight: 700;
  line-height: 1;
}

.features__item-img {
  aspect-ratio: 253 / 92;
  max-width: 17.56944vw;
  width: 100%;
}

.features__item-text {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (min-width: 1350px) {
  .features {
    padding-top: 111px;
    padding-bottom: 120px;
  }
  .features__container {
    grid-template-columns: 600px 1fr;
  }
  .features__title {
    font-size: 40px;
  }
  .features__description,
  .features__condition-text {
    font-size: 18px;
  }
  .features__description {
    margin-top: 32px;
  }
  .features__description + .features__description {
    margin-top: 20px;
  }
  .features__condition {
    margin-top: 48px;
  }
  .features__condition-text {
    margin-top: 7px;
  }
  .features__common-title {
    font-size: 30px;
  }
  .features__img {
    max-width: 600px;
  }
  .features__list-wrap {
    margin-top: 14px;
  }
  .features__list {
    margin-top: 8px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .features__item {
    padding: 30px 16px 20px;
    row-gap: 16px;
  }
  .features__item-number {
    font-size: 40px;
  }
  .features__item-img {
    max-width: 253px;
  }
  .features__item-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .features {
    padding-top: 21.33333vw;
    padding-bottom: 21.33333vw;
    text-align: center;
  }
  .features__container {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .features__content {
    position: initial;
  }
  .features__title {
    font-size: 7.46667vw;
    white-space: normal;
  }
  .features__description,
  .features__condition-text {
    font-size: 4.26667vw;
  }
  .features__description {
    margin-top: 8vw;
  }
  .features__description + .features__description {
    margin-top: 5.33333vw;
  }
  .features__condition {
    margin-top: 8vw;
  }
  .features__condition-text {
    margin-top: 1.33333vw;
  }
  .features__common-title {
    color: #FFF;
    font-size: 6.4vw;
  }
  .features__img {
    max-width: 80vw;
    width: 100%;
    margin-top: 5.33333vw;
  }
  .features__list-wrap {
    margin-top: 8vw;
  }
  .features__list {
    margin-top: 2.66667vw;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 5.33333vw;
    justify-items: center;
  }
  .features__item {
    width: 76vw;
    padding: 4.26667vw;
    row-gap: 2.66667vw;
  }
  .features__item-number {
    font-size: 7.46667vw;
  }
  .features__item-img {
    max-width: 53.33333vw;
  }
  .features__item-text {
    font-size: 4.26667vw;
  }
}

/* cta
***************************************************************/
.cta {
  padding-bottom: initial;
}

.cta--second {
  padding-bottom: 8.33333vw;
}

.cta__content {
  max-width: 76.38889vw;
  padding-block: 5.55556vw;
  margin-inline: auto;
  background-color: #1E2830;
  display: grid;
  gap: 3.47222vw;
}

.cta__title {
  color: #FFF;
  font-size: 1.66667vw;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 1350px) {
  .cta--second {
    padding-bottom: 120px;
  }
  .cta__content {
    max-width: 1100px;
    padding-block: 80px;
    gap: 50px;
  }
  .cta__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 680px) {
  .cta--second {
    padding-bottom: 16vw;
  }
  .cta__content {
    max-width: 93.33333vw;
    padding-block: 16vw;
    padding-inline: 5.33333vw;
    gap: 8vw;
  }
  .cta__title {
    color: #FFF;
    font-size: 5.33333vw;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
  }
}

/* faq
***************************************************************/
.faq {
  padding-bottom: initial;
}

.faq__title {
  color: #1A6075;
  text-align: center;
  font-size: 2.77778vw;
  font-weight: 700;
  line-height: 1.1;
}

.faq__content {
  max-width: 53.33333vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.77778vw;
}

.faq__list {
  display: grid;
  row-gap: 1.11111vw;
}

.faq__item-header {
  background-color: #EAF8FD;
  display: flex;
  justify-content: space-between;
  gap: 1.38889vw;
  align-items: center;
  padding: 1.73611vw 2.08333vw 1.73611vw 2.08333vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s 0s ease;
}

/* open時のアニメーション */
.faq__item-header.open {
  background-color: #1A6075;
}

.faq__item-title,
.faq__item-text {
  font-size: 1.11111vw;
  font-weight: 500;
  line-height: 1.3;
}

.faq__item-title {
  padding-left: 2.84722vw;
  justify-content: space-between;
  position: relative;
  transition: color 0.3s 0s ease;
}

/* open時のアニメーション */
.faq__item-header.open .faq__item-title {
  color: #FFF;
}

/* Qを表示 */
.faq__item-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.66667vw;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s 0s ease;
}

/* open時のアニメーション */
.faq__item-header.open .faq__item-title::before {
  color: #FFF;
}

/* 十字アイコン */
.faq__item-icon {
  position: relative;
  width: 13px;
  height: 13px;
}

.faq__item-icon::before,
.faq__item-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #333;
  top: 50%;
}

/* 十字アイコン横棒（━）*/
.faq__item-icon::before {
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.5s 0s ease;
}

/* open時のアニメーション */
.faq__item-header.open .faq__item-icon::before {
  background-color: #FFF;
}

/* 十字アイコン縦棒（┃）*/
.faq__item-icon::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s 0s ease;
}

/* open時のアニメーション */
.faq__item-header.open .faq__item-icon::after {
  transform: translateY(-50%) rotate(0deg);
  background-color: #FFF;
}

.faq__item-content {
  padding: 2.08333vw 2.77778vw;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(26, 96, 117, 0.2);
  /*アコーディオンで現れるエリア 初期は非表示*/
  display: none;
}

.faq__item-text + .faq__item-text {
  margin-top: 1.11111vw;
}

.faq__item-link {
  color: #029DCC;
  text-decoration: underline;
}

.faq__sublist {
  margin-top: 2.08333vw;
  padding-left: 1.38889vw;
}

.faq__subitem {
  font-size: 1.11111vw;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}

.faq__subitem::before {
  content: "";
  position: absolute;
  top: 0.55556vw;
  left: -1.04167vw;
  width: 5px;
  height: 2px;
  background-color: #333;
}

.faq__subitem + .faq__subitem {
  margin-top: 1.11111vw;
}

/* 登録・支払い手順リスト faq__item--step */
.faq__item-content--step {
  padding-inline: 1.66667vw;
}

.faq__item-text--highlight {
  color: #029DCC;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.3;
}

.faq__step-list {
  margin-top: 2.77778vw;
}

.faq__step-item + .faq__step-item {
  margin-top: 8.19444vw;
}

.faq__step-item {
  position: relative;
}

.faq__step-item::after {
  content: "";
  position: absolute;
  bottom: -5.34722vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3.68056vw;
  height: 2.63889vw;
  display: block;
  background-image: url(../images/faq/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.faq__step-item:last-child::after {
  display: none;
}

.faq__step {
  display: grid;
  row-gap: 1.11111vw;
}

.faq__step-title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.25;
}

.faq__step-number {
  font-size: 2.08333vw;
  font-weight: 600;
  line-height: 1.25;
}

.faq__step-text {
  color: #000;
  font-size: 1.11111vw;
  font-weight: 500;
  line-height: 1.25;
}

.faq__step-img {
  max-width: 50vw;
  width: 100%;
}

@media screen and (min-width: 1350px) {
  .faq__title {
    font-size: 40px;
  }
  .faq__content {
    max-width: 768px;
    margin-top: 40px;
  }
  .faq__list {
    row-gap: 16px;
  }
  .faq__item-header {
    gap: 20px;
    padding: 25px 30px 25px 30px;
  }
  .faq__item-title,
  .faq__item-text {
    font-size: 16px;
  }
  .faq__item-title {
    padding-left: 41px;
  }
  /* Qを表示 */
  .faq__item-title::before {
    font-size: 24px;
  }
  /* 十字アイコン */
  .faq__item-icon {
    width: 13px;
    height: 13px;
  }
  .faq__item-icon::before,
  .faq__item-icon::after {
    width: 13px;
    height: 2px;
  }
  .faq__item-content {
    padding: 30px 40px;
  }
  .faq__item-text + .faq__item-text {
    margin-top: 16px;
  }
  .faq__sublist {
    margin-top: 30px;
    padding-left: 20px;
  }
  .faq__subitem {
    font-size: 16px;
  }
  .faq__subitem::before {
    top: 8px;
    left: -15px;
    width: 5px;
    height: 2px;
  }
  .faq__subitem + .faq__subitem {
    margin-top: 16px;
  }
  /* 登録・支払い手順リスト faq__item--step */
  .faq__item-content--step {
    padding-inline: 24px;
  }
  .faq__item-text--highlight {
    font-size: 18px;
  }
  .faq__step-list {
    margin-top: 40px;
  }
  .faq__step-item + .faq__step-item {
    margin-top: 118px;
  }
  .faq__step-item::after {
    bottom: -77px;
    width: 53px;
    height: 38px;
  }
  .faq__step {
    row-gap: 16px;
  }
  .faq__step-title {
    font-size: 18px;
  }
  .faq__step-number {
    font-size: 30px;
  }
  .faq__step-text {
    font-size: 16px;
  }
  .faq__step-img {
    max-width: 720px;
  }
}

@media screen and (max-width: 680px) {
  .faq .inner {
    padding-inline: initial;
  }
  .faq__title {
    font-size: 7.46667vw;
  }
  .faq__content {
    max-width: 100vw;
    margin-top: 8vw;
  }
  .faq__list {
    row-gap: 4vw;
  }
  .faq__item-header {
    gap: 4vw;
    padding: 5.33333vw 4vw;
  }
  .faq__item-title,
  .faq__item-text {
    font-size: 4.26667vw;
    line-height: 1.3;
  }
  .faq__item-title {
    padding-left: 6.93333vw;
    flex: 1;
  }
  /* Qを表示 */
  .faq__item-title::before {
    font-size: 4.8vw;
  }
  /* 十字アイコン */
  .faq__item-icon {
    position: relative;
    width: 11px;
    height: 11px;
  }
  .faq__item-icon::before,
  .faq__item-icon::after {
    width: 11px;
    height: 2px;
  }
  .faq__item-content {
    padding: 8vw 4vw;
  }
  .faq__item-text + .faq__item-text {
    margin-top: 4.26667vw;
  }
  .faq__sublist {
    margin-top: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .faq__subitem {
    font-size: 4.26667vw;
  }
  .faq__subitem::before {
    top: 2.13333vw;
    left: -4vw;
  }
  .faq__subitem + .faq__subitem {
    margin-top: 4.26667vw;
  }
  /* 登録・支払い手順リスト faq__item--step */
  .faq__item-content--step {
    padding-inline: 4vw;
  }
  .faq__item-text--step,
  .faq__item-text--highlight {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.3;
  }
  .faq__item-text--step + .faq__item-text--step {
    margin-top: initial;
  }
  .faq__step-list {
    margin-top: 5.33333vw;
  }
  .faq__step-item + .faq__step-item {
    margin-top: 20.53333vw;
  }
  .faq__step-item::after {
    bottom: -15.46667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 14.13333vw;
    height: 10.13333vw;
  }
  .faq__step {
    display: grid;
    row-gap: 5.33333vw;
  }
  .faq__step-title {
    font-size: 4vw;
    line-height: 1.2;
  }
  .faq__step-number {
    font-size: 5.33333vw;
    line-height: 1.2;
  }
  .faq__step-text {
    color: #333;
    font-size: 4vw;
    line-height: 1.2;
  }
  .faq__step-img {
    max-width: 80vw;
    width: 100%;
    margin-inline: auto;
  }
  .faq__step-img img {
    height: 100%;
  }
}
