@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;
}

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

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
:root {
  --color-main: #1f4878;
  --color-font: #333;
  --grad-blue: linear-gradient(277deg, #4c6fbf -4.1%, #8ca3d8 76.42%);
}

html {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: var(--color-font);
}

main {
  margin: 0 auto;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1034px;
  padding: 0 16px;
}

.section-heading {
  text-align: center;
  color: var(--color-main);
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 55px;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: var(--color-main);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  width: 100%;
  aspect-ratio: 107/50;
  background: url("./assets/images/bg_pc.png") no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .fv {
    aspect-ratio: 55/82;
    height: 582px;
  }
}

.fv__inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .fv__inner {
    max-width: 390px;
    padding: 0 20px;
  }
}

.fv__kv {
  position: absolute;
  width: 55%;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .fv__kv {
    width: 300px;
    top: auto;
    right: -2px;
    bottom: 19%;
  }
}

.fv__logo {
  padding-top: 1.3888888889vw;
  width: 26.8055555556vw;
}
@media screen and (max-width: 750px) {
  .fv__logo {
    padding-top: 8px;
    width: 186px;
    padding-left: 8px;
  }
}

.fv__main {
  margin-top: 1.0416666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .fv__main {
    margin-top: -4px;
  }
}

.fv__sub-title {
  color: var(--color-main);
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .fv__sub-title {
    font-size: 14px;
    text-align: center;
  }
}

.fv__title {
  background: linear-gradient(90deg, #011b64 1.2%, #6ba5a2 30.5%, #276d84 96.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.3333333333vw;
  font-weight: 700;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .fv__title {
    margin: 9px auto 0;
    font-size: clamp(16px, 6.41vw, 25px);
    line-height: 1.2;
  }
}
.fv__title .is-small {
  font-size: 2.5vw;
}
@media screen and (max-width: 750px) {
  .fv__title .is-small {
    font-size: 18px;
  }
}

.fv__cards {
  margin-top: 1.6666666667vw;
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .fv__cards {
    margin-top: 8px;
    gap: 18px;
    justify-content: center;
  }
}

.fv__card {
  width: 16.3888888889vw;
  padding: 0.7638888889vw 1.1111111111vw;
  border: 1px solid var(--color-main);
  background: rgba(31, 72, 120, 0.1);
  color: var(--color-main);
  text-align: center;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .fv__card {
    width: 150px;
    font-size: clamp(12px, 3.59vw, 14px);
    padding: 6px 0;
  }
}
.fv__card .is-large {
  font-size: 2.2222222222vw;
}
@media screen and (max-width: 750px) {
  .fv__card .is-large {
    font-size: 23px;
  }
}
.fv__card .is-small {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .fv__card .is-small {
    font-size: 12px;
  }
}

.fv-flow {
  margin-top: 6.3194444444vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .fv-flow {
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv-flow__title {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.5277777778vw;
  font-size: 1.1111111111vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv-flow__title {
    margin: auto;
    padding-bottom: 16px;
    font-size: 11px;
  }
}
.fv-flow__title::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 17/1;
  bottom: 0;
  left: 0;
  background: url("./assets/images/fv_underline.png") no-repeat center center/contain;
}

.fv-flow__lists {
  margin-top: 0.6944444444vw;
  display: flex;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 750px) {
  .fv-flow__lists {
    margin-top: 5px;
    gap: 14px;
  }
}

.fv-flow__list {
  width: 6.6666666667vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--grad-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv-flow__list {
    width: 42px;
    font-size: 6px;
  }
}
.fv-flow__list:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 1.1111111111vw;
  height: 2.5694444444vw;
  top: 50%;
  transform: translateY(-50%);
  right: -1.6666666667vw;
  background: var(--grad-blue);
  opacity: 0.5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 750px) {
  .fv-flow__list:not(:last-of-type)::after {
    width: 7px;
    height: 20px;
    right: -11px;
  }
}

/* CTA
***************************************************************/
.cta {
  display: flex;
  width: 100%;
  padding: 40px 16px;
  justify-content: center;
  gap: 40px;
  background: var(--grad-blue);
}
@media screen and (max-width: 750px) {
  .cta {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.cta.-v2 {
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
.cta.-v2 .cta__text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  gap: 4px;
  align-items: center;
}
.cta.-v2 .cta__text .sp {
  display: none;
}
.cta.-v2 .cta__text svg {
  stroke: #fff;
}
@media screen and (max-width: 750px) {
  .cta.-v2 .cta__text {
    font-size: 18px;
  }
  .cta.-v2 .cta__text .sp {
    display: block;
  }
}
.cta.-v2 .cta__box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .cta.-v2 .cta__box {
    flex-direction: column;
    gap: 24px;
  }
}

.cta__dl-link,
.cta__reserve-link {
  display: flex;
  width: 300px;
  height: 72px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 100px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  .cta__dl-link,
  .cta__reserve-link {
    font-size: 20px;
  }
}
.cta__dl-link::after,
.cta__reserve-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 12px;
  height: 10px;
}
.cta__dl-link:hover,
.cta__reserve-link:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  transform: translate(4px, 4px);
}

