@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}
/**
 * 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: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * 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"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * 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 */
}
/* 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;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
[data-lang="ja"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
[data-lang="en"] {
  font-family: "Montserrat", sans-serif; }
[data-font="mincho"] {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS P明朝", "MS 明朝", serif; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
:root {
  --c-black: #000;
  --c-white: #fff;
  --c-main: #0180CD;
  --c-main02: #2B9BE0;
  --c-yellow: #FFB200;
  --hd-height-pc: 110.5px;
  --hd-height-mobile: 68.39px;
  --duration-base: 1s; }
.js-title {
  position: relative;
  z-index: 2; }
.js-title.-inview .-cover {
    opacity: 0; }
.js-title-inner {
    --_duration: calc(var(--duration-base) * .5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.js-title-inner.-hidden {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
.js-title[data-title="vertical"] .js-title-inner.-hidden {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
.js-title .-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: var(--c-main);
    pointer-events: none;
    -webkit-transition: opacity var(--_duration) calc(var(--duration-base) * .2) ease-in-out;
    transition: opacity var(--_duration) calc(var(--duration-base) * .2) ease-in-out; }
.js-title-circle {
    opacity: 0;
    -webkit-transition: opacity calc(var(--duration-base) * .8) ease-out;
    transition: opacity calc(var(--duration-base) * .8) ease-out; }
.js-title-circle.-show {
      opacity: 1; }
.js-img {
  position: relative;
  overflow: hidden; }
.js-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-main);
    z-index: 1;
    -webkit-transition: -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.js-img.-inview::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.js-img img {
    display: block;
    width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: clip-path calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.js-img img.-hidden {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--hd-height-pc); }
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0; }
a {
  color: #000000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0; }
ul,
ol,
li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
picture {
  display: block; }
img,
picture,
svg {
  max-width: 100%; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none; }
button,
select {
  cursor: pointer; }
dialog {
  margin: 0;
  padding: 0;
  border: none; }
details > summary,
summary {
  cursor: pointer;
  list-style: none; }
details > summary::-webkit-details-marker, details > summary::marker,
  summary::-webkit-details-marker,
  summary::marker {
    display: none; }
.l-main {
  line-height: 1.2; }
.l-footer {
  position: relative;
  background-color: #F8F8F8; }
.l-footer__inner {
    position: relative; }
.l-footer__logo {
    max-width: 188px; }
.l-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
.l-footer__nav-item::before {
      content: '';
      display: block;
      width: 10px;
      height: 3px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: var(--c-main); }
.l-footer__nav-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.015em;
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.l-footer__copyright {
    color: #A5A5A5;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center; }
.l-footer__pagetop {
    position: absolute; }
.l-footer__pagetop-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-footer__pagetop-text {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.2em;
      color: #0068A7; }
.l-footer__pagetop-arrow {
      width: calc(6.5px * 1.2);
      -webkit-transform: translateX(5px) translateY(0);
              transform: translateX(5px) translateY(0);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.l-footer__pagetop-arrow img {
        display: block;
        width: 100%;
        height: 100%; }
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3001;
  width: 100%;
  background-color: #fff; }
.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 30px;
    padding-block: 24px; }
.l-header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.l-header__logo a {
      display: block;
      max-width: 188px; }
.l-header__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; }
.l-header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
.l-header__nav-item::before {
      content: '';
      display: block;
      width: 10px;
      height: 3px;
      background-color: var(--c-main); }
.l-header__nav-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.l-header__contact {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.l-header__contact .c-btn-recruit {
      font-size: 1.6rem; }
.l-header__menu-btn {
  position: fixed;
  z-index: 3002;
  top: 9px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--c-main02);
  border-radius: 50%;
  background-color: var(--c-white);
  padding: 0;
  cursor: pointer;
  display: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
.l-header__menu-btn:hover {
    border-color: var(--c-main); }
.l-header__menu-btn .line {
    position: relative;
    display: block;
    width: 18px;
    height: 12px; }
.l-header__menu-btn .line i {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: var(--c-main02);
      -webkit-transition: top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
      border-radius: 1px; }
.l-header__menu-btn .line i:nth-child(1) {
        top: 0; }
.l-header__menu-btn .line i:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
.l-header__menu-btn .line i:nth-child(3) {
        bottom: 0; }
.l-header__menu-btn.is-open .line i:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg); }
.l-header__menu-btn.is-open .line i:nth-child(2) {
    opacity: 0; }
.l-header__menu-btn.is-open .line i:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-30deg);
            transform: translateY(50%) rotate(-30deg); }
.l-header__menu-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease; }
.l-header__menu-dialog.is-open {
    visibility: visible;
    opacity: 1; }
.l-header__menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
.l-header__menu-content {
  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;
  overflow-y: auto;
  position: relative;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  padding-inline: 10px;
  padding-block: 96px 40px;
  background-color: #F2F2F2;
  background-image: url(../images/common/menu_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.is-open .l-header__menu-content {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.l-header__menu-nav {
  width: 100%;
  max-width: 270px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px; }
.l-header__menu-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px; }
.l-header__menu-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px; }
.l-header__menu-nav-item::before {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 10px;
    height: 3px;
    background-color: var(--c-main); }
.l-header__menu-nav-link {
  display: block;
  font-size: 2rem;
  font-weight: 700; }
.l-header__menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 293px;
  -webkit-margin-after: 108px;
          margin-block-end: 108px; }
.l-header__menu-buttons .c-btn-recruit {
    -webkit-margin-after: calc(60px - 16px);
            margin-block-end: calc(60px - 16px); }
.l-header__menu-logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-width: 188px; }
.l-header__menu-logo img {
    width: 100%;
    height: auto; }
.l-main {
  position: relative; }
.p-company__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2; }
.p-company__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #0180CD;
  margin-top: 0.4rem; }
.p-company__table {
  width: 100%;
  border-collapse: collapse; }
.p-company__row {
  display: table-row;
  border-top: 1px solid #E0E0E0; }
.p-company__row:nth-child(6) {
    vertical-align: text-top; }
.p-company__row:last-child {
    border-bottom: 1px solid #E0E0E0;
    vertical-align: text-top; }
.p-company__label, .p-company__data {
  display: table-cell;
  padding-block: 8px;
  vertical-align: center; }
.p-company__label {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left; }
.p-company__data {
  font-size: 1.6rem;
  line-height: 1.8; }
.p-company__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem; }
.p-company__location:not(:last-child) {
  margin-bottom: 1.6rem; }
.p-company__location-name {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-weight: 700;
  line-height: 1; }
.p-company__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #0180CD;
  text-decoration: underline;
  font-size: 1.4rem; }
.p-company__map-link .icon-map {
    width: 1.1rem;
    height: 1.4rem;
    color: #0180CD; }
.p-company__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.4; }
.p-company__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #0180CD;
  text-decoration: underline; }
.p-company__link .icon-blank {
    width: 16px;
    height: 16px;
    color: #0180CD; }
.p-contact {
  position: relative;
  background-color: #3499D7; }
.p-contact__title {
    color: var(--c-white);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center; }
.p-contact__subtitle {
    color: #0068A7;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center; }
.p-contact__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 293px;
    margin-inline: auto; }
.p-contact__actions .c-btn {
      border-color: var(--c-white); }
.p-contact__actions .c-btn .c-btn__icon,
      .p-contact__actions .c-btn .c-btn__text {
        color: var(--c-white); }
.p-lead {
  position: relative;
  z-index: 2; }
.p-lead__inner {
    position: relative; }
.p-lead__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.5rem;
    text-orientation: upright; }
.p-lead__content {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
    row-gap: 20px;
    line-height: 2; }
.p-lead__content .line {
      display: inline-block;
      width: 54px;
      height: 1px;
      margin-inline: 8px;
      background-color: var(--c-black);
      vertical-align: middle; }
.p-lead__circle {
    position: absolute;
    z-index: 0; }
.p-message__inner {
  display: -ms-grid;
  display: grid; }
.p-message .js-title {
  -ms-grid-row: 1;
  grid-row: 1; }
.p-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px; }
.p-message__title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
.p-message__subtitle {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: var(--c-main);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
.p-message__image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px; }
.p-message__image > img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.p-message__image-circle {
    position: absolute;
    right: -116px;
    bottom: -120px;
    z-index: 0; }
.p-message__content {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
.p-message__caption {
  color: var(--c-main);
  font-weight: 700;
  line-height: 2.2; }
.p-message__text {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 22px;
  row-gap: 22px; }
.p-message__text p {
    line-height: 2; }
.p-recruit {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.p-recruit__inner {
    position: relative; }
.p-recruit__head {
    position: relative;
    z-index: 1;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    text-align: center; }
.p-recruit__title {
    color: var(--c-white);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2; }
.p-recruit__subtitle {
    color: #0180CD;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2; }
.p-recruit__lead {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    color: var(--c-white);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center; }
.p-recruit__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px; }
.p-recruit__actions p {
      color: var(--c-white);
      text-align: center; }
.p-recruit__actions p:first-child {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.2; }
.p-recruit__actions-arrow {
      display: block;
      width: 22px;
      height: 13px;
      margin-inline: auto; }
.p-recruit__actions-arrow svg {
        height: 100%; }
.p-recruit__circle {
    position: absolute;
    z-index: 0; }
.p-service__inner {
  display: -ms-grid;
  display: grid; }
.p-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  gap: 4px; }
.p-service__title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
.p-service__subtitle {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: var(--c-main);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
.p-service__image {
  -ms-grid-row: 1;
  grid-row: 1; }
.p-service__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.p-service__content {
  display: -ms-grid;
  display: grid; }
.p-service__lead p {
  color: var(--c-main);
  font-weight: 700;
  line-height: 1.5; }
.p-service__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 35px;
  gap: 35px; }
.p-service__item {
  display: -ms-grid;
  display: grid; }
.p-service__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.p-service__item-content {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  gap: 10px; }
.p-service__item-title {
  font-weight: 700;
  line-height: 1.6; }
.p-service__item-text {
  line-height: 1.5; }
.p-story {
  position: relative;
  z-index: 2; }
.p-story::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: var(--c-main); }
.p-story::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 120px;
    background-color: var(--c-main);
    pointer-events: none; }
.p-story__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 2; }
.p-story__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px; }
.p-story__title {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
.p-story__subtitle {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
    color: var(--c-main);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
.p-story__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-story-item {
  position: relative; }
.p-story-item .js-img::before {
    opacity: 0.8; }
.p-story-item::before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 1;
    width: 100%;
    height: 390px;
    background-image: url(../images/story_bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    pointer-events: none; }
.p-story-item__number {
    position: absolute;
    top: -30px;
    left: -13px;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
.p-story-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
    position: absolute;
    bottom: -9px;
    left: 0;
    z-index: 2;
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.p-story-item__info .position,
    .p-story-item__info .join {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-inline: 3px;
      padding-block: 4px;
      background-color: var(--c-white); }
.p-story-item__info .position {
      font-weight: 700; }
.p-story-item__icon {
    position: absolute;
    right: 9px;
    bottom: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    color: var(--c-main); }
.p-story-item__icon svg {
      height: 100%; }
.p-story-item__icon svg circle {
        fill: var(--c-white);
        -webkit-transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.bg {
  position: absolute;
  z-index: 0;
  pointer-events: none; }
.bg[data-bg="01"] {
    top: 0;
    left: 254px; }
.bg[data-bg="02"] {
    overflow: hidden;
    top: 1200px;
    right: 0; }
.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid var(--c-main02);
  overflow: hidden; }
.c-btn .c-btn__icon {
    position: relative;
    color: var(--c-main02);
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 1; }
.c-btn .c-btn__text {
    position: relative;
    color: var(--c-main02);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 1; }
.c-btn--tel {
    gap: 10px;
    padding-block: 10px;
    border-radius: 2.5rem; }
.c-btn--tel .c-btn__icon {
      width: 2.4rem;
      height: 2.4rem; }
.c-btn--tel .c-btn__text {
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.08em; }
.c-btn--mail {
    gap: 8px;
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 2rem; }
.c-btn--mail .c-btn__icon {
      width: 2rem;
      height: 2rem; }
.c-btn--mail .c-btn__text {
      font-size: 1.4rem;
      font-weight: 500; }
.c-btn-recruit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-block: 15px;
  border-radius: 100px;
  background-image: url("../images/common/contact_bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--c-white);
  font-size: 2.2rem;
  font-weight: 700;
  overflow: hidden; }
.c-btn-recruit__text {
    display: block;
    position: relative;
    z-index: 1; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
/**
 * Modal Component
 * <dialog>要素を使用した汎用モーダル
 */
