@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
}

img {
  vertical-align: bottom;
}

p {
  letter-spacing: 0.04em;
}

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

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1719px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9.8958333333vw;
  padding-right: 159px;
  padding-left: 196px;
}
@media screen and (max-width: 992px) {
  .l-inner {
    margin-top: 8.8vw;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-inner.-col_1 {
  padding-left: 365px;
}
@media screen and (max-width: 992px) {
  .l-inner.-col_1 {
    padding-left: 15px;
  }
}
.l-inner.-business {
  max-width: 1739px;
}

.l-header {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #2A4C75;
}
@media screen and (max-width: 1300px) {
  .l-header {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    width: 44px;
  }
}
.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: 1.01823vw 1.50521vw 1.01823vw 1.96875vw;
}
@media (max-width: 1400px) {
  .l-header__inner {
    padding: 1.1979166667vw 1.0416666667vw 1.1979166667vw 1.0416666667vw;
  }
}
.l-header__logo {
  width: 7.875vw;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #2A4C75;
  width: calc(100vw - 200px);
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  display: block !important;
  padding-right: 30px;
  padding-left: 130px;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .l-header__contents {
    width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 992px) {
  .l-header__contents {
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100vw - 44px);
  }
}
.l-header__contents.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__nav-body {
  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: 1662px;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__nav-body {
    margin-top: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .l-header__message {
    margin-top: 25.6vw;
  }
}
.l-header__message .-ja {
  font-size: 2.3958333333vw;
  font-weight: 700;
  line-height: 1.0869565217;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .l-header__message .-ja {
    font-size: 4.2666666667vw;
    line-height: 1.0625;
  }
}
.l-header__message .-en {
  font-size: 13.8541666667vw;
  font-weight: 700;
  font-family: "Marcellus", serif;
  line-height: 1.1278195489;
  color: #4e6888;
}
@media screen and (max-width: 992px) {
  .l-header__message .-en {
    margin-top: 1.8666666667vw;
    font-size: 17.8666666667vw;
    line-height: 1.1641791045;
  }
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    margin-left: 10.6666666667vw;
  }
}
.l-header__nav a {
  display: block;
  position: relative;
  padding-left: 1.40625vw;
  font-size: 1.09375vw;
  font-weight: 700;
  line-height: 1.4285714286;
}
.l-header__nav a:not(:first-child) {
  margin-top: 1.9270833333vw;
}
@media screen and (max-width: 992px) {
  .l-header__nav a:not(:first-child) {
    margin-top: 10.1333333333vw;
  }
}
@media screen and (max-width: 992px) {
  .l-header__nav a {
    padding-left: 6.4vw;
    font-size: 5.0666666667vw;
    line-height: 1.4210526316;
  }
}
.l-header__nav a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .l-header__nav a::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.l-header__navitem {
  display: block;
  position: relative;
  margin-top: 1.9270833333vw;
  padding-left: 1.40625vw;
  font-size: 1.09375vw;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__navitem {
    padding-left: 0;
    font-size: 5.0666666667vw;
    line-height: 1.4210526316;
  }
}
.l-header__navbutton {
  width: 8.23958vw;
  height: 2.77083vw;
  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: 2.6041666667vw;
  background-color: #06C96C;
  color: #fff;
  font-size: 0.80208vw;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "Marcellus", serif;
  border: 0.1041666667vw solid #06C96C;
}
.l-header__navbutton:hover {
  background-color: #fff;
  color: #06C96C;
  opacity: 1;
}
.l-header__navitem-wrap {
  position: relative;
  display: block;
}
@media screen and (max-width: 992px) {
  .l-header__navitem-wrap {
    margin-top: 10.1333333333vw;
  }
}
.l-header__nav .l-header__megamenu a {
  display: block;
  position: relative;
  margin-top: 0.9895833333vw;
  padding-left: 1.40625vw;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__nav .l-header__megamenu a {
    margin-top: 4.2666666667vw;
    padding-left: 6.4vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.l-header__nav .l-header__megamenu a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .l-header__nav .l-header__megamenu a::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.l-header__contact {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5.46875vw;
}
@media screen and (max-width: 992px) {
  .l-header__contact {
    bottom: 13.3333333333vw;
  }
}
.l-header__contact-item.-contact {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 992px) {
  .l-header__contact-item.-contact {
    margin-top: 6.4vw;
  }
}

.l-header2 {
  max-width: 81.3020833333vw;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .l-header2 {
    max-width: unset;
  }
}
.l-header2__logo {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .l-header2__logo {
    padding-left: 15px;
    margin-top: 2.9333333333vw;
  }
}
.l-header2__logo img {
  max-width: 16.6666666667vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .l-header2__logo img {
    max-width: 33.3333333333vw;
  }
}
@media screen and (max-width: 992px) {
  .l-header2__left {
    width: 100%;
  }
}
.l-header2__catch {
  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;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header2__catch {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .l-header2__catch-inner {
    padding: 0 15px 0 15px;
  }
}
.l-header2__catch-ja {
  /* clamp撤去 → vw化 */
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 992px) {
  .l-header2__catch-ja {
    margin-top: 6.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.l-header2__catch-en {
  margin-top: 1.5625vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .l-header2__catch-en {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.l-header2__catch-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 5.7291666667vw;
  width: 15.1041666667vw;
  height: 4.0104166667vw;
  padding: 0 3.125vw 0 2.0833333333vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 2.6041666667vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  line-height: 1.4583333333;
}
@media screen and (max-width: 992px) {
  .l-header2__catch-button {
    margin-top: 3.7333333333vw;
    padding: 0 5.3333333333vw;
    width: 46.6666666667vw;
    height: 10.4vw;
    border-radius: 13.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.9;
  }
}
.l-header2__catch-button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.9270833333vw;
  height: 1.9270833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .l-header2__catch-button::after {
    right: 4vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.l-header2__catch-button:hover {
  opacity: 0.7;
}
.l-header2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.34375vw;
  margin-right: 3.125vw;
}
@media screen and (max-width: 992px) {
  .l-header2__nav {
    display: none;
  }
}
.l-header2__nav-item {
  margin-left: 3.125vw;
}
.l-header2__nav-link {
  display: block;
  font-size: 0.7291666667vw;
  line-height: 1.4285714286;
  color: #fff;
}
.l-header2__megamenu {
  margin-top: 0.78125vw;
  padding-left: 0.5729166667vw;
  border-left: 1px solid #fff;
}
.l-header2__megamenu-link {
  display: block;
  margin-top: 0.625vw;
  font-size: 0.625vw;
  font-weight: 700;
  line-height: 1.4166666667;
  color: #fff;
}
.l-header2__top {
  background: url(../images/top/top-bg.jpg) no-repeat;
  width: 61%;
  max-width: 48.8541666667vw;
  height: 56.0416666667vw;
}
@media screen and (max-width: 992px) {
  .l-header2__top {
    display: none;
  }
}
.l-header2__sp-image {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header2__sp-image {
    display: block;
    margin-top: 6.6666666667vw;
  }
  .l-header2__sp-image img {
    width: 100%;
    height: auto;
  }
}
.l-header2__recruitment {
  background: url(../images/recruitment/recruitment-bg.jpg) no-repeat;
  width: 48.8541666667vw;
  height: 17.7083333333vw;
}
@media screen and (max-width: 768px) {
  .l-header2__recruitment {
    background: url(../images/recruitment/recruitment-bg_sp.jpg) no-repeat;
    width: 44vw;
    height: 28.8vw;
    background-size: cover;
  }
}
.l-header2__contact {
  background: url(../images/contact/contact-bg.jpg) no-repeat;
  width: 48.8541666667vw;
  height: 17.7083333333vw;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-header2__contact {
    background: url(../images/contact/contact-bg_sp.jpg) no-repeat;
    width: 44vw;
    height: 28.8vw;
    background-size: cover;
  }
}
.l-header2__case-study {
  background: url(../images/case-study/case-study-bg.jpg) no-repeat;
  width: 48.8541666667vw;
  height: 17.7083333333vw;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-header2__case-study {
    background: url(../images/case-study/case-study-bg_sp.jpg) no-repeat;
    width: 44vw;
    height: 28.8vw;
    background-size: cover;
  }
}
.l-header2__company {
  background: url(../images/company/company-bg.jpg) no-repeat;
  background-size: cover;
  width: 48.8541666667vw;
  height: 17.7083333333vw;
}
@media screen and (max-width: 768px) {
  .l-header2__company {
    background: url(../images/company/company-bg_sp.jpg) no-repeat;
    width: 44vw;
    height: 28.8vw;
    background-size: cover;
  }
}
.l-header2__business {
  background: url(../images/business/business-bg.jpg) no-repeat;
  background-size: cover;
  width: 48.8541666667vw;
  height: 17.7083333333vw;
}
@media screen and (max-width: 768px) {
  .l-header2__business {
    background: url(../images/business/business-bg_sp.jpg) no-repeat;
    width: 44vw;
    height: 28.8vw;
    background-size: cover;
  }
}

.l-footer {
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 1300px) {
  .l-footer {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-right: 44px;
  }
}
.l-footer__inner {
  max-width: 70.8333333333vw;
  margin-left: auto;
  padding: 6.25vw 9.4791666667vw 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    max-width: unset;
    margin-left: 0;
    padding: 16vw 15px 9.3333333333vw 15px;
  }
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    display: block;
  }
}
.l-footer__left {
  width: 35.5%;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    display: none;
  }
}
.l-footer__left img {
  width: 100%;
  height: auto;
}
.l-footer__contact {
  margin-top: 2.96875vw;
  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;
  height: 5.3125vw;
  background: #2A4C75;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
}
.l-footer__contact span {
  position: relative;
  z-index: 1;
  padding-left: 2.1875vw;
}
@media screen and (max-width: 768px) {
  .l-footer__contact span {
    padding-left: 7.2vw;
  }
}
.l-footer__contact span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.40625vw;
  height: 1.09375vw;
  background: url(../images/common/icon-mail.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-footer__contact span::before {
    width: 5.0666666667vw;
    height: 4vw;
  }
}
.l-footer__navwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .l-footer__navwrap {
    margin-left: 0;
  }
}
.l-footer__logo {
  margin-top: 0.7291666667vw;
}
@media (max-width: 992px) {
  .l-footer__logo {
    width: 100%;
    margin-top: unset;
    margin: 0 auto;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5%;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
    margin-top: unset;
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item {
    margin-top: 10.6666666667vw;
  }
}
.l-footer__nav-link {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    margin-top: 10.6666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
  }
}
.l-footer__nav-child {
  margin-top: 0.78125vw;
  padding-left: 0.5729166667vw;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-child {
    margin-top: 4vw;
    padding-left: 2.9333333333vw;
  }
}
.l-footer__nav-child-link {
  display: block;
  margin-top: 0.625vw;
  font-size: 0.625vw;
  font-weight: 700;
  line-height: 1.4166666667;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-child-link {
    margin-top: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.l-footer__address {
  font-size: 0.8333333333vw;
  line-height: 1.5;
  margin-top: 2.2395833333vw;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-top: 7.7333333333vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.l-footer__copy {
  font-size: 0.625vw;
  font-weight: 700;
  margin-top: 0.6770833333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 2.9333333333vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.l-footer__sp-head {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__sp-head {
    display: block;
  }
  .l-footer__sp-head .l-footer__contact {
    margin-top: 12vw;
    padding-left: 7.2vw;
    height: 19.4666666667vw;
    line-height: 1.4615384615;
    font-size: 3.4666666667vw;
  }
  .l-footer__sp-head .l-footer__contact::before {
    width: 5.0666666667vw;
    height: 4vw;
  }
  .l-footer__sp-head .l-footer__logo {
    display: block;
    width: 76%;
    margin: 8vw auto 0;
  }
  .l-footer__sp-head .l-footer__logo img {
    max-width: 100%;
    height: auto;
  }
}

.l-pageheader {
  height: 280px;
  margin-top: 101.8px;
}
@media screen and (max-width: 1000px) {
  .l-pageheader {
    margin-top: 81.8px;
  }
}
@media screen and (max-width: 768px) {
  .l-pageheader {
    height: 200px;
    margin-top: 72px;
  }
}
.l-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;
  position: relative;
  gap: 4.9px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .l-pageheader__title {
    padding-top: 60px;
    gap: 0;
  }
}
.l-pageheader__title.-herf::after {
  width: 28.125vw;
}
@media screen and (max-width: 768px) {
  .l-pageheader__title.-herf::after {
    width: 100px;
  }
}
.l-pageheader__title.-items::after {
  width: 34.84375vw;
}
@media screen and (max-width: 768px) {
  .l-pageheader__title.-items::after {
    width: 105px;
  }
}
.l-pageheader__title::after {
  position: absolute;
  content: "";
  background-color: #06C96C;
  left: 0;
  top: 0;
  width: 35.9375vw;
  height: 280px;
  z-index: -1;
  margin: 0 0 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .l-pageheader__title::after {
    width: 150px;
    height: 200px;
  }
}
.l-pageheader__title--lg {
  font-size: 80.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-pageheader__title--lg {
    font-size: 46px;
  }
}
.l-pageheader__title--sm {
  font-size: 15.4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.2727272727;
}
@media screen and (max-width: 768px) {
  .l-pageheader__title--sm {
    font-size: 16px;
  }
}

.l-wrapper {
  padding-bottom: 200px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 75px;
  }
}

.l-container {
  margin-right: 200px;
}
@media screen and (max-width: 1300px) {
  .l-container {
    margin-right: 100px;
  }
}
@media screen and (max-width: 992px) {
  .l-container {
    margin-right: 44px;
  }
}

.l-content {
  max-width: 1063px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8.4375vw;
}
@media screen and (max-width: 992px) {
  .l-content {
    margin-top: 14.6666666667vw;
    margin-left: 0;
  }
}
.l-content.-col_1 {
  max-width: 1194px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .l-content.-col_1 {
    margin-top: 0;
    margin-left: 0;
  }
}
.l-content.-business {
  max-width: 52.1354166667vw;
  margin-left: 5vw;
}
@media screen and (max-width: 992px) {
  .l-content.-business {
    max-width: unset;
    margin-left: 0;
  }
}
.l-content.-recruitment {
  max-width: 941px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .l-content.-recruitment {
    margin-top: 0;
    margin-left: 0;
  }
}

.l-sidebar {
  max-width: 7.2395833333vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .l-sidebar {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.l-sidebar.-business {
  max-width: 13.8541666667vw;
}
@media screen and (max-width: 992px) {
  .l-sidebar.-business {
    max-width: unset;
  }
}
.l-sidebar li:not(:first-child) {
  margin-top: 2.8125vw;
}
@media screen and (max-width: 992px) {
  .l-sidebar li:not(:first-child) {
    margin-top: 10.1333333333vw;
  }
}
.l-sidebar li.-active a {
  color: #2A4C75;
}
.l-sidebar a {
  position: relative;
  z-index: 0;
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.4230769231;
  padding-left: 1.8229166667vw;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .l-sidebar a {
    padding-left: 5.8666666667vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
.l-sidebar a.-active {
  color: #2A4C75;
}
.l-sidebar a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-side-arrow.svg) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .l-sidebar a::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}
@media screen and (max-width: 992px) {
  .l-sidebar__cat-list.-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -6.4vw;
  }
  .l-sidebar__cat-list.-home li {
    margin-top: 6.4vw;
    width: 50%;
  }
  .l-sidebar__cat-list.-home li:not(:first-child) {
    margin-top: 6.4vw;
  }
  .l-sidebar__cat-list.-home a {
    padding-left: 5.8666666667vw;
  }
}

.l-title {
  max-width: 1719px;
  margin-left: auto;
  padding-right: 159px;
  padding-left: 196px;
}
@media screen and (max-width: 992px) {
  .l-title {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-burger {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 33px;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-burger {
    top: 16px;
    width: 27px;
    height: 27px;
  }
}
.c-burger__border {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-burger__border {
    width: 10px;
  }
}
.c-burger__border--top {
  top: 23px;
}
@media screen and (max-width: 768px) {
  .c-burger__border--top {
    top: 10px;
  }
}
.c-burger__border--mid {
  top: 27px;
}
@media screen and (max-width: 768px) {
  .c-burger__border--mid {
    top: 12px;
  }
}
.c-burger__border--bottom {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .c-burger__border--bottom {
    top: 14px;
  }
}
.c-burger.active .c-burger__border--top {
  top: 19px;
  left: 23px;
  rotate: -45deg;
}
@media screen and (max-width: 768px) {
  .c-burger.active .c-burger__border--top {
    top: 9px;
    left: 11px;
  }
}
.c-burger.active .c-burger__border--mid {
  opacity: 0;
}
.c-burger.active .c-burger__border--bottom {
  top: 33px;
  left: 24px;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .c-burger.active .c-burger__border--bottom {
    top: 16px;
    left: 11px;
  }
}

.c-top-title {
  font-size: 3.125vw;
  font-family: "Marcellus", serif;
  line-height: 1.2;
  color: #2A4C75;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-top-title {
    font-size: 8.2666666667vw;
    line-height: 1.2580645161;
  }
}

.c-page-title {
  margin-top: 56px;
}
.c-page-title__ja {
  display: block;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 992px) {
  .c-page-title__ja {
    font-size: 8.2666666667vw;
    line-height: 1.4516129032;
  }
}
.c-page-title__en {
  display: block;
  font-size: 2.1354166667vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.243902439;
}
@media screen and (max-width: 992px) {
  .c-page-title__en {
    font-size: 5.6vw;
    line-height: 1.2380952381;
  }
}

.scroll-wrapper {
  position: absolute;
  left: 0;
  top: 13.1770833333vw;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .scroll-wrapper {
    top: 28.8vw;
  }
}

.scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  will-change: transform;
}

.c-company-title {
  font-size: 13.8541666667vw;
  font-family: "Marcellus", serif;
  color: #EFEFEF;
  line-height: 1.2518796992;
  z-index: -1;
  white-space: nowrap;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .c-company-title {
    font-size: 19.4666666667vw;
    line-height: 1.2465753425;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-category-title {
  margin-bottom: 44px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
}

.c-title {
  position: relative;
  padding-left: 32px;
}
.c-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px; /* 線の太さ */
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2A4C75), color-stop(50%, #2A4C75), color-stop(50%, #B5B5B5), to(#B5B5B5));
  background: linear-gradient(to bottom, #2A4C75 0%, #2A4C75 50%, #B5B5B5 50%, #B5B5B5 100%);
}
.c-title .-ja {
  display: block;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 992px) {
  .c-title .-ja {
    font-size: 6.1333333333vw;
    line-height: 1.4782608696;
  }
}
.c-title .-en {
  display: block;
  margin-top: 10px;
  font-size: 1.25vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .c-title .-en {
    font-size: 4.8vw;
    line-height: 1.2777777778;
  }
}

.c-itemslider {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 992px) {
  .c-itemslider {
    margin-top: 12vw;
  }
}
.c-itemslider .itemswiper {
  margin: 0 calc(50% - 50vw) 0 0;
}
.c-itemslider__item {
  width: 19.9479166667vw;
}
@media screen and (max-width: 768px) {
  .c-itemslider__item {
    width: 65.8666666667vw;
  }
}
.c-itemslider__num {
  font-size: 1.5625vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.2333333333;
}
@media screen and (max-width: 992px) {
  .c-itemslider__num {
    font-size: 4.5333333333vw;
    line-height: 1.2941176471;
  }
}
.c-itemslider__cat {
  display: inline-block;
  margin-top: 1.09375vw;
  padding: 0.2604166667vw 1.09375vw;
  border-radius: 1.0416666667vw;
  background-color: #A8A8A8;
  font-size: 0.6770833333vw;
  font-weight: 700;
  line-height: 1.4615384615;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .c-itemslider__cat {
    font-size: 3.4666666667vw;
    line-height: 1.4285714286;
    padding: 1.3333333333vw 5.6vw;
    border-radius: 5.3333333333vw;
  }
}
.c-itemslider__title {
  margin-top: 0.46875vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 992px) {
  .c-itemslider__title {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.c-itemslider__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.46875vw;
  font-size: 0.8333333333vw;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .c-itemslider__text {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}
.c-itemslider__thumbnail {
  margin-top: 0.3645833333vw;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-itemslider__thumbnail {
    margin-top: 1.8666666667vw;
  }
}
.c-itemslider__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/63;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-itemslider__top {
  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;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top {
    margin: 12vw auto 6.6666666667vw;
  }
}
.c-itemslider__top .swiper-button-next,
.c-itemslider__top .swiper-button-prev {
  position: unset;
  width: 3.75vw;
  height: 3.75vw;
  margin-top: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.c-itemslider__top .swiper-button-next img,
.c-itemslider__top .swiper-button-prev img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top .swiper-button-next,
  .c-itemslider__top .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.c-itemslider__top .swiper-button-next:hover,
.c-itemslider__top .swiper-button-prev:hover {
  color: #06C96C;
}
.c-itemslider__top .swiper-button-next:hover .bg,
.c-itemslider__top .swiper-button-prev:hover .bg {
  fill: #fff;
}
.c-itemslider__top .swiper-button-next {
  margin-left: 1.3541666667vw;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top .swiper-button-next {
    margin-left: 3.7333333333vw;
  }
}
.c-itemslider__top .swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-itemslider__top .swiper-button-next:after,
.c-itemslider__top .swiper-rtl .swiper-button-prev:after,
.c-itemslider__top .swiper-button-prev:after,
.c-itemslider__top .swiper-rtl .swiper-button-next:after {
  position: unset;
  content: none;
}
.c-itemslider__top .swiper-pagination {
  position: 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;
  gap: 1.16667vw;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top .swiper-pagination {
    gap: 4vw;
  }
}
.c-itemslider__top .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.36458vw;
  height: 0.36458vw;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top .swiper-pagination-bullet {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}
.c-itemslider__top .swiper-pagination-bullet-active {
  position: relative;
}
.c-itemslider__top .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.02083vw;
  height: 1.02083vw;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 992px) {
  .c-itemslider__top .swiper-pagination-bullet-active::after {
    width: 5.22667vw;
    height: 5.22667vw;
  }
}

.c-links {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.c-links__item {
  width: calc(50% - 4.25px);
  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;
  min-height: 252px;
  background-position: center;
  background-size: cover;
  padding-bottom: 7px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-links__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background-image: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-links__item {
    width: 100%;
    min-height: 160px;
    padding-bottom: unset;
  }
}
.c-links__item:hover {
  opacity: 1;
}
.c-links__item:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-links__item.-permission::after {
  background-image: url(../images/common/links-permission.webp);
}
.c-links__item.-sustainability::after {
  background-image: url(../images/common/links-sustainability.webp);
}
.c-links__item.-permission2::after {
  background-image: url(../images/common/links-permission2.webp);
}
.c-links__item.-factory::after {
  background-image: url(../images/common/links-factory.webp);
}
.c-links__contents {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6px;
}
.c-links__contents--en {
  font-size: 55.3px;
  line-height: 0.8860759494;
  font-weight: 500;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1920px) and (min-width: 769px) {
  .c-links__contents--en {
    font-size: 4.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-links__contents--en {
    font-size: 40px;
  }
}
.c-links__contents--ja {
  font-size: 20.3px;
  line-height: 1.1724137931;
  font-weight: 700;
}
@media (max-width: 1920px) and (min-width: 769px) {
  .c-links__contents--ja {
    font-size: 1.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-links__contents--ja {
    font-size: 20px;
  }
}

.c-bread {
  margin: 40px calc(50% - 50vw) 0 0;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 910px;
}
.c-bread::-webkit-scrollbar {
  display: none;
}
.c-bread__inner {
  margin-top: -19px;
  padding: 0 16px 0 0;
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.c-bread__inner a, .c-bread__inner .current-item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-bread__inner > span:not(:first-of-type) span {
  position: relative;
  padding-left: 20px;
  margin-left: 13px;
}
.c-bread__inner > span:not(:first-of-type) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  width: 7px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-bread__inner > span:not(:first-of-type) span.current-item {
  color: #06C96C;
}
.c-bread__inner > span:not(:first-of-type) span.current-item::after {
  background-color: #06C96C;
}

.c-contactlink {
  margin: 109.2px -56px 109.9px;
  height: 238px;
  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;
  position: relative;
  border: 2px solid #06C96C;
  color: #fff;
}
@media (max-width: 1358px) {
  .c-contactlink {
    margin: 93px -20px 97px;
  }
}
@media screen and (max-width: 768px) {
  .c-contactlink {
    height: 200px;
    margin: 45px -20px 45px;
  }
}
.c-contactlink::after {
  position: absolute;
  content: "";
  background-color: #06C96C;
  max-width: 1360px;
  width: 100%;
  height: 238px;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-contactlink::after {
    height: 200px;
  }
}
.c-contactlink:hover {
  opacity: 1;
  color: #06C96C;
}
.c-contactlink:hover::after {
  background-color: #fff;
}
.c-contactlink:hover .c-contactlink__title {
  color: #06C96C;
}
.c-contactlink__inner {
  max-width: 868px;
  width: 100%;
  padding: 0 14px 7px;
  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;
}
.c-contactlink__inner svg {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-contactlink__inner svg {
    width: 70px;
    height: 71px;
  }
}
.c-contactlink__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5px;
  gap: 2.8px;
}
.c-contactlink__title--en {
  font-size: 40.6px;
  line-height: 1.0689655172;
  font-weight: 500;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
  .c-contactlink__title--en {
    font-size: 30px;
  }
}
.c-contactlink__title--ja {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-contactlink__title--ja {
    font-size: 16px;
  }
}

.c-pagenation {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .c-pagenation {
    margin-top: 42px;
  }
}
.c-pagenation .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: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.c-pagenation .current,
.c-pagenation .page {
  width: 32px;
  height: 32px;
  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: 50%;
  font-size: 13;
  font-weight: 700;
  line-height: 1.4615384615;
}
.c-pagenation .current {
  background-color: #2A4C75;
  color: #fff;
}
.c-pagenation .page {
  background-color: #A2BAD8;
  color: #fff;
}

/* ===== Component: c-card ===== */
.c-card-list {
  --gap-x: 7.03125vw; /* ← ここで文字列化して代入 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 var(--gap-x);
  margin-top: -5.2083333333vw;
}
@media screen and (max-width: 992px) {
  .c-card-list {
    margin-top: -16vw;
  }
}

.c-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--gap-x)) / 2);
          flex: 0 0 calc((100% - var(--gap-x)) / 2);
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 992px) {
  .c-card {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 16vw;
  }
}

.c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

/* サムネはアスペクト比維持（16:9ベース）。必要なら比率変更OK */
.c-card__thumb {
  position: relative;
  width: 100%;
  margin-top: 0.6770833333vw;
  padding-top: 82.75%; /* 16:9 */
  background: #f5f5f5;
  overflow: hidden;
}
.c-card__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* カテゴリー小バッジ */
.c-card__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625vw;
  line-height: 1.4166666667;
  border: 1px solid #707070;
  border-radius: 1.6666666667vw;
  padding: 0.625vw 1.5625vw;
}
@media screen and (max-width: 992px) {
  .c-card__cat {
    font-size: 3.2vw;
    border-radius: 8.5333333333vw;
    padding: 3.2vw 8vw;
  }
}

/* タイトル */
.c-card__title {
  margin-top: 0.8333333333vw;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 992px) {
  .c-card__title {
    font-size: 6.9333333333vw;
    line-height: 1.4230769231;
  }
}

/* 抜粋 */
.c-card__excerpt {
  margin-top: 0.4166666667vw;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .c-card__excerpt {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}

/* メタ（費用感・納入期限） */
.c-card__meta-row {
  margin-top: 0.8333333333vw; /* カード下部に寄せる */
}

.c-card__meta-label {
  margin-bottom: 0.3125vw;
  padding-bottom: 0.4166666667vw;
  border-bottom: 1px solid #E0E0E0;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 992px) {
  .c-card__meta-label {
    margin-bottom: 1.6vw;
    padding-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}

.c-card__meta-value {
  font-size: 0.8333333333vw;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .c-card__meta-value {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}

.c-form {
  border-top: dotted 1px #000000;
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  border-bottom: dotted 1px #000000;
  padding: 21.7px 0;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15.5px 0;
  }
}
.c-form__item.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 21.7px 0 28px;
}
@media screen and (max-width: 768px) {
  .c-form__item.-top {
    padding: 15.5px 0;
  }
}
.c-form__item.-top .c-form__title {
  margin-top: 12.6px;
}
@media screen and (max-width: 768px) {
  .c-form__item.-top .c-form__title {
    margin-top: unset;
  }
}
.c-form__title {
  font-size: 16px;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .c-form__title {
    width: 100%;
    font-size: 14px;
  }
}
.c-form__input, .c-form__textarea {
  border: 1px solid #000000;
  max-width: 420px;
  width: 100%;
  padding: 7px 7px;
}
@media screen and (max-width: 768px) {
  .c-form__input, .c-form__textarea {
    max-width: unset;
  }
}
.c-form__input {
  min-height: 45.5px;
}
.c-form__textarea {
  min-height: 150.5px;
}
.c-form__radiowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30.8px;
  margin: 12.6px 3.5px;
}
@media screen and (max-width: 768px) {
  .c-form__radiowrap {
    -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;
    width: 100%;
    gap: 10px;
    margin: 9px 2.5px;
  }
}
.c-form__radiowrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__radiowrap label {
    font-size: 14px;
  }
}
.c-form__radiowrap label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -6.3px;
}
.c-form__radiowrap label input[type=radio]:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #06C96C;
  content: "";
}
.c-form__submit {
  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: #06C96C;
  color: #fff;
  border-radius: 50px;
  width: 180.6px;
  height: 64.4px;
  font-size: 18.2px;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "Marcellus", serif;
  border: 2px solid #06C96C;
  margin: 67px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    height: 60px;
    margin: 33.5px auto 0;
  }
}
.c-form__submit:hover {
  background-color: #fff;
  color: #06C96C;
  opacity: 1;
}

.c-cta {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__head {
    padding: 0 15.7333333333vw 0 4vw;
  }
}
.c-cta__inner {
  position: relative;
  color: #fff;
  background: url(../images/common/footer-conctact.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    background: url(../images/common/footer-conctact_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.c-cta__inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.15625vw;
  height: 100%;
  background: #fff;
  left: calc(50% - 0.07813vw);
}
@media screen and (max-width: 768px) {
  .c-cta__inner::after {
    margin-bottom: 8vw;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.8vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-cta__lead {
  margin-top: 0.625vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    font-size: 3.2vw;
    line-height: 2.5;
  }
}
.c-cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .c-cta__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 17.65625vw;
}
@media screen and (max-width: 768px) {
  .c-cta__link {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.c-cta__web {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__web {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.c-cta__contact {
  position: relative;
  margin-top: 0.2604166667vw;
  padding-left: 2.1875vw;
  font-size: 1.3020833333vw;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    padding-left: 8.5333333333vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
.c-cta__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.40625vw;
  height: 1.09375vw;
  background: url(../images/common/icon-mail.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-cta__contact::before {
    width: 5.6vw;
    height: 4.5333333333vw;
  }
}
.c-cta__24 {
  margin-top: 0.625vw;
  padding: 0.3125vw 0.9895833333vw;
  border-radius: 1.25vw;
  border: 1px solid #fff;
  font-size: 0.78125vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__24 {
    padding: 1.0666666667vw 5.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.c-cta__tel {
  position: relative;
  z-index: 0;
  padding-left: 2.34375vw;
  font-size: 2.1875vw;
  font-family: "Marcellus", serif;
  font-weight: 700;
  line-height: 1.1904761905;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-cta__tel {
    padding-left: 9.6vw;
    font-size: 8.8vw;
    line-height: 1.2424242424;
  }
}
.c-cta__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625vw;
  height: 1.5625vw;
  background: url(../images/common/icon-tel.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-cta__tel::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-cta__business-hours {
  margin-top: 0.46875vw;
  font-size: 0.78125vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__business-hours {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}

.c-googlemap h2 {
  margin-top: 3.75vw;
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-googlemap h2 {
    margin-top: 14.4vw;
    font-size: 3.7333333333vw;
    line-height: 2.8571428571;
  }
}
.c-googlemap__inner {
  margin-top: 0.7291666667vw;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 395px;
}
@media screen and (max-width: 992px) {
  .c-googlemap__inner {
    margin-top: 2.4vw;
  }
}
.c-googlemap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-page-top {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .c-page-top {
    top: unset;
    -webkit-transform: none;
            transform: none;
    bottom: 9.3333333333vw;
  }
}

.c-page-top {
  width: 200px;
  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;
}
@media screen and (max-width: 1300px) {
  .c-page-top {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-top {
    width: 44px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .c-page-top img {
    margin-bottom: 35px;
    width: 18px;
    height: 80px;
  }
}

.p-top {
  padding-left: 185px;
}
@media screen and (max-width: 1140px) {
  .p-top {
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-top {
    padding-left: 15px;
  }
}
.p-top__inner {
  max-width: 1200px;
  margin-left: auto;
  padding-right: 159px;
}
@media screen and (max-width: 992px) {
  .p-top__inner {
    padding-right: 15px;
  }
}

/* spanを縦に並べるスタイル */
.vertical-text {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* 回転 */
  -webkit-transform-origin: center;
          transform-origin: center;
  white-space: nowrap; /* 改行させない */
}

.vertical-text span {
  display: block; /* 縦に積む */
}

.p-recruitment dl:not(:first-child) {
  margin-top: 2.6041666667vw;
  padding-top: 2.6041666667vw;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .p-recruitment dl:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment dl:not(:first-child) {
    padding-top: 13.3333333333vw;
  }
}
.p-recruitment dt {
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.4230769231;
}
@media screen and (max-width: 768px) {
  .p-recruitment dt {
    font-size: 6.9333333333vw;
  }
}
.p-recruitment dd {
  margin-top: 2.1354166667vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-recruitment dd {
    margin-top: 10.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment dd {
    font-size: 4.2666666667vw;
  }
}
.p-recruitment__banner {
  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;
  width: 100%;
  margin-top: 7.5520833333vw;
  max-width: 49.0104166667vw;
  height: 12.8125vw;
  background: url(../images/recruitment/banner-recruitment.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner {
    margin-top: 38.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner {
    max-width: 250.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner {
    height: 65.6vw;
  }
}
.p-recruitment__banner span {
  position: relative;
  z-index: 1;
  padding-right: 3.6458333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner span {
    padding-right: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner span {
    font-size: 5.3333333333vw;
  }
}
.p-recruitment__banner span::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner span::after {
    width: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitment__banner span::after {
    height: 9.3333333333vw;
  }
}
.p-recruitment__soon {
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruitment__soon {
    font-size: 6.9333333333vw;
  }
}

.p-contact {
  position: relative;
  z-index: 1;
}
.p-contact__notice {
  margin-bottom: 1.5625vw;
  font-size: 0.7291666667vw;
  color: #666;
}
.p-contact__field {
  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;
  margin-bottom: 2.34375vw;
}
.p-contact__field:last-child {
  margin-bottom: 0;
}
.p-contact__field--agreement {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .p-contact__field {
    margin-bottom: 2.4vw;
    -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;
  }
}
.p-contact__label {
  margin-right: 1.1979166667vw;
  width: 9.2708333333vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.1111111111;
}
@media screen and (max-width: 992px) {
  .p-contact__label {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 3.7333333333vw;
    line-height: 2.7142857143;
  }
}
.p-contact__input-wrap, .p-contact__textarea-wrap, .p-contact__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-contact__input, .p-contact__textarea, .p-contact__select {
  width: 100%;
  padding: 0.8854166667vw 0.78125vw;
  border: 1px solid #707070;
  border-radius: 0.5208333333vw;
  font-size: 0.9375vw;
  line-height: 2.1111111111;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .p-contact__input, .p-contact__textarea, .p-contact__select {
    font-size: 3.7333333333vw;
    line-height: 2.7142857143;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.p-contact__input:focus, .p-contact__textarea:focus, .p-contact__select:focus {
  outline: none;
  border-color: #4a90e2;
  -webkit-box-shadow: 0 0 0 0.1041666667vw rgba(74, 144, 226, .2);
          box-shadow: 0 0 0 0.1041666667vw rgba(74, 144, 226, .2);
}
@media screen and (max-width: 992px) {
  .p-contact__input:focus, .p-contact__textarea:focus, .p-contact__select:focus {
    -webkit-box-shadow: 0 0 0 0.5333333333vw rgba(74, 144, 226, .2);
            box-shadow: 0 0 0 0.5333333333vw rgba(74, 144, 226, .2);
  }
}
.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder, .p-contact__select::-webkit-input-placeholder {
  color: #999;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder, .p-contact__select::-moz-placeholder {
  color: #999;
}
.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder, .p-contact__select::-ms-input-placeholder {
  color: #999;
}
.p-contact__input::placeholder, .p-contact__textarea::placeholder, .p-contact__select::placeholder {
  color: #999;
}
.p-contact__textarea {
  min-height: 6.25vw;
  resize: vertical;
}
@media screen and (max-width: 992px) {
  .p-contact__textarea {
    min-height: 32vw;
  }
}
.p-contact__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.p-contact .p-contact__pref .p-contact__select {
  max-width: 11.0416666667vw;
}
@media screen and (max-width: 992px) {
  .p-contact .p-contact__pref .p-contact__select {
    max-width: unset;
  }
}
.p-contact .p-contact__inquiry-type .p-contact__select {
  max-width: 24.1666666667vw;
  background-image: url(../images/common/icon-select-arrow.svg);
  background-size: 1.1458333333vw 1.3541666667vw;
  background-repeat: no-repeat;
  background-position: right 1.3020833333vw top 1.7708333333vw;
}
@media screen and (max-width: 992px) {
  .p-contact .p-contact__inquiry-type .p-contact__select {
    max-width: 123.7333333333vw;
    background-size: 5.8666666667vw 6.9333333333vw;
    background-position: right 4vw top 5.0666666667vw;
  }
}
.p-contact__zip-input1, .p-contact__zip-input2 {
  width: 100%;
  padding: 0.8854166667vw 0.78125vw;
  border: 1px solid #707070;
  border-radius: 0.2083333333vw;
  font-size: 0.9375vw;
  line-height: 2.1111111111;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .p-contact__zip-input1, .p-contact__zip-input2 {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.7142857143;
  }
}
.p-contact__zip-input1 {
  max-width: 11.0416666667vw;
}
@media screen and (max-width: 992px) {
  .p-contact__zip-input1 {
    max-width: 123.7333333333vw;
  }
}
.p-contact__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4166666667vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact__zip-input {
  padding: 0.625vw 0.5208333333vw;
  border: 1px solid #ddd;
  border-radius: 0.2083333333vw;
  text-align: center;
  font-size: 0.7291666667vw;
  background: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-contact__zip-input:focus {
  outline: none;
  border-color: #4a90e2;
  -webkit-box-shadow: 0 0 0 0.1041666667vw rgba(74, 144, 226, .2);
          box-shadow: 0 0 0 0.1041666667vw rgba(74, 144, 226, .2);
}
@media screen and (max-width: 992px) {
  .p-contact__zip-input:focus {
    -webkit-box-shadow: 0 0 0 0.5333333333vw rgba(74, 144, 226, .2);
            box-shadow: 0 0 0 0.5333333333vw rgba(74, 144, 226, .2);
  }
}
.p-contact__zip-input:first-of-type {
  width: 4.1666666667vw;
}
.p-contact__zip-input:last-of-type {
  width: 5.2083333333vw;
}
@media screen and (max-width: 992px) {
  .p-contact__zip-input {
    font-size: 3.7333333333vw;
  }
  .p-contact__zip-input:first-of-type {
    width: 21.3333333333vw;
  }
  .p-contact__zip-input:last-of-type {
    width: 26.6666666667vw;
  }
}
.p-contact__tel {
  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;
  width: calc(100% - 10.46875vw);
}
.p-contact__tel .p-contact__input-wrap {
  margin-right: 2.0833333333vw;
  width: 100%;
  max-width: 24.1666666667vw;
}
.p-contact__tel-note {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 992px) {
  .p-contact__tel {
    display: block;
    width: 100%;
  }
  .p-contact__tel .p-contact__input-wrap {
    margin-right: 0;
    max-width: 100%;
  }
  .p-contact__tel-note {
    font-size: 3.7333333333vw;
    line-height: 2.7142857143;
  }
}
.p-contact__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5208333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .p-contact__agreement {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-contact__checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1041666667vw;
}
@media screen and (max-width: 992px) {
  .p-contact__checkbox {
    margin-top: 0.5333333333vw;
  }
}
.p-contact__agreement-text {
  color: #333;
}
.p-contact__link {
  color: #4a90e2;
  text-decoration: underline;
}
.p-contact__link:hover {
  text-decoration: none;
}
.p-contact__submit {
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 992px) {
  .p-contact__submit {
    margin-top: 10.6666666667vw;
  }
}
.p-contact__submit {
  position: relative;
  width: 10.1041666667vw;
  height: 2.65625vw;
  margin-right: auto;
  margin-left: auto;
}
.p-contact__submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 10.1041666667vw;
  height: 2.65625vw;
  padding: 0 2.6041666667vw 0 1.3541666667vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 1.3020833333vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-contact__submit input {
    width: 51.7333333333vw;
    height: 13.6vw;
    padding: 0 13.3333333333vw 0 6.9333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-contact__submit::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.p-contact__submit:hover {
  opacity: 0.7;
}
.p-contact__submit:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-contact__submit:disabled {
  background: #ccc;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 992px) {
  .p-contact__submit {
    width: 51.7333333333vw;
    height: 13.6vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
  }
  .p-contact__submit::after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-contact .wpcf7cp-btns button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 10.1041666667vw;
  height: 2.65625vw;
  padding: 0 2.6041666667vw 0 1.3541666667vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 1.3020833333vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
.p-contact .wpcf7cp-btns button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.p-contact .wpcf7cp-btns button:hover {
  opacity: 0.7;
}
.p-contact .wpcf7cp-btns button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-contact .wpcf7cp-btns button:disabled {
  background: #ccc;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 992px) {
  .p-contact .wpcf7cp-btns button {
    width: 51.7333333333vw;
    height: 13.6vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
  }
  .p-contact .wpcf7cp-btns button::after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-contact__response {
  margin-top: 1.5625vw;
}
.p-contact__response .wpcf7-response-output {
  padding: 0.78125vw;
  border-radius: 0.5208333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .p-contact__response .wpcf7-response-output {
    padding: 4vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-contact__response .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.p-contact__response .wpcf7-response-output.wpcf7-validation-errors, .p-contact__response .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.p-contact .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background-color: #fdf2f2;
}
.p-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.2604166667vw;
  color: #e74c3c;
  font-size: 0.625vw;
}
@media screen and (max-width: 992px) {
  .p-contact .wpcf7-not-valid-tip {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.p-contact .wpcf7-spinner {
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 992px) {
  .p-contact .wpcf7-spinner {
    margin-left: 2.6666666667vw;
  }
}
.p-contact table {
  width: 100%;
  border-collapse: collapse;
}
.p-contact table th,
.p-contact table td {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
  padding: 1.25vw 0;
}
@media screen and (max-width: 992px) {
  .p-contact table th,
  .p-contact table td {
    display: block;
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 6.4vw 0;
  }
}
@media screen and (max-width: 992px) {
  .p-contact table th {
    padding: 0 0 6.4vw;
  }
}
@media screen and (max-width: 992px) {
  .p-contact table td {
    padding: 6.4vw 0 0;
  }
}

.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.8125vw 0;
}
@media screen and (max-width: 992px) {
  .p-about {
    display: block;
    padding-top: 9.3333333333vw;
  }
}
.p-about__thumbnail {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .p-about__thumbnail {
    width: 60.2666666667vw;
    margin-left: -4vw;
  }
}
.p-about__thumbnail img {
  width: 100%;
  height: auto;
}
.p-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6.8333333333%;
}
.p-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* ←縦方向の揃え */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 横方向に右寄せ */
  gap: 1.25vw;
}
@media screen and (max-width: 992px) {
  .p-about__title {
    margin-top: 9.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.2vw;
  }
}
.p-about__title .-en {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3.125vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.25;
  letter-spacing: 0.08em;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .p-about__title .-en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 7.4666666667vw;
    line-height: 1.25;
  }
}
.p-about__title .-ja {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.96875vw;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .p-about__title .-ja {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 9.0666666667vw;
    line-height: 1.2941176471;
  }
}
.p-about__text {
  margin-top: 5.8854166667vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-about__text {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 5.7291666667vw;
  margin-left: auto;
  width: 10.1041666667vw;
  height: 2.65625vw;
  padding: 0 2.0833333333vw 0 1.3020833333vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 2.6041666667vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-about__button {
    margin-top: 4vw;
    width: 51.7333333333vw;
    height: 13.6vw;
    padding: 0 10.6666666667vw 0 6.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.2vw;
    line-height: 1;
  }
}
.p-about__button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .p-about__button::after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-about__button:hover {
  opacity: 0.7;
}

.p-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2A4C75;
  padding: 7.8125vw 70px 7.8125vw 192px;
  color: #fff;
  /* 画面が狭い時：列数やclampでの調整は行わない */
}
@media screen and (max-width: 992px) {
  .p-features {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-features {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
.p-features__inner {
  max-width: 73.4375vw;
  margin-left: auto;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .p-features__inner {
    max-width: unset;
    margin-left: 0;
  }
}
.p-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5.3645833333vw;
     -moz-column-gap: 5.3645833333vw;
          column-gap: 5.3645833333vw;
  row-gap: 6.25vw;
  width: 100%;
  min-width: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .p-features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.3958333333vw;
  }
}
.p-features__item {
  position: relative;
  width: calc(33.33333% - 3.57639vw);
  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-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6.25vw;
}
@media screen and (max-width: 992px) {
  .p-features__item {
    margin: 30.1333333333vw auto 0;
    width: 63.4666666667vw;
  }
}
.p-features__num {
  position: absolute;
  top: -4.6875vw;
  left: -2.1354166667vw;
  font-family: "Marcellus", serif;
  font-size: 5.2083333333vw;
  line-height: 1.25;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .p-features__num {
    top: -13.3333333333vw;
    left: -5.3333333333vw;
    font-size: 16.2666666667vw;
    line-height: 1.2459016393;
  }
}
.p-features__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 0;
}
.p-features__title {
  font-size: 4.0625vw;
  font-family: "Marcellus", serif;
  line-height: 1.2564102564;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-features__title {
    margin-top: 3.4666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.2307692308;
  }
}
.p-features__title span {
  display: inline-block;
}
.p-features__lead {
  margin-top: 1.5625vw;
  font-size: 1.5104166667vw;
  font-weight: 700;
  line-height: 1.4482758621;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-features__lead {
    margin-top: 3.4666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
  }
}
.p-features__lead span {
  display: inline-block;
}
.p-features__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  min-width: 0;
}
.p-features__sub-title {
  margin-top: 1.5625vw;
  font-size: 1.1458333333vw;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 992px) {
  .p-features__sub-title {
    margin-top: 4.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.p-features__text {
  margin-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.875;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .p-features__text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 992px) {
  .p-features {
    display: block;
    padding-top: 9.3333333333vw;
  }
}

.p-top-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.2083333333vw 8.28125vw 5.2083333333vw 8.28125vw;
  /* 横方向だけ可変のための基準 */
  --card-max: 356px; /* カードの最大幅（超えない） */
  --card-min: 260px; /* カードの最小幅（必要に応じて調整） */
  --cols: 3; /* 想定カラム数（%幅の計算に使用） */
  --col-gap: clamp(24px, 3.44vw, 66px); /* 1920px時に66pxを上限に可変 */
  --head-col-gap: clamp(24px, 7.4vw, 142px); /* 1920px時に142pxを上限に可変 */
}
@media screen and (max-width: 1300px) {
  .p-top-business {
    padding-right: 0.78125vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business {
    padding-top: 17.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
}
.p-top-business__inner {
  max-width: 1200px;
  margin-left: auto;
  width: 100%;
  min-width: 0;
}
.p-top-business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--head-col-gap);
}
@media screen and (max-width: 992px) {
  .p-top-business__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-business__head-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 518px;
          flex: 0 1 518px;
  max-width: 518px;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .p-top-business__head-body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-top-business__title {
  margin: 0;
}
.p-top-business__title .-en {
  display: block;
  font-family: "Marcellus", serif;
}
.p-top-business__title .-ja {
  display: block;
  margin-top: 0.5em;
}
.p-top-business__head-lead {
  margin-top: 1.5em;
}
.p-top-business__graph {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 487px;
          flex: 0 1 487px;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .p-top-business__graph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73.6vw;
            flex: 0 0 73.6vw;
  }
}
.p-top-business__graph img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-business__title span.-en {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 3.125vw;
  line-height: 1.25;
  color: #2A4C75;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-top-business__title span.-en {
    font-size: 10.6666666667vw;
    line-height: 1.25;
  }
}
.p-top-business__title span.-ja {
  margin-top: 1.0416666667vw;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 992px) {
  .p-top-business__title span.-ja {
    margin-top: 4vw;
    font-size: 8vw;
    line-height: 1.4666666667;
  }
}
.p-top-business__head-lead {
  margin-top: 2.8125vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-top-business__head-lead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-top-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 var(--col-gap);
  width: 100%;
  min-width: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .p-top-business__list {
    -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-business__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(var(--card-min), (100% - var(--col-gap) * (var(--cols) - 1)) / var(--cols), var(--card-max));
          flex: 0 1 clamp(var(--card-min), (100% - var(--col-gap) * (var(--cols) - 1)) / var(--cols), var(--card-max));
  max-width: var(--card-max);
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6.25vw;
}
@media screen and (max-width: 992px) {
  .p-top-business__item {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business__item {
    margin-top: 12.2666666667vw;
    max-width: var(--card-max);
  }
}
.p-top-business__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 0;
}
.p-top-business__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-business__body {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.p-top-business__sub-title {
  margin-top: 2.0833333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 992px) {
  .p-top-business__sub-title {
    margin-top: 8.8vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-top-business__text {
  margin-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .p-top-business__text {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-top-business__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 1.0416666667vw;
  width: 10.1041666667vw;
  height: 2.65625vw;
  padding: 0 2.0833333333vw 0 1.3020833333vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 2.6041666667vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-top-business__button {
    margin-top: 5.3333333333vw;
    padding: 0 10.6666666667vw 0 6.6666666667vw;
    border-radius: 13.3333333333vw;
    width: 43.2vw;
    height: 11.4666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-top-business__button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .p-top-business__button::after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top-business__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .p-top-business {
    --cols: 1;
    --card-max: unset;
  }
}

.p-business__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .p-business__header {
    display: block;
  }
}
.p-business__thumbnail {
  width: 100%;
  height: auto;
}
.p-business__thumbnail img {
  width: 100%;
  height: auto;
}
.p-business__title {
  position: relative;
  margin: 3.6458333333vw 0 0;
  padding-left: 1.1979166667vw;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 992px) {
  .p-business__title {
    margin-top: 13.3333333333vw;
    padding-left: 4.8vw;
    font-size: 6.1333333333vw;
  }
}
.p-business__title-domestic {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 992px) {
  .p-business__title-domestic {
    margin-top: 12vw;
  }
}
.p-business__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #2A4C75;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .p-business__title::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-business__thumbnail {
  width: 31.25vw;
}
@media screen and (max-width: 992px) {
  .p-business__thumbnail {
    margin-top: 8vw;
    width: 100%;
  }
}
.p-business__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 47.03125vw;
  margin-top: -0.8854166667vw;
}
@media screen and (max-width: 992px) {
  .p-business__feature {
    display: block;
    max-width: unset;
    margin-top: -6.6666666667vw;
  }
}
.p-business__feature-item {
  width: calc(50% - 2.63021vw);
  margin-top: 2.6041666667vw;
}
.p-business__feature-item:nth-child(even) {
  margin-left: 5.2604166667vw;
}
@media screen and (max-width: 992px) {
  .p-business__feature-item {
    max-width: unset;
    width: 100%;
    margin-top: 12vw;
  }
  .p-business__feature-item:nth-child(even) {
    margin-left: 0;
  }
}
.p-business__feature-item dt {
  font-size: 1.0416666667vw;
  font-weight: 900;
  line-height: 1.45;
  color: #2A4C75;
}
@media screen and (max-width: 992px) {
  .p-business__feature-item dt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.p-business__feature-item dd {
  margin-top: 0.46875vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-business__feature-item dd {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business__product {
  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: 992px) {
  .p-business__product {
    display: block;
  }
}
.p-business__product.-domestic {
  display: block;
}
.p-business__product.-domestic .p-business__product-item {
  margin-top: 1.1979166667vw;
}
@media screen and (max-width: 992px) {
  .p-business__product.-domestic .p-business__product-item {
    margin-top: 5.3333333333vw;
  }
}
.p-business__product-image {
  margin-top: 7.8125vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-business__product-image {
    margin-top: 8vw;
  }
}
.p-business__product-image img {
  width: 100%;
  height: auto;
}
.p-business__product-list {
  width: 49%;
  margin-top: 1.8229166667vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 992px) {
  .p-business__product-list {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding-right: 0;
  }
  .p-business__product-list:last-child {
    margin-top: 0;
  }
}
.p-business__product-list.-full {
  width: 100%;
}
.p-business__product-item {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-business__product-item {
    font-size: 4.2666666667vw;
    line-height: 2.1428571429;
  }
}
.p-business__country-title {
  margin-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-business__country-title {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business__support {
  margin-top: 1.1979166667vw;
}
@media screen and (max-width: 992px) {
  .p-business__support {
    margin-top: 5.3333333333vw;
  }
}
.p-business__support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4.0104166667vw;
     -moz-column-gap: 4.0104166667vw;
          column-gap: 4.0104166667vw;
  row-gap: 3.4895833333vw;
}
@media screen and (max-width: 992px) {
  .p-business__support-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.34375vw;
  }
}
.p-business__support-item {
  width: calc(50% - 2.00521vw);
}
@media screen and (max-width: 992px) {
  .p-business__support-item {
    width: 100%;
  }
}
.p-business__support-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 40.25%;
  overflow: hidden;
}
.p-business__support-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__support-title {
  margin-top: 0.46875vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #2A4C75;
  line-height: 1.45;
}
@media screen and (max-width: 992px) {
  .p-business__support-title {
    margin-top: 3.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.p-business__support-text {
  margin-top: 0.46875vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-business__support-text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business__faq {
  counter-reset: faq;
  /* Q タイトル */
  /* A テキスト */
}
.p-business__faq-item:not(:first-child) {
  margin-top: 2.8125vw;
}
@media screen and (max-width: 992px) {
  .p-business__faq-item:not(:first-child) {
    margin-top: 9.3333333333vw;
  }
}
.p-business__faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625vw;
     -moz-column-gap: 1.5625vw;
          column-gap: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .p-business__faq-row {
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
.p-business__faq-row.-q {
  padding-bottom: 1.1979166667vw;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 992px) {
  .p-business__faq-row.-q {
    padding-bottom: 4.5333333333vw;
  }
}
.p-business__faq-row.-a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .p-business__faq-row.-a {
    margin-top: 5.6vw;
  }
}
.p-business__faq-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2395833333vw;
          flex: 0 0 2.2395833333vw;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  min-width: 2.2395833333vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A4C75;
  color: #fff;
  font-weight: 700;
  font-size: 0.9895833333vw;
  line-height: 1;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-business__faq-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.5333333333vw;
            flex: 0 0 8.5333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    min-width: 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-business__faq-label::before {
  counter-increment: faq;
  content: "Q" counter(faq);
}
.p-business__faq-label.-a::before {
  counter-increment: none;
  content: "A";
}
.p-business__faq-title {
  font-size: 0.8333333333vw;
  line-height: 1.875;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .p-business__faq-title {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business__faq-text {
  font-size: 0.8333333333vw;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-business__faq-text {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business__faq-text a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow {
    margin-top: 1.40625vw;
  }
}
.p-business .p-business__flow .p-business__title {
  margin-bottom: 2.7604166667vw;
}
.p-business .p-business__flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5.2083333333vw;
}
.p-business .p-business__flow__item:last-child {
  margin-bottom: 0;
}
.p-business .p-business__flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -3.6458333333vw;
  left: 2.34375vw;
  width: 2px;
  height: calc(100% - 1.5625vw);
  background: #2A4C75;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__item:not(:last-child)::after {
    top: 21.8666666667vw;
    left: 10.6666666667vw;
    bottom: 0;
    height: 31.7333333333vw;
  }
}
.p-business .p-business__flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.6979166667vw;
  left: 1.6666666667vw;
  width: 1.40625vw;
  height: 0.78125vw;
  background: url(../images/business/icon-flow-arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__item:not(:last-child)::before {
    top: 50.9333333333vw;
    bottom: 0;
    left: 8.2666666667vw;
    width: 5.3333333333vw;
    height: 2.9333333333vw;
  }
}
.p-business .p-business__flow__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;
  margin-right: 1.6666666667vw;
  color: #2A4C75;
  width: 4.9479166667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.9479166667vw;
          flex: 0 0 4.9479166667vw;
  font-size: 3.6979166667vw;
  font-family: "Marcellus", serif;
  line-height: 1.2535211268;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__number {
    margin-right: 8.5333333333vw;
    width: 19.2vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.2vw;
            flex: 0 0 19.2vw;
    font-size: 14.1333333333vw;
    font-family: "Marcellus", serif;
    line-height: 1.2641509434;
  }
}
.p-business .p-business__flow__content {
  max-width: 22.03125vw;
  margin: 0 3.90625vw 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__content {
    max-width: unset;
  }
}
.p-business .p-business__flow__title {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.45;
  color: #2A4C75;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__title {
    margin-top: 2.1333333333vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-business .p-business__flow__description {
  margin-top: 0.46875vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__description {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-business .p-business__flow__image {
  width: 19.3229166667vw;
  height: 9.6354166667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.3229166667vw;
          flex: 0 0 19.3229166667vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__image {
    display: none;
  }
}
.p-business .p-business__flow__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-business .p-business__flow__image2 {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-business .p-business__flow__image2 {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.p-business .p-business__flow__image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-business .p-business__flow--simple-arrow .p-business__flow__item:not(:last-child)::after {
  background: #ddd;
}
.p-business .p-business__flow--simple-arrow .p-business__flow__item:not(:last-child)::before {
  border-top-color: #ddd;
}

.p-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.3229166667vw 8.28125vw 0 8.28125vw;
}
@media screen and (max-width: 992px) {
  .p-banner {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-banner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.p-banner__inner {
  max-width: 1200px;
  margin-left: auto;
  width: 100%;
  min-width: 0;
}
.p-banner__recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 7.5520833333vw;
  max-width: 1200px;
  height: 12.8125vw;
  background: url(../images/top/recruitment-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-banner__recruitment {
    height: 46.9333333333vw;
    background: url(../images/top/recruitment-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-banner__recruitment span.-en {
  display: block;
  font-size: 3.125vw;
  font-family: "Marcellus", serif;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__recruitment span.-en {
    font-size: 9.6vw;
    line-height: 1.25;
  }
}
.p-banner__recruitment span.-ja {
  display: block;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__recruitment span.-ja {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.p-banner__recruitment span::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-banner__recruitment span::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-banner__recruitment-inner {
  position: relative;
  z-index: 1;
  padding-right: 3.6458333333vw;
  color: #fff;
}
.p-banner__natural {
  margin-top: 4.2708333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner__natural {
    margin-top: 6.6666666667vw;
  }
}
.p-banner__natural p {
  margin-top: 1.0416666667vw;
  font-size: 1.3020833333vw;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .p-banner__natural p {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.p-banner__natural p span {
  position: relative;
  z-index: 0;
  padding-right: 1.71875vw;
}
@media screen and (max-width: 768px) {
  .p-banner__natural p span {
    padding-right: 4.8vw;
  }
}
.p-banner__natural p span::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon-blank.svg) no-repeat;
  background-size: contain;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
}
@media screen and (max-width: 768px) {
  .p-banner__natural p span::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-banner__natural img {
  max-width: 100%;
  height: auto;
}

.p-case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F5;
  padding: 5vw 8.28125vw 3.6979166667vw 8.28125vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-case-study {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .p-case-study {
    padding-top: 17.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
}
.p-case-study__inner {
  max-width: 1200px;
  margin-left: auto;
  width: 100%;
  min-width: 0;
}
.p-case-study__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .p-case-study__title {
    display: block;
  }
}
.p-case-study__title .-en {
  display: block;
  font-size: 3.125vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .p-case-study__title .-en {
    font-size: 10.6666666667vw;
    line-height: 1.25;
  }
}
.p-case-study__title .-ja {
  display: block;
  margin-top: 1.8229166667vw;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 992px) {
  .p-case-study__title .-ja {
    font-size: 8vw;
  }
}
.p-case-study__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 1.0416666667vw;
  margin-left: 2.8125vw;
  width: 10.1041666667vw;
  height: 2.65625vw;
  padding: 0 2.0833333333vw 0 1.3020833333vw;
  background: #2A4C75;
  color: #fff;
  border: 1px solid #2A4C75;
  border-radius: 2.6041666667vw;
  font-size: 0.625vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-case-study__button {
    margin-top: 6.6666666667vw;
    margin-left: 0;
    width: 51.7333333333vw;
    height: 13.6vw;
    padding: 0 10.6666666667vw 0 6.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-case-study__button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.78125vw;
  display: block;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url(../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .p-case-study__button::after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-case-study__button:hover {
  opacity: 0.7;
}
.p-case-study__lead {
  margin-top: 1.9270833333vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-case-study__lead {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}

.p-company {
  margin-left: auto;
}
.p-company__inner {
  max-width: 1200px;
  margin-left: auto;
  width: 100%;
  min-width: 0;
}
.p-company__message {
  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: 992px) {
  .p-company__message {
    -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-company__message-left {
  width: 583px;
}
@media screen and (max-width: 992px) {
  .p-company__message-left {
    width: 100%;
  }
}
.p-company__message-content {
  margin-top: 2.1875vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
.p-company__message-content p:not(:first-child) {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 992px) {
  .p-company__message-content {
    margin-top: 11.2vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
  .p-company__message-content p:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.p-company__message-thumbnail {
  margin-left: 1.5625vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(242px, 30.3646vw, 503px);
          flex: 0 1 clamp(242px, 30.3646vw, 503px);
}
.p-company__message-thumbnail img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-company__message-thumbnail {
    margin-left: 0;
    margin-top: 2.96875vw;
    width: 64.5333333333vw;
  }
}
.p-company__message-thumbnail figcaption {
  margin-top: 1.1458333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-company__message-thumbnail figcaption {
    margin-top: 2.9333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-company__information {
  margin-top: 5.7291666667vw;
}
.p-company__table {
  margin-top: 1.7708333333vw;
  width: 100%;
}
.p-company__table tr {
  border-top: 1px solid #E0E0E0;
}
.p-company__table tr:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.p-company__table th, .p-company__table td {
  padding: 0.5208333333vw 0;
  font-size: 0.8333333333vw;
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  .p-company__table th, .p-company__table td {
    display: block;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
.p-company__table th {
  padding: 1.25vw 0;
  width: 18%;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-company__table th {
    padding: 6.4vw 0 0;
    width: 100%;
  }
}
.p-company__table td {
  padding: 1.25vw 0;
  width: 82%;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-company__table td {
    padding: 0 0 6.4vw;
    width: 100%;
  }
}
.p-company__triad {
  position: relative;
  margin-top: 5.7291666667vw;
}
.p-company__triad::before {
  content: "";
  position: absolute;
  width: 26.0416666667vw;
  height: 26.0416666667vw;
  border: 10px solid #2A4C75;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .p-company__triad::before {
    display: none;
  }
}
.p-company__triad__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.p-company__triad__item {
  width: 30.2083333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #eef3f6;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 37, 68, .08) inset;
          box-shadow: 0 0 0 1px rgba(15, 37, 68, .08) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 6% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .p-company__triad__item {
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.p-company__triad__item--top {
  margin: 0 auto 2.0833333333vw auto;
}
@media screen and (max-width: 992px) {
  .p-company__triad__item--top {
    margin: 0;
  }
}
.p-company__triad__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 992px) {
  .p-company__triad__bottom-row {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-company__triad__heading {
  font-size: 3.125vw;
  font-family: "Marcellus", serif;
  color: #2A4C75;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .p-company__triad__heading {
    font-size: 7.4666666667vw;
    line-height: 1.25;
  }
}
.p-company__triad__lead {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-top: 0.8854166667vw;
}
@media screen and (max-width: 992px) {
  .p-company__triad__lead {
    margin-top: 2.4vw;
    font-size: 5.6vw;
    line-height: 1.4285714286;
  }
}
.p-company__triad__text {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 2.2916666667vw;
}
@media screen and (max-width: 992px) {
  .p-company__triad__text {
    margin-top: 5.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
    text-align: left;
  }
}
.p-company__footer {
  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: 992px) {
  .p-company__footer {
    display: block;
  }
}
.p-company__footer dl {
  width: 28.75vw;
}
.p-company__footer dl:nth-child(even) {
  margin-left: 5vw;
}
@media screen and (max-width: 992px) {
  .p-company__footer dl {
    margin-top: 17.6vw;
    width: 100%;
  }
  .p-company__footer dl:nth-child(even) {
    margin-left: 0;
  }
}
.p-company__footer dt {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #2A4C75;
}
@media screen and (max-width: 992px) {
  .p-company__footer dt {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-company__footer dd {
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 992px) {
  .p-company__footer dd {
    margin-top: 5.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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