@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  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;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  scroll-behavior: smooth;
  --header-height: 0px;
}

[id] {
  scroll-margin-top: var(--header-height);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2e;
  letter-spacing: 0.05em;
  font-weight: 700;
  overflow-x: hidden;
  margin-top: 60px !important;
  background: #f3f7f9;
}
@media (min-width: 1025px) {
  body {
    margin-top: 104px !important;
  }
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  display: block;
}

.container {
  padding: 0 5.13%;
  margin: 0 auto;
}
.container h2 {
  width: fit-content;
  font-size: clamp(19px, 11.9428571429px + 1.8095238095vw, 38px);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.149em;
}
@media (min-width: 768px) {
  .container h2 {
    margin-bottom: 1.765em;
  }
}
.container h2:after {
  content: "";
  position: relative;
  display: block;
  width: 6.456em;
  height: 1px;
  background: #175188;
  left: calc(50% - 3.228em);
  top: 0.887em;
}
@media (min-width: 768px) {
  .container h2:after {
    top: 0.625em;
    width: 8.736em;
    left: calc(50% - 4.368em);
  }
}

br.br-pc,
br.br-small-pc,
br.br-tablet,
br.br-sp {
  display: none;
}

@media (min-width: 1280px) {
  br.br-pc {
    display: inline;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  br.br-small-pc {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  br.br-tablet {
    display: inline;
  }
}
@media (max-width: 767px) {
  br.br-sp {
    display: inline;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #f3f7f9;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0 20px;
  margin-right: min(3.4375vw, 49.5px);
  gap: 10px;
}
@media (min-width: 1025px) {
  .header__inner {
    max-width: 1400px;
    margin: 0 auto;
    width: calc(100vw - 40px);
  }
}
.header__logo {
  width: 108px;
}
@media (min-width: 1025px) {
  .header__logo {
    width: 324px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1025px) {
  .header__nav {
    display: block;
    flex: 1;
  }
}
.header__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
@media (min-width: 1025px) {
  .header__list {
    gap: 10px;
  }
}
.header__list--link {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.header__list--link:hover {
  opacity: 0.7;
}
.header__btns {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.header__btns--btn {
  width: 172px;
  padding: 18.5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .header__btns--btn {
    width: 140px;
    padding: 12px 0;
    font-size: 16px;
  }
}
.header__btns--btn::after {
  content: "";
  width: 16.6543px;
  height: 8.4626px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .header__btns--btn::after {
    right: 5px;
    width: 12px;
    height: 6px;
  }
}
.header__btns--consultation {
  border: 1px solid #36353d;
  background: #fff;
}
.header__btns--consultation:hover {
  color: #fff;
  background-color: #36353d;
}
.header__btns--consultation:hover::after {
  background: url(../img/common/header-arrow-white.svg) no-repeat center center/contain;
}
.header__btns--consultation::after {
  background: url(../img/common/header-arrow-black.svg) no-repeat center center/contain;
}
.header__btns--application {
  color: #fff;
  background-color: #005c98;
  border: 1px solid transparent;
}
.header__btns--application:hover {
  background-color: #fff;
  color: #005c98;
  border: 1px solid #005c98;
}
.header__btns--application:hover::after {
  background: url(../img/common/header-arrow-black.svg) no-repeat center center/contain;
}
.header__btns--application::after {
  background: url(../img/common/header-arrow-white.svg) no-repeat center center/contain;
}
.header__sp-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .header__sp-nav {
    display: none;
  }
}
.header__sp-nav--btns {
  display: flex;
  gap: 5px;
}
.header__sp-nav--btn {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 9px 0;
  width: 87.8px;
  position: relative;
  transition: all 0.3s ease;
}
.header__sp-nav--btn::after {
  content: "";
  width: 8.5221px;
  height: 4.3304px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.header__sp-nav--btn--consultation {
  border: 1px solid #36353d;
  background: #fff;
}
.header__sp-nav--btn--consultation:hover {
  color: #fff;
  background-color: #36353d;
}
.header__sp-nav--btn--consultation:hover::after {
  background: url(../img/common/header-arrow-white.svg) no-repeat center center/contain;
}
.header__sp-nav--btn--consultation::after {
  background: url(../img/common/header-arrow-black.svg) no-repeat center center/contain;
}
.header__sp-nav--btn--application {
  color: #fff;
  background-color: #005c98;
  border: 1px solid transparent;
}
.header__sp-nav--btn--application:hover {
  background-color: #fff;
  color: #005c98;
  border: 1px solid #005c98;
}
.header__sp-nav--btn--application:hover::after {
  background: url(../img/common/header-arrow-black.svg) no-repeat center center/contain;
}
.header__sp-nav--btn--application::after {
  background: url(../img/common/header-arrow-white.svg) no-repeat center center/contain;
}
.header__sp-nav--hamburger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #36353d;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.header__sp-nav--hamburger--icon {
  width: 24px;
}
.header__sp-nav--hamburger--icon-close {
  display: none;
  width: 24px;
}
.header__sp-nav--hamburger--text {
  font-size: 8.4px;
  font-weight: 700;
  color: #fff;
}
.header__sp-nav--list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  padding: 10px 0 40px;
  background-color: #175188;
  display: flex;
  flex-direction: column;
  gap: max(2.5641025641vw, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-16px);
  transition: all 0.3s ease;
}
.header__sp-nav--list--item {
  width: calc(100% - 40px);
  margin: 0 20px;
  border-bottom: 0.5px solid #fff;
}
.header__sp-nav--list--link {
  display: block;
  padding: 0.968em 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.header__sp-nav.is-open .header__sp-nav--hamburger--icon {
  display: none;
}
.header__sp-nav.is-open .header__sp-nav--hamburger--icon-close {
  display: block;
}
.header__sp-nav.is-open .header__sp-nav--list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.footer {
  background-color: #175188;
  border-radius: max(2.8205128205vw, 11px) max(2.8205128205vw, 11px) 0 0;
  margin-top: -11px;
  padding: max(4.5897435897vw, 17.9px) 0 max(4.6153846154vw, 18px);
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .footer {
    border-radius: min(2.9861111111vw, 43px) min(2.9861111111vw, 43px) 0 0;
    margin-top: calc(-1 * min(2.9861111111vw, 43px));
    padding: min(4.5625vw, 65.7px) min(11.4048611111vw, 164.23px) 0;
  }
}
.footer__inner {
  padding: 0 max(5.1282051282vw, 20px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 0;
    max-width: 1080px;
  }
}
.footer__logo {
  width: max(33.8461538462vw, 132px);
  margin-bottom: max(2.5641025641vw, 10px);
}
@media (min-width: 768px) {
  .footer__logo {
    width: min(33.3333333333vw, 480px);
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: max(5.258974359vw, 20.51px);
}
@media (min-width: 768px) {
  .footer__top {
    margin-bottom: min(3.4333333333vw, 49.44px);
  }
}
.footer__contact {
  width: fit-content;
}
.footer__contact--title {
  font-size: clamp(9px, 4.9142857143px + 1.0476190476vw, 20px);
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #fff;
}
.footer__consultation {
  display: flex;
  align-items: center;
  gap: max(3.3384615385vw, 13.02px);
  padding-right: 8.47px;
}
@media (min-width: 768px) {
  .footer__consultation {
    width: min(37.7868055556vw, 544.13px);
    gap: min(2.0347222222vw, 29.3px);
    padding-right: 5.05em;
    width: fit-content;
  }
}
.footer__consultation--title {
  font-size: clamp(8px, 4.2857142857px + 0.9523809524vw, 18px);
  font-weight: 400;
  color: #003480;
  letter-spacing: 0;
  padding: 0.688em 0.975em;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.footer__consultation--link {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  font-weight: 400;
}
.footer__consultation--link:hover {
  opacity: 0.7;
}
.footer__consultation--text {
  font-size: clamp(8px, 4.2857142857px + 0.9523809524vw, 18px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}
.footer__consultation--arrow {
  width: 0.892em;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: max(1.5384615385vw, 6px);
}
@media (min-width: 768px) {
  .footer__sns {
    gap: min(1.1111111111vw, 16px);
  }
}
.footer__sns--link {
  width: max(4.3076923077vw, 16.8px);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .footer__sns--link {
    width: min(2.7777777778vw, 40px);
  }
}
.footer__sns--link:hover {
  opacity: 0.7;
}
.footer__bottom {
  padding-top: max(2.5435897436vw, 9.92px);
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    padding-bottom: min(2.0833333333vw, 30px);
  }
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: max(7.8974358974vw, 30.8px);
  margin-bottom: max(4.9051282051vw, 19.13px);
}
@media (min-width: 768px) {
  .footer__legal {
    gap: min(3.3611111111vw, 48.4px);
    margin-bottom: 0;
  }
}
.footer__legal--link {
  font-size: clamp(8px, 5.0285714286px + 0.7619047619vw, 16px);
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.48em;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}
.footer__legal--link:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-size: clamp(8px, 5.0285714286px + 0.7619047619vw, 16px);
  font-weight: 700;
  color: #fff;
}

.top {
  background: #f3f7f9;
}
.top .fv__inner {
  display: flex;
  justify-content: end;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.top .fv__content {
  position: absolute;
  bottom: 2px;
  left: max(3.3333333333vw, 13px);
  z-index: 1;
}
@media (min-width: 768px) {
  .top .fv__content {
    left: min(6.5277777778vw, 94px);
  }
}
.top .fv__content--text {
  width: max(61.0256410256vw, 238px);
  font-size: clamp(19px, 8.9714285714px + 2.5714285714vw, 46px);
  font-weight: 700;
  line-height: 1.24;
  padding-bottom: 0.947em;
  border-bottom: 1px solid #2d2d2e;
}
@media (min-width: 768px) {
  .top .fv__content--text {
    width: 100%;
    border-bottom: 2px solid #2d2d2e;
    line-height: 1.479em;
    padding-bottom: 0.479em;
  }
}
.top .fv__content--text span {
  color: #175188;
}
.top .fv__content--text-lead {
  margin-top: 2.029em;
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  line-height: 1.619em;
}
@media (min-width: 768px) {
  .top .fv__content--text-lead {
    margin-top: 1.519em;
  }
}
.top .fv__content--title {
  font-size: clamp(10px, 4.4285714286px + 1.4285714286vw, 25px);
  font-weight: 700;
  margin-top: 1.836em;
  margin-left: max(3.5871794872vw, 13.99px);
  margin-bottom: 0.54em;
}
@media (min-width: 768px) {
  .top .fv__content--title {
    margin-top: 1.2em;
    margin-bottom: 2.486em;
  }
}
.top .fv__content--title > span {
  font-size: clamp(24.26px, 10.9851428571px + 3.4038095238vw, 60px);
  margin: 0 0.4em;
  color: #175188;
}
.top .fv__content--btn {
  display: none;
}
@media (min-width: 768px) {
  .top .fv__content--btn {
    display: block;
    position: relative;
    width: fit-content;
    font-size: clamp(15px, 6.5537142857px + 2.1657142857vw, 37.74px);
    color: #fff;
    border-radius: 9999px;
    padding: 0.523em 2.933em;
    background: #175188;
    margin-top: 1.647em;
    margin-bottom: 0.709em;
    border: 1px solid #175188;
  }
  .top .fv__content--btn:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: min(6.1805555556vw, 89px);
    background: #fff;
    top: 50%;
    right: 0;
  }
  .top .fv__content--btn:hover {
    border: 1px solid #175188;
    background: #dbe9ff;
    color: #175188;
  }
  .top .fv__content--btn:hover:after {
    background: #175188;
  }
}
.top .fv__image {
  margin-top: max(3.1179487179vw, 12.16px);
  position: relative;
  width: max(53.9230769231vw, 210.3px);
  height: max(56.5256410256vw, 220.45px);
  min-height: unset;
}
@media (min-width: 768px) {
  .top .fv__image {
    width: min(52.575vw, 757.08px);
    height: min(42.075vw, 605.88px);
    margin-top: min(3.7944444444vw, 54.64px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top .fv__image {
    min-height: 403.83px;
  }
}
.top .fv__image img {
  width: max(70.7692307692vw, 276px);
  height: max(56.6666666667vw, 221px);
}
@media (min-width: 768px) {
  .top .fv__image img {
    width: min(52.575vw, 757.08px);
    height: min(42.075vw, 605.88px);
  }
}
.top .fv__btns {
  display: flex;
  justify-content: center;
  margin-top: max(9.3256410256vw, 36.37px);
}
@media (min-width: 768px) {
  .top .fv__btns {
    display: none;
  }
}
.top .fv__btns--btn {
  display: block;
  position: relative;
  width: fit-content;
  font-size: clamp(15px, 6.5537142857px + 2.1657142857vw, 37.74px);
  color: #fff;
  border-radius: 9999px;
  padding: 0.523em 2.933em;
  background: #175188;
}
.top .fv__btns--btn:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 2.377em;
  background: #fff;
  top: 50%;
  right: 0;
}
.top .worry {
  padding: max(12.8205128205vw, 50px) 0 0;
}
@media (min-width: 768px) {
  .top .worry {
    padding: min(5.5555555556vw, 80px) 0 0;
  }
}
.top .worry > .container > picture > img {
  margin-top: max(3.4384615385vw, 13.41px);
}
@media (min-width: 768px) {
  .top .worry > .container > picture > img {
    margin: 0 auto;
    margin-top: min(5.5555555556vw, 80px);
    max-width: 1080px;
  }
}
.top .worry__title {
  text-align: center;
  font-size: clamp(22px, 16.0571428571px + 1.5238095238vw, 38px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.684em;
}
@media (min-width: 768px) {
  .top .worry__title {
    margin-bottom: 1.174em;
  }
}
.top .worry__title span {
  color: #175188;
}
.top .worry__lead {
  text-align: center;
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  margin-bottom: 4.457em;
}
@media (min-width: 768px) {
  .top .worry__lead {
    margin-bottom: 2.492em;
  }
}
.top .worry__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: max(2.5641025641vw, 10px);
}
@media (min-width: 768px) {
  .top .worry__list {
    gap: min(2.0833333333vw, 30px);
  }
}
.top .worry__item {
  display: flex;
  background: #175188;
  border-radius: max(2.8205128205vw, 11px);
  color: #fff;
  padding: max(2.1897435897vw, 8.54px) max(1.2820512821vw, 5px);
  padding-right: max(2.0512820513vw, 8px);
  align-items: center;
}
@media (min-width: 768px) {
  .top .worry__item {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: min(1.6666666667vw, 24px);
    padding: min(1.3888888889vw, 20px) min(2.0833333333vw, 30px);
  }
}
.top .worry__img {
  flex-shrink: 0;
  background: #fff;
  border-radius: 9999px;
  width: max(17.1794871795vw, 67px);
  height: max(17.1794871795vw, 67px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
}
@media (min-width: 768px) {
  .top .worry__img {
    width: min(8.4722222222vw, 122px);
    height: min(8.4722222222vw, 122px);
  }
}
.top .worry__img img {
  width: max(10.6546153846vw, 41.553px);
}
@media (min-width: 768px) {
  .top .worry__img img {
    width: min(5.2083333333vw, 75px);
  }
}
.top .worry__img--title {
  font-size: clamp(10px, 7.0285714286px + 0.7619047619vw, 18px);
  color: #175188;
  border-bottom: 1px solid #fff;
  margin-top: 0.1em;
}
.top .worry__body {
  display: flex;
  flex-direction: column;
  margin-left: max(1.2820512821vw, 5px);
  width: 100%;
}
.top .worry__body--text {
  font-size: clamp(14px, 8.8px + 1.3333333333vw, 28px);
  color: #fff;
  padding-bottom: 0.533em;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
}
.top .worry__body--text-sub {
  margin-top: 0.7em;
  font-size: clamp(9.92px, 5.4331428571px + 1.1504761905vw, 22px);
  line-height: 1.399em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top .worry__body--text-sub {
    line-height: 1.538em;
  }
}
.top .feature {
  background-color: #175188;
  padding: max(8.2051282051vw, 32px) 0 max(9.7435897436vw, 38px);
}
@media (min-width: 768px) {
  .top .feature {
    padding: min(5.5555555556vw, 80px) 0 min(5.5555555556vw, 80px);
  }
}
.top .feature__title {
  font-size: clamp(18px, 10.5714285714px + 1.9047619048vw, 38px);
  text-align: center;
  color: #fff;
  line-height: 1.395em;
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .top .feature__title {
    margin-bottom: 1.333em;
  }
}
.top .feature__list {
  width: max(79.4871794872vw, 310px);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: max(3.8461538462vw, 15px);
}
@media (min-width: 768px) {
  .top .feature__list {
    gap: min(2.7777777778vw, 40px);
    max-width: 1080px;
  }
}
.top .feature__list--item {
  width: 100%;
  background: #dbe9ff;
  font-size: clamp(16px, 10.0571428571px + 1.5238095238vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  padding: 0.625em 1em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-right: 0;
}
@media (min-width: 768px) {
  .top .feature__list--item {
    border-radius: min(1.7361111111vw, 25px);
    padding: 0.643em;
    padding-left: 2.714em;
    padding-right: 0;
    gap: 0.952em;
    max-width: 900px;
    margin: 0 auto;
  }
}
.top .feature__list--item::before {
  content: "";
  width: 1.563em;
  height: 1.563em;
  background: url(../img/top/mark_feature.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .top .feature__list--item::before {
    width: 1.313em;
    height: 1.344em;
  }
}
.top .feature__note {
  font-size: clamp(10px, 7.0285714286px + 0.7619047619vw, 18px);
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .top .feature__note {
    margin-top: 2.778em;
  }
}
.top .feature__image {
  flex: 1;
  object-fit: contain;
}
.top .price {
  padding: max(12.8205128205vw, 50px) 0 0;
}
@media (min-width: 768px) {
  .top .price {
    padding: min(5.5555555556vw, 80px) 0 0;
  }
}
@media (min-width: 768px) {
  .top .price > .container {
    padding: 0;
  }
}
.top .price__box {
  background-color: #fff;
  margin: 0 auto max(7.9512820513vw, 31.01px);
  border: 1.5px solid #b3b3b3;
  padding: max(1.2111111111vw, 17.44px) max(2.7777777778vw, 40px) max(2.6791666667vw, 38.58px);
  border-radius: 38.656px;
  position: relative;
}
@media (min-width: 768px) {
  .top .price__box {
    padding: min(2.8020833333vw, 40.35px) min(3.9493055556vw, 56.87px) min(5.2777777778vw, 76px);
    border-radius: min(1.25vw, 18px);
    width: min(43.75vw, 630px);
    margin-bottom: min(4.9840277778vw, 71.77px);
  }
}
.top .price__box--title {
  font-size: clamp(20px, 15.1714285714px + 1.2380952381vw, 33px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.919em;
}
@media (min-width: 768px) {
  .top .price__box--title {
    margin-bottom: 0.909em;
  }
}
.top .price__box--price {
  font-size: clamp(14px, 9.2828571429px + 1.2095238095vw, 26.7px);
  text-align: center;
  margin-bottom: 0.9em;
}
.top .price__box--price > span {
  color: #175188;
  font-size: clamp(26px, 17.0857142857px + 2.2857142857vw, 50px);
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.top .price__box--text {
  width: 100%;
  margin: 0 auto;
  font-size: clamp(15px, 10.7545714286px + 1.0885714286vw, 26.43px);
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
  padding-top: 1.236em;
  border-top: 1px solid #175188;
}
@media (min-width: 768px) {
  .top .price__box--text {
    padding-top: 1.1em;
  }
}
.top .price__box--banner {
  position: absolute;
  bottom: max(2.0512820513vw, 8px);
  left: calc(-1 * max(16.1538461538vw, 63px));
  width: max(23.3333333333vw, 91px);
  height: max(19.2666666667vw, 75.14px);
}
@media (min-width: 768px) {
  .top .price__box--banner {
    width: min(14.2597222222vw, 205.34px);
    height: min(11.8145833333vw, 170.13px);
    right: calc(50% + 9em);
    left: unset;
    bottom: 18px;
  }
}
.top .price__btn {
  position: absolute;
  bottom: calc(-1 * max(7.6923076923vw, 30px));
}
@media (min-width: 768px) {
  .top .price__btn {
    bottom: calc(-1 * min(4.9840277778vw, 71.77px));
    left: calc((min(43.75vw, 630px) - min(35.6138888889vw, 512.84px)) / 2);
  }
}
.top .price__other {
  max-height: none;
  opacity: 1;
  transition: max-height 0.45s ease, opacity 0.3s ease;
  overflow: hidden;
}
.top .price__other.is-hidden {
  max-height: 0;
  opacity: 0;
}
.top .price__other--btn {
  width: max(69.2307692308vw, 270px);
  font-size: clamp(12px, 8.2857142857px + 0.9523809524vw, 22px);
  text-align: center;
  color: #fff;
  border-radius: max(3.8461538462vw, 15px);
  background-color: #175188;
  padding: 0.667em 0.667em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .top .price__other--btn {
    width: min(35.6138888889vw, 512.84px);
    border-radius: min(1.0416666667vw, 15px);
  }
}
.top .price__other--btn:after {
  content: "";
  display: block;
  position: relative;
  font-size: clamp(12px, 6.1425714286px + 1.5019047619vw, 27.77px);
  width: 1.87em;
  height: 0.987em;
  mask-image: url(../img/common/btn-chevron_double.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background: #fff;
  margin-top: 0.687em;
}
@media (min-width: 768px) {
  .top .price__other--btn:after {
    width: 1.869em;
    height: 0.987em;
  }
}
.top .price__other--btn.is-open:after {
  transform: rotate(-180deg);
  background: #fff;
}
.top .price__other--btn:hover {
  background-color: #dbe9ff;
  color: #175188;
  border: 1px solid #36353d;
}
.top .price__other--btn:hover:after {
  background: #175188;
}
.top .price__list {
  display: flex;
  flex-direction: column;
  gap: max(5.1282051282vw, 20px);
  margin: max(5.1282051282vw, 20px) auto 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top .price__list {
    width: min(43.75vw, 630px);
  }
}
@media (min-width: 1025px) {
  .top .price__list {
    margin: 0 min(6.25vw, 90px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.0833333333vw, 30px);
  }
}
.top .price__list--item {
  padding: max(4.4717948718vw, 17.44px) 0 0;
  border: 1.5px solid #b3b3b3;
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 1025px) {
  .top .price__list--item {
    padding: min(1.5972222222vw, 23px) 0;
    border-radius: min(1.25vw, 18px);
    margin: min(3.4722222222vw, 50px) 0 0;
  }
}
.top .price__list--item:nth-of-type(2) {
  background: #dbe9ff;
}
.top .price__list--title {
  font-size: clamp(20px, 17.842px + 0.5533333333vw, 25.81px);
  text-align: center;
  margin-bottom: 0.65em;
}
.top .price__list--price {
  font-size: clamp(14px, 12.492px + 0.3866666667vw, 18.06px);
  text-align: center;
  margin: 0 40px;
  border-bottom: 1.5px solid #175188;
  padding-bottom: 0.9em;
}
@media (min-width: 1025px) {
  .top .price__list--price {
    margin: 0 auto;
    width: 87.1%;
    padding-bottom: 0.899em;
  }
}
.top .price__list--price > span {
  font-size: clamp(26px, 23.27px + 0.7vw, 33.35px);
  color: #175188;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.top .price__list--text {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.236em;
  font-size: clamp(15px, 13.3842857143px + 0.4142857143vw, 19.35px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.111em;
}
.top .price__list--note {
  font-size: clamp(12px, 10.7074285714px + 0.3314285714vw, 15.48px);
  text-align: center;
  margin-bottom: 1.542em;
  color: #808080;
}
@media (min-width: 1025px) {
  .top .price__list--note {
    margin-bottom: 0;
  }
}
.top .price__list--btn {
  display: block;
  width: 71.6%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #002f75;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.top .price__list--btn:hover {
  background-color: #fff;
  color: #002f75;
  border: 1px solid #002f75;
}
.top .price .cta__btns {
  display: block;
  margin: max(7.6897435897vw, 29.99px) 0 max(12.8205128205vw, 50px);
}
@media (min-width: 768px) {
  .top .price .cta__btns {
    margin: min(3.4722222222vw, 50px) 0 0;
  }
}
.top .price .cta__btns--btn {
  width: fit-content;
  font-size: clamp(15px, 6.5537142857px + 2.1657142857vw, 37.74px);
  color: #fff;
  border-radius: 9999px;
  border: 1px solid #175188;
  background: #175188;
  margin: 0 auto;
  margin-top: 2.484em;
  padding: 0.5em 3.2em;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .top .price .cta__btns--btn {
    margin: 0 auto;
    width: fit-content;
    padding: 0.523em 2.933em;
  }
}
.top .price .cta__btns--btn:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: max(9.141025641vw, 35.65px);
  background: #fff;
  top: 50%;
  right: 0;
}
@media (min-width: 768px) {
  .top .price .cta__btns--btn:after {
    width: min(6.1805555556vw, 89px);
  }
}
.top .price .cta__btns--btn:hover {
  border: 1px solid #175188;
  background: #dbe9ff;
  color: #175188;
}
.top .price .cta__btns--btn:hover:after {
  background: #175188;
}
.top .flow {
  padding: max(12.4948717949vw, 48.73px) 0 max(9.4871794872vw, 37px);
}
@media (min-width: 768px) {
  .top .flow {
    padding: min(6.9444444444vw, 100px) 0 min(5.5555555556vw, 80px);
  }
}
@media (min-width: 768px) {
  .top .flow > .container {
    padding: 0;
  }
}
.top .flow__title > span {
  color: #175188;
}
.top .flow__text {
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2.795em;
}
@media (min-width: 768px) {
  .top .flow__text {
    margin-bottom: 1.995em;
  }
}
.top .flow__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  counter-reset: step 0;
}
@media (min-width: 768px) {
  .top .flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.0833333333vw, 30px);
    margin: 0 auto;
    max-width: 1300px;
  }
}
.top .flow__item {
  flex: 1;
  font-size: clamp(13px, 10.1957142857px + 0.719047619vw, 20.55px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .top .flow__item {
    width: min(27.0965277778vw, 390.19px);
    margin: 0 auto;
  }
}
.top .flow__item:nth-of-type(2) .flow__item--image {
  width: max(62.9487179487vw, 245.5px);
  top: calc(-1 * max(10.7692307692vw, 42px));
  right: max(16.1538461538vw, 63px);
}
@media (min-width: 768px) {
  .top .flow__item:nth-of-type(2) .flow__item--image {
    width: min(27.2777777778vw, 392.8px);
    top: calc(-1 * min(3.4722222222vw, 50px));
    right: min(5.5555555556vw, 80px);
  }
}
.top .flow__item:nth-of-type(3) .flow__item--image {
  width: max(30.8974358974vw, 120.5px);
  top: calc(-1 * max(0.2564102564vw, 1px));
  right: 0;
}
@media (min-width: 768px) {
  .top .flow__item:nth-of-type(3) .flow__item--image {
    width: min(13.7236111111vw, 197.62px);
  }
}
@media (min-width: 768px) {
  .top .flow__item:nth-of-type(3) .flow__item--text {
    padding: 3.5em 0 0.9em;
  }
}
.top .flow__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.538em;
  height: 1.538em;
  background: #175188;
  border-radius: 9999px;
  top: -0.769em;
}
.top .flow__item::after {
  position: absolute;
  counter-increment: step 1;
  content: counter(step);
  color: #fff;
  top: -0.615em;
  left: calc(50% - 0.308em);
}
.top .flow__item--title {
  font-size: clamp(13px, 10.0322857143px + 0.760952381vw, 20.99px);
  font-weight: 700;
  text-align: center;
  color: #175188;
  width: fit-content;
  padding: 0 12px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
  top: 1.7em;
  margin-bottom: 3.144em;
}
.top .flow__item--title:before, .top .flow__item--title:after {
  content: "ー";
}
.top .flow__item--content {
  display: block;
  position: relative;
  background: #dbe9ff;
  border-radius: 9999px;
  width: max(37.8923076923vw, 147.78px);
  height: max(37.8923076923vw, 147.78px);
  z-index: 1;
}
@media (min-width: 768px) {
  .top .flow__item--content {
    width: min(16.5666666667vw, 238.56px);
    height: min(16.5666666667vw, 238.56px);
  }
}
.top .flow__item--image {
  margin: 0 auto;
  margin-bottom: 19px;
  width: max(48.141025641vw, 187.75px);
  position: relative;
  right: max(6.9230769231vw, 27px);
}
@media (min-width: 768px) {
  .top .flow__item--image {
    width: min(21.2479166667vw, 305.97px);
    right: min(2.9166666667vw, 42px);
  }
}
.top .flow__item--text {
  font-size: clamp(10px, 7.7194285714px + 0.5847619048vw, 16.14px);
  line-height: 1.6;
  letter-spacing: 0;
  background: #fff;
  padding: 1.9em 0 0.9em;
  text-align: center;
  width: 100%;
  position: relative;
  top: calc(-1 * max(3.5897435897vw, 14px));
}
@media (min-width: 768px) {
  .top .flow__item--text {
    top: calc(-1 * min(1.7361111111vw, 25px));
  }
}
.top .flow__item--arrow {
  display: none;
}
@media (min-width: 768px) {
  .top .flow__item--arrow {
    display: block;
    position: absolute;
    mask-image: url(../img/common/btn-chevron_double.svg);
    height: min(2.25vw, 32.4px);
    width: min(4.2583333333vw, 61.32px);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #175188;
    transform: rotate(-90deg);
    right: calc(-1 * min(4.0972222222vw, 59px));
    top: 44%;
  }
}
.top .reason {
  padding: max(6.4871794872vw, 25.3px) 0 max(27.4871794872vw, 107.2px);
  background-color: #005c98;
  border-radius: max(4.6153846154vw, 18px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top .reason {
    padding-top: min(5.5555555556vw, 80px);
    padding-bottom: min(5.5555555556vw, 80px);
  }
}
.top .reason::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: max(25.0307692308vw, 97.62px);
  background-image: url(../img/top/bg_crowds.webp);
  background-size: max(116.3076923077vw, 453.6px) max(25.0307692308vw, 97.62px);
  background-position: 61%;
  background-repeat: no-repeat;
  bottom: max(26.9230769231vw, 105px);
}
@media (min-width: 768px) {
  .top .reason::before {
    max-width: 1440px;
    background-size: 89.7%;
    background-image: url(../img/top/bg_crowds_pc.webp);
    bottom: unset;
    top: min(1.3888888889vw, 20px);
    left: calc((100vw - 1080px) / 2 - 180px);
    height: min(12.0368055556vw, 173.33px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .top .reason::before {
    left: 0;
  }
}
.top .reason .container {
  padding: 0 0;
}
.top .reason__container {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.top .reason__content {
  width: 100%;
}
.top .reason__content--text {
  text-align: center;
  font-size: clamp(11px, 5.4285714286px + 1.4285714286vw, 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .top .reason__content--text {
    margin-bottom: 1.576em;
    line-height: 1.606em;
  }
}
.top .reason__content--text:last-of-type {
  margin-bottom: 0;
}
.top .reason__content--note {
  font-size: clamp(10px, 7.0285714286px + 0.7619047619vw, 18px);
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.667em;
  margin-top: 3em;
}
@media (min-width: 768px) {
  .top .reason__content--note {
    margin-top: 4.444em;
  }
}
.top .reason__btns--btn {
  margin: 2.239em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13.4px, 6.3428571429px + 1.8095238095vw, 32.4px);
  color: #175188;
  background: #fff;
  border-radius: 9999px;
  width: 14.482em;
  height: 2.207em;
  position: relative;
}
.top .reason__btns--btn:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 2.377em;
  background: #175188;
  right: 0;
}
.top .reason__btns--btn:hover {
  background: #dbe9ff;
}
.top .reason__image {
  font-size: clamp(10px, 7.0285714286px + 0.7619047619vw, 18px);
  position: absolute;
  width: max(41.9282051282vw, 163.52px);
  bottom: 0;
  right: max(4.6153846154vw, 18px);
}
@media (min-width: 768px) {
  .top .reason__image {
    width: min(24.7388888889vw, 356.24px);
    bottom: calc(-1 * min(2.0833333333vw, 30px));
    left: calc(50% + 16em);
    right: unset;
  }
}
.top .faq {
  padding: max(12.8205128205vw, 50px) 0 max(12.8205128205vw, 50px);
}
@media (min-width: 768px) {
  .top .faq {
    padding: min(5.5555555556vw, 80px) 0 min(5.5555555556vw, 80px);
  }
}
.top .faq__text {
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 3.41em;
}
@media (min-width: 768px) {
  .top .faq__text {
    margin-bottom: 2.291em;
  }
}
.top .faq__list {
  margin: 0 max(5.1282051282vw, 20px);
  display: flex;
  flex-direction: column;
  gap: max(3.8461538462vw, 15px);
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
}
@media (min-width: 768px) {
  .top .faq__list {
    gap: min(3.4722222222vw, 50px);
    max-width: 1080px;
    margin: 0 auto;
  }
}
.top .faq__item {
  border: 1px solid #003480;
  background-color: #fff;
}
.top .faq__item--question {
  display: flex;
  align-items: center;
  gap: 0.67em;
  position: relative;
  cursor: pointer;
  padding: 0.7em 1.77em 0.7em 1.224em;
}
@media (min-width: 768px) {
  .top .faq__item--question {
    padding: 1.08em 1.6em 1.08em 1.585em;
  }
}
.top .faq__item--question--number {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12.4px, 5.5025714286px + 1.7685714286vw, 30.97px);
  color: #175188;
  line-height: 1;
}
.top .faq__item--question--text {
  font-size: clamp(10px, 4.4285714286px + 1.4285714286vw, 25px);
}
.top .faq__item--answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.38s ease, opacity 0.3s ease;
}
.top .faq__item--answer-inner {
  display: flex;
  gap: 0.67em;
  border-top: 1px solid #175188;
  padding: 0.7em 0 0.7em 0;
  margin: 0 0.7em 0 1.224em;
}
@media (min-width: 768px) {
  .top .faq__item--answer-inner {
    padding: 1.08em 0 1.08em 0;
    margin: 0 1.6em 0 1.585em;
  }
}
.top .faq__item--answer--number {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12.4px, 5.5025714286px + 1.7685714286vw, 30.97px);
  color: #175188;
  line-height: 1;
}
.top .faq__item--answer--text {
  font-size: clamp(10px, 4.4285714286px + 1.4285714286vw, 25px);
  line-height: 1.5;
  flex: 1;
}
.top .faq__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 1.05em;
  height: 1.05em;
}
@media (min-width: 768px) {
  .top .faq__icon {
    right: min(2.7777777778vw, 40px);
  }
}
.top .faq__icon--line {
  width: 100%;
  height: 1px;
  background-color: #003480;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.top .faq__icon--line:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top .faq__item.is-open .faq__item--answer {
  opacity: 1;
}
.top .faq__item.is-open .faq__icon--line:last-of-type {
  transform: translate(-50%, -50%);
}
.top .application {
  padding: 0 0 max(2.8205128205vw, 11px);
}
.top .application__title {
  font-size: clamp(20px, 8.8571428571px + 2.8571428571vw, 50px);
  margin-bottom: 0.4em;
}
.top .application__title:after {
  display: none;
}
.top .application__text {
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0;
}
.top .application__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: max(3.5897435897vw, 14px) 0 max(1.8769230769vw, 7.32px);
  font-size: clamp(28px, 22.8px + 1.3333333333vw, 42px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background-color: #d5771e;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .top .application__btn {
    max-width: 900px;
    border-radius: min(3.0555555556vw, 44px);
    padding: 0.71em 0 0.326em;
  }
}
.top .application__btn:after {
  content: "";
  display: block;
  position: relative;
  font-size: clamp(10px, 5.5428571429px + 1.1428571429vw, 22px);
  width: 4.574em;
  height: 2.417em;
  mask-image: url(../img/common/btn-chevron_double.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background: #fff;
}
@media (min-width: 768px) {
  .top .application__btn:after {
    width: 4.749em;
    height: 2.508em;
  }
}
.top .application__btn:hover {
  background-color: #fff;
  color: #d5771e;
  border: 1px solid #d5771e;
}
.top .application__btn:hover:after {
  background: #d5771e;
}
.top .application__image {
  height: max(82.0512820513vw, 320px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top .application__image {
    height: min(32.4166666667vw, 466.8px);
    max-width: 1440px;
    margin: 0 auto;
    margin-top: min(2.1625vw, 31.14px);
  }
}
.top .application__image--image {
  position: absolute;
  width: max(129.7435897436vw, 506px);
  height: max(88.7179487179vw, 346px);
  object-fit: cover;
  left: calc(-1 * max(14.8717948718vw, 58px));
  bottom: calc(-1 * max(6.4102564103vw, 25px));
}
@media (min-width: 768px) {
  .top .application__image--image {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
  }
}

.form-page {
  background: #fff;
}
.form-page .fv {
  padding: max(19.7256410256vw, 76.93px) 0 0;
}
@media (min-width: 768px) {
  .form-page .fv {
    padding: min(8.9583333333vw, 129px) 0 0;
  }
}
.form-page .fv__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .form-page .fv__inner {
    padding: 0;
    margin: 0 auto;
  }
}
.form-page .fv__title-ja {
  font-size: clamp(19px, 5.2571428571px + 3.5238095238vw, 56px);
  text-align: center;
  margin-bottom: 0.99em;
  line-height: 1.446em;
}
@media (min-width: 768px) {
  .form-page .fv__title-ja {
    margin-bottom: 2.126em;
  }
}
.form-page .fv__title--image {
  font-size: clamp(19px, 5.2571428571px + 3.5238095238vw, 56px);
  width: max(23.4820512821vw, 91.58px);
  height: max(29.2307692308vw, 114px);
  position: absolute;
  top: -1.579em;
  right: calc(50% + 4.8em);
}
@media (min-width: 768px) {
  .form-page .fv__title--image {
    top: -1em;
    right: calc(50% + 5em);
    width: min(21.7569444444vw, 313.3px);
    height: min(27.0833333333vw, 390px);
  }
}
.form-page__content {
  padding: 0 max(5.1282051282vw, 20px) max(10.2564102564vw, 40px);
}
@media (min-width: 768px) {
  .form-page__content {
    padding: 0 0 min(9.9305555556vw, 143px);
  }
}
.form-page__content--title {
  font-size: clamp(19px, 8.2285714286px + 2.7619047619vw, 48px);
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid #002f75;
  margin: 0 auto 0.943em;
  padding-bottom: 0.526em;
}
@media (min-width: 768px) {
  .form-page__content--title {
    margin-bottom: 1em;
    padding-bottom: 0.357em;
    border-bottom: 1px solid #002f75;
  }
}
.form-page__content--text {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2.772em;
}
@media (min-width: 768px) {
  .form-page__content--text {
    line-height: 1.5;
    margin-bottom: 4.392em;
  }
}
.form-page__content--inner {
  margin: 0 auto;
  padding: 0 0 max(10.2564102564vw, 40px);
  background-color: #f5f5f5;
  max-width: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .form-page__content--inner {
    padding: 0;
    margin: 0 auto;
    width: min(62.5vw, 900px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .form-page__content--inner {
    width: calc(100vw - 10.26%);
    max-width: 900px;
  }
}
.form-page__content--form {
  max-width: unset;
  padding: 0;
  margin: 0;
}

.c-form {
  display: flex;
  flex-direction: column;
  padding: max(9.9487179487vw, 38.8px) max(5.1282051282vw, 20px) 0;
  gap: max(5.9102564103vw, 23.05px);
}
@media (min-width: 768px) {
  .c-form {
    padding: min(5.3722222222vw, 77.36px) min(6.25vw, 90px) min(6.9444444444vw, 100px);
    gap: min(3.2902777778vw, 47.38px);
  }
}
.c-form__row {
  display: flex;
  flex-direction: column;
}
.c-form__row > br {
  display: none;
}
@media (min-width: 768px) {
  .c-form__row {
    gap: min(0.4590277778vw, 6.61px);
  }
}
@media (min-width: 768px) {
  .c-form__row--space {
    gap: 10px;
  }
}
.c-form__row:nth-of-type(2) > .c-form__checkbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-form__row:nth-of-type(2) > .c-form__checkbox {
    flex-direction: row;
  }
}
.c-form .form__block05 {
  font-size: clamp(16px, 13.7714285714px + 0.5714285714vw, 22px);
  font-weight: 400;
}
.c-form__label {
  font-size: clamp(16px, 13.7714285714px + 0.5714285714vw, 22px);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.228em;
  margin-bottom: 0.5em;
}
.c-form__label > br {
  display: none;
}
@media (min-width: 768px) {
  .c-form__label {
    gap: 0.437em;
  }
}
.c-form__required, .c-form__optional {
  display: inline-block;
  font-size: clamp(14px, 13.2571428571px + 0.1904761905vw, 16px);
  border-radius: 999px;
  padding: 2px 15px;
  color: #fff;
}
@media (min-width: 768px) {
  .c-form__required, .c-form__optional {
    padding: 2px 13px;
  }
}
.c-form__required {
  background: #175188;
}
.c-form__optional {
  background: #bbbbbb;
}
.c-form__input, .c-form__textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 3.5px;
  background: #fff;
  padding: 12.71px 16px;
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-form__input, .c-form__textarea {
    padding: 0.364em 0.591em;
  }
}
.c-form__checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(2.0794871795vw, 8.11px) max(2.6743589744vw, 10.43px);
}
@media (min-width: 768px) {
  .c-form__checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.12em;
  }
}
.c-form__checkbox .mwform-checkbox-field {
  margin-top: 0 !important;
  margin-bottom: 0;
  line-height: 1;
}
.c-form__checkbox .mwform-checkbox-field > label {
  font-size: clamp(14px, 12.5142857143px + 0.380952381vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
}
.c-form__checkbox .mwform-checkbox-field > label input {
  width: 1.071em;
  height: 1.071em;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .c-form__checkbox .mwform-checkbox-field > label input {
    width: 1.111em;
    height: 1.111em;
  }
}
.c-form__checkbox .mwform-checkbox-field > label span {
  line-height: 1;
}
@media (min-width: 768px) {
  .c-form__checkbox--equal {
    gap: 10px 2px;
  }
}
@media (min-width: 768px) {
  .c-form__checkbox--equal > * {
    width: 49.5%;
  }
}
@media (min-width: 768px) {
  .c-form__checkbox--column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.12em;
  }
}
.c-form__textarea {
  min-height: 142px;
  resize: vertical;
}
@media (min-width: 768px) {
  .c-form__textarea {
    min-height: 140px;
  }
}
.c-form input[type=checkbox] {
  width: 1.071em;
  height: 1.071em;
  border: 0.5px solid #bbbbbb;
  border-radius: 2.3px;
  background: #fff;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .c-form input[type=checkbox] {
    width: 1.111em;
    height: 1.111em;
  }
}
.c-form input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #002964;
  border-radius: 2.3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-form input[type=checkbox]:checked::after {
    width: 10px;
    height: 10px;
  }
}
.c-form__note {
  text-align: right;
  margin-top: 0.833em;
  margin-bottom: 1.158em;
  font-size: clamp(12px, 10.5142857143px + 0.380952381vw, 16px);
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-form__note {
    margin-top: min(1.3888888889vw, 20px);
    margin-bottom: 0;
  }
}
.c-form__agree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-form__agree {
    margin-top: -0.5em;
    gap: 0;
  }
}
.c-form__agree > label br {
  display: none;
}
.c-form__agree > label > span {
  font-size: clamp(14px, 12.5142857143px + 0.380952381vw, 18px);
  font-weight: 400;
}
.c-form__agree a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.c-form__agree a:hover {
  opacity: 0.7;
}
.c-form__agree-label {
  margin-top: 0 !important;
}
.c-form__submit {
  margin: max(4.1512820513vw, 16.19px) auto 0;
  position: relative;
}
.c-form__submit br {
  display: none;
}
@media (min-width: 768px) {
  .c-form__submit {
    margin-top: min(3.6111111111vw, 52px);
  }
}
.c-form__submit-btn {
  display: block;
  width: 14.358em;
  padding: 0.955em 0;
  background: #175188;
  color: #fff;
  font-size: clamp(16px, 13.7714285714px + 0.5714285714vw, 22px);
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  .c-form__submit-btn {
    width: 12.955em;
    padding: 0.969em 0;
  }
}
.c-form__submit-btn:hover::before {
  background: url(../img/common/submit-btn-icon-blue.svg) no-repeat center;
}
.c-form__submit-btn::before {
  content: "";
  display: block;
  width: 23px;
  height: 6px;
  background: url(../img/common/submit-btn-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-form__submit-btn::before {
    width: 17px;
    height: 4px;
  }
}
.c-form__submit-btn:hover {
  background: #fff;
  border: 1px solid #002f75;
  color: #002f75;
}
.c-form__submit-btn[disabled] {
  background: #bbbbbb;
}
.c-form__submit-btn[disabled]:hover {
  background: #bbbbbb;
  color: #fff;
  border: 1px solid transparent;
}
.c-form__submit--confirm {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-form__submit--confirm {
    margin-top: 15px;
  }
}
.c-form__back {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #002f75;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form__back {
    font-size: 14px;
  }
}
.c-form__back:hover {
  opacity: 0.7;
}
.c-form__back::before {
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  background: url(../img/common/back-btn-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-form__back::before {
    width: 13px;
    height: 6px;
    left: -20px;
  }
}

@media (min-width: 768px) {
  .form-page.confirm .fv {
    padding-top: min(24.7020833333vw, 355.71px);
  }
}
@media (min-width: 768px) {
  .form-page.confirm .fv__title-ja {
    margin-bottom: 1.268em;
  }
}
.form-page.confirm .fv__title--image {
  width: max(23.4820512821vw, 91.58px);
  height: max(29.2307692308vw, 114px);
  position: absolute;
  top: -3.579em;
  right: calc(50% + 4.8em);
}
@media (min-width: 768px) {
  .form-page.confirm .fv__title--image {
    top: unset;
    bottom: -0.5em;
    right: calc(50% + 5em);
    width: min(21.7569444444vw, 313.3px);
    height: min(27.0833333333vw, 390px);
  }
}

.form-page.complete .fv__title-ja {
  margin-bottom: 1.268em;
}

.form-confirm-page__content {
  padding: 0 max(5.1282051282vw, 20px) max(20.5128205128vw, 80px);
}
.form-confirm-page__content--title {
  font-size: 19px;
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid #002f75;
  margin: 0 auto 0.943em;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .form-confirm-page__content--title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #002f75;
  }
}
.form-confirm-page__content--text {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2.772em;
}
@media (min-width: 768px) {
  .form-confirm-page__content--text {
    line-height: 1.5;
    margin-bottom: 4.406em;
  }
}
.form-confirm-page__content--inner {
  margin: 0 auto;
  padding: 0 0 max(10.2564102564vw, 40px);
  background-color: #f5f5f5;
  max-width: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .form-confirm-page__content--inner {
    padding: 0;
    margin: 0 auto;
    width: min(62.5vw, 900px);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .form-confirm-page__content--inner {
    width: calc(100vw - 10.26%);
    max-width: 900px;
  }
}
.form-confirm-page__content--form {
  margin: 0 auto;
  padding: 0 max(5.1282051282vw, 20px) 0px;
}
@media (min-width: 768px) {
  .form-confirm-page__content--form {
    padding: 0 0;
  }
}
.form-confirm-page__content .c-form__row {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
}
.form-confirm-page__content .c-form__checkbox {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
.form-confirm-page__content .c-form__note {
  display: none;
}
.form-confirm-page__content .c-form__agree {
  display: none;
}
.form-confirm-page__content .c-form__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-confirm-page__content .c-form-confirm__submit {
  margin: max(4.1512820513vw, 16.19px) auto 0;
  position: relative;
}
.form-confirm-page__content .c-form-confirm__submit br {
  display: none;
}
@media (min-width: 768px) {
  .form-confirm-page__content .c-form-confirm__submit {
    width: 230px;
    margin-top: 15px;
  }
}
.form-confirm-page__content .c-form-confirm__submit-btn {
  display: block;
  width: 14.358em;
  padding: 0.955em 0;
  background: #175188;
  color: #fff;
  font-size: clamp(16px, 13.7714285714px + 0.5714285714vw, 22px);
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  .form-confirm-page__content .c-form-confirm__submit-btn {
    width: 12.955em;
    padding: 0.977em 0;
  }
}
.form-confirm-page__content .c-form-confirm__submit-btn:hover::before {
  background: url(../img/common/submit-btn-icon-blue.svg) no-repeat center;
}
.form-confirm-page__content .c-form-confirm__submit-btn::before {
  content: "";
  display: block;
  width: 23px;
  height: 6px;
  background: url(../img/common/submit-btn-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .form-confirm-page__content .c-form-confirm__submit-btn::before {
    width: 17px;
    height: 4px;
  }
}
.form-confirm-page__content .c-form-confirm__submit-btn:hover {
  background: #fff;
  border: 1px solid #002f75;
  color: #002f75;
}
.form-confirm-page__content .c-form-confirm__submit-btn[disabled] {
  background: #bbbbbb;
}
.form-confirm-page__content .c-form-confirm__submit-btn[disabled]:hover {
  background: #bbbbbb;
  color: #fff;
  border: 1px solid transparent;
}
.form-confirm-page__content .c-form-confirm__submit--confirm {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form-confirm-page__content .c-form-confirm__submit--confirm {
    margin-top: 15px;
  }
}
.form-confirm-page__content .c-form-confirm__back-btn {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  color: #175188;
  margin-top: 1.309em;
}
@media (min-width: 768px) {
  .form-confirm-page__content .c-form-confirm__back-btn {
    margin-top: 2.173em;
  }
}

.form-complete-page__content {
  padding: 0 0 max(17.9487179487vw, 70px);
  position: relative;
}
@media (min-width: 768px) {
  .form-complete-page__content {
    padding: 0 0 min(27.7777777778vw, 400px);
  }
}
.form-complete-page__content--text {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: max(12.8205128205vw, 50px);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .form-complete-page__content--text {
    margin-bottom: 0;
  }
}
.form-complete-page__content--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .form-complete-page__content--btn {
    margin-top: 3.364em;
  }
}
.form-complete-page__content--btn:hover {
  opacity: 0.7;
}
.form-complete-page__content--btn--text {
  font-size: clamp(14px, 11.0285714286px + 0.7619047619vw, 22px);
  font-weight: 400;
  color: #175188;
}
.form-complete-page__content--btn--arrow {
  width: 17px;
}
.form-complete-page__content--image {
  width: max(23.4820512821vw, 91.58px);
  height: max(29.2307692308vw, 114px);
  position: absolute;
  bottom: max(5.3846153846vw, 21px);
  right: max(2.5641025641vw, 10px);
}
@media (min-width: 768px) {
  .form-complete-page__content--image {
    width: min(21.7569444444vw, 313.3px);
    height: min(27.0833333333vw, 390px);
    bottom: min(4.1666666667vw, 60px);
    right: unset;
    left: calc(50% + 14em);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form-complete-page__content--image {
    left: calc(50% + 7em);
  }
}

.c-form--confirm .c-form__confirm-value {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-form--confirm .c-form__confirm-value {
    font-size: 14px;
  }
}

.mw_wp_form_complete > * {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 80px;
}

.form-page .form-list {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
}
.form-page .form-list .form-item {
  margin-bottom: 40px;
}
.form-page .form-list .form-item dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.form-page .form-list .form-item dt .must,
.form-page .form-list .form-item dt .any {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
  margin-right: 15px;
  font-weight: normal;
}
.form-page .form-list .form-item dt .must {
  background-color: #1a3a6c;
}
.form-page .form-list .form-item dt .any {
  background-color: #b3b3b3;
}
.form-page .form-list .form-item dd {
  margin: 0;
}
.form-page .form-list .form-item dd input[type=text],
.form-page .form-list .form-item dd input[type=email],
.form-page .form-list .form-item dd input[type=tel],
.form-page .form-list .form-item dd textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.form-page .form-list .form-item dd textarea {
  height: 300px;
}
.form-page .form-list .form-item dd .note {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.form-page .form-list .form-agreement {
  text-align: center;
  margin: 40px 0;
}
.form-page .form-list .form-agreement label {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.form-page .form-list .form-submit {
  text-align: center;
}
.form-page .form-list .form-submit input[type=submit] {
  background-color: #b3b3b3;
  color: #fff;
  font-size: 20px;
  padding: 20px 80px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.form-page .form-list .form-submit input[type=submit]:hover {
  background-color: #1a3a6c;
}

/* ネストを解除した単純なCSS */
.must {
  background-color: #1a3a6c !important;
  color: #fff !important;
  padding: 2px 10px !important;
}

.form-item dt {
  font-weight: bold !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/*# sourceMappingURL=style.css.map */
