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

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.04em;
}
body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

* {
  box-sizing: content-box;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.header__inner {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header__inner {
    padding-left: 18px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .header__logo {
    gap: 2.6rem;
  }
}
.header__logo-img1 {
  width: 19rem;
}
@media (max-width: 767px) {
  .header__logo-img1 {
    width: 16rem;
  }
}
.header__logo-img2 {
  width: 30rem;
}
@media (max-width: 767px) {
  .header__logo-img2 {
    width: 20.9rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 4.7rem;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 0;
    align-items: stretch;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background-color: #00265e;
    z-index: 200;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 10rem 0 4rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
  }
  .header__nav-list.is-active {
    right: 0;
  }
}
.header__nav-item:last-child .header__nav-link {
  border-right: none;
}
@media (max-width: 767px) {
  .header__nav-item {
    width: 100%;
    text-align: left;
  }
  .header__nav-item:last-child .header__nav-link {
    border-bottom: none;
  }
}
.header__nav-link {
  padding: 0 1em;
  font-size: 18px;
  font-weight: 700;
  border-right: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .header__nav-link {
    padding: 2rem 3rem;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
    position: relative;
  }
  .header__nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #7ac943;
    transform: scaleY(0);
    transition: transform 0.3s ease;
  }
  .header__nav-link:active {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.header__nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background-color: #7ac943;
}
@media (max-width: 767px) {
  .header__nav-btn {
    flex-direction: row;
  }
}
.header__nav-btn img {
  width: 4.8rem;
}
@media (max-width: 767px) {
  .header__nav-btn img {
    width: 4rem;
  }
}
.header__nav-btn span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .header__nav-btn span {
    font-size: 2rem;
  }
}
.header__hamburger {
  display: none;
  border: none;
  cursor: pointer;
  z-index: 300;
  position: relative;
}
@media (max-width: 767px) {
  .header__hamburger {
    padding: 2rem 2.7rem;
    background-color: #00265e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    transition: background-color 0.3s ease;
  }
}
.header__hamburger-line {
  display: block;
  width: 4.2rem;
  height: 0.46rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.header__hamburger.is-active .header__hamburger-line:first-child {
  transform: translateY(1.83rem) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__hamburger.is-active .header__hamburger-line:last-child {
  transform: translateY(-1.83rem) rotate(-45deg);
}

.footer {
  padding: 50px 20px 30px;
}
@media (max-width: 767px) {
  .footer {
    padding: 9.3rem 0 3.7rem;
  }
}
.footer__nav {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-bottom: 11.8rem;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__nav-item {
  border-right: 1px solid #000;
  padding: 0 1em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer__nav-item {
    font-size: 2.4rem;
  }
}
.footer__nav-item:last-child .footer__nav-link {
  border-right: none;
}
.footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2rem;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .footer__logos {
    gap: 3.9rem;
    margin-bottom: 4.7rem;
  }
}
.footer__logos-img1 {
  width: 20.513%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .footer__logos-img1 {
    width: 44.534%;
    max-width: initial;
  }
}
.footer__logos-img2 {
  width: 19.103%;
  max-width: 298px;
}
@media (max-width: 767px) {
  .footer__logos-img2 {
    width: 41.467%;
    max-width: initial;
  }
}
.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 1.9rem;
  }
}

.top .fv {
  position: relative;
  padding: 11.3rem 0 50rem;
  overflow: hidden;
}
.top .fv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top .fv__slider .splide__track {
  height: 100%;
}
.top .fv__slider .splide__list {
  height: 100%;
}
.top .fv__slider .splide__slide {
  height: 100%;
}
.top .fv__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .fv__content {
  position: relative;
  z-index: 2;
}
.top .fv__text {
  font-size: 12.4rem;
  font-weight: 800;
  line-height: 0.92;
  color: rgba(255, 255, 255, 0.71);
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top .fv__text {
    font-size: 7.2rem;
    margin-bottom: 26px;
  }
}
.top .fv__title {
  font-size: 3.7rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 20px;
  background-color: rgba(0, 0, 0, 0.69);
}
@media (max-width: 767px) {
  .top .fv__title {
    font-size: 2.9rem;
    padding: 15px;
    line-height: 1.5;
  }
}
.top .banner {
  background-color: #00265e;
  position: relative;
  z-index: 1;
}
.top .banner__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 20px;
}
@media (max-width: 767px) {
  .top .banner__inner {
    width: 97%;
    padding: 5.2rem 0;
  }
}
.top .banner__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .top .banner__flex {
    justify-content: center;
  }
}
.top .banner__japany {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-size: 33px;
  font-weight: 800;
  color: #fff;
  border-right: 2px solid #fff;
  padding-right: 5rem;
  margin-right: 5rem;
  width: 39%;
}
@media (max-width: 767px) {
  .top .banner__japany {
    font-size: 4rem;
    gap: 15px;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: 1px solid #fff;
    width: 48%;
  }
}
.top .banner__japany img {
  width: 63.3%;
}
.top .banner__free {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #e4ff71;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .top .banner__free {
    font-size: 4.8rem;
  }
}
.top .banner__free-num {
  font-size: 87px;
}
@media (max-width: 767px) {
  .top .banner__free-num {
    font-size: 9.3rem;
  }
}
.top .banner__free-text {
  font-size: 68px;
}
@media (max-width: 767px) {
  .top .banner__free-text {
    font-size: 7rem;
  }
}
.top .banner__free-note {
  font-size: 14px;
  color: red;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top .banner__free-note {
    font-size: 2rem;
    margin-top: 1.1rem;
  }
}
.top .banner__free-note:last-of-type {
  color: #fff;
}
.top .banner__free-note-attention {
  font-size: 17px;
  font-weight: 700;
  color: red;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top .banner__free-note-attention {
    font-size: 1.7rem;
    letter-spacing: -0.04em;
    margin-top: 1rem;
  }
}
.top .translation {
  padding: 40px 0;
  background-color: #bfbfbf;
}
@media (max-width: 767px) {
  .top .translation {
    padding: 6rem 0;
  }
}
.top .translation__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top .translation__inner {
    padding: 0 1rem;
    max-width: initial;
  }
}
.top .translation__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
}
@media (max-width: 767px) {
  .top .translation__text {
    font-size: 2.6rem;
  }
}
.top .btns {
  background-color: #f1f1f1;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .top .btns {
    padding: 5.7rem 0;
  }
}
.top .btns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media (max-width: 767px) {
  .top .btns__inner {
    width: 94.67%;
    margin: 0 auto;
    flex-direction: column;
    gap: 5.4rem;
  }
}
.top .btns__btn {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  padding: 21px 0;
  border-radius: 999px;
  width: 47%;
  max-width: 448px;
  position: relative;
}
@media (max-width: 767px) {
  .top .btns__btn {
    font-size: 3.4rem;
    width: 100%;
    max-width: none;
    padding: 3.3rem 0;
  }
}
.top .btns__btn-icon {
  width: 20px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .btns__btn-icon {
    width: 3.1rem;
    right: 5.2rem;
  }
}
.top .btns__apply {
  background-color: #004fa8;
}
.top .btns__info {
  background-color: #211815;
}
.top .about {
  padding: 78px 0 88px;
}
@media (max-width: 767px) {
  .top .about {
    padding: 9.5rem 0 6rem;
  }
}
.top .about__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top .about__inner {
    width: 94.67%;
    margin: 0 auto;
    padding: 0;
  }
}
.top .about__title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .top .about__title {
    font-size: 5.3rem;
    margin-bottom: 2.4rem;
  }
}
.top .about__title span {
  color: #004fa8;
}
.top .about__title-en {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #004fa8;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .top .about__title-en {
    font-size: 1.8rem;
    margin-bottom: 5.2rem;
  }
}
.top .about__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.7rem;
}
@media (max-width: 767px) {
  .top .about__content {
    flex-direction: column;
    gap: 6rem;
  }
}
.top .about__content-img {
  width: 48.6rem;
}
@media (max-width: 767px) {
  .top .about__content-img {
    width: 100%;
  }
}
.top .about__content-text-wrapper {
  flex: 1;
}
@media (max-width: 767px) {
  .top .about__content-text-wrapper {
    flex: initial;
    width: 100%;
  }
}
.top .about__content-title {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.26;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .top .about__content-title {
    font-size: 4.1rem;
    margin-bottom: 3.6rem;
  }
}
.top .about__content-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .top .about__content-text {
    font-size: 2.4rem;
    margin-bottom: 4.1rem;
  }
}
.top .about__content-period {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .top .about__content-period {
    font-size: 2.4rem;
  }
}
.top .service__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .service__btn {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: 40%;
  max-width: 500px;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .top .service__btn {
    font-size: 2.8rem;
    line-height: 1.43;
    width: 48.267%;
    max-width: none;
    padding: 4.8rem 0;
  }
}
.top .service__btn-company {
  background-color: #00265e;
  border-radius: 0 30px 0 0;
}
@media (max-width: 767px) {
  .top .service__btn-company {
    border-radius: 0 4rem 0 0;
  }
}
.top .service__btn-personal {
  background-color: #004fa8;
  border-radius: 30px 0 0 0;
}
@media (max-width: 767px) {
  .top .service__btn-personal {
    border-radius: 4rem 0 0 0;
  }
}
.top .service__btn-icon {
  width: 20px;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .service__btn-icon {
    width: 2.6rem;
    right: 4.5rem;
  }
}
.top .service__content {
  padding: 65px 0;
  display: none;
}
@media (max-width: 767px) {
  .top .service__content {
    padding: 8rem 0 6.5rem;
  }
}
.top .service__content-company {
  background-color: #00265e;
}
.top .service__content-company--active {
  display: block;
}
.top .service__content-company .service__content-details-item:first-of-type {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .service__content-company .service__content-details-item:first-of-type {
    width: auto;
  }
}
.top .service__content-personal {
  background-color: #004fa8;
}
.top .service__content-personal--active {
  display: block;
}
.top .service__content-personal .service__content-details-item {
  width: 57%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .service__content-personal .service__content-details-item {
    width: auto;
  }
}
.top .service__content-title {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .service__content-title {
    font-size: 4.1rem;
    margin-bottom: 6.7rem;
  }
}
.top .service__content-target {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  color: #fff;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .service__content-target {
    font-size: 2.6rem;
    margin-bottom: 6.7rem;
  }
}
.top .service__content-details {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3rem 0;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media (max-width: 767px) {
  .top .service__content-details {
    width: 94.67%;
    flex-direction: column;
    gap: 2.6rem;
    padding: 0;
  }
}
.top .service__content-details-item {
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  background-color: #fff;
  width: 19.4%;
}
@media (max-width: 905px) {
  .top .service__content-details-item {
    width: 22%;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .top .service__content-details-item {
    width: auto;
    padding: 3.6rem 3rem 5.6rem;
    order: 2;
  }
}
.top .service__content-details-item-br {
  width: 100%;
}
.top .service__content-details-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #00265e;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .top .service__content-details-title {
    gap: 3rem;
    font-size: 2.7rem;
    margin-bottom: 4.4rem;
  }
}
.top .service__content-details-title img {
  width: 4.9rem;
}
@media (max-width: 767px) {
  .top .service__content-details-title img {
    width: 6.5rem;
  }
}
.top .service__content-details-title .service__content-details-link {
  display: none;
}
@media (max-width: 767px) {
  .top .service__content-details-title .service__content-details-link {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
.top .service__content-details-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .top .service__content-details-text {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.top .service__content-details-text-center {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  text-align: center;
}
@media (max-width: 767px) {
  .top .service__content-details-text-center {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.top .service__content-details-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #004fa8;
  margin: auto 0 0 0;
}
@media (max-width: 767px) {
  .top .service__content-details-link {
    display: none;
    margin-top: 0;
    gap: 1.9rem;
    font-size: 2.1rem;
  }
}
.top .service__content-details-link img {
  width: 12px;
}
@media (max-width: 767px) {
  .top .service__content-details-link img {
    width: 1.5rem;
  }
}
.top .service__content-details-circle-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .top .service__content-details-circle-wrapper {
    order: 1;
    width: 100%;
    padding: 0;
    position: initial;
  }
}
.top .service__content-details-circle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #e4ff71;
  font-weight: 800;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .top .service__content-details-circle {
    width: 100%;
    aspect-ratio: initial;
    border-radius: initial;
    padding: 3rem 3.7rem;
    flex-direction: row;
    justify-content: center;
    gap: 1.4rem;
  }
}
.top .service__content-details-circle-text {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top .service__content-details-circle-text {
    font-size: 3.8rem;
    text-align: left;
    margin-bottom: 0;
  }
}
.top .service__content-details-circle-num {
  font-size: 9.6rem;
  text-align: center;
  line-height: 0.5;
}
@media (max-width: 767px) {
  .top .service__content-details-circle-num {
    font-size: 10.7rem;
    line-height: 1;
  }
}
.top .service__content-details-circle-num span {
  font-size: 6.1rem;
}
@media (max-width: 767px) {
  .top .service__content-details-circle-num span {
    font-size: 6.9rem;
  }
}
@media (max-width: 767px) {
  .top .service__content-details-circle-num span:last-of-type {
    font-size: 10.7rem;
  }
}
.top .service .service__content-company .service__content-details-item:nth-child(3) .service__content-details-title {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(3) .service__content-details-title {
    margin-bottom: 3rem;
  }
}
.top .service .service__content-company .service__content-details-item:nth-child(3) .service__content-details-title > img {
  width: 6.7rem;
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(3) .service__content-details-title > img {
    width: 6.4rem;
  }
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(4) {
    width: auto;
    padding: 3.6rem 3rem 5.6rem;
  }
}
.top .service .service__content-company .service__content-details-item:nth-child(4) .service__content-details-title {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(4) .service__content-details-title {
    margin-bottom: 3.6rem;
  }
}
.top .service .service__content-company .service__content-details-item:nth-child(4) .service__content-details-title > img {
  width: 9.5rem;
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(4) .service__content-details-title > img {
    width: 6.4rem;
  }
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(5) {
    width: auto;
  }
}
.top .service .service__content-company .service__content-details-item:nth-child(5) .service__content-details-title {
  margin-bottom: 22px;
}
@media (max-width: 905px) {
  .top .service .service__content-company .service__content-details-item:nth-child(5) .service__content-details-title {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .top .service .service__content-company .service__content-details-item:nth-child(5) .service__content-details-title {
    margin-bottom: 3.6rem;
  }
}
.top .service .service__content-personal .service__content-details-title {
  margin-bottom: 20px;
  color: #004fa8;
}
@media (max-width: 767px) {
  .top .service .service__content-personal .service__content-details-title {
    margin-bottom: 3.1rem;
  }
}
.top .flow {
  padding: 88px 0 70px;
  background-color: #f1f1f1;
  position: relative;
}
@media (max-width: 767px) {
  .top .flow {
    padding: 12.7rem 0 9.2rem;
  }
}
.top .flow__triangle {
  display: none;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 5.125%;
  max-width: 82px;
}
@media (max-width: 767px) {
  .top .flow__triangle {
    width: 17.2%;
    max-width: none;
  }
}
.top .flow__triangle--active {
  display: block;
}
.top .flow__inner {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top .flow__inner {
    width: 94.67%;
    margin: 0 auto;
    padding: 0;
  }
}
.top .flow__inner-company {
  display: none;
}
.top .flow__inner-company--active {
  display: block;
}
.top .flow__inner-company .flow__title {
  color: #00265e;
}
.top .flow__inner-company .flow__item:nth-of-type(3) .flow__item-img {
  width: 24.42%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .top .flow__inner-company .flow__item:nth-of-type(3) .flow__item-img {
    width: 8.92%;
    margin-bottom: 0;
  }
}
.top .flow__inner-personal {
  display: none;
}
.top .flow__inner-personal--active {
  display: block;
}
.top .flow__inner-personal .flow__title {
  color: #004fa8;
}
.top .flow__inner-personal .flow__list {
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
.top .flow__inner-personal .flow__item {
  width: auto;
  max-width: none;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 21px 26px;
}
@media (max-width: 767px) {
  .top .flow__inner-personal .flow__item {
    padding: 3.7rem 5rem 3.7rem 4rem;
    gap: 4rem;
  }
}
.top .flow__inner-personal .flow__item-num {
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
  order: 1;
}
.top .flow__inner-personal .flow__item-img {
  order: 3;
  width: 5%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .top .flow__inner-personal .flow__item-img {
    width: 10%;
  }
}
.top .flow__inner-personal .flow__item-text {
  order: 2;
  flex: 1;
  text-align: left;
}
.top .flow__inner-personal .flow__item-num span:first-of-type {
  color: #004fa8;
}
.top .flow__inner-personal .flow__item-num span:last-of-type {
  background-color: #004fa8;
}
.top .flow__inner-personal .flow__item-text {
  color: #004fa8;
  font-size: 18px;
}
@media (max-width: 767px) {
  .top .flow__inner-personal .flow__item-text {
    font-size: 2.7rem;
  }
}
.top .flow__inner-personal .flow__arrow {
  width: 27px;
  margin: 0 auto;
}
.top .flow__title {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .top .flow__title {
    font-size: 4.1rem;
    margin-bottom: 6.2rem;
  }
}
.top .flow__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .top .flow__list {
    flex-direction: column;
    gap: 2rem;
  }
}
.top .flow__item {
  max-width: 200px;
  background-color: #fff;
  padding: 48px 10px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .top .flow__item {
    width: auto;
    max-width: none;
    display: flex;
    align-items: center;
    padding: 3.7rem 5rem 3.7rem 4rem;
    justify-content: flex-start;
    gap: 4rem;
  }
}
.top .flow__item-num {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top .flow__item-num {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 1;
  }
}
.top .flow__item-num span:first-of-type {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #00265e;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .top .flow__item-num span:first-of-type {
    font-size: 1.9rem;
  }
}
.top .flow__item-num span:last-of-type {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  background-color: #00265e;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top .flow__item-num span:last-of-type {
    font-size: 2.8rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.top .flow__item-img {
  width: 29.1%;
  margin: 0 auto 28px;
}
@media (max-width: 767px) {
  .top .flow__item-img {
    width: 10.8%;
    margin: 0 0 0 auto;
    order: 3;
  }
}
.top .flow__item-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.255;
  text-align: center;
  color: #00265e;
}
@media (max-width: 767px) {
  .top .flow__item-text {
    width: 67%;
    font-size: 2.7rem;
    text-align: left;
    order: 2;
  }
}
.top .flow__arrow {
  width: 14px;
}
@media (max-width: 767px) {
  .top .flow__arrow {
    width: 5rem;
    margin: 0 auto;
  }
}
.top .flow__arrow--pc {
  display: block;
}
@media (max-width: 767px) {
  .top .flow__arrow--pc {
    display: none;
  }
}
.top .flow__arrow--sp {
  display: none;
}
@media (max-width: 767px) {
  .top .flow__arrow--sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */