@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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: "Zen Kaku Gothic New", sans-serif;
  color: #333B40;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* 共通：表示前 */
.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: 1368px;
  padding: 0 24px;
  margin: 0 auto;
}
.l-inner-sm {
  max-width: 1208px;
  margin: 0 auto;
}
.l-inner-xs {
  max-width: 918px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 90;
  padding: 30px 0;
}
@media screen and (max-width: 1340px) {
  .l-header {
    min-height: 90px;
    background: #FFF;
    padding: 0;
    box-shadow: 0px 2px 12px 0px rgba(1, 113, 185, .12);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(1, 113, 185, .12);
    backdrop-filter: blur(10px) brightness(1.44);
    -webkit-backdrop-filter: blur(10px) brightness(1.44);
  }
}
.l-header.-open {
  background-color: #fff;
}
.l-header.-open .l-header__bg {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.l-header.-open .l-header__megamenu::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 10px;
  left: 0;
  top: -2px;
}
.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 24px;
}
@media screen and (max-width: 1340px) {
  .l-header__inner {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    display: none;
    overflow-y: scroll;
    height: 100vh;
  }
}
@media screen and (max-width: 1340px) {
  .l-header__scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0px;
    height: 880px;
  }
}
@media screen and (max-width: 1340px) {
  .l-header__contents {
    width: 100%;
  }
}
.l-header__bg {
  width: calc(100% - 358px);
  background: rgba(255, 255, 255, .73); /* 73% */
  backdrop-filter: blur(10px) brightness(1.44);
  -webkit-backdrop-filter: blur(10px) brightness(1.44);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(1, 113, 185, .12);
          box-shadow: 0px 2px 12px 0px rgba(1, 113, 185, .12);
  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: 8px;
  padding: 0 28px 0 24px;
}
@media screen and (max-width: 1340px) {
  .l-header__bg {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    padding: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1340px) {
  .l-header__logo {
    position: fixed;
    top: 23px;
    left: 24px;
  }
}
.l-header__logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 1340px) {
  .l-header__logo img {
    max-width: 116px;
  }
}
.l-header__logo .-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 6px;
}
.l-header__logo .-lg {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1340px) {
  .l-header__logo .-lg {
    font-size: 14px;
  }
}
.l-header__logo .-sm {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1340px) {
  .l-header__logo .-sm {
    margin-top: 7px;
    display: block;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1340px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    margin: 0 auto;
  }
}
.l-header__navitem {
  cursor: pointer;
}
@media screen and (max-width: 1340px) {
  .l-header__navitem {
    border-bottom: #B3BDC4 1px solid;
    width: 100%;
    padding: 22px 0 25px;
  }
}
.l-header__navitem > span {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1340px) {
  .l-header__navitem > span {
    font-size: 18px;
  }
}
.l-header__navitem.-open > span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1340px) {
  .l-header__navitem.-open > span {
    color: #8BB5E0;
    padding-right: unset;
  }
}
.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(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1340px) {
  .l-header__navitem.-open > span::after {
    content: none;
    position: unset;
  }
}
.l-header__navtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1340px) {
  .l-header__navtitle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__navtitle .-ja {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1340px) {
  .l-header__navtitle .-ja {
    font-size: 18px;
  }
}
.l-header__navtitle .-sm {
  display: none;
}
@media screen and (max-width: 1340px) {
  .l-header__navtitle .-sm {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 2px;
  }
}
.l-header__cross {
  width: 24px;
  height: 24px;
  border: #E2E6E8 1px solid;
  border-radius: 50%;
  position: relative;
}
.l-header__cross.-open span:first-of-type {
  rotate: 90deg;
  top: 7px;
  left: 5px;
}
.l-header__cross span {
  display: block;
  width: 2px;
  height: 10px;
  background-color: #0171B9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__cross span:last-of-type {
  rotate: 90deg;
  top: 7px;
  left: 5px;
}
.l-header__megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
          box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
  display: none;
  padding: 25px 30px 42px;
  position: fixed;
  left: -24px;
  width: 100vw;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu {
    position: unset;
    display: block;
    padding: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
  }
}
.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: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--inner {
    display: block;
    padding-left: unset;
  }
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--head {
    display: none;
  }
}
.l-header__megamenu--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.l-header__megamenu--title .-lg {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
}
.l-header__megamenu--title .-sm {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #5D7584;
}
.l-header__megamenu--disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 18px;
  max-width: 256px;
}
.l-header__megamenu--list {
  width: 72.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 21px 0 0px;
    gap: 13px;
  }
}
.l-header__megamenu--item {
  width: calc(33.33333% - 37.33333px);
}
.l-header__megamenu--item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--item {
    width: 100%;
  }
}
.l-header__megamenu--item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--item figure {
    display: none;
  }
}
.l-header__megamenu--item div {
  margin-top: 27px;
  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: 1340px) {
  .l-header__megamenu--item div {
    margin-top: unset;
  }
}
.l-header__megamenu--item span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--item span {
    font-size: 14px;
    padding-left: 12px;
  }
}
.l-header__megamenu--item span::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow6.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--item span::after {
    background-image: url("../images/common/arrow5.webp");
    width: 8px;
    height: 10px;
  }
}
@media screen and (max-width: 1340px) {
  .l-header__megamenu--item svg {
    display: none;
  }
}
.l-header__button1, .l-header__button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  height: 77px;
}
@media screen and (max-width: 1340px) {
  .l-header__button1, .l-header__button2 {
    max-width: 300px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header__button1 span, .l-header__button2 span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__button1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/common/button-bg.webp);
  width: 144px;
}
@media screen and (max-width: 1340px) {
  .l-header__button1 {
    width: 100%;
    margin-top: 24px;
  }
}
.l-header__button1 span {
  font-size: 16px;
  font-weight: 700;
}
.l-header__button1:hover {
  background-image: url(../images/common/button2-bg-hover.webp);
}
.l-header__button1:hover span {
  color: #fff;
}
.l-header__button2 {
  background-image: url(../images/common/button2-bg.webp);
  width: 214px;
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 1340px) {
  .l-header__button2 {
    width: 100%;
    margin-top: 8px;
    padding: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__button2::before, .l-header__button2::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1340px) {
  .l-header__button2::before, .l-header__button2::after {
    position: unset;
    content: none;
  }
}
.l-header__button2::before {
  width: 1px;
  height: 57px;
  background-color: #B3D4EA;
  right: 72px;
}
.l-header__button2::after {
  background-image: url(../images/common/arrow2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  right: 24px;
}
.l-header__button2:hover {
  background-image: url(../images/common/button2-bg-hover.webp);
}
.l-header__button2 span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.l-header__links {
  display: none;
}
@media screen and (max-width: 1340px) {
  .l-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-top: 31px;
  }
  .l-header__links a {
    font-size: 13px;
    line-height: 1.6923076923;
    font-weight: 700;
    text-decoration: underline;
  }
}
.l-header__sns {
  display: none;
}
@media screen and (max-width: 1340px) {
  .l-header__sns {
    display: block;
    margin: 14px auto 0;
    text-align: center;
  }
}

.l-footer__top {
  max-width: 1360px;
  padding: 70px 20px 38px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 20px 0px;
  }
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: #B3BDC4 1px solid;
  padding: 28px 4px 60px;
  max-width: 1395px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    -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;
    border-top: unset;
    padding: 50px 24px 40px;
  }
}
.l-footer__logoarea {
  width: 289px;
}
@media screen and (max-width: 768px) {
  .l-footer__logoarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    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: 7px;
  }
}
.l-footer__logo img {
  max-width: 256px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    max-width: 180px;
  }
}
.l-footer__logo .-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 12px;
}
.l-footer__logo .-lg {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__logo .-lg {
    font-size: 16px;
  }
}
.l-footer__logo .-sm {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__logo .-sm {
    font-size: 15px;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__sns {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    text-align: center;
    margin-top: 22px;
  }
}
.l-footer__sns a:hover {
  opacity: 0.7;
}
.l-footer__navarea {
  width: calc(100% - 289px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 56px;
}
@media screen and (max-width: 1060px) {
  .l-footer__navarea {
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navarea {
    max-width: unset;
    width: 100%;
    -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: unset;
    margin-top: 17px;
  }
}
@media screen and (max-width: 1060px) {
  .l-footer__nav {
    width: calc(50% - 28px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    padding: 24px 0 22px;
    border-bottom: #B3BDC4 1px solid;
  }
}
.l-footer__navtitle {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__navtitle {
    font-size: 16px;
    padding-left: 4px;
  }
}
.l-footer__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .l-footer__navlist {
    gap: 5px;
    margin-top: 14px;
  }
}
.l-footer__navitem {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem {
    font-size: 14px;
    padding-left: 16px;
  }
}
.l-footer__navitem:hover {
  opacity: 0.7;
  color: #0171B9;
  text-decoration: underline;
}
.l-footer__navitem::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow5.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 13px;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem::after {
    width: 8px;
    height: 10px;
    left: 3px;
    top: 5px;
  }
}
.l-footer__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    margin-top: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.l-footer__links a {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__links a {
    font-size: 13px;
  }
}
.l-footer__links a:hover {
  opacity: 0.7;
}
.l-footer__message {
  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) {
  .l-footer__message {
    gap: 8px;
  }
}
.l-footer__message .-lg {
  font-size: 88px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: #0171B9;
}
@media screen and (max-width: 768px) {
  .l-footer__message .-lg {
    font-size: 40px;
  }
}
.l-footer__message .-sm {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 700;
  color: #0171B9;
}
@media screen and (max-width: 768px) {
  .l-footer__message .-sm {
    font-size: 20px;
    line-height: 1;
  }
}
.l-footer__copy {
  color: #7D8489;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
    padding-bottom: unset;
    margin-top: 16px;
  }
}

.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;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-title {
    gap: 8px;
  }
}
.c-title .-lg {
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title .-lg {
    font-size: 22px;
  }
}
.c-title .-lg.-en {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
.c-title .-sm {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #5D7584;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .c-title .-sm {
    font-size: 12px;
  }
}
.c-title .-sm::after {
  position: absolute;
  content: "";
  background-color: #0171B9;
  width: 8px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button1 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  position: relative;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .c-button1 {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 44px;
  }
}
.c-button1::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-button1::after {
    width: 32px;
    height: 32px;
  }
}
.c-button1:hover {
  color: #B3BDC4;
}
.c-button1:hover::after {
  background-image: url("../images/common/arrow1-hover.webp");
}

.c-button2 {
  max-width: 336px;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  background-image: url(../images/common/button2-bg.webp);
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .c-button2 {
    max-width: 300px;
    height: 56px;
    font-size: 16px;
  }
}
.c-button2::before, .c-button2::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button2::before {
  width: 1px;
  height: 100%;
  background-color: #B3D4EA;
  right: 88px;
}
@media screen and (max-width: 768px) {
  .c-button2::before {
    right: 64px;
  }
}
.c-button2::after {
  background-image: url(../images/common/arrow2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .c-button2::after {
    width: 16px;
    height: 11px;
    right: 24px;
  }
}
.c-button2:hover {
  background-image: url(../images/common/button2-bg-hover.webp);
}

.c-button3 {
  background-color: #FAFAF5;
  border: #5D7584 1px solid;
  border-radius: 16px;
  display: block;
  padding: 50px 39px 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button3 {
    padding: 40px 20px 40px;
  }
}
.c-button3::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow7.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-button3::after {
    width: 30px;
    height: 30px;
    right: 24px;
  }
}
.c-button3:hover {
  opacity: 0.7;
}
.c-button3:hover::after {
  background-image: url(../images/common/arrow3.webp);
}
.c-button3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.c-button3__title .-lg {
  font-size: 40px;
  list-style: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button3__title .-lg {
    font-size: 30px;
  }
}
.c-button3__title .-sm {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #5D7584;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .c-button3__title .-sm {
    font-size: 12px;
  }
}
.c-button3__title .-sm::after {
  position: absolute;
  content: "";
  background-color: #0171B9;
  width: 8px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1340px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    z-index: 999;
    background-color: #0171B9;
  }
  .c-burger__border {
    width: 18px;
    height: 2px;
    border-radius: 10px;
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-burger__border--top {
    top: 13px;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    bottom: 13px;
  }
  .c-burger.is-open .c-burger__border--top {
    rotate: -45deg;
    top: 13px;
    left: 44%;
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    rotate: 45deg;
    bottom: 12px;
    left: 44%;
  }
}

.c-entry {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%);
  width: 100vw;
  background-color: #0171B9;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .c-entry {
    border-radius: 8px;
  }
}
.c-entry__col2 {
  padding: 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .c-entry__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 54px 0 57px;
    gap: 32px;
  }
}
.c-entry__col2::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/entry.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 199px;
  height: 122px;
}
@media screen and (max-width: 768px) {
  .c-entry__col2::after {
    bottom: unset;
    left: unset;
    right: -24px;
    top: 66px;
    width: 159px;
    height: 82px;
  }
}
.c-entry__head {
  width: 188px;
}
@media screen and (max-width: 768px) {
  .c-entry__head {
    width: 1005;
  }
}
.c-entry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .c-entry__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 17px;
  }
}
.c-entry__title {
  padding-top: 7px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-entry__title .-lg {
  font-size: 56px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-entry__title .-lg {
    font-size: 32px;
  }
}
.c-entry__title .-sm {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-entry__title .-sm {
    font-size: 14px;
  }
}
.c-entry__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.c-entry__title2 .-sm {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: #5D7584;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-entry__title2 .-sm {
    font-size: 12px;
  }
}
.c-entry__title2 .-lg {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .c-entry__title2 .-lg {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .c-entry__title2 .-lg {
    font-size: 20px;
  }
}
.c-entry__item {
  width: 50%;
  background-image: url(../images/common/entry-bg.webp);
  border-radius: 16px;
  padding: 40px 40px 48px;
}
@media screen and (max-width: 1440px) {
  .c-entry__item {
    padding: 40px 2.7777777778vw 48px;
  }
}
@media screen and (max-width: 768px) {
  .c-entry__item {
    width: 100%;
    padding: 23px 24px 30px;
  }
}
.c-entry__item:hover .c-entry__title2 .-sm {
  color: #0171B9;
}
.c-entry__item:hover .c-entry__button .-arrow {
  background: #0171B9;
}
.c-entry__item:hover .c-entry__button .-arrow svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  fill: #FFF;
}
.c-entry__item:hover .c-entry__button .-arrow svg path {
  fill: #FFF;
}
.c-entry__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-entry__button {
    font-size: 16px;
    margin-top: 20px;
  }
}
.c-entry__button .-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-entry__button .-arrow svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #0171B9;
}
@media screen and (max-width: 768px) {
  .c-entry__button .-arrow {
    width: 32px;
    height: 32px;
  }
}

.c-card {
  border: #B3BDC4 1px solid;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.c-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-card a {
    padding: 15px;
  }
}
.c-card a:hover {
  opacity: 0.7;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 413/275;
  border-radius: 8px;
}
.c-card__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 16px;
    margin-top: 13px;
  }
}
.c-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-card__bottom {
    margin-top: 8px;
    gap: 13px;
  }
}
.c-card__potision {
  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;
  background-color: #333B40;
  color: #fff;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-card__potision {
    font-size: 10px;
    border-radius: 4px;
  }
}
.c-card__name {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-card__name {
    font-size: 14px;
  }
}

.c-pageheader {
  padding: 217px 0 0;
}
@media screen and (max-width: 768px) {
  .c-pageheader {
    padding: 130px 0 0;
  }
}
.c-pageheader.-bg {
  background-image: url(../images/common/pageheader.webp);
  background-size: cover;
  margin: 0 calc(50% - 50vw) 120px;
  padding: 218px calc(50vw - 50%) 105px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-pageheader.-bg {
    padding: 100px calc(50vw - 50%) 20px;
    margin: 0 calc(50% - 50vw) 60px;
  }
}
.c-pageheader.-parents {
  background-image: url(../images/parents/kv.webp);
  background-size: cover;
  background-position: 0 60%;
  margin: 0 calc(50% - 50vw);
  padding: 217px calc(50vw - 50%) 0px;
  width: 100vw;
}
@media screen and (max-width: 1700px) {
  .c-pageheader.-parents {
    background-position: center;
  }
}
@media screen and (max-width: 730px) {
  .c-pageheader.-parents {
    background-position: 70%;
  }
}
.c-pageheader.-parents .c-pageheader__title .-sm, .c-pageheader.-parents .c-pageheader__title .-lg {
  color: #fff;
}
.c-pageheader.-parents .c-breadcrumb {
  color: #fff;
}
.c-pageheader.-parents .c-breadcrumb .current-item {
  color: #CAD1D6;
}
.c-pageheader.-parents .c-breadcrumb a::after {
  background-image: url(../images/parents/right.svg);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-parents .c-pageheader__title .-sm::after {
    top: 3px;
  }
}
.c-pageheader__head {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title {
    gap: 5px;
    margin-bottom: 40px;
  }
}
.c-pageheader__title .-sm {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-sm {
    font-size: 14px;
  }
}
.c-pageheader__title .-sm::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-title.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-sm::after {
    top: 6px;
  }
}
.c-pageheader__title .-sm.-en {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-sm.-en {
    margin-bottom: unset;
    font-size: 14px;
  }
}
.c-pageheader__title .-lg {
  font-size: 96px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #0171B9;
}
@media screen and (max-width: 1440px) {
  .c-pageheader__title .-lg {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-lg {
    font-size: 32px;
  }
}
.c-pageheader__title .-lg.-ja {
  font-size: 80px;
  line-height: 1.1125;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-lg.-ja {
    font-size: 32px;
  }
}
.c-pageheader__title .-lg.-en2 {
  text-transform: capitalize;
}
.c-pageheader__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-pageheader__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-pageheader__img {
  max-width: 413px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__img {
    max-width: unset;
  }
}
.c-pageheader__img img {
  width: 100%;
  height: auto;
}
.c-pageheader__right {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__right {
    margin-top: -26px;
    margin-bottom: 30px;
  }
}
.c-pageheader__right .c-breadcrumb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-pageheader__border {
  background-color: #B3BDC4;
  width: 100%;
  height: 1px;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__border {
    margin-top: 0px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 700;
}
.c-breadcrumb a {
  position: relative;
  padding-right: 18px;
}
.c-breadcrumb a::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow5.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  right: 0;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-breadcrumb .current-item {
  color: #5D7584;
}

.c-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #B3BDC4 1px solid;
}
@media screen and (max-width: 768px) {
  .c-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-data dt {
  width: 26%;
  border-bottom: #B3BDC4 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-data dt {
    width: 100%;
    border: unset;
    padding: 30px 0 0;
  }
}
.c-data dd {
  width: 74%;
  border-bottom: #B3BDC4 1px solid;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  padding: 31px 0 31px;
}
@media screen and (max-width: 768px) {
  .c-data dd {
    width: 100%;
    padding: 10px 0 30px;
    font-size: 14px;
  }
}

.c-pagination .wp-pagenavi {
  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: 24px;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span, .c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin: unset;
  border: unset;
}
.c-pagination .wp-pagenavi span.current {
  background-color: #0171B9;
  color: #fff;
  border-radius: 8px;
  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: 42px;
  height: 42px;
}

.p-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    gap: 9px;
  }
}
.p-top__title .-sm {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #5D7584;
  border-bottom: #B3BDC4 1px solid;
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__title .-sm {
    font-size: 14px;
  }
}
.p-top__title .-sm::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-title.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .p-top__title .-sm::after {
    width: 10px;
    height: 17px;
    top: -4px;
  }
}
.p-top__title .-lg {
  font-size: 64px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  color: #0171B9;
}
@media screen and (max-width: 768px) {
  .p-top__title .-lg {
    font-size: 32px;
  }
}
.p-top__title .-lg span {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .p-top__title .-lg span {
    font-size: 32px;
  }
}
.p-top__bg {
  background-image: url(../images/top/bg.webp);
  background-size: cover;
  background-position: bottom;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
}
.p-top-kv {
  margin: 0 calc(50% - 50vw);
  padding: 162px 0 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-kv {
    padding: 90px 0 0;
  }
}
.p-top-kv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top-kv .swiper-slide {
  -webkit-mask-image: url(../images/top/kv-slide-object.svg);
          mask-image: url(../images/top/kv-slide-object.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  aspect-ratio: 285/427;
}
@media screen and (max-width: 768px) {
  .p-top-kv .swiper-slide {
    aspect-ratio: 214/320;
  }
}
.p-top-kv img {
  width: 100%;
  height: auto;
}
.p-top-about {
  padding: 90px 0 146px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 44px 0 84px;
  }
}
.p-top-about__title {
  font-size: 88px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: #0171B9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
  }
}
.p-top-about__lead {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 700;
  color: #0171B9;
  text-align: center;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    margin-top: 1px;
  }
}
.p-top-about__text {
  font-size: 18px;
  line-height: 2.6666666667;
  font-weight: 700;
  color: #0171B9;
  text-align: center;
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
}
.p-top-company {
  padding: 167px 0 175px;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 60px 0 60px;
  }
}
.p-top-company .c-title {
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .p-top-company .c-title {
    gap: 9px;
  }
}
.p-top-company .c-title .-lg {
  font-size: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-company .c-title .-lg {
    font-size: 20px;
    line-height: 1;
  }
}
.p-top-company__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-company__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 33px;
    gap: 30px;
  }
}
.p-top-company__head {
  width: 50%;
  margin-bottom: -18px;
}
@media screen and (max-width: 768px) {
  .p-top-company__head {
    width: 100%;
    margin-bottom: unset;
  }
}
.p-top-company__body {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-top-company__body {
    width: 70%;
    margin: 0 auto;
  }
}
.p-top-company__img {
  --clip: 45%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-clip-path: circle(var(--clip) at 50% 50%);
          clip-path: circle(var(--clip) at 50% 50%);
}
.p-top-company__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-company__text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-company__text {
    margin-top: 21px;
  }
}
.p-top-company__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 24px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-company__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13px;
    gap: 3px;
  }
}
.p-top-company__button {
  width: calc(50% - 24px);
  border-bottom: #E2E6E8 1px solid;
  padding: 24px 0 24px 54px;
}
@media screen and (max-width: 768px) {
  .p-top-company__button {
    width: 100%;
    padding: 16px 0 16px 44px;
  }
}
.p-top-job {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: 0 calc(50% - 50vw);
  padding: 162px calc(50vw - 50%) 160px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-job {
    padding: 57px calc(50vw - 50%) 56px;
  }
}
.p-top-service {
  -webkit-clip-path: polygon(50% 0, 100% 7%, 100% 93%, 50% 100%, 0 93%, 0 7%);
          clip-path: polygon(50% 0, 100% 7%, 100% 93%, 50% 100%, 0 93%, 0 7%);
  background: linear-gradient(157deg, rgba(1, 113, 186, .05) 0%, rgba(198, 246, 255, .25) 46%, rgb(204, 224, 241) 100%);
  margin-top: 40px;
  padding: 134px 20px 116px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    margin: 7.6923076923vw calc(50% - 50vw) 0;
    padding: 20.7692307692vw calc(50vw - 50%) 20.5128205128vw;
    width: 100vw;
  }
}
.p-top-service__col2 {
  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;
}
@media screen and (max-width: 768px) {
  .p-top-service__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 34px;
  }
}
.p-top-service__head {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-top-service__head {
    width: 100%;
  }
}
.p-top-service__body {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top-service__body {
    width: 100%;
  }
}
.p-top-service__body .swiper {
  aspect-ratio: 578/478;
  -webkit-mask-image: url(../images/top/object.svg);
          mask-image: url(../images/top/object.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-service__body .swiper {
    -webkit-mask-image: url(../images/top/object-sp.svg);
            mask-image: url(../images/top/object-sp.svg);
    aspect-ratio: 342/283;
  }
}
.p-top-service__body .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top-service__body figure {
  height: 100%;
}
.p-top-service__body img {
  width: 100%;
  height: 100%;
  aspect-ratio: 319/478;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service__text {
  margin-top: 24px;
}
.p-top-service__button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-service__button {
    margin: 28px auto 0;
  }
}
.p-top-interview {
  padding: 88px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-interview {
    padding: 56px 0 0;
  }
}
.p-top-interview__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;
}
.p-top-interview__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-interview__arrow {
    gap: 6px;
  }
}
.p-top-interview__prev, .p-top-interview__next {
  position: unset;
  background-color: #FFFFFF;
  border: #B3BDC4 1px solid;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-top-interview__prev, .p-top-interview__next {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .p-top-interview__prev svg, .p-top-interview__next svg {
    width: 6px;
    height: 10px;
  }
}
.p-top-interview__prev:hover, .p-top-interview__next:hover {
  background-color: #F7F7F7;
}
.p-top-interview .swiper-button-next:after, .p-top-interview .swiper-rtl .swiper-button-prev:after, .p-top-interview .swiper-button-prev:after, .p-top-interview .swiper-rtl .swiper-button-next:after {
  content: none;
}
.p-top-interview .swiper {
  margin-top: -30px;
  margin-right: calc(50% - 50vw);
  padding-left: 1px;
  position: relative;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .p-top-interview .swiper {
    margin-top: 16px;
    padding-top: 27px;
  }
}
.p-top-interview .swiper {
  --move-x: 0px;
}
.p-top-interview .swiper::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/interview.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(65% + var(--move-x));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 91px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  .p-top-interview .swiper::after {
    width: 40px;
    height: 32px;
    top: -1px;
  }
}
.p-top-interview__button {
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-interview__button {
    margin: 33px auto 0;
  }
}
.p-top-env {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-env {
    padding: 60px 0 0;
  }
}
.p-top-env__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-env__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 29px;
  }
}
.p-top-env__item {
  width: calc(33.33333% - 40px);
  --y: 0px;
  -webkit-transform: translateY(var(--y));
          transform: translateY(var(--y));
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
@media screen and (max-width: 768px) {
  .p-top-env__item {
    width: 79%;
  }
}
.p-top-env__item:nth-of-type(1) {
  --y: 192px;
}
@media screen and (max-width: 768px) {
  .p-top-env__item:nth-of-type(1) {
    --y: unset;
    margin-left: auto;
  }
}
.p-top-env__item:nth-of-type(2) {
  --y: 96px;
}
@media screen and (max-width: 768px) {
  .p-top-env__item:nth-of-type(2) {
    margin: 0 auto;
    --y:unset;
  }
}
.p-top-env__item:nth-of-type(3) {
  --y: 0px;
}
@media screen and (max-width: 768px) {
  .p-top-env__item:nth-of-type(3) {
    --y:unset;
  }
}
.p-top-env__item:hover .c-button1 {
  color: #B3BDC4;
}
.p-top-env__item:hover .c-button1::after {
  background-image: url("../images/common/arrow1-hover.webp");
}
.p-top-env__img img {
  width: 100%;
  height: auto;
}
.p-top-env__button {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-env__button {
    margin-top: 19px;
  }
}
.p-top-recruit {
  padding: 206px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding: 60px 0 56px;
  }
}
.p-top-recruit__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    gap: 18px;
  }
}
.p-top-recruit__item {
  width: calc(50% - 30px);
  border-radius: 16px;
  background-color: #FAFAF5;
  border: #5D7584 1px solid;
  padding: 37px 40px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item {
    width: 100%;
    padding: 28px 23px 20px;
    border-radius: 8px;
  }
}
.p-top-recruit__item:hover {
  background-color: #FAFBFC;
  color: #B3BDC4;
}
.p-top-recruit__item:hover .c-title::after {
  background-image: url("../images/common/arrow1-hover.webp");
}
.p-top-recruit__item:hover .c-title .-sm {
  color: #B3BDC4;
}
.p-top-recruit__item:hover .c-title .-sm::after {
  background-color: #B3BDC4;
}
.p-top-recruit__item .c-title {
  position: relative;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item .c-title {
    gap: 10px;
  }
}
.p-top-recruit__item .c-title::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item .c-title::after {
    width: 32px;
    height: 32px;
  }
}
.p-top-recruit__item .c-title .-lg {
  font-size: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__item .c-title .-lg {
    font-size: 20px;
    line-height: 1;
  }
}
.p-top-recruit__item .c-title .-sm {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-top-recruit__item .c-title .-sm::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-top-recruit__text {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 700;
    margin-top: 25px;
  }
}

.p-about__lead {
  max-width: 778px;
}
.p-about-message {
  padding: 170px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding: 60px 0 60px;
  }
}
.p-about-message__col2 {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-message__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-about-message__head {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .p-about-message__head {
    width: 100%;
  }
}
.p-about-message__body {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .p-about-message__body {
    width: 100%;
  }
}
.p-about-message__copy {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
  margin-top: -20px;
  max-width: 538px;
}
@media screen and (max-width: 768px) {
  .p-about-message__copy {
    font-size: 18px;
    margin-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message__img {
    aspect-ratio: 327/218;
  }
}
.p-about-message__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about-message__img img {
    aspect-ratio: 327/218;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 3%;
       object-position: 50% 3%;
  }
}
.p-about-message__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    margin-top: 20px;
  }
}
.p-about-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-about-message__name {
    margin-top: 20px;
    gap: 16px;
  }
}
.p-about-message__name .-sm {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about-message__name .-sm {
    font-size: 14px;
  }
}
.p-about-message__name .-lg {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about-message__name .-lg {
    font-size: 18px;
  }
}
.p-about-num {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: 0 calc(50% - 50vw);
  padding: 170px calc(50vw - 50%) 156px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-about-num {
    padding: 60px calc(50vw - 50%) 80px;
  }
}
.p-about-num__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 62px;
}
@media screen and (max-width: 1440px) {
  .p-about-num__list {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__list {
    margin-top: 40px;
    gap: 20px;
  }
}
.p-about-num__item {
  width: calc(33.33333% - 26.66667px);
  background-color: #fff;
  border: #E2E6E8 1px solid;
  border-radius: 8px;
  padding: 34px 30px;
}
@media screen and (max-width: 1440px) {
  .p-about-num__item {
    width: calc(33.33333% - 1.85185vw);
    padding: 34px 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__item {
    width: calc(50% - 10px);
    padding: 18px 10px;
  }
}
.p-about-num__dt {
  font-size: 18px;
  font-weight: 700;
  color: #0171B9;
}
@media screen and (max-width: 768px) {
  .p-about-num__dt {
    font-size: 4.2666666667vw;
  }
}
.p-about-num__col2 {
  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;
  margin-top: 33px;
}
.p-about-num__img {
  background-color: #F2F8FC;
  border-radius: 8px;
  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: 104px;
  height: 104px;
}
@media screen and (max-width: 1440px) {
  .p-about-num__img {
    width: 7.2222222222vw;
    height: 7.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-about-num figure {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .p-about-num figure {
    width: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num figure {
    width: 8vw;
  }
}
.p-about-num figure img {
  width: 100%;
  height: auto;
}
.p-about-num__dd {
  width: calc(100% - 104px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
@media screen and (max-width: 1440px) {
  .p-about-num__dd {
    width: calc(100% - 7.22222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__dd {
    width: calc(100% - 16vw);
    gap: 4px;
  }
}
.p-about-num__dd .-lg {
  font-size: 80px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin-bottom: -10px;
}
@media screen and (max-width: 1440px) {
  .p-about-num__dd .-lg {
    font-size: 5.5555555556vw;
    margin-bottom: -0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__dd .-lg {
    font-size: 6.4vw;
  }
}
.p-about-num__dd .-sm {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-about-num__dd .-sm {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-num__dd .-sm {
    font-size: 3.2vw;
  }
}
.p-about-num__small {
  font-size: 14px;
  font-weight: 700;
  color: #5D7584;
  margin-top: 19px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about-num__small {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-company {
  padding-top: 18px;
}
.p-company-about__data {
  margin-top: 58px;
}
.p-company-office {
  padding-top: 172px;
  padding-bottom: 173px;
}
@media screen and (max-width: 768px) {
  .p-company-office {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-company-office__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-office__list {
    gap: 48px;
  }
}
.p-company-office__item {
  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;
}
@media screen and (max-width: 768px) {
  .p-company-office__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company-office__head {
  width: 36%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company-office__head {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-company-office__body {
  width: 62.5%;
}
@media screen and (max-width: 768px) {
  .p-company-office__body {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-company-office__body img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-company-office__title {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company-office__title {
    font-size: 20px;
  }
}
.p-company-office__add, .p-company-office__number {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.p-company-office__add {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-company-office__add {
    margin-top: 8px;
  }
}
.p-company-office__number {
  margin-top: 21px;
}
.p-company-office__number span {
  display: block;
}
.p-company-office__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.p-company-office__link span {
  text-decoration: underline;
  font-size: 17px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.p-company-office__button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-office__button {
    margin-top: 40px;
  }
}
.p-company-sales {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-company-sales {
    padding-bottom: 80px;
  }
}
.p-company-sales__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  counter-reset: num;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-company-sales__list {
    gap: 32px 20px;
  }
}
.p-company-sales__list li {
  width: calc(25% - 24px);
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 700;
  border-bottom: #E2E6E8 1px solid;
  counter-increment: num;
  position: relative;
  padding-left: 42px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-company-sales__list li {
    width: 150px;
  }
}
.p-company-sales__list li::after {
  position: absolute;
  content: "(" counter(num, decimal-leading-zero) ")";
  left: 0;
  top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #5D7584;
  font-family: "Inter", sans-serif;
}

.p-works {
  padding: 16px 0 0;
}
.p-works__section.-engineer {
  margin: 0 calc(50% - 50vw);
  padding: 170px calc(50vw - 50%) 0;
  width: 100vw;
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
}
@media screen and (max-width: 768px) {
  .p-works__section.-engineer {
    padding: 80px calc(50vw - 50%) 0;
  }
}
.p-works__section.-engineer .p-works__item {
  border: unset;
  padding: 60px 57px 0 0;
}
@media screen and (max-width: 768px) {
  .p-works__section.-engineer .p-works__item {
    padding: unset;
  }
}
.p-works__section.-engineer .p-works__body {
  width: 39.4%;
}
@media screen and (max-width: 768px) {
  .p-works__section.-engineer .p-works__body {
    width: 100%;
  }
}
.p-works__section.-sales {
  padding: 176px 0 0;
}
@media screen and (max-width: 768px) {
  .p-works__section.-sales {
    padding: 80px 0 0;
  }
}
.p-works__list {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-works__list.-count {
  counter-reset: num;
}
.p-works__list.-count .p-works__item {
  counter-increment: num;
}
.p-works__list.-count .p-works__title {
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .p-works__list.-count .p-works__title {
    padding-left: 50px;
  }
}
.p-works__list.-count .p-works__title::after {
  position: absolute;
  content: "(" counter(num, decimal-leading-zero) ")";
  left: 0;
  top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #5D7584;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-works__list.-count .p-works__title::after {
    top: 10px;
    font-size: 14px;
  }
}
.p-works__item {
  border: #B3BDC4 1px solid;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56px 55px 53px;
}
@media screen and (max-width: 768px) {
  .p-works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 20px 20px 20px;
  }
}
.p-works__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-works__head {
    width: 100%;
  }
}
.p-works__body {
  width: 41.3%;
}
@media screen and (max-width: 768px) {
  .p-works__body {
    width: 100%;
  }
}
.p-works__body figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-works__title {
  border-bottom: 2px #B3BDC4 dashed;
  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;
  padding-top: 6px;
  padding-bottom: 16px;
}
.p-works__title .-lg {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-works__title .-lg {
    font-size: 20px;
  }
}
.p-works__title .-sm {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #B3BDC4;
}
.p-works__lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-works__lead {
    font-size: 18px;
  }
}
.p-works__disc {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 13px;
}
.p-works-interview {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-works-interview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-works-interview .c-title .-lg {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-interview .c-title .-lg {
    font-size: 22px;
  }
}
.p-works-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-works-interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-works-interview__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-works-interview__item {
    width: 100%;
  }
}

.p-interview-archive {
  padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-interview-archive {
    padding: 60px 0 80px;
  }
}
.p-interview-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .p-interview-archive__list {
    gap: 20px;
  }
}
.p-interview-archive__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 950px) {
  .p-interview-archive__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-interview-archive__item {
    width: 100%;
  }
}
.p-interview-archive .c-pagination {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  .p-interview-archive .c-pagination {
    margin-top: 60px;
  }
}
.p-interview-single-header {
  background-image: url(../images/interview/bg.webp);
  margin: 0 calc(50% - 50vw);
  padding: 135px calc(50vw - 50%) 145px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-interview-single-header {
    padding: 100px calc(50vw - 50%) 80px;
  }
}
.p-interview-single-header__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
  max-width: 1060px;
}
@media screen and (max-width: 1240px) {
  .p-interview-single-header__col2 {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview-single-header__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__head {
    width: 100%;
  }
}
.p-interview-single-header__head figure {
  aspect-ratio: 824/547;
  overflow: hidden;
}
.p-interview-single-header__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 824/547;
  -webkit-mask-image: url(../images/interview/kv.svg);
          mask-image: url(../images/interview/kv.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-interview-single-header__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__body {
    width: 100%;
  }
}
.p-interview-single-header__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__title {
    font-size: 20px;
    margin-top: 40px;
  }
}
.p-interview-single-header__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-interview-single-header__cate .-lg {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__cate .-lg {
    font-size: 30px;
  }
}
.p-interview-single-header__cate .-sm {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #B3BDC4;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.p-interview-single-header__persona {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 13px;
  margin-top: 20px;
  margin-bottom: 2px;
}
.p-interview-single-header__persona .-bg {
  background-color: #333B40;
  color: #fff;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 4px;
}
.p-interview-single-header__persona .-text {
  font-size: 16px;
  line-height: 1.1875;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.p-interview-single-main {
  margin: -20px calc(50% - 50vw);
  padding: 165px calc(50vw - 50%) 160px;
  width: 100vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 30px;
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main {
    gap: 64px;
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-interview-single-main__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview-single-main__col2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__col2.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview-single-main__col2 .p-interview-single-main__head {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__col2 .p-interview-single-main__head {
    width: 100%;
  }
}
.p-interview-single-main__col2 .p-interview-single-main__body {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__col2 .p-interview-single-main__body {
    width: 100%;
  }
}
.p-interview-single-main__col1 {
  max-width: 920px;
  margin: 0 auto;
}
.p-interview-single-main__col1 .p-interview-single-main__head {
  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-interview-single-main__body {
    margin-top: 40px;
  }
}
.p-interview-single-main__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 574/383;
  border-radius: 8px;
}
.p-interview-single-main__q {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #5D7584;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__q {
    font-size: 16px;
  }
}
.p-interview-single-main__q span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-right: 16px;
}
.p-interview-single-main__a {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
  color: #0171B9;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__a {
    font-size: 20px;
  }
}
.p-interview-single-main__disc {
  font-size: 16px;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-interview-single-main__disc {
    margin-top: 20px;
  }
}
.p-interview-single-bottom {
  background-image: url(../images/interview/bg2.webp);
  margin: 0 calc(50% - 50vw);
  padding: 190px calc(50vw - 50%) 160px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom {
    padding: 80px calc(50vw - 50%);
  }
}
.p-interview-single-bottom .c-title .-lg {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom .c-title .-lg {
    font-size: 20px;
  }
}
.p-interview-single-bottom__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;
}
.p-interview-single-bottom__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom__arrow {
    gap: 6px;
  }
}
.p-interview-single-bottom__prev, .p-interview-single-bottom__next {
  position: unset;
  background-color: #FFFFFF;
  border: #B3BDC4 1px solid;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom__prev, .p-interview-single-bottom__next {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .p-interview-single-bottom__prev svg, .p-interview-single-bottom__next svg {
    width: 6px;
    height: 10px;
  }
}
.p-interview-single-bottom__prev:hover, .p-interview-single-bottom__next:hover {
  background-color: #F7F7F7;
}
.p-interview-single-bottom .swiper-button-next:after, .p-interview-single-bottom .swiper-rtl .swiper-button-prev:after, .p-interview-single-bottom .swiper-button-prev:after, .p-interview-single-bottom .swiper-rtl .swiper-button-next:after {
  content: none;
}
.p-interview-single-bottom .swiper {
  margin: -17px calc(50% - 50vw) 0;
  padding-left: 40px;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom .swiper {
    margin-top: 5px;
    padding-top: 27px;
  }
}
.p-interview-single-bottom .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-interview-single-bottom__button {
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single-bottom__button {
    margin: 33px auto 0;
  }
}

.p-recruit-archive {
  margin: -1px calc(50% - 50vw) 0;
  padding: 0px calc(50vw - 50%);
  width: 100vw;
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
}
.p-recruit-archive__header {
  background-image: url(../images/recruit/kv.webp);
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 60px;
  width: 100vw;
  min-height: 810px;
  border-radius: 0 0 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__header {
    min-height: 600px;
  }
}
.p-recruit-archive__message {
  padding: 0 24px 0 0;
  color: #fff;
  text-shadow: 0px 3px 6px rgb(1, 113, 186);
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__message {
    padding: unset;
  }
}
.p-recruit-archive__message--lg {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__message--lg {
    font-size: 18px;
  }
}
.p-recruit-archive__message--sm {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__message--sm {
    font-size: 14px;
  }
}
.p-recruit-archive__contents {
  padding: 172px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__contents {
    padding: 60px 0 60px;
  }
}
.p-recruit-archive__section + .p-recruit-archive__section {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__section + .p-recruit-archive__section {
    margin-top: 60px;
  }
}
.p-recruit-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__list {
    margin-top: 20px;
  }
}
.p-recruit-archive__item a {
  background-color: #FFFFFF;
  border: #B3BDC4 1px solid;
  border-radius: 16px;
  padding: 37px 22px 32px;
  display: block;
  position: relative;
}
.p-recruit-archive__item a::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__item a::after {
    width: 32px;
    height: 32px;
  }
}
.p-recruit-archive__item a:hover {
  background-color: #FAFBFC;
  color: #B3BDC4;
}
.p-recruit-archive__item a:hover::after {
  background-image: url("../images/common/arrow1-hover.webp");
}
.p-recruit-archive__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__title {
    gap: 5px;
  }
}
.p-recruit-archive__title .-lg {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-archive__title .-lg {
    font-size: 20px;
  }
}
.p-recruit-archive__title .-sm {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #B3BDC4;
}
.p-recruit-single {
  padding: 78px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single {
    padding: 40px 0 80px;
  }
}
.p-recruit-single__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-single__title {
    font-size: 24px;
  }
}
.p-recruit-single__data {
  margin-top: 52px;
  border-top: #B3BDC4 1px solid;
  width: 100%;
}
.p-recruit-single__data tr {
  width: 100%;
}
.p-recruit-single__data td:first-of-type {
  width: 26%;
  border-bottom: #B3BDC4 1px solid;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single__data td:first-of-type {
    width: 100%;
    border: unset;
    padding: 30px 0 0;
    display: block;
  }
}
.p-recruit-single__data td:not(:first-of-type) {
  width: 74%;
  border-bottom: #B3BDC4 1px solid;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single__data td:not(:first-of-type) {
    width: 100%;
    padding: 10px 0 30px;
    font-size: 14px;
    display: block;
  }
}
.p-recruit-single__data td:not(:first-of-type) p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.p-recruit-single__data td:not(:first-of-type) p strong {
  font-weight: 700;
}
.p-recruit-single__data td:not(:first-of-type) a:hover {
  opacity: 0.7;
}
.p-recruit-single__data td:not(:first-of-type) p + p {
  margin-top: 10px;
}
.p-recruit-single__data td:not(:first-of-type) a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-recruit-single__data {
    margin-top: 30px;
  }
}

.p-education-data {
  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;
  padding: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .p-education-data {
    padding: 0 0 80px 0;
  }
}
.p-education-data__item {
  border: 1px solid #B3BDC4;
  border-radius: 16px;
  padding: 56px 54px 36px;
}
@media screen and (max-width: 768px) {
  .p-education-data__item {
    padding: 20px 20px;
  }
}
.p-education-data__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-education-data__head div {
  background-color: #F2F8FC;
  border-radius: 8px;
  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: 112px;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .p-education-data__head div {
    width: 60px;
    height: 60px;
  }
}
.p-education-data__head div figure {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .p-education-data__head div figure {
    width: 30px;
  }
}
.p-education-data__head div figure img {
  width: 100%;
  height: auto;
}
.p-education-data__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-education-data__title {
    font-size: 24px;
  }
}
.p-education-data__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-education-data__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-education-data__dl dt {
  font-size: 16px;
  font-weight: 700;
  border-bottom: #AFAFAF 1px solid;
  width: 64px;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .p-education-data__dl dt {
    width: 100%;
    border-bottom: unset;
    padding: 19px 0 0;
  }
}
.p-education-data__dl dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  border-bottom: #AFAFAF 1px solid;
  width: calc(100% - 64px);
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .p-education-data__dl dd {
    width: 100%;
  }
}
.p-education-data__dl dd small {
  display: block;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  margin-top: 3px;
}
.p-education-other {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: 0 calc(50% - 50vw);
  padding: 172px calc(50vw - 50%) 160px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-education-other {
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-education-other .c-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-education-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-education-other__list {
    gap: 20px;
  }
}
.p-education-other__item {
  width: calc(33.33333% - 26.66667px);
  min-height: 209px;
  background-color: #fff;
  border: #E2E6E8 1px solid;
  border-radius: 16px;
  padding: 37px 20px;
}
@media screen and (max-width: 768px) {
  .p-education-other__item {
    width: 100%;
  }
}
.p-education-other__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.p-education-other__disc {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin: 20px auto 0;
  max-width: 334px;
}

.p-welfare {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-welfare {
    padding-bottom: 80px;
  }
}
.p-welfare__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 112px;
}
@media screen and (max-width: 1060px) {
  .p-welfare__col2 {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-welfare__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.p-welfare__head {
  width: 330px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 900px) {
  .p-welfare__head {
    width: 100%;
    position: unset;
  }
}
.p-welfare__body {
  width: calc(100% - 442px);
}
@media screen and (max-width: 1060px) {
  .p-welfare__body {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 900px) {
  .p-welfare__body {
    width: 100%;
  }
}
.p-welfare__section {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-welfare__section {
    scroll-margin-top: 50px;
  }
}
.p-welfare__section:first-of-type {
  scroll-margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-welfare__section:first-of-type {
    scroll-margin-top: 100px;
  }
}
.p-welfare__section + .p-welfare__section {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-welfare__section + .p-welfare__section {
    padding-top: 80px;
  }
}
.p-welfare__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  border-bottom: #B3BDC4 1px solid;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-welfare__header {
    gap: 20px;
  }
}
.p-welfare__header .c-title .-lg {
  font-size: 40px;
  padding-top: 13px;
  margin-bottom: -4px;
}
@media screen and (max-width: 1060px) {
  .p-welfare__header .c-title .-lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-welfare__header .c-title .-lg {
    font-size: 20px;
    padding-top: unset;
    margin-bottom: -6px;
  }
}
.p-welfare__header .c-title .-sm {
  font-weight: 600;
}
.p-welfare__img {
  background-color: #F2F8FC;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  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;
}
@media screen and (max-width: 768px) {
  .p-welfare__img {
    width: 40px;
    height: 40px;
  }
}
.p-welfare__img figure {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .p-welfare__img figure {
    width: 20px;
  }
}
.p-welfare__img figure img {
  width: 100%;
  height: auto;
}
.p-welfare__lead {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 23px;
}
.p-welfare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  counter-reset: num;
  margin-top: 54px;
}
.p-welfare__item {
  width: calc(50% - 20px);
  border-bottom: #E2E6E8 1px solid;
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-welfare__item {
    width: 100%;
  }
}
.p-welfare__item.-w100 {
  width: 100%;
}
.p-welfare__item h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
  position: relative;
  padding-left: 47px;
}
.p-welfare__item h3.-mw {
  max-width: 290px;
}
@media screen and (max-width: 1060px) {
  .p-welfare__item h3 {
    font-size: 20px;
  }
  .p-welfare__item h3.-mw {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-welfare__item h3 {
    font-size: 18px;
  }
  .p-welfare__item h3.-mw {
    max-width: unset;
  }
}
.p-welfare__item h3::after {
  position: absolute;
  content: "(" counter(num, decimal-leading-zero) ")";
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #5D7584;
  font-family: "Inter", sans-serif;
}
.p-welfare__item p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-welfare-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-welfare-nav__item {
  border: #E2E6E8 1px solid;
  border-radius: 8px;
  background-color: #F5F8FA;
  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;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  padding: 13px 16px;
}
.p-welfare-nav__item:hover {
  opacity: 0.7;
}

.p-voice-about {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-voice-about {
    padding-bottom: 80px;
  }
}
.p-voice-about__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-voice-about__title {
    font-size: 20px;
  }
}
.p-voice-about__lead {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-top: 35px;
}
.p-voice-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-voice-about__list {
    gap: 20px;
  }
}
.p-voice-about__item {
  width: calc(50% - 20px);
  border: #B3BDC4 1px solid;
  border-radius: 8px;
  padding: 34px 22px 22px;
}
@media screen and (max-width: 768px) {
  .p-voice-about__item {
    width: 100%;
    padding: 34px 16px 22px;
  }
}
.p-voice-about__item h3 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  position: relative;
  padding-left: 73px;
  border-bottom: #E2E6E8 1px solid;
  padding-bottom: 34px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-voice-about__item h3 {
    padding-left: 45px;
    font-size: 16px;
  }
}
.p-voice-about__item h3::after {
  position: absolute;
  content: "Q";
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #0171B9;
  background-color: #F5F8FA;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  left: 0;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .p-voice-about__item h3::after {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -2px;
  }
}
.p-voice-about__item figure img {
  width: 100%;
  height: auto;
}
.p-voice-about__item svg {
  width: 100%;
  height: auto;
}
.p-voice-challenging {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: 0 calc(50% - 50vw);
  padding: 157px calc(50vw - 50%) 145px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-voice-challenging {
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-voice-challenging__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice-challenging__title {
    font-size: 20px;
  }
}
.p-voice-challenging .swiper {
  margin: 52px calc(50% - 50vw) 0;
  width: 100vw;
}
.p-voice-challenging .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-voice-challenging__item {
  background-color: #FFFFFF;
  border: #E2E6E8 1px solid;
  border-radius: 16px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-voice-challenging__item {
    padding: 20px;
  }
}
.p-voice-challenging__img {
  width: 56px;
}
.p-voice-challenging__img img {
  width: 100%;
  height: auto;
}
.p-voice-challenging__potision {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #5D7584;
  margin-top: 6px;
  display: block;
}
.p-voice-challenging__disc {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1;
          flex-direction: 1;
  height: 100%;
}

.p-faq {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: -1px calc(50% - 50vw) 0;
  padding: 122px calc(50vw - 50%) 160px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-faq__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 28px;
  }
}
.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 52px;
}
.p-faq__item {
  background-color: white;
  border-radius: 16px;
  border: #B3BDC4 1px solid;
}
.p-faq__dt {
  padding: 32px 60px 33px 30px;
  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;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__dt {
    padding: 32px 40px 33px 12px;
  }
}
.p-faq__dt .-text {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .p-faq__dt .-text {
    padding-left: 50px;
    font-size: 16px;
  }
}
.p-faq__dt .-text::after {
  position: absolute;
  content: "Q";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F5F8FA;
  color: #0171B9;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  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;
  left: 0;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .p-faq__dt .-text::after {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.p-faq__dd {
  padding: 0 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-faq__dd {
    padding: 0px 12px 0px 12px;
  }
}
.p-faq__dd .-text {
  padding: 23px 0 30px;
  border-top: #B3BDC4 1px solid;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
  position: relative;
  padding-left: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-faq__dd .-text {
    padding-left: 50px;
    font-size: 16px;
  }
}
.p-faq__dd .-text::after {
  position: absolute;
  content: "A";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0171B9;
  color: #fff;
  font-family: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  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;
  left: 0;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .p-faq__dd .-text::after {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.p-faq__cross {
  position: absolute;
  right: 30px;
  top: 46px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__cross {
    right: 18px;
  }
}
.p-faq__cross.-active span:last-of-type {
  rotate: 0deg;
  margin-top: -2px;
}
.p-faq__cross span {
  display: block;
  background-color: #333B40;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-faq__cross span:last-of-type {
  rotate: 90deg;
  margin-top: -1px;
}

.p-parents-message {
  background-image: url(../images/parents/head-bg.webp);
  background-size: cover;
  background-position: bottom;
  margin: 0 calc(50% - 50vw);
  padding: 142px calc(50vw - 50%) 190px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-parents-message {
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-parents-message__title {
  font-size: 56px;
  line-height: 1.1428571429;
  font-weight: 700;
  text-align: center;
  color: #0171B9;
}
@media screen and (max-width: 768px) {
  .p-parents-message__title {
    font-size: 28px;
  }
}
.p-parents-message__text {
  font-size: 18px;
  line-height: 2.6666666667;
  font-weight: 700;
  text-align: center;
  color: #0171B9;
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .p-parents-message__text {
    text-align: left;
    font-size: 14px;
    line-height: 2.1;
    margin-top: 40px;
  }
}
.p-parents-about {
  padding: 172px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 135px;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .p-parents-about {
    padding: 80px 0 80px;
    gap: 80px;
  }
}
.p-parents-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .p-parents-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-parents-about__head {
  width: 53.6%;
}
@media screen and (max-width: 768px) {
  .p-parents-about__head {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-parents-about__body {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .p-parents-about__body {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-parents-about__body figure img {
  width: 100%;
  height: auto;
}
.p-parents-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: #B3BDC4 dashed 2px;
  padding: 8px 0 25px 71px;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parents-about__title {
    padding: 8px 0 25px 50px;
  }
}
.p-parents-about__title::after {
  position: absolute;
  content: "(" counter(num, decimal-leading-zero) ")";
  left: 0;
  top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #5D7584;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-parents-about__title::after {
    top: 10px;
  }
}
.p-parents-about__title .-lg {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-parents-about__title .-lg {
    font-size: 22px;
  }
}
.p-parents-about__title .-sm {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #B3BDC4;
}
.p-parents-about__disc {
  font-size: 16px;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-parents-about__disc {
    font-size: 14px;
  }
}
.p-parents-about .c-button1 {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-parents-about .c-button1 {
    margin-top: 32px;
  }
}
.p-parents-faq {
  background-color: #FAFAF5;
  background-image: url(../images/common/bg-dot.webp);
  margin: 0 calc(50% - 50vw);
  padding: 158px calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-parents-faq {
    padding: 80px calc(50vw - 50%);
  }
}
.p-parents-faq__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__title {
    font-size: 28px;
  }
}
.p-parents-faq__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 53px;
}
.p-parents-faq__item {
  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-parents-faq__item {
    display: grid;
    gap: 16px;
  }
}
.p-parents-faq__item.-q .p-parents-faq__box {
  background-color: #F2F6F9;
  padding: 40px 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-q .p-parents-faq__box {
    padding: 20px 15px 20px;
  }
}
.p-parents-faq__item.-q .p-parents-faq__box::after {
  background-image: url(../images/parents/l.webp);
  left: -14px;
  top: 29px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-q .p-parents-faq__box::after {
    top: 60%;
  }
}
.p-parents-faq__item.-q .p-parents-faq__box span {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-q .p-parents-faq__box span {
    padding-left: 50px;
    font-size: 14px;
  }
}
.p-parents-faq__item.-q .p-parents-faq__box span::after {
  position: absolute;
  content: "Q";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #0171B9;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  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;
  left: 0;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-q .p-parents-faq__box span::after {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.p-parents-faq__item.-a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-parents-faq__item.-a .p-parents-faq__box {
  background-color: #fff;
}
.p-parents-faq__item.-a .p-parents-faq__box::after {
  background-image: url(../images/parents/r.webp);
  right: -15px;
  top: 33%;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-a .p-parents-faq__box::after {
    top: 60%;
  }
}
.p-parents-faq__item.-a .p-parents-faq__box span {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-a .p-parents-faq__box span {
    padding-left: 50px;
    font-size: 14px;
  }
}
.p-parents-faq__item.-a .p-parents-faq__box span::after {
  position: absolute;
  content: "A";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #F5F8FA;
  background-color: #0171B9;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  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;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-a .p-parents-faq__box span::after {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-parents-faq__item.-a .p-parents-faq__img {
    margin-left: auto;
  }
}
.p-parents-faq__img {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__img {
    width: 64px;
  }
}
.p-parents-faq__img img {
  width: 100%;
  height: auto;
}
.p-parents-faq__box {
  width: calc(100% - 153px);
  border: #A2AEB6 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 28px 30px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parents-faq__box {
    width: 100%;
    padding: 20px 15px 20px;
  }
}
.p-parents-faq__box::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 23px;
}
.p-parents-faq__button {
  margin: 56px auto 0;
}
.p-parents-end {
  padding: 160px 0 182px;
}
@media screen and (max-width: 768px) {
  .p-parents-end {
    padding: 80px 0;
  }
}
.p-parents-end__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-parents-end__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}
.p-parents-end__head {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-parents-end__head {
    width: 50%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-parents-end__body {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .p-parents-end__body {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-parents-end__img img {
  width: 100%;
  height: auto;
}
.p-parents-end__name {
  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;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-parents-end__name {
    margin-top: 12px;
    gap: 0;
  }
}
.p-parents-end__name .-sm {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-parents-end__name .-sm {
    font-size: 14px;
  }
}
.p-parents-end__name .-lg {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-parents-end__name .-lg {
    font-size: 16px;
  }
}
.p-parents-end__title {
  font-size: 56px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #0171B9;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-parents-end__title {
    font-size: 28px;
    text-align: center;
  }
}
.p-parents-end__disc {
  font-size: 18px;
  line-height: 2.1;
  font-weight: 700;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-parents-end__disc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
.p-parents-end__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
  margin-top: 52px;
}
.p-parents .c-button1 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 268px;
}
.p-parents .c-button1::before {
  position: absolute;
  content: "";
  background-color: #E2E6E8;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -23px;
}

.p-privacy {
  padding-top: 78px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding-bottom: 80px;
  }
}
.p-privacy__title {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-privacy__title {
    font-size: 20px;
    text-align: center;
  }
}
.p-privacy p, .p-privacy li {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.p-privacy ol {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
}
.p-privacy ol.-gap {
  gap: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-privacy ol > li {
  counter-increment: number;
  text-indent: -21px;
  margin-left: 21px;
}
.p-privacy ol > li::before {
  content: "(" counter(number) ") ";
}
.p-privacy ol ul {
  margin-top: 14px;
  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-privacy ol ul li {
  text-indent: -16px;
  margin-left: -6px;
}
.p-privacy .-mt8 {
  margin-top: 8px;
}
.p-privacy .-mt5 {
  margin-top: 5px;
}
.p-privacy .-mt10 {
  margin-top: 10px;
}
.p-privacy .-mt22 {
  margin-top: 22px;
}
.p-privacy .-mt52 {
  margin-top: 52px;
}
.p-privacy .-mt70 {
  margin-top: 70px;
}
.p-privacy p + p {
  margin-top: 22px;
}
.p-privacy__section {
  margin-top: 76px;
}
.p-privacy__section + .p-privacy__section {
  margin-top: 70px;
}
.p-privacy__section h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
  border-bottom: #B3BDC4 1px solid;
  padding-bottom: 14px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-privacy__section h3 {
    font-size: 18px;
  }
}
.p-privacy__bottom {
  text-align: right;
  margin-top: 55px;
}
.p-privacy-cta {
  border: #5D7584 1px solid;
  border-radius: 16px;
  padding: 38px 40px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-privacy-cta {
    padding: 38px 20px 20px;
  }
}
.p-privacy-cta__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.p-privacy-cta__subtitle {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  margin-top: 22px;
  display: block;
}
.p-privacy-cta__border {
  border-bottom: #B3BDC4 1px solid;
  margin-top: 24px;
}
.p-privacy-cta__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-privacy-cta__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-privacy-cta__item {
  width: calc(50% - 12px);
  background-color: #F2FAFF;
  border-radius: 8px;
  min-height: 105px;
}
@media screen and (max-width: 768px) {
  .p-privacy-cta__item {
    width: 100%;
  }
}
.p-privacy-cta__item.-tel {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-privacy-cta__item.-tel > div {
  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-privacy-cta__item.-tel > div span {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.p-privacy-cta__item.-tel > span {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
  display: block;
}
.p-privacy-cta__item.-mail {
  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-privacy-cta__item.-mail span {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-privacy-cta__item.-mail span {
    font-size: 16px;
  }
}
.p-privacy-cta p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy-cta p {
    text-align: left;
  }
}

.p-p404 {
  margin: 0 calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 160px;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-p404 {
    padding: 60px calc(50vw - 50%) 280px;
  }
}
.p-p404__title {
  position: relative;
  z-index: 5;
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-p404__title {
    font-size: 20px;
  }
}
.p-p404__text {
  position: relative;
  z-index: 5;
  font-weight: 700;
  text-align: center;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-p404__text {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 33px auto 0;
  }
}
.p-p404__button {
  margin: 51px auto 0;
  z-index: 5;
}

.p-404__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 432px;
  height: 432px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-404__bg {
    width: 260px;
    height: 260px;
  }
}

/* SVG（背景） */
.p-404__circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ねこ */
.p-404__cat {
  position: absolute;
  z-index: 2;
  width: 100px;
}
.p-404__cat img {
  width: 100%;
  height: auto;
}
.p-404__cat {
  offset-path: path("M432,32 A400,400 0 1,1 431.9,32");
  offset-distance: 0%;
  offset-rotate: auto;
  -webkit-animation: catMove 5s linear infinite;
          animation: catMove 5s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-404__cat {
    width: 60px;
    offset-path: path("M260,20 A240,240 0 1,1 259.9,20");
  }
}

.p-404__cat img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション */
@-webkit-keyframes catMove {
  to {
    offset-distance: 100%;
  }
}
@keyframes catMove {
  to {
    offset-distance: 100%;
  }
}
.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;
}

@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: 1340px) {
  .u-header-only {
    display: block;
  }
}

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

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

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

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@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;
  }
}