/*! 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] {
  -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 */
}

/**
 * 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 {
  font-size: clamp(0.3rem, 0rem + 0.625vw, 0.75rem);
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: clamp(0.3125rem, 0rem + 1.3333vw, 0.6391666667rem);
  }
}

body {
  font-family: "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.section {
  position: relative;
}
.section::before {
  content: "";
  background: url(../img/section-shadow.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1600/188;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section::before {
    aspect-ratio: 750/140;
  }
}
.section__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__inner {
    width: 100%;
    max-width: initial;
  }
}
.section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 5.4rem;
  }
}
.section__title-color {
  color: #183f93;
}
.section__title-color-yellow {
  color: #f4c860;
}
.section__title-en {
  font-family: "Elms Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #183f93;
  text-align: center;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .section__title-en {
    font-size: 1.8rem;
    margin-bottom: 8rem;
  }
}
.section__title-en::before, .section__title-en::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #183f93;
  display: block;
}

.cta {
  background-color: #fff;
  padding: 8.5rem 0 9.6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta {
    padding: 5.5rem 0;
  }
}
.cta__inner {
  text-align: center;
}
.cta__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 4rem;
    margin-bottom: 2.6rem;
  }
}
.cta__title span {
  color: #ff5757;
}
.cta__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #183ed5, #009675);
  padding: 3.2rem 5.2rem;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .cta__btn {
    font-size: 3.4rem;
    padding: 4rem 5.4rem;
    border-radius: 5.5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__title {
  width: 45rem;
  max-width: 450px;
  margin-left: 4.6rem;
}
@media (max-width: 767px) {
  .header__title {
    width: 46.3rem;
    max-width: initial;
    margin-left: 1.5rem;
  }
}
.header__contact-btn {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(to right, #183ed5, #009675);
  width: 12.6rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .header__contact-btn {
    padding: 2.9rem 0 2.2rem;
    width: 11.2rem;
    gap: 2rem;
  }
}
.header__contact-btn-icon {
  width: 3.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__contact-btn-icon {
    width: 3.8rem;
  }
}
.header__contact-btn-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .header__contact-btn-text {
    font-size: 1.4rem;
  }
}

.footer {
  background-color: #183f93;
  padding: 12.2rem 0 2.7rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 11.6rem 0 5.1rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  width: 46.2rem;
  max-width: 462px;
  margin-bottom: 11.6rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 61.6rem;
    max-width: initial;
    margin-bottom: 15rem;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .footer__nav-list {
    margin-bottom: 5.1rem;
  }
}
.footer__nav-item:first-of-type .footer__nav-link {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}
.footer__nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__nav-link {
    font-size: 2.8rem;
  }
}
.footer__text {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 1.6rem;
  }
}

.top .fv {
  position: relative;
}
.top .fv__top {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  position: relative;
}
@media (max-width: 767px) {
  .top .fv__top {
    background-image: url(../img/sp/fv-bg.webp) no-repeat center center/cover;
    aspect-ratio: 750/895;
  }
}
.top .fv__top-title {
  font-size: 10.9rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  top: 17.9rem;
  left: 20rem;
}
@media (max-width: 767px) {
  .top .fv__top-title {
    font-size: 9.8rem;
    top: 10.2rem;
    left: 2.7rem;
  }
}
.top .fv__top-title span {
  font-size: 7.7rem;
}
@media (max-width: 767px) {
  .top .fv__top-title span {
    font-size: 6.9rem;
  }
}
.top .fv__top-text {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  bottom: 12.1rem;
  left: 20rem;
}
@media (max-width: 767px) {
  .top .fv__top-text {
    font-size: 4.1rem;
    bottom: 28.9rem;
    left: 1.8rem;
  }
}
.top .fv__top-text-color {
  color: #ff5757;
}
.top .fv__top-text-bg {
  background-color: #ff5757;
  padding: 0.7rem 0.8rem;
}
.top .fv__bottom {
  background-color: #183f93;
  padding: 3.2rem 0;
}
@media (max-width: 767px) {
  .top .fv__bottom {
    padding: 5.2rem 0;
  }
}
.top .fv__bottom-text {
  font-size: 2.7rem;
  font-weight: 600;
  color: #fff;
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .top .fv__bottom-text {
    font-size: 2.8rem;
    margin-left: 37.4rem;
  }
}
.top .fv__img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top .fv__img {
    width: 41.3%;
    bottom: -13.2rem;
    left: 4rem;
  }
}
.top .introduction {
  background-color: #f2f2f2;
}
.top .introduction__inner {
  padding: 12.4rem 0 11.1rem;
}
@media (max-width: 767px) {
  .top .introduction__inner {
    padding: 10.9rem 0 9.6rem;
  }
}
.top .introduction__title {
  margin-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .top .introduction__title {
    margin-bottom: 4.6rem;
  }
}
.top .introduction__content {
  position: relative;
  margin-bottom: 21rem;
}
@media (max-width: 767px) {
  .top .introduction__content {
    margin-bottom: 1.5rem;
  }
}
.top .introduction__content-img {
  position: absolute;
  top: -4.9rem;
  right: 0;
  width: 51.2rem;
  max-width: 512px;
  min-width: 370px;
}
@media (max-width: 767px) {
  .top .introduction__content-img {
    position: initial;
    width: 75.067%;
    max-width: initial;
    min-width: initial;
    margin: 0 auto 6.3rem;
  }
}
.top .introduction__content-text {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
  width: 44.6%;
}
@media (max-width: 767px) {
  .top .introduction__content-text {
    width: 94.67%;
    margin: 0 auto;
    font-size: 2.8rem;
  }
}
.top .introduction__content-text-color {
  color: #ff5757;
}
.top .introduction__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .top .introduction__list {
    width: 94.67%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }
}
.top .introduction__list-item {
  width: 30.9%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top .introduction__list-item {
    width: 48.833%;
  }
}
.top .introduction__list-item-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top .introduction__list-item-text {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .introduction__list-item-text {
    font-size: 2.8rem;
  }
}
.top .introduction__list-item-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #183f93;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .introduction__list-item-title {
    font-size: 4.5rem;
    margin-bottom: 6.8rem;
  }
}
@media (max-width: 767px) {
  .top .introduction__list-item--1 {
    margin-top: -3rem;
    order: 2;
  }
}
.top .introduction__list-item--1 .introduction__list-item-img {
  top: 1.5rem;
  width: 9.77rem;
  max-width: 97.7px;
  min-width: 113.64px;
}
@media (max-width: 767px) {
  .top .introduction__list-item--1 .introduction__list-item-img {
    top: 2rem;
    width: 10rem;
    max-width: initial;
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .top .introduction__list-item--2 {
    margin-right: 1rem;
    margin-left: 1rem;
    order: 1;
  }
}
.top .introduction__list-item--2 .introduction__list-item-img {
  top: 1.3rem;
  width: 9.8rem;
  max-width: 98px;
  min-width: 127.9px;
}
@media (max-width: 767px) {
  .top .introduction__list-item--2 .introduction__list-item-img {
    top: 1.6rem;
    width: 11rem;
    max-width: initial;
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .top .introduction__list-item--3 {
    margin-top: -3rem;
    order: 3;
  }
}
.top .introduction__list-item--3 .introduction__list-item-img {
  top: -0.6rem;
  width: 9.7rem;
  max-width: 97px;
  min-width: 118px;
}
@media (max-width: 767px) {
  .top .introduction__list-item--3 .introduction__list-item-img {
    width: 10rem;
    max-width: initial;
    min-width: initial;
  }
}
.top .introduction__list-item--3 .introduction__list-item-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top .introduction__list-item--3 .introduction__list-item-title {
    margin-bottom: 4rem;
  }
}
.top .introduction__list-item--3 .introduction__list-item-text {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top .introduction__list-item--3 .introduction__list-item-text {
    margin-bottom: 1.8rem;
  }
}
.top .effect__inner {
  padding: 14rem 0 6.1rem;
}
@media (max-width: 767px) {
  .top .effect__inner {
    padding: 10.3rem 0 2.2rem;
  }
}
.top .effect__title {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .top .effect__title {
    margin-bottom: 12rem;
  }
}
.top .effect__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .top .effect__list {
    width: 94.67%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.top .effect__list-item {
  width: 44%;
}
@media (max-width: 767px) {
  .top .effect__list-item {
    width: 100%;
    position: relative;
  }
}
.top .effect__list-item-title {
  font-size: 28px;
  font-weight: 700;
  color: #183f93;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .effect__list-item-title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.top .effect__list-item-text {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .effect__list-item-text {
    font-size: 2.8rem;
    width: 43.661%;
  }
}
.top .effect__list-item-text span {
  color: #ff5757;
}
.top .effect__list-item--1 {
  margin-bottom: 11.2rem;
}
.top .effect__list-item--1 .effect__list-item-img {
  width: 69.97%;
  margin: 0 auto 5.2rem;
}
@media (max-width: 767px) {
  .top .effect__list-item--1 .effect__list-item-img {
    position: absolute;
    top: 24px;
    right: 0;
    width: 45.467%;
    margin: 0;
  }
}
.top .effect__list-item--2 .effect__list-item-img {
  width: 71.06%;
  margin: 0 auto 4.3rem;
}
@media (max-width: 767px) {
  .top .effect__list-item--2 .effect__list-item-img {
    position: absolute;
    top: 24px;
    right: 0;
    width: 45.467%;
    margin: 0;
  }
}
.top .reason {
  background-color: #183f93;
}
.top .reason__inner {
  padding: 12rem 0 9.6rem;
}
@media (max-width: 767px) {
  .top .reason__inner {
    padding: 12.5rem 0 9.3rem;
  }
}
.top .reason__title {
  margin-bottom: 4.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .top .reason__title {
    margin-bottom: 7rem;
  }
}
.top .reason__title-en {
  color: #fff;
}
.top .reason__title-en::before, .top .reason__title-en::after {
  background-color: #fff;
}
.top .reason__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .top .reason__list {
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
    width: 94.67%;
    margin: 0 auto;
  }
}
.top .reason__list-item {
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
  padding: 3.3rem 0 5.5rem;
}
@media (max-width: 767px) {
  .top .reason__list-item {
    width: 100%;
    padding: 4.5rem 0 6rem;
    position: relative;
  }
}
.top .reason__list-item-number {
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  background-color: #183f93;
  border-radius: 0 15px 15px 0;
  padding: 1rem 0;
  padding-left: 1.9rem;
  padding-right: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .top .reason__list-item-number {
    font-size: 2.5rem;
    margin-bottom: 4.5rem;
    padding: 1.5rem 0;
    padding-left: 2.7rem;
    padding-right: 3.8rem;
    gap: 1.6rem;
  }
}
.top .reason__list-item-number span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top .reason__list-item-number span {
    font-size: 3.5rem;
  }
}
.top .reason__list-item-title {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  color: #183f93;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .top .reason__list-item-title {
    font-size: 3.5rem;
    padding-left: 4.3rem;
    margin-bottom: 4.8rem;
    text-align: left;
  }
}
.top .reason__list-item-text {
  width: 81%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .reason__list-item-text {
    width: 90.14%;
    padding-left: 4.3rem;
    font-size: 2.8rem;
    margin: 0;
  }
}
.top .reason__list-item-text span {
  color: #ff5757;
}
.top .reason__list-item--1 .reason__list-item-img {
  width: 45.334%;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .top .reason__list-item--1 .reason__list-item-img {
    position: absolute;
    width: 20.8%;
    margin: 0;
    top: 2.8rem;
    right: 6.4rem;
  }
}
.top .reason__list-item--2 .reason__list-item-img {
  width: 57.334%;
  margin: 0 auto 2.6rem;
}
@media (max-width: 767px) {
  .top .reason__list-item--2 .reason__list-item-img {
    position: absolute;
    width: 26.2%;
    margin: 0;
    top: 3rem;
    right: 7rem;
  }
}
.top .reason__list-item--3 .reason__list-item-img {
  width: 61%;
  margin: 0 auto 3.9rem;
}
@media (max-width: 767px) {
  .top .reason__list-item--3 .reason__list-item-img {
    position: absolute;
    width: 28.31%;
    margin: 0;
    top: 3.3rem;
    right: 5.4rem;
  }
}
.top .case {
  background-color: #f2f2f2;
}
.top .case__inner {
  padding: 14.3rem 0 13.8rem;
}
@media (max-width: 767px) {
  .top .case__inner {
    padding: 11.6rem 0 9.7rem;
  }
}
.top .case__title {
  margin-bottom: 8.4rem;
}
@media (max-width: 767px) {
  .top .case__title {
    margin-bottom: 6.8rem;
  }
}
.top .case__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3.7rem;
}
@media (max-width: 767px) {
  .top .case__list {
    width: 94.67%;
    margin: 0 auto;
    gap: 3.9rem;
  }
}
.top .case__list-item {
  width: 100%;
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .top .case__list-item {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
}
.top .case__list-item-img {
  width: 44%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  border-radius: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .top .case__list-item-img {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.top .case__list-item-screenshot {
  display: none;
}
@media (max-width: 767px) {
  .top .case__list-item-screenshot {
    display: block;
    position: absolute;
    width: 21.408%;
    top: 5.4rem;
    right: 4rem;
  }
}
.top .case__list-item-content {
  flex: 1;
  padding-top: 3.5rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .top .case__list-item-content {
    padding-top: 4.8rem;
    padding-bottom: 3.3rem;
    padding-right: 0;
    width: 89.857%;
    margin: 0 auto;
  }
}
.top .case__list-item-title {
  font-weight: 700;
  color: #183f93;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .top .case__list-item-title {
    font-size: 2.8rem;
    margin-bottom: 3.4rem;
    gap: 1.9rem;
    text-align: left;
  }
}
.top .case__list-item-title span {
  background-color: #183f93;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.8rem 1rem;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .top .case__list-item-title span {
    font-size: 2.3rem;
    padding: 1.1rem 1.4rem;
    border-radius: 1.6rem;
  }
}
.top .case__list-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
}
@media (max-width: 767px) {
  .top .case__list-item-text {
    font-size: 2.8rem;
  }
}
.top .case__list-item-text span {
  color: #ff5757;
}
.top .summary__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 11.2rem 0 10.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .summary__inner {
    padding: 12.2rem 0 15.4rem;
    width: 86.267%;
    max-width: initial;
    display: flex;
    justify-content: space-between;
    align-self: center;
  }
}
.top .summary__title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .top .summary__title {
    font-size: 5.3rem;
    text-align: left;
  }
}
.top .summary__title span {
  color: #183f93;
}
.top .summary__img {
  width: 27.7%;
  max-width: 277px;
  position: absolute;
  right: -3rem;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .top .summary__img {
    width: 50.078%;
    max-width: initial;
    right: 0;
    bottom: 5.3rem;
  }
}
.top .cta--bottom {
  padding: 4.8rem 0;
  background: linear-gradient(to right, #183ed5, #009675);
}
@media (max-width: 767px) {
  .top .cta--bottom {
    padding: 7.5rem 0;
  }
}
.top .cta--bottom .cta__title {
  color: #fff;
}
.top .cta--bottom .cta__title span {
  color: #f4c860;
}
.top .cta--bottom .cta__btn {
  background: #dd3630;
  color: #fff;
}

.overview-section {
  padding: 10rem 0;
  background: linear-gradient(180deg, #f6f8ff 0%, #fff 100%);
}
@media (max-width: 767px) {
  .overview-section {
    padding: 6rem 0;
  }
}
.overview-section .overview__inner {
  position: relative;
}
.overview-section .overview__title {
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .overview-section .overview__title {
    margin-bottom: 6rem;
  }
}
.overview-section .overview__title-en {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .overview-section .overview__title-en {
    margin-bottom: 3rem;
  }
}
.overview-section .overview__list {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0px 30px 70px rgba(24, 63, 147, 0.12);
  overflow: hidden;
}
@media (max-width: 767px) {
  .overview-section .overview__list {
    width: 94.67%;
    margin: 0 auto;
  }
}
.overview-section .overview__item {
  display: grid;
  grid-template-columns: minmax(200px, 26rem) 1fr;
  align-items: stretch;
  border-bottom: 1px solid rgba(24, 63, 147, 0.12);
}
@media (max-width: 767px) {
  .overview-section .overview__item {
    grid-template-columns: 1fr;
  }
}
.overview-section .overview__item:last-child {
  border-bottom: none;
}
.overview-section .overview__term {
  background: linear-gradient(112deg, #183ed5 0%, #009675 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 4rem 3.6rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .overview-section .overview__term {
    font-size: 2.8rem;
    padding: 3.2rem 3rem;
  }
}
.overview-section .overview__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #0f1f3d;
  padding: 4rem 4.8rem;
}
@media (max-width: 767px) {
  .overview-section .overview__desc {
    font-size: 2.8rem;
    padding: 3.6rem;
  }
}

.contact-section {
  padding: 10rem 0;
  background: linear-gradient(180deg, #f6f8ff 0%, #fff 100%);
}
@media (max-width: 767px) {
  .contact-section {
    padding: 6rem 0;
  }
}
.contact-section .contact-section__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .contact-section .contact-section__title {
    margin-bottom: 4rem;
  }
}
.contact-section .contact-section__title-en {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact-section .contact-section__title-en {
    margin-bottom: 3rem;
  }
}
.contact-section .contact-section__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #0f1f3d;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .contact-section .contact-section__lead {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.contact-section .contact-section__form {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 30px 70px rgba(24, 63, 147, 0.12);
  padding: 6rem 6.4rem;
}
@media (max-width: 767px) {
  .contact-section .contact-section__form {
    width: 94.67%;
    margin: 0 auto;
    padding: 4.8rem 3.6rem;
  }
}
.contact-section .wpcf7-form {
  display: grid;
  gap: 2.8rem;
}
.contact-section .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-section .wpcf7-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #183f93;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form label {
    font-size: 2.6rem;
  }
}
.contact-section .wpcf7-form label .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 87, 87, 0.12);
  color: #ff5757;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.1rem 0.8rem;
  border-radius: 9999px;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form label .required {
    font-size: 2rem;
    margin-left: 1.6rem;
    padding: 0.2rem 1.6rem;
  }
}
.contact-section .wpcf7-form input,
.contact-section .wpcf7-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 63, 147, 0.2);
  border-radius: 1.2rem;
  padding: 1.6rem 2rem;
  margin-top: 0.8rem;
  font-size: 16px;
  line-height: 1.6;
  background: #f8faff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form input,
  .contact-section .wpcf7-form textarea {
    font-size: 2.6rem;
    padding: 1.8rem 2.4rem;
    margin-top: 0.8rem;
  }
}
.contact-section .wpcf7-form input:focus,
.contact-section .wpcf7-form textarea:focus {
  outline: none;
  border-color: #183ed5;
  box-shadow: 0 0 0 4px rgba(24, 62, 213, 0.12);
}
.contact-section .wpcf7-form textarea {
  min-height: 180px;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form textarea {
    min-height: 240px;
  }
}
.contact-section .wpcf7-form .wpcf7-submit {
  cursor: pointer;
  background: linear-gradient(112deg, #183ed5 0%, #009675 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 1.8rem 10rem;
  border: none;
  border-radius: 100px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form .wpcf7-submit {
    font-size: 2.8rem;
    padding: 2rem 0;
    width: 100%;
  }
}
.contact-section .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  margin-left: 1rem;
}
.contact-section .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #ff5757;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 2.2rem;
  }
}
.contact-section .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 1.4rem 2rem;
  font-size: 14px;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form .wpcf7-response-output {
    font-size: 2.2rem;
  }
}

.privacy-policy-section {
  padding: 10rem 0 12.4rem;
  background: linear-gradient(180deg, #f9fbff 0%, #fff 100%);
}
@media (max-width: 767px) {
  .privacy-policy-section {
    padding: 6rem 0;
  }
}
.privacy-policy-section .privacy-policy__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__title {
    margin-bottom: 4rem;
  }
}
.privacy-policy-section .privacy-policy__title-en {
  margin-bottom: 3rem;
}
.privacy-policy-section .privacy-policy__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  color: #0f1f3d;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__lead {
    font-size: 2.8rem;
    width: 94.67%;
    margin: 0 auto 3rem;
  }
}
.privacy-policy-section .privacy-policy__content {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 20px 60px rgba(24, 63, 147, 0.08);
  padding: 6rem 6.4rem;
  display: grid;
  gap: 24px;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content {
    width: 94.67%;
    margin: 0 auto;
    padding: 4.8rem 3.6rem;
    gap: 4rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #183f93;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-title {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-text {
  font-size: 16px;
  line-height: 1.8;
  color: #373f4c;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-text {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #183f93;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-sub-title {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-list {
  margin: 0;
  margin-bottom: 12px;
  padding-left: 5em;
  display: grid;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-list {
    padding-left: 4rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-list-item {
  font-size: 16px;
  line-height: 1.8;
  color: #373f4c;
  list-style: disc;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-list-item {
    font-size: 2.6rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-list-number {
  margin: 0;
  margin-bottom: 12px;
  padding-left: 3.5em;
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-list-number {
    padding-left: 1rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-list-item-number {
  font-size: 16px;
  line-height: 1.8;
  color: #373f4c;
  display: flex;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__content-item-list-item-number {
    font-size: 2.6rem;
  }
}
.privacy-policy-section .privacy-policy__content-item-list-item-number > span:last-of-type {
  flex: 1;
}
.privacy-policy-section .privacy-policy__date {
  font-size: 14px;
  color: #6a7385;
  text-align: right;
}
@media (max-width: 767px) {
  .privacy-policy-section .privacy-policy__date {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */