@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..700&family=Roboto:ital,wght@0,100..900;1,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;
  font-size: 62.5%; /* 1rem = 10px */
  overflow-x: hidden;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
img {
  vertical-align: bottom;
}

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

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

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

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

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

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

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  padding: 0 20px;
}
.l-inner-xl {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}
.l-inner-xl .c-breadcrumb {
  padding: 0 5.0666666667vw;
}
.l-inner-md {
  max-width: 1360px;
  margin: 0 auto;
}
.l-inner-sm {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .l-inner-sm {
    padding: 0 5.0666666667vw;
  }
}

body.single-post > main > .l-inner {
  padding-right: 84px;
  padding-left: 84px;
}
@media screen and (max-width: 900px) {
  body.single-post > main > .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

body.page-id-201 .l-inner-sm {
  padding-right: 84px;
  padding-left: 84px;
}
@media screen and (max-width: 900px) {
  body.page-id-201 .l-inner-sm {
    padding-right: 5.0666666667vw;
    padding-left: 5.0666666667vw;
  }
}

.l-header {
  position: fixed;
  z-index: 90;
  width: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.l-header.-hidden-by-pin {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__inner {
  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;
  width: 100%;
  padding: 32px 60px;
  padding: 3.2rem 6rem;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    padding: 3.2rem 2rem;
  }
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding: 1rem 2rem;
  }
}
.l-header__logo {
  width: 286px;
  width: 28.6rem;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    width: 32vw;
    position: fixed;
    top: 5.0666666667vw;
    left: 5.0666666667vw;
    z-index: 99;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav {
  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: 142px;
  gap: 14.2rem;
}
@media screen and (max-width: 1190px) {
  .l-header__nav {
    gap: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .l-header__nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    top: 1.5rem;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .l-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-header__navbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  gap: 6rem;
  background-color: #fff;
  border-radius: 5rem;
  padding: 0 76px 0 92px;
  padding: 0 7.6rem 0 9.2rem;
}
@media screen and (max-width: 1190px) {
  .l-header__navbg {
    padding: 1rem 4rem 1em 4rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .l-header__navbg {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: min(100vw - 9.3333333333vw, 81.3333333333vw);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 1.3333333333vw 4.6666666667vw 1.3333333333vw auto;
    gap: 0;
    border-radius: 4.8vw;
    background-color: #f1f1f1;
    padding: 7.7333333333vw 7.4666666667vw 8.5333333333vw;
    overflow-y: auto;
  }
}
.l-header__navclose {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-header__navclose {
    display: block;
    position: absolute;
    top: 3.2vw;
    right: 3.2vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 0;
    background: transparent;
    color: #10069F;
    cursor: pointer;
  }
  .l-header__navclose::before, .l-header__navclose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
  .l-header__navclose::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__navclose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.l-header__navitem {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  font-size: max(16px, 19px);
  font-size: max(16px, 1.9rem);
  color: #10069F;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "outfit", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .l-header__navitem {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.5333333333vw;
    line-height: 1.18;
    letter-spacing: 0.06em;
  }
}
.l-header__navopen {
  cursor: pointer;
  position: relative;
}
.l-header__navopen::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 900px) {
  .l-header__navopen {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header__navopen::after {
    content: none;
  }
  .l-header__navopen + .l-header__navitem {
    display: block;
    margin-top: 7.7333333333vw;
  }
}
.l-header__mega {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 0 0 10px 10px;
  padding: 15px 25px;
  padding: 1.5rem 2.5rem;
  width: 182px;
  width: 18.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  top: 3rem;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .l-header__mega {
    display: block;
    background-color: unset;
    border-radius: unset;
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    padding: 4.2666666667vw 0 0;
  }
}
.l-header__mega a {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "outfit", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #10069F;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .l-header__mega a {
    text-align: left;
    font-size: 3.6vw;
    line-height: 1.25;
  }
}
.l-header__mega a + a {
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .l-header__mega a + a {
    margin-top: 3.2vw;
  }
}
.l-header__contact {
  background-color: #10069F;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  color: #fff;
  border-radius: 5rem;
  font-size: max(16px, 19px);
  font-size: max(16px, 1.9rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-family: "outfit", sans-serif;
  width: 211px;
  width: 21.1rem;
  padding: 9.5px 0;
  padding: 0.95rem 0;
  height: unset;
  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;
}
.l-header__contact:hover {
  background-color: #fff;
  color: #10069F;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  opacity: 1;
}
.l-header__contact--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-header__contact {
    max-width: 48vw;
    width: 100%;
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw auto 0;
    padding: 1.8666666667vw 3.2vw;
  }
  .l-header__contact--pc {
    display: none;
  }
  .l-header__contact--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 9.0666666667vw;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .l-header__navitem + .l-header__navitem {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 900px) {
  .l-header__navitem + .l-header__navopen {
    margin-top: 7.4666666667vw;
  }
}
.l-header__lange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.5rem;
  margin-left: 20px;
  margin-left: 2rem;
}
@media screen and (max-width: 900px) {
  .l-header__lange {
    position: fixed;
    z-index: 130;
    top: 4.5333333333vw;
    right: clamp(82px, 20vw, 104px);
  }
}
.l-header__lange .-icon {
  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: #fff;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .l-header__lange .-icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .l-header__lange .-icon svg {
    width: 4.2666666667vw;
  }
}
.l-header__lange .-text {
  color: #10069F;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-family: "outfit", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .l-header__lange .-text {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 900px) {
  body.is-open {
    overflow: hidden;
  }
  body.is-open .l-header__lange {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.l-footer {
  background-color: #10069F;
  padding: 123px 0 103px;
  padding: 12.3rem 0 10.3rem;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 10.6666666667vw 5.0666666667vw 2.6666666667vw;
  }
}
.l-footer__inner {
  max-width: 1535px;
  max-width: 153.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__head {
  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: 900px) {
  .l-footer__head {
    display: contents;
  }
}
.l-footer__body {
  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: 900px) {
  .l-footer__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -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;
  }
}
.l-footer__logo {
  width: 246px;
  width: 24.6rem;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 10.6666666667vw auto 20px;
    display: block;
    width: 32.8vw;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3.2vw;
       -moz-column-gap: 3.2vw;
            column-gap: 3.2vw;
    row-gap: 4vw;
  }
}
.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;
}
@media screen and (max-width: 900px) {
  .l-footer__navlist {
    width: calc(50% - 1.6vw);
  }
}
.l-footer__navlist + .l-footer__navlist {
  margin-left: 114px;
  margin-left: 11.4rem;
}
@media screen and (max-width: 900px) {
  .l-footer__navlist + .l-footer__navlist {
    margin-left: unset;
  }
}
.l-footer__navitem {
  margin-top: 4px;
  margin-top: 0.4rem;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3043478261;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__navitem {
    font-size: 2.9333333333vw;
  }
}
.l-footer__navitem--mt {
  margin-top: 23px;
  margin-top: 2.3rem;
}
@media screen and (max-width: 900px) {
  .l-footer__navitem--mt {
    margin-top: 3.0666666667vw;
  }
}
.l-footer__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__subitem {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__subitem {
    font-size: 2.9333333333vw;
  }
}
.l-footer__navbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 2.8rem;
  margin-left: 140px;
  margin-left: 14rem;
}
@media screen and (max-width: 900px) {
  .l-footer__navbuttons {
    margin-left: unset;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.l-footer__navbutton {
  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;
  border-radius: 0.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5rem;
  color: #10069F;
  width: 315px;
  width: 31.5rem;
  height: 47px;
  height: 4.7rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-footer__navbutton {
    max-width: unset;
    width: 47.6vw;
    font-size: 3.4666666667vw;
    height: 6.2666666667vw;
  }
}
.l-footer__navbutton::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
  right: 24px;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .l-footer__navbutton::after {
    width: 1.6vw;
    height: 2.4vw;
    right: 3.2vw;
  }
}
.l-footer__navbutton:hover {
  background-color: #10069F;
  border: 1px solid #fff;
  border: 0.1rem solid #fff;
  color: #fff;
  opacity: 1;
}
.l-footer__navbutton:hover::after {
  background-image: url("../images/common/arrow-button-white.svg");
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  gap: 4.1rem;
}
@media screen and (max-width: 900px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5.3333333333vw auto 0;
    gap: 5.3333333333vw;
  }
  .l-footer__sns + div {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__sns svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  gap: 2.6rem;
  margin-top: 62px;
  margin-top: 6.2rem;
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem auto 0;
  }
}
.l-footer__links li {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .l-footer__links li {
    text-align: center;
    width: auto;
  }
  .l-footer__links li:nth-child(1) {
    text-align: left;
  }
  .l-footer__links li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__links li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__links li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__links li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.l-footer__links a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__links a {
    font-size: 2.6666666667vw;
  }
}
.l-footer__copy {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-top: 56px;
  margin-top: 5.6rem;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -0.012em;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    font-size: 1.8666666667vw;
    text-align: center;
  }
}

.l-bg-color1 {
  background-color: #F2F3F4;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw;
}
.l-bg-color2 {
  background-color: #E7EAED;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .l-bg-color2 {
    padding: 0;
  }
}
.l-bg-color3 {
  background-color: #10069F;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

.c-title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-title__catch {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-title__outline-text {
  position: relative;
  display: inline-block;
}
.c-title__outline-text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #FCEE21;
  z-index: 0;
}

.c-title__text-outline {
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  /* 必須：中身白に見せるため */
  -webkit-text-stroke: 8px #1c50a1;
  /* 青フチ */
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  letter-spacing: 0.03em;
  z-index: 1;
}

.c-title__text-fill {
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.03em;
  z-index: 2;
  /* 同じフォント/サイズ/ウェイト必須 */
}

.c-title02 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 900px) {
  .c-title02 {
    font-size: 3rem;
  }
}
.c-title02::after {
  position: absolute;
  content: "";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  width: 8rem;
  height: 5px;
  height: 0.5rem;
  background-color: #1C50A1;
}

.is-justified-gallery.is-justified-gallery--ready:not(.is-justified-gallery--nested-grid),
.is-justified-gallery.is-justified-gallery--ready.is-justified-gallery--nested-grid > .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.is-justified-gallery.is-justified-gallery--ready.is-justified-gallery--nested-grid > .blocks-gallery-grid {
  width: 100%;
  margin: 0;
  padding: 0;
}

.is-justified-gallery.is-justified-gallery--ready .is-justified-gallery__item {
  min-width: 0;
  max-width: none;
  margin: 0;
}

.is-justified-gallery.is-justified-gallery--ready .is-justified-gallery__item > a,
.is-justified-gallery.is-justified-gallery--ready .is-justified-gallery__item .gallery-icon > a {
  display: block;
}

.is-justified-gallery.is-justified-gallery--ready .is-justified-gallery__item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .is-justified-gallery.is-justified-gallery--ready:not(.is-justified-gallery--nested-grid),
  .is-justified-gallery.is-justified-gallery--ready.is-justified-gallery--nested-grid > .blocks-gallery-grid {
    gap: 6px;
  }
}
.c-burger {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-burger {
    display: block;
    position: fixed;
    right: clamp(18px, 5vw, 32px);
    top: 4.5333333333vw;
    width: 46px;
    height: 46px;
    z-index: 140;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .c-burger__border {
    width: 22px;
    height: 1px;
    display: block;
    background-color: #10069F;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 18px;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    top: 31px;
  }
  .c-burger.is-open .c-burger__border--top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 560px) {
  .c-burger {
    width: 38px;
    height: 38px;
    top: 4.5333333333vw;
  }
  .c-burger__border {
    width: 18px;
    height: 1px;
    display: block;
    background-color: #10069F;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .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 {
    top: 24px;
  }
  .c-burger.is-open .c-burger__border--top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

.c-button {
  width: 351px;
  width: 35.1rem;
  height: 52px;
  height: 5.2rem;
  border-radius: 5rem;
  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: #10069F;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  color: #fff;
  font-size: max(16px, 24px);
  font-size: max(16px, 2.4rem);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .c-button {
    max-width: 28rem;
    width: 100%;
    font-size: 1.8rem;
  }
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
  right: 24px;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-button::after {
    width: 0.6rem;
    height: 0.9rem;
  }
}
.c-button:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.c-button:hover::after {
  background-image: url("../images/common/arrow-button-color.svg");
}
.c-button.-color {
  color: #10069F;
  background-color: #fff;
}
.c-button.-color::after {
  background-image: url("../images/common/arrow-button-color.svg");
}
.c-button.-sm {
  width: 289px;
  width: 28.9rem;
  height: 43px;
  height: 4.3rem;
}
@media screen and (max-width: 900px) {
  .c-button.-sm {
    width: 38.5333333333vw;
    height: 4.3rem;
    font-size: 3.3333333333vw;
  }
}

.c-companyslider {
  margin: 0 calc(50% - 50vw);
  padding: 126px 0;
  padding: 12.6rem 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  gap: 7rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .c-companyslider {
    padding: 8rem 0;
    gap: 4rem;
  }
}
.c-companyslider__list {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-companyslider__list.is-sp {
  display: none;
}
.c-companyslider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-companyslider__track.is-ready {
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
}
.is-reverse .c-companyslider__track.is-ready {
  -webkit-animation-name: scroll-reverse;
          animation-name: scroll-reverse;
}
.c-companyslider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 180px;
  width: 18rem;
  height: 58px;
  height: 5.8rem;
  margin-right: 70px;
  margin-right: 7rem;
}
@media screen and (max-width: 900px) {
  .c-companyslider__item {
    width: 15rem;
    height: 5rem;
    margin-right: 5rem;
  }
}
.c-companyslider__item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes scroll-reverse {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll-reverse {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 900px) {
  .c-companyslider.js-fadeUp, .c-companyslider.js-fadeIn.is-show {
    -webkit-transform: none;
            transform: none;
  }
  .c-companyslider__list.is-pc {
    display: none;
  }
  .c-companyslider__list.is-sp {
    display: block;
  }
  .c-companyslider__item {
    width: 12rem;
    height: 4.2rem;
    margin-right: 5rem;
  }
  .c-companyslider__track.is-ready {
    -webkit-animation-duration: 34s;
            animation-duration: 34s;
  }
}
.c-companyslider__item[data-logo-number="9"] {
  height: 116px;
  height: 11.6rem;
}
@media screen and (max-width: 900px) {
  .c-companyslider__item[data-logo-number="9"] {
    height: 8.4rem;
  }
}

.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: 20px;
  gap: 2rem;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: unset;
  width: max(40px, 40px);
  width: max(40px, 4rem);
  height: max(40px, 40px);
  height: max(40px, 4rem);
  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;
}
.c-pagination .wp-pagenavi span.current {
  color: #fff;
  background-color: #10069F;
  border-radius: 50%;
  font-weight: 400;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  border: unset;
}
.c-pagination .wp-pagenavi a.nextpostslink, .c-pagination .wp-pagenavi a.previouspostslink {
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 57%);
          clip-path: polygon(0 0, 0 100%, 100% 57%);
  background-repeat: no-repeat;
  background-position: center;
  width: max(10px, 10px);
  width: max(10px, 1rem);
  height: max(11px, 11px);
  height: max(11px, 1.1rem);
}
.c-pagination .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-pagination .wp-pagenavi a.nextpostslink {
  margin-left: max(26px, 26px);
  margin-left: max(26px, 2.6rem);
}
.c-pagination .wp-pagenavi a.previouspostslink {
  margin-right: max(26px, 26px);
  margin-right: max(26px, 2.6rem);
}

.c-breadcrumb {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  font-family: "outfit", sans-serif;
  color: transparent;
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb {
    font-size: 2.6666666667vw;
    line-height: 2.1;
  }
}
.c-breadcrumb > span[property=itemListElement] {
  display: inline;
  color: transparent;
  min-width: 0;
  max-width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb > span[property=itemListElement] {
    line-height: 2.1;
  }
}
.c-breadcrumb .current-item,
.c-breadcrumb .breadcrumb_last,
.c-breadcrumb > span[property=itemListElement] > span[property=name] {
  display: inline;
  background-color: #10069F;
  color: #fff;
  padding: 3px 12px;
  border-radius: 50px;
  line-height: 2.2;
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  word-wrap: anywhere;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb .current-item,
  .c-breadcrumb .breadcrumb_last,
  .c-breadcrumb > span[property=itemListElement] > span[property=name] {
    padding: 0.6666666667vw 2.1333333333vw;
    border-radius: 3.7333333333vw;
    line-height: 2.65;
  }
}
.c-breadcrumb a {
  display: inline-block;
  position: relative;
  color: #000;
  padding-right: 23px;
  margin-right: 8px;
  line-height: 1.6;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: anywhere;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb a {
    line-height: 2.1;
  }
}
.c-breadcrumb a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumb a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #10069F;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 57%);
          clip-path: polygon(0 0, 0 100%, 100% 57%);
  z-index: 2;
}

.c-pageheader {
  padding: 148px 0 0;
  padding: 14.8rem 0 0;
}
@media screen and (max-width: 900px) {
  .c-pageheader {
    padding: 80px 0 0;
  }
}
.c-pageheader.-nobg {
  padding-bottom: 93px;
  padding-bottom: 9.3rem;
}
@media screen and (max-width: 900px) {
  .c-pageheader.-nobg {
    padding-bottom: 10.6666666667vw;
  }
}
.c-pageheader.-nobg .c-pageheader__title {
  margin-top: 160px;
  margin-top: 16rem;
}
@media screen and (max-width: 900px) {
  .c-pageheader.-nobg .c-pageheader__title {
    margin-top: 10.6666666667vw;
  }
}
.c-pageheader.-nobg .c-pageheader__title .-lg {
  text-align: center;
}
.c-pageheader.-bg .c-pageheader__title::after {
  background-image: url("../images/common/title2.webp");
}
.c-pageheader.-bg .c-pageheader__title .-lg {
  color: #fff;
}
.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: max(6px, 6px);
  gap: max(6px, 0.6rem);
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 34px;
  padding-top: 3.4rem;
}
@media screen and (max-width: 900px) {
  .c-pageheader__title {
    padding-top: 2rem;
  }
}
.c-pageheader__title::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: max(60px, 85px);
  width: max(60px, 8.5rem);
  height: max(60px, 15px);
  height: max(60px, 1.5rem);
}
@media screen and (max-width: 900px) {
  .c-pageheader__title::after {
    width: 6rem;
    height: 1rem;
  }
}
.c-pageheader__title .-lg {
  font-size: max(60px, 80px);
  font-size: max(60px, 8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "outfit", sans-serif;
}
@media screen and (max-width: 900px) {
  .c-pageheader__title .-lg {
    font-size: 6.6666666667vw;
  }
}
.c-pageheader__title .-sm {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .c-pageheader__title .-sm {
    font-size: 1.8rem;
  }
}

.c-bgheader {
  margin: 0 calc(50% - 50vw) 0.4rem;
  padding: 0 calc(50vw - 50%) 7.4479166667vw;
  width: 100vw;
  height: 42.1875vw;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-bgheader::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.6666666667vw;
  border-radius: 30px 30px 0 0;
  background-color: #F2F3F4;
  bottom: -1px;
  left: 0;
}
.c-bgheader .l-inner-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-bgheader__title {
  padding-left: 60px;
  font-size: 37px;
  line-height: 1.6756756757;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .c-bgheader__title {
    padding-right: 5.0666666667vw;
    padding-left: 5.0666666667vw;
    font-size: 4.9333333333vw;
  }
}
.c-bgheader.-ourstory {
  background-image: url(../images/ourstory/kv.webp);
}
.c-bgheader.-airmobility {
  background-image: url(../images/airmobility/kv.webp);
}
.c-bgheader.-career {
  background-image: url(../images/career/kv.webp);
}
.c-bgheader.-company {
  background-image: url(../images/company/kv.webp);
}
.c-bgheader.-story {
  background-image: url(../images/story/kv.webp);
}
.c-bgheader.-culture {
  background-image: url(../images/culture/kv.webp);
}

.c-latestnews {
  padding: 200px 0 97px;
  padding: 20rem 0 9.7rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.c-latestnews__maintitle {
  font-size: max(16px, 67px);
  font-size: max(16px, 6.7rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-latestnews__maintitle {
    font-size: 8.9333333333vw;
  }
}
.c-latestnews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  gap: 2rem 4rem;
  margin-top: 65px;
  margin-top: 6.5rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews__list {
    gap: 2.6666666667vw 2.8vw;
    margin-top: 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .c-latestnews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-latestnews__item {
  width: calc(33.33333% - 2.66667rem);
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-latestnews__item {
    width: calc(50% - 1.4vw);
  }
}
@media screen and (max-width: 560px) {
  .c-latestnews__item {
    width: 100%;
  }
}
.c-latestnews__img {
  position: relative;
}
.c-latestnews__img::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(0, 0, 0, .08)), color-stop(66%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .82)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 32%, rgba(0, 0, 0, .5) 66%, rgba(0, 0, 0, .82) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews__img::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .12)), color-stop(62%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .9)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 24%, rgba(0, 0, 0, .6) 62%, rgba(0, 0, 0, .9) 100%);
    height: 100%;
    border-radius: 4.4vw;
  }
}
.c-latestnews__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/328;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews__img img {
    border-radius: 4.4vw;
  }
}
.c-latestnews__body {
  color: #fff;
  position: absolute;
  bottom: 11px;
  bottom: 1.1rem;
  padding: 0 24px 20px;
  padding: 0 2.4rem 2rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews__body {
    bottom: 1.4666666667vw;
    padding: 0 3.2vw 2.6666666667vw;
  }
}
.c-latestnews__body time {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 900px) {
  .c-latestnews__body time {
    font-size: 2.6666666667vw;
  }
}
.c-latestnews__title {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .c-latestnews__title {
    font-size: 2.6666666667vw;
  }
}
.c-latestnews__button {
  margin: 60px auto 0;
  margin: 6rem auto 0;
  max-width: 225px;
  max-width: 22.5rem;
  height: 45px;
  height: 4.5rem;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
}
.c-latestnews__button::after {
  width: 6px;
  width: 0.6rem;
  height: 9px;
  height: 0.9rem;
}
@media screen and (max-width: 900px) {
  .c-latestnews__button {
    margin: 4vw auto 0;
    max-width: 30vw;
    height: 6vw;
    font-size: 2.8vw;
  }
  .c-latestnews__button::after {
    width: 0.8vw;
    height: 1.2vw;
  }
}

.c-team {
  background-color: #10069F;
  margin: 0 calc(50% - 50vw);
  padding: 15.8rem calc(50vw - 50%) 16.4rem;
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .c-team {
    padding: 21.0666666667vw 0 21.8666666667vw;
  }
}
.c-team {
  color: #fff;
}
.c-team__maintitle {
  font-size: max(16px, 61px);
  font-size: max(16px, 6.1rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-team__maintitle {
    font-size: 8.1333333333vw;
  }
}
.c-team__disc {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
  margin-top: 35px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 900px) {
  .c-team__disc {
    font-size: 2.6666666667vw;
    margin-top: 4.6666666667vw;
  }
}
.c-team__item {
  position: relative;
}
.c-team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/54;
  border-radius: 3rem;
}
@media screen and (max-width: 900px) {
  .c-team__img img {
    aspect-ratio: 300/390;
    border-radius: 4vw;
  }
}
.c-team__body {
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 3rem 3rem;
  padding: 19px 34px 34px;
  padding: 1.9rem 3.4rem 3.4rem;
}
@media screen and (max-width: 900px) {
  .c-team__body {
    border-radius: 0 0 4vw 4vw;
    padding: 2.5333333333vw 4.5333333333vw 4.5333333333vw;
  }
}
.c-team__potision {
  position: absolute;
  top: 23px;
  top: 2.3rem;
  left: 20px;
  left: 2rem;
  background-color: #fff;
  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;
  font-size: max(15px, 15px);
  font-size: max(15px, 1.5rem);
  font-weight: 400;
  padding: 9px 27px;
  padding: 0.9rem 2.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  border-radius: 3rem;
}
@media screen and (max-width: 992px) {
  .c-team__potision {
    top: 3.0666666667vw;
    left: 2.6666666667vw;
    font-size: 2.6666666667vw;
    padding: 1.2vw 3.6vw;
    border-radius: 4vw;
  }
}
.c-team__name {
  font-size: max(16px, 33px);
  font-size: max(16px, 3.3rem);
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 992px) {
  .c-team__name {
    font-size: 4.4vw;
  }
}
.c-team__text {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-top: 10px;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-team__text {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    -webkit-line-clamp: 2;
  }
}
.c-team .swiper {
  margin-top: 70px;
  margin-top: 7rem;
}
@media screen and (max-width: 900px) {
  .c-team .swiper {
    margin-top: 9.3333333333vw;
    padding: 0 4.6666666667vw;
  }
}
.c-team .swiper-button-next, .c-team .swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  top: 44%;
}
@media screen and (max-width: 900px) {
  .c-team .swiper-button-next, .c-team .swiper-button-prev {
    width: 8vw;
    height: 8vw;
  }
}
.c-team .swiper-button-next, .c-team .swiper-rtl .swiper-button-prev {
  right: 20px;
  right: 2rem;
}
@media screen and (max-width: 900px) {
  .c-team .swiper-button-next, .c-team .swiper-rtl .swiper-button-prev {
    right: 2.6666666667vw;
  }
}
.c-team .swiper-button-prev, .c-team .swiper-rtl .swiper-button-next {
  left: 20px;
  left: 2rem;
}
@media screen and (max-width: 900px) {
  .c-team .swiper-button-prev, .c-team .swiper-rtl .swiper-button-next {
    left: 2.6666666667vw;
  }
}
.c-team .swiper-button-next:after, .c-team .swiper-rtl .swiper-button-prev:after, .c-team .swiper-button-prev:after, .c-team .swiper-rtl .swiper-button-next:after {
  content: "";
  background-color: #1A1A1A;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
}
@media screen and (max-width: 900px) {
  .c-team .swiper-button-next:after, .c-team .swiper-rtl .swiper-button-prev:after, .c-team .swiper-button-prev:after, .c-team .swiper-rtl .swiper-button-next:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c-team .swiper-button-next:after, .c-team .swiper-rtl .swiper-button-prev:after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-team .swiper-button-prev:after, .c-team .swiper-rtl .swiper-button-next:after {
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 5rem;
}
@media screen and (max-width: 900px) {
  .c-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.c-links__item {
  width: calc(100% - 2.5rem);
  height: 260px;
  height: 26rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: cover;
  border-radius: 3rem;
  padding: 0 35px 0 46px;
  padding: 0 3.5rem 0 4.6rem;
}
@media screen and (max-width: 900px) {
  .c-links__item {
    width: 100%;
    height: 34.6666666667vw;
    -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-radius: 4vw;
    padding: 4vw 4.6666666667vw 4vw 6.1333333333vw;
  }
}
.c-links__item.-company {
  background-image: url(../images/career/link1.webp);
}
.c-links__item.-culture {
  background-image: url(../images/career/link2.webp);
}
.c-links__item.-careers {
  background-image: url(../images/career/link3.webp);
}
.c-links__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .c-links__title {
    font-size: 6.6666666667vw;
  }
}
.c-links__button {
  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: #10069F;
  color: #fff;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  max-width: 225px;
  max-width: 22.5rem;
  width: 100%;
  height: 45px;
  height: 4.5rem;
  border-radius: 5rem;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-links__button {
    max-width: 30vw;
    height: 6vw;
    border-radius: 6.6666666667vw;
    font-size: 2.8vw;
  }
}
.c-links__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
  right: 24px;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-links__button::after {
    width: 1.6vw;
    height: 2.4vw;
    right: 3.2vw;
  }
}
.c-links__button:hover {
  background-color: #fff;
  color: #10069F;
  border-color: #10069F;
  opacity: 1;
}
.c-links__button:hover::after {
  background-image: url("../images/common/arrow-button-color.svg");
}

body.home {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  body.home {
    overflow-x: hidden;
  }
}

.p-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 2rem;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: calc(8.33333vw + 17.5rem);
  padding-left: calc(8.33333vw + 17.5rem);
}
@media screen and (max-width: 900px) {
  .p-top__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: unset;
    width: auto;
    margin-left: 0;
    padding: unset;
    gap: 1.5rem;
  }
}
.p-top__title .-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  left: calc(50% - 41.66667vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-top__title .-sm {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    font-size: 1.5rem;
  }
}
.p-top__title .-lg {
  font-size: clamp(24px, 3.1770833333vw, 61px);
  font-size: clamp(2.4rem, 3.1770833333vw, 6.1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-top__title .-lg {
    font-size: 6.8vw;
    text-align: left;
    white-space: normal;
  }
}
.p-top__title .-number {
  width: 38px;
  width: 3.8rem;
  height: 38px;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: max(16px, 15px);
  font-size: max(16px, 1.5rem);
  font-family: "din-2014", sans-serif;
  color: #10069F;
  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: 900px) {
  .p-top__title .-number {
    font-size: 2vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.p-top__title .-text {
  background-color: #10069F;
  color: #fff;
  border-radius: 5rem;
  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;
  font-size: max(16px, 16px);
  font-size: max(16px, 1.6rem);
  letter-spacing: -0.01em;
  font-family: "outfit", sans-serif;
  padding: 9px 26px;
  padding: 0.9rem 2.6rem;
  min-width: 107px;
  min-width: 10.7rem;
}
@media screen and (max-width: 900px) {
  .p-top__title .-text {
    font-size: 2.1333333333vw;
    padding: 1.2vw 3.4666666667vw;
    min-width: 14.2666666667vw;
  }
}
.p-top-kv {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top-kv {
    height: 100vh;
  }
}
.p-top-kv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1060;
}
@media screen and (max-width: 900px) {
  .p-top-kv video {
    aspect-ratio: unset;
    height: 100vh;
  }
}
.p-top-kv .swiper-pagination {
  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;
  gap: 4rem;
  background-color: #DFDFE0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5rem;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  left: 8rem;
}
@media screen and (max-width: 900px) {
  .p-top-kv .swiper-pagination {
    top: 40%;
    left: 4.6666666667vw !important;
  }
}
.p-top-kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: unset;
}
.p-top-kv .swiper-pagination-bullet {
  width: 38px;
  width: 3.8rem;
  height: 38px;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  background-color: #DFDFE0;
  color: #6E69B7;
  border: 2px solid;
  border: 0.2rem solid;
  font-family: "din-2014", sans-serif;
}
.p-top-kv .swiper-pagination-bullet-active {
  background-color: #10069F;
  border: 2px solid #10069F;
  border: 0.2rem solid #10069F;
  color: #fff;
}
.p-top-kv__contents {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1840px;
  max-width: 184rem;
  padding: 0 20px;
  padding: 0 2rem;
}
@media screen and (max-width: 900px) {
  .p-top-kv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    bottom: 8rem;
    padding: 0 4.6666666667vw;
  }
}
.p-top-kv__title {
  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;
  gap: 8px;
  gap: 0.8rem;
}
.p-top-kv__title .-sm {
  font-size: max(16px, 25px);
  font-size: max(16px, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 900px) {
  .p-top-kv__title .-sm {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
.p-top-kv__title .-lg {
  font-size: max(16px, 127px);
  font-size: max(16px, 12.7rem);
  line-height: 1;
  letter-spacing: 0.045em;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-top-kv__title .-lg {
    font-size: 14.1333333333vw;
  }
}
.p-top-kv__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  gap: 15px;
  gap: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3333333333vw;
    padding-bottom: unset;
  }
}
.p-top-kv__partner--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  height: 5.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.7333333333vw;
    min-height: 28px;
    max-height: 32px;
    border-radius: 999px;
  }
}
.p-top-kv__partner--item.-item1 {
  background-color: #fff;
  border: 1px solid #fff;
  border: 0.1rem solid #fff;
  color: #10069F;
  padding: 0 36px;
  padding: 0 3.6rem;
  gap: 10px;
  gap: 1rem;
}
.p-top-kv__partner--item.-item1:hover {
  background-color: #bababa;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item.-item1 {
    width: min(42.6vw, 166px);
    padding: 0 2.4vw;
    gap: 1.3333333333vw;
  }
}
.p-top-kv__partner--item.-item2 {
  border: 1px solid;
  border: 0.1rem solid;
  color: #fff;
  padding: 0 30px 0 36px;
  padding: 0 3rem 0 3.6rem;
  gap: 16px;
  gap: 1.6rem;
}
.p-top-kv__partner--item.-item2:hover {
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  background-color: #10069F;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item.-item2 {
    width: min(48.7vw, 190px);
    padding: 0 2.9333333333vw;
    gap: 1.6vw;
  }
}
.p-top-kv__partner--item .-sm {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item .-sm {
    font-size: clamp(10px, 2.1333333333vw, 13px);
  }
}
.p-top-kv__partner--item .-lg {
  font-size: max(16px, 27px);
  font-size: max(16px, 2.7rem);
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item .-lg {
    font-size: clamp(14px, 3.6vw, 18px);
    line-height: 1;
  }
}
.p-top-kv__partner--item .-img {
  width: 129px;
  width: 12.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top-kv__partner--item .-img {
    width: 14.9333333333vw;
  }
}
.p-top-kv__partner--item .-img img {
  width: 100%;
  height: auto;
}
.p-top-mobility {
  padding: 185px 0 248px;
  padding: 18.5rem 0 24.8rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility {
    padding: 10.6666666667vw 0 10.6666666667vw;
    width: 72vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-mobility-col2 {
  margin-top: 90px;
  margin-top: 9rem;
  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: 900px) {
  .p-top-mobility-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.p-top-mobility-col2__head {
  padding-top: 10px;
  padding-top: 1rem;
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col2__head {
    width: 100%;
    padding-top: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-mobility-col2__head figure {
  max-width: 300px;
  max-width: 30rem;
  width: 100%;
}
.p-top-mobility-col2__head img {
  width: 100%;
  height: auto;
}
.p-top-mobility-col2__body {
  width: 64.3%;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col2__body {
    width: 100%;
  }
}
.p-top-mobility-col2__text {
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
  line-height: 2.0818181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  gap: 1.7rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col2__text {
    font-size: max(14px, 2.6666666667vw);
  }
}
.p-top-mobility-col3 {
  margin-top: 182px;
  margin-top: 18.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1440px) {
  .p-top-mobility-col3 {
    display: grid;
    grid-template-columns: 0.95fr 1fr 1.05fr;
    gap: 3rem;
  }
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__number img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top-mobility-col3 {
  /* 順番に遅延 */
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(1) .p-top-mobility-col3__number img {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(2) .p-top-mobility-col3__number img {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.p-top-mobility-col3.js-mobility-fade.is-active .p-top-mobility-col3__item:nth-child(3) .p-top-mobility-col3__number img {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3 {
    width: calc(100vw - 40px);
    margin-right: 50%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-top-mobility-col3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num1 {
    margin-bottom: 30px;
  }
}
.p-top-mobility-col3__item.-num1 .p-top-mobility-col3__number {
  width: auto;
  margin-right: 30px;
  margin-right: 3rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num1 .p-top-mobility-col3__number {
    margin-right: unset;
    width: auto;
    margin-right: 2.9333333333vw;
  }
}
.p-top-mobility-col3__item.-num1 .p-top-mobility-col3__img {
  width: 200px;
  width: 20rem;
}
.p-top-mobility-col3__item.-num2 {
  margin-left: 50px;
  margin-left: 5rem;
}
@media screen and (min-width: 1440px) {
  .p-top-mobility-col3__item.-num2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num2 {
    margin-left: unset;
    margin-bottom: 30px;
  }
}
.p-top-mobility-col3__item.-num2 .p-top-mobility-col3__number {
  width: auto;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num2 .p-top-mobility-col3__number {
    width: auto;
  }
}
.p-top-mobility-col3__item.-num2 .p-top-mobility-col3__img {
  width: 190px;
  width: 19rem;
}
.p-top-mobility-col3__item.-num3 {
  margin-left: 40px;
  margin-left: 4rem;
}
@media screen and (min-width: 1440px) {
  .p-top-mobility-col3__item.-num3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num3 {
    margin-left: unset;
  }
}
.p-top-mobility-col3__item.-num3 .p-top-mobility-col3__number {
  width: auto;
  margin-right: 20px;
  margin-right: 2rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__item.-num3 .p-top-mobility-col3__number {
    width: auto;
    margin-right: unset;
  }
}
.p-top-mobility-col3__item.-num3 .p-top-mobility-col3__img {
  width: 190px;
  width: 19rem;
}
.p-top-mobility-col3__number {
  position: relative;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
  overflow: visible;
  padding: 0 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p-top-mobility-col3__number {
    height: clamp(122px, 13.5vw, 194px);
  }
}
.p-top-mobility-col3__number img {
  display: block;
  width: auto;
  height: 81%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  translate: 0 4px;
  -webkit-transform: translateY(2.8rem);
          transform: translateY(2.8rem);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__number img {
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
}
.p-top-mobility-col3__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media screen and (min-width: 1440px) {
  .p-top-mobility-col3__body {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 220px;
    max-width: calc(100% - 116px);
  }
}
.p-top-mobility-col3__body svg {
  margin: 0 auto;
  display: block;
}
.p-top-mobility-col3__img {
  margin: 0 auto;
}
.p-top-mobility-col3__img img {
  width: 100%;
  height: auto;
}
.p-top-mobility-col3__title {
  font-size: max(16px, 33px);
  font-size: max(16px, 3.3rem);
  line-height: 1.7575757576;
  letter-spacing: 0.02em;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__title {
    font-size: 3.4666666667vw;
  }
}
.p-top-mobility-col3__disc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7466174662;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1236px) {
  .p-top-mobility-col3__disc br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-top-mobility-col3__disc {
    font-size: 2.4vw;
  }
  .p-top-mobility-col3__disc br {
    display: block;
  }
}
.p-top-mobility-movie {
  margin: 9rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie {
    margin: 10.6666666667vw calc(50% - 50vw) 0;
  }
}
.p-top-mobility-movie__contents {
  max-width: 1540px;
  max-width: 154rem;
  margin: 0 auto;
  background-color: #10069F;
  border-radius: 4.1rem;
  padding: 78px 20px 55px;
  padding: 7.8rem 2rem 5.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__contents {
    max-width: unset;
    width: 94.6666666667vw;
    padding: 13.3333333333vw 8.8vw 13.3333333333vw;
  }
}
.p-top-mobility-movie__media {
  position: relative;
}
.p-top-mobility-movie__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1275/537;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__img {
    height: auto;
    aspect-ratio: 577/324;
  }
}
.p-top-mobility-movie__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.6rem;
}
.p-top-mobility-movie__img video {
  width: 100%;
  height: 100%;
}
.p-top-mobility-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 127px;
  height: 127px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.p-top-mobility-movie__play.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__play {
    width: 63.5px;
    height: 63.5px;
  }
}
.p-top-mobility-movie__play img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-mobility-movie__inner {
  max-width: 1276px;
  max-width: 127.6rem;
  width: 100%;
  margin: 0 auto;
}
.p-top-mobility-movie__bottom {
  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;
  gap: 30px;
  gap: 3rem;
  margin-top: 70px;
  margin-top: 7rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__bottom {
    -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: 0;
    margin-top: 2.6666666667vw;
  }
}
.p-top-mobility-movie__text {
  color: #fff;
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
  line-height: 1.6818181818;
  max-width: calc(100% - 32rem);
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__text {
    font-size: 2.9333333333vw;
    max-width: none;
  }
}
.p-top-mobility-movie__button {
  background-color: #fff;
  border: 1px solid #fff;
  border: 0.1rem solid #fff;
  color: #10069F;
  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;
  border-radius: 5rem;
  width: 289px;
  width: 28.9rem;
  height: 43px;
  height: 4.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__button {
    margin: 9.3333333333vw auto 0;
    width: 50.6666666667vw;
    height: 9.6vw;
    border-radius: 4.8vw;
    font-size: 3.6vw;
  }
}
.p-top-mobility-movie__button::after {
  position: absolute;
  content: "";
  background-color: #10069F;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 20px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  width: 0.9rem;
  height: 15px;
  height: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-mobility-movie__button::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.p-top-mobility-movie__button:hover {
  background-color: #10069F;
  color: #fff;
  opacity: 1;
}
.p-top-mobility-movie__button:hover::after {
  background-color: #fff;
}
.p-top-mobility__button {
  margin: 94px auto 0;
  margin: 9.4rem auto 0;
}
@media screen and (max-width: 900px) {
  .p-top-mobility__button {
    margin: 5.3333333333vw auto 0;
  }
}
.p-top-network {
  padding: 83px 0 120px;
  padding: 8.3rem 0 12rem;
}
@media screen and (max-width: 900px) {
  .p-top-network {
    padding: 10.6666666667vw 0 10.6666666667vw;
    width: 72vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-network__title {
  font-size: max(16px, 35px);
  font-size: max(16px, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "proxima-nova", sans-serif;
  position: relative;
  padding-left: 35px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-network__title {
    font-size: 4.8vw;
    padding-left: 4.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
}
.p-top-network__title::after {
  position: absolute;
  content: "";
  background-color: #10069F;
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
  border-radius: 5rem;
  left: 0;
  top: 10px;
  top: 1rem;
}
@media screen and (max-width: 900px) {
  .p-top-network__title::after {
    top: 0.5rem;
  }
}
.p-top-network-col3 {
  margin-top: 103px;
  margin-top: 10.3rem;
}
.p-top-network-col3 .l-inner-sm {
  padding: 0 80px;
}
@media screen and (max-width: 900px) {
  .p-top-network-col3 {
    margin-top: 5.3333333333vw;
  }
  .p-top-network-col3 .l-inner-sm {
    padding: 0;
  }
}
.p-top-network-col3__list {
  margin-top: 55px;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  gap: 6.8rem;
}
@media screen and (max-width: 900px) {
  .p-top-network-col3__list {
    margin-top: 7.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.0666666667vw;
  }
}
.p-top-network-col3__list.js-network-fade.is-active .p-top-network-col3__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top-network-col3__list {
  /* 順番に遅延 */
}
.p-top-network-col3__list.js-network-fade.is-active .p-top-network-col3__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-network-col3__list.js-network-fade.is-active .p-top-network-col3__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-top-network-col3__list.js-network-fade.is-active .p-top-network-col3__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-top-network-col3__item {
  width: calc(33.33333% - 4.53333rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 2rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 900px) {
  .p-top-network-col3__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.2vw;
  }
}
.p-top-network-col3__item img {
  max-width: 100%;
  height: auto;
}
.p-top-network-col3__title {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-top-network-col3__title {
    width: 30vw;
  }
  .p-top-network-col3__title img {
    width: 100%;
    height: auto;
  }
}
.p-top-network-col3__disc {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 84%;
}
.p-top-network-col3__disc span {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-top-network-col3__disc span {
    display: block;
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-col3__disc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.4vw;
    max-width: unset;
    text-align: center;
  }
}
.p-top-network-map {
  padding-top: 135px;
  padding-top: 13.5rem;
}
.p-top-network-map > .l-inner-sm > .p-top-network__title {
  margin-left: 60px;
}
@media screen and (max-width: 900px) {
  .p-top-network-map {
    padding-top: 10.6666666667vw;
  }
  .p-top-network-map > .l-inner-sm > .p-top-network__title {
    margin-left: 0;
  }
  .p-top-network-map .l-inner-sm {
    padding: 0;
  }
}
.p-top-network-map__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  gap: 3.3rem;
  margin-top: 55px;
  margin-top: 5.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-top-network-map__contents {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-network-map__head {
  width: calc(100% - 35.1rem);
  padding-top: 16px;
  padding-top: 1.6rem;
}
@media screen and (min-width: 901px) {
  .p-top-network-map__head {
    padding-bottom: 1.9rem;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__head {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__body {
    width: 100%;
    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;
  }
}
.p-top-network-map__body-inner {
  width: 324px;
  width: 32.4rem;
  height: max(501px, 501px);
  height: max(50.1rem, 501px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: max(24px, 24px) 0;
  padding: max(2.4rem, 24px) 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__body-inner {
    position: relative;
    width: 72.8vw;
    height: 9.8666666667vw;
    border-radius: 4.9333333333vw;
    padding: 0;
    overflow: visible;
    background-color: unset;
  }
  .p-top-network-map__body-inner.-open {
    height: auto;
  }
  .p-top-network-map__body-inner.-open .p-top-network-map__list {
    position: relative;
    top: 1.8666666667vw;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.p-top-network-map__sp-select {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__sp-select {
    width: 100%;
    height: 9.8666666667vw;
    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;
    padding: 0 10.1333333333vw;
    border: 1px solid #10069F;
    border-radius: 4.9333333333vw;
    background-color: #10069F;
    color: #fff;
    font-size: 3.7333333333vw;
    font-family: "outfit", sans-serif;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  .p-top-network-map__sp-select::before, .p-top-network-map__sp-select::after {
    content: "";
    position: absolute;
    right: 3.2vw;
    top: 50%;
    width: 3.7333333333vw;
    height: 0.2666666667vw;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .p-top-network-map__sp-select::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__body-inner.-open .p-top-network-map__sp-select::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
.p-top-network-map__list {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 284px;
  max-width: 28.4rem;
  margin: 0 auto;
  height: 100%;
  padding: 0 30px;
  padding: 0 3rem;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__list {
    position: absolute;
    left: 0;
    top: calc(100% + 1.86667vw);
    width: 100%;
    max-width: unset;
    max-height: 56vw;
    height: auto;
    padding: 1.0666666667vw 3.2vw 1.3333333333vw;
    border-radius: 4vw;
    background-color: #fff;
    -webkit-box-shadow: 0 1.3333333333vw 3.2vw rgba(16, 6, 159, .14);
            box-shadow: 0 1.3333333333vw 3.2vw rgba(16, 6, 159, .14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 4;
  }
}
.p-top-network-map__list .simplebar-track.simplebar-vertical {
  width: 4px;
  width: 0.4rem;
  right: 0;
  background: #D1DAE4;
  border-radius: 999px;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__list .simplebar-track.simplebar-vertical {
    display: none;
  }
}
.p-top-network-map__list .simplebar-scrollbar {
  left: 0;
  right: 0;
  top: 0;
}
.p-top-network-map__list .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  opacity: 1;
  background: #10069F;
  border-radius: 999px;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__body-inner.-open .p-top-network-map__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.p-top-network-map__list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-network-map__item {
  overflow: hidden;
}
.p-top-network-map__link {
  display: block;
  position: relative;
  border-bottom: #999999 1px solid;
  font-size: max(16px, 17px);
  font-size: max(16px, 1.7rem);
  padding: max(17px, 17px) 0;
  padding: max(1.7rem, 17px) 0;
  text-align: left;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-top-network-map__link span {
  display: inline-block;
}
@-webkit-keyframes map-link-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes map-link-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__link {
    font-size: 1.6rem;
    pointer-events: none;
    white-space: unset;
  }
}
.p-top-network-map__item:hover .p-top-network-map__link, .p-top-network-map__item.-hover .p-top-network-map__link {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  padding: max(17px, 17px) max(16px, 16px) max(17px, 17px) max(32px, 32px);
  padding: max(1.7rem, 17px) max(1.6rem, 16px) max(1.7rem, 17px) max(3.2rem, 32px);
  text-overflow: clip;
}
.p-top-network-map__item:hover .p-top-network-map__link::before, .p-top-network-map__item.-hover .p-top-network-map__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: max(32px, 32px);
  width: max(3.2rem, 32px);
  background-color: #fff;
  z-index: 1;
}
.p-top-network-map__item:hover .p-top-network-map__link::after, .p-top-network-map__item.-hover .p-top-network-map__link::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__item:hover .p-top-network-map__link::after, .p-top-network-map__item.-hover .p-top-network-map__link::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__item.-active .p-top-network-map__link {
    color: inherit;
    font-weight: inherit;
  }
}
.p-top-network-map__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 0;
  margin: 2.2rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 324px;
  width: 32.4rem;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__bottom {
    display: none;
    margin: 5.3333333333vw 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 72.8vw;
  }
}
.p-top-network-map__bottom .-left {
  font-size: max(16px, 19px);
  font-size: max(16px, 1.9rem);
  font-family: "outfit", sans-serif;
  background-color: #10069F;
  color: #fff;
  border-radius: 5rem;
  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;
  padding: 9px 24px;
  padding: 0.9rem 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__bottom .-left {
    font-size: 1.6rem;
    padding: 0 1.3333333333vw;
  }
}
.p-top-network-map__bottom .-right {
  background-color: #fff;
  border-radius: 2.5rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
  margin-top: 1.4rem;
  padding: 19px 32px;
  padding: 1.9rem 3.2rem;
  min-width: 139px;
  min-width: 13.9rem;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__bottom .-right {
    margin-top: 0;
    min-width: unset;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-top-network-map__bottom .-right figure {
  grid-area: 1/1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-network-map__bottom .-right figure.-active {
  opacity: 1;
}
.p-top-network-map__bottom .-right img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-network-map__imgwrap {
  position: relative;
  overflow: clip;
}
@supports not (overflow: clip) {
  .p-top-network-map__imgwrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__imgwrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.p-top-network-map__img img {
  width: 100%;
  height: auto;
}
.p-top-network-map__pin {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.p-top-network-map__pin img {
  width: 19px;
  width: 1.9rem;
  height: auto;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin img {
    width: clamp(12px, 3.2vw, 18px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin {
    pointer-events: none;
  }
}
.p-top-network-map__pin.-hover img {
  -webkit-transform: scale(1.84);
          transform: scale(1.84);
}
.p-top-network-map__pin.-active img, .p-top-network-map__pin.-hover img {
  -webkit-filter: none;
          filter: none;
}
.p-top-network-map__pin.-pin1 {
  right: 10%;
  bottom: 5%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin1 {
    right: 50%;
  }
}
.p-top-network-map__pin.-pin2 {
  right: 23.1%;
  top: 46%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin2 {
    right: 16%;
    top: 35.5%;
  }
}
.p-top-network-map__pin.-pin3 {
  right: 40.5%;
  top: 44.5%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin3 {
    right: 36.5%;
    top: 35.5%;
  }
}
.p-top-network-map__pin.-pin4 {
  right: 4%;
  bottom: 14%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin4 {
    right: 43%;
    bottom: 16%;
  }
}
.p-top-network-map__pin.-pin5 {
  right: 23%;
  top: 57.6%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin5 {
    right: 16%;
    top: 43.6%;
  }
}
.p-top-network-map__pin.-pin6 {
  right: 18%;
  top: 35%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin6 {
    right: 11%;
    top: 28%;
  }
}
.p-top-network-map__pin.-pin7 {
  right: 15%;
  bottom: 0%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin7 {
    right: 60%;
    bottom: 0%;
  }
}
.p-top-network-map__pin.-pin8 {
  right: 33.3%;
  top: 49%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin8 {
    right: 27.3%;
    top: 38%;
  }
}
.p-top-network-map__pin.-pin9 {
  right: 9%;
  bottom: 5%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin9 {
    right: 52%;
    bottom: 5%;
  }
}
.p-top-network-map__pin.-pin10 {
  right: 74.3%;
  top: 28%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin10 {
    right: 73.3%;
    top: 22%;
  }
}
.p-top-network-map__pin.-pin11 {
  right: 76.6%;
  top: 41%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin11 {
    right: 75.6%;
    top: 32%;
  }
}
.p-top-network-map__pin.-pin12 {
  right: 76.6%;
  top: 40%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin12 {
    right: 75.6%;
    top: 31%;
  }
}
.p-top-network-map__pin.-pin13 {
  right: 20.3%;
  top: 36%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin13 {
    right: 13.3%;
    top: 28%;
  }
}
.p-top-network-map__pin.-pin14 {
  right: 26.3%;
  top: 49%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin14 {
    right: 21.3%;
    top: 37%;
  }
}
.p-top-network-map__pin.-pin15 {
  right: 74.3%;
  top: 35%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin15 {
    right: 73.3%;
    top: 26%;
  }
}
.p-top-network-map__pin.-pin16 {
  right: 12.3%;
  bottom: 2%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin16 {
    right: 56.3%;
    bottom: 2%;
  }
}
.p-top-network-map__pin.-pin17 {
  right: 25.3%;
  top: 50%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin17 {
    right: 20%;
    top: 37%;
  }
}
.p-top-network-map__pin.-pin18 {
  right: 8%;
  bottom: 4%;
}
@media screen and (max-width: 900px) {
  .p-top-network-map__pin.-pin18 {
    right: 47%;
    bottom: 5%;
  }
}
.p-top-port {
  padding: 234px 0 400px;
  padding: 23.4rem 0 40rem;
}
@media screen and (max-width: 900px) {
  .p-top-port {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
  .p-top-port .p-top__title {
    width: 72vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-port .p-top__title .-number {
  background-color: #F2F3F4;
}
.p-top-port-col2 {
  margin-top: 65px;
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top-port-col2__img {
  padding-top: 15px;
  padding-top: 1.5rem;
  width: calc(100% - 36.1rem);
}
@media screen and (max-width: 1270px) {
  .p-top-port-col2__img {
    width: calc(100% - 228px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__img {
    width: 100%;
    padding-top: unset;
  }
}
.p-top-port-col2__img img {
  width: 100%;
  height: auto;
}
.p-top-port-col2__info1 {
  width: 304px;
  width: 30.4rem;
  background-color: #fff;
  border-radius: 20rem;
  padding: 50px 20px 45px;
  padding: 5rem 2rem 4.5rem;
}
@media screen and (max-width: 1270px) {
  .p-top-port-col2__info1 {
    width: 208px;
  }
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1 {
    width: min(100%, 74.6666666667vw);
    margin-right: auto;
    margin-left: auto;
    padding: 2.9333333333vw 4.5333333333vw;
    border-radius: 3.7333333333vw;
  }
}
.p-top-port-col2__info1 .-title {
  font-size: max(16px, 23px);
  font-size: max(16px, 2.3rem);
  line-height: 1.4830508475;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1 .-title {
    font-size: max(14px, 2.6666666667vw);
  }
  .p-top-port-col2__info1 .-title br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1-wrap {
    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: 2.4vw;
    margin-top: 1.0666666667vw;
  }
}
.p-top-port-col2__info1--item1 {
  background-color: #10069F;
  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;
  margin-top: 25px;
  margin-top: 2.5rem;
  padding: 28px 0 17px;
  padding: 2.8rem 0 1.7rem;
  border-radius: 9rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item1 {
    width: 40vw;
    min-height: 19.4666666667vw;
    margin-top: 0;
    border-radius: 999px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.6666666667vw 2.4vw 2.4vw;
  }
}
.p-top-port-col2__info1--item1 .-logo {
  width: 135px;
  width: 13.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item1 .-logo {
    width: 20.4vw;
  }
}
.p-top-port-col2__info1--item1 .-logo img {
  width: 100%;
  height: auto;
}
.p-top-port-col2__info1--item1 svg {
  width: 145px;
  width: 14.5rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item1 svg {
    width: 22vw;
    margin-top: 0.8vw;
  }
}
.p-top-port-col2__info1--item1 .-text {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 700;
  color: #fff;
  margin-top: 17px;
  margin-top: 1.7rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item1 .-text {
    font-size: 2.8vw;
    margin-top: 0.8vw;
  }
}
.p-top-port-col2__info1--item1 .-text span {
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item1 .-text span {
    font-size: 5.2vw;
  }
}
.p-top-port-col2__info1--item2 {
  margin-top: 25px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item2 {
    width: 24vw;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-port-col2__info1--item2 .-title {
  color: #707070;
  font-size: max(16px, 17px);
  font-size: max(16px, 1.7rem);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item2 .-title {
    font-size: 2.8vw;
  }
}
.p-top-port-col2__info1--item2 svg {
  width: 139px;
  width: 13.9rem;
  margin-top: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item2 svg {
    width: 21.0666666667vw;
    margin-top: 0.4vw;
  }
}
.p-top-port-col2__info1--item2 .-text {
  color: #707070;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-weight: 700;
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-col2__info1--item2 .-text {
    font-size: 3.4666666667vw;
    margin-top: 0.8vw;
  }
}
.p-top-port-col2__info1--item2 .-text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.p-top-port-textarea {
  padding: 90px 80px 0;
  padding: 9rem 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 5.3333333333vw 8.6666666667vw 0;
  }
}
.p-top-port-textarea__head {
  width: 351px;
  width: 35.1rem;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea__head {
    width: 100%;
  }
}
.p-top-port-textarea__body {
  width: calc(100% - 37.1rem);
  max-width: 62%;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea__body {
    width: 100%;
    max-width: unset;
  }
}
.p-top-port-textarea__lead {
  font-size: max(16px, 26px);
  font-size: max(16px, 2.6rem);
  line-height: 1.7307692308;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea__lead {
    font-size: max(16px, 3.2vw);
    margin: 0 auto;
  }
}
.p-top-port-textarea__button {
  position: relative;
  margin: 12px 0 0 auto;
  margin: 1.2rem 0 0 auto;
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 10px 10px;
  padding: 0 1rem 1rem 1rem;
}
.p-top-port-textarea__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #10069F;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.p-top-port-textarea__button:hover {
  opacity: 1;
}
.p-top-port-textarea__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-top-port-textarea__button span {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea__button {
    margin: 4.5333333333vw auto 0;
    gap: 1.6vw;
    padding: 0 1.0666666667vw 1.0666666667vw;
    font-size: max(14px, 2.6666666667vw);
  }
  .p-top-port-textarea__button svg {
    width: 1.3333333333vw;
    min-width: 5px;
    height: auto;
  }
}
.p-top-port-textarea__text {
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
  line-height: 2.0454545455;
}
@media screen and (max-width: 900px) {
  .p-top-port-textarea__text {
    font-size: max(14px, 2.6666666667vw);
  }
}
.p-top-news {
  padding: 112px 0 100px;
  padding: 11.2rem 0 10rem;
}
@media screen and (max-width: 900px) {
  .p-top-news {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
  .p-top-news .l-inner-sm {
    padding: 0;
  }
}
.p-top-news .p-top__title .-lg {
  color: #fff;
}
.p-top-news .p-top__title .-text {
  border: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top__title {
    padding: 0 8.6666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 21px;
  gap: 2rem 2.1rem;
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 900px) {
  .p-top-news__list {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-top-news__item {
  width: calc(33.33333% - 1.4rem);
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top-news__item {
    width: 48%;
    border-radius: 3.3333333333vw;
  }
}
.p-top-news__img {
  position: relative;
}
.p-top-news__img::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(0, 0, 0, .08)), color-stop(66%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .82)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 32%, rgba(0, 0, 0, .5) 66%, rgba(0, 0, 0, .82) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .p-top-news__img::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .12)), color-stop(62%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .9)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 24%, rgba(0, 0, 0, .6) 62%, rgba(0, 0, 0, .9) 100%);
    height: 100%;
    border-radius: 3.3333333333vw;
  }
}
.p-top-news__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 411/328;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .p-top-news__img img {
    border-radius: 3.3333333333vw;
  }
}
.p-top-news__body {
  color: #fff;
  position: absolute;
  left: 12px;
  left: 1.2rem;
  right: 12px;
  right: 1.2rem;
  bottom: 12px;
  bottom: 1.2rem;
  padding: 12px 16px 14px;
  padding: 1.2rem 1.6rem 1.4rem;
  border-radius: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-top-news__body {
    left: 1.3333333333vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    padding: 1.8666666667vw 1.6vw 1.8666666667vw;
    border-radius: 2.4vw;
  }
}
.p-top-news__body time {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-top-news__body time {
    font-size: clamp(12px, 2.6666666667vw, 14px);
  }
}
.p-top-news__title {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-top-news__title {
    font-size: clamp(14px, 3.4666666667vw, 16px);
    font-weight: 500;
  }
}
.p-top-news__button {
  margin: 55px auto 0;
  margin: 5.5rem auto 0;
  border: 1px solid #fff;
  border: 0.1rem solid #fff;
  width: 289px;
  width: 28.9rem;
  height: 43px;
  height: 4.3rem;
  border-radius: 5rem;
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}
.p-top-news__button::after {
  background-image: url("../images/common/arrow-button-color.svg");
}
.p-top-news__button:hover {
  background-color: #10069F;
  color: #fff;
  opacity: 1;
}
.p-top-news__button:hover::after {
  background-image: url("../images/common/arrow-button-white.svg");
}
@media screen and (max-width: 900px) {
  .p-top-news__button {
    margin: 8vw auto 0;
    width: 50.6666666667vw;
    height: 9.6vw;
    border-radius: 4.8vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news__button.c-button.-sm {
    width: 50.6666666667vw;
    max-width: none;
    height: 9.6vw;
    border-radius: 4.8vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 900px) {
  .p-top .c-button {
    width: 50.6666666667vw;
    max-width: 81.33333vw;
    height: 9.6vw;
    border-radius: 4.8vw;
    font-size: 3.6vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-top .c-button::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}

@media screen and (min-width: 1440px) {
  body.home .p-top-mobility,
  body.home .p-top-network,
  body.home .p-top-port,
  body.home .p-top-news {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  body.home {
    width: 100%;
  }
  body.home .l-inner-md,
  body.home .p-top-mobility,
  body.home .p-top-network,
  body.home .p-top-port,
  body.home .p-top-news {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.home .p-top-network__title,
  body.home .p-top-network-col3__list {
    width: 100%;
  }
  body.home .p-top-network-col3__list {
    gap: 32px;
  }
  body.home .p-top-network-col3__item {
    width: calc(33.33333% - 21.33333px);
  }
  body.home .p-top-network-col3__disc {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-top-network-map__contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top-network-map__head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .p-top-network-map__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .p-top-network-map__body-inner {
    width: 220px;
    height: max(40.6rem, 406px);
  }
}
.p-news {
  padding: 185px 0 385px;
  padding: 18.5rem 0 38.5rem;
}
@media screen and (max-width: 900px) {
  .p-news {
    padding: 16vw 0 10.6666666667vw;
  }
}
.p-news.-single {
  padding: 185px 0 250px;
  padding: 18.5rem 0 25rem;
}
@media screen and (max-width: 900px) {
  .p-news.-single {
    padding: 16vw 0 10.6666666667vw;
  }
}
.p-news__maintitle {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.675;
  letter-spacing: 0.05em;
  font-family: "outfit", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 97px;
  margin-top: 9.7rem;
}
@media screen and (max-width: 900px) {
  .p-news__maintitle {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-news hr {
  margin: 80px 0;
  margin: 8rem 0;
  clear: both;
  color: inherit;
  border-top: dotted 2px;
}
@media screen and (max-width: 900px) {
  .p-news hr {
    margin: 5.3333333333vw 0;
  }
}
.p-news__catlink {
  margin-top: 125px;
  margin-top: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
  gap: 1rem 2.5rem;
}
@media screen and (max-width: 900px) {
  .p-news__catlink {
    margin-top: 10.6666666667vw;
    gap: 1.3333333333vw 2vw;
  }
}
.p-news__catlink li {
  border-bottom: 2px solid #fff;
}
.p-news__catlink li.-active {
  border-bottom: 2px solid #10069F;
}
.p-news__catlink li a {
  font-size: max(16px, 15px);
  font-size: max(16px, 1.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  padding: 0 30px 13px;
  padding: 0 3rem 1.3rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-news__catlink li a {
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw 1.7333333333vw;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  gap: 4rem;
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  .p-news__list {
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.p-news__item {
  width: calc(33.33333% - 2.66667rem);
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-news__item {
    width: 48%;
    border-radius: 3.3333333333vw;
  }
}
.p-news__img {
  position: relative;
}
.p-news__img::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(0, 0, 0, .08)), color-stop(66%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .82)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 32%, rgba(0, 0, 0, .5) 66%, rgba(0, 0, 0, .82) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .p-news__img::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .12)), color-stop(62%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .9)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 24%, rgba(0, 0, 0, .6) 62%, rgba(0, 0, 0, .9) 100%);
    height: 100%;
    border-radius: 3.3333333333vw;
  }
}
.p-news__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/328;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.3rem;
}
@media screen and (max-width: 900px) {
  .p-news__img img {
    border-radius: 4.4vw;
  }
}
.p-news__body {
  color: #fff;
  position: absolute;
  left: 8px;
  left: 0.8rem;
  right: 8px;
  right: 0.8rem;
  bottom: 8px;
  bottom: 0.8rem;
  min-height: 96px;
  min-height: 9.6rem;
  padding: 15px 18px 17px;
  padding: 1.5rem 1.8rem 1.7rem;
  border-radius: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-news__body {
    left: 1.0666666667vw;
    right: 1.0666666667vw;
    bottom: 1.0666666667vw;
    min-height: 14.9333333333vw;
    padding: 2.1333333333vw 1.6vw 1.8666666667vw;
    border-radius: 2.4vw;
  }
}
.p-news__body time {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "din-2014", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-news__body time {
    font-size: clamp(12px, 2.9333333333vw, 14px);
    font-weight: 400;
  }
}
.p-news__title {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-news__title {
    font-size: clamp(14px, 3.4666666667vw, 16px);
    font-weight: 500;
  }
}
.p-news__pager {
  margin: 168px auto 0;
  margin: 16.8rem auto 0;
}
@media screen and (max-width: 900px) {
  .p-news__pager {
    margin: 10.6666666667vw auto 0;
  }
}
.p-news-single {
  padding: 185px 0 250px;
  padding: 18.5rem 0 25rem;
}
@media screen and (max-width: 900px) {
  .p-news-single {
    padding: 80px 0 10.6666666667vw;
  }
}
.p-news-single__head {
  border-bottom: 2px solid;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
}
.p-news-single__head h2 {
  font-size: max(16px, 40px);
  font-size: max(16px, 4rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-news-single__head h2 {
    font-size: max(20px, 4.2666666667vw);
  }
}
.p-news-single__head time {
  font-size: max(16px, 20px);
  font-size: max(16px, 2rem);
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-news-single__head time {
    font-size: 2.9333333333vw;
  }
}
.p-news-single__subtitle {
  font-size: max(16px, 32px);
  font-size: max(16px, 3.2rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .p-news-single__subtitle {
    font-size: max(18px, 3.7333333333vw);
  }
}
.p-news-single__body {
  padding-top: 43px;
  padding-top: 4.3rem;
  max-width: 1280px;
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single__body {
    padding-top: 5.7333333333vw;
    max-width: none;
  }
}
.p-news-single__body figcaption,
.p-news-single__body .wp-caption-text {
  display: block;
  margin-top: 24px;
  margin-top: 2.4rem;
  font-size: max(14px, 14px);
  font-size: max(14px, 1.4rem);
  line-height: 1.7857142857;
  text-align: center;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
}
@media screen and (max-width: 900px) {
  .p-news-single__body figcaption,
  .p-news-single__body .wp-caption-text {
    margin-top: 2.1333333333vw;
    font-size: max(13px, 2.9333333333vw);
  }
}
.p-news-single__body h2 {
  font-size: max(16px, 30px);
  font-size: max(16px, 3rem);
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: -0.3px;
  letter-spacing: -0.03rem;
  margin-top: 80px;
  margin-top: 8rem;
  position: relative;
  padding-left: max(30px, 30px);
  padding-left: max(30px, 3rem);
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
}
@media screen and (max-width: 900px) {
  .p-news-single__body h2 {
    font-size: max(18px, 3.7333333333vw);
    margin-top: 8vw;
    padding-left: max(24px, 3.7333333333vw);
  }
}
.p-news-single__body h2::after {
  position: absolute;
  content: "";
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
  left: 0;
  top: 0.8333333333em;
  border-radius: 50%;
  background-color: #10069F;
  color: transparent;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-news-single__body h2::after {
    width: max(12px, 2.1333333333vw);
    height: max(12px, 2.1333333333vw);
  }
}
.p-news-single__body > h2:first-child {
  margin-top: 0;
}
.p-news-single__body p, .p-news-single__body li {
  margin-top: 16px;
  margin-top: 1.6rem;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 400;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
}
@media screen and (max-width: 900px) {
  .p-news-single__body p, .p-news-single__body li {
    font-size: max(16px, 3.4666666667vw);
  }
}
@supports (text-wrap: pretty) {
  .p-news-single__body h2,
  .p-news-single__body p,
  .p-news-single__body li,
  .p-news-single__body figcaption,
  .p-news-single__body .wp-caption-text {
    text-wrap: pretty;
  }
}
.p-news-single__body ul,
.p-news-single__body ol {
  margin-top: 16px;
  margin-top: 1.6rem;
  padding-left: 48px;
  padding-left: 4.8rem;
}
@media screen and (max-width: 900px) {
  .p-news-single__body ul,
  .p-news-single__body ol {
    padding-left: 4.8vw;
  }
}
.p-news-single__body ul {
  list-style: disc;
}
.p-news-single__body ol {
  list-style: decimal;
}
.p-news-single__body li {
  display: list-item;
  margin-top: 8px;
  margin-top: 0.8rem;
  padding-left: 4px;
  padding-left: 0.4rem;
}
.p-news-single__body table {
  margin-top: 16px;
  margin-top: 1.6rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid #b8b8b8;
  border-collapse: collapse;
}
@media screen and (max-width: 900px) {
  .p-news-single__body table {
    font-size: 2.9333333333vw;
  }
}
.p-news-single__body .wauto table {
  width: auto;
}
.p-news-single__body .layout-auto table {
  table-layout: auto;
}
.p-news-single__body th, .p-news-single__body td {
  border: 1px solid #b8b8b8;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  vertical-align: top;
  word-wrap: anywhere;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-news-single__body th, .p-news-single__body td {
    font-size: 2.9333333333vw;
  }
}
.p-news-single__body th {
  background-color: #f2f3f4;
  font-weight: 500;
}
.p-news-single__body a {
  color: #10069F;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-decoration: underline;
  word-wrap: anywhere;
}
.p-news-single__body .has-small-font-size,
.p-news-single__body .has-small-font-size a {
  font-size: max(12px, 12px);
  font-size: max(12px, 1.2rem);
  line-height: 2.1666666667;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .has-small-font-size,
  .p-news-single__body .has-small-font-size a {
    font-size: max(12px, 2.6666666667vw);
  }
}
.p-news-single__body .wp-block-image,
.p-news-single__body .wp-block-embed,
.p-news-single__body .wp-block-video,
.p-news-single__body .wp-block-gallery,
.p-news-single__body .wp-block-columns {
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-image,
  .p-news-single__body .wp-block-embed,
  .p-news-single__body .wp-block-video,
  .p-news-single__body .wp-block-gallery,
  .p-news-single__body .wp-block-columns {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.p-news-single__body .wp-block-embed {
  width: 100%;
}
.p-news-single__body .wp-block-embed__wrapper,
.p-news-single__body .wp-block-embed iframe,
.p-news-single__body iframe {
  display: block;
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16/9;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-embed__wrapper,
  .p-news-single__body .wp-block-embed iframe,
  .p-news-single__body iframe {
    width: 100%;
  }
}
.p-news-single__body .wp-block-embed__wrapper iframe {
  width: 100%;
}
.p-news-single__body .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 48px 30px;
  gap: 4.8rem 3rem;
  width: 100%;
  max-width: 1120px;
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-news-single__body .wp-block-gallery.columns-1 {
  grid-template-columns: 1fr;
}
.p-news-single__body .wp-block-gallery.has-nested-images {
  gap: 48px 30px !important;
  gap: 4.8rem 3rem !important;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-gallery.has-nested-images {
    gap: 20px !important;
  }
}
.p-news-single__body .wp-block-gallery .wp-block-image,
.p-news-single__body .wp-block-gallery figure {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
  -ms-flex-item-align: start !important;
      align-self: start !important;
  overflow: visible;
  border-radius: 0;
  margin: 0;
}
.p-news-single__body .wp-block-gallery .wp-block-image > a,
.p-news-single__body .wp-block-gallery figure > a {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  word-wrap: normal;
}
.p-news-single__body .wp-block-gallery:not(.columns-1) > .wp-block-image:last-of-type:nth-of-type(odd),
.p-news-single__body .wp-block-gallery:not(.columns-1) > figure:last-of-type:nth-of-type(odd) {
  grid-column: 1/-1;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
}
.p-news-single__body .wp-block-gallery:not(.columns-1) > .wp-block-image:last-of-type:nth-of-type(odd) > a,
.p-news-single__body .wp-block-gallery:not(.columns-1) > figure:last-of-type:nth-of-type(odd) > a,
.p-news-single__body .wp-block-gallery:not(.columns-1) > .wp-block-image:last-of-type:nth-of-type(odd) img,
.p-news-single__body .wp-block-gallery:not(.columns-1) > figure:last-of-type:nth-of-type(odd) img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}
.p-news-single__body .wp-block-gallery img {
  width: 100%;
  border-radius: 3rem !important;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-gallery img {
    border-radius: 2.1333333333vw !important;
  }
}
.p-news-single__body .wp-block-gallery .blocks-gallery-caption,
.p-news-single__body .wp-block-gallery > figcaption {
  grid-column: 1/-1;
  margin-top: 0;
}
.p-news-single__body .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  content: none;
}
.p-news-single__body .wp-block-gallery figure figcaption,
.p-news-single__body .wp-block-gallery .wp-block-image figcaption,
.p-news-single__body .wp-block-gallery .blocks-gallery-item figcaption,
.p-news-single__body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  display: block;
  position: static;
  width: auto;
  max-height: none;
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 0;
  overflow: visible;
  color: inherit;
  background: none;
  font-family: inherit;
  font-size: max(14px, 14px);
  font-size: max(14px, 1.4rem);
  font-weight: inherit;
  line-height: 1.7857142857;
  letter-spacing: inherit;
  text-align: center;
  text-shadow: none;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-gallery figure figcaption,
  .p-news-single__body .wp-block-gallery .wp-block-image figcaption,
  .p-news-single__body .wp-block-gallery .blocks-gallery-item figcaption,
  .p-news-single__body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    margin-top: 2.1333333333vw;
    font-size: max(13px, 2.9333333333vw);
  }
}
.p-news-single__body .wp-block-columns {
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-block-columns {
    gap: 40px;
  }
}
.p-news-single__body img {
  display: block;
  width: calc(100% - 8rem);
  max-width: 1120px;
  max-width: 112rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2.4rem !important;
}
@media screen and (max-width: 900px) {
  .p-news-single__body img {
    width: 100%;
    border-radius: 3.2vw !important;
  }
}
.p-news-single__body .wp-caption,
.p-news-single__body .wp-block-image {
  overflow: hidden;
  border-radius: 2.4rem;
}
.p-news-single__body .wp-caption img,
.p-news-single__body .wp-block-image img {
  width: 100%;
  border-radius: inherit;
}
@media screen and (max-width: 900px) {
  .p-news-single__body .wp-caption,
  .p-news-single__body .wp-block-image {
    border-radius: 3.2vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-news-single__body hr {
  clear: both;
  color: inherit;
  border-top: dotted 2px;
}
.p-news-single__bottom {
  margin: 60px auto 0;
}
@media screen and (max-width: 900px) {
  .p-news-single__bottom {
    margin-top: 8vw;
  }
}
.p-news-single__bottom a {
  background-color: #10069F;
  color: #fff;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  max-width: max(270px, 270px);
  max-width: max(270px, 27rem);
  height: max(45px, 45px);
  height: max(45px, 4.5rem);
  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;
  border-radius: 5rem;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
}
.p-news-single__bottom a::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(10px, 10px);
  width: max(10px, 1rem);
  height: max(11px, 11px);
  height: max(11px, 1.1rem);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .p-news-single__bottom a::after {
    background-image: none;
    background-color: currentColor;
    -webkit-mask-image: url("../images/common/arrow-button-left.svg");
    mask-image: url("../images/common/arrow-button-left.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
@media screen and (max-width: 900px) {
  .p-news-single__bottom a::after {
    left: 4vw;
  }
}
.p-news-single__bottom a:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.p-news-single__bottom a:hover::after {
  background-image: url("../images/common/arrow-button-left-color.svg");
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .p-news-single__bottom a:hover::after {
    background-color: currentColor;
  }
}
.p-news-single .wp-block-image.is-style-small {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single .wp-block-image.is-style-small {
    margin-top: 20px;
    max-width: 50%;
  }
}
.p-news-single .wp-block-image.is-style-medium {
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single .wp-block-image.is-style-medium {
    margin-top: 20px;
    max-width: 70%;
  }
}
.p-news-single .wp-block-image.is-style-large {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-news-single .wp-block-image.is-style-large {
    margin-top: 20px;
    max-width: 90%;
  }
}
.p-news .wp-block-image {
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .p-news .wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 901px) {
  .l-inner-sm > .p-news:not(.-single) {
    width: 88vw;
    max-width: 1440px;
    margin-right: auto;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-job {
  padding-bottom: 100px;
  padding-bottom: 10rem;
}

.p-ourstory {
  padding-bottom: 100px;
  padding-bottom: 10rem;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .p-ourstory {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-ourstory {
    padding-bottom: 13.3333333333vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-ourstory > .l-inner-sm {
    overflow-x: hidden;
  }
}
.p-ourstory [id^=phase-] {
  scroll-margin-top: 14rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory [id^=phase-] {
    scroll-margin-top: 16vw;
  }
}
.p-ourstory-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  gap: 4rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.p-ourstory__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-ourstory__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.p-ourstory-nav {
  position: fixed;
  right: 0;
  bottom: 115px;
  bottom: 11.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  min-width: 18rem;
  max-width: calc(100vw - 2rem);
  z-index: 60;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 42px clamp(16px, 1vw, 18px) 42px clamp(20px, 1.4vw, 28px);
  padding: 4.2rem clamp(16px, 1vw, 18px) 4.2rem clamp(20px, 1.4vw, 28px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  background-color: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform, opacity;
}
.p-ourstory-nav.-hide {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav {
    display: none;
    width: 48vw;
    padding: 5.6vw 2.4vw 5.6vw 4.1333333333vw;
    border-radius: 30px 0 0 30px;
  }
}
.p-ourstory-nav__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: 18px;
  gap: 1.8rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav__list {
    gap: 2.4vw;
  }
}
.p-ourstory-nav__list::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #b8b8b8;
  left: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 13px;
  bottom: 13px;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav__list::before {
    left: 1.7333333333vw;
    top: 1.7333333333vw;
    bottom: 1.7333333333vw;
  }
}
.p-ourstory-nav__item {
  position: relative;
  z-index: 1;
}
.p-ourstory-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 300;
  color: #2c2c2c;
}
.p-ourstory-nav__item a:hover {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav__item a {
    gap: 1.6vw;
  }
}
.p-ourstory-nav__item.-inactive .p-ourstory-nav__num {
  background-color: #b3b3b3;
}
.p-ourstory-nav__item.-active .p-ourstory-nav__num {
  background-color: #10069F;
}
.p-ourstory-nav__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 14px;
  font-family: "din-2014", sans-serif;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav__num {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    font-size: 1.8666666667vw;
  }
}
.p-ourstory-nav__label {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #2c2c2c;
  font-family: "outfit", sans-serif;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal;
}
@media screen and (max-width: 900px) {
  .p-ourstory-nav__label {
    font-size: 2.9333333333vw;
    max-width: none;
  }
}
.p-ourstory-phose {
  padding-top: 53px;
  padding-top: 5.3rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose {
    padding-top: 7.0666666667vw;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__body {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__body {
    width: auto;
    max-width: none;
    margin-right: -5.0666666667vw;
    margin-left: 0;
  }
}
.p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__body img {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(odd) .p-ourstory-phose__body img {
    border-radius: 4vw 0 0 4vw !important;
  }
}
.p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__head {
  margin-right: -7.4%;
  width: 52%;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__head {
    width: 100%;
  }
}
.p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__body {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__body {
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-left: -5.0666666667vw;
  }
}
.p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__body img {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section:nth-of-type(even) .p-ourstory-phose__body img {
    border-radius: 0 4vw 4vw 0 !important;
  }
}
.p-ourstory-phose__section + .p-ourstory-phose__section {
  margin-top: 142px;
  margin-top: 14.2rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__section + .p-ourstory-phose__section {
    margin-top: 18.9333333333vw;
  }
}
.p-ourstory-phose__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: 1850px) {
  .p-ourstory-phose__col2 {
    gap: 10%;
  }
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__col2 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.p-ourstory-phose__head {
  width: 51%;
  min-width: 0;
  max-width: 100%;
  padding-top: 100px;
  padding-top: 10rem;
  word-wrap: anywhere;
  word-break: normal;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__head {
    width: 100%;
    max-width: 100%;
    padding-top: 13.3333333333vw;
  }
}
.p-ourstory-phose__body {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__body {
    width: 100%;
    max-width: min(89vw, 33.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-ourstory-phose__body img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4vw !important;
  }
}
.p-ourstory-phose__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: 17px;
  gap: 1.7rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__title {
    gap: 2.2666666667vw;
  }
}
.p-ourstory-phose__title .-sm {
  background-color: #10069F;
  color: #fff;
  border-radius: 5rem;
  font-size: max(16px, 16px);
  font-size: max(16px, 1.6rem);
  font-weight: 300;
  font-family: "outfit", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 26px;
  padding: 0.8rem 2.6rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__title .-sm {
    border-radius: 6.6666666667vw;
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 3.4666666667vw;
  }
}
.p-ourstory-phose__title .-sm span {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__title .-sm span {
    font-size: 2.9333333333vw;
  }
}
.p-ourstory-phose__title .-lg {
  font-size: max(16px, 67px);
  font-size: max(16px, 6.7rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__title .-lg {
    font-size: 8.9333333333vw;
  }
}
.p-ourstory-phose__lead {
  font-size: max(16px, 36px);
  font-size: max(16px, 3.6rem);
  line-height: 1.4473684211;
  margin-top: 30px;
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__lead {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
.p-ourstory-phose__disc {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 2;
  margin-top: 28px;
  margin-top: 2.8rem;
  max-width: 570px;
  max-width: 57rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose__disc {
    font-size: 2.9333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.p-ourstory-phose .swiper {
  margin: 6rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-ourstory-phose .swiper {
    margin: 8vw -5.0666666667vw 0;
    width: auto;
    max-width: none;
    overflow: hidden;
    contain: paint;
  }
}
.p-ourstory-phose .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-ourstory-phose .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-ourstory-soon {
  margin: 0 calc(50% - 50vw);
  padding: 46.2rem calc(50vw - 50%) 61rem;
  width: 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon {
    margin-right: -5.0666666667vw;
    margin-left: -5.0666666667vw;
    padding: 40vw 0 45.3333333333vw;
    width: auto;
    overflow: hidden;
  }
}
.p-ourstory-soon::before {
  content: none;
}
.p-ourstory-soon::after {
  position: absolute;
  content: "";
  background-image: url(../images/ourstory/bg.webp);
  background-size: cover;
  width: 100%;
  height: 940px;
  height: 94rem;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon::after {
    height: 125.3333333333vw;
  }
}
.p-ourstory-soon__title {
  font-size: max(16px, 43px);
  font-size: max(16px, 4.3rem);
  line-height: 1.2558139535;
  font-family: "outfit", sans-serif;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__title {
    font-size: 5.7333333333vw;
  }
}
.p-ourstory-soon__title2 {
  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: 16px;
  gap: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__title2 {
    gap: 2.1333333333vw;
  }
}
.p-ourstory-soon__title2 .-sm {
  background-color: #10069F;
  color: #fff;
  border-radius: 5rem;
  font-size: max(16px, 16px);
  font-size: max(16px, 1.6rem);
  font-weight: 300;
  letter-spacing: -0.036em;
  padding: 8px 24px;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__title2 .-sm {
    border-radius: 6.6666666667vw;
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 3.2vw;
  }
}
.p-ourstory-soon__title2 .-sm span {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin-left: 10px;
  margin-left: 1rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__title2 .-sm span {
    font-size: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.p-ourstory-soon__title2 .-lg {
  font-size: max(16px, 52px);
  font-size: max(16px, 5.2rem);
  line-height: 1;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__title2 .-lg {
    font-size: 6.9333333333vw;
  }
}
.p-ourstory-soon__item {
  margin-top: 90px;
  margin-top: 9rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__item {
    margin-top: 12vw;
  }
}
.p-ourstory-soon__item + .p-ourstory-soon__item {
  margin-top: 100px;
  margin-top: 10rem;
}
@media screen and (max-width: 900px) {
  .p-ourstory-soon__item + .p-ourstory-soon__item {
    margin-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 901px) and (max-width: 1439px) {
  body.page:not(.home) .p-ourstory > .l-inner-sm {
    width: 100%;
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-airmobility {
  font-weight: 300;
  padding: 138px 0 0;
  padding: 13.8rem 0 0;
}
@media screen and (max-width: 900px) {
  .p-airmobility {
    padding: 13.3333333333vw 0 0;
  }
}
.p-airmobility__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 108px;
  gap: 10.8rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility__nav {
    gap: 3.2vw;
    -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;
  }
}
.p-airmobility__nav a {
  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;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalize;
  color: #fff;
  background-color: #10069F;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  border-radius: 5rem;
  width: 300px;
  width: 30rem;
  height: 60px;
  height: 6rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-airmobility__nav a {
    font-size: 2.8vw;
    width: 40vw;
    height: 8vw;
  }
}
.p-airmobility__nav a::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
  right: 43px;
  right: 4.3rem;
  top: 31%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 90deg;
}
@media screen and (max-width: 900px) {
  .p-airmobility__nav a::after {
    width: 1.6vw;
    height: 2.4vw;
    right: 5.7333333333vw;
  }
}
.p-airmobility__nav a:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.p-airmobility__nav a:hover::after {
  background-image: url("../images/common/arrow-button-color.svg");
}
.p-airmobility__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 84px;
}
@media screen and (max-width: 900px) {
  .p-airmobility__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    padding: unset;
    gap: 2vw;
  }
}
.p-airmobility__title .-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility__title .-sm {
    gap: 1.3333333333vw;
  }
}
.p-airmobility__title .-sm {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-airmobility__title .-sm.-left {
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-airmobility__title .-sm.-left {
    left: unset;
  }
}
@media screen and (max-width: 900px) {
  .p-airmobility__title .-sm {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-airmobility__title .-lg {
  font-size: max(16px, 61px);
  font-size: max(16px, 6.1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-airmobility__title .-lg {
    font-size: 8.1333333333vw;
  }
}
.p-airmobility__title .-number {
  width: 38px;
  width: 3.8rem;
  height: 38px;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: max(16px, 15px);
  font-size: max(16px, 1.5rem);
  font-family: "din-2014", sans-serif;
  color: #10069F;
  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: 900px) {
  .p-airmobility__title .-number {
    font-size: 2vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.p-airmobility__title .-text {
  background-color: #10069F;
  color: #fff;
  border-radius: 5rem;
  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;
  font-size: max(16px, 16px);
  font-size: max(16px, 1.6rem);
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-family: "outfit", sans-serif;
  padding: 9px 26px;
  padding: 0.9rem 2.6rem;
  min-width: 107px;
  min-width: 10.7rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility__title .-text {
    font-size: 2.1333333333vw;
    padding: 1.2vw 3.4666666667vw;
    min-width: 14.2666666667vw;
  }
}
.p-airmobility-compact {
  padding: 237px 0 0;
  padding: 23.7rem 0 0;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact {
    padding: 13.3333333333vw 0 0;
  }
}
.p-airmobility-compact-col2 {
  margin-inline: 84px;
  padding-top: 70px;
  padding-top: 7rem;
  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: 1700px) {
  .p-airmobility-compact-col2 {
    gap: 5%;
  }
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-col2 {
    margin-inline: 0;
    padding-top: 9.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-airmobility-compact-col2__head {
  width: calc(21.3% + 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-col2__head {
    width: 100%;
    margin-left: calc(50% - 50vw);
  }
}
.p-airmobility-compact-col2__head img {
  width: 100%;
  height: auto;
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-col2__head img {
    border-radius: 0 4vw 4vw 0;
  }
}
.p-airmobility-compact-col2__body {
  width: 40.6%;
  padding-top: 115px;
  padding-top: 11.5rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-col2__body {
    width: 100%;
    padding-top: 0;
  }
}
.p-airmobility-compact__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px 0;
  gap: 5.2rem 0;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dl {
    gap: 6.9333333333vw 0;
  }
}
.p-airmobility-compact__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.5rem;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dt {
    gap: 0.6666666667vw;
  }
}
.p-airmobility-compact__dt .-lg {
  font-size: max(16px, 38px);
  font-size: max(16px, 3.8rem);
  font-family: "din-2014", sans-serif;
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dt .-lg {
    font-size: 5.0666666667vw;
  }
}
.p-airmobility-compact__dt .-sm {
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dt .-sm {
    font-size: 2.8vw;
  }
}
.p-airmobility-compact__dd {
  width: 50%;
  text-align: end;
}
.p-airmobility-compact__dd .-lg {
  font-size: max(16px, 102px);
  font-size: max(16px, 10.2rem);
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dd .-lg {
    font-size: 13.6vw;
  }
}
.p-airmobility-compact__dd .-sm {
  font-size: max(16px, 67px);
  font-size: max(16px, 6.7rem);
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__dd .-sm {
    font-size: 8.9333333333vw;
  }
}
.p-airmobility-compact__disc {
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
  line-height: 1.9090909091;
  letter-spacing: -0.03em;
  margin-top: 100px;
  margin-top: 10rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact__disc {
    font-size: 2.9333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.p-airmobility-compact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: 84px;
  padding-top: 106px;
  padding-top: 10.6rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom {
    margin-inline: 0;
    padding-top: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-airmobility-compact-bottom__head {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-airmobility-compact-bottom__head span {
  font-size: max(16px, 25px);
  font-size: max(16px, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #10069F;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom__head span {
    font-size: 3.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-airmobility-compact-bottom__head strong, .p-airmobility-compact-bottom__head p {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom__head strong, .p-airmobility-compact-bottom__head p {
    font-size: 2.9333333333vw;
  }
}
.p-airmobility-compact-bottom__head strong {
  font-weight: 700;
}
.p-airmobility-compact-bottom__head strong.-mt {
  margin-top: 18px;
  margin-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom__head strong.-mt {
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom__head {
    width: 100%;
  }
}
.p-airmobility-compact-bottom__body {
  width: 38.5%;
}
@media screen and (max-width: 900px) {
  .p-airmobility-compact-bottom__body {
    width: 100%;
  }
}
.p-airmobility-compact-bottom__body img {
  width: 100%;
  height: auto;
}
.p-airmobility-safety {
  padding-top: 280px;
  padding-top: 28rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety {
    padding-top: 13.3333333333vw;
  }
}
.p-airmobility-safety__kv {
  margin: 6.4rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__kv {
    margin: 8.5333333333vw calc(50% - 50vw) 0;
  }
}
.p-airmobility-safety__kv img {
  width: 100%;
  height: auto;
}
.p-airmobility-safety__bg {
  background-color: #535359;
  margin: 0 calc(50% - 50vw);
  padding: 11.2rem calc(50vw - 50%) 15.5rem;
  width: 100vw;
}
@media screen and (min-width: 1440px) and (max-width: 1700px) {
  .p-airmobility-safety__bg {
    padding-inline: 160px;
  }
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__bg {
    padding: 14.9333333333vw calc(50vw - 50%) 20.6666666667vw;
  }
}
.p-airmobility-safety__list {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__list {
    gap: 4vw;
  }
}
.p-airmobility-safety__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: 900px) {
  .p-airmobility-safety__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-airmobility-safety__item h3 {
  font-size: 49.194px;
  font-size: 4.9194729136rem;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  position: relative;
  width: 260px;
  width: 26rem;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__item h3 {
    width: 100%;
    font-size: 4.6666666667vw;
  }
}
.p-airmobility-safety__item p {
  font-size: 30.922px;
  font-size: 3.0922401171rem;
  font-weight: 300;
  line-height: 1.9090909091;
  letter-spacing: -0.03em;
  color: #fff;
  width: 843.338px;
  width: 84.3338213763rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__item p {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.p-airmobility-safety__item figure {
  width: 389.341px;
  width: 38.9341142021rem;
  height: 281.112px;
  height: 28.1112737921rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__item figure {
    width: 100%;
    height: auto;
    margin-top: 2.6666666667vw;
  }
}
.p-airmobility-safety__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__item figure img {
    height: auto;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-airmobility-safety__item h3 {
    font-size: 22px;
  }
  .p-airmobility-safety__item p {
    font-size: 14px;
    width: 600px;
  }
  .p-airmobility-safety__item figure {
    width: 277px;
    height: 200px;
  }
}
.p-airmobility-safety__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;
  padding-top: 82px;
  padding-top: 8.2rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10.9333333333vw;
    gap: 5.3333333333vw;
  }
}
.p-airmobility-safety__head {
  color: #fff;
  width: 41%;
  padding-top: 18px;
  padding-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__head {
    width: 100%;
    padding-top: 0;
  }
}
.p-airmobility-safety__head h3 {
  font-size: max(16px, 59px);
  font-size: max(16px, 5.9rem);
  line-height: 1.186440678;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__head h3 {
    font-size: 7.8666666667vw;
  }
}
.p-airmobility-safety__head p {
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  line-height: 2;
  letter-spacing: -0.03em;
  margin-top: 74px;
  margin-top: 7.4rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__head p {
    margin-top: 9.8666666667vw;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-airmobility-safety__head p {
    font-size: 14px;
  }
}
.p-airmobility-safety__body {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__body {
    width: 100%;
  }
}
.p-airmobility-safety__body img {
  width: 100%;
  height: auto;
}
.p-airmobility-technology {
  background-color: #10069F;
  margin: -1px calc(50% - 50vw) 0;
  padding: 198px 0 193px;
  padding: 19.8rem 0 19.3rem;
  width: 100vw;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.p-airmobility-technology .p-airmobility__title .-text {
  border: 1px solid #fff;
}
.p-airmobility-technology__inner {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__inner {
    padding: 0 5.0666666667vw;
  }
}
.p-airmobility-technology__col2 {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  -webkit-column-gap: clamp(56px, 5vw, 80px);
     -moz-column-gap: clamp(56px, 5vw, 80px);
          column-gap: clamp(56px, 5vw, 80px);
  row-gap: 30px;
  row-gap: 3rem;
  padding-top: 70px;
  padding-top: 7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: auto;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__col2 {
    display: block;
    grid-template-columns: 1fr;
    gap: 4vw;
    padding-top: 9.3333333333vw;
    min-height: auto;
  }
}
.p-airmobility-technology__nav {
  width: 100%;
  height: clamp(420px, 58vh, 620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  gap: 5.4rem;
  padding: 0 0 0 40px;
  padding: 0 0 0 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__nav {
    display: none;
  }
}
.p-airmobility-technology__nav li {
  font-size: max(16px, 25px);
  font-size: max(16px, 2.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, .4);
  padding-left: 45px;
  padding-left: 4.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__nav li {
    font-size: 3.3333333333vw;
    padding-left: 6vw;
  }
}
.p-airmobility-technology__nav li.-space-sm {
  letter-spacing: 0;
}
.p-airmobility-technology__nav li.-current {
  color: #fff;
  position: relative;
}
.p-airmobility-technology__nav li.-current::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  width: 1.7rem;
  height: 17px;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__nav li.-current::after {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
}
.p-airmobility-technology__contents {
  width: 100%;
  min-width: 0;
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__contents {
    width: 100%;
    min-height: auto;
    display: block;
  }
}
.p-airmobility-technology__item {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.p-airmobility-technology__item:first-child {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__item {
    position: static;
    opacity: 1 !important; /* GSAPの影響を上書きして強制表示 */
    visibility: visible !important; /* 強制表示 */
    margin-bottom: 13.3333333333vw; /* アイテム同士の間の縦余白 */
  }
  .p-airmobility-technology__item:last-child {
    margin-bottom: 0;
  }
}
.p-airmobility-technology__item figure {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  height: clamp(420px, 58vh, 620px);
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__item figure {
    margin-bottom: 4vw;
    height: auto;
  }
}
.p-airmobility-technology__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__item img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-airmobility-technology__item h3 {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__item h3 {
    display: block;
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: 0.192em;
  }
}
.p-airmobility-technology__item p {
  font-size: 16px;
  line-height: 1.9090909091;
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-technology__item p {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-height: 640px) {
  .p-airmobility-technology__item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-airmobility {
    --airmobility-target-label-left: max(20px, calc(50vw - 540px));
    --airmobility-current-content-left: max(40px, calc(50vw - 640px));
    --airmobility-label-offset: calc(var(--airmobility-target-label-left) - var(--airmobility-current-content-left));
    padding-top: 10rem;
  }
  body.page-id-201 .p-airmobility {
    --airmobility-current-content-left: max(104px, calc(50vw - 576px));
  }
  .p-airmobility__nav {
    gap: 6.4rem;
  }
  .p-airmobility__nav a {
    width: 24rem;
    height: 4.8rem;
    font-size: 16px;
  }
  .p-airmobility__nav a::after {
    right: 3.2rem;
    width: 1rem;
    height: 1.5rem;
  }
  .p-airmobility__title {
    padding: 0 84px;
  }
  .p-airmobility__title .-sm.-left {
    left: var(--airmobility-label-offset);
  }
  .p-airmobility__title .-lg {
    font-size: clamp(38px, 4.6rem, 48px);
  }
  .p-airmobility__title .-number {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 12px;
  }
  .p-airmobility__title .-text {
    min-width: 8.4rem;
    padding: 0.6rem 1.8rem;
    font-size: 12px;
  }
  .p-airmobility-compact {
    padding-top: 14rem;
  }
  .p-airmobility-compact-col2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.8rem;
    padding-top: 5.6rem;
  }
  .p-airmobility-compact-col2__head {
    width: calc(12% + 50vw);
    margin-left: calc(50% - 50vw);
  }
  .p-airmobility-compact-col2__body {
    width: 34%;
    padding-top: 4.8rem;
  }
  .p-airmobility-compact__dl {
    gap: 3.6rem 0;
  }
  .p-airmobility-compact__dt .-lg {
    font-size: 22px;
  }
  .p-airmobility-compact__dt .-sm {
    font-size: 12px;
  }
  .p-airmobility-compact__dd .-lg {
    font-size: 64px;
  }
  .p-airmobility-compact__dd .-sm {
    font-size: 42px;
  }
  .p-airmobility-compact__disc {
    margin-top: 5.6rem;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-airmobility-compact-bottom {
    gap: 7rem;
    margin-left: var(--airmobility-label-offset);
    padding-top: 7.2rem;
  }
  .p-airmobility-compact-bottom__head {
    width: 58%;
  }
  .p-airmobility-compact-bottom__head span {
    font-size: 16px;
  }
  .p-airmobility-compact-bottom__head strong,
  .p-airmobility-compact-bottom__head p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-airmobility-compact-bottom__body {
    width: 34%;
  }
  .p-airmobility-safety {
    padding-top: 18rem;
  }
  .p-airmobility-safety__kv {
    margin-top: 4.8rem;
  }
  .p-airmobility-safety__bg {
    padding-top: 8.4rem;
    padding-bottom: 10.8rem;
  }
  .p-airmobility-safety__list {
    max-width: 1040px;
    gap: 2.4rem;
  }
  .p-airmobility-safety__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  .p-airmobility-safety__item h3 {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    font-size: 22px;
  }
  .p-airmobility-safety__item p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-airmobility-safety__item figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    width: 210px;
    height: 150px;
  }
  .p-airmobility-safety__col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.4rem;
  }
  .p-airmobility-safety__head {
    width: 44%;
  }
  .p-airmobility-safety__head h3 {
    font-size: 34px;
  }
  .p-airmobility-safety__head p {
    margin-top: 4.8rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-airmobility-safety__body {
    width: 48%;
  }
  .p-airmobility-technology {
    padding-top: 12.8rem;
    padding-bottom: 13.2rem;
  }
  .p-airmobility-technology__inner {
    max-width: 1120px;
  }
  .p-airmobility-technology__col2 {
    grid-template-columns: 280px minmax(0, 1fr);
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
  .p-airmobility-technology__nav {
    gap: 3.2rem;
  }
  .p-airmobility-technology__nav li {
    padding-left: 3.2rem;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .p-airmobility-technology__nav li.-current::after {
    width: 1.1rem;
    height: 1.1rem;
  }
  .p-airmobility-technology__contents {
    min-height: clamp(560px, 66vh, 640px);
  }
  .p-airmobility-technology__item figure {
    height: clamp(500px, 58vh, 560px);
    border-radius: 20px;
  }
  .p-airmobility-technology__item img {
    border-radius: 20px;
  }
  .p-airmobility-technology__item p {
    max-width: 86%;
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1701px) {
  .p-airmobility__title {
    padding-inline: calc(50% - 520px);
  }
  .p-airmobility__title .-sm.-left {
    left: 0;
  }
  .p-airmobility__title .-lg {
    font-size: clamp(38px, 4.6rem, 48px);
  }
  .p-airmobility-compact-col2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 64px;
    margin-inline: calc(50% - 520px);
  }
  .p-airmobility-compact-col2__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50vw + 50% - 424px);
            flex: 0 0 calc(50vw + 50% - 424px);
    width: calc(50vw + 50% - 424px);
  }
  .p-airmobility-compact-col2__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
    padding-top: 4.8rem;
  }
  .p-airmobility-compact-bottom {
    gap: 7rem;
    margin-inline: calc(50% - 520px);
    padding-top: 7.2rem;
  }
  .p-airmobility-compact-bottom__head {
    width: 58%;
  }
  .p-airmobility-compact-bottom__head span {
    font-size: 16px;
  }
  .p-airmobility-compact-bottom__head strong,
  .p-airmobility-compact-bottom__head p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-airmobility-compact-bottom__body {
    width: 34%;
  }
}
@media screen and (max-width: 900px) {
  .p-airmobility-safety__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-airmobility-safety__item figure {
    max-width: min(74vw, 280px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-airmobility-technology__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-airmobility-technology__item figure {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-airmobility-technology__item img {
    display: block;
    max-width: 100%;
  }
  .p-airmobility-technology__item img.u-md-hidden {
    display: none !important;
  }
  .p-airmobility-technology__item img.u-md-only {
    display: block !important;
  }
}
.p-airmobility-basic {
  padding: 142px 0 200px;
  padding: 14.2rem 0 20rem;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic {
    padding: 18.9333333333vw 0 26.6666666667vw;
  }
}
.p-airmobility-basic__title {
  margin-inline: 84px;
  font-size: max(16px, 35px);
  font-size: max(16px, 3.5rem);
  font-weight: 400;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic__title {
    margin-inline: 0;
    font-size: 4.6666666667vw;
  }
}
.p-airmobility-basic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 113px auto 0;
  margin: 11.3rem auto 0;
  max-width: 893px;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic__list {
    margin: 15.0666666667vw auto 0;
    max-width: 100%;
  }
}
.p-airmobility-basic__list dt {
  width: 54%;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic__list dt {
    width: 50%;
  }
}
.p-airmobility-basic__list dd {
  width: 46%;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic__list dd {
    width: 50%;
  }
}
@media screen and (min-width: 901px) {
  .p-airmobility-basic__list dd:nth-of-type(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    min-width: 0;
    white-space: nowrap;
  }
}
.p-airmobility-basic__list dt, .p-airmobility-basic__list dd {
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  line-height: 3.0952380952;
  letter-spacing: -0.022em;
}
@media screen and (max-width: 900px) {
  .p-airmobility-basic__list dt, .p-airmobility-basic__list dd {
    font-size: 2.8vw;
  }
}

.p-career__title {
  font-size: max(16px, 61px);
  font-size: max(16px, 6.1rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-career__title {
    font-size: 8.1333333333vw;
  }
}
.p-career__search {
  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: 18px;
  gap: 1.8rem;
  background-color: #10069F;
  color: #fff;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  border-radius: 5rem;
  max-width: max(220px, 270px);
  max-width: max(220px, 27rem);
  height: 60px;
  height: 6rem;
}
@media screen and (max-width: 900px) {
  .p-career__search {
    gap: 2.4vw;
    font-size: 2.9333333333vw;
    border-radius: 6.6666666667vw;
    height: 8vw;
  }
}
.p-career__search:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.p-career__search:hover svg circle,
.p-career__search:hover svg line {
  stroke: #10069F;
}
.p-career-about {
  padding: 115px 0 0;
  padding: 11.5rem 0 0;
  max-width: 1151px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-career-about {
    padding-top: 13.3333333333vw;
  }
}
.p-career-about__disc {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-career-about__disc {
    font-size: 2.9333333333vw;
  }
}
.p-career-about__button {
  margin: 40px auto 0;
  margin: 4rem auto 0;
}
@media screen and (max-width: 900px) {
  .p-career-about__button {
    margin-top: 5.3333333333vw;
  }
}
.p-career-links {
  padding: 134px 0 124px;
  padding: 13.4rem 0 12.4rem;
}
@media screen and (max-width: 900px) {
  .p-career-links {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.p-career-eyecatch {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-career-eyecatch img {
  width: 100%;
  height: auto;
}
.p-career-job {
  width: 100%;
  margin-top: 97px;
  margin-top: 9.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .p-career-job {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-career-job__inner {
  background-color: #fff;
  border-radius: 3rem;
  max-width: 1500px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 81px 50px 81px;
  padding: 8.1rem 5rem 8.1rem;
}
@media screen and (min-width: 901px) {
  .p-career-job__inner.fixed, .p-career-job__inner[style*="position: fixed"] {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .p-career-job__inner {
    width: 100%;
    padding: 10.6666666667vw 5.0666666667vw !important;
    border-radius: 8vw;
  }
}
.p-career-job__slider {
  width: 100%;
  max-width: 1280px;
  margin: 22.5px auto 0;
  margin: 2.25rem auto 0;
  overflow: hidden;
  position: relative;
  min-height: 620px;
  min-height: 62rem;
}
@media screen and (max-width: 900px) {
  .p-career-job__slider {
    margin-top: 2.25rem;
    min-height: auto;
    overflow: visible;
  }
}
.p-career-job__pagination {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  gap: 2rem;
  margin-top: 40px;
  margin-top: 4rem;
  padding-right: 18px;
  padding-right: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-career-job__pagination {
    display: none !important;
  }
}
.p-career-job__pagination-bullet {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  border-radius: 50%;
  background: #d1d1d1;
  cursor: pointer;
}
.p-career-job__pagination-bullet.is-active {
  background-color: #10069F;
}
.p-career-job__track {
  position: relative;
  min-height: 540px;
  min-height: 54rem;
}
@media screen and (max-width: 900px) {
  .p-career-job__track {
    min-height: auto;
  }
}
.p-career-job__item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s 0.4s, opacity 0.4s, transform 0.4s;
  transition: visibility 0s 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.p-career-job__item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s, opacity 0.4s, transform 0.4s;
  transition: visibility 0s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 900px) and (min-width: 470px) {
  .p-career-job__item {
    padding-top: 180px;
  }
}
@media screen and (max-width: 469px) {
  .p-career-job__item {
    padding-top: unset;
  }
}
@media screen and (max-width: 900px) {
  .p-career-job__item {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    margin-bottom: 8vw;
  }
  .p-career-job__item:last-child {
    margin-bottom: 0;
  }
}
.p-career-job__item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  padding: 5rem;
  border-radius: 3rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1002px) and (min-width: 901px) {
  .p-career-job__item-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .p-career-job__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.6666666667vw;
    border-radius: 8vw;
    height: auto;
  }
}
.p-career-job__item.-color2 .p-career-job__item-inner {
  background-color: #F2F3F4;
  color: #10069F;
}
.p-career-job__item.-color2 .p-career-job__item-inner .p-career-job__button {
  background-color: #10069F;
  color: #fff;
}
.p-career-job__item.-color2 .p-career-job__item-inner .p-career-job__button svg circle,
.p-career-job__item.-color2 .p-career-job__item-inner .p-career-job__button svg line {
  stroke: #fff;
}
.p-career-job__item.-color1 .p-career-job__item-inner {
  background-color: #10069F;
  color: #fff;
}
.p-career-job__item.-color1 .p-career-job__item-inner .p-career-job__button {
  background-color: #fff;
  color: #10069F;
}
.p-career-job__item.-color1 .p-career-job__button:hover {
  background-color: #10069F;
  color: #fff;
  opacity: 1;
  border-color: #fff;
}
.p-career-job__item.-color1 .p-career-job__button:hover svg circle,
.p-career-job__item.-color1 .p-career-job__button:hover svg line {
  stroke: #fff;
}
.p-career-job__item.-color2 .p-career-job__button:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
  border-color: #10069F;
}
.p-career-job__item.-color2 .p-career-job__button:hover svg circle,
.p-career-job__item.-color2 .p-career-job__button:hover svg line {
  stroke: #10069F;
}
.p-career-job__head {
  width: 46.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-career-job__head {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }
}
.p-career-job__title, .p-career-job__lead, .p-career-job__disc, .p-career-job__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-career-job__body {
  width: 47.5%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-career-job__body {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    margin-bottom: 4vw;
  }
}
.p-career-job__body figure {
  height: auto;
  max-height: 100%;
  overflow: hidden;
  border-radius: 3rem;
}
@media screen and (max-width: 900px) {
  .p-career-job__body figure {
    height: auto;
    max-height: none;
    border-radius: 4vw;
  }
}
.p-career-job__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
@media screen and (min-width: 900px) and (max-width: 1580px) {
  .p-career-job__body img {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-career-job__body img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 4vw;
  }
}
.p-career-job__title {
  font-size: max(16px, 38px);
  font-size: max(16px, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  border-bottom: 2px solid;
  padding: 12px 0 20px;
  padding: 1.2rem 0 2rem;
}
@media screen and (max-width: 1002px) and (min-width: 901px) {
  .p-career-job__title {
    font-size: 3rem;
    padding: 1rem 0 1.5rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 470px) {
  .p-career-job__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 469px) {
  .p-career-job__title {
    font-size: 5.0666666667vw;
    padding: 1.6vw 0 2.6666666667vw;
  }
}
.p-career-job__lead {
  font-size: max(16px, 24px);
  font-size: max(16px, 2.4rem);
  line-height: 1.4166666667;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-top: 28px;
  margin-top: 2.8rem;
}
@media screen and (max-width: 1002px) and (min-width: 901px) {
  .p-career-job__lead {
    font-size: 2.8rem;
    margin-top: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) and (min-width: 470px) {
  .p-career-job__lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 469px) {
  .p-career-job__lead {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
    line-height: 1.4166666667;
  }
}
.p-career-job__disc {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.6666666667;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 1002px) and (min-width: 901px) {
  .p-career-job__disc {
    font-size: 2.5rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 900px) and (min-width: 470px) {
  .p-career-job__disc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 469px) {
  .p-career-job__disc {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
    line-height: 1.6666666667;
  }
}
.p-career-job__button {
  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;
  max-width: max(173px, 173px);
  max-width: max(173px, 17.3rem);
  width: 100%;
  height: 45px;
  height: 4.5rem;
  border-radius: 5rem;
  font-size: max(16px, 16px);
  font-size: max(16px, 1.6rem);
  margin-top: 32px;
  margin-top: 3.2rem;
  padding: 0 20px 0 30px;
  padding: 0 2rem 0 3rem;
  border: 1px solid transparent;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 1002px) and (min-width: 901px) {
  .p-career-job__button {
    margin-top: 1.5rem;
    height: 4rem;
    max-width: 150px;
    padding: 0 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-career-job__button {
    font-size: 3.4666666667vw;
    margin-top: 4.2666666667vw;
    padding: 0 2.6666666667vw 0 4vw;
    border-radius: 6.6666666667vw;
    height: 9.3333333333vw;
    max-width: max(150px, 15rem);
  }
}
.p-career-job__search {
  margin: 124px auto;
}
@media screen and (max-width: 900px) {
  .p-career-job__search {
    margin: 8vw auto 0;
    max-width: 72vw;
    height: 4rem;
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.p-career-faq {
  margin: 19.4rem calc(50% - 50vw) 0;
  padding: 15rem calc(50vw - 50%) 15rem;
  width: 100vw;
  background-color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-career-faq {
    margin: 13.3333333333vw calc(50% - 50vw) 0;
    padding: 13.3333333333vw calc(50vw - 50%) 13.3333333333vw;
  }
}
.p-career-faq .p-career__title {
  color: #fff;
}
.p-career-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: 25px;
  gap: 2.5rem;
  margin-top: 80px;
  margin-top: 8rem;
}
@media screen and (max-width: 900px) {
  .p-career-faq__list {
    gap: 3.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-career-faq__dt {
  background-color: #fff;
  border-radius: 3rem;
  padding: 30px 80px 30px 30px;
  padding: 3rem 8rem 3rem 3rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dt {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
}
.p-career-faq__dt .-text {
  display: block;
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
  line-height: 1.1136363636;
  font-weight: 500;
  position: relative;
  padding-left: 47px;
  padding-left: 4.7rem;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dt .-text {
    font-size: 2.9333333333vw;
    padding-left: 6.2666666667vw;
  }
}
.p-career-faq__dt .-text::after {
  position: absolute;
  content: "Q";
  font-size: max(16px, 31px);
  font-size: max(16px, 3.1rem);
  letter-spacing: 0.05em;
  font-family: "outfit", sans-serif;
  color: #10069F;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dt .-text::after {
    font-size: 4.1333333333vw;
  }
}
.p-career-faq__dd {
  background-color: #fff;
  border-radius: 0 0 3rem 3rem;
  margin: 3px 30px 0;
  margin: 0.3rem 3rem 0;
  padding: 20px 36px 28px 76px;
  padding: 2rem 3.6rem 2.8rem 7.6rem;
  display: none;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dd {
    padding: 1rem 1.8rem 1.4rem 3.8rem;
  }
}
.p-career-faq__dd .-text {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: -0.03em;
  position: relative;
  text-indent: -40px;
  text-indent: -4rem;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dd .-text {
    font-size: 2.9333333333vw;
    text-indent: -5.3333333333vw;
  }
}
.p-career-faq__dd .-text::after {
  position: absolute;
  content: "A";
  font-size: max(16px, 25px);
  font-size: max(16px, 2.5rem);
  letter-spacing: 0.05em;
  font-family: "outfit", sans-serif;
  color: #10069F;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-career-faq__dd .-text::after {
    font-size: 3.3333333333vw;
  }
}
.p-career-faq__cross {
  display: block;
  width: 26px;
  width: 2.6rem;
  height: 26px;
  height: 2.6rem;
  position: absolute;
  right: 40px;
  right: 4rem;
  top: 30px;
  top: 3rem;
}
@media screen and (max-width: 900px) {
  .p-career-faq__cross {
    right: 2rem;
    top: 1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-career-faq__cross span {
  background-color: #10069F;
  width: 26px;
  width: 2.6rem;
  height: 3px;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .p-career-faq__cross span {
    width: 1.3rem;
  }
}
.p-career-faq__cross span:last-of-type {
  rotate: 90deg;
}
.p-career-faq__cross.is-active span:last-of-type {
  rotate: 0deg;
}
.p-career-message {
  padding: 176px 0 207px;
  padding: 17.6rem 0 20.7rem;
}
@media screen and (max-width: 900px) {
  .p-career-message {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.p-career-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: 90px;
  margin-top: 9rem;
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 900px) {
  .p-career-message__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-career-message__head {
  width: 58.5%;
  padding-top: 10px;
  padding-top: 1rem;
  padding-right: 18px;
  padding-right: 1.8rem;
  height: 770px;
  height: 77rem;
  overflow-y: scroll;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .p-career-message__head {
    width: 100%;
    height: auto;
    padding-right: 0;
    overflow-y: visible;
  }
}
.p-career-message__head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.p-career-message__head p {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-career-message__head p {
    font-size: 2.9333333333vw;
  }
}
.p-career-message__body {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .p-career-message__body {
    width: 100%;
  }
}
.p-career-message__img {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-career-message__img {
    margin: 24px auto 0;
  }
}
.p-career-message__img img {
  width: 100%;
  height: auto;
}
.p-career-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  margin: 30px 0 0 32px;
  margin: 3rem 0 0 3.2rem;
  gap: 20px;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p-career-message__name {
    margin: 4vw 0 0 4.2666666667vw;
    gap: 2.6666666667vw;
  }
}
.p-career-message__name .-sm {
  font-size: max(16px, 22px);
  font-size: max(16px, 2.2rem);
}
@media screen and (max-width: 900px) {
  .p-career-message__name .-sm {
    font-size: 2.9333333333vw;
  }
}
.p-career-message__name .-lg {
  font-size: max(16px, 30px);
  font-size: max(16px, 3rem);
}
@media screen and (max-width: 900px) {
  .p-career-message__name .-lg {
    font-size: 4vw;
  }
}
.p-career-message__name2 {
  font-size: max(16px, 42px);
  font-size: max(16px, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #10069F;
  font-family: "proxima-nova", sans-serif;
  margin: 35px 0 0 33px;
  margin: 3.5rem 0 0 3.3rem;
}
@media screen and (max-width: 900px) {
  .p-career-message__name2 {
    font-size: 5.6vw;
    margin: 4.6666666667vw 0 0 4.4vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-career-faq {
    padding-right: 84px;
    padding-left: 84px;
  }
  .p-career-message {
    width: calc(100vw - 160px);
    margin-right: auto;
    margin-left: auto;
  }
  .p-career-message__body {
    width: 36%;
  }
}
.p-career .c-latestnews__maintitle {
  font-size: max(16px, 61px);
  font-size: max(16px, 6.1rem);
}
@media screen and (max-width: 900px) {
  .p-career .c-latestnews__maintitle {
    font-size: 8.1333333333vw;
  }
}

.p-careers-single {
  padding: 80px 0 200px;
  padding: 8rem 0 20rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.p-careers-single.-single {
  padding: 185px 0 250px;
  padding: 18.5rem 0 25rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single.-single {
    padding: 80px 0 10.6666666667vw;
  }
}
.p-careers-single hr {
  margin: 80px 0;
  margin: 8rem 0;
  clear: both;
  color: inherit;
  border-top: dotted 2px;
}
@media screen and (max-width: 900px) {
  .p-careers-single hr {
    margin: 10.6666666667vw 0;
  }
}
.p-careers-single__profile-title {
  margin-top: 65px;
  margin-top: 6.5rem;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-careers-single__profile-title {
    margin-top: 8.6666666667vw;
    font-size: 4.6666666667vw;
  }
}
.p-careers-single__profile-desc {
  margin-top: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-careers-single__profile-desc {
    font-size: 2.9333333333vw;
  }
}
.p-careers-single__post-title {
  margin-top: 65px;
  margin-top: 6.5rem;
  max-width: 820px;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-careers-single__post-title {
    margin-top: 8.6666666667vw;
    max-width: none;
    font-size: 4vw;
  }
}
.p-careers-single__post-title + .p-careers-single__profile-title {
  margin-top: 24px;
  margin-top: 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__post-title + .p-careers-single__profile-title {
    margin-top: 3.2vw;
  }
}
.p-careers-single__maintitle {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.675;
  letter-spacing: 0.05em;
  font-family: "outfit", sans-serif;
  text-align: center;
  margin-top: 97px;
  margin-top: 9.7rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__maintitle {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-careers-single {
  /* ===== ここ追加（headだけ外に出す） ===== */
}
.p-careers-single__head {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__head {
    padding-bottom: 3.7333333333vw;
  }
}
.p-careers-single__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 89px;
  gap: 8.9rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4vw;
  }
}
.p-careers-single__head__left {
  width: calc(100% - 85.4rem);
}
@media screen and (max-width: 900px) {
  .p-careers-single__head__left {
    width: 100%;
  }
}
.p-careers-single__head__right {
  width: 765px;
  width: 76.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-careers-single__head__right {
    width: 100%;
  }
}
.p-careers-single__title {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-careers-single__title {
    font-size: 6.6666666667vw;
  }
}
.p-careers-single__desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__desc {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.p-careers-single__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.p-careers-single__body h2 {
  font-size: max(16px, 30px);
  font-size: max(16px, 3rem);
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: -0.3px;
  letter-spacing: -0.03rem;
  position: relative;
  padding-left: max(30px, 30px);
  padding-left: max(30px, 3rem);
}
.p-careers-single__body h2:not(:first-child) {
  margin-top: 80px;
  margin-top: 8rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__body h2:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .p-careers-single__body h2 {
    font-size: 3.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}
.p-careers-single__body h2::after {
  position: absolute;
  content: "";
  background: #10069F;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  width: 0.9rem;
  height: calc(100% - 2rem);
  border-radius: 9px;
}
@media screen and (max-width: 900px) {
  .p-careers-single__body h2::after {
    width: 0.45rem;
    height: 100%;
  }
}
.p-careers-single__body p, .p-careers-single__body li, .p-careers-single__body a {
  margin-top: 16px;
  margin-top: 1.6rem;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 400;
  padding-left: 32px;
  padding-left: 3.2rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__body p, .p-careers-single__body li, .p-careers-single__body a {
    margin-top: 2.1333333333vw;
    font-size: 2.9333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.p-careers-single__body table {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single__body table {
    font-size: 2.9333333333vw;
  }
}
.p-careers-single__body .wauto table {
  width: auto;
}
.p-careers-single__body .layout-auto table {
  table-layout: auto;
}
.p-careers-single__body th, .p-careers-single__body td {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-careers-single__body th, .p-careers-single__body td {
    font-size: 2.9333333333vw;
  }
}
.p-careers-single__body a {
  color: #10069F;
  text-decoration: underline;
}
.p-careers-single__body img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-careers-single__bottom, .p-careers-single__links {
  margin: 100px auto 0;
  margin: 10rem auto 0;
}
@media screen and (max-width: 900px) {
  .p-careers-single__bottom, .p-careers-single__links {
    margin-top: 13.3333333333vw;
  }
}
.p-careers-single__bottom a, .p-careers-single__links a {
  background-color: #10069F;
  color: #fff;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  max-width: max(270px, 270px);
  max-width: max(270px, 27rem);
  height: max(45px, 45px);
  height: max(45px, 4.5rem);
  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;
  border-radius: 5rem;
  font-size: max(16px, 21px);
  font-size: max(16px, 2.1rem);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-careers-single__bottom a, .p-careers-single__links a {
    max-width: 36vw;
    height: 6vw;
    border-radius: 6.6666666667vw;
    font-size: 2.8vw;
  }
}
.p-careers-single__bottom a::after, .p-careers-single__links a::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-button-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(10px, 10px);
  width: max(10px, 1rem);
  height: max(11px, 11px);
  height: max(11px, 1.1rem);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .p-careers-single__bottom a::after, .p-careers-single__links a::after {
    background-image: none;
    background-color: currentColor;
    -webkit-mask-image: url("../images/common/arrow-button-left.svg");
    mask-image: url("../images/common/arrow-button-left.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
@media screen and (max-width: 900px) {
  .p-careers-single__bottom a::after, .p-careers-single__links a::after {
    left: 4vw;
  }
}
.p-careers-single__bottom a:hover, .p-careers-single__links a:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.p-careers-single__bottom a:hover::after, .p-careers-single__links a:hover::after {
  background-image: url("../images/common/arrow-button-left-color.svg");
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .p-careers-single__bottom a:hover::after, .p-careers-single__links a:hover::after {
    background-color: currentColor;
  }
}
.p-careers-single .p-career__search {
  margin: 100px auto 0;
  margin: 10rem auto 0;
}
.p-careers-single .wp-block-image {
  margin-top: 80px;
  margin-top: 8rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .p-careers-single .wp-block-image {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.p-privacy {
  padding: 0 0 120px;
  padding: 0 0 12rem;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-privacy {
    padding: 0 0 10.6666666667vw;
  }
}
.p-privacy__intro {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-privacy__intro {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__section {
  margin-top: 81px;
  margin-top: 8.1rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__section {
    margin-top: 5.3333333333vw;
  }
}
.p-privacy__title {
  font-size: max(18px, 24px);
  font-size: max(18px, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__title {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-privacy__body {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-privacy__body {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__list {
  margin-top: 15px;
  margin-top: 1.5rem;
  list-style: none;
  counter-reset: privacy-list;
}
@media screen and (max-width: 900px) {
  .p-privacy__list {
    margin-top: 2vw;
  }
}
.p-privacy__item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  position: relative;
  counter-increment: privacy-list;
  padding-left: 35px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__item {
    font-size: 2.9333333333vw;
    padding-left: 4.6666666667vw;
  }
}
.p-privacy__item::before {
  content: "(" counter(privacy-list) ")";
  position: absolute;
  left: 0;
}
.p-privacy__item + .p-privacy__item {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__item + .p-privacy__item {
    margin-top: 0.6666666667vw;
  }
}
.p-privacy__info {
  margin-top: 20px;
  margin-top: 2rem;
  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;
  gap: 0.8rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__info {
    margin-top: 2.6666666667vw;
    gap: 1.0666666667vw;
  }
}
.p-privacy__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__info-row {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 560px) {
  .p-privacy__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2666666667vw;
  }
}
.p-privacy__info-label {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-privacy__info-label {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__info-label::after {
  content: "：";
}
.p-privacy__info-value {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-privacy__info-value {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__contact {
  margin-top: 20px;
  margin-top: 2rem;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__contact {
    margin-top: 2.6666666667vw;
    gap: 0.6666666667vw;
  }
}
.p-privacy__contact-name, .p-privacy__contact-address, .p-privacy__contact-email {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-privacy__contact-name, .p-privacy__contact-address, .p-privacy__contact-email {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__contact-email a {
  color: #10069F;
  text-decoration: underline;
}
.p-privacy__dates {
  margin-top: 81px;
  margin-top: 8.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  gap: 0.4rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__dates {
    margin-top: 5.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.p-privacy__dates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__dates-row {
    gap: 1.3333333333vw;
  }
}
.p-privacy__dates-label {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-privacy__dates-label {
    font-size: 2.9333333333vw;
  }
}
.p-privacy__dates-value {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-privacy__dates-value {
    font-size: 2.9333333333vw;
  }
}

.p-conduct {
  padding: 0 0 120px;
  padding: 0 0 12rem;
  max-width: 1280px;
  margin: 0 auto;
  counter-reset: section;
}
@media screen and (max-width: 900px) {
  .p-conduct {
    padding: 0 0 10.6666666667vw;
  }
}
.p-conduct__section {
  counter-increment: section;
  counter-reset: subsection;
}
.p-conduct__section:first-of-type .p-conduct__title {
  margin-top: 0;
}
.p-conduct__title {
  position: relative;
  padding-left: 50px;
  padding-left: 5rem;
  font-size: max(18px, 24px);
  font-size: max(18px, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-top: 88px;
  margin-top: 8.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__title {
    font-size: 3.2vw;
    padding-left: 6.6666666667vw;
    margin-top: 11.7333333333vw;
    margin-bottom: 2vw;
  }
}
.p-conduct__title::before {
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.p-conduct__subsection {
  counter-increment: subsection;
  margin-top: 25px;
  margin-top: 2.5rem;
  position: relative;
  padding-left: 50px;
  padding-left: 5rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__subsection {
    margin-top: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-conduct__subsection::before {
  content: counter(section) "." counter(subsection);
  color: #000000;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-conduct__subsection::before {
    font-size: 2.9333333333vw;
  }
}
.p-conduct__subsection:only-of-type::before {
  visibility: hidden;
}
.p-conduct__subsection:has(.p-conduct__subheading) {
  padding-left: 50px;
  padding-left: 5rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__subsection:has(.p-conduct__subheading) {
    padding-left: 6.6666666667vw;
  }
}
.p-conduct__subsection:has(.p-conduct__subheading)::before {
  display: none;
}
.p-conduct__subheading {
  position: relative;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__subheading {
    font-size: 2.9333333333vw;
    margin-bottom: 1.6vw;
  }
}
.p-conduct__subheading::before {
  content: counter(section) "." counter(subsection) ".";
  color: #000000;
  position: absolute;
  left: -50px;
  left: -5rem;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-conduct__subheading::before {
    left: -6.6666666667vw;
  }
}
.p-conduct__body {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-conduct__body {
    font-size: 2.9333333333vw;
  }
}
.p-conduct__body + .p-conduct__body {
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__body + .p-conduct__body {
    margin-top: 2vw;
  }
}
.p-conduct__bullet-list {
  list-style: none;
}
.p-conduct__bullet-item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  padding-left: 16px;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-conduct__bullet-item {
    font-size: 2.9333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.p-conduct__bullet-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-conduct__bullet-item + .p-conduct__bullet-item {
  margin-top: 4px;
  margin-top: 0.4rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__bullet-item + .p-conduct__bullet-item {
    margin-top: 0.5333333333vw;
  }
}
.p-conduct__list {
  margin-top: 15px;
  margin-top: 1.5rem;
  list-style: none;
  counter-reset: alpha-list;
}
@media screen and (max-width: 900px) {
  .p-conduct__list {
    margin-top: 2vw;
  }
}
.p-conduct__item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  position: relative;
  counter-increment: alpha-list;
  padding-left: 30px;
  padding-left: 3rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__item {
    font-size: 2.9333333333vw;
    padding-left: 4vw;
  }
}
.p-conduct__item::before {
  content: "(" counter(alpha-list, lower-alpha) ")";
  position: absolute;
  left: 0;
}
.p-conduct__item + .p-conduct__item {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__item + .p-conduct__item {
    margin-top: 0.6666666667vw;
  }
}
.p-conduct__dates {
  margin-top: 81px;
  margin-top: 8.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  gap: 0.4rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__dates {
    margin-top: 5.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.p-conduct__dates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .p-conduct__dates-row {
    gap: 1.3333333333vw;
  }
}
.p-conduct__dates-label {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-conduct__dates-label {
    font-size: 2.9333333333vw;
  }
}
.p-conduct__dates-label::after {
  content: "：";
}
.p-conduct__dates-value {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-conduct__dates-value {
    font-size: 2.9333333333vw;
  }
}

.p-terms {
  padding: 0 0 120px;
  padding: 0 0 12rem;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-terms {
    padding: 0 0 10.6666666667vw;
  }
}
.p-terms__intro {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-terms__intro {
    font-size: 2.9333333333vw;
  }
}
.p-terms__section {
  margin-top: 81px;
  margin-top: 8.1rem;
}
@media screen and (max-width: 900px) {
  .p-terms__section {
    margin-top: 5.3333333333vw;
  }
}
.p-terms__title {
  font-size: max(18px, 24px);
  font-size: max(18px, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-terms__title {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-terms__body {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-terms__body {
    font-size: 2.9333333333vw;
  }
}
.p-terms__list {
  margin-top: 15px;
  margin-top: 1.5rem;
  list-style: none;
  counter-reset: terms-list;
}
@media screen and (max-width: 900px) {
  .p-terms__list {
    margin-top: 2vw;
  }
}
.p-terms__item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  position: relative;
  counter-increment: terms-list;
  padding-left: 35px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 900px) {
  .p-terms__item {
    font-size: 2.9333333333vw;
    padding-left: 4.6666666667vw;
  }
}
.p-terms__item::before {
  content: "(" counter(terms-list) ")";
  position: absolute;
  left: 0;
}
.p-terms__item + .p-terms__item {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-terms__item + .p-terms__item {
    margin-top: 0.6666666667vw;
  }
}
.p-terms__contact {
  margin-top: 20px;
  margin-top: 2rem;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-terms__contact {
    margin-top: 2.6666666667vw;
    gap: 0.6666666667vw;
  }
}
.p-terms__contact-name, .p-terms__contact-address, .p-terms__contact-email {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-terms__contact-name, .p-terms__contact-address, .p-terms__contact-email {
    font-size: 2.9333333333vw;
  }
}
.p-terms__contact-email a {
  color: #10069F;
  text-decoration: underline;
}
.p-terms__dates {
  margin-top: 81px;
  margin-top: 8.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  gap: 0.4rem;
}
@media screen and (max-width: 900px) {
  .p-terms__dates {
    margin-top: 5.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.p-terms__dates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .p-terms__dates-row {
    gap: 1.3333333333vw;
  }
}
.p-terms__dates-label {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-terms__dates-label {
    font-size: 2.9333333333vw;
  }
}
.p-terms__dates-label::after {
  content: "：";
}
.p-terms__dates-value {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 900px) {
  .p-terms__dates-value {
    font-size: 2.9333333333vw;
  }
}

.p-member {
  padding-top: 100px;
  padding-top: 10rem;
  padding-inline: 84px;
  padding-bottom: 200px;
  padding-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .p-member {
    padding-top: 13.3333333333vw;
    padding-inline: 0;
    padding-bottom: 26.6666666667vw;
  }
}
.p-member__title {
  margin: 173px 0 40px;
  margin: 17.3rem 0 4rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p-member__title {
    margin: 23.0666666667vw 0 3.2vw;
    font-size: 3.2vw;
  }
}
.p-member__title [lang=ja] {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .p-member__title [lang=ja] {
    font-size: 4vw;
  }
}
.p-member__title [lang=en] {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 900px) {
  .p-member__title [lang=en] {
    font-size: 2.9333333333vw;
  }
}
.p-member__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 366px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 72px;
}
@media screen and (max-width: 900px) {
  .p-member__list {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    row-gap: 5.3333333333vw;
  }
}
.p-member__item {
  width: 366px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .p-member__item {
    width: 100%;
  }
}
.p-member__list--advisor {
  margin-top: 0;
}

.p-member-card__trigger {
  display: block;
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.p-member-card__image-wrap {
  margin: 0;
  width: 366px;
  height: 549px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-member-card__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 15px;
  }
}
.p-member-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-member-card__image {
    -o-object-position: top center;
       object-position: top center;
    height: calc(100% + 8vw);
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
    border-radius: 2vw;
  }
}
.p-member-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  padding: 3rem;
  color: #10069F;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 900px) {
  .p-member-card__overlay {
    padding: 4vw;
  }
}
.p-member-card__name {
  position: relative;
  padding-right: 33px;
  padding-right: 3.3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .p-member-card__name {
    padding-right: 4.4vw;
    font-size: 3.2vw;
  }
}
.p-member-card__name::before, .p-member-card__name::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}
.p-member-card__name::before {
  right: 0;
  width: 25px;
  width: 2.5rem;
  height: 1px;
}
@media screen and (max-width: 900px) {
  .p-member-card__name::before {
    width: 3.3333333333vw;
  }
}
.p-member-card__name::after {
  right: calc(1.25rem - 0.5px);
  width: 1px;
  height: 25px;
  height: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p-member-card__name::after {
    right: calc(1.66667vw - 0.5px);
    height: 3.3333333333vw;
  }
}
.p-member-card__position {
  margin-top: 6px;
  margin-top: 0.6rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .p-member-card__position {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
  }
}
.p-member-card__position [lang=en] {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-member-card__position [lang=en] {
    font-size: 2.9333333333vw;
  }
}
.p-member-card__position span + span {
  margin-left: 8px;
  margin-left: 0.8rem;
}
@media screen and (max-width: 900px) {
  .p-member-card__position span + span {
    margin-left: 1.0666666667vw;
  }
}

.p-member-detail {
  display: none;
}

.p-member-modal[hidden] {
  display: none;
}
.p-member-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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;
  padding: 24px;
  padding: 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-member-modal {
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 560px) {
  .p-member-modal {
    padding: 2.1333333333vw;
  }
}
.p-member-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 2, .8);
}
.p-member-modal__panel {
  position: relative;
  width: min(1080px, 100%);
  width: min(108rem, 100%);
  max-height: min(88vh, 820px);
  max-height: min(88vh, 82rem);
  background: rgba(255, 255, 255, .7);
  border-radius: 30px;
  padding: 0;
  overflow: auto;
  z-index: 1;
  -webkit-box-shadow: 0 2.4rem 6.4rem rgba(0, 0, 0, .24);
          box-shadow: 0 2.4rem 6.4rem rgba(0, 0, 0, .24);
  -webkit-animation: member-modal-float 0.28s ease-out;
          animation: member-modal-float 0.28s ease-out;
}
.p-member-modal__close {
  position: absolute;
  top: 16px;
  top: 1.6rem;
  right: 16px;
  right: 1.6rem;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #10069F;
  cursor: pointer;
}
.p-member-modal__close::before, .p-member-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  width: 3.4rem;
  height: 2px;
  background-color: currentColor;
}
.p-member-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-member-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-member-modal__layout {
  display: grid;
  grid-template-columns: 36.6rem minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 900px) {
  .p-member-modal__layout {
    grid-template-columns: 37.3333333333vw minmax(0, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-member-modal__layout {
    grid-template-columns: 1fr;
  }
}
.p-member-modal__left {
  width: 100%;
  overflow: hidden;
}
.p-member-modal__right {
  padding: 48px;
  padding: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-member-modal__right {
    padding: 4.2666666667vw;
  }
}
@media screen and (max-width: 560px) {
  .p-member-modal__right {
    padding: 3.2vw 2.1333333333vw 2.6666666667vw;
  }
}
.p-member-modal__image {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem 0 0 1.2rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-member-modal__name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .p-member-modal__name {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 560px) {
  .p-member-modal__name {
    padding-right: 4.8vw;
  }
}
.p-member-modal__position {
  margin-top: 6px;
  margin-top: 0.6rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .p-member-modal__position {
    font-size: 2.9333333333vw;
  }
}
.p-member-modal__position [lang=en] {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 8px;
  margin-left: 0.8rem;
}
@media screen and (max-width: 900px) {
  .p-member-modal__position [lang=en] {
    font-size: 2.9333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.p-member-modal__bio {
  margin-top: 27px;
  margin-top: 2.7rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: -0.02em;
  max-height: 300px;
  max-height: 30rem;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  .p-member-modal__bio {
    margin-top: 3.6vw;
    font-size: 2.9333333333vw;
    max-height: unset;
    overflow-y: unset;
  }
}

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

@-webkit-keyframes member-modal-float {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.2rem) scale(0.98);
            transform: translateY(1.2rem) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes member-modal-float {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.2rem) scale(0.98);
            transform: translateY(1.2rem) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 901px) {
  .p-member__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-column-gap: clamp(24px, 2.5vw, 40px);
       -moz-column-gap: clamp(24px, 2.5vw, 40px);
            column-gap: clamp(24px, 2.5vw, 40px);
    row-gap: 64px;
  }
  .p-member__item {
    width: 100%;
  }
  .p-member-card__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 164/205;
  }
  .p-member-card__overlay {
    padding: clamp(16px, 1.6vw, 24px);
  }
  .p-member-card__name {
    padding-right: 2.6rem;
    font-size: clamp(16px, 1.45vw, 20px);
  }
  .p-member-card__name::before {
    width: 2rem;
  }
  .p-member-card__name::after {
    right: calc(1rem - 0.5px);
    height: 2rem;
  }
  .p-member-card__position {
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1.45;
  }
  .p-member-card__position [lang=en] {
    font-size: clamp(11px, 1vw, 13px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-member__list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 56px;
  }
  .p-member-card__overlay {
    padding: 18px;
  }
}
@media screen and (max-width: 900px) {
  .p-member__title {
    margin: 23.0666666667vw 0 3.2vw;
  }
  .p-member__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    row-gap: 5.3333333333vw;
  }
  .p-member__item {
    width: 100%;
  }
  .p-member-card__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 164/205;
  }
  .p-member-card__overlay {
    padding: 2.1333333333vw;
  }
  .p-member-card__name {
    padding-right: 3.2vw;
    font-size: clamp(12px, 2.6666666667vw, 14px);
  }
  .p-member-card__name::before {
    width: 2.4vw;
  }
  .p-member-card__name::after {
    right: calc(1.2vw - 0.5px);
    height: 2.4vw;
  }
  .p-member-card__position {
    margin-top: 0.5333333333vw;
    font-size: clamp(10px, 2.1333333333vw, 12px);
  }
  .p-member-card__position [lang=en] {
    font-size: clamp(10px, 2.1333333333vw, 12px);
  }
  .p-member-modal {
    padding: 2.6666666667vw;
  }
  .p-member-modal__panel {
    max-height: 90vh;
  }
  .p-member-modal__layout {
    grid-template-columns: 37.3333333333vw minmax(0, 1fr);
  }
  .p-member-modal__right {
    padding: 4.2666666667vw;
  }
}
@media screen and (max-width: 560px) {
  .p-member__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-member-card__image-wrap {
    aspect-ratio: 164/205;
  }
  .p-member-card__overlay {
    padding: 2.1333333333vw;
  }
  .p-member-card__name {
    padding-right: 3.2vw;
    font-size: clamp(12px, 2.6666666667vw, 14px);
  }
  .p-member-card__name::before {
    width: 2.4vw;
  }
  .p-member-card__name::after {
    right: calc(1.2vw - 0.5px);
    height: 2.4vw;
  }
  .p-member-card__position {
    margin-top: 0.5333333333vw;
    font-size: clamp(10px, 2.1333333333vw, 12px);
  }
  .p-member-card__position [lang=en] {
    font-size: clamp(10px, 2.1333333333vw, 12px);
  }
}
@media screen and (max-width: 560px) and (max-width: 359px) {
  .p-member__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .p-member-modal {
    padding: 2.1333333333vw;
  }
  .p-member-modal__panel {
    max-height: 92vh;
  }
  .p-member-modal__close {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .p-member-modal__layout {
    grid-template-columns: 1fr;
  }
  .p-member-modal__image {
    height: auto;
    aspect-ratio: 366/549;
  }
  .p-member-modal__right {
    padding: 3.2vw 2.1333333333vw 2.6666666667vw;
  }
  .p-member-modal__name {
    padding-right: 4.8vw;
  }
}
.p-contact {
  padding-bottom: 200px;
  padding-bottom: 20rem;
}
.p-contact__subtitle {
  font-size: max(28px, 35px);
  font-size: max(28px, 3.5rem);
  line-height: 1.4857142857;
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 900px) {
  .p-contact__subtitle {
    font-size: 4.6666666667vw;
  }
}
.p-contact__form {
  max-width: 1200px;
  margin-inline: auto;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 3rem;
  margin-top: 45px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.p-contact__item.-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__item.-column .p-contact__data {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
  width: 365px;
  width: 36.5rem;
}
@media screen and (max-width: 900px) {
  .p-contact__title {
    width: 100%;
    font-size: 2.9333333333vw;
  }
}
.p-contact__title.-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__title .-text {
  width: calc(100% - 50px);
}
.p-contact__rec {
  font-size: max(12px, 12px);
  font-size: max(12px, 1.2rem);
  font-weight: 400;
  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;
  border-radius: 5rem;
  width: 50px;
  height: 26px;
  background-color: #10069F;
  color: #fff;
}
.p-contact__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: calc(100% - 39.5rem);
}
@media screen and (max-width: 900px) {
  .p-contact__data {
    width: 100%;
  }
}
.p-contact__data .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact__mediatext {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-contact__mediatext {
    font-size: 2.9333333333vw;
  }
}
.p-contact__mediatext a {
  text-decoration: underline;
}
.p-contact .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  font-size: max(14px, 18px);
  font-size: max(14px, 1.8rem);
  line-height: 1.4;
  padding-block: 17.4px;
  padding-block: 1.74rem;
  padding-inline: 20px 45px;
  padding-inline: 2rem 4.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-position: right 2rem center;
  background-size: 10px 6px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-contact .wpcf7-select {
    font-size: 2.9333333333vw;
  }
}
.p-contact__input {
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  font-size: max(14px, 18px);
  font-size: max(14px, 1.8rem);
  line-height: 1;
  padding-block: 21px;
  padding-block: 2.1rem;
  padding-inline: 20px;
  padding-inline: 2rem;
}
@media screen and (max-width: 900px) {
  .p-contact__input {
    font-size: 2.9333333333vw;
  }
}
.p-contact__input.-textarea {
  height: 234px;
  height: 23.4rem;
}
.p-contact__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 17px 0;
}
@media screen and (max-width: 900px) {
  .p-contact__check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact__check .wpcf7-list-item {
  font-size: 15px;
  font-weight: 400;
  margin: unset;
}
@media screen and (max-width: 900px) {
  .p-contact__check .wpcf7-list-item {
    margin-top: 0;
  }
  .p-contact__check .wpcf7-list-item:not(:first-child) {
    margin-top: 1.6vw;
  }
}
.p-contact__check input[type=checkbox] {
  display: none;
}
.p-contact__check .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 900px) {
  .p-contact__check .wpcf7-list-item-label {
    display: inline-block;
    font-size: 2.9333333333vw;
  }
}
.p-contact__check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  background-color: transparent;
}
.p-contact__check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 12px;
  left: 1.2rem;
  top: 48%;
  width: 8px;
  height: 12px;
  border: solid #10069F;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-contact .wpcf7-form-control-wrap[data-name=acceptance] {
  display: block;
  margin-top: 160px;
  margin-top: 16rem;
  font-size: max(14px, 18px);
  font-size: max(14px, 1.8rem);
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-contact .wpcf7-form-control-wrap[data-name=acceptance] {
    margin-top: 16vw;
    font-size: 2.9333333333vw;
  }
}
.p-contact .wpcf7-form-control-wrap[data-name=acceptance] input[type=checkbox] {
  display: none;
}
.p-contact .wpcf7-form-control-wrap[data-name=acceptance] .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 300;
}
.p-contact .wpcf7-form-control-wrap[data-name=acceptance] .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  background-color: transparent;
}
.p-contact .wpcf7-form-control-wrap[data-name=acceptance] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 12.5px;
  left: 1.25rem;
  top: 48%;
  width: 8px;
  height: 12px;
  border: solid #10069F;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-contact__lead {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 400;
  text-align: center;
  margin-top: 38px;
}
.p-contact__submit {
  background-color: #10069F;
  color: #fff;
  border: 1px solid #10069F;
  border: 0.1rem solid #10069F;
  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;
  max-width: 176px;
  height: 45px;
  width: 100%;
  font-size: max(18px, 18px);
  font-size: max(18px, 1.8rem);
  font-weight: 700;
  margin: 120px auto 0;
  margin: 12rem auto 0;
  text-align: center;
  position: relative;
  border-radius: 5rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-contact__submit {
    margin-top: 16vw;
  }
}
.p-contact__submit:hover {
  background-color: #fff;
  color: #10069F;
  opacity: 1;
}
.p-contact__submit input {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-contact__submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-contact__submit {
    font-size: 2.9333333333vw;
  }
}
.p-contact .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-not-valid-tip {
  font-size: 1.4em !important;
  margin-top: 1em;
}

.wpcf7-response-output {
  white-space: pre-line;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: -0.03em;
  font-weight: 300;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: unset;
}

.p-contact .wpcf7 form .wpcf7-response-output {
  color: #000000;
}

.p-healthcare {
  padding: 0 0 120px;
  padding: 0 0 12rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-healthcare {
    padding: 0 0 10.6666666667vw;
  }
}
.p-healthcare__title {
  font-size: max(30px, 35px);
  font-size: max(30px, 3.5rem);
  font-weight: 400;
  line-height: 1.4857142857;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__title {
    font-size: 4.6666666667vw;
    margin-bottom: 2vw;
  }
}
.p-healthcare__subsection {
  margin-top: 88px;
  margin-top: 8.8rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__subsection {
    margin-top: 2.6666666667vw;
  }
}
.p-healthcare__subheading {
  font-size: max(18px, 24px);
  font-size: max(18px, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__subheading {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-healthcare__body, .p-healthcare__note {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-healthcare__body, .p-healthcare__note {
    font-size: 2.9333333333vw;
  }
}
.p-healthcare__body {
  margin-top: 18px;
  margin-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__body {
    margin-top: 2.6666666667vw;
  }
}
.p-healthcare__body--lead {
  margin-top: 40px;
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__body--lead {
    margin-top: 5.3333333333vw;
  }
}
.p-healthcare__body--closing {
  margin-top: 88px;
  margin-top: 8.8rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__body--closing {
    margin-top: 11.7333333333vw;
  }
}
.p-healthcare__bullet-list {
  list-style: none;
}
.p-healthcare__bullet-item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  padding-left: 16px;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-healthcare__bullet-item {
    font-size: 2.9333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.p-healthcare__bullet-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-healthcare__bullet-item + .p-healthcare__bullet-item {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__bullet-item + .p-healthcare__bullet-item {
    margin-top: 0.6666666667vw;
  }
}
.p-healthcare__note {
  margin-top: 81px;
  margin-top: 8.1rem;
}
@media screen and (max-width: 900px) {
  .p-healthcare__note {
    margin-top: 10.6666666667vw;
  }
}

.p-english-follows {
  padding: 0 0 120px;
  padding: 0 0 12rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-english-follows {
    padding: 0 0 10.6666666667vw;
  }
}
.p-english-follows__section + .p-english-follows__section {
  margin-top: 170px;
  margin-top: 17rem;
}
.p-english-follows__title {
  font-size: max(30px, 35px);
  font-size: max(30px, 3.5rem);
  font-weight: 400;
  line-height: 1.4857142857;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__title {
    font-size: 4.6666666667vw;
    margin-bottom: 2vw;
  }
}
.p-english-follows__subsection {
  margin-top: 88px;
  margin-top: 8.8rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__subsection {
    margin-top: 2.6666666667vw;
  }
}
.p-english-follows__subheading {
  font-size: max(18px, 24px);
  font-size: max(18px, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__subheading {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-english-follows__body, .p-english-follows__note {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .p-english-follows__body, .p-english-follows__note {
    font-size: 2.9333333333vw;
  }
}
.p-english-follows__body {
  margin-top: 18px;
  margin-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__body {
    margin-top: 2.6666666667vw;
  }
}
.p-english-follows__body span {
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
}
.p-english-follows__body--lead {
  margin-top: 40px;
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__body--lead {
    margin-top: 5.3333333333vw;
  }
}
.p-english-follows__body--closing {
  margin-top: 88px;
  margin-top: 8.8rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__body--closing {
    margin-top: 11.7333333333vw;
  }
}
.p-english-follows__bullet-list {
  list-style: none;
}
.p-english-follows__bullet-item {
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  line-height: 2;
  letter-spacing: -0.03em;
  font-weight: 300;
  padding-left: 16px;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-english-follows__bullet-item {
    padding-left: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}
.p-english-follows__bullet-item a {
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-english-follows__bullet-item a {
    word-wrap: anywhere;
    word-break: break-all;
  }
}
.p-english-follows__bullet-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-english-follows__bullet-item + .p-english-follows__bullet-item {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__bullet-item + .p-english-follows__bullet-item {
    margin-top: 0.6666666667vw;
  }
}
.p-english-follows__note {
  margin-top: 81px;
  margin-top: 8.1rem;
}
@media screen and (max-width: 900px) {
  .p-english-follows__note {
    margin-top: 10.6666666667vw;
  }
}

.p-company {
  font-weight: 400;
  padding-bottom: 200px;
  padding-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .p-company {
    padding: 0 5.0666666667vw 26.6666666667vw;
  }
}
.p-company__message {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-top: 150px;
  margin-top: 15rem;
}
@media screen and (max-width: 900px) {
  .p-company__message {
    font-size: 6.6666666667vw;
    margin-top: 20vw;
  }
}
.p-company__message .-en {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  color: #10069F;
  line-height: 1.48;
}
@media screen and (max-width: 900px) {
  .p-company__message .-en {
    font-size: 3.3333333333vw;
  }
}
.p-company__message .-ja {
  display: block;
  margin-top: 9px;
  margin-top: 0.9rem;
}
@media screen and (max-width: 900px) {
  .p-company__message .-ja {
    margin-top: 1.2vw;
  }
}
.p-company__overview {
  background: #fff;
  max-width: 1500px;
  margin: 150px auto 0;
  margin: 15rem auto 0;
  padding: 110px;
  padding: 11rem;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 900px) {
  .p-company__overview {
    margin: 7.3333333333vw auto 0;
    padding: 7.3333333333vw;
    border-radius: 4vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-company__overview {
    width: calc(100vw - 166px);
    max-width: 1200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-company__overview-title {
  margin-bottom: 83px;
  margin-bottom: 8.3rem;
  font-size: 61px;
  font-size: 6.1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.8360655738;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-company__overview-title {
    margin-bottom: 11.0666666667vw;
    font-size: 8.1333333333vw;
  }
}
.p-company__overview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  max-width: 1280px;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 900px) {
  .p-company__overview-inner {
    display: block;
  }
}
.p-company__overview table {
  width: calc(50% - 2rem);
  table-layout: fixed;
}
@media screen and (max-width: 900px) {
  .p-company__overview table {
    width: 100%;
    table-layout: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-company__overview table:nth-child(2n) {
    border-bottom: 1px solid #000000;
  }
}
.p-company__overview tr.-bb th, .p-company__overview tr.-bb td {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .p-company__overview tr.-bb th, .p-company__overview tr.-bb td {
    border-bottom: unset;
  }
}
.p-company__overview th,
.p-company__overview td {
  border-top: 1px solid #000000;
  padding: 25px 0 30px;
  padding: 2.5rem 0 3rem;
  font-weight: 200;
}
@media screen and (max-width: 900px) {
  .p-company__overview th,
  .p-company__overview td {
    padding: 3.3333333333vw 0 4vw;
    display: block;
    width: 100%;
  }
}
.p-company__overview th {
  padding-left: 10px;
  padding-left: 1rem;
  width: 135px;
  width: 13.5rem;
}
@media screen and (max-width: 900px) {
  .p-company__overview th {
    padding-left: 0;
    width: 100%;
  }
}
.p-company__overview th.p-company__overview-th {
  width: 165px;
  width: 16.5rem;
}
@media screen and (max-width: 900px) {
  .p-company__overview th.p-company__overview-th {
    width: 100%;
  }
}
.p-company__overview td li:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-company__overview td li:not(:first-child) {
    margin-top: 2.4vw;
  }
}
.p-company__overview td a {
  color: #10069F;
  text-decoration: underline;
}
.p-company__sponsors {
  margin-top: 200px;
  margin-top: 20rem;
}
@media screen and (max-width: 900px) {
  .p-company__sponsors {
    margin-top: 13.3333333333vw;
  }
}
.p-company__sponsors-title {
  margin-bottom: 83px;
  margin-bottom: 8.3rem;
  font-size: 61px;
  font-size: 6.1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.8360655738;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-company__sponsors-title {
    margin-bottom: 11.0666666667vw;
    font-size: 8.1333333333vw;
  }
}
.p-company__banner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  gap: 4rem;
  max-width: 1280px;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-company__banner-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6666666667vw;
  }
}
.p-company__banner-list.no1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-company__banner-list.no1 .p-company__banner-item {
    width: calc(50% - 2.66667vw);
  }
}
.p-company__banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  width: 400px;
  width: 40rem;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .p-company__banner-item {
    width: calc(100% - 1.33333vw);
  }
}
.p-company__banner-item img {
  width: 100%;
  height: auto;
}

.p-story {
  padding: 80px 0 0;
  padding: 8rem 0 0;
}
@media screen and (max-width: 900px) {
  .p-story {
    padding: 5.3333333333vw 0 0;
  }
}
.p-story__timeline {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 16rem 4rem 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  --line-thickness: 2px;
  --dot-size: 14px;
  --dot-size: 1.4rem;
  --fill-h: 0px;
  --active: #10069F;
  --inactive: #D8D5F0;
}
@media screen and (max-width: 900px) {
  .p-story__timeline {
    grid-template-columns: 8vw 3.2vw 1fr;
    -webkit-column-gap: 2.1333333333vw;
       -moz-column-gap: 2.1333333333vw;
            column-gap: 2.1333333333vw;
  }
}
.p-story__track {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/9999;
}
.p-story__line {
  position: absolute;
  top: 34px;
  top: 3.4rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-story__line {
    top: 2.13333vw;
  }
}
.p-story__line-fill {
  position: absolute;
  top: 34px;
  top: 3.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  background: #10069F;
  height: 0px;
  -webkit-transition: height 0.08s linear;
  transition: height 0.08s linear;
}
@media screen and (max-width: 900px) {
  .p-story__line-fill {
    top: 2.13333vw;
  }
}
.p-story__year-row {
  display: contents;
}
.p-story__year {
  grid-column: 1/2;
  font-family: "din-2014", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 4px;
  padding-top: 0.4rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-story__year.is-active {
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-story__year {
    font-size: 3.7333333333vw;
    padding-top: 0.5333333333vw;
  }
}
.p-story__entries {
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 6.4rem;
  padding-bottom: 115px;
  padding-bottom: 11.5rem;
}
.p-story__entries.-no-text {
  padding-bottom: 160px;
  padding-bottom: 16rem;
}
@media screen and (max-width: 900px) {
  .p-story__entries.-no-text {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .p-story__entries {
    gap: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
.p-story__entry {
  position: relative;
  padding-left: 55px;
  padding-left: 5.5rem;
}
.p-story__entry::before {
  left: -60px;
  left: -6rem;
  top: 13px;
  top: 1.3rem;
  width: 99px;
  width: 9.9rem;
}
.p-story__entry .p-story__dot {
  left: -60px;
  left: -6rem;
  top: 13px;
  top: 1.3rem;
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
}
@media screen and (max-width: 900px) {
  .p-story__entry {
    padding-left: 7.3333333333vw;
  }
  .p-story__entry::before {
    left: -3.7333333333vw;
    top: calc(0.8vw + 7px);
    width: 3.7333333333vw;
  }
  .p-story__entry .p-story__dot {
    left: -3.7333333333vw;
    top: calc(0.8vw + 7px);
    width: 14px;
    height: 14px;
  }
}
.p-story__entry::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.p-story__entry.-year-anchor::before {
  left: -60px;
  left: -6rem;
  top: 34px;
  top: 3.4rem;
  width: 99px;
  width: 9.9rem;
}
.p-story__entry.-year-anchor .p-story__dot {
  left: -60px;
  left: -6rem;
  top: 34px;
  top: 3.4rem;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-story__entry.-year-anchor::before {
    left: -3.7333333333vw;
    top: 1.4666666667vw;
    width: 3.7333333333vw;
  }
  .p-story__entry.-year-anchor .p-story__dot {
    left: -3.7333333333vw;
    top: 1.4666666667vw;
    width: 14px;
    height: 14px;
  }
}
.p-story__entries > .p-story__entry:first-child::before {
  left: -60px;
  left: -6rem;
  top: 34px;
  top: 3.4rem;
  width: 99px;
  width: 9.9rem;
}
.p-story__entries > .p-story__entry:first-child .p-story__dot {
  left: -60px;
  left: -6rem;
  top: 34px;
  top: 3.4rem;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-story__entries > .p-story__entry:first-child::before {
    left: -3.7333333333vw;
    top: 2.13333vw;
    width: 3.7333333333vw;
  }
  .p-story__entries > .p-story__entry:first-child .p-story__dot {
    left: -3.7333333333vw;
    top: 2.13333vw;
    width: 14px;
    height: 14px;
  }
}
.p-story__entry.is-active::before {
  background: #10069F;
}
.p-story__entry p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 900px) {
  .p-story__entry p {
    font-size: 2.9333333333vw;
  }
}
.p-story__entry.is-active p {
  color: #000000;
}
.p-story__dot {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  z-index: 2;
}
.is-active .p-story__dot {
  background: #10069F;
}
.p-story__date {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.is-active .p-story__date {
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-story__date {
    font-size: 2.9333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-story__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.is-active .p-story__title {
  color: #10069F;
}
@media screen and (max-width: 900px) {
  .p-story__title {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-story__images {
  margin-top: 34px;
  margin-top: 3.4rem;
}
@media screen and (max-width: 900px) {
  .p-story__images {
    margin-top: 4.5333333333vw;
  }
}
.p-story__images img {
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .p-story__images img {
    margin-bottom: 1.4666666667vw;
  }
}
.p-story__images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  gap: 3.8rem;
  margin-top: 63px;
  margin-top: 6.3rem;
  margin-bottom: 63px;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 900px) {
  .p-story__images-grid {
    gap: 5.0666666667vw;
    margin-top: 8.4vw;
    margin-bottom: 8.4vw;
  }
}
.p-story__caption {
  font-size: 13px;
  font-size: 1.3rem;
  color: #6b7280;
  margin-top: 8px;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-story__caption {
    font-size: 2.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.p-story__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  gap: 6.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-story__body .p-story__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-story__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.p-story__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-story {
    padding-top: 6rem;
  }
  .p-story__timeline {
    max-width: 1120px;
    grid-template-columns: 12rem 3rem 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .p-story__line, .p-story__line-fill {
    top: calc(0.4rem + 21px);
  }
  .p-story__year {
    font-size: 42px;
  }
  .p-story__entries {
    gap: 4.8rem;
    padding-bottom: 8rem;
  }
  .p-story__entries.-no-text {
    padding-bottom: 11rem;
  }
  .p-story__entry {
    padding-left: 4.8rem;
  }
  .p-story__entry::before {
    left: -4.5rem;
    top: 1.3rem;
    width: 8.5rem;
  }
  .p-story__entry .p-story__dot {
    left: -4.5rem;
    top: 1.3rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-story__entry.-year-anchor::before {
    left: -4.5rem;
    top: calc(0.4rem + 21px);
    width: 8.5rem;
  }
  .p-story__entry.-year-anchor .p-story__dot {
    left: -4.5rem;
    top: calc(0.4rem + 21px);
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-story__entries > .p-story__entry:first-child::before {
    left: -4.5rem;
    top: calc(0.4rem + 21px);
    width: 8.5rem;
  }
  .p-story__entries > .p-story__entry:first-child .p-story__dot {
    left: -4.5rem;
    top: calc(0.4rem + 21px);
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-story__date {
    margin-bottom: 0.6rem;
    font-size: 14px;
  }
  .p-story__title {
    margin-bottom: 1.2rem;
    font-size: 18px;
  }
  .p-story__entry p {
    font-size: 14px;
    line-height: 1.75;
  }
  .p-story__images {
    margin-top: 2.4rem;
  }
  .p-story__body {
    gap: 4.8rem;
  }
}

.p-culture {
  padding: 80px 0 200px;
  padding: 8rem 0 20rem;
}
@media screen and (max-width: 900px) {
  .p-culture {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}
.p-culture__title {
  font-family: "proxima-nova", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-culture__title {
    font-size: 8vw;
    margin-bottom: 6.4vw;
  }
}
.p-culture__subtitle {
  font-family: "proxima-nova", sans-serif;
  font-size: 106px;
  font-size: 10.6rem;
  font-weight: 400;
  line-height: 1.679245283;
  color: #10069F;
  margin-top: 117px;
  margin-top: 11.7rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-culture__subtitle {
    font-size: 7.2vw;
    line-height: 1.4;
    margin-top: 13.3333333333vw;
  }
}
.p-culture__desc {
  max-width: 938px;
  font-size: max(16px, 18px);
  font-size: max(16px, 1.8rem);
  font-weight: 400;
  line-height: 1.8888888889;
  letter-spacing: -0.03em;
  margin-top: 36px;
  margin-top: 3.6rem;
  margin-bottom: 126px;
  margin-bottom: 12.6rem;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-culture__desc {
    font-size: 2.9333333333vw;
    margin-top: 4.8vw;
    margin-bottom: 16.8vw;
  }
}
.p-culture__way {
  padding: 182px 0 182px;
  padding: 18.2rem 0 18.2rem;
  background-color: #E1E5E8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-culture__way {
    padding: 13.3333333333vw 0;
  }
}
.p-culture__way .p-culture__title {
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 900px) {
  .p-culture__way .p-culture__title {
    font-size: 8vw;
    margin-bottom: 6.4vw;
  }
}
.p-culture__way-inner {
  position: relative;
  padding-right: 0;
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-culture__way-inner {
    width: calc(100vw - 168px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .p-culture__way-inner {
    padding-right: 0;
  }
}
.p-culture .wayslider {
  width: 100%;
  height: 650px;
  height: 65rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-culture .wayslider {
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 900px) {
  .p-culture .wayslider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.1333333333vw;
  }
}
.p-culture__way.is-way-pin .wayslider .swiper-wrapper {
  display: grid;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}
.p-culture__way.is-way-pin .p-culture__way-item {
  grid-area: 1/1;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-culture__way.is-way-pin .p-culture__way-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-culture__way-item {
  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: 100%;
  max-width: 1100px;
  max-width: 110rem;
  margin: 0 auto;
  gap: 70px;
  gap: 7rem;
}
@media screen and (max-width: 900px) {
  .p-culture__way-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    opacity: 1 !important; /* 確実に表示 */
    visibility: visible !important; /* 確実に表示 */
    pointer-events: auto !important;
  }
  .p-culture__way-item:last-child {
    margin-bottom: 0;
  }
}
.p-culture__way-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 560px;
          flex: 0 1 560px;
  -ms-flex: 0 1 56rem;
      flex: 0 1 56rem;
  height: 489px;
  height: 48.9rem;
  overflow: hidden;
  border-radius: 3rem;
}
@media screen and (max-width: 900px) {
  .p-culture__way-image {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.p-culture__way-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
@media screen and (max-width: 900px) {
  .p-culture__way-image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 330/200;
  }
}
.p-culture__way-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 470px;
          flex: 0 1 470px;
  -ms-flex: 0 1 47rem;
      flex: 0 1 47rem;
  min-width: 0;
  max-width: 470px;
  max-width: 47rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 900px) {
  .p-culture__way-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.p-culture__way-content .p-culture__subtitle {
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-culture__way-content .p-culture__subtitle {
    font-size: 6.6666666667vw;
    margin-top: unset;
  }
}
.p-culture__way-content .p-culture__desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9444444444;
  color: #000;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .p-culture__way-content .p-culture__desc {
    font-size: 2.9333333333vw;
    line-height: 1.8571428571;
    margin-top: 0.8vw;
  }
}
.p-culture__way-num {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #10069F;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-culture__way-num {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .p-culture__way-pagination {
    display: none !important;
  }
}
.p-culture__di {
  max-width: 1600px;
  margin: 140px auto 0;
  margin: 14rem auto 0;
  padding: 100px 160px 130px;
  padding: 10rem 16rem 13rem;
  background-color: #10069F;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .p-culture__di {
    margin-top: 13.3333333333vw;
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw;
    border-radius: 4vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1439px) {
  .p-culture__di {
    width: calc(100vw - 168px);
    max-width: 1200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-culture__di .p-culture__title {
  margin-bottom: 74px;
  margin-bottom: 7.4rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .p-culture__di .p-culture__title {
    margin-bottom: 6.6666666667vw;
  }
}
.p-culture__di-desc p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .p-culture__di-desc p {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.p-culture__di-desc p + p {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .p-culture__di-desc p + p {
    margin-top: 2.6666666667vw;
  }
}
.p-culture__di-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
  gap: 7.8rem;
}
@media screen and (max-width: 900px) {
  .p-culture__di-body {
    display: block;
    gap: 10.4vw;
  }
}
.p-culture__di-video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-culture__di-video-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.p-culture__di-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-culture__di-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-culture__way-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  gap: 1rem;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-culture__way-pagination {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-culture__way-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 1;
  margin: 0 !important;
  display: block;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-culture__way-pagination .swiper-pagination-bullet {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.p-culture__way-pagination .swiper-pagination-bullet-active {
  background: #10069F;
}
.p-culture__links {
  margin-top: 89px;
  margin-top: 8.9rem;
}
@media screen and (max-width: 900px) {
  .p-culture__links {
    padding-top: 0;
    margin-top: 11.8666666667vw;
  }
}

.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-mb50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}

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

@media screen and (max-width: 900px) {
  .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: 900px) {
  .s-text-center {
    text-align: center;
  }
}

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

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

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .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: 900px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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