/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
/*! 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;
}

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

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-size: 1.6rem;
}

.section__ttl-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1rem 0;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(to right, #3c6f9e, #2d3d75);
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.section__ttl-deco {
  width: 7.2rem;
  height: 1px;
  background-color: #ffffff;
}
.section__ttl {
  font-size: 4.8rem;
  font-weight: bold;
  color: #ffffff;
  line-break: 1.2;
}
@media (max-width: 768px) {
  .section__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
.fv {
  position: relative;
  background-image: url(../../common/images/fv__back.webp);
  background-position: right;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1232px) {
  .fv {
    padding: 30rem 0 0;
  }
}
@media (max-width: 600px) {
  .fv {
    background-position: top left 130vw;
  }
}
@media (max-width: 768px) {
  .fv {
    padding-top: 35rem;
  }
}
.fv__txt-box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
  width: 120rem;
  padding: 9.6rem 0 17rem;
}
@media (max-width: 1232px) {
  .fv__txt-box {
    padding: 0rem 1.6rem 2.4rem 1.6rem;
    margin: 0 auto 0 0;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
  }
  .fv__txt-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(7, 43, 96, 0.6);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    z-index: -1;
  }
}
.fv__txt-box-back {
  position: absolute;
  width: 64%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 1232px) {
  .fv__txt-box-back {
    display: none;
  }
}
.fv__txt-img, .fv__txt-img--thousand, .fv__txt-img--four-month {
  display: block;
}
.fv__txt-img--four-month {
  width: 62.4rem;
}
@media (max-width: 1232px) {
  .fv__txt-img--four-month {
    width: 50rem;
  }
}
@media (max-width: 768px) {
  .fv__txt-img--four-month {
    width: 29rem;
  }
}
.fv__txt-img--thousand {
  width: 61.6rem;
}
@media (max-width: 768px) {
  .fv__txt-img--thousand {
    width: 30rem;
  }
}
.fv__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .fv__list {
    gap: 1rem;
  }
}
.fv__list-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 2rem;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 768px) {
  .fv__list-item {
    padding: 0.4rem 1rem;
  }
}
.fv__list-item-img {
  width: 1.8rem;
}
@media (max-width: 768px) {
  .fv__list-item-img {
    width: 1.4rem;
  }
}
.fv__list-item-txt {
  position: relative;
  top: -0.4rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fv__list-item-txt {
    font-size: 1.6rem;
  }
}
.fv__list-item-txt--yellow {
  color: #f4db00;
}
.fv__list-item-txt--large {
  position: relative;
  top: 0.1rem;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .fv__list-item-txt--large {
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------- 
worries
-----------------------------------------------------------------------*/
.worries {
  position: relative;
  padding: 8.1rem 0 9.7rem;
  background-image: url(../../common/images/worries__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .worries {
    padding: 6rem 0;
  }
}
.worries__ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #192941;
}
@media (max-width: 768px) {
  .worries__ttl {
    font-size: 2.4rem;
  }
}
.worries__box {
  position: relative;
  margin: 7rem auto 0;
  padding: 5.3rem 0 4.9rem;
  width: 72rem;
  background-image: url(../../common/images/worries__box-back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .worries__box {
    margin-top: 6rem;
    padding: 2.4rem 0 1.6rem;
    width: 90%;
  }
}
.worries__box-ttl {
  position: absolute;
  padding: 0.6rem 2.4rem;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  color: #192941;
}
@media (max-width: 768px) {
  .worries__box-ttl {
    font-size: 1.8rem;
  }
}
.worries__box-ttl-img {
  position: absolute;
  top: -3.6rem;
  right: -3.1rem;
  width: 5rem;
}
@media (max-width: 768px) {
  .worries__box-ttl-img {
    top: -2.9rem;
    right: -2rem;
    width: 3.8rem;
  }
}
.worries__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
@media (max-width: 768px) {
  .worries__list {
    gap: 1.6rem;
  }
}
.worries__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .worries__item {
    align-items: flex-start;
  }
}
.worries__item-img {
  width: 2rem;
}
@media (max-width: 768px) {
  .worries__item-img {
    width: 1.6rem;
  }
}
.worries__item-txt {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 768px) {
  .worries__item-txt {
    margin-top: -0.4rem;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.worries__item-txt--yellow {
  color: #f4db00;
}
.worries__box-deco, .worries__box-deco--right, .worries__box-deco--left {
  position: absolute;
  z-index: -1;
}
.worries__box-deco--left {
  top: 0;
  left: 0;
}
@media (max-width: 1232px) {
  .worries__box-deco--left {
    width: 45%;
  }
}
.worries__box-deco--right {
  right: 0;
  bottom: 0;
}
@media (max-width: 1232px) {
  .worries__box-deco--right {
    width: 50%;
  }
}

/* --------------------------------------------------------------------- 
merit
-----------------------------------------------------------------------*/
.merit {
  padding: 12.2rem 0 12.1rem;
  background-color: #192941;
  overflow: hidden;
}
@media (max-width: 768px) {
  .merit {
    padding: 6rem 0;
  }
}
.merit__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.merit__sub-ttl {
  padding: 0.8rem 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #4779bd;
  color: #ffffff;
}
@media (max-width: 768px) {
  .merit__sub-ttl {
    font-size: 1.6rem;
  }
}
.merit__ttl {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .merit__ttl {
    text-align: center;
    line-height: 1.4;
    font-size: 2.8rem;
  }
}
.merit__ttl--yellow {
  color: #f4db00;
}
.merit__list {
  display: flex;
  flex-direction: column;
  margin: 4rem auto 0;
  gap: 4.8rem;
  width: 108.2rem;
}
@media (max-width: 1232px) {
  .merit__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.6rem;
    width: 95%;
  }
}
.merit__item {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1232px) {
  .merit__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .merit__item {
    width: 100%;
  }
}
.merit__item:nth-of-type(odd) .merit__item-txt-box {
  margin-left: -12rem;
}
@media (max-width: 1232px) {
  .merit__item:nth-of-type(odd) .merit__item-txt-box {
    margin: initial;
  }
}
@media (max-width: 1232px) {
  .merit__item:nth-of-type(odd) {
    flex-direction: column;
  }
}
.merit__item:nth-of-type(even) .merit__item-txt-box {
  margin-right: -12rem;
}
@media (max-width: 1232px) {
  .merit__item:nth-of-type(even) .merit__item-txt-box {
    margin: initial;
  }
}
@media (max-width: 1232px) {
  .merit__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.merit__item-img {
  width: 57.6rem;
  height: 100%;
}
@media (max-width: 1232px) {
  .merit__item-img {
    aspect-ratio: 47/34;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .merit__item-img {
    width: 100%;
  }
}
.merit__item-txt-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4.8rem 4rem;
  right: 0;
  background-color: #ffffff;
  max-width: 62.4rem;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
@media (max-width: 1232px) {
  .merit__item-txt-box {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .merit__item-txt-box {
    padding: 1.6rem;
    max-width: 100%;
  }
}
.merit__item-num {
  width: 13.8rem;
}
@media (max-width: 768px) {
  .merit__item-num {
    width: 10rem;
  }
}
.merit__item-ttl {
  margin-top: 0.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1232px) {
  .merit__item-ttl {
    line-height: 1.4;
  }
  .merit__item-ttl > br {
    display: none;
  }
}
@media (max-width: 768px) {
  .merit__item-ttl {
    font-size: 1.8rem;
  }
}
.merit__item-txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .merit__item-txt {
    margin-top: 1.6rem;
  }
}
.merit__item-txt--line {
  background: linear-gradient(transparent 80%, #f4db00 60%);
}
.merit__item-deco, .merit__item-deco--left, .merit__item-deco--right {
  position: absolute;
  z-index: -1;
  width: 46.4rem;
}
@media (max-width: 1232px) {
  .merit__item-deco, .merit__item-deco--left, .merit__item-deco--right {
    display: none;
  }
}
.merit__item-deco--right {
  left: 100%;
}
.merit__item-deco--left {
  right: 100%;
}

/* --------------------------------------------------------------------- 
plan
-----------------------------------------------------------------------*/
.plan {
  padding-bottom: 25rem;
}
@media (max-width: 768px) {
  .plan {
    padding-bottom: 6rem;
  }
}
.plan__head {
  padding-top: 12rem;
  padding-bottom: 6.7rem;
  background-image: url(../../common/images/plan__head-back.webp);
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 768px) {
  .plan__head {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.plan__head-box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10.9rem auto 0;
  padding: 3.2rem 12rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #e9ebee;
}
@media (max-width: 768px) {
  .plan__head-box {
    margin-top: 6rem;
    padding: 1.6rem 2.4rem;
  }
}
.plan__head-box-ttl {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 2.4rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #072b60;
}
@media (max-width: 768px) {
  .plan__head-box-ttl {
    font-size: 1.8rem;
  }
}
.plan__head-dl {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-top: 1.6rem;
  border-bottom: 1px solid #333333;
}
.plan__head-dl-flex {
  display: flex;
  align-items: center;
}
.plan__head-dt {
  width: 20.8rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .plan__head-dt {
    width: 16.8rem;
    font-size: 1.6rem;
  }
}
.plan__head-dd {
  text-align: right;
  width: 12rem;
  font-size: 2rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .plan__head-dd {
    width: 9rem;
    font-size: 1.6rem;
  }
}
.plan__head-total {
  display: flex;
  justify-content: center;
  margin: 1.6rem auto 0;
  padding: 0 1.6rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #4779bd;
  color: #ffffff;
}
.plan__head-total-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .plan__head-total-txt {
    font-size: 1.6rem;
  }
}
.plan__head-total-txt:first-child {
  width: 17.6rem;
}
@media (max-width: 768px) {
  .plan__head-total-txt:first-child {
    width: 11.6rem;
  }
}
.plan__head-total-txt:last-child {
  width: 13.4rem;
}
@media (max-width: 768px) {
  .plan__head-total-txt:last-child {
    width: 11.4rem;
  }
}
.plan__head-total-txt--min {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .plan__head-total-txt--min {
    font-size: 1.4rem;
  }
}
.plan__body {
  margin-top: 1.3rem;
}
.plan__body-sub-ttl {
  margin: auto;
  padding: 0.8rem 2.4rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #072b60;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .plan__body-sub-ttl {
    font-size: 1.8rem;
  }
}
.plan__body-ttl {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .plan__body-ttl {
    font-size: 1.8rem;
  }
}
.plan__body-ttl--large {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .plan__body-ttl--large {
    font-size: 2.4rem;
  }
}
.plan__body-ttl--point > span {
  position: relative;
}
.plan__body-ttl--point > span::before {
  content: "";
  bottom: calc(100% - 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 0.4rem;
  height: auto;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #f46600;
}
.plan__table-inner {
  margin: 1.6rem auto 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1232px) {
  .plan__table-inner {
    overflow-x: auto;
    width: 90%;
  }
}
.plan__table {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
.plan__tr, .plan__tr--navy, .plan__tr--yellow {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.plan__tr:first-child .plan__td, .plan__tr--navy:first-child .plan__td, .plan__tr--yellow:first-child .plan__td {
  text-align: center;
}
.plan__tr:first-child .plan__td:first-child, .plan__tr--navy:first-child .plan__td:first-child, .plan__tr--yellow:first-child .plan__td:first-child {
  border-left: none;
}
.plan__tr:nth-of-type(even), .plan__tr--navy:nth-of-type(even), .plan__tr--yellow:nth-of-type(even) {
  background-color: #f3f6fb;
}
.plan__tr--yellow {
  background-color: #f4db00 !important;
}
.plan__tr--navy {
  background-color: #072b60 !important;
  color: #ffffff;
}
.plan__td {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  flex-shrink: 0;
  text-align: right;
  padding: 0.8rem 0.6rem;
  width: 8rem;
  border-left: 1px solid #a3a3a3;
}
.plan__td:first-child {
  text-align: left;
  width: 12rem;
  font-weight: 500;
}
.plan__td:last-child {
  border-right: 1px solid #a3a3a3;
}
.plan__td-txt--large {
  font-size: 2rem;
}
.plan__body-bottom {
  position: relative;
  margin: 2.4rem auto 0;
}
@media (max-width: 1232px) {
  .plan__body-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.plan__price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1232px) {
  .plan__price {
    position: relative;
    transform: initial;
    left: 0;
  }
}
.plan__price-img, .plan__price-img--right, .plan__price-img--left {
  width: 4.5rem;
}
@media (max-width: 768px) {
  .plan__price-img, .plan__price-img--right, .plan__price-img--left {
    width: 2.6rem;
  }
}
.plan__price-img--left {
  transform: scale(-1, 1);
}
.plan__price-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
}
.plan__price-txt {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .plan__price-txt {
    font-size: 1.6rem;
  }
}
.plan__price-txt--large {
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #d9b052;
}
@media (max-width: 768px) {
  .plan__price-txt--large {
    font-size: 3rem;
  }
}
.plan__price-txt--middle {
  margin-left: 0.4rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .plan__price-txt--middle {
    font-size: 1.8rem;
  }
}
.plan__assumption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1.6rem;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #a3a3a3;
}
@media (max-width: 1232px) {
  .plan__assumption {
    position: relative;
    transform: initial;
    left: 0;
  }
}
.plan__assumption-txt {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* --------------------------------------------------------------------- 
flow
-----------------------------------------------------------------------*/
.flow {
  padding: 12rem 0;
  background-image: url(../../common/images/flow__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow__txt {
  margin-top: 1.9rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .flow__txt {
    font-size: 1.6rem;
  }
}
.flow__txt--bottom-line {
  background: linear-gradient(transparent 80%, #7692be 60%);
}
.flow__txt--large {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .flow__txt--large {
    font-size: 2.4rem;
  }
}
.flow__list {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 768px) {
  .flow__list {
    margin: 5rem auto 0;
    width: 90%;
  }
}
.flow__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .flow__item {
    width: 100%;
  }
}
.flow__item-img {
  position: relative;
  display: block;
  width: 8.8rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .flow__item-img {
    width: 6rem;
  }
}
.flow__item-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -4.4rem;
  padding-left: 7.2rem;
  width: 52.8rem;
  height: 7.7rem;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow__item-box {
    margin-left: -2.4rem;
    padding: 1.6rem 0rem 1.6rem 3rem;
    width: 100%;
    height: auto;
  }
}
.flow__item-txt {
  color: #034495;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .flow__item-txt {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.flow__item-num {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  color: #ecf4ff;
  font-size: 5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .flow__item-num {
    bottom: 100%;
    font-size: 2.4rem;
    right: 0;
  }
}
.flow__item-arw {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 24px solid #18a0da;
  border-bottom: 0;
}

/* --------------------------------------------------------------------- 
message
-----------------------------------------------------------------------*/
.message {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .message {
    padding: 6rem 0;
  }
}
.message__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  gap: 0.6rem;
}
.message__sub-ttl {
  padding: 0.8rem 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #4779bd;
  color: #ffffff;
}
@media (max-width: 768px) {
  .message__sub-ttl {
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
  }
}
.message__ttl {
  background: linear-gradient(transparent 80%, #f4db00 60%);
  font-size: 4.8rem;
  font-weight: bold;
  color: #192941;
}
@media (max-width: 768px) {
  .message__ttl {
    font-size: 2.4rem;
  }
}
.message__box {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  z-index: 1;
}
.message__box-img {
  position: relative;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .message__box-img {
    min-height: 21.1rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.message__txt-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10vw;
  left: 55vw;
}
@media (max-width: 1448px) {
  .message__txt-box {
    top: 5vw;
  }
}
@media (max-width: 1232px) {
  .message__txt-box {
    left: 48vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.message__txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #192941;
}
@media (max-width: 1232px) {
  .message__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .message__txt {
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.7;
  }
}
.message__txt--blue {
  margin-left: -1.6rem;
  color: #18a0da;
  font-size: 3.2rem;
}
@media (max-width: 1232px) {
  .message__txt--blue {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .message__txt--blue {
    margin-left: -1rem;
    font-size: 1.7rem;
  }
}
.message__ceo {
  display: flex;
  flex-direction: column;
  margin-top: 4.4rem;
}
@media (max-width: 1232px) {
  .message__ceo {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .message__ceo {
    margin-top: 0.6rem;
  }
}
.message__ceo-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 768px) {
  .message__ceo-sub {
    font-size: 1.3rem;
  }
}
.message__ceo-name {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 1232px) {
  .message__ceo-name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .message__ceo-name {
    font-size: 1.6rem;
  }
}
.message__end-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: -2vw auto 0;
  padding: 4rem;
  background-color: #ffffff;
  width: 110rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.062745098);
  z-index: 2;
}
@media (max-width: 1232px) {
  .message__end-box {
    margin-top: -1vw;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .message__end-box {
    padding: 2.4rem 1.6rem;
    gap: 1.6rem;
  }
}
.message__end-txt {
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .message__end-txt {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------------- 
faq
-----------------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 12rem 0;
  z-index: 1;
  background-color: #e9ebee;
}
@media (max-width: 768px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq__deco, .faq__deco--left, .faq__deco--right {
  position: absolute;
  width: 35.2rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .faq__deco, .faq__deco--left, .faq__deco--right {
    display: none;
  }
}
.faq__deco--right {
  top: 7.8rem;
  right: 0;
}
.faq__deco--left {
  bottom: 8.4rem;
  left: 0;
}
.faq__ttl, .faq__ttl--small {
  text-align: center;
  font-size: 4.8rem;
  color: #034495;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq__ttl, .faq__ttl--small {
    font-size: 3.2rem;
  }
}
.faq__ttl--small {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .faq__ttl--small {
    font-size: 1.8rem;
  }
}
.faq__sub-ttl {
  text-align: center;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5181c8;
}
.faq__list {
  display: flex;
  flex-direction: column;
  margin: 5.8rem auto 0;
  width: 88rem;
  gap: 1.6rem;
}
@media (max-width: 1232px) {
  .faq__list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .faq__list {
    margin-top: 4rem;
  }
}
.faq__item {
  width: 100%;
  box-shadow: 0 0 10px rgba(5, 67, 145, 0.1254901961);
}
.faq__item-head, .faq__item-body {
  padding: 1.6rem 6.4rem 1.6rem 2.4rem;
  position: relative;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .faq__item-head, .faq__item-body {
    gap: 1.6rem;
    padding: 1.6rem 4rem 1.6rem 1.6rem;
  }
}
.faq__item-head {
  background: linear-gradient(to right, #034495, #132e4e);
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__item-head {
    line-height: 1.8;
  }
}
.faq__item-body {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.8;
  border-radius: 0 0 10px 10px;
  height: 0;
  opacity: 0;
  padding: 0 6.4rem 0 2.4rem;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .faq__item-body {
    padding: 0 4rem 0 1.6rem;
  }
}
.faq__item-body.is-active {
  padding: 1.6rem 6.4rem 1.6rem 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
@media (max-width: 768px) {
  .faq__item-body.is-active {
    padding: 1.6rem 4rem 1.6rem 1.6rem;
  }
}
.faq__item-head-icon {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.faq__item-txt, .faq__item-txt--white {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.faq__item-txt--white {
  color: #ffffff;
}
.faq__item-btn {
  position: absolute;
  right: 2.4rem;
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .faq__item-btn {
    top: 2.3rem;
  }
}
.faq__item-btn-bar, .faq__item-btn-bar--column, .faq__item-btn-bar--row {
  position: absolute;
  background-color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.faq__item-btn-bar--row {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.faq__item-btn-bar--column {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  transition: 0.3s;
}
.faq__item-btn-bar--column.is-active {
  height: 0;
}

/* --------------------------------------------------------------------- 
contact
-----------------------------------------------------------------------*/
.contact {
  padding: 12rem 0 8rem;
  background-color: #072b60;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact__box {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 92rem;
}
@media (max-width: 1232px) {
  .contact__box {
    width: 90%;
  }
}
.contact__ttl {
  text-align: center;
  padding: 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  background-color: #4779bd;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact__ttl {
    font-size: 2.4rem;
  }
}
.contact__body {
  background-color: #ffffff;
  padding: 8rem 14rem;
}
@media (max-width: 1232px) {
  .contact__body {
    padding: 6rem 3.8rem;
  }
}
@media (max-width: 768px) {
  .contact__body {
    padding: 4rem 1.6rem;
  }
}
.contact__item, .contact__item--no-margin {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .contact__item, .contact__item--no-margin {
    margin-top: 2.4rem;
  }
}
.contact__item--no-margin {
  margin: initial;
}
.contact__item .wpcf7-form-control-wrap, .contact__item--no-margin .wpcf7-form-control-wrap {
  width: 100%;
  width: 100%;
}
.contact__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #333333;
}
.contact__label--red {
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #f43b00;
}
.contact__label--gray {
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #a3a3a3;
}
.contact__input, .contact__select, .contact__textarea {
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  border: 1px solid #dddddd;
}
.contact__textarea {
  height: 16rem;
}
.contact__txt {
  display: block;
  margin-top: 3.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact__txt {
    line-height: 1.4;
  }
}
.contact__txt--link {
  color: #034495;
  text-decoration: underline;
}
.contact__btn {
  margin: 5.6rem auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48rem;
  height: 7.2rem;
  background-color: #18a0da;
  border-radius: 100vh;
  box-shadow: 0 4px 0 #094762;
  transition: 0.3s;
  bottom: 0;
}
@media (max-width: 768px) {
  .contact__btn {
    margin-top: 2.4rem;
    max-width: 48rem;
    width: 100%;
    height: 5rem;
  }
}
.contact__btn:hover {
  bottom: -4px;
  box-shadow: 0 4px 0 rgba(9, 71, 98, 0);
}
@media (max-width: 768px) {
  .contact__btn:hover {
    bottom: 0;
    box-shadow: 0 4px 0 #094762;
  }
}
.contact__btn-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}
.contact__arw {
  position: absolute;
  right: 2.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}
.contact__submit {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
.footer {
  background-color: #072b60;
  width: 100%;
}
.footer__inner {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.footer__link {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #ffffff;
}

/* base
----------------------------------------------------------------- */
.cta {
  margin-top: 2.4rem;
  position: relative;
  padding: 2.4rem 13.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100vh;
  background-color: #18a0da;
  color: #ffffff;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta {
    padding: 1.6rem 7.6rem;
  }
}
.cta__fixed-inner {
  position: fixed;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  bottom: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  transition: 0.3s;
}
.cta__fixed-inner.is-active {
  bottom: 0;
}
.cta__fixed-inner .cta {
  margin-top: 0;
}
.cta:hover {
  opacity: 0.7;
}
.cta::before {
  content: "";
  position: absolute;
  display: block;
}
.cta__txt {
  font-size: 2rem;
  font-weight: bold;
}
.cta__arw {
  position: absolute;
  right: 3.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}
.cta__deco {
  position: absolute;
  width: 94%;
  height: auto;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* base
----------------------------------------------------------------- */
.scroll-tippy {
  position: relative;
  z-index: 10;
}
.scroll-tippy__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
  height: 10rem;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
  display: none;
}
@media (max-width: 1232px) {
  .scroll-tippy__content {
    display: flex;
  }
}
.scroll-tippy__content.is-active {
  opacity: 0;
}
.scroll-tippy__img {
  width: 4rem;
  animation: scrollTippy infinite 1.6s;
}
.scroll-tippy__txt {
  font-size: 1.4rem;
  color: #ffffff;
}

@keyframes scrollTippy {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */