@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #252525;
  line-height: 2;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/* 共通：表示前 */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

/* 下から（今までの） */
.js-fadeUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 右から */
.js-fadeRight {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* 左から */
.js-fadeLeft {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* 表示後（共通） */
.js-fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-inner-md {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .l-inner-md {
    padding: 0 20px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 96px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(37, 37, 37, .1);
          box-shadow: 0 5px 8px rgba(37, 37, 37, .1);
}
@media screen and (max-width: 1030px) {
  .l-header {
    height: 72px;
  }
}
.l-header__bottom {
  position: absolute;
  bottom: -5.3472222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .l-header__bottom {
    z-index: 999;
  }
}
.l-header__bottom img {
  width: 100%;
  height: auto;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1120px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__logo {
  width: 138px;
  position: relative;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .l-header__logo {
    width: 95px;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-header__logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-header__contents {
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .l-header__contents {
    display: none;
    position: fixed;
    z-index: 98;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #E9ECF2;
    padding: 36px 0 60px;
    overflow-y: auto;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    color: #001952;
    width: 70%;
    margin: 0 auto;
    height: auto;
    border-top: 1px solid #9BB8E2;
  }
}
.l-header__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.l-header__navitem.-sp-recruit {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-sp-recruit {
    display: block;
    border-bottom: none;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__navitem {
    display: block;
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: auto;
    border-bottom: 1px solid #9BB8E2;
    width: 100%;
    padding: 18px 0;
    color: #001952;
    line-height: 1.5;
  }
}
.l-header__navitem > span {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem > span {
    display: block;
    font-size: 16px;
    color: #001952;
  }
}
.l-header__navitem.-open > span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.l-header__navitem.-open > span::before {
  content: none;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-open > span {
    color: #001952;
    padding-right: 24px;
  }
  .l-header__navitem.-open > span::before {
    content: "";
    position: absolute;
    background-color: #001952;
    width: 2px;
    height: 12px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header__navitem.-open > span::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/nav-arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-open > span::after {
    background-image: none;
    background-color: #001952;
    width: 12px;
    height: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-open.is-open > span::before {
    opacity: 0;
  }
}
.l-header__megamenu {
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 126px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 60px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
          box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
  border-radius: 10px;
  border: 1px solid #C1CDE8;
  display: none;
  padding: 50px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu {
    position: unset;
    left: unset;
    top: unset;
    width: 100%;
    max-width: unset;
    -webkit-transform: none;
            transform: none;
    display: none;
    padding: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    border: 0;
  }
}
.l-header__megamenu--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  gap: 80px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--inner {
    display: block;
    padding-left: unset;
  }
}
.l-header__megamenu--head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--head {
    display: none;
  }
}
.l-header__megamenu--title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.l-header__megamenu--en {
  font-size: 16px;
  color: #1980D6;
  line-height: 1.3125;
  margin-top: 5px;
  white-space: nowrap;
}
.l-header__megamenu--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 161px;
  height: 44px;
  margin-top: 20px;
  border: 1px solid #1980D6;
  border-radius: 22px;
  color: #1980D6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.l-header__megamenu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 16px 0 0;
    gap: 14px;
    padding: 0 0 0 14px;
  }
}
.l-header__megamenu--item {
  width: 182px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item a {
    color: #001952;
  }
}
.l-header__megamenu--item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item figure {
    display: none;
  }
}
.l-header__megamenu--item div {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item div {
    margin-top: 0;
    display: block;
  }
}
.l-header__megamenu--item span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item span {
    font-size: 15px;
    color: #001952;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item svg {
    display: none;
  }
}
.l-header__megamenu--recruit.c-button {
  margin-top: auto;
  width: 161px;
  height: 44px;
  padding: 0 22px;
  letter-spacing: 0.01em;
}
.l-header__megamenu--recruit.c-button::after {
  content: none;
}
.l-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .l-header__cta {
    display: block;
    -ms-flex-item-align: auto;
        align-self: auto;
    height: auto;
    width: 100%;
    border-top: 1px solid #9BB8E2;
  }
}
.l-header__cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.l-header__cta-item > .l-header__megamenu {
  left: auto;
  right: 30px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1030px) {
  .l-header__cta-item {
    display: none;
  }
}
.l-header__contact, .l-header__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 110px;
  height: 100%;
  padding-top: 32.5px;
  line-height: 1;
  font-size: 16px;
  color: #ECF6FF;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.l-header__contact > .l-header__cta-label, .l-header__recruit > .l-header__cta-label {
  display: block;
}
.l-header__contact::after, .l-header__recruit::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ECF6FF;
  -webkit-box-shadow: 12px 0 0 0 #ECF6FF, 24px 0 0 0 #ECF6FF;
          box-shadow: 12px 0 0 0 #ECF6FF, 24px 0 0 0 #ECF6FF;
  -webkit-transform: translate(-12px, 2px);
          transform: translate(-12px, 2px);
  -webkit-transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__contact:hover, .l-header__recruit:hover {
  color: #ECF6FF;
  opacity: 1;
}
.l-header__contact:hover::after, .l-header__recruit:hover::after {
  width: 9px;
  height: 9px;
  -webkit-box-shadow: 14px 0 0 0 #ECF6FF, 28px 0 0 0 #ECF6FF;
          box-shadow: 14px 0 0 0 #ECF6FF, 28px 0 0 0 #ECF6FF;
  -webkit-transform: translate(-14px, 1px);
          transform: translate(-14px, 1px);
}
@media screen and (max-width: 1030px) {
  .l-header__contact, .l-header__recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    height: 77px;
    background-color: transparent;
    font-size: 16px;
    color: #1980D6;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 39px;
    border: 1px solid #1980D6;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 0.01em;
    position: relative;
  }
  .l-header__contact::after, .l-header__recruit::after {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    background: linear-gradient(45deg, transparent 46%, #1980D6 47%, #1980D6 53%, transparent 54%) left bottom/50% 100% no-repeat, linear-gradient(-45deg, transparent 46%, #1980D6 47%, #1980D6 53%, transparent 54%) right bottom/50% 100% no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #1980D6;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 32px;
    top: 50%;
  }
}
.l-header__contact {
  background: #001952;
}
.l-header__contact:hover {
  background-color: #213871;
}
@media screen and (max-width: 1030px) {
  .l-header__contact {
    margin-top: 70px;
    background-color: #fff;
    font-size: 19px;
  }
  .l-header__contact:hover, .l-header__contact:active {
    background-color: #1980D6;
    color: #fff;
    border-color: #fff;
    opacity: 1;
  }
  .l-header__contact::after {
    width: 24px;
    height: 20px;
    border: none;
    border-radius: 0;
    background: url("../images/common/icon-mail.webp") center/contain no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-header__contact:hover::after, .l-header__contact:active::after {
    width: 24px;
    height: 20px;
    border: none;
    border-radius: 0;
    background: url("../images/common/icon-mail.webp") center/contain no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.l-header__recruit {
  cursor: pointer;
  background: #1980D6;
}
.l-header__recruit:hover {
  background-color: #4497DD;
}
@media screen and (max-width: 1030px) {
  .l-header__recruit {
    display: none;
  }
}

@media screen and (max-width: 1030px) {
  body.is-open {
    overflow: hidden;
  }
  body.is-open .l-header {
    background-color: #E9ECF2;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body.is-open .u-header-only {
    display: none;
  }
  body.is-open .u-header-hidden {
    display: block;
  }
}
.l-footer {
  border-top: 1px solid #1980D6;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 70px 30px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__logo {
  width: 296px;
  display: block;
}
@media screen and (max-width: 1105px) {
  .l-footer__logo {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 230px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__address {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #1980D6;
  letter-spacing: 0.01em;
  line-height: 1.75;
}
.l-footer__address a {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.l-footer__address a::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url("../images/common/icon-map.svg") center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__address span {
  font-size: 14px;
}
.l-footer__contact {
  margin: 31px 0 0 0;
  width: 190px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  border: 1px solid;
  padding: 0 27px 0 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1980D6;
}
.l-footer__contact:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.l-footer__contact:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    display: none;
  }
}
.l-footer__nav {
  padding-right: 50px;
  padding-left: 50px;
  color: #1980D6;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-footer__body {
  padding: 30px 30px 60px;
  background: #ECF6FF;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__body {
    margin-top: 30px;
    padding: 40px 30px;
  }
}
.l-footer__recruit-link.c-button, .l-footer__contact-link.c-button {
  padding: 0 40px 0 50px;
  width: 420px;
  height: 100px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit-link.c-button, .l-footer__contact-link.c-button {
    padding: 0 30px 0 40px;
    width: 100%;
    height: 60px;
    font-size: 19px;
  }
}
.l-footer__recruit-link.c-button::after {
  right: 64px;
}
.l-footer__recruit-link.c-button:hover::after {
  right: 68px;
}
.l-footer__contact-link.c-button {
  margin-top: 20px;
  background-color: #fff;
  color: #1980D6;
  border-color: #1980D6;
}
.l-footer__contact-link.c-button:hover {
  background-color: #1980D6;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.l-footer__contact-link.c-button:hover::after {
  width: 31px;
  height: 25px;
  border-radius: 0;
  background: url("../images/common/icon-mail.webp") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-footer__contact-link.c-button::after {
  width: 31px;
  height: 25px;
  border-radius: 0;
  background: url("../images/common/icon-mail.webp") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer__contact-link.c-button:hover::after {
    width: 24px;
    height: 20px;
  }
  .l-footer__contact-link.c-button::after {
    width: 24px;
    height: 20px;
  }
}
.l-footer__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    margin-top: 40px;
  }
}
.l-footer__item {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.l-footer__sub-item {
  margin-top: 5px;
}
.l-footer__sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-footer__sub-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-list {
    display: block;
    position: static;
    margin-top: 24px;
  }
}
.l-footer__bottom-item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-item:not(:first-child) {
    margin-left: 0;
  }
}
.l-footer__bottom-link {
  padding-left: 20px;
  border-left: 1px solid #1980D6;
  font-size: 14px;
  font-weight: 500;
  color: #1980D6;
  line-height: 1.0714285714;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-link {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.l-footer__bottom-link.-copy {
  padding-left: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-link.-copy {
    display: block;
    margin-top: 24px;
    padding-left: 0;
  }
}

.l-page {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 50px 0;
  }
}

.l-page02 {
  padding: 103px 0 140px;
}
@media screen and (max-width: 768px) {
  .l-page02 {
    padding: 50px 0;
  }
}

.l-bg {
  background: #F4F8FF;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #001952;
}
.c-title .-jp {
  display: block;
  font-size: 48px;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-title .-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #9BB8E2;
  letter-spacing: 0.04em;
}
.c-title.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-title.-white {
  color: #fff;
}
.c-title.-white .-en {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title {
    gap: 6px;
  }
  .c-title .-jp {
    font-size: 32px;
    line-height: 1.4375;
  }
  .c-title .-en {
    font-size: 16px;
    line-height: 1.375;
  }
}

.c-button {
  padding: 0 24px 0 32px;
  width: 254px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #1980D6;
  border-color: #1980D6;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.c-button::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 #fff;
          box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 #fff;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, right 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, right 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-button:hover {
  background-color: #4497DD;
  border-color: #4497DD;
  opacity: 1;
}
.c-button:hover::after {
  width: 9px;
  height: 9px;
  -webkit-box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
          box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1030px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 28px;
    top: 24px;
    width: 50px;
    height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #1980D6;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .c-burger__border {
    width: 15px;
    height: 1px;
    border-radius: 999px;
    display: block;
    background-color: #1980D6;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s, opacity 0.2s;
    transition: transform 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  }
  .c-burger__border--top {
    top: 9px;
  }
  .c-burger__border--mid {
    top: 13px;
  }
  .c-burger__border--bottom {
    top: 17px;
  }
  .c-burger.is-open {
    background-color: #fff;
  }
  .c-burger.is-open .c-burger__border--top {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}

.c-breadcrumb {
  background-color: #E7EFF7;
  margin: 0 calc(50% - 50vw) 0;
  padding: 23px calc(50vw - 50%);
  width: 100vw;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.c-breadcrumb .current-item {
  font-weight: 700;
}

.c-pageheader {
  padding: 90px 0 60px;
}
.c-pageheader.-pd {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .c-pageheader {
    padding: 40px 0 40px;
  }
  .c-pageheader.-pd {
    padding: 60px 0 40px;
  }
}
.c-pageheader__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.c-pageheader__title .-sm {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1980D6;
  text-transform: uppercase;
}
.c-pageheader__title .-lg {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-lg {
    font-size: 28px;
  }
}
.c-pageheader__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 28px;
}
.c-pageheader__lead.-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-pageheader__lead {
    text-align: left;
    font-size: 15px;
  }
}

.c-cta__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    padding: 70px 30px;
  }
}
.c-cta__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-cta__links {
    gap: 20px;
  }
}
.c-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  overflow: hidden;
  border: 1px solid #1980D6;
}
.c-cta__link img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__link img {
    width: 52.05128vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__link {
    padding-right: 63px;
    padding-left: 63px;
    height: 20.51282vw;
  }
}
.c-cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  margin-top: 40px;
  border: 1px solid #1980D6;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  .c-cta__tel {
    display: block;
    gap: 0;
    margin-top: 20px;
    padding: 32px 20px;
    text-align: center;
    height: auto;
  }
}
.c-cta__tel-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__tel-label {
    font-size: 18px;
  }
}
.c-cta__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__tel-number {
    margin-top: 17px;
    font-size: 36px;
  }
}
.c-cta__tel-hours {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-cta__tel-hours {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__links {
    grid-template-columns: 1fr;
  }
}

.c-section-title {
  background: url(../images/common/bg-section.svg) no-repeat left top/contain, #F4F8FF;
  padding: 115px 0 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    padding: 50px 0 25px;
  }
}
.c-section-title .-en {
  display: block;
  margin-top: 8px;
  font-size: 104px;
  font-family: "Roboto", sans-serif;
  color: #001952;
  line-height: 1.3173076923;
}
@media screen and (max-width: 768px) {
  .c-section-title .-en {
    font-size: 52px;
  }
}
.c-section-title .-jp {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #001952;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-title .-jp {
    font-size: 18px;
  }
}
.c-section-title__inner {
  padding-right: 120px;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .c-section-title__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-section-title02 {
  text-align: center;
}
.c-section-title02 .-en {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #1980D6;
  line-height: 1.3;
}
.c-section-title02 .-jp {
  display: block;
  font-size: 56px;
  font-weight: 500;
  color: #1980D6;
  line-height: 1.4464285714;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-title02 .-jp {
    font-size: 40px;
  }
}

.c-entry-links {
  margin-top: 115px;
  background: #1980D6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-entry-links {
    margin-top: 70px;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-entry-links__list {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .c-entry-links__list {
    padding: 44px 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.c-entry-links__list.is-single {
  grid-template-columns: 1fr;
  max-width: 583px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-entry-links__list.is-single {
    max-width: 100%;
  }
}
.c-entry-links__link {
  min-height: 138px;
  background: #fff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #001952;
  border: 1px solid #D8E8F5;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.c-entry-links__link:hover {
  opacity: 1;
  background: #001952;
  color: #fff;
  border-color: #001952;
}
@media screen and (max-width: 768px) {
  .c-entry-links__link {
    min-height: 100px;
    border-radius: 10px;
  }
}
.c-entry-links__jp {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-entry-links__jp {
    font-size: 24px;
  }
}
.c-entry-links__en {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-entry-links__en {
    margin-top: 6px;
    font-size: 16px;
  }
}

.c-recruit-feature {
  margin-top: 168px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  position: relative;
}
.c-recruit-feature::after {
  content: "";
  position: absolute;
  width: 492px;
  height: 492px;
  border-radius: 50%;
  background: #F4F8FF;
  right: -282px;
  top: -164px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-recruit-feature {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .c-recruit-feature::after {
    width: 220px;
    height: 220px;
    right: -120px;
    top: 220px;
  }
}

.c-recruit-feature__card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  aspect-ratio: 580/416;
}
.c-recruit-feature__card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-recruit-feature__card:hover {
  opacity: 1;
}
.c-recruit-feature__card:hover .c-recruit-feature__dot {
  width: 85px;
  height: 85px;
  background: #1980D6;
}
.c-recruit-feature__card:hover .c-recruit-feature__dot::before {
  background: #fff;
  -webkit-box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
          box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__card:hover .c-recruit-feature__dot::before {
    -webkit-box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
            box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__card {
    border-radius: 14px;
  }
}

.c-recruit-feature__card--data::before, .c-recruit-feature__card--data::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.c-recruit-feature__card--data::before {
  background: rgba(29, 62, 139, .9);
  opacity: 1;
}
.c-recruit-feature__card--data::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 204, .5)), color-stop(43.35%, rgba(0, 102, 204, .35)), to(rgba(0, 30, 98, .2)));
  background: linear-gradient(rgba(0, 102, 204, .5) 0%, rgba(0, 102, 204, .35) 43.35%, rgba(0, 30, 98, .2) 100%);
  opacity: 0;
}
.c-recruit-feature__card--data:hover::before {
  opacity: 0;
}
.c-recruit-feature__card--data:hover::after {
  opacity: 1;
}

.c-recruit-feature__card--interview::before, .c-recruit-feature__card--interview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.c-recruit-feature__card--interview::before {
  background: rgba(30, 94, 168, .9);
  opacity: 1;
}
.c-recruit-feature__card--interview::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#06c), color-stop(43.35%, rgba(0, 102, 204, .7)), to(rgba(0, 30, 98, .4)));
  background: linear-gradient(#06c 0%, rgba(0, 102, 204, .7) 43.35%, rgba(0, 30, 98, .4) 100%);
  opacity: 0;
}
.c-recruit-feature__card--interview:hover::before {
  opacity: 0;
}
.c-recruit-feature__card--interview:hover::after {
  opacity: 0.7;
}

.c-recruit-feature__card--benefits::before, .c-recruit-feature__card--benefits::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.c-recruit-feature__card--benefits::before {
  background: rgba(25, 128, 214, .9);
  opacity: 1;
}
.c-recruit-feature__card--benefits::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 204, .5)), color-stop(43.35%, rgba(0, 102, 204, .35)), to(rgba(0, 30, 98, .2)));
  background: linear-gradient(rgba(0, 102, 204, .5) 0%, rgba(0, 102, 204, .35) 43.35%, rgba(0, 30, 98, .2) 100%);
  opacity: 0;
}
.c-recruit-feature__card--benefits:hover::before {
  opacity: 0;
}
.c-recruit-feature__card--benefits:hover::after {
  opacity: 1;
}

.c-recruit-feature__body {
  position: relative;
  z-index: 3;
  padding: 42px 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__body {
    padding: 24px 20px;
  }
}

.c-recruit-feature__en {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.c-recruit-feature__title {
  margin-top: 8px;
  font-size: 40px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .c-recruit-feature__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__title {
    margin-top: 2px;
  }
}
@media screen and (max-width: 440px) {
  .c-recruit-feature__title {
    font-size: 24px;
  }
}

.c-recruit-feature__dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  -webkit-transition: width 0.6s ease, height 0.6s ease, background-color 0.6s ease;
  transition: width 0.6s ease, height 0.6s ease, background-color 0.6s ease;
}
.c-recruit-feature__dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #001952;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: -14px 0 0 0 #001952, 14px 0 0 0 #001952;
          box-shadow: -14px 0 0 0 #001952, 14px 0 0 0 #001952;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, box-shadow 0.6s ease;
  transition: background-color 0.6s ease, box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__dot {
    right: 16px;
    bottom: 16px;
  }
  .c-recruit-feature__dot::before {
    width: 6px;
    height: 6px;
    -webkit-box-shadow: -11px 0 0 0 #001952, 11px 0 0 0 #001952;
            box-shadow: -11px 0 0 0 #001952, 11px 0 0 0 #001952;
  }
}

.c-recruit-feature__dot--blue {
  background: #1980D6;
}
.c-recruit-feature__dot--blue::before {
  background: #fff;
  -webkit-box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
          box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .c-recruit-feature__dot--blue::before {
    -webkit-box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
            box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
  }
}

.p-top-kv__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-kv__inner {
    padding: 30px 30px 25px;
  }
}
.p-top-kv__inner img {
  width: 46.73611vw;
  max-width: 673px;
}
@media screen and (max-width: 768px) {
  .p-top-kv__inner img {
    width: 64.10256vw;
  }
}
.p-top__title {
  color: #001952;
}
.p-top__title.-white {
  color: #fff;
}
.p-top__title .-en {
  display: block;
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  line-height: 1.325;
}
@media screen and (max-width: 768px) {
  .p-top__title .-en {
    font-size: 72px;
  }
}
.p-top__title .-jp {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top__title .-jp {
    font-size: 18px;
  }
}
.p-top-message {
  overflow-x: clip;
  background: url(../images/top/bg-message.svg) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-message {
    text-align: left;
    background: none;
  }
}
.p-top-message__image {
  margin-right: auto;
  margin-left: auto;
  width: 133px;
  height: 98px;
}
@media screen and (max-width: 768px) {
  .p-top-message__image {
    width: 83px;
    height: 57px;
  }
}
.p-top-message__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-message__title {
    text-align: center;
  }
}
.p-top-message__inner {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding: 400px 0 250px;
}
@media screen and (max-width: 768px) {
  .p-top-message__inner {
    background: #1A80D6;
    padding: 100px 30px;
    max-width: unset;
  }
}
.p-top-message__heading {
  margin-top: 88px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-message__heading {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-top-message__text {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2.5;
}
.p-top-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 113.8888888889vw;
  margin: 0 0 32px -6.9444444444vw;
  padding: 0;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .p-top-message__list {
    width: 100%;
    margin: 0;
    padding: 0 5.12821vw;
    display: grid;
    grid-template-columns: 33.33333vw 28.20513vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 4.10256vw;
       -moz-column-gap: 4.10256vw;
            column-gap: 4.10256vw;
    row-gap: 5.12821vw;
    background-color: #F4F8FF;
    background-image: url(../images/top/bg-message-sp.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.p-top-message__list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-message__item {
  min-width: 0;
  opacity: 0;
  --fade-offset-y: 32px;
  --float-y1: -14px;
  --float-y2: 18px;
  --float-y3: -9px;
  --float-x1: 0px;
  --float-x2: 0px;
  --float-x3: 0px;
  --float-duration: 7.2s;
  --float-delay: 0s;
  -webkit-transform: translateY(var(--fade-offset-y));
          transform: translateY(var(--fade-offset-y));
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
  will-change: opacity, transform;
}
.p-top-message__item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: pTopMessageFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
          animation: pTopMessageFloat var(--float-duration) ease-in-out var(--float-delay) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-message__item {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-message__item img {
  width: 100%;
  height: auto;
}
.p-top-message__item1 {
  --fade-offset-y: -28px;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-box-flex: 380;
      -ms-flex: 380;
          flex: 380;
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .p-top-message__item1 {
    position: relative;
    left: 7.94872vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 32.5641vw;
    -ms-flex-item-align: end;
        align-self: end;
    justify-self: end;
  }
}
.p-top-message__item2 {
  --fade-offset-y: 34px;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
  -webkit-box-flex: 304;
      -ms-flex: 304;
          flex: 304;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-message__item2 {
    position: relative;
    left: 7.94872vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 26.15385vw;
    -ms-flex-item-align: end;
        align-self: end;
    justify-self: start;
  }
}
.p-top-message__item3 {
  --fade-offset-y: -40px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-box-flex: 444;
      -ms-flex: 444;
          flex: 444;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-top-message__item3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    width: 33.33333vw;
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: start;
  }
}
.p-top-message__item4 {
  --fade-offset-y: 28px;
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-box-flex: 381;
      -ms-flex: 381;
          flex: 381;
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .p-top-message__item4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    width: 28.20513vw;
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: start;
  }
}
.p-top-news {
  padding: 120px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 50px 30px 70px;
  }
}
.p-top-news__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 0 74px;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 30px 0 20px;
  }
}
.p-top-news__list {
  background: #ECF6FF;
  border-radius: 20px;
  margin-top: 40px;
  padding: 50px 75px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-top-news__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-news__item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-top-news__item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1DA;
}
@media screen and (max-width: 768px) {
  .p-top-news__item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.p-top-news__link {
  display: block;
  text-decoration: none;
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-news__date {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #707070;
}
.p-top-news__cat {
  display: block;
  margin-left: 20px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 500;
  color: #1980D6;
  background: #D9EDFF;
  line-height: 1.4285714286;
}
.p-top-news__title {
  margin-top: 16px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.p-top-news__button {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin-top: 40px;
  }
}
.p-top-service {
  background: url(../images/top/bg-service.webp) no-repeat center top;
  background-size: cover;
  padding: 110px 30px 130px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    background: none;
    padding: 0;
  }
}
.p-top-service__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.p-top-service__inner-left {
  max-width: 363px;
}
@media screen and (max-width: 768px) {
  .p-top-service__inner-left {
    max-width: unset;
  }
}
.p-top-service__body {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-service__body {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    background: url(../images/top/bg-service-sp.webp) no-repeat center bottom;
    background-size: cover;
    padding: 50px 30px 330px;
  }
}
.p-top-service__link.c-button {
  margin-top: 46px;
  width: 200px;
  height: 200px;
  padding: 76px 0 0;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-service__link.c-button {
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-service__link.c-button::after {
  right: auto;
  left: calc(50% - 15.5px);
  top: auto;
  bottom: 54px;
  -webkit-transform: none;
          transform: none;
}
.p-top-service__link.c-button:hover {
  opacity: 1;
  background-color: #4497DD;
  color: #fff;
}
.p-top-service__link.c-button:hover::after {
  left: calc(50% - 18.5px);
  width: 9px;
  height: 9px;
  background-color: #fff;
  -webkit-box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
          box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
}
.p-top-recruit {
  position: relative;
  overflow: hidden;
  background-color: #1980D6;
  background-image: radial-gradient(circle 230px at calc(100% - 95px) 95px, rgba(16, 121, 212, .65) 99.9%, transparent 100%), radial-gradient(circle 370.5px at calc(100% - 195.5px) 195.5px, rgba(16, 121, 212, .75) 99.9%, transparent 100%), radial-gradient(circle 588px at 328px calc(100% - 328px), rgba(16, 121, 212, .85) 99.9%, transparent 100%);
  color: #fff;
  padding: 110px 30px 130px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding: 50px 30px 70px;
    background-image: radial-gradient(circle 205px at 100% 155px, rgba(16, 121, 212, .75) 99.9%, transparent 100%), radial-gradient(circle 325px at -85px calc(100% - 65px), rgba(16, 121, 212, .85) 99.9%, transparent 100%);
  }
}
.p-top-recruit__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    display: block;
  }
}
.p-top-recruit__left {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-recruit__desc {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__desc {
    margin-top: 24px;
  }
}
.p-top-recruit__message {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__message {
    margin-top: 40px;
    line-height: 1.5;
  }
}
.p-top-recruit__link.c-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 46px;
  width: 200px;
  height: 200px;
  padding: 76px 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  color: #1980D6;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link.c-button {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-recruit__link.c-button::after {
  right: auto;
  left: calc(50% - 15.5px);
  top: auto;
  bottom: 54px;
  -webkit-transform: none;
          transform: none;
  background-color: #1980D6;
  -webkit-box-shadow: 12px 0 0 0 #1980D6, 24px 0 0 0 #1980D6;
          box-shadow: 12px 0 0 0 #1980D6, 24px 0 0 0 #1980D6;
}
.p-top-recruit__link.c-button:hover {
  opacity: 1;
  background-color: #EBF6FF;
  color: #1980D6;
}
.p-top-recruit__link.c-button:hover::after {
  left: calc(50% - 18.5px);
  width: 9px;
  height: 9px;
  background-color: #1980D6;
  -webkit-box-shadow: 14px 0 0 0 #1980D6, 28px 0 0 0 #1980D6;
          box-shadow: 14px 0 0 0 #1980D6, 28px 0 0 0 #1980D6;
}
.p-top-recruit__slider {
  margin-top: 67px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__slider {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-top-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__list {
    gap: 20px;
  }
}
.p-top-recruit__item {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }
}
.p-top-recruit__item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-recruit__item:nth-child(2n) {
  margin-top: 164px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item:nth-child(2n) {
    margin-top: 80px;
  }
}

@-webkit-keyframes pTopMessageFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  28% {
    -webkit-transform: translate(var(--float-x1), var(--float-y1));
            transform: translate(var(--float-x1), var(--float-y1));
  }
  62% {
    -webkit-transform: translate(var(--float-x2), var(--float-y2));
            transform: translate(var(--float-x2), var(--float-y2));
  }
  84% {
    -webkit-transform: translate(var(--float-x3), var(--float-y3));
            transform: translate(var(--float-x3), var(--float-y3));
  }
}

@keyframes pTopMessageFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  28% {
    -webkit-transform: translate(var(--float-x1), var(--float-y1));
            transform: translate(var(--float-x1), var(--float-y1));
  }
  62% {
    -webkit-transform: translate(var(--float-x2), var(--float-y2));
            transform: translate(var(--float-x2), var(--float-y2));
  }
  84% {
    -webkit-transform: translate(var(--float-x3), var(--float-y3));
            transform: translate(var(--float-x3), var(--float-y3));
  }
}
.p-404__inner {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.p-404__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.p-404__body {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-404__body {
    margin-top: 35px;
  }
}
.p-404 .c-button {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-404 .c-button {
    margin: 35px auto 0;
  }
}

.p-thanks__inner {
  max-width: 717px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.p-thanks__body {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-thanks__body {
    margin-top: 35px;
  }
}
.p-thanks .c-button {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-thanks .c-button {
    margin: 35px auto 0;
  }
}

.p-contact .wpcf7-list-item {
  margin-left: 0;
}
.p-contact .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.p-contact .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.p-contact .wpcf7-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 19px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #252525;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.p-contact .wpcf7-radio input[type=radio]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1980D6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-contact .wpcf7-radio input[type=radio]:checked::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-contact__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.p-contact__required {
  color: #E60012;
}
.p-contact__form-wrap {
  max-width: 954px;
  margin: 56px auto 0;
}
.p-contact__row {
  display: grid;
  grid-template-columns: 190px 720px;
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__row:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-contact__row:not(:first-child) {
    margin-top: 24px;
  }
}
.p-contact__label {
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    width: 100%;
    margin-top: 0;
  }
}
.p-contact__input, .p-contact__textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F4F4;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 18px;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #C6C6C6;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #C6C6C6;
}
.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #C6C6C6;
}
.p-contact__input::placeholder, .p-contact__textarea::placeholder {
  color: #C6C6C6;
}
.p-contact__input {
  height: 56px;
}
.p-contact__textarea {
  height: 258px;
  padding-top: 18px;
  resize: vertical;
}
.p-contact__field {
  width: 720px;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__field {
    width: 100%;
  }
}
.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6875;
}
.p-contact__radio:not(:first-child) {
  margin-top: 8px;
}
.p-contact__radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 19px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #252525;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.p-contact__radio input[type=radio]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1980D6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-contact__radio input[type=radio]:checked::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-contact__notes {
  margin: 100px auto 0;
  max-width: 600px;
  font-size: 12px;
  line-height: 2;
}
.p-contact__notes a {
  text-decoration: underline;
}
.p-contact__submit.c-button {
  margin: 70px auto 0;
  width: 254px;
}
@media screen and (max-width: 768px) {
  .p-contact__submit.c-button {
    width: 254px;
    margin-top: 50px;
    font-size: 14px;
  }
}
.p-contact input.p-contact__submit.c-button::after {
  content: none;
}
.p-contact input.p-contact__submit.c-button {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, background-size 0.3s ease, background-position 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, background-size 0.3s ease, background-position 0.3s ease;
  background-image: radial-gradient(circle closest-side, #fff 99%, transparent 100%), radial-gradient(circle closest-side, #fff 99%, transparent 100%), radial-gradient(circle closest-side, #fff 99%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px, 7px 7px;
  background-position: calc(100% - 52px) 50%, calc(100% - 40px) 50%, calc(100% - 28px) 50%;
}
.p-contact input.p-contact__submit.c-button:hover {
  background-color: #4497DD;
  border-color: #4497DD;
  color: #fff;
  opacity: 1;
  background-size: 9px 9px, 9px 9px, 9px 9px;
  background-position: calc(100% - 53px) 50%, calc(100% - 39px) 50%, calc(100% - 25px) 50%;
}
.p-contact .c-button {
  letter-spacing: 0.01em;
}

.p-news__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.p-news__category-item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-news__category-item:not(:first-child) {
    margin-top: 0;
  }
}
.p-news__category-item a {
  display: inline-block;
  padding: 6px 24px;
  border: 1px solid #BCC9E5;
  border-radius: 8px;
  color: #7D93C3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-news__category-item a {
    font-size: 14px;
    padding: 3px 12px;
  }
}
.p-news__category-item.is-current a {
  border: 1px solid #1980D6;
  background: #1980D6;
  color: #fff;
}
.p-news__content {
  max-width: 900px;
}
.p-news__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1DA;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    padding-bottom: 20px;
  }
}
.p-news__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-news__item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-news__item.-empty {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
}
.p-news__link {
  display: block;
  text-decoration: none;
}
.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__date {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #707070;
}
.p-news__cat {
  display: block;
  margin-left: 20px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 500;
  color: #1980D6;
  background: #D9EDFF;
  line-height: 1.4285714286;
}
.p-news__title {
  margin-top: 16px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.p-news__pagination {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-news__pagination {
    margin-top: 35px;
  }
}
.p-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-news__pagination-item {
  line-height: 1;
}
.p-news__pagination-item .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  border: 1px solid #7D93C3;
  color: #7D93C3;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3333333333;
}
.p-news__pagination-item .page-numbers.current {
  background: #011952;
  border-color: #011952;
  color: #fff;
}
.p-news__pagination-item .page-numbers:not(.current):not(.prev):not(.next):hover {
  background: #011952;
  border-color: #011952;
  color: #fff;
  opacity: 1;
}
.p-news__pagination-item .page-numbers.prev, .p-news__pagination-item .page-numbers.next {
  position: relative;
  width: auto;
  min-width: 0;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0 2px;
  font-size: 0;
  line-height: 0;
}
.p-news__pagination-item .page-numbers.prev::before, .p-news__pagination-item .page-numbers.next::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  border-top: 1px solid #001952;
  border-right: 1px solid #001952;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-news__pagination-item .page-numbers.prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-news__pagination-item.-dots {
  width: 24px;
  height: 4px;
}
.p-news__pagination-item.-dots::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7D93C3;
  -webkit-box-shadow: 10px 0 0 0 #7D93C3, 20px 0 0 0 #7D93C3;
          box-shadow: 10px 0 0 0 #7D93C3, 20px 0 0 0 #7D93C3;
}

.p-single-head {
  border-bottom: 1px solid #E1E1DA;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-single-head {
    padding: 25px 0;
  }
}
.p-single-head__post {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-single-head__post {
    margin-top: 24px;
  }
}

.p-single-title {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
}

.p-single {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 50px 0;
  }
}
.p-single__content {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single__date {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #707070;
}
.p-single__cat {
  display: block;
  margin-left: 20px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 500;
  color: #1980D6;
  background: #D9EDFF;
  line-height: 1.4285714286;
}
.p-single__post-title {
  margin-top: 16px;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-single__post-title {
    font-size: 20px;
  }
}
.p-single__body p, .p-single__body ul, .p-single__body ol, .p-single__body li, .p-single__body a, .p-single__body dl, .p-single__body dt, .p-single__body dd {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-single__body p, .p-single__body ul, .p-single__body ol, .p-single__body li, .p-single__body a, .p-single__body dl, .p-single__body dt, .p-single__body dd {
    margin-top: 30px;
  }
}
.p-single figure img {
  border-radius: 20px;
}
.p-single__button {
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  .p-single__button {
    margin-top: 70px;
  }
}

.p-requirement__tabs {
  max-width: 1260px;
  margin: 0 auto;
}
.p-requirement__tab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-requirement__tab-list {
    gap: 8px;
  }
}
.p-requirement__tab {
  height: 70px;
  border: none;
  border-radius: 20px 20px 0 0;
  background: #0537A5;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.3em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.35s ease, background-color 0.35s ease, height 0.35s ease;
  transition: opacity 0.35s ease, background-color 0.35s ease, height 0.35s ease;
}
.p-requirement__tab:hover {
  opacity: 0.85;
}
.p-requirement__tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.p-requirement__tab.is-active {
  height: 96px;
  background: #1980D6;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-requirement__tab {
    height: 56px;
    font-size: 16px;
  }
  .p-requirement__tab.is-active {
    height: 76px;
  }
}
.p-requirement__panel {
  border: 1px solid #1980D6;
  border-radius: 0 0 30px 30px;
  background: #fff;
  padding: 46px 56px 24px;
}
@media screen and (max-width: 768px) {
  .p-requirement__panel {
    padding: 18px 16px 12px;
    border-radius: 0 0 18px 18px;
  }
}
.p-requirement__table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-requirement__table tr {
  border-top: 1px solid #D0D2D5;
}
.p-requirement__table tr:first-child {
  border-top: none;
}
.p-requirement__table th,
.p-requirement__table td {
  padding: 35px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-requirement__table th {
  width: 172px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 2;
  color: #1980D6;
  font-weight: 500;
  white-space: nowrap;
}
.p-requirement__table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-requirement__table li {
  position: relative;
  padding-left: 1.05em;
}
.p-requirement__table li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2A91D8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-requirement__table li:not(:first-child) {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-requirement__table tr {
    display: block;
  }
  .p-requirement__table th,
  .p-requirement__table td {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-requirement__table tr.is-no-label th {
    display: none;
  }
  .p-requirement__table th {
    padding-bottom: 0;
    white-space: normal;
  }
  .p-requirement__table td {
    padding-top: 8px;
  }
  .p-requirement__table li {
    padding-left: 0.95em;
  }
  .p-requirement__table li::before {
    top: 0.83em;
    width: 5px;
    height: 5px;
  }
}
.p-requirement__flow {
  margin-top: 116px;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow {
    margin-top: 72px;
  }
}
.p-requirement__flow-bar {
  border-radius: 10px;
  background: #1980D6;
  padding: 12px 40px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3333333333;
}
.p-requirement__flow-card {
  margin-top: 20px;
  border-radius: 10px;
  background: #F4F4F4;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow-card {
    padding: 24px 16px 28px;
  }
}
.p-requirement__flow-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  max-width: 990px;
}
.p-requirement__flow-list::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42px;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-requirement__flow-list::before {
    display: none;
  }
}
.p-requirement__flow-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow-item {
    display: grid;
    grid-template-columns: 78px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-align: left;
  }
}
.p-requirement__flow-step {
  margin: 0 auto 31px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-requirement__flow-step span {
  display: block;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #001952;
}
.p-requirement__flow-step strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow-step {
    width: 78px;
    height: 78px;
    margin: 0;
  }
  .p-requirement__flow-step strong {
    font-size: 28px;
  }
}
.p-requirement__flow-label {
  color: #1980D6;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-requirement__flow-label {
    font-size: 22px;
    line-height: 1.35;
  }
}

.p-about__message-image {
  margin-top: 46px;
  border-radius: 30px;
  overflow: hidden;
}
.p-about__message-image img {
  display: block;
  width: 100%;
}
.p-about__message-body {
  margin-top: 74px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.25fr);
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-about__message-body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-about__message-catch {
  font-size: 48px;
  line-height: 1.7083333333;
  font-weight: 500;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-about__message-catch {
    font-size: 24px;
  }
}
.p-about__message-block {
  padding-top: 42px;
  border-top: 1px solid #D7DDE6;
}
.p-about__message-block:first-child {
  padding-top: 0;
  border-top: none;
}
.p-about__message-block:not(:first-child) {
  margin-top: 42px;
}
.p-about__message-block-title {
  font-size: 24px;
  font-weight: 500;
  color: #001952;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p-about__message-block-title {
    font-size: 18px;
  }
}
.p-about__message-block p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-about__message-sign {
  margin-top: 44px;
  text-align: right;
  font-weight: 500;
  color: #252525;
  line-height: 1.5666666667;
}
.p-about__message-sign span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about__message-sign span {
    font-size: 16px;
  }
}
.p-about__message-sign strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-about__message-sign strong {
    font-size: 20px;
  }
}
.p-about__beliefs {
  margin-top: 140px;
  padding: 144px 0 130px;
  border-radius: 30px;
  background: #ECF6FF;
}
@media screen and (max-width: 768px) {
  .p-about__beliefs {
    margin-top: 76px;
    padding: 50px 20px;
  }
}
.p-about__beliefs-list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-about__belief-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-about__belief-item:not(:first-child) {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #9CAED6;
}
@media screen and (max-width: 768px) {
  .p-about__belief-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .p-about__belief-item:not(:first-child) {
    margin-top: 34px;
    padding-top: 34px;
  }
}
.p-about__belief-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  width: 100%;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #001952;
  line-height: 1.6;
}
.p-about__belief-label::before {
  content: "";
  width: 25px;
  height: 28px;
  background: url(../images/about-us/dia.webp) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-about__belief-label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
.p-about__belief-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 650px;
          flex: 0 1 650px;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .p-about__belief-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
.p-about__belief-body-title {
  position: relative;
  top: -12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-about__belief-body-title {
    top: 0;
    font-size: 24px;
  }
}
.p-about__belief-body p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-about__belief-body p br {
    display: none;
  }
}

.p-about-strength {
  margin-top: 110px;
  padding: 82px 0 150px;
  background: #1980D6;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about-strength {
    margin-top: 76px;
    padding: 54px 0 80px;
  }
}
.p-about-strength::before, .p-about-strength::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background: rgba(67, 152, 220, .6);
  pointer-events: none;
}
.p-about-strength::before {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .p-about-strength::before {
    width: 260px;
    height: 260px;
    right: -120px;
    top: 20px;
  }
}
.p-about-strength::after {
  width: 300px;
  height: 300px;
  left: -120px;
  top: 260px;
}
@media screen and (max-width: 768px) {
  .p-about-strength::after {
    width: 180px;
    height: 180px;
    left: -90px;
    top: 220px;
  }
}
.p-about-strength__head {
  position: relative;
  z-index: 1;
}
.p-about-strength__lead {
  position: relative;
  z-index: 1;
  margin-top: 150px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-strength__lead {
    font-size: 36px;
    line-height: 1.5;
    margin-top: 50px;
    text-align: left;
  }
  .p-about-strength__lead br {
    display: none;
  }
}
.p-about-strength__list {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about-strength__list {
    margin-top: 34px;
  }
}
.p-about-strength__item {
  padding: 55px 0;
  border-radius: 30px;
  background: #fff;
}
.p-about-strength__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-strength__item {
    padding: 40px 20px;
  }
  .p-about-strength__item:not(:first-child) {
    margin-top: 16px;
  }
}
.p-about-strength__item-inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  color: #252525;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-about-strength__item-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-about-strength__item-inner:not(:first-child) {
    margin-top: 16px;
  }
}
.p-about-strength__num {
  font-size: 156px;
  line-height: 1;
  color: #DAE8F8;
  font-family: "Roboto", sans-serif;
  color: #ECF6FF;
}
@media screen and (max-width: 768px) {
  .p-about-strength__num {
    font-size: 105px;
  }
}
.p-about-strength__body-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4666666667;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-about-strength__body-title {
    font-size: 30px;
  }
}
.p-about-strength__body p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-about-strength__body p {
    margin-top: 20px;
  }
}

.p-history__timeline {
  max-width: 920px;
  margin: 0 auto;
}
.p-history__head {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-history__head {
    margin-bottom: 34px;
  }
}
.p-history__list {
  position: relative;
}
.p-history__list::before {
  content: "";
  position: absolute;
  left: 157px;
  top: 18px;
  bottom: 24px;
  width: 1px;
  background: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-history__list::before {
    left: 122px;
  }
}
.p-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-history__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-history__item:not(:first-child) {
    margin-top: 36px;
  }
}
.p-history__year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-history__year {
    width: 122px;
  }
}
.p-history__year-main {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-history__year-main {
    font-size: 40px;
  }
}
.p-history__year-sub {
  font-size: 16px;
  font-weight: 500;
  color: #9CAED6;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-history__year-sub {
    font-size: 14px;
  }
}
.p-history__event {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  padding-left: 40px;
}
.p-history__event::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 5px solid #2783D0;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-history__event p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-history__event p:not(:first-child) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-history__event p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-history__event {
    padding-left: 30px;
  }
  .p-history__event::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}
.p-history__story {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-history__story {
    margin-top: 50px;
  }
}
.p-history__story-inner {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5555555556%;
}
@media screen and (max-width: 768px) {
  .p-history__story-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
    border-radius: 16px;
  }
}
.p-history__story-image {
  width: 47.2222222222%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-history__story-image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-history__story-image {
    width: 100%;
  }
}
.p-history__story-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-history__story-text p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-history__story-text p:not(:first-child) {
  margin-top: 16px;
}
.p-history__story-note {
  margin-top: 24px !important;
}
.p-history__vision {
  margin-top: 90px;
  padding: 84px 0 100px;
  background: #ECF4FF;
}
@media screen and (max-width: 768px) {
  .p-history__vision {
    margin-top: 60px;
    padding: 50px 0 60px;
  }
}
.p-history__vision-panel {
  margin-top: 52px;
  background: #fff;
  border-radius: 30px;
  padding: 64px 64px 50px;
}
@media screen and (max-width: 768px) {
  .p-history__vision-panel {
    margin-top: 28px;
    border-radius: 18px;
    padding: 30px 18px 24px;
  }
}
.p-history__vision-icon {
  display: block;
  width: 83px;
  margin: 0 auto;
}
.p-history__vision-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-history__vision-icon {
    width: 54px;
  }
}
.p-history__vision-title {
  margin-top: 28px;
  text-align: center;
  color: #1980D6;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4464285714;
}
@media screen and (max-width: 768px) {
  .p-history__vision-title {
    margin-top: 20px;
    font-size: 32px;
  }
}
.p-history__vision-lead {
  margin: 30px auto 0;
  max-width: 727px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-history__vision-lead {
    margin-top: 20px;
  }
}
.p-history__vision-list {
  margin-top: 46px;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-history__vision-list {
    margin-top: 24px;
  }
}
.p-history__vision-item {
  border: 1px solid #6AADE5;
  border-radius: 10px;
  overflow: hidden;
}
.p-history__vision-item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-history__vision-item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-history__vision-item-head {
  padding: 35px 60px;
  background: #ECF6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-history__vision-item-head {
    display: block;
    padding: 20px;
    gap: 0;
  }
}
.p-history__vision-item-title {
  color: #001952;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .p-history__vision-item-title {
    margin-top: 5px;
    font-size: 22px;
    line-height: 1.6;
  }
}
.p-history__vision-badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 94px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 16px;
  background: #1980D6;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-history__vision-badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-history__vision-item-body {
  padding: 32px 60px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .p-history__vision-item-body {
    padding: 14px 20px;
  }
}

.p-company__overview {
  max-width: 1140px;
  margin: 0 auto;
}
.p-company__head {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-company__head {
    margin-bottom: 36px;
  }
}
.p-company__title {
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.34375;
  color: #001952;
}
.p-company__subtitle {
  margin-top: 8px;
  font-size: clamp(20px, 1.9vw, 32px);
  font-family: "Roboto", sans-serif;
  color: #9BB8E2;
  line-height: 1.3125;
}
.p-company__table {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 38px 10px;
  border-top: 1px solid #D9D9D9;
}
.p-company__row:first-child {
  border-top: none;
}
.p-company__row dt {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #252525;
}
.p-company__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #252525;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
  .p-company__row dt {
    width: 100%;
  }
  .p-company__row dd {
    line-height: 1.8;
  }
}
.p-company__map {
  margin-top: 88px;
  width: calc(100vw - 60px);
  margin-left: calc(50% - 50vw + 30px);
}
@media screen and (max-width: 768px) {
  .p-company__map {
    margin-top: 52px;
  }
}
.p-company__map-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company__map-frame iframe {
  width: 100%;
  height: 470px;
  border: 0;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-company__map-frame iframe {
    height: 260px;
  }
}
.p-company__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 14px 10px auto;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  text-decoration: underline;
  line-height: 2;
  background: transparent;
  padding: 0;
}
.p-company__map-link::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url("../images/company/icon-map.svg") center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company__map-link {
    margin-right: 10px;
  }
}
.p-company__history-link {
  padding: 100px 0;
  background: #1980D6;
}
.p-company__history-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  background: #fff;
  max-width: 689px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: inherit;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-company__history-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 18px;
  }
}
.p-company__history-image {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
}
.p-company__history-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company__history-image {
    width: 100%;
  }
}
.p-company__history-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-company__history-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  color: #001952;
}
.p-company__history-subtitle {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3125;
  color: #001952;
}
.p-company__history-btn.c-button {
  margin-top: 18px;
  width: 201px;
  height: 55px;
}

.p-recruit {
  position: relative;
  overflow: clip;
}
.p-recruit::before, .p-recruit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ECF4FF;
  pointer-events: none;
}
.p-recruit::before {
  width: 336px;
  height: 336px;
  left: -168px;
  top: 140px;
}
@media screen and (max-width: 768px) {
  .p-recruit::before {
    width: 180px;
    height: 180px;
    left: -80px;
    top: 80px;
  }
}
.p-recruit::after {
  background: #D1E9FF;
  width: 348px;
  height: 348px;
  left: -154px;
  bottom: 280px;
}
@media screen and (max-width: 768px) {
  .p-recruit::after {
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: 180px;
  }
}
.p-recruit .l-inner {
  position: relative;
  z-index: 1;
}
.p-recruit .c-recruit-feature__card--benefits {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit .c-recruit-feature__card--benefits {
    margin-top: 0;
  }
}
.p-recruit__lead {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__lead {
    text-align: left;
  }
}
.p-recruit__lead-title {
  font-size: 40px;
  line-height: 1.7;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-recruit__lead-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 440px) {
  .p-recruit__lead-title {
    font-size: 24px;
  }
}
.p-recruit__lead-text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-recruit__lead-text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.9;
  }
  .p-recruit__lead-text br {
    display: none;
  }
}
.p-recruit__interview {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview {
    margin-top: 34px;
  }
}
.p-recruit__interview-card {
  display: grid;
  grid-template-columns: 530px minmax(0, 1fr);
  gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #6AADE5;
  border-radius: 20px;
  background: #FBFCFF;
  padding: 40px;
  position: relative;
  text-decoration: none;
  color: inherit;
  min-height: 410px;
}
.p-recruit__interview-card:hover {
  opacity: 1;
}
.p-recruit__interview-card:hover .c-recruit-feature__dot {
  width: 85px;
  height: 85px;
  background: #6AADE5;
}
.p-recruit__interview-card:hover .c-recruit-feature__dot::before {
  background: #fff;
  -webkit-box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
          box-shadow: -14px 0 0 0 #fff, 14px 0 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-card:hover .c-recruit-feature__dot::before {
    -webkit-box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
            box-shadow: -11px 0 0 0 #fff, 11px 0 0 0 #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
    border-radius: 14px;
    min-height: 0;
  }
}
.p-recruit__interview-image img {
  border-radius: 14px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-image img {
    border-radius: 10px;
  }
}
.p-recruit__interview-body {
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-body {
    padding-top: 0;
  }
}
.p-recruit__interview-en {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #001952;
}
.p-recruit__interview-title {
  font-size: 40px;
  line-height: 1.7;
  font-weight: 500;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-title {
    font-size: 30ex;
  }
}
@media screen and (max-width: 440px) {
  .p-recruit__interview-title {
    font-size: 24px;
  }
}
.p-recruit__interview-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview-text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
  .p-recruit__interview-text br {
    display: none;
  }
}

.p-data {
  overflow-x: hidden;
  overflow-x: clip;
}
.p-data__lead {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.p-data__lead-text {
  max-width: 900px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-data__cards {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-data__cards {
    margin-top: 28px;
  }
}
.p-data__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .p-data__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-data__list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
  }
}
.p-data__item {
  background: #FAFCFF;
}
.p-data__card {
  height: 380px;
  padding: 20px;
  border: 1px solid #7DBEE0;
  border-radius: 10px;
  background: #FAFCFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-data__card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 14px 14px;
  }
}
.p-data__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #001952;
}
.p-data__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1980D6;
}
.p-data__icon {
  margin: 34px 0 0;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-data__icon {
    margin-top: 15px;
    width: 60px;
    height: 60px;
  }
}
.p-data__icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-data__value {
  margin-top: 24px;
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-data__value {
    margin-top: 10px;
    min-height: 66px;
  }
}
@media screen and (max-width: 440px) {
  .p-data__value {
    min-height: unset;
  }
}
.p-data__num {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #001952;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .p-data__num {
    font-size: 60px;
  }
}
.p-data__num .p-data__unit {
  display: inline-block;
  margin-left: 4px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  vertical-align: baseline;
}
.p-data__sub {
  margin-top: 6px;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 500;
  color: #252525;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-data__sub {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.6923076923;
  }
}

.p-service__bg {
  background: url(../images/service/bg-service.svg) no-repeat;
  background-size: cover;
  background-position: center top 240px;
  padding-bottom: 140px;
}
.p-service__lead {
  text-align: center;
}
.p-service__lead-title {
  font-size: 40px;
  line-height: 1.7;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-service__lead-title {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 440px) {
  .p-service__lead-title {
    font-size: 24px;
  }
}
.p-service__lead-text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-service__lead-text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }
  .p-service__lead-text br {
    display: none;
  }
}
.p-service__support {
  margin-top: 100px;
  padding: 80px 0 110px;
  border-top: 1px solid #6AADE5;
  border-right: 1px solid #6AADE5;
  border-left: 1px solid #6AADE5;
  border-radius: 20px 20px 0 0;
  background: #FAFCFF;
}
@media screen and (max-width: 768px) {
  .p-service__support {
    margin-top: 78px;
    padding: 30px 0;
  }
}
.p-service__support-title {
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 440px) {
  .p-service__support-title {
    font-size: 24px;
  }
}
.p-service__support-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-service__support-points {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-service__support-points {
    margin-top: 30px;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-service__support-point {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#9fd0f8), to(#1980d6));
  background: linear-gradient(90deg, #9fd0f8 0%, #1980d6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.7916666667;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service__support-point {
    width: calc(50% - 6px);
    max-width: 180px;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 18px;
    line-height: 1.5454545455;
  }
}
.p-service__support-note {
  margin-top: 70px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-service__support-note {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-service__brands {
  border-right: 1px solid #6AADE5;
  border-bottom: 1px solid #6AADE5;
  border-left: 1px solid #6AADE5;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.p-service__brands-title {
  padding: 12px 100px;
  border-top: 1px solid #6AADE5;
  border-bottom: 1px solid #6AADE5;
  font-size: 19px;
  line-height: 1.4210526316;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-service__brands-title {
    padding: 12px 20px;
  }
}
.p-service__brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.p-service__brands-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 60px);
  background: #E0E6ED;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-service__brands-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .p-service__brands-grid::before {
    display: none;
  }
}
.p-service__brands-card {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-service__brands-card {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.p-service__brands-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  .p-service__brands-head {
    height: 100px;
  }
}
.p-service__brands-logo {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__brands-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-service__brands-logo.-tokiomarine-nichido {
  width: 262px;
}
.p-service__brands-logo.-tmn-anshin {
  width: 243px;
}
.p-service__brands-text {
  padding: 33px 50px;
  border-radius: 10px;
  background: #F4F4F4;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-service__brands-text {
    padding: 18px 16px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-service__products {
  padding: 90px 0 140px;
  background: #ECF6FF;
}
@media screen and (max-width: 768px) {
  .p-service__products {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__products-head .c-title {
    gap: 8px;
  }
}
.p-service__products-group {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 166px minmax(0, 974px);
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__products-group {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 14px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.p-service__products-group--personal {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-service__products-group--personal {
    margin-top: 42px;
  }
}
.p-service__products-label {
  padding: 8px 24px;
  border-radius: 25px;
  background: #001952;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 500;
  color: #fff;
  width: 166px;
  text-align: center;
  position: sticky;
  top: 120px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service__products-label {
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 6px 16px;
    position: static;
  }
}
.p-service__products-cards {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.p-service__products-card {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .p-service__products-card {
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.p-service__product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-service__product-item {
  padding: 40px 0;
}
.p-service__product-item:not(:first-child) {
  border-top: 1px solid #E1E1DA;
}
.p-service__product-item:first-child {
  padding-top: 0;
}
.p-service__product-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service__product-item {
    padding: 20px 0;
  }
}
.p-service__product-item--qr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.p-service__product-item--qr-link > .p-service__product-qr02,
.p-service__product-item--qr-link > .p-service__product-link {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-service__product-item--qr-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__product-main {
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-service__product-main {
    position: static;
  }
}
.p-service__product-content {
  position: relative;
  max-width: none;
  padding-right: 237px;
}
@media screen and (max-width: 992px) {
  .p-service__product-content {
    padding-right: 0;
  }
}
.p-service__product-content02 {
  background: #F4F4F4;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__product-content02 {
    padding: 15px;
  }
}
.p-service__product-content02 p {
  margin-top: 12px;
}
.p-service__product-sub-title {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #001952;
}
.p-service__product-sub-title-note {
  font-size: 18px;
  line-height: 1.5555555556;
}
.p-service__product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-service__product-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-service__product-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 116px;
  padding: 7px 12px;
  border-radius: 16px;
  background: #1980D6;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__product-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-service__product-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-service__product-title {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}
.p-service__product-title-note {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-service__product-title-note {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    line-height: 1.5555555556;
    position: relative;
    left: -11px;
  }
}
.p-service__product-title-sub {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-service__product-title-sub {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-service__product-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-service__product-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .p-service__product-text br {
    display: none;
  }
}
.p-service__product-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 203px;
  border-radius: 10px;
  overflow: hidden;
}
.p-service__product-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .p-service__product-image {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}
.p-service__product-link {
  margin: 0 auto;
  width: min(100%, 430px);
  border-radius: 12px;
  border: 1px solid #DFE9F4;
  overflow: hidden;
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0 8px 16px rgba(0, 25, 82, .08);
          box-shadow: 0 8px 16px rgba(0, 25, 82, .08);
}
.p-service__product-link:hover {
  opacity: 1;
}
.p-service__product-link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 118px;
  padding-right: 15px;
  padding-left: 15px;
}
.p-service__product-link-top.-reverse {
  background: #ECF6FF;
}
.p-service__product-link-top img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 100%;
}
.p-service__product-link-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 19px 30px;
  background: #ECF6FF;
}
@media screen and (max-width: 768px) {
  .p-service__product-link-bottom {
    padding: 10px 20px;
  }
}
.p-service__product-link-bottom.-reverse {
  background: #fff;
}
.p-service__product-link-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
.p-service__product-link-icon {
  width: 27px;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__product-link-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-service__product-qr01, .p-service__product-qr02 {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service__product-qr01 img, .p-service__product-qr02 img {
  display: block;
  width: 180px;
  height: 180px;
}

.p-benefits {
  overflow-x: hidden;
  overflow-x: clip;
}
.p-benefits__lead {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
.p-benefits__lead-text {
  max-width: 900px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .p-benefits__lead-text {
    font-size: 14px;
    line-height: 2;
  }
}
.p-benefits__cards {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-benefits__cards {
    margin-top: 28px;
  }
}
.p-benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 440px) {
  .p-benefits__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 430px) {
  .p-benefits__list {
    grid-template-columns: 1fr;
  }
}
.p-benefits__item {
  min-width: 0;
}
.p-benefits__card {
  min-height: 320px;
  padding: 40px 24px 30px;
  border: 1px solid #7DBEE0;
  border-radius: 10px;
  background: #FAFCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-benefits__card {
    min-height: unset;
    padding: 28px 16px 22px;
  }
}
.p-benefits__card-title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #001952;
  text-align: center;
}
.p-benefits__card-icon {
  margin-top: 32px;
  width: 96px;
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-benefits__card-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 96px;
}
@media screen and (max-width: 768px) {
  .p-benefits__card-icon {
    margin-top: 20px;
    width: 78px;
    min-height: 78px;
  }
  .p-benefits__card-icon img {
    max-width: 78px;
    max-height: 78px;
  }
}
.p-benefits__card-button {
  position: relative;
  margin-top: 32px;
  width: 142px;
  height: 36px;
  border: none;
  border-radius: 20px;
  background: #9CAED6;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-benefits__card-button:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#8CA4D6), to(#7E9BCF));
  background: linear-gradient(90deg, #8CA4D6 0%, #7E9BCF 100%);
}
.p-benefits__card-button-text {
  display: block;
}
.p-benefits__card-button-plus {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  right: 24px;
}
.p-benefits__card-button-plus::before, .p-benefits__card-button-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-benefits__card-button-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-benefits__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-benefits__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-benefits__modal-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background: rgba(37, 37, 37, .75);
}
.p-benefits__modal-wrap {
  position: relative;
  z-index: 1;
  width: min(800px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-benefits__modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-benefits__modal-nav:hover {
  opacity: 0.92;
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
.p-benefits__modal-nav img {
  display: block;
  width: 100%;
  height: auto;
}
.p-benefits__modal-nav.-prev {
  left: -30px;
}
.p-benefits__modal-nav.-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-nav {
    width: 52px;
    height: 52px;
  }
  .p-benefits__modal-nav.-prev {
    left: -12px;
  }
  .p-benefits__modal-nav.-next {
    right: -12px;
  }
}
@media screen and (max-width: 440px) {
  .p-benefits__modal-nav {
    width: 32px;
    height: 32px;
  }
}
.p-benefits__modal-dialog {
  position: relative;
  width: min(640px, 100% - 120px);
  background: #FAFCFF;
  border: 1px solid #7DBEE0;
  border-radius: 22px;
  padding: 56px 88px 64px;
  -webkit-box-shadow: 0 14px 36px rgba(0, 25, 82, .2);
          box-shadow: 0 14px 36px rgba(0, 25, 82, .2);
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-dialog {
    width: min(640px, 100% - 40px);
    padding: 42px 28px 34px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 440px) {
  .p-benefits__modal-dialog {
    width: calc(100% - 14px);
    padding: 40px 16px 24px;
    border-radius: 12px;
  }
}
.p-benefits__modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 38px;
  line-height: 1;
  color: #001952;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-benefits__modal-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-close {
    top: 8px;
    right: 8px;
    font-size: 34px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 440px) {
  .p-benefits__modal-close {
    top: 6px;
    right: 6px;
    font-size: 30px;
    width: 36px;
    height: 36px;
  }
}
.p-benefits__modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 440px) {
  .p-benefits__modal-head {
    padding-right: 26px;
    gap: 10px;
  }
}
.p-benefits__modal-title {
  font-size: 30px;
  line-height: 1.0666666667;
  font-weight: 700;
  color: #001952;
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-title {
    font-size: clamp(24px, 4.8vw, 30px);
  }
}
.p-benefits__modal-icon {
  margin: 0;
  width: 90px;
  min-height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-benefits__modal-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 96px;
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-icon {
    width: 48px;
    min-height: 48px;
  }
  .p-benefits__modal-icon img {
    max-width: 48px;
    max-height: 48px;
  }
}
@media screen and (max-width: 440px) {
  .p-benefits__modal-icon {
    width: 54px;
    min-height: 54px;
  }
  .p-benefits__modal-icon img {
    max-width: 54px;
    max-height: 54px;
  }
}
.p-benefits__modal-text {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #E6EBF2;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #252525;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-benefits__modal-text {
    margin-top: 18px;
    padding-top: 18px;
  }
}
.p-benefits__modal-text small {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
}

body.is-modal-open {
  overflow: hidden;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1030px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1030px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}