.cta__dl-link {
  background: #fff;
}
.cta__dl-link span {
  background: linear-gradient(90deg, #ffac06 0%, #f66c1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta__dl-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 3px;
  background: linear-gradient(90deg, #ffac06 0%, #f66c1e 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cta__dl-link::after {
  background: url("./assets/images/arrow-dl-btn.svg") no-repeat center center/contain;
}

.cta__reserve-link {
  background: linear-gradient(90deg, #ffac06 0%, #f66c1e 100%);
  color: #fff;
}
.cta__reserve-link::after {
  background: url("./assets/images/arrow-reserve-btn.svg") no-repeat center center/contain;
}

/* ４つの特徴
***************************************************************/
.feature-head {
  padding: 33px 0 36px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .feature-head {
    padding: 20px 0 38px;
  }
}

.feature-head__bg {
  position: relative;
}
.feature-head__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 780px;
  height: 154px;
  background: linear-gradient(276deg, rgba(76, 111, 191, 0.5) -14.88%, rgba(140, 163, 216, 0.5) 79.41%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .feature-head__bg::before {
    width: 574px;
    height: 145px;
  }
}

.feature-head__text {
  padding-top: 7px;
  color: var(--color-main);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .feature-head__text {
    padding-top: 20px;
    font-size: 16px;
  }
}
.feature-head__text .is-large {
  margin-top: 5px;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .feature-head__text .is-large {
    font-size: 24px;
  }
}
.feature-head__text span {
  display: block;
}

.feature__main {
  padding: 80px 0;
  background: #c5d0eb url("./assets/images/feature_bg_pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .feature__main {
    padding: 37px 0 40px;
    background: #c5d0eb url("./assets/images/feature_bg_sp.png") no-repeat center center/cover;
  }
}

.feature__cards {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .feature__cards {
    flex-direction: column;
    align-items: center;
  }
}

.feature-card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 16px clamp(8px, 1.55vw, 16px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-main);
}
@media screen and (max-width: 750px) {
  .feature-card {
    padding: 16px;
    max-width: 358px;
  }
}

.feature-card__head {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(10px, 1.55vw, 16px);
}
@media screen and (max-width: 750px) {
  .feature-card__head {
    font-size: 16px;
  }
}
.feature-card__head.is-narrow {
  letter-spacing: -0.05em;
}

.feature-card__img {
  margin: 0 auto;
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .feature-card__img {
    height: 91px;
  }
}

.feature-card__text {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .feature-card__text {
    text-align: center;
  }
}

.feature-table {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .feature-table {
    padding: 39px 0;
  }
}

.feature-table__inner {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .feature-table__inner {
    gap: 4px;
  }
}

.feature-table__head,
.feature-table__general,
.feature-table__kagemusha {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .feature-table__head,
  .feature-table__general,
  .feature-table__kagemusha {
    gap: 4px;
  }
}

.feature-table__head-cell,
.feature-table__cell {
  border-radius: 10px;
  line-height: 1.3;
  height: 64px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .feature-table__head-cell,
  .feature-table__cell {
    font-size: 12px;
    height: 40px;
  }
}
.feature-table__head-cell::before,
.feature-table__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: var(--grad-blue);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.feature-table__head {
  flex: 2;
}
@media screen and (max-width: 750px) {
  .feature-table__head {
    flex: 1.3;
  }
}
.feature-table__head .feature-table__head-cell {
  background: rgba(5, 12, 19, 0.15);
}
.feature-table__head .feature-table__cell {
  background: rgba(31, 72, 120, 0.1);
}
.feature-table__head .feature-table__cell span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .feature-table__head .feature-table__cell span {
    font-size: 10px;
  }
}