.c-modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4001;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background: transparent; }
.c-modal::backdrop {
    background-color: transparent; }
.c-modal__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: fadeIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.c-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 68.074vw;
    max-height: 80vh;
    padding-inline: 72px;
    padding-block: 60px 80px;
    background-color: var(--c-white); }
.c-modal__close {
    position: absolute;
    top: -54px;
    right: 10px;
    width: 44px;
    height: 44px;
    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: 100%;
    background-color: var(--c-blue);
    cursor: pointer;
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10; }
.c-modal__close svg {
      width: 32px;
      height: 32px;
      color: var(--c-white); }
.c-modal__body {
    max-height: calc(80vh - 140px); }
.c-modal__grid {
    display: -ms-grid;
    display: grid; }
.c-modal__pic {
    position: relative; }
.c-modal__pic .number {
      position: relative;
      z-index: 2;
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
.c-modal__pic img {
      display: block; }
.c-modal__title {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
    font-weight: 700; }
.c-modal__info {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 8px;
    row-gap: 8px; }
.c-modal__info .position {
      font-size: 1.8rem;
      font-weight: 700; }
.c-modal__info .join {
      font-size: 1.4rem; }
.c-modal__desc {
    -webkit-margin-before: 40px;
            margin-block-start: 40px; }
.c-modal__desc p {
      font-size: 1.4rem;
      line-height: 2.2; }
.c-modal .-prev,
  .c-modal .-next {
    position: absolute;
    z-index: 4;
    width: 23px;
    height: 45px; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.js-modal-content[hidden] {
  display: none !important;
  pointer-events: none; }
.c-mv {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden; }
.c-mv__inner {
    position: relative;
    width: 100%;
    height: 100%; }
.c-mv__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.c-mv__circle {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity calc(var(--duration-base) * .8) ease-out;
    transition: opacity calc(var(--duration-base) * .8) ease-out; }
.c-mv__circle.-show {
      opacity: 1; }
.c-mv__main-img {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__main-img.-show {
      opacity: 1; }
.c-mv__picture {
    display: block;
    width: 100%;
    height: 100%; }
.c-mv__sub-imgs {
    position: relative;
    width: 100%;
    height: 100%; }
.c-mv__sub-img {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.1s ease-out, transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__sub-img.-show {
      opacity: 1; }
.c-mv__sub-img--01 {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
.c-mv__sub-img--01.-move-to-origin {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.c-mv__sub-img--02 {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
.c-mv__sub-img--02.-move-to-origin {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.c-mv__sub-img--03 {
      -webkit-transform: translateY(40px);
              transform: translateY(40px); }
.c-mv__sub-img--03.-move-to-origin {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.c-mv__caption {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute; }
.c-mv__caption > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      --_duration: calc(var(--duration-base) * .5);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      -webkit-transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__caption > .inner.-hidden {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
.c-mv__caption > .inner.-move-to-origin {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.c-mv__caption-text {
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1.74; }
.c-mv__caption-text.-inview .-cover {
      opacity: 0; }
.c-mv__caption-text .-cover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      color: var(--c-main);
      pointer-events: none;
      -webkit-transition: opacity calc(var(--duration-base) * .5) calc(var(--duration-base) * .1) cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity calc(var(--duration-base) * .5) calc(var(--duration-base) * .1) cubic-bezier(0.645, 0.045, 0.355, 1); }
.c-mv__caption-line {
    display: inline-block;
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
    background-color: var(--c-black); }
.c-mv__caption-main {
    position: relative; }
.c-mv__caption-main .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      --_duration: calc(var(--duration-base) * .5);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
      -webkit-transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path var(--_duration) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__caption-main .inner.-hidden {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
.c-mv__caption-main .inner.-move-to-origin {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
.c-mv__caption-quote {
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-weight: 700; }
.c-mv__caption-title {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--c-black); }
.c-mv__caption-title.-inview .-cover {
      opacity: 0; }
.c-mv__caption-title .-cover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      color: var(--c-main);
      pointer-events: none;
      -webkit-transition: opacity calc(var(--duration-base) * .5) calc(var(--duration-base) * .2) ease-in-out;
      transition: opacity calc(var(--duration-base) * .5) calc(var(--duration-base) * .2) ease-in-out; }
.c-mv__main-img, .c-mv__sub-img {
    overflow: hidden; }
.c-mv__main-img::before, .c-mv__sub-img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--c-main);
      z-index: 1;
      -webkit-transition: -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__main-img.-inview::before, .c-mv__sub-img.-inview::before {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
.c-mv__main-img img, .c-mv__sub-img img {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      -webkit-transition: clip-path calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: clip-path calc(var(--duration-base) * .6) calc(var(--duration-base) * .1) cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.c-mv__main-img img.-hidden, .c-mv__sub-img img.-hidden {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto; }
.c-pagination__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px; }
.c-pagination__item, .c-pagination__prev, .c-pagination__first, .c-pagination__last, .c-pagination__next {
    cursor: pointer; }
.c-pagination__item a, .c-pagination__prev a, .c-pagination__first a, .c-pagination__last a, .c-pagination__next a {
      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: 45px;
      height: 45px;
      border: 1px solid #999;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
.c-pagination__item a:hover, .c-pagination__prev a:hover, .c-pagination__first a:hover, .c-pagination__last a:hover, .c-pagination__next a:hover {
        background: #333;
        color: #fff; }
.c-pagination__item a[href=""], .c-pagination__prev a[href=""], .c-pagination__first a[href=""], .c-pagination__last a[href=""], .c-pagination__next a[href=""] {
      pointer-events: none; }
.c-pagination__item:has([aria-current="page"]) {
    background: #333; }
.c-pagination__item:has([aria-current="page"]) a {
      color: #fff;
      pointer-events: none; }
.c-pagination__sep span {
    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: 45px;
    height: 45px; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (max-width: 959px) {
    html {
      scroll-padding-top: var(--hd-height-mobile); }
    .l-footer {
      padding-inline: 10px;
      padding-block: 64px 20px; }
      .l-footer__logo {
        -webkit-margin-before: 40px;
                margin-block-start: 40px; }
      .l-footer__nav {
        max-width: 70.23vw; }
      .l-footer__nav-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (-webkit-max-content)[2];
        -ms-grid-columns: (max-content)[2];
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        grid-column-gap: 32px;
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px; }
      .l-footer__copyright {
        display: block;
        -webkit-margin-before: 20px;
                margin-block-start: 20px; }
      .l-footer__pagetop {
        top: -40px;
        right: 10px; }
      .l-header__inner {
        padding-inline: 10px calc(20px + 50px);
        padding-block: 10px; }
        .l-header__logo a {
          width: 30.23vw;
          max-width: 130px; }
      .l-header__nav {
        display: none; }
        .l-header__contact .c-btn-recruit {
          padding-inline: 20px;
          padding-block: 15px; }
    .l-header__menu-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .l-main {
      overflow-x: hidden; }
  .p-company {
    padding-block: 6rem 6rem; }
  .p-company__inner {
    padding-inline: 20px; }
  .p-company__head {
    margin-bottom: 3rem; }
    .p-company__title {
      font-size: 2rem; }
    .p-company__subtitle {
      font-size: 1.4rem; }
    .p-company__label {
      width: 80px;
      font-size: 1.3rem; }
    .p-company__data {
      font-size: 1.4rem; }
    .p-contact {
      padding-block: 40px; }
    .p-contact__head {
      margin-bottom: 3.9rem; }
      .p-contact__title {
        font-size: 3.2rem; }
    .p-lead {
      -webkit-margin-before: calc(-100px + -40px);
              margin-block-start: calc(-100px + -40px);
      -webkit-padding-after: 80px;
              padding-block-end: 80px; }
      .p-lead__inner {
        display: -ms-grid;
        display: grid;
        grid-row-gap: 40px;
        row-gap: 40px;
        overflow: hidden;
        padding-inline: 2rem; }
      .p-lead__heading {
        -webkit-padding-start: 80px;
                padding-inline-start: 80px;
        -webkit-padding-before: 40px;
                padding-block-start: 40px;
        font-size: 2.5rem;
        line-height: 1.6; }
      .p-lead__content {
        font-size: 1.6rem; }
        .p-lead__content .line {
          width: 40px;
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); }
      .p-lead__circle {
        top: 0;
        right: -32px;
        width: 180px;
        height: 180px; }
  .p-message {
    -webkit-padding-after: 120px;
            padding-block-end: 120px; }
    .p-message__inner {
      -ms-grid-columns: 67.44% auto;
      grid-template-columns: 67.44% auto;
      row-gap: 40px;
      padding-inline: 20px; }
    .p-message .js-title {
      -ms-grid-column: 2;
      grid-column: 2; }
    .p-message__head {
      justify-self: flex-end; }
    .p-message__title {
      font-size: 3.2rem; }
      .p-message__image-circle {
        right: -96px;
        bottom: -46px;
        width: 180px;
        height: 180px; }
    .p-message__content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 2;
      grid-row: 2;
      row-gap: 10px; }
    .p-message__caption {
      font-size: 2rem; }
      .p-message__text p {
        font-size: 1.4rem;
        line-height: 1.8; }
    .p-recruit {
      padding-block: 90px 96px;
      background-image: url(../images/recruit_bg@sp.webp); }
      .p-recruit__inner {
        padding-inline: 20px; }
      .p-recruit__head {
        -webkit-margin-after: 30px;
                margin-block-end: 30px; }
      .p-recruit__title {
        font-size: 2.8rem; }
      .p-recruit__subtitle {
        font-size: 1.4rem; }
      .p-recruit__lead {
        font-size: 1.6rem; }
      .p-recruit__actions .c-btn-recruit {
        max-width: 293px;
        min-height: 70px; }
      .p-recruit__circle {
        top: -116px;
        left: calc(100% - 180px - 28vw);
        width: 180px;
        height: 180px; }
  .p-service {
    -webkit-padding-after: 80px;
            padding-block-end: 80px; }
    .p-service__inner {
      -ms-grid-columns: auto 67.44%;
      grid-template-columns: auto 67.44%;
      row-gap: 40px;
      padding-inline: 20px; }
    .p-service__title {
      font-size: 3.2rem; }
    .p-service__image {
      -ms-grid-column: 2;
      grid-column: 2;
      -webkit-margin-before: 30px;
              margin-block-start: 30px; }
    .p-service__content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 2;
      grid-row: 2;
      gap: 20px; }
    .p-service__lead p {
      font-size: 2.4rem; }
    .p-service__list {
      gap: 32px; }
    .p-service__item {
      -ms-grid-columns: 90px 1fr;
      grid-template-columns: 90px 1fr;
      gap: 16px; }
    .p-service__item-icon img {
      width: 90px;
      height: 90px; }
    .p-service__item-title {
      font-size: 1.8rem;
      line-height: 1.2; }
    .p-service__item-text {
      font-size: 1.4rem; }
    .p-story {
      -webkit-padding-after: 80px;
              padding-block-end: 80px; }
      .p-story::before {
        bottom: 212px;
        left: 0;
        width: 100%;
        height: 350px;
        clip-path: polygon(0 100%, 100% 60%, 100% 100%); }
      .p-story::after {
        height: 213px; }
      .p-story__inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        row-gap: 40px;
        padding-inline: 40px; }
    .p-story .js-title {
      position: absolute;
      top: 0;
      left: 20px; }
      .p-story__title {
        font-size: 3.2rem; }
      .p-story__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-padding-before: 120px;
                padding-block-start: 120px; }
    .p-story-item {
      max-width: 36.2vw; }
      .p-story-item:nth-child(odd) {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .p-story-item.-even {
        -ms-flex-item-align: start;
            align-self: flex-start;
        -webkit-margin-before: -100px;
                margin-block-start: -100px; }
      .p-story-item__number {
        font-size: 4.4rem; }
        .p-story-item__info .position {
          font-size: 1.6rem; }
      .p-story-item__info .join {
        font-size: 1.3rem; }
    .p-story-item__pic img {
      max-height: 240px;
      -o-object-fit: cover;
         object-fit: cover; }
      .bg[data-bg="01"] {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 866px; }
      .bg[data-bg="02"] {
        top: 1970px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 682px; }
    .c-btn {
      width: 100%; }
      .c-modal__container {
        max-width: calc(100% - (4.65vw * 2));
        -webkit-margin-before: calc(var(--hd-height-mobile) - 16px);
                margin-block-start: calc(var(--hd-height-mobile) - 16px);
        padding-inline: 20px 4px;
        padding-block: 32px 60px; }
      .c-modal__body {
        overflow-y: auto;
        max-height: calc(80vh - 80px);
        padding-right: 16px; }
      .c-modal__pic {
        -webkit-margin-after: 32px;
                margin-block-end: 32px; }
        .c-modal__pic .number {
          -webkit-margin-start: 40px;
                  margin-inline-start: 40px;
          font-size: 4.4rem; }
        .c-modal__pic img {
          width: 180px;
          height: auto;
          margin-inline: auto;
          -webkit-margin-before: -24px;
                  margin-block-start: -24px; }
      .c-modal__title {
        font-size: 2rem; }
        .c-modal__info .position {
          font-size: 1.6rem; }
      .c-modal__desc {
        -webkit-margin-before: 16px;
                margin-block-start: 16px; }
        .c-modal__desc p {
          line-height: 1.8; }
      .c-modal .-prev,
      .c-modal .-next {
        top: 180px; }
    .c-modal .-prev {
      left: 20px; }
    .c-modal .-next {
      right: 20px;
      -webkit-transform: scale(-1);
              transform: scale(-1); }
    .c-mv {
      height: 839px; }
      .c-mv__circle {
        top: 291px;
        left: -22px;
        width: 180px;
        height: 180px; }
      .c-mv__main-img {
        top: 45px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        width: 330px;
        height: 247px; }
        .c-mv__sub-img--01 {
          top: 489px;
          left: 56px;
          width: 115px;
          height: 115px; }
        .c-mv__sub-img--02 {
          top: 556px;
          left: 196px;
          width: 128px;
          height: 76px; }
        .c-mv__sub-img--03 {
          top: 661px;
          left: 20px;
          width: 204px;
          height: 153px; }
      .c-mv__caption {
        top: 330px;
        left: 30px; }
      .c-mv__caption-text {
        font-size: 3.2rem; }
      .c-mv__caption-line {
        width: 60px;
        height: 2px; }
      .c-mv__caption-quote {
        font-size: 8rem; }
      .c-mv__caption-quote--left {
        -webkit-transform: rotate(180deg) translateY(44px);
                transform: rotate(180deg) translateY(44px); }
      .c-mv__caption-title {
        font-size: 7.2rem; }
  .for-large {
    display: none; } }
@media (min-width: 960px) {
      .l-footer__pagetop {
        -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .l-footer__pagetop:hover {
          opacity: 0.7; }
    .l-footer {
      padding-inline: 100px;
      padding-block: 60px 20px; }
      .l-footer__inner {
        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-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 40px;
        max-width: 1440px;
        margin-inline: auto; }
      .l-footer__logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .l-footer__nav {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: auto; }
      .l-footer__nav-list {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; }
      .l-footer__nav-link:hover {
        color: #3498DB; }
      .l-footer__copyright {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%; }
      .l-footer__pagetop {
        top: -80px;
        left: calc(100% + 40px); }
        .l-footer__pagetop:hover .l-footer__pagetop-arrow {
          -webkit-transform: translateX(5px) translateY(-8px);
                  transform: translateX(5px) translateY(-8px); }
      .l-header__logo {
        -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .l-header__logo:hover {
          opacity: 0.7; }
      .l-header__nav-link:hover {
        color: #3498DB; }
        .l-header__contact .c-btn-recruit {
          max-width: 150px;
          width: 150px;
          padding-block: 10px; }
    .l-header__menu-dialog {
      display: none; }
  .p-company {
    padding-block: 8rem 8rem; }
  .p-company__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    max-width: 760px;
    margin-inline: auto; }
    .p-company__title {
      font-size: 3rem; }
      .p-company__row:nth-child(6) th {
        -webkit-padding-before: 16px;
                padding-block-start: 16px; }
      .p-company__row:last-child th {
        -webkit-padding-before: 16px;
                padding-block-start: 16px; }
    .p-company__label {
      width: 20rem;
      padding-right: 3rem; }
    .p-company__map-link:hover {
      text-decoration: none; }
    .p-company__link:hover {
      text-decoration: none; }
    .p-contact {
      padding-block: 45px; }
    .p-contact__head {
      margin-bottom: 32px; }
      .p-contact__title {
        font-size: 3.6rem; }
        .p-contact__actions .c-btn::after {
          background-color: var(--c-white); }
        .p-contact__actions .c-btn:hover {
          border-color: var(--c-white); }
          .p-contact__actions .c-btn:hover .c-btn__icon,
          .p-contact__actions .c-btn:hover .c-btn__text {
            color: var(--c-main); }
    .p-lead {
      padding-block: 80px; }
      .p-lead__inner {
        max-width: 960px;
        margin-inline: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 64px; }
      .p-lead__heading {
        font-size: 3.2rem; }
      .p-lead__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 1.8rem; }
      .p-lead__circle {
        top: -80px;
        right: -144px; }
  .p-message {
    padding-block: 80px 180px; }
    .p-message__inner {
      -ms-grid-columns: 37.7% 1fr auto;
      grid-template-columns: 37.7% 1fr auto;
      -webkit-column-gap: 70px;
         -moz-column-gap: 70px;
              column-gap: 70px;
      max-width: 1220px;
      margin-inline: auto;
      padding-inline: 20px; }
    .p-message .js-title {
      -ms-grid-column: 3;
      grid-column: 3; }
    .p-message__title {
      font-size: 4rem; }
    .p-message__image {
      aspect-ratio: 460 / 490; }
    .p-message__content {
      row-gap: 16px; }
    .p-message__caption {
      -webkit-padding-before: 30px;
              padding-block-start: 30px;
      font-size: 2.6rem; }
      .p-message__text p {
        font-size: 1.6rem; }
    .p-recruit {
      padding-block: 144px 154px;
      background-image: url(../images/recruit_bg@pc.webp); }
      .p-recruit__inner {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto; }
      .p-recruit__circle {
        top: -114px;
        right: 177px; }
  .p-service {
    padding-block: 80px; }
    .p-service__inner {
      -ms-grid-columns: auto 1fr 42.62%;
      grid-template-columns: auto 1fr 42.62%;
      -webkit-column-gap: 28px;
         -moz-column-gap: 28px;
              column-gap: 28px;
      max-width: 1220px;
      margin-inline: auto;
      padding-inline: 20px; }
    .p-service__head {
      -webkit-margin-end: calc(70px - 28px);
              margin-inline-end: calc(70px - 28px); }
    .p-service__title {
      font-size: 4rem; }
    .p-service__image {
      -ms-grid-column: 3;
      grid-column: 3;
      aspect-ratio: 1 / 1;
      -webkit-margin-before: 40px;
              margin-block-start: 40px; }
    .p-service__content {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      gap: 50px;
      -webkit-padding-before: 40px;
              padding-block-start: 40px; }
    .p-service__lead p {
      font-size: 2.6rem; }
    .p-service__item {
      -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
      gap: 24px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .p-service__item-title {
      font-size: 2rem; }
    .p-service__item-text {
      font-size: 1.6rem; }
    .p-story {
      padding-block: 80px 180px; }
      .p-story::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 454px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        clip-path: polygon(0 100%, 100% 0, 100% 100%); }
      .p-story__inner {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 180px;
           -moz-column-gap: 180px;
                column-gap: 180px;
        max-width: 1220px;
        margin-inline: auto;
        padding-inline: 20px; }
      .p-story__head {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; }
      .p-story__title {
        font-size: 4rem; }
      .p-story__content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-column-gap: 180px;
           -moz-column-gap: 180px;
                column-gap: 180px; }
    .p-story-item:nth-child(odd) {
      -webkit-margin-before: 40px;
              margin-block-start: 40px; }
    .p-story-item.-even {
      -webkit-margin-before: -40px;
              margin-block-start: -40px; }
    .p-story-item:hover::before {
      opacity: 0.8; }
    .p-story-item:hover .p-story-item__info {
      color: var(--c-main); }
    .p-story-item:hover .p-story-item__icon {
      color: var(--c-white); }
      .p-story-item:hover .p-story-item__icon circle {
        fill: var(--c-main); }
      .p-story-item__number {
        font-size: 5.4rem; }
        .p-story-item__info .position {
          font-size: 1.8rem; }
      .p-story-item__info .join {
        font-size: 1.4rem; }
    .c-btn {
      max-width: 293px; }
      .c-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--c-main);
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        z-index: 0; }
      .c-btn:hover {
        border-color: var(--c-main02); }
        .c-btn:hover::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
        .c-btn:hover .c-btn__icon,
        .c-btn:hover .c-btn__text {
          color: var(--c-white); }
    .c-btn-recruit {
      max-width: 293px; }
      .c-btn-recruit::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        background-color: var(--c-yellow);
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        z-index: 0; }
      .c-btn-recruit:hover::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .c-modal__close:hover {
        background-color: var(--c-blue-deep); }
      .c-modal__grid {
        -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px; }
        .c-modal__pic .number {
          position: absolute;
          top: -30px;
          left: -13px;
          font-size: 5.4rem; }
      .c-modal__title {
        font-size: 4rem; }
      .c-modal .-prev,
      .c-modal .-next {
        top: 50%; }
    .c-modal .-prev {
      left: 18px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-modal .-next {
      right: 18px;
      -webkit-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1); }
    .c-mv {
      height: 700px; }
      .c-mv__inner {
        max-width: 1440px;
        margin: 0 auto; }
      .c-mv__circle {
        top: 186px;
        left: 77px;
        width: 243px;
        height: 243px; }
      .c-mv__main-img {
        top: 65px;
        right: 0;
        width: 720px;
        height: 540px; }
        .c-mv__sub-img--01 {
          top: 1px;
          left: 152px;
          width: 180px;
          height: 180px; }
        .c-mv__sub-img--02 {
          top: 105px;
          left: 372px;
          width: 200px;
          height: 120px; }
        .c-mv__sub-img--03 {
          top: 461px;
          left: 80px;
          width: 320px;
          height: 240px; }
      .c-mv__caption {
        top: 249px;
        left: 160px; }
        .c-mv__caption > .inner {
          -webkit-column-gap: 6px;
             -moz-column-gap: 6px;
                  column-gap: 6px; }
      .c-mv__caption-text {
        font-size: 4.6rem; }
      .c-mv__caption-line {
        width: 86px;
        height: 2px; }
      .c-mv__caption-main {
        -webkit-column-gap: 6px;
           -moz-column-gap: 6px;
                column-gap: 6px; }
        .c-mv__caption-main .inner {
          -webkit-column-gap: 6px;
             -moz-column-gap: 6px;
                  column-gap: 6px; }
      .c-mv__caption-quote {
        font-size: 12rem; }
      .c-mv__caption-quote--left {
        -webkit-transform: rotate(180deg) translateY(60px);
                transform: rotate(180deg) translateY(60px); }
      .c-mv__caption-title {
        font-size: 9.6rem; }
  .for-mobile {
    display: none; } }
@media (min-width: 960px) and (max-width: 1007px) {
  .l-header__logo a {
    max-width: calc(188px * .8); } }
@media (max-width: 1007px) {
      .l-header__nav-list {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; } }
@media (max-width: 959px) and (max-width: 390px) {
    .p-recruit__circle {
      left: calc(100% - 180px - 8vw); } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