.feature-table__general {
  flex: 3;
}
.feature-table__general .feature-table__head-cell {
  background: rgba(172, 184, 215, 0.5);
}
.feature-table__general .feature-table__cell {
  background: rgba(197, 208, 235, 0.5);
}
.feature-table__general .feature-table__cell span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .feature-table__general .feature-table__cell span {
    font-size: 10px;
  }
}

.feature-table__kagemusha {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  flex: 3;
  position: relative;
}
@media screen and (max-width: 750px) {
  .feature-table__kagemusha {
    font-size: 12px;
  }
}
.feature-table__kagemusha::after {
  content: "";
  position: absolute;
  inset: -10px;
  background: url("./assets/images/table-highlight.png") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .feature-table__kagemusha::after {
    background: url("./assets/images/table-highlight_sp.png") no-repeat center;
    background-size: 100% 100%;
    inset: -10px -5px;
  }
}
.feature-table__kagemusha .feature-table__head-cell {
  border: 1px solid #4c6fbf;
  background: var(--color-main);
}
.feature-table__kagemusha .feature-table__head-cell::before {
  display: none;
}
.feature-table__kagemusha .feature-table__cell {
  border: 1px solid #4c6fbf;
  background: rgba(31, 72, 120, 0.8);
}
.feature-table__kagemusha .feature-table__cell::before {
  display: none;
}
.feature-table__kagemusha .feature-table__cell span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .feature-table__kagemusha .feature-table__cell span {
    font-size: 10px;
  }
}

/* 記事の実例
***************************************************************/
.examples {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .examples {
    padding: 40px 0;
  }
}

.examples__cards {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .examples__cards {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.examples__card {
  flex: 1 0 0;
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s ease;
}
.examples__card:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .examples__card {
    flex: 0 0 calc(50% - 6px);
  }
}

.examples__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.examples__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.examples__title {
  padding: 12px 16px;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .examples__title {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/* プラン
***************************************************************/
.plan {
  padding: 76px 0;
}
@media screen and (max-width: 750px) {
  .plan {
    padding: 37px 0;
  }
}
.plan .cta {
  background: none;
}

.plan__cards {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .plan__cards {
    flex-direction: column;
  }
}

.plan1,
.plan2 {
  border-radius: 10px;
  position: relative;
  padding: 24px;
  z-index: 1;
  width: 100%;
}

.plan1 {
  background: var(--color-main);
}

.plan2 {
  background: #3794b0;
}

.plan__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.plan1 .plan__bg {
  width: 64px;
}
.plan2 .plan__bg {
  width: 70px;
}

.plan-head {
  color: #fff;
}

.plan-head__text__tag {
  margin: auto;
  border-radius: 100px;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
.plan1 .plan-head__text__tag {
  background: var(--grad-blue);
}
.plan2 .plan-head__text__tag {
  background: linear-gradient(180deg, rgba(18, 140, 154, 0.3) 0%, rgba(19, 98, 132, 0.3) 100%);
}

.plan-head__heading {
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.plan-head__text {
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.plan-table {
  width: 100%;
  max-width: 440px;
  margin: 21px auto 0;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  table-layout: fixed;
}
.plan-table th,
.plan-table td {
  height: 39px;
  font-weight: 400;
  vertical-align: middle;
  font-size: clamp(10px, 1.56vw, 16px);
}
@media screen and (max-width: 750px) {
  .plan-table th,
  .plan-table td {
    font-size: 16px;
  }
}
.plan-table th {
  background: rgba(255, 255, 255, 0.5);
  padding-left: 14%;
}
@media screen and (max-width: 750px) {
  .plan-table th {
    padding-left: 9%;
  }
}
.plan-table td {
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
  padding-left: 19%;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .plan-table td {
    padding-left: 4%;
  }
}
.plan-table td span {
  white-space: nowrap;
}
.plan-table td span:nth-of-type(2) {
  min-width: 66px;
  text-align: end;
}

.plan__cta-head {
  margin-top: 35px;
  text-align: center;
  color: var(--color-main);
  font-size: 20px;
  font-weight: 700;
}

/* 進め方
***************************************************************/
.how-to {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(1, 27, 100, 0.1) 1.75%, rgba(107, 165, 162, 0.1) 30.88%, rgba(39, 109, 132, 0.1) 96.43%);
  position: relative;
}
@media screen and (max-width: 750px) {
  .how-to {
    padding: 40px 0;
  }
}
.how-to::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/how-to_bg_pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .how-to::before {
    background: url("./assets/images/how-to_bg_sp.png") no-repeat center center/cover;
  }
}

.how-to__inner {
  max-width: none;
  position: relative;
}

.how-to__steps {
  margin: 5.4166666667vw auto 0;
  max-width: 69.4444444444vw;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .how-to__steps {
    margin: 40px auto 0;
    max-width: 100%;
    flex-direction: column;
    gap: 16px;
  }
}

.how-to-step01,
.how-to-step02,
.how-to-step03 {
  color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6666666667vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .how-to-step01,
  .how-to-step02,
  .how-to-step03 {
    gap: 16px;
    padding: 24px;
    border-radius: 10px;
    background: var(--color-main);
  }
}
.how-to-step01::before,
.how-to-step02::before,
.how-to-step03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./assets/images/how-to_triangle.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .how-to-step01::before,
  .how-to-step02::before,
  .how-to-step03::before {
    display: none;
  }
}

.how-to-step__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2777777778vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .how-to-step__number {
    gap: 4px;
  }
}
.how-to-step__number span {
  text-transform: uppercase;
}
.how-to-step__number img {
  width: 3.3333333333vw;
}
@media screen and (max-width: 750px) {
  .how-to-step__number img {
    width: 42px;
  }
  .how-to-step02 .how-to-step__number img, .how-to-step03 .how-to-step__number img {
    width: 53px;
  }
}

.how-to-step__title {
  font-size: 1.3888888889vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .how-to-step__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .how-to-step03 .how-to-step__title {
    line-height: 1.4;
    margin-top: -7px;
  }
}
.how-to-step__title span {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .how-to-step__title span {
    font-size: 15px;
  }
}

.how-to-step01 .how-to-step__img {
  width: 2.2916666667vw;
  aspect-ratio: 33/48;
}
@media screen and (max-width: 750px) {
  .how-to-step01 .how-to-step__img {
    width: 33px;
  }
}
.how-to-step02 .how-to-step__img {
  width: 3.2638888889vw;
  aspect-ratio: 47/39;
}
@media screen and (max-width: 750px) {
  .how-to-step02 .how-to-step__img {
    width: 47px;
  }
}
.how-to-step03 .how-to-step__img {
  width: 2.7777777778vw;
  aspect-ratio: 1;
}
@media screen and (max-width: 750px) {
  .how-to-step03 .how-to-step__img {
    width: 40px;
  }
}

.how-to-step__text {
  text-align: center;
  font-size: 0.9722222222vw;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .how-to-step__text {
    font-size: 14px;
  }
}

.how-to-step01,
.how-to-step03 {
  padding: 5.5555555556vw 0 1.5277777778vw;
}
@media screen and (max-width: 750px) {
  .how-to-step01,
  .how-to-step03 {
    padding: 24px;
  }
}

.how-to-step02,
.how-to-step03 {
  margin-left: -11.8055555556vw;
}
@media screen and (max-width: 750px) {
  .how-to-step02,
  .how-to-step03 {
    margin: 0;
  }
}

.how-to-step02 {
  padding: 1.6666666667vw 0 0;
  position: relative;
  bottom: 2.9166666667vw;
}
@media screen and (max-width: 750px) {
  .how-to-step02 {
    padding: 24px;
    bottom: 0;
  }
}
.how-to-step02::before {
  transform: rotate(180deg);
}

.how-to-step03 {
  gap: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .how-to-step03 {
    gap: 16px;
  }
}

.how-to__tools {
  position: absolute;
  width: 14.7222222222vw;
  top: 50%;
  transform: translateY(-60%);
  right: 7.9166666667vw;
}
@media screen and (max-width: 750px) {
  .how-to__tools {
    position: static;
    width: 99%;
    max-width: 306px;
    transform: none;
  }
}

/* よくある質問
***************************************************************/
.qa {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .qa {
    padding: 38px 0;
  }
}

.qa-boxes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qa-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.qa-box__q,
.qa-box__a {
  width: 100%;
  position: relative;
  padding: 16px;
  z-index: 1;
}
.qa-box__q::before,
.qa-box__a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.qa-box__q::before {
  background: rgba(31, 72, 120, 0.6);
}
.qa-box__q.is-show .qa-box__icon {
  transform: rotate(180deg) translateY(12px);
}

.qa-box__flex {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.qa-box__head {
  border-radius: 100px;
  background: #fff;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .qa-box__head {
    font-size: 20px;
  }
}
.qa-box__a .qa-box__head {
  opacity: 0.7;
}

.qa-box__q-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 22px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .qa-box__q-text {
    font-size: 18px;
    line-height: 1.3;
  }
}

.qa-box__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  aspect-ratio: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 750px) {
  .qa-box__icon {
    width: 18px;
  }
}

.qa-box__a {
  display: none;
}
.qa-box__a::before {
  background: rgba(31, 72, 120, 0.2);
}
.qa-box__a.is-show {
  display: block;
}

.qa-box__a-text {
  color: #313131;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .qa-box__a-text {
    font-size: 14px;
  }
}

/* お申し込み
***************************************************************/
.apply {
  padding: 80px 0;
  background: var(--grad-blue);
  color: var(--color-main);
}
@media screen and (max-width: 750px) {
  .apply {
    padding: 40px 0;
  }
}

.apply__inner form {
  margin: 0 auto;
  max-width: 408px;
}
.apply__inner form .form__fields {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.apply__inner form .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .apply__inner form .form-field {
    gap: 7px;
  }
}
.apply__inner form .wpcf7-list-item {
  margin: 0;
}
.apply__inner form .wpcf7-list-item label {
  display: flex;
  gap: 8px;
}
.apply__inner form .wpcf7-not-valid-tip {
  color: #9c1212;
}
.apply__inner form .form-field__label {
  line-height: 1.4;
  cursor: auto;
}
.apply__inner form .form-field__item {
  width: 100%;
}
.apply__inner form .form-field__item span {
  width: 100%;
}
.apply__inner form .form-field__select {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .apply__inner form .form-field__select {
    flex-direction: column;
    gap: 16px;
  }
}
.apply__inner form .form-field__select label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.apply__inner form .form-field__select label .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
}
.apply__inner form .form-field__select label .wpcf7-list-item-label::before, .apply__inner form .form-field__select label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.apply__inner form .form-field__select label .wpcf7-list-item-label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  left: 0;
  cursor: pointer;
}
.apply__inner form .form-field__select label .wpcf7-list-item-label::after {
  width: 9px;
  height: 9px;
  background: var(--color-main);
  left: 3.5px;
  opacity: 0;
  cursor: pointer;
}
.apply__inner form .form-field__select input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.apply__inner form .form-field__select input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.apply__inner form .form-field__select span {
  white-space: nowrap;
}
.apply__inner form .form-field__text {
  width: 100%;
  border-radius: 4px;
  background: #f3f4f5;
  padding: 0 16px;
  height: 40px;
}
.apply__inner form .form-field__text::-moz-placeholder {
  color: #9f9f9f;
  line-height: 1.4;
}
.apply__inner form .form-field__text::placeholder {
  color: #9f9f9f;
  line-height: 1.4;
}
.apply__inner form .apply__link {
  padding: 40px 0;
}
.apply__inner form .apply__link .cta__dl-link {
  margin: 0 auto;
  padding: 0;
}
.apply__inner form .apply__link .cta__dl-link input {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffac06 0%, #f66c1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 100px;
}
.apply__inner form .apply__link .cta__dl-link .wpcf7-spinner {
  display: none;
}

.apply.-v2 .apply__inner form {
  max-width: initial;
  max-width: 720px;
  background-color: #fff;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
}

/*===================================================
サンクスページ
===================================================*/
.thanks-fv {
  aspect-ratio: auto;
}
@media screen and (max-width: 750px) {
  .thanks-fv {
    aspect-ratio: auto;
    height: auto;
  }
}

.thanks {
  padding: 140px 0;
  background: var(--grad-blue);
  color: var(--color-main);
}

.thanks__inner p {
  margin-top: 40px;
  text-align: center;
  line-height: 1.4;
}

.thanks__back {
  margin: 40px auto 0;
}/*# sourceMappingURL=style.css.map */