@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/dinpro_condensedmedium.otf");
}

@font-face {
  font-family: "DIN Pro B";
  src: url("../fonts/dinpro_bold.otf");
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translateY(1.875rem);
     -moz-transform: translateY(1.875rem);
      -ms-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
  -moz-animation: animPopup 1.6s linear both 0.7s;
  animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  body {
    padding-top: var(--header-height) !important;
  }
  .text-cm {
    font-size: 16px;
    line-height: 2.5;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .header__main {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    padding: 0 13px 0 32px;
  }
  .header__main h1 {
    font-size: 0;
    line-height: 0;
  }
  .header__main h1 a {
    display: block;
    width: 97px;
  }
  .header__main .header_menuSub > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__main .header_menuSub > ul > li {
    position: relative;
  }
  .header__main .header_menuSub > ul > li:not(:last-child) {
    margin-right: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .header__main .header_menuSub > ul > li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main .header_menuSub > ul > li:last-child {
    margin: 0;
  }
  .header__main .header_menuSub > ul > li:nth-last-child(2) {
    margin-right: 10px;
  }
  .header__main .header_menuSub > ul > li > a {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: bold;
  }
  .header__main .header_menuSub > ul > li > a.header__btn {
    min-height: 41px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #0092e5;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 22px;
  }
  .header__main .header_menuSub > ul > li > a.header__btn::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    margin-left: 8px;
  }
  .header__main .header_menuSub > ul > li > a.header__btn--type02 {
    background-color: #45B0EE;
  }
  .header__main .header_menuSub > ul > li ul {
    opacity: 0;
    display: inline-block;
    background: #fff;
    padding: 25px;
    position: absolute;
    left: 50%;
    top: 36px;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__main .header_menuSub > ul > li ul li + li {
    margin-top: 15px;
  }
  .header__main .header_menuSub > ul > li ul li a {
    font-weight: 400;
    font-size: 14px;
    font-weight: bold;
    color: #8D96A0;
  }
  .header__main .header_menuSub > ul > li.hasSub:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .header__main .header_menuSub > ul > li.hasSub > a {
    position: relative;
    display: inline-block;
    padding-right: 16px;
  }
  .header__main .header_menuSub > ul > li.hasSub > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .c-btn, a.c-btn, button.c-btn {
    min-width: 221px;
    min-height: 61px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background: transparent;
    border: 1px solid #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 0 75px 0 45px;
    position: relative;
  }
  .c-btn:hover, a.c-btn:hover, button.c-btn:hover {
    opacity: 0.7;
  }
  .c-btn::after, a.c-btn::after, button.c-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 43px;
    height: 43px;
    background: #0092e5 url(../img/ar.svg) center no-repeat;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -moz-background-size: 6px 10px;
         background-size: 6px 10px;
  }
  .footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 230px;
  }
  .footer__nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
  .footer__cta {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 43.6%;
    padding-left: 15px;
  }
  .footer__copyright {
    background: #13253b;
    padding: 15px 0;
  }
  .footer__copyright p {
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer-nav {
    position: relative;
    width: 285px;
    border-right: 1px dashed #707070;
    padding-right: 55px;
    padding-bottom: 20px;
  }
  .footer-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .footer-nav__item a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
  }
  .footer-nav__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 10px;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
  }
  .footer-nav__item a:hover {
    opacity: 0.7;
  }
  .footer-nav__item--has-child .footer-nav__sub {
    margin-top: 18px;
  }
  .footer-nav__item--blue {
    margin-top: 50px;
  }
  .footer-nav__item--blue > a {
    color: #0092e5;
  }
  .footer-nav__item--blue > a::after {
    background-color: #0092e5;
  }
  .footer-nav__sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-left: 12px;
  }
  .footer-nav__sub li a {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #8d96a0;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer-nav__sub li a:hover {
    opacity: 0.7;
  }
  .footer-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    min-height: 153px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #0092e5;
    padding-left: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .footer-card {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 36px;
    -webkit-mask: url(../img/ar3.svg) center/100% 100% no-repeat;
            mask: url(../img/ar3.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #343638;
  }
  .footer-card .t-tl {
    margin: 0;
  }
  .footer-card .t-tl__ja {
    display: block;
    margin: 0;
    position: static;
    bottom: 0;
  }
  .footer-card--contact {
    margin-top: 14px;
    min-height: 272px;
    background: #f6fbfe;
  }
  .footer-card--contact .t-tl__en {
    font-size: 77px;
  }
  .footer-card--recruit .t-tl__ja {
    color: #fff;
  }
  .footer-card--recruit .t-tl__en {
    color: #fff;
    padding-right: 0;
    line-height: 1;
  }
  .footer-card--recruit .t-tl__en:after {
    display: none;
  }
  .footer-card--recruit::after {
    background-color: #fff;
  }
  .c-mv {
    padding: 225px 0;
    background: url(../img/c-mv_bg.png) center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 2;
  }
  .c-mv .t-tl__en {
    font-weight: 500;
    font-size: 86px;
    text-align: left;
    color: #13253b;
    text-shadow: 10px 10px 6px rgba(185, 207, 217, 0.4);
    padding-right: 126px;
  }
  .c-mv .t-tl__ja {
    font-size: 20px;
    margin-left: -237px;
    bottom: -36px;
  }
  .c-mv .t-tl__en::after {
    width: 116px;
    height: 79px;
  }
  .breadcrumb {
    padding: 40px 0;
    position: relative;
    z-index: 2;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    color: #13253b;
  }
  .breadcrumb ul a {
    color: #13253b;
  }
  .breadcrumb ul li:not(:last-child) {
    margin-right: 30px;
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 10px;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
  }
  .t-tl {
    margin-bottom: 38px;
  }
  .t-tl__en {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 61px;
    color: #13253b;
    position: relative;
    padding-right: 98px;
  }
  .t-tl__en::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 88px;
    height: 60px;
    background: url(../img/tl_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .t-tl__ja {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #13253b;
    margin-left: -120px;
    display: inline-block;
    position: relative;
    bottom: -20px;
    font-weight: bold;
  }
  .t-tl--type02 {
    margin-bottom: 100px;
  }
  .t-tl--type02 .t-tl__ja {
    bottom: -40px;
    margin-left: -188px;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv h2 {
    position: absolute;
    top: 0;
    top: 50%;
    left: 15px;
    width: 45.20833%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: grid;
    line-height: .9;
    color: #FFF;
    font-size: 15vw;
    font-weight: 700;
  }
  .p_top .mv__news {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 0px;
    width: 23.4375%;
    max-width: 450px;
    z-index: 99;
  }
  .p_top .mv__news:hover {
    opacity: 1;
  }
  .p_top .mv__news:hover img {
    opacity: 1;
  }
  .p_top .news {
    background: #f6fbfe;
    padding: 137px 0 85px;
  }
  .p_top .news__list {
    border-top: 1px dashed #707070;
  }
  .p_top .news__btn {
    text-align: right;
    margin-top: 73px;
  }
  .p_top .news__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 34px 100px 34px 0;
    border-bottom: 1px dashed #707070;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
  }
  .p_top .news__item:hover {
    opacity: 0.7;
  }
  .p_top .news__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .news__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_top .news__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_top .about {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 130px);
    height: -moz-calc(100% - 130px);
    height: calc(100% - 130px);
    background: #f6fbfe;
    display: block;
    z-index: -1;
  }
  .p_top .about__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
    position: relative;
    padding: 25px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .about__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    width: -webkit-calc(100% + 240px);
    width: -moz-calc(100% + 240px);
    width: calc(100% + 240px);
    height: 100%;
    -moz-border-radius: 98px;
         border-radius: 98px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
    display: block;
    z-index: -1;
  }
  .p_top .about__content {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 585px;
  }
  .p_top .about__txt p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    color: #656565;
  }
  .p_top .about__txt p:not(:first-child) {
    margin-top: 8px;
  }
  .p_top .about__txt .txt-lg {
    font-size: 25px;
    line-height: 2;
    font-weight: bold;
    color: #000;
  }
  .p_top .about__btn {
    margin-top: 70px;
  }
  .p_top .about__img {
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -100px;
  }
  .p_top .about__img img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .p_top .business {
    padding-top: 190px;
  }
  .p_top .business__inner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 63px;
  }
  .p_top .business__inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 747px;
    width: 100vw;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #f6fbfe;
    display: block;
    z-index: -1;
  }
  .p_top .business__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 140px;
    margin-left: -40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px), print and (max-width: 1919px) {
  .p_top .business__list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1.5fr 1fr 1fr;
        grid-template-columns: 1.5fr 1fr 1fr;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .business-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 468px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px), print and (max-width: 1919px) {
  .p_top .business-card {
    width: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .business-card--lg {
    width: 638px;
  }
  .p_top .business-card--lg .business-card__txt {
    padding: 0 50px 0 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px), print and (max-width: 1919px) {
  .p_top .business-card--lg .business-card__txt {
    padding: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px), print and (max-width: 1919px) {
  .p_top .business-card--lg {
    width: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .business-card__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p_top .business-card__link:hover {
    opacity: 0.7;
  }
  .p_top .business-card__img {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_top .business-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .p_top .business-card__content {
    padding-top: 26px;
  }
  .p_top .business-card__title {
    font-size: 25px;
    line-height: 1.6;
    color: #131313;
    font-weight: bold;
    margin-bottom: 26px;
  }
  .p_top .business-card__txt p {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
  }
  .p_top .business-card__btn {
    margin-top: 30px;
    text-align: right;
  }
  .p_top .contact {
    padding: 175px 0 70px;
  }
  .p_top .contact__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #f6fbfe;
  }
  .p_top .contact__content {
    padding: 30px 66px 30px 97px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_top .contact__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .contact__txt p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.04em;
  }
  .p_top .contact__btn {
    margin-top: 40px;
    text-align: right;
  }
  .p_top .contact__img picture {
    height: 100%;
    display: block;
  }
  .p_top .contact__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
  }
  .bg-cm {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .bg-cm::after {
    content: "";
    position: absolute;
    top: -600px;
    left: -700px;
    width: 1930px;
    height: 1317px;
    background: url(../img/solution/eclip.png) center/100% 100% no-repeat;
    display: block;
  }
  .s-tl {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 1.65517;
    text-align: left;
    color: #0092e5;
    margin-bottom: 50px;
  }
  .p_solution .solution {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_solution .solution::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -200px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2081px;
    height: 1295px;
    background: url(../img/solution/vision_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -3;
  }
  .p_solution .solution .vision {
    position: relative;
    overflow: hidden;
    padding: 100px 0 280px;
  }
  .p_solution .solution .vision__inner {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_solution .solution .vision__content {
    width: 59.5%;
    padding-right: 9.42029%;
  }
  .p_solution .solution .vision__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.89474;
    text-align: left;
    color: #13253b;
    font-weight: 800;
    position: relative;
    padding-bottom: 39px;
    margin-bottom: 39px;
  }
  .p_solution .solution .vision__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 4px;
    background: #0092e5;
    display: block;
  }
  .p_solution .solution .vision__text {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .p_solution .solution .vision__image {
    width: -webkit-calc(41.5% + 400px);
    width: -moz-calc(41.5% + 400px);
    width: calc(41.5% + 400px);
    margin-right: -400px;
  }
  .p_solution .solution .vision__image img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 49px 0 0 49px;
         border-radius: 49px 0 0 49px;
    object-fit: cover;
  }
  .p_solution .solution .thinking {
    position: relative;
    padding-bottom: 160px;
  }
  .p_solution .solution .thinking__inner {
    position: relative;
    z-index: 1;
  }
  .p_solution .solution .thinking__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_solution .solution .thinking__list {
    gap: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_solution .solution .thinking-card {
    padding: 15px 15px 30px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #fafcff;
    overflow: hidden;
  }
  .p_solution .solution .thinking-card__image {
    margin: 0;
  }
  .p_solution .solution .thinking-card__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.75;
    object-fit: cover;
    -moz-border-radius: 30px 30px 0px 0px;
         border-radius: 30px 30px 0px 0px;
    overflow: hidden;
  }
  .p_solution .solution .thinking-card__title {
    font-weight: bold;
    font-size: 31px;
    text-align: center;
    margin: 27px 0 21px;
  }
  .p_solution .solution .thinking-card__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 2.1875;
  }
  .p_solution .solution .fields {
    padding-bottom: 290px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_solution .solution .fields .s-tl {
    margin-bottom: 30px;
  }
  .p_solution .solution .fields::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1845px;
    height: 1285px;
    background: url(../img/solution/fields_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_solution .solution .fields__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px;
  }
  .p_solution .solution .fields__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
  }
  .p_solution .solution .fields__intro {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_solution .solution .fields__text {
    margin: 0;
    font-size: 16px;
    line-height: 2.1875;
  }
  .p_solution .solution .fields .tab_content {
    display: none;
  }
  .p_solution .solution .fields .tab_content.active {
    display: block;
  }
  .p_solution .solution .fields .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 44px;
  }
  .p_solution .solution .fields .tabs li {
    margin: 0 40px;
  }
  .p_solution .solution .fields .tabs li a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 16px;
  }
  .p_solution .solution .fields .tabs li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 10px;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
    margin-top: -5px;
  }
  .p_solution .solution .fields .tabs li a.active {
    color: #0092E5;
  }
  .p_solution .solution .fields .tabs li a.active::after {
    background-color: #0092E5;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_solution .solution .fields__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 49px;
         border-radius: 49px;
    background: #fff;
    padding: 30px;
  }
  .p_solution .solution .fields__image {
    width: 44%;
    margin: 0;
  }
  .p_solution .solution .fields__image img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 28px;
         border-radius: 28px;
    object-fit: cover;
  }
  .p_solution .solution .fields__content {
    width: 56%;
    padding-left: 55px;
  }
  .p_solution .solution .fields__category {
    position: relative;
    margin-bottom: 35px;
    padding-left: 18px;
    font-weight: bold;
    font-size: 29px;
    color: #0092e5;
  }
  .p_solution .solution .fields__category::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_solution .solution .fields__catch {
    font-weight: bold;
    font-size: 31px;
    line-height: 1.6129;
    margin-bottom: 25px;
  }
  .p_solution .solution .fields__description {
    font-size: 16px;
    line-height: 2.8125;
  }
  .p_solution .solution .fields__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
    margin-top: 40px;
  }
  .p_solution .solution .fields__tag {
    min-width: 146px;
    min-height: 40px;
    border: 1px solid #f70;
    padding: 10px 20px;
    border: 1px solid #f70;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #f70;
  }
  .p_solution .solution .flow {
    padding: 100px 0;
  }
  .p_solution .solution .flow__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .p_solution .solution .flow__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px;
  }
  .p_solution .solution .flow__heading .t-tl {
    margin-bottom: 0;
  }
  .p_solution .solution .flow__intro {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 50px;
  }
  .p_solution .solution .flow__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.1875;
  }
  .p_solution .solution .flow__list {
    display: -ms-grid;
    display: grid;
    gap: 0 86px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_solution .solution .flow-card {
    padding: 44px 0;
    border-top: 1px dashed #707070;
  }
  .p_solution .solution .flow-card:nth-of-type(1), .p_solution .solution .flow-card:nth-of-type(2) {
    border-top: 0;
  }
  .p_solution .solution .flow-card__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 28px;
    margin-bottom: 30px;
  }
  .p_solution .solution .flow-card__phase {
    font-family: "DIN Pro B";
    font-weight: bold;
    font-size: 27px;
    color: #13253b;
  }
  .p_solution .solution .flow-card__title {
    font-weight: bold;
    font-size: 29px;
    color: #0092e5;
  }
  .p_solution .solution .flow-card__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .p_solution .solution .flow-card__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 118px;
    margin: 0;
  }
  .p_solution .solution .flow-card__icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_solution .solution .flow-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_solution .solution .flow-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0.06em;
  }
  .p_solution .solution .flow-card__link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #0092e5;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .p_solution .solution .flow-card__link:hover {
    opacity: .7;
  }
  .p_about .about .service {
    position: relative;
    z-index: 2;
    margin-top: 90px;
  }
  .p_about .about .service__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
  .p_about .about .service__image {
    width: -webkit-calc(42% + 270px);
    width: -moz-calc(42% + 270px);
    width: calc(42% + 270px);
    margin-left: -270px;
    position: relative;
    padding: 35px 35px 35px 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_about .about .service__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 93%;
    -moz-border-radius: 0 81px 81px 0;
         border-radius: 0 81px 81px 0;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_about .about .service__image img {
    width: 100%;
    display: block;
    -moz-border-radius: 0 40px 40px 0;
         border-radius: 0 40px 40px 0;
    overflow: hidden;
    object-fit: cover;
  }
  .p_about .about .service__content {
    width: 58%;
  }
  .p_about .about .service__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 2.325;
    text-align: left;
    color: #0092e5;
    margin-bottom: 50px;
  }
  .p_about .about .service__text {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .p_about .about .philosophy {
    padding: 130px 0 170px;
  }
  .p_about .about .philosophy__heading {
    margin-bottom: 60px;
  }
  .p_about .about .philosophy__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .p_about .about .philosophy__message {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 39%;
  }
  .p_about .about .philosophy__catch {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 181px;
    font-size: -webkit-calc(min(12vw, 181px));
    font-size: -moz-calc(min(12vw, 181px));
    font-size: calc(min(12vw, 181px));
    letter-spacing: -0.03em;
    line-height: 0.77901;
    text-align: left;
    color: #0092e5;
    white-space: nowrap;
  }
  .p_about .about .philosophy__catch span {
    display: inline-block;
  }
  .p_about .about .philosophy__visual {
    position: relative;
    margin-left: -80px;
    width: -webkit-calc(61% + 350px);
    width: -moz-calc(61% + 350px);
    width: calc(61% + 350px);
    margin-right: -270px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_about .about .philosophy__visual {
    margin-right: -100px;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about .philosophy__image {
    width: 100%;
    display: block;
    -moz-border-radius: 80px 0 0 80px;
         border-radius: 80px 0 0 80px;
    object-fit: cover;
  }
  .p_about .about .philosophy__text {
    position: absolute;
    top: 50%;
    left: 12%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 450px;
    font-weight: bold;
    font-size: 16px;
    line-height: 3.125;
  }
  .p_about .about .message {
    padding-bottom: 125px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_about .about .message::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1828px;
    height: 1181px;
    background: url(../img/about/message_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_about .about .message__heading {
    margin-bottom: 60px;
  }
  .p_about .about .message__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_about .about .message__body {
    width: 56.6%;
    padding-right: 8.69565%;
  }
  .p_about .about .message__body .s-tl {
    font-weight: bold;
  }
  .p_about .about .message__text {
    font-size: 16px;
    line-height: 2.1875;
  }
  .p_about .about .message__text p + p {
    margin-top: 28px;
  }
  .p_about .about .message__name {
    margin-top: 64px;
    text-align: right;
    font-weight: 700;
  }
  .p_about .about .message__image {
    width: 43.4%;
  }
  .p_about .about .message__image img {
    width: 100%;
    display: block;
    -moz-border-radius: 28px;
         border-radius: 28px;
    object-fit: cover;
  }
  .p_about .about .company {
    padding: 140px 0 60px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_about .about .company::after {
    content: "";
    position: absolute;
    top: 0;
    right: -85px;
    width: 1203px;
    height: 604px;
    background: url(../img/about/company_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: auto;
  }
  .p_about .about .company__header {
    margin-bottom: 120px;
  }
  .p_about .about .company__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_about .about .company__table {
    position: relative;
    z-index: 2;
  }
  .p_about .about .company__label {
    width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 35px 28px;
    font-size: 16px;
    font-weight: 700;
    color: #0092e5;
    border-top: 3px solid #0092e5;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_about .about .company__label {
    width: 200px;
  }
}

@media screen and (min-width: 769px), print {
  .p_about .about .company__content {
    width: 100%;
    margin-left: 17px;
    padding: 35px 28px;
    font-size: 16px;
    line-height: 2.5;
    border-top: 1px dashed rgba(19, 37, 59, 0.35);
    position: relative;
  }
  .p_about .about .company__content .pos {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 84px;
  }
  .p_about .about .company__content p + p {
    margin-top: 40px;
  }
  .p_about .about .company__business-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
  }
  .p_about .about .office {
    position: relative;
    padding: 140px 0;
    background: url("../img/about/bg-office.png") center center/cover no-repeat;
    overflow: hidden;
  }
  .p_about .about .office__grid {
    display: -ms-grid;
    display: grid;
    gap: 47px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_about .about .office__card {
    color: #fff;
  }
  .p_about .about .office__title {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
  }
  .p_about .about .office__map {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin-bottom: 25px;
  }
  .p_about .about .office__map iframe {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_about .about .office__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p_about .about .office__info {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
    color: #fff;
  }
  .p_about .about .office__info a {
    color: #fff;
  }
  .p_about .about .group {
    padding: 140px 0;
  }
  .p_about .about .group__header {
    margin-bottom: 70px;
  }
  .p_about .about .group__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  .p_about .about .group__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_about .about .group__logo {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .p_about .about .group__logo img {
    width: 60%;
    display: inline-block;
  }
  .p_about .about .group__logo--type02 {
    width: 330px;
  }
  .p_about .about .group__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_about .about .group__name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_about .about .group__text {
    font-size: 16px;
    line-height: 2.5;
  }
  .r-kv {
    position: relative;
  }
  .r-kv .row {
    max-width: 1440px;
  }
  .r-kv > picture {
    display: block;
    height: 100vh;
  }
  .r-kv > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .r-kv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-left: 265px;
  }
  .r-kv__txt img {
    width: 624px;
  }
  .r-kv .side-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 220px;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
  }
  .r-kv .side-menu__inner {
    text-align: center;
    width: 100%;
  }
  .r-kv .side-menu__logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .r-kv .side-menu__logo a {
    display: inline-block;
    width: 110px;
  }
  .r-kv .side-menu__list {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  .r-kv .side-menu__item {
    margin-bottom: 30px;
  }
  .r-kv .side-menu__link {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .r-kv .side-menu__entry {
    margin-top: auto;
  }
  .r-kv .side-menu__entry-link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    background: #0092e5;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .r-kv .side-menu__entry-link::after {
    content: "";
    margin-left: 10px;
    width: 6px;
    height: 10px;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .r-kv .side-menu__entry-link:hover {
    background: #0086ca;
  }
  .p_recruit .recruit {
    background: url(../img/recruit/bg.png) center top repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_recruit .recruit .rc-tl {
    text-align: right;
  }
  .p_recruit .recruit .rc-tl span {
    display: block;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 105px;
    text-align: right;
    color: #b6c2c8;
    line-height: 1;
  }
  .p_recruit .recruit .rc-tl small {
    display: block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_recruit .recruit .blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 130px;
  }
  .p_recruit .recruit .blk__lead {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .discover {
    padding: 150px 0;
    background: url(../img/recruit/discover_bg.png) center top -133px no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_recruit .recruit .discover__grid {
    display: -ms-grid;
    display: grid;
    gap: 43px 33px;
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 769px) and (max-width: 1079px) {
  .p_recruit .recruit .discover__grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_recruit .recruit .discover__grid .discover-card {
    -ms-grid-column: initial !important;
        grid-column: initial !important;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .discover-card {
    padding: 35px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #fff;
  }
  .p_recruit .recruit .discover-card figure {
    text-align: center;
  }
  .p_recruit .recruit .discover-card figure img {
    display: inline-block;
  }
  .p_recruit .recruit .discover-card__title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .discover-card--gender {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .p_recruit .recruit .discover-card--generation {
    -ms-grid-column: span 6;
        grid-column: span 6;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
  }
  .p_recruit .recruit .discover-card--holiday {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
  .p_recruit .recruit .discover-card--salary {
    -ms-grid-column: span 8;
        grid-column: span 8;
  }
  .p_recruit .recruit .discover-card--ratio {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .p_recruit .recruit .discover-card--assign {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .p_recruit .recruit .discover-card--career {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
  .p_recruit .recruit .discover-card--overtime {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
  .p_recruit .recruit .discover-card--leave {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
  .p_recruit .recruit .discover-card__gender {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 53px;
    margin-bottom: 39px;
  }
  .p_recruit .recruit .discover-card__percent {
    position: relative;
    min-width: 142px;
    height: 89px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 69px;
    padding-top: 10px;
  }
  .p_recruit .recruit .discover-card__percent small {
    margin-left: 4px;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  }
  .p_recruit .recruit .discover-card__percent::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 14px solid #0092e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .p_recruit .recruit .discover-card__percent--red {
    background: #ff5e4d;
  }
  .p_recruit .recruit .discover-card__percent--red::after {
    border-top-color: #ff5e4d;
  }
  .p_recruit .recruit .discover-card__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
  .p_recruit .recruit .discover-card__icon {
    width: 120px;
  }
  .p_recruit .recruit .discover-card__icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__holiday-day {
    width: 195px;
    height: 86px;
    margin: 0 auto 32px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 63px;
    text-align: right;
    max-width: 100%;
    color: #fff;
  }
  .p_recruit .recruit .discover-card__holiday-day::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 14px solid #0092e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .p_recruit .recruit .discover-card__holiday-day small {
    margin-left: 6px;
    font-size: 25px;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  }
  .p_recruit .recruit .discover-card__holiday-icon, .p_recruit .recruit .discover-card__time-icon {
    width: 138px;
    margin: 0 auto;
  }
  .p_recruit .recruit .discover-card__holiday-icon img, .p_recruit .recruit .discover-card__time-icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__note {
    font-weight: bold;
    margin-top: 24px;
    font-size: 21px;
    line-height: 1.7;
    text-align: center;
  }
  .p_recruit .recruit .discover-card__ratio-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 120px;
    width: 405px;
    margin: 0 auto;
  }
  .p_recruit .recruit .discover-card__ratio-item {
    text-align: center;
  }
  .p_recruit .recruit .discover-card__ratio-icon {
    width: 144px;
    margin: 24px auto 14px;
  }
  .p_recruit .recruit .discover-card__ratio-icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__ratio-text {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 -100px;
  }
  .p_recruit .recruit .discover-card__time-box {
    width: 195px;
    margin: 0 auto 25px;
    padding: 10px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #0092e5;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .p_recruit .recruit .discover-card__time-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 14px solid #0092e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .p_recruit .recruit .discover-card__time-box small {
    display: block;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  .p_recruit .recruit .discover-card__time-box strong {
    display: block;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 63px;
    line-height: 1;
    text-align: right;
    color: #fff;
  }
  .p_recruit .recruit .discover-card__time-box span {
    font-size: 25px;
    margin-left: 5px;
    font-weight: bold;
  }
  .p_recruit .recruit .generation-chart {
    position: relative;
  }
  .p_recruit .recruit .generation-chart__value {
    position: absolute;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 95px;
    line-height: 1;
    color: #69c3f6;
  }
  .p_recruit .recruit .generation-chart__value--tl {
    top: -41px;
    left: -36px;
  }
  .p_recruit .recruit .generation-chart__value--tr {
    top: -41px;
    right: -36px;
    color: #0092e5;
  }
  .p_recruit .recruit .generation-chart__value--bl {
    bottom: -41px;
    left: -36px;
    color: #47b4f2;
  }
  .p_recruit .recruit .generation-chart__value--br {
    bottom: -41px;
    right: -36px;
    color: #15a3f3;
  }
  .p_recruit .recruit .salary-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  .p_recruit .recruit .salary-list__item {
    padding: 35px 16px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #0092e5;
    color: #fff;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(2) {
    background-color: #15a3f3;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(3) {
    background-color: #47b4f2;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(4) {
    background-color: #69c3f6;
  }
  .p_recruit .recruit .salary-list__head {
    min-height: 54px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .salary-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 0;
    border-top: 1px dashed #fff;
  }
  .p_recruit .recruit .salary-list__row:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
  .p_recruit .recruit .salary-list__row dt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width: 30px;
  }
  .p_recruit .recruit .salary-list__row dd {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 39px;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .salary-list__row dd small {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-size: 12px;
    margin-right: 5px;
  }
  .p_recruit .recruit .salary-list__note {
    margin-top: 13px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .career-chart {
    width: 100%;
    max-width: 720px;
    margin-top: 80px;
    position: relative;
    padding-bottom: 6px;
  }
  .p_recruit .recruit .career-chart::after {
    content: "";
    position: absolute;
    left: 106px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #13253b;
    display: block;
  }
  .p_recruit .recruit .career-chart::before {
    content: "";
    position: absolute;
    left: 106px;
    bottom: 0;
    height: 5px;
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
    background: #13253b;
    display: block;
  }
  .p_recruit .recruit .career-chart__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .career-chart__label {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #14233d;
    text-align: right;
  }
  .p_recruit .recruit .career-chart__bar {
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
    padding: 10px 0;
  }
  .p_recruit .recruit .career-chart__fill {
    position: relative;
    height: 34px;
    background: #47acec;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_recruit .recruit .career-chart__fill--01.active {
    width: 62%;
  }
  .p_recruit .recruit .career-chart__fill--02.active {
    width: 74%;
  }
  .p_recruit .recruit .career-chart__fill--03.active {
    width: 100%;
  }
  .p_recruit .recruit .career-chart__fill--04.active {
    width: 42%;
  }
  .p_recruit .recruit .career-chart__percent {
    position: absolute;
    top: -42px;
    right: -18px;
    min-width: 66px;
    height: 40px;
    padding: 0 20px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #0d93e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 27px;
    text-align: right;
    color: #fff;
  }
  .p_recruit .recruit .career-chart__percent::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 8px solid #0d93e5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .p_recruit .recruit .career-chart__percent small {
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  }
  .p_recruit .recruit .t-tl__en {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.15em;
    color: #13253b;
    padding-right: 70px;
  }
  .p_recruit .recruit .t-tl__en::after {
    width: 65px;
    height: 44px;
  }
  .p_recruit .recruit .learning__ctn {
    padding: 167px 95px 110px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_recruit .recruit .learning__ctn {
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .learning-content {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_recruit .recruit .learning-content__image {
    text-align: center;
  }
  .p_recruit .recruit .learning-content__image img {
    display: inline-block;
    width: 70%;
  }
  .p_recruit .recruit .learning-content__text {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .learning-program {
    margin-top: 130px;
  }
  .p_recruit .recruit .learning-program__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .p_recruit .recruit .learning-program__item {
    min-height: 126px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: rgba(0, 146, 229, 0.03);
    padding: 45px;
  }
  .p_recruit .recruit .learning-program__item--full {
    grid-column: 1 / -1;
  }
  .p_recruit .recruit .learning-program__item dt {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #13253b;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_recruit .recruit .learning-program__item dt:hover {
    opacity: 0.7;
  }
  .p_recruit .recruit .learning-program__item dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_recruit .recruit .learning-program__item dt i:before, .p_recruit .recruit .learning-program__item dt i:after {
    content: "";
    position: absolute;
    background-color: #13253B;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_recruit .recruit .learning-program__item dt i:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
  }
  .p_recruit .recruit .learning-program__item dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
  }
  .p_recruit .recruit .learning-program__item dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_recruit .recruit .learning-program__item dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_recruit .recruit .learning-program__item dd .accCt {
    padding: 30px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .p_recruit .recruit .learning-program__item dd .accCt img {
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .benefits {
    padding: 130px 0;
  }
  .p_recruit .recruit .benefits-card {
    gap: 37px 42px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 90px;
  }
  .p_recruit .recruit .benefits-card__item {
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_recruit .recruit .benefits-card__image {
    width: 268px;
    max-width: 100%;
  }
  .p_recruit .recruit .benefits-card__title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .benefits-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: rgba(255, 255, 255, 0.91);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    padding: 86px 95px;
  }
  .p_recruit .recruit .benefits-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .benefits-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_recruit .recruit .benefits-box--reverse .benefits-box__content {
    padding-left: 0;
    padding-right: 55px;
  }
  .p_recruit .recruit .benefits-box__content {
    width: 50%;
    padding-left: 55px;
  }
  .p_recruit .recruit .benefits-box__text p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .benefits-box__image {
    width: 50%;
  }
  .p_recruit .recruit .benefits-box__image img {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_recruit .recruit .faq {
    padding-bottom: 120px;
  }
  .p_recruit .recruit .faq__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 80px;
  }
  .p_recruit .recruit .faq-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    padding: 100px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: rgba(255, 255, 255, 0.91);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  }
  .p_recruit .recruit .faq-item {
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: rgba(0, 146, 229, 0.03);
    padding: 40px 60px;
  }
  .p_recruit .recruit .faq-item__question {
    font-weight: bold;
    font-size: 25px;
    line-height: 2.36;
    text-align: left;
    color: #0092e5;
    position: relative;
    padding-left: 59px;
    margin-bottom: 20px;
  }
  .p_recruit .recruit .faq-item__question::before {
    content: "Q";
    position: absolute;
    top: 10px;
    left: 0;
    width: 39px;
    height: 39px;
    background: #0092e5;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .faq-item__answer {
    position: relative;
    padding-left: 59px;
  }
  .p_recruit .recruit .faq-item__answer::before {
    content: "A";
    position: absolute;
    top: -2px;
    left: 0;
    width: 39px;
    height: 39px;
    border: 1px solid #0092e5;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .faq-item__answer p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .office {
    padding-bottom: 120px;
  }
  .p_recruit .recruit .office-gallery figure img, .p_recruit .recruit .office-gallery picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .office-note {
    padding-top: 200px;
    position: relative;
  }
  .p_recruit .recruit .office-note p {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 2.4;
    text-align: center;
    color: #0a0a0a;
  }
  .p_recruit .recruit .office-note::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 76px;
    height: 114px;
    background: url(../img/recruit/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .recruit .interview {
    padding-bottom: 120px;
  }
  .p_recruit .recruit .interview__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 80px;
  }
  .p_recruit .recruit .interview-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 4px;
  }
  .p_recruit .recruit .interview-card {
    position: relative;
    overflow: hidden;
    background: #ddd;
    width: -webkit-calc((100% - 12px) / 4);
    width: -moz-calc((100% - 12px) / 4);
    width: calc((100% - 12px) / 4);
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_recruit .recruit .interview-card {
    width: -webkit-calc((100% - 12px) / 2);
    width: -moz-calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .interview-card__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_recruit .recruit .interview-card__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 379px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(42.68%, rgba(36, 36, 36, 0.8)), to(rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: -moz- oldlinear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to top, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    display: block;
  }
  .p_recruit .recruit .interview-card__link:hover img {
    opacity: 1;
  }
  .p_recruit .recruit .interview-card__image {
    position: relative;
    aspect-ratio: 3 / 5;
    overflow: hidden;
  }
  .p_recruit .recruit .interview-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    -moz-transition: transform 0.8s ease, -moz-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease;
  }
  .p_recruit .recruit .interview-card__content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__catch {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.53846;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__info {
    margin-top: 5px;
    padding-top: 14px;
    border-top: 1px solid #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .p_recruit .recruit .interview-card__meta {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_recruit .recruit .interview-card__department {
    font-size: 16px;
    line-height: 1.5625;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__name {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 57px;
    text-align: right;
    color: #fff;
    line-height: 1;
  }
  .p_recruit .recruit .interview-card--small .interview-card__catch {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.66667;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .entry {
    padding-bottom: 280px;
  }
  .p_recruit .recruit .entry .row {
    max-width: 1250px;
  }
  .p_recruit .recruit .entry-box {
    padding: 50px 40px 50px 100px;
    -moz-border-radius: 36px;
         border-radius: 36px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
  .p_recruit .recruit .entry-box {
    padding: 15px;
    gap: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_recruit .recruit .entry-box__head {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
  .p_recruit .recruit .entry-box__head .rc-tl {
    text-align: left;
  }
  .p_recruit .recruit .entry-box__head .rc-tl * {
    text-align: left;
  }
  .p_recruit .recruit .entry-box__head .rc-tl span, .p_recruit .recruit .entry-box__head .rc-tl small {
    color: #13253B;
  }
  .p_recruit .recruit .entry-box__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p_recruit .recruit .entry-box__button {
    min-height: 113px;
    padding: 0 70px;
    -moz-border-radius: 21px;
         border-radius: 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
  }
  .p_recruit .recruit .entry-box__button--primary {
    background: #0092e5;
    position: relative;
    padding-right: 120px;
  }
  .p_recruit .recruit .entry-box__button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #fff url(../img/ar4.svg) center no-repeat;
    display: block;
    -moz-background-size: 6px 10px;
         background-size: 6px 10px;
  }
  .p_recruit .recruit .entry-box__button--secondary {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #386a87;
  }
  .p_recruit .recruit .entry-nav {
    margin-top: 77px;
  }
  .p_recruit .recruit .entry-nav__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 70px;
    min-height: 63px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background: rgba(19, 37, 59, 0.71);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .p_recruit .recruit .entry-nav__item {
    list-style: none;
  }
  .p_recruit .recruit .entry-nav__link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .p_interview.p_recruit .r-kv > picture {
    height: auto;
  }
  .p_interview.p_recruit .r-kv .side-menu {
    height: -webkit-calc(100% + 64px);
    height: -moz-calc(100% + 64px);
    height: calc(100% + 64px);
    min-height: -webkit-calc(100% + 64px);
    min-height: -moz-calc(100% + 64px);
    min-height: calc(100% + 64px);
    overflow-y: auto;
  }
  .p_interview.p_recruit .r-kv {
    z-index: 10;
  }
  .p_interview.p_recruit .r-kv > picture {
    min-height: 500px;
  }
  .p_interview.p_recruit .r-kv > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt .row {
    max-width: 1300px;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 272px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(42.68%, rgba(36, 36, 36, 0.8)), to(rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: -moz- oldlinear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to top, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    display: block;
  }
  .p_interview.p_recruit .r-kv .interview-card {
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .p_interview.p_recruit .r-kv .interview-card__catch {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.66667;
    text-align: left;
    color: #fff;
  }
  .p_interview.p_recruit .r-kv .interview-card__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
  .p_interview.p_recruit .r-kv .interview-card__name {
    font-family: "DIN Pro";
    font-weight: 500;
    line-height: 1;
    font-size: 109px;
    text-align: right;
    color: #fff;
  }
  .p_interview.p_recruit .r-kv .interview-card__meta {
    padding-bottom: 10px;
  }
  .p_interview.p_recruit .r-kv .interview-card__department, .p_interview.p_recruit .r-kv .interview-card__year {
    font-size: 19px;
    line-height: 1.57895;
    text-align: left;
    color: #fff;
  }
  .p_interview.p_recruit .breadcrumb {
    background: #13253b;
    padding: 20px 0;
  }
  .p_interview.p_recruit .breadcrumb ul {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_interview.p_recruit .breadcrumb ul li {
    color: #fff;
  }
  .p_interview.p_recruit .breadcrumb ul li a {
    color: #fff;
  }
  .p_interview.p_recruit .recruit {
    padding-top: 180px;
  }
  .p_interview.p_recruit .breadcrumb ul li:not(:last-child)::after {
    background-color: #fff;
  }
  .p_interview.p_recruit .interview__ctn {
    background: url(../img/interview/bg.png) center top -100px no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 70px 0;
  }
  .p_interview.p_recruit .interview__ctn .row {
    max-width: 1300px;
  }
  .p_interview.p_recruit .interview__ctn .i-profile {
    padding: 50px 65px 50px 90px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #fcfcfa;
    margin-bottom: 68px;
  }
  .p_interview.p_recruit .interview__ctn .i-profile h2 {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 44px;
    text-align: left;
    color: #13253b;
    margin-bottom: 20px;
  }
  .p_interview.p_recruit .interview__ctn .i-profile p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #101010;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h2 {
    font-weight: bold;
    font-size: 42px;
    text-align: left;
    color: #13253b;
    margin-bottom: 90px;
    background: -webkit-linear-gradient(bottom, rgba(0, 146, 229, 0.06) 28px, transparent 14px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(0, 146, 229, 0.06) 28px, transparent 14px, transparent 100%);
    background: linear-gradient(to top, rgba(0, 146, 229, 0.06) 28px, transparent 14px, transparent 100%);
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h2 ~ h2 {
    margin-top: 90px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: left;
    color: #0092e5;
    margin-bottom: 45px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #101010;
    margin-bottom: 45px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn figure {
    margin-bottom: 45px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn figure img {
    overflow: hidden;
    -moz-border-radius: 24px;
         border-radius: 24px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk__txt {
    width: 47.9%;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk > figure {
    width: 46.4%;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk > figure img {
    -moz-border-radius: 24px;
         border-radius: 24px;
  }
  .p_case .case__main {
    position: relative;
    z-index: 19;
    margin-top: 118px;
  }
  .p_case .case__main--list {
    margin: -25px -28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_case .case__main--list article {
    width: 662px;
    margin: 25px 28px;
  }
  .p_case .case__main--list article a {
    display: block;
  }
  .p_case .case__main--list article a figure {
    width: 100%;
  }
  .p_case .case__main--list article a figure img {
    width: 100%;
    height: 458px;
    object-fit: cover;
    -moz-border-radius: 31px;
         border-radius: 31px;
  }
  .p_case .case__main--list article a h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #232323;
    margin-top: 20px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #707070;
  }
  .p_case .case__main--list article a p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 19px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 30px;
  }
  .p_case .case__main--list article a p::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: url("../img/caseArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .p_case .case__main--detail h2 {
    color: #0092E5;
    font-size: 29px;
    line-height: 48px;
    font-weight: 700;
  }
  .p_case .case__main--detail .content {
    margin-top: 30px;
  }
  .p_case .case__main--detail .content p {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
  }
  .p_case .case__main--detail .content p img {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px);
    margin: auto;
    display: block;
  }
  .p_case .case__main--detail .content img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 0 !important;
  }
  .p_case .case__main--detail .content .gallery .gallery-item {
    padding: 19px;
  }
  .p_case .case__main--detail .backList {
    text-align: center;
    margin-top: 66px;
  }
  .p_case .case__main--detail .backList a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 257px;
    height: 61px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    font-style: 15px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #000000;
    color: #000000;
  }
  .p_case .case__main--detail .backList a::after {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    background: url("../img/arrowList.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .text_cm {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  .header {
    position: fixed;
    top: 2.93333vw;
    left: 4vw;
    z-index: 999;
    width: 100%;
  }
  .header__main {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92vw;
    min-height: 13.6vw;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    padding-left: 3.2vw;
  }
  .header__main h1 {
    font-size: 0;
    line-height: 0;
  }
  .header__main h1 a {
    display: block;
    width: 18.66667vw;
  }
  .header__main .row {
    padding: 0;
  }
  .header__main .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding: 24vw 8vw;
  }
  .header__main .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header__main .header_menuSub > ul > li + li {
    margin-top: 5.33333vw;
  }
  .header__main .header_menuSub > ul > li > a {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .header__main .header_menuSub > ul > li ul {
    margin-top: 5.33333vw;
    padding-left: 2.66667vw;
  }
  .header__main .header_menuSub > ul > li ul li + li {
    margin-top: 4vw;
  }
  .header__main .header_menuSub > ul > li ul li a {
    color: #8D96A0;
    font-size: 4.26667vw;
  }
  .header__main .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 2.93333vw;
    right: 4vw;
    z-index: 9999;
    width: 17.6vw;
    height: 13.6vw;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(-1.06667vw, -1.06667vw) rotate(-45deg);
       -moz-transform: translate(-1.06667vw, -1.06667vw) rotate(-45deg);
        -ms-transform: translate(-1.06667vw, -1.06667vw) rotate(-45deg);
            transform: translate(-1.06667vw, -1.06667vw) rotate(-45deg);
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(-0.8vw, 1.06667vw) rotate(45deg);
       -moz-transform: translate(-0.8vw, 1.06667vw) rotate(45deg);
        -ms-transform: translate(-0.8vw, 1.06667vw) rotate(45deg);
            transform: translate(-0.8vw, 1.06667vw) rotate(45deg);
  }
  .header__main .menu_icon_in {
    width: 7.73333vw;
    height: 3.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__main .menu_icon_in .menu-trigger,
  .header__main .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 3.73333vw;
  }
  .header__main .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    min-height: 1px;
    background-color: #0092E5;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.6vw;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .c-btn, a.c-btn, button.c-btn {
    min-width: 58.93333vw;
    min-height: 16.26667vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    background: transparent;
    border: 1px solid #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    padding: 0 20vw 0 12vw;
    position: relative;
  }
  .c-btn:hover, a.c-btn:hover, button.c-btn:hover {
    opacity: 0.7;
  }
  .c-btn::after, a.c-btn::after, button.c-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.93333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.46667vw;
    height: 11.46667vw;
    background: #0092e5 url(../img/ar.svg) center no-repeat;
    display: block;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    -moz-background-size: 1.6vw 2.66667vw;
         background-size: 1.6vw 2.66667vw;
  }
  .footer__inner {
    padding: 8vw 8vw 14.93333vw;
  }
  .footer__cta {
    margin-top: 9.33333vw;
  }
  .footer__copyright {
    background: #13253b;
    padding: 6.66667vw 0;
  }
  .footer__copyright p {
    text-align: right;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer-nav {
    position: relative;
    border-bottom: 1px dashed #707070;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .footer-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.86667vw;
  }
  .footer-nav__item a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 6.4vw;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 4vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
  }
  .footer-nav__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6vw;
    height: 2.66667vw;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
  }
  .footer-nav__item a:hover {
    opacity: 0.7;
  }
  .footer-nav__item--has-child .footer-nav__sub {
    margin-top: 4.8vw;
  }
  .footer-nav__item--blue {
    margin-top: 13.33333vw;
  }
  .footer-nav__item--blue > a {
    color: #0092e5;
  }
  .footer-nav__item--blue > a::after {
    background-color: #0092e5;
  }
  .footer-nav__sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    padding-left: 3.2vw;
  }
  .footer-nav__sub li a {
    position: relative;
    font-size: 3.73333vw;
    line-height: 1.6;
    color: #8d96a0;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer-nav__sub li a:hover {
    opacity: 0.7;
  }
  .footer-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    min-height: 25.6vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #0092e5;
    padding-left: 9.6vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 18.66667vw;
  }
  .footer-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.93333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.8vw;
    height: 4.8vw;
    -webkit-mask: url(../img/ar3.svg) center/100% 100% no-repeat;
            mask: url(../img/ar3.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #343638;
  }
  .footer-card .t-tl {
    margin: 0;
    text-align: left;
  }
  .footer-card .t-tl__ja {
    display: block;
    margin: 0;
    position: static;
    bottom: 0;
    font-size: 3.73333vw;
  }
  .footer-card .t-tl__en {
    font-size: 11.2vw;
  }
  .footer-card--contact {
    margin-top: 2.93333vw;
    min-height: 40.26667vw;
    background: #f6fbfe;
  }
  .footer-card--contact .t-tl__en::after {
    width: 14.66667vw;
    height: 9.86667vw;
  }
  .footer-card--recruit .t-tl__ja {
    color: #fff;
  }
  .footer-card--recruit .t-tl__en {
    color: #fff;
    padding-right: 0;
    line-height: 1;
  }
  .footer-card--recruit .t-tl__en:after {
    display: none;
  }
  .footer-card--recruit::after {
    background-color: #fff;
  }
  .c-mv {
    padding: 57.33333vw 0;
    background: url(../img/c-mv_bg_sp.png) center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 2;
  }
  .c-mv .t-tl__en {
    font-weight: 500;
    font-size: 14.13333vw;
    text-align: left;
    color: #13253b;
    text-shadow: 2.66667vw 2.66667vw 1.6vw rgba(185, 207, 217, 0.4);
    padding-right: 23.46667vw;
  }
  .c-mv .t-tl__ja {
    font-size: 4vw;
    margin-left: -42.66667vw;
    bottom: -9.6vw;
  }
  .c-mv .t-tl__en::after {
    width: 20.8vw;
    height: 14.13333vw;
  }
  .breadcrumb {
    padding: 4vw 0;
    position: relative;
    z-index: 2;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 3.73333vw;
    color: #13253b;
  }
  .breadcrumb ul a {
    color: #13253b;
  }
  .breadcrumb ul li:not(:last-child) {
    margin-right: 8vw;
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5.06667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6vw;
    height: 2.66667vw;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
  }
  .t-tl {
    margin-bottom: 14.66667vw;
    width: 100%;
    text-align: center;
    padding-right: 8vw;
  }
  .t-tl__en {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 15.73333vw;
    color: #13253b;
    position: relative;
    padding-right: 21.77778vw;
    white-space: nowrap;
  }
  .t-tl__en::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19.55556vw;
    height: 13.33333vw;
    background: url(../img/tl_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .t-tl__ja {
    font-weight: normal;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
    color: #13253b;
    margin-left: -26.66667vw;
    display: inline-block;
    position: relative;
    bottom: -5.33333vw;
    font-weight: bold;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv h2 {
    position: absolute;
    top: 26.66667vw;
    left: 4vw;
    width: 82.66667vw;
    font-size: 27vw;
    display: grid;
    line-height: .9;
    color: #FFF;
    font-weight: 700;
  }
  .p_top .news {
    background: #F6FBFE;
    padding: 16.53333vw 0;
  }
  .p_top .news__list {
    border-top: 1px dashed #707070;
  }
  .p_top .news__btn {
    text-align: center;
    margin-top: 14.66667vw;
  }
  .p_top .news__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.66667vw;
    padding: 6.66667vw 13.33333vw 6.66667vw 0;
    border-bottom: 1px dashed #707070;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
  }
  .p_top .news__item:hover {
    opacity: 0.7;
  }
  .p_top .news__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .news__date {
    font-weight: normal;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_top .news__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_top .about {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 4vw;
  }
  .p_top .about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 213.33333vw;
    background: #f6fbfe;
    display: block;
    z-index: -1;
  }
  .p_top .about__inner {
    padding: 20.26667vw 4vw 14.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
    -moz-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.02);
         box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.02);
  }
  .p_top .about__txt p {
    font-size: 3.73333vw;
    line-height: 2.5;
    letter-spacing: 0.05em;
    color: #656565;
  }
  .p_top .about__txt .txt-lg {
    color: #000;
    font-size: 6.66667vw;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 6.66667vw;
  }
  .p_top .about__btn {
    margin-top: 8vw;
    text-align: center;
  }
  .p_top .about__img {
    position: relative;
    margin-bottom: 6.66667vw;
  }
  .p_top .about__img img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
  }
  .p_top .business {
    padding-top: 24vw;
  }
  .p_top .business__inner {
    position: relative;
  }
  .p_top .business__list {
    display: -ms-grid;
    display: grid;
    gap: 19.2vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .business-card__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p_top .business-card__link:hover {
    opacity: 0.7;
  }
  .p_top .business-card__img {
    overflow: hidden;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_top .business-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .p_top .business-card__content {
    padding-top: 4.26667vw;
  }
  .p_top .business-card__title {
    font-size: 6.66667vw;
    line-height: 1.6;
    color: #131313;
    font-weight: bold;
    margin-bottom: 2.66667vw;
  }
  .p_top .business-card__txt p {
    font-size: 4.26667vw;
    line-height: 2.125;
    letter-spacing: 0.05em;
  }
  .p_top .business-card__btn {
    margin-top: 8vw;
    text-align: center;
  }
  .p_top .contact {
    padding: 27.73333vw 4vw 0vw;
  }
  .p_top .contact__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    overflow: hidden;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #f6fbfe;
    padding: 0;
  }
  .p_top .contact__content {
    padding: 18.66667vw 4vw 14.93333vw;
  }
  .p_top .contact__txt p {
    font-size: 4.26667vw;
    line-height: 2.125;
    letter-spacing: 0.04em;
  }
  .p_top .contact__btn {
    margin-top: 13.33333vw;
    text-align: center;
  }
  .p_top .contact__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .bg-cm {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .bg-cm::after {
    content: "";
    position: absolute;
    top: -93.33333vw;
    left: -192vw;
    width: 315.73333vw;
    height: 250.4vw;
    background: url(../img/eclip_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .s-tl {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 5.06667vw;
    line-height: 1.65517;
    text-align: left;
    color: #0092e5;
    margin-bottom: 9.33333vw;
  }
  .p_solution .solution {
    position: relative;
  }
  .p_solution .solution .vision {
    position: relative;
    overflow: hidden;
    padding: 12vw 0 24vw;
  }
  .p_solution .solution .vision__inner {
    position: relative;
    z-index: 3;
  }
  .p_solution .solution .vision__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: normal;
    font-size: 5.6vw;
    line-height: 1.90476;
    text-align: left;
    color: #13253b;
    font-weight: 800;
    position: relative;
    padding-bottom: 9.86667vw;
    margin-bottom: 5.86667vw;
  }
  .p_solution .solution .vision__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13.86667vw;
    height: 1.06667vw;
    background: #0092e5;
    display: block;
  }
  .p_solution .solution .vision__text {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .p_solution .solution .vision__image {
    margin: 0 -4vw 6.66667vw;
  }
  .p_solution .solution .thinking {
    position: relative;
    padding-bottom: 24vw;
  }
  .p_solution .solution .thinking .s-tl {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p_solution .solution .thinking .t-tl__ja {
    margin-left: 5.33333vw;
    bottom: 2.66667vw;
  }
  .p_solution .solution .thinking__inner {
    position: relative;
    z-index: 1;
  }
  .p_solution .solution .thinking__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6.4vw;
  }
  .p_solution .solution .thinking-card {
    padding: 4vw 4vw 8vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fafcff;
    overflow: hidden;
  }
  .p_solution .solution .thinking-card__image {
    margin: 0;
  }
  .p_solution .solution .thinking-card__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.75;
    object-fit: cover;
    -moz-border-radius: 5.33333vw 5.33333vw 0vw 0vw;
         border-radius: 5.33333vw 5.33333vw 0vw 0vw;
    overflow: hidden;
  }
  .p_solution .solution .thinking-card__title {
    font-weight: bold;
    font-size: 6.66667vw;
    text-align: center;
    margin: 5.33333vw 0 1.33333vw;
  }
  .p_solution .solution .thinking-card__text {
    font-weight: normal;
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  .p_solution .solution .fields {
    padding-bottom: 37.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
  }
  .p_solution .solution .fields::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150%;
    height: 266.66667vw;
    background: #fafcff;
    display: block;
    z-index: -1;
    -webkit-transform: translateX(-50%) rotate(-10deg);
       -moz-transform: translateX(-50%) rotate(-10deg);
        -ms-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  .p_solution .solution .fields .s-tl {
    margin-bottom: 8vw;
  }
  .p_solution .solution .fields__head {
    margin-bottom: 10.66667vw;
  }
  .p_solution .solution .fields__intro .s-tl {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p_solution .solution .fields__text {
    margin: 0;
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  .p_solution .solution .fields .tab_content {
    display: none;
  }
  .p_solution .solution .fields .tab_content.active {
    display: block;
  }
  .p_solution .solution .fields .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.86667vw;
  }
  .p_solution .solution .fields .tabs li {
    margin: 0 3.46667vw 2.66667vw;
  }
  .p_solution .solution .fields .tabs li a {
    font-weight: bold;
    font-size: 4.26667vw;
    position: relative;
    display: inline-block;
    padding-right: 4.26667vw;
  }
  .p_solution .solution .fields .tabs li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.6vw;
    height: 2.66667vw;
    -webkit-mask: url(../img/ar.svg) center/100% 100% no-repeat;
            mask: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
    background-color: #000;
    margin-top: -1.33333vw;
  }
  .p_solution .solution .fields .tabs li a.active {
    color: #0092E5;
  }
  .p_solution .solution .fields .tabs li a.active::after {
    background-color: #0092E5;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_solution .solution .fields__body {
    -moz-border-radius: 13.06667vw;
         border-radius: 13.06667vw;
    background: #fff;
    padding: 4vw;
  }
  .p_solution .solution .fields__image {
    margin-bottom: 9.33333vw;
  }
  .p_solution .solution .fields__image img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    object-fit: cover;
  }
  .p_solution .solution .fields__category {
    position: relative;
    margin-bottom: 4.26667vw;
    padding-left: 4.8vw;
    font-weight: bold;
    font-size: 5.33333vw;
    color: #0092e5;
  }
  .p_solution .solution .fields__category::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_solution .solution .fields__catch {
    font-weight: bold;
    font-size: 5.6vw;
    line-height: 1.6129;
    margin-bottom: 3.33333vw;
  }
  .p_solution .solution .fields__description {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  .p_solution .solution .fields__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.8vw;
    margin-top: 10.66667vw;
  }
  .p_solution .solution .fields__tag {
    min-width: 38.93333vw;
    min-height: 10.66667vw;
    border: 1px solid #f70;
    padding: 0vw 8vw;
    border: 1px solid #f70;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    font-size: 4.26667vw;
    font-weight: 700;
    text-align: center;
    color: #f70;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_solution .solution .flow {
    padding: 26.66667vw 0 13.33333vw;
  }
  .p_solution .solution .flow__head {
    margin-bottom: 2.66667vw;
  }
  .p_solution .solution .flow__heading .t-tl {
    margin-bottom: 0;
  }
  .p_solution .solution .flow__intro {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 8vw;
  }
  .p_solution .solution .flow__text {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.1875;
  }
  .p_solution .solution .flow__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p_solution .solution .flow-card {
    padding: 7.46667vw 0;
    border-bottom: 1px dashed #707070;
  }
  .p_solution .solution .flow-card__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
  .p_solution .solution .flow-card__phase {
    font-family: "DIN Pro B";
    font-weight: bold;
    font-size: 5.86667vw;
    color: #13253b;
  }
  .p_solution .solution .flow-card__title {
    font-weight: bold;
    font-size: 6.13333vw;
    color: #0092e5;
  }
  .p_solution .solution .flow-card__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_solution .solution .flow-card__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27.2vw;
    margin: 0;
  }
  .p_solution .solution .flow-card__icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_solution .solution .flow-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.46667vw;
  }
  .p_solution .solution .flow-card__text {
    margin: 0;
    font-size: 4vw;
    line-height: 2.33333;
    letter-spacing: 0.06em;
  }
  .p_solution .solution .flow-card__link {
    display: inline-block;
    margin-top: 2.66667vw;
    font-weight: 700;
    color: #0092e5;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .p_solution .solution .flow-card__link:hover {
    opacity: .7;
  }
  .p_about .about .service {
    position: relative;
    z-index: 2;
    margin-top: 4vw;
  }
  .p_about .about .service__image {
    width: 101.6vw;
    margin-left: -13.33333vw;
    position: relative;
    padding: 4vw 4vw 4vw 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 6.66667vw;
  }
  .p_about .about .service__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 93%;
    -moz-border-radius: 0 13.33333vw 13.33333vw 0;
         border-radius: 0 13.33333vw 13.33333vw 0;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_about .about .service__image img {
    width: 100%;
    display: block;
    -moz-border-radius: 0 10.66667vw 10.66667vw 0;
         border-radius: 0 10.66667vw 10.66667vw 0;
    overflow: hidden;
    object-fit: cover;
  }
  .p_about .about .service__content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p_about .about .service__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 6.13333vw;
    line-height: 1.91304;
    text-align: left;
    color: #0092e5;
    margin-bottom: 2.66667vw;
  }
  .p_about .about .service__text {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .p_about .about .philosophy {
    padding: 17.33333vw 0 26.66667vw;
  }
  .p_about .about .philosophy__inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .p_about .about .philosophy__heading {
    margin-bottom: 16vw;
  }
  .p_about .about .philosophy__content {
    position: relative;
  }
  .p_about .about .philosophy__message {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_about .about .philosophy__catch {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 29.33333vw;
    letter-spacing: -0.03em;
    line-height: 0.78182;
    text-align: left;
    color: #0092e5;
    white-space: nowrap;
    margin-bottom: -10.66667vw;
  }
  .p_about .about .philosophy__catch span {
    display: inline-block;
  }
  .p_about .about .philosophy__visual {
    position: relative;
  }
  .p_about .about .philosophy__visual picture {
    display: block;
    width: 116.8vw;
    margin-right: -32vw;
  }
  .p_about .about .philosophy__image {
    display: block;
    -moz-border-radius: 10.66667vw 0 0 10.66667vw;
         border-radius: 10.66667vw 0 0 10.66667vw;
    object-fit: cover;
  }
  .p_about .about .philosophy__text {
    font-weight: bold;
    font-size: 4.26667vw;
    line-height: 2.5;
    margin-top: 8vw;
  }
  .p_about .about .message {
    padding-bottom: 24vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_about .about .message::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 21.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 324.97778vw;
    height: 209.95556vw;
    background: url(../img/about/message_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_about .about .message__heading {
    margin-bottom: 16vw;
  }
  .p_about .about .message__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_about .about .message__body .s-tl {
    font-weight: bold;
    font-size: 5.33333vw;
    line-height: 2.25;
  }
  .p_about .about .message__text {
    font-size: 4.26667vw;
    line-height: 2.1875;
  }
  .p_about .about .message__text p + p {
    margin-top: 7.46667vw;
  }
  .p_about .about .message__name {
    margin-top: 17.06667vw;
    text-align: right;
    font-weight: 700;
  }
  .p_about .about .message__image {
    margin-bottom: 9.33333vw;
  }
  .p_about .about .message__image img {
    width: 100%;
    display: block;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_about .about .company {
    padding: 0vw 0 16vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_about .about .company .row {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .p_about .about .company::after {
    content: "";
    position: absolute;
    top: -53.33333vw;
    left: -8vw;
    width: 133.66667vw;
    height: 67.11111vw;
    background: url(../img/about/company_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: auto;
  }
  .p_about .about .company__header {
    margin-bottom: 32vw;
  }
  .p_about .about .company__header .t-tl {
    position: relative;
    z-index: 2;
  }
  .p_about .about .company__header .t-tl .t-tl__en {
    line-height: 1;
  }
  .p_about .about .company__header .t-tl .t-tl__en::after {
    top: 76%;
  }
  .p_about .about .company__row + .company__row {
    margin-top: 9.33333vw;
  }
  .p_about .about .company__table {
    position: relative;
    z-index: 2;
  }
  .p_about .about .company__label {
    font-size: 4.26667vw;
    font-weight: 700;
    color: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 4vw;
  }
  .p_about .about .company__label::after {
    content: "";
    margin-left: 2.93333vw;
    width: 100%;
    height: 0.53333vw;
    min-height: 2px;
    background: #0092e5;
    display: block;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_about .about .company__content {
    font-size: 4.26667vw;
    line-height: 2.1875;
    position: relative;
  }
  .p_about .about .company__content .pos {
    position: absolute;
    right: 5.33333vw;
    top: 10.66667vw;
    width: 22.4vw;
    display: none;
  }
  .p_about .about .company__content p + p {
    margin-top: 10.66667vw;
  }
  .p_about .about .company__business-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10.66667vw;
  }
  .p_about .about .office {
    position: relative;
    padding: 26.66667vw 4vw;
    background: url("../img/about/bg-office_sp.png") center center/cover no-repeat;
    overflow: hidden;
  }
  .p_about .about .office__grid {
    display: -ms-grid;
    display: grid;
    gap: 10.66667vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_about .about .office__card {
    color: #fff;
  }
  .p_about .about .office__title {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 12.53333vw;
    text-align: left;
    color: #fff;
    margin-bottom: 2.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_about .about .office__title small {
    font-size: 4.26667vw;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-weight: 400;
    margin-left: 4.53333vw;
  }
  .p_about .about .office__map {
    overflow: hidden;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    margin-bottom: 4vw;
  }
  .p_about .about .office__map iframe {
    overflow: hidden;
    height: 72.8vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_about .about .office__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p_about .about .office__info p {
    font-size: 4vw;
    line-height: 2;
    text-align: left;
    color: #fff;
  }
  .p_about .about .office__info a {
    color: #fff;
  }
  .p_about .about .group {
    padding: 21.33333vw 4vw;
  }
  .p_about .about .group__header {
    margin-bottom: 18.66667vw;
  }
  .p_about .about .group__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24vw;
  }
  .p_about .about .group__logo {
    width: 35.73333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    margin: 0 auto 13.33333vw;
  }
  .p_about .about .group__logo--type02 {
    width: 64vw;
  }
  .p_about .about .group__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_about .about .group__name {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2.66667vw;
  }
  .p_about .about .group__text {
    font-size: 4vw;
    line-height: 2.33333;
  }
  .r-kv {
    position: relative;
  }
  .r-kv__menu {
        position: fixed;
        right: 0;
        bottom: 4.53333vw;
        padding: 3vw 5vw;
        text-align: center;
        -moz-border-radius: 8vw 0 0 8vw;
        border-radius: 8vw 0 0 8vw;
        background-color: rgba(0, 0, 0, 0.72);
        z-index: 9999;
        font-size: 3.2vw;
  }
  .r-kv__menu img {
    display: inline-block;
    width: 20vw;
  }
  .r-kv > picture {
    display: block;
  }
  .r-kv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 26.66667vw;
  }
  .r-kv__txt img {
    width: 79.6vw;
  }
  .r-kv .side-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    width: 58.66667vw;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11.73333vw;
    padding-top: 10.66667vw;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    overflow: auto;
  }
  .r-kv .side-menu.show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .r-kv .side-menu__logo {
    margin-bottom: 4vw;
  }
  .r-kv .side-menu__logo a {
    display: inline-block;
    width: 20.53333vw;
  }
  .r-kv .side-menu__list {
    display: inline-block;
    text-align: left;
    margin-bottom: 2.66667vw;
  }
  .r-kv .side-menu__item {
    margin-bottom: 5.33333vw;
  }
  .r-kv .side-menu__link {
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .r-kv .side-menu__entry {
    margin-top: auto;
  }
  .r-kv .side-menu__entry-link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 21.33333vw;
    background: #0092e5;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .r-kv .side-menu__entry-link::after {
    content: "";
    margin-left: 2.66667vw;
    width: 1.6vw;
    height: 2.66667vw;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .r-kv .side-menu__entry-link:hover {
    background: #0086ca;
  }
  .p_recruit .recruit {
    background: url(../img/recruit/bg.png) center top repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_recruit .recruit .rc-tl {
    text-align: right;
    margin-bottom: 10.66667vw;
  }
  .p_recruit .recruit .rc-tl span {
    display: block;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 19.2vw;
    text-align: right;
    color: #b6c2c8;
    line-height: 1;
  }
  .p_recruit .recruit .rc-tl small {
    display: block;
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    color: #13253b;
  }
  .p_recruit .recruit .blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8vw;
  }
  .p_recruit .recruit .blk__lead {
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.1875;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .discover {
    padding: 10.66667vw 0;
    background: url(../img/recruit/discover_bg.png) center top -35.46667vw no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_recruit .recruit .discover .row {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .p_recruit .recruit .discover .row > p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.1875;
    text-align: left;
    color: #13253b;
    margin-bottom: 26.66667vw;
  }
  .p_recruit .recruit .discover__grid {
    display: -ms-grid;
    display: grid;
    gap: 7.46667vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_recruit .recruit .discover-card {
    padding: 6.66667vw;
    -moz-border-radius: 8vw;
         border-radius: 8vw;
    background: #fff;
  }
  .p_recruit .recruit .discover-card figure {
    text-align: center;
  }
  .p_recruit .recruit .discover-card figure img {
    display: inline-block;
  }
  .p_recruit .recruit .discover-card__title {
    margin-bottom: 8vw;
    font-weight: bold;
    font-size: 5.33333vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .discover-card--generation {
    padding-bottom: 16vw;
  }
  .p_recruit .recruit .discover-card__gender {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9.6vw;
    margin-bottom: 10.4vw;
  }
  .p_recruit .recruit .discover-card__percent {
    position: relative;
    min-width: 29.86667vw;
    height: 23.73333vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    background: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 17.33333vw;
    padding-top: 2.66667vw;
  }
  .p_recruit .recruit .discover-card__percent small {
    margin-left: 1.06667vw;
    font-size: 6.4vw;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  }
  .p_recruit .recruit .discover-card__percent::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.46667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 3.73333vw solid #0092e5;
    border-left: 1.86667vw solid transparent;
    border-right: 1.86667vw solid transparent;
  }
  .p_recruit .recruit .discover-card__percent--red {
    background: #ff5e4d;
  }
  .p_recruit .recruit .discover-card__percent--red::after {
    border-top-color: #ff5e4d;
  }
  .p_recruit .recruit .discover-card__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 19.46667vw;
  }
  .p_recruit .recruit .discover-card__icon {
    width: 20vw;
  }
  .p_recruit .recruit .discover-card__icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__holiday-day {
    width: 37.33333vw;
    height: 16.53333vw;
    margin: 0 auto 8.53333vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    background: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 13.33333vw;
    text-align: right;
    color: #fff;
  }
  .p_recruit .recruit .discover-card__holiday-day::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.46667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 3.73333vw solid #0092e5;
    border-left: 1.86667vw solid transparent;
    border-right: 1.86667vw solid transparent;
  }
  .p_recruit .recruit .discover-card__holiday-day small {
    margin-left: 1.6vw;
    font-size: 5.33333vw;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    margin-bottom: -20px;
  }
  .p_recruit .recruit .discover-card__holiday-icon, .p_recruit .recruit .discover-card__time-icon {
    width: 29.33333vw;
    margin: 0 auto;
  }
  .p_recruit .recruit .discover-card__holiday-icon img, .p_recruit .recruit .discover-card__time-icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__note {
    font-weight: bold;
    margin-top: 6.4vw;
    font-size: 4.26667vw;
    line-height: 1.7;
    text-align: center;
  }
  .p_recruit .recruit .discover-card__ratio-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 9.33333vw;
    margin: 0 auto;
  }
  .p_recruit .recruit .discover-card__ratio-wrap .discover-card__percent {
    min-width: 29.86667vw;
  }
  .p_recruit .recruit .discover-card__ratio-wrap .discover-card__ratio-icon {
    width: 22.93333vw;
  }
  .p_recruit .recruit .discover-card__ratio-item {
    text-align: center;
  }
  .p_recruit .recruit .discover-card__ratio-icon {
    width: 38.4vw;
    margin: 6.4vw auto 3.73333vw;
  }
  .p_recruit .recruit .discover-card__ratio-icon img {
    width: 100%;
    display: block;
  }
  .p_recruit .recruit .discover-card__ratio-text {
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 -26.66667vw;
  }
  .p_recruit .recruit .discover-card__time-box {
    width: 38.66667vw;
    margin: 0 auto 6.66667vw;
    padding: 2.66667vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    background: #0092e5;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .p_recruit .recruit .discover-card__time-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.46667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 3.73333vw solid #0092e5;
    border-left: 1.86667vw solid transparent;
    border-right: 1.86667vw solid transparent;
  }
  .p_recruit .recruit .discover-card__time-box small {
    display: block;
    font-size: 3.73333vw;
    font-weight: bold;
    width: 100%;
  }
  .p_recruit .recruit .discover-card__time-box strong {
    display: block;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 12.53333vw;
    line-height: 1;
    text-align: right;
    color: #fff;
  }
  .p_recruit .recruit .discover-card__time-box span {
    font-size: 4.8vw;
    margin-left: 1.33333vw;
    font-weight: bold;
  }
  .p_recruit .recruit .generation-chart {
    position: relative;
  }
  .p_recruit .recruit .generation-chart__value {
    position: absolute;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 11.2vw;
    line-height: 1;
    color: #69c3f6;
    opacity: 0;
  }
  .p_recruit .recruit .generation-chart__value.active {
    opacity: 1;
  }
  .p_recruit .recruit .generation-chart__value--tl {
    top: -5.33333vw;
    left: -1.86667vw;
  }
  .p_recruit .recruit .generation-chart__value--tr {
    top: -5.33333vw;
    right: -1.86667vw;
    color: #0092e5;
  }
  .p_recruit .recruit .generation-chart__value--bl {
    bottom: -5.33333vw;
    left: -1.86667vw;
    color: #47b4f2;
  }
  .p_recruit .recruit .generation-chart__value--br {
    bottom: -5.33333vw;
    right: -1.86667vw;
    color: #15a3f3;
  }
  .p_recruit .recruit .salary-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4vw;
  }
  .p_recruit .recruit .salary-list__item {
    padding: 4vw 14.66667vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    background: #0092e5;
    color: #fff;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(2) {
    background-color: #15a3f3;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(3) {
    background-color: #47b4f2;
  }
  .p_recruit .recruit .salary-list__item:nth-of-type(4) {
    background-color: #69c3f6;
  }
  .p_recruit .recruit .salary-list__head {
    margin-bottom: 2.66667vw;
    font-weight: bold;
    font-size: 5.33333vw;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .salary-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.73333vw 0;
    border-top: 1px dashed #fff;
  }
  .p_recruit .recruit .salary-list__row:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
  .p_recruit .recruit .salary-list__row dt {
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width: 8vw;
  }
  .p_recruit .recruit .salary-list__row dd {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 10.4vw;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .salary-list__row dd small {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-size: 3.2vw;
    margin-right: 1.33333vw;
  }
  .p_recruit .recruit .salary-list__note {
    margin-top: 3.46667vw;
    font-weight: bold;
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .career-chart {
    width: 100%;
    margin-top: 10.66667vw;
    position: relative;
    padding-bottom: 1.6vw;
  }
  .p_recruit .recruit .career-chart::after {
    content: "";
    position: absolute;
    left: 21.06667vw;
    top: 0;
    width: 0.8vw;
    height: 100%;
    background: #13253b;
    display: block;
  }
  .p_recruit .recruit .career-chart::before {
    content: "";
    position: absolute;
    left: 21.06667vw;
    bottom: 0;
    height: 0.8vw;
    width: -webkit-calc(100% - 21.06667vw);
    width: -moz-calc(100% - 21.06667vw);
    width: calc(100% - 21.06667vw);
    background: #13253b;
    display: block;
  }
  .p_recruit .recruit .career-chart__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .career-chart__label {
    width: 18.66667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: #14233d;
    text-align: right;
  }
  .p_recruit .recruit .career-chart__bar {
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5.33333vw;
    padding: 1.86667vw 0;
  }
  .p_recruit .recruit .career-chart__fill {
    position: relative;
    height: 6.4vw;
    background: #47acec;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_recruit .recruit .career-chart__fill--01.active {
    width: 62%;
  }
  .p_recruit .recruit .career-chart__fill--02.active {
    width: 74%;
  }
  .p_recruit .recruit .career-chart__fill--03.active {
    width: 100%;
  }
  .p_recruit .recruit .career-chart__fill--04.active {
    width: 42%;
  }
  .p_recruit .recruit .career-chart__percent {
    position: absolute;
    top: -7.73333vw;
    right: -4.8vw;
    min-width: 12.8vw;
    height: 7.73333vw;
    padding: 0 2.66667vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    background: #0d93e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 5.06667vw;
    text-align: right;
    color: #fff;
  }
  .p_recruit .recruit .career-chart__percent::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.86667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 2.13333vw solid #0d93e5;
    border-left: 1.06667vw solid transparent;
    border-right: 1.06667vw solid transparent;
  }
  .p_recruit .recruit .career-chart__percent small {
    font-size: 2.93333vw;
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
  }
  .p_recruit .recruit .t-tl {
    margin-bottom: 9.33333vw;
  }
  .p_recruit .recruit .t-tl__en {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    font-size: 5.06667vw;
    letter-spacing: 0.15em;
    color: #13253b;
    padding-right: 14.66667vw;
  }
  .p_recruit .recruit .t-tl__en::after {
    width: 13.33333vw;
    height: 9.06667vw;
  }
  .p_recruit .recruit .learning__ctn {
    padding: 6.66667vw 4vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
         box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
  }
  .p_recruit .recruit .learning .blk__lead {
    font-weight: 400;
  }
  .p_recruit .recruit .learning-content__image {
    text-align: center;
    margin: 5.33333vw 0 17.33333vw;
  }
  .p_recruit .recruit .learning-content__image img {
    display: inline-block;
    width: 68.53333vw;
  }
  .p_recruit .recruit .learning-content__text {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .learning-program {
    margin-top: 17.33333vw;
  }
  .p_recruit .recruit .learning-program__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 1.33333vw;
  }
  .p_recruit .recruit .learning-program__item {
    -moz-border-radius: 4.26667vw;
         border-radius: 4.26667vw;
    background: rgba(0, 146, 229, 0.03);
    padding: 6.66667vw 4vw;
  }
  .p_recruit .recruit .learning-program__item--full {
    grid-column: 1 / -1;
  }
  .p_recruit .recruit .learning-program__item dt {
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.15em;
    text-align: left;
    color: #13253b;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_recruit .recruit .learning-program__item dt:hover {
    opacity: 0.7;
  }
  .p_recruit .recruit .learning-program__item dt i {
    position: absolute;
    width: 5.33333vw;
    height: 5.33333vw;
    right: 0vw;
    top: 50%;
    margin-top: -2.66667vw;
    display: block;
  }
  .p_recruit .recruit .learning-program__item dt i:before, .p_recruit .recruit .learning-program__item dt i:after {
    content: "";
    position: absolute;
    background-color: #13253B;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_recruit .recruit .learning-program__item dt i:before {
    top: 0;
    left: 50%;
    width: 0.53333vw;
    height: 100%;
    margin-left: -0.26667vw;
  }
  .p_recruit .recruit .learning-program__item dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }
  .p_recruit .recruit .learning-program__item dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_recruit .recruit .learning-program__item dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_recruit .recruit .learning-program__item dd .accCt {
    padding: 4vw 0;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
  .p_recruit .recruit .benefits {
    padding: 17.33333vw 0;
  }
  .p_recruit .recruit .benefits .blk__lead {
    font-weight: 400;
  }
  .p_recruit .recruit .benefits-card {
    gap: 6.13333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 14.66667vw;
  }
  .p_recruit .recruit .benefits-card__item {
    -moz-border-radius: 8vw;
         border-radius: 8vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.09);
         box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.09);
    padding: 8vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_recruit .recruit .benefits-card__image {
    width: 45.33333vw;
    max-width: 100%;
  }
  .p_recruit .recruit .benefits-card__title {
    margin-top: 7.2vw;
    font-weight: bold;
    font-size: 5.6vw;
    letter-spacing: 0.08em;
    text-align: center;
    color: #13253b;
  }
  .p_recruit .recruit .benefits-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: rgba(255, 255, 255, 0.91);
    -moz-box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
         box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
    padding: 13.33333vw 4vw;
  }
  .p_recruit .recruit .benefits-box__text p {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .benefits-box__image {
    margin-bottom: 5.33333vw;
  }
  .p_recruit .recruit .benefits-box__image img {
    overflow: hidden;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_recruit .recruit .faq {
    padding-bottom: 16vw;
  }
  .p_recruit .recruit .faq__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.66667vw;
  }
  .p_recruit .recruit .faq-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    padding: 4vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: rgba(255, 255, 255, 0.91);
    -moz-box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
         box-shadow: 0vw 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
  }
  .p_recruit .recruit .faq-item {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: rgba(0, 146, 229, 0.03);
    padding: 4vw;
  }
  .p_recruit .recruit .faq-item__question {
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 2;
    text-align: left;
    color: #0092e5;
    position: relative;
    padding-left: 15.73333vw;
    margin-bottom: 5.33333vw;
  }
  .p_recruit .recruit .faq-item__question::before {
    content: "Q";
    position: absolute;
    top: 2.66667vw;
    left: 0;
    width: 10.4vw;
    height: 10.4vw;
    background: #0092e5;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    display: block;
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .faq-item__answer {
    position: relative;
    padding-left: 15.73333vw;
  }
  .p_recruit .recruit .faq-item__answer::before {
    content: "A";
    position: absolute;
    top: -0.53333vw;
    left: 0;
    width: 10.4vw;
    height: 10.4vw;
    border: 1px solid #0092e5;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    display: block;
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_recruit .recruit .faq-item__answer p {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: left;
    color: #0a0a0a;
  }
  .p_recruit .recruit .office {
    padding-bottom: 16vw;
  }
  .p_recruit .recruit .office .blk__lead {
    font-weight: 400;
  }
  .p_recruit .recruit .office-gallery figure img, .p_recruit .recruit .office-gallery picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .office-note {
    padding-top: 53.33333vw;
    position: relative;
  }
  .p_recruit .recruit .office-note p {
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2.4;
    text-align: center;
    color: #0a0a0a;
  }
  .p_recruit .recruit .office-note::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 13.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20.26667vw;
    height: 30.4vw;
    background: url(../img/recruit/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_recruit .recruit .interview {
    padding-bottom: 32vw;
  }
  .p_recruit .recruit .interview__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.66667vw;
  }
  .p_recruit .recruit .interview-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.13333vw 1.06667vw;
  }
  .p_recruit .recruit .interview-card {
    position: relative;
    overflow: hidden;
    background: #ddd;
    width: -webkit-calc((100% - vw(12)) / 4);
    width: -moz-calc((100% - vw(12)) / 4);
    width: calc((100% - vw(12)) / 4);
  }
  .p_recruit .recruit .interview-card__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_recruit .recruit .interview-card__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 101.06667vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(42.68%, rgba(36, 36, 36, 0.8)), to(rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: -moz- oldlinear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to top, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    display: block;
  }
  .p_recruit .recruit .interview-card__link:hover img {
    opacity: 1;
  }
  .p_recruit .recruit .interview-card__image {
    position: relative;
    aspect-ratio: 3 / 5;
    overflow: hidden;
  }
  .p_recruit .recruit .interview-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    -moz-transition: transform 0.8s ease, -moz-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease;
  }
  .p_recruit .recruit .interview-card__content {
    position: absolute;
    left: 4vw;
    right: 4vw;
    bottom: 5.33333vw;
    z-index: 2;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__catch {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.53846;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__info {
    margin-top: 4vw;
    padding-top: 3.73333vw;
    border-top: 1px solid #0092e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.33333vw;
  }
  .p_recruit .recruit .interview-card__meta {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_recruit .recruit .interview-card__department {
    font-size: 3.73333vw;
    line-height: 1.5625;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .interview-card__name {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 13.06667vw;
    text-align: right;
    color: #fff;
    line-height: 1;
  }
  .p_recruit .recruit .interview-card--small .interview-card__catch {
    font-family: "Hiragino Kaku Gothic Pro", メイリオ, "游ゴシック", YuGothic, YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.66667;
    text-align: left;
    color: #fff;
  }
  .p_recruit .recruit .entry {
    padding-bottom: 16.8vw;
  }
  .p_recruit .recruit .entry-box {
    padding: 15.46667vw 4vw 6.66667vw;
    -moz-border-radius: 6.66667vw;
         border-radius: 6.66667vw;
    background: #fff;
  }
  .p_recruit .recruit .entry-box__head .rc-tl {
    text-align: center;
    margin-bottom: 6.4vw;
  }
  .p_recruit .recruit .entry-box__head .rc-tl span {
    font-size: 16.53333vw;
  }
  .p_recruit .recruit .entry-box__head .rc-tl small {
    font-size: 3.2vw;
  }
  .p_recruit .recruit .entry-box__head .rc-tl span, .p_recruit .recruit .entry-box__head .rc-tl small {
    color: #13253B;
    text-align: center;
  }
  .p_recruit .recruit .entry-box__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.13333vw;
  }
  .p_recruit .recruit .entry-box__button {
    min-height: 23.2vw;
    padding: 0 6.93333vw;
    -moz-border-radius: 5.6vw;
         border-radius: 5.6vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.13333vw;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
  }
  .p_recruit .recruit .entry-box__button--primary {
    background: #0092e5;
    position: relative;
    padding-right: 16vw;
  }
  .p_recruit .recruit .entry-box__button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.53333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.4vw;
    height: 6.4vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background: #fff url(../img/ar4.svg) center no-repeat;
    display: block;
    -moz-background-size: 1.06667vw 1.77778vw;
         background-size: 1.06667vw 1.77778vw;
  }
  .p_recruit .recruit .entry-box__button--secondary {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #386a87;
  }
  .p_recruit .recruit .entry-nav {
    margin-top: 20.53333vw;
  }
  .p_recruit .recruit .entry-nav__list {
    margin: 0 auto;
    padding: 4vw;
    min-height: 16.8vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: rgba(19, 37, 59, 0.71);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.33333vw;
  }
  .p_recruit .recruit .entry-nav__item {
    list-style: none;
  }
  .p_recruit .recruit .entry-nav__link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .p_interview.p_recruit .r-kv > picture {
    height: auto;
  }
  .p_interview.p_recruit .r-kv .side-menu {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
  }
  .p_interview.p_recruit .r-kv .r-kv__menu {
    top: 24vw;
    bottom: initial;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6.66667vw;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt .row {
    max-width: 346.66667vw;
  }
  .p_interview.p_recruit .r-kv .r-kv__txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72.53333vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(42.68%, rgba(36, 36, 36, 0.8)), to(rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: -moz- oldlinear-gradient(bottom, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to top, #000 0%, rgba(36, 36, 36, 0.8) 42.68%, rgba(84, 84, 84, 0) 100%);
    display: block;
  }
  .p_interview.p_recruit .r-kv .interview-card {
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .p_interview.p_recruit .r-kv .interview-card__catch {
    font-weight: bold;
    font-size: 6.66667vw;
    letter-spacing: 0.05em;
    line-height: 1.64;
    text-align: left;
    color: #fff;
  }
  .p_interview.p_recruit .r-kv .interview-card__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.8vw;
  }
  .p_interview.p_recruit .r-kv .interview-card__name {
    font-family: "DIN Pro";
    font-weight: 500;
    line-height: 1;
    font-size: 25.6vw;
    text-align: right;
    color: #fff;
  }
  .p_interview.p_recruit .r-kv .interview-card__meta {
    padding-bottom: 2.66667vw;
  }
  .p_interview.p_recruit .r-kv .interview-card__department, .p_interview.p_recruit .r-kv .interview-card__year {
    font-size: 4.26667vw;
    line-height: 1.5625;
    text-align: left;
    color: #fff;
  }
  .p_interview.p_recruit .breadcrumb {
    background: #13253b;
    padding: 4vw 0;
  }
  .p_interview.p_recruit .breadcrumb ul {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_interview.p_recruit .breadcrumb ul li {
    color: #fff;
  }
  .p_interview.p_recruit .breadcrumb ul li a {
    color: #fff;
  }
  .p_interview.p_recruit .recruit {
    padding-top: 18.66667vw;
  }
  .p_interview.p_recruit .breadcrumb ul li:not(:last-child)::after {
    background-color: #fff;
  }
  .p_interview.p_recruit .interview__ctn {
    background: url(../img/interview/bg.png) center top -26.66667vw no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 6.93333vw 0;
  }
  .p_interview.p_recruit .interview__ctn .i-profile {
    padding: 8vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    background: #fcfcfa;
    margin-bottom: 18.13333vw;
  }
  .p_interview.p_recruit .interview__ctn .i-profile h2 {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 11.73333vw;
    text-align: left;
    color: #13253b;
  }
  .p_interview.p_recruit .interview__ctn .i-profile p {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.1875;
    text-align: left;
    color: #101010;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h2 {
    font-weight: bold;
    font-size: 5.33333vw;
    line-height: 1.5;
    text-align: left;
    color: #13253b;
    margin-bottom: 13.33333vw;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7.46667vw, rgba(0, 146, 229, 0.06)), color-stop(3.73333vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 146, 229, 0.06) 7.46667vw, transparent 3.73333vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(0, 146, 229, 0.06) 7.46667vw, transparent 3.73333vw, transparent 100%);
    background: linear-gradient(to top, rgba(0, 146, 229, 0.06) 7.46667vw, transparent 3.73333vw, transparent 100%);
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h2 ~ h2 {
    margin-top: 12vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn h3 {
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: left;
    color: #0092e5;
    margin-bottom: 6vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn p {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    line-height: 2.1875;
    text-align: left;
    color: #101010;
    margin-bottom: 9.33333vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn figure {
    margin-bottom: 9.33333vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn figure img {
    overflow: hidden;
    -moz-border-radius: 4.53333vw;
         border-radius: 4.53333vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk {
    margin-top: 10.66667vw;
  }
  .p_interview.p_recruit .interview__ctn .i-ctn .blk > figure img {
    -moz-border-radius: 6.4vw;
         border-radius: 6.4vw;
  }
  .p_case .case__main {
    position: relative;
    z-index: 19;
    margin-top: 13.33333vw;
  }
  .p_case .case__main--list article {
    width: 100%;
  }
  .p_case .case__main--list article + article {
    margin-top: 13.33333vw;
  }
  .p_case .case__main--list article a {
    display: block;
  }
  .p_case .case__main--list article a figure {
    width: 100%;
  }
  .p_case .case__main--list article a figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -moz-border-radius: 4.13333vw;
         border-radius: 4.13333vw;
  }
  .p_case .case__main--list article a h3 {
    font-size: 4.8vw;
    line-height: 9.6vw;
    font-weight: 700;
    color: #232323;
    margin-top: 5.33333vw;
    padding-bottom: 1.86667vw;
    border-bottom: 1px dashed #707070;
  }
  .p_case .case__main--list article a p {
    font-size: 3.73333vw;
    line-height: 7.46667vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 5.06667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 8vw;
  }
  .p_case .case__main--list article a p::after {
    position: absolute;
    content: "";
    width: 7.2vw;
    height: 7.2vw;
    background: url("../img/caseArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .p_case .case__main--detail h2 {
    color: #0092E5;
    font-size: 7.2vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .p_case .case__main--detail .content {
    margin-top: 8vw;
  }
  .p_case .case__main--detail .content p {
    font-size: 3.73333vw;
    line-height: 7.46667vw;
    letter-spacing: 0.05em;
    margin-bottom: 8vw;
  }
  .p_case .case__main--detail .content p img {
    width: -webkit-calc(100% - 5.33333vw);
    width: -moz-calc(100% - 5.33333vw);
    width: calc(100% - 5.33333vw);
    margin: auto;
    display: block;
  }
  .p_case .case__main--detail .content img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    border: 0 !important;
  }
  .p_case .case__main--detail .content .gallery .gallery-item {
    padding: 2.66667vw;
  }
  .p_case .case__main--detail .backList {
    text-align: center;
    margin-top: 10.66667vw;
  }
  .p_case .case__main--detail .backList a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 68.53333vw;
    height: 16.26667vw;
    -moz-border-radius: 8.8vw;
         border-radius: 8.8vw;
    font-style: 4vw;
    line-height: 10.66667vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #000000;
    color: #000000;
  }
  .p_case .case__main--detail .backList a::after {
    position: absolute;
    content: "";
    width: 11.46667vw;
    height: 11.46667vw;
    background: url("../img/arrowList.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.93333vw;
  }
}
.side-menu__close {
  width: 10vw;
  position: absolute;
  top: 1vw;
  right: 1vw;
}
@media screen and (min-width: 769px), print {
  .side-menu__close {
    display: none;
  }
}
.fadein1 {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 1s;
}
.fadein2 {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 1.5s;
}
.fadein3 {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 2s;
}
.fadein4 {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 2.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================================
   Legal pages (情報セキュリティ基本方針 / 個人情報保護方針 / 個人情報の取り扱いについて)
   既存 style.css の末尾に追記してください
   ============================================ */

/* --- 共通（SPファースト） --- */
.bg-cm {
  position: relative;
  z-index: 0;
}
.bg-cm::after {
  z-index: -1;
}
.legal {
  position: relative;
  z-index: 2;
  padding: 60px 0 90px;
}
.legal__inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.legal__heading {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #0092e5;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid #0092e5;
}
.legal__lead {
  margin-bottom: 40px;
}
.legal__lead p {
  font-size: 15px;
  line-height: 2;
  color: #13253b;
  margin-bottom: 16px;
}
.legal__lead p:last-child {
  margin-bottom: 0;
}
.legal__block {
  margin-bottom: 34px;
}
.legal__subtitle {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
  color: #13253b;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}
.legal__subtitle::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 5px;
  height: 1em;
  background: #0092e5;
  border-radius: 2px;
}
.legal__block p,
.legal__iso p {
  font-size: 15px;
  line-height: 2;
  color: #13253b;
  margin-bottom: 14px;
}
.legal__block p:last-child {
  margin-bottom: 0;
}

/* 入れ子リスト（個人情報の取り扱い用） */
.legal__list {
  list-style: none;
  margin: 6px 0 18px;
  padding: 0;
}
.legal__list li {
  font-size: 15px;
  line-height: 1.9;
  color: #13253b;
  padding-left: 18px;
  position: relative;
}
.legal__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0092e5;
}
.legal__group {
  margin-bottom: 22px;
}
.legal__group-name {
  font-size: 15px;
  font-weight: 700;
  color: #13253b;
  margin-bottom: 6px;
}

/* 制定日などのメタ情報 */
.legal__meta {
  margin: 40px 0;
  text-align: right;
}
.legal__meta p {
  font-size: 14px;
  line-height: 1.9;
  color: #13253b;
  margin-bottom: 2px;
}

/* お問い合わせ枠 */
.legal__contact {
  margin-top: 34px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #d5e6f2;
  border-radius: 6px;
}
.legal__contact-ttl {
  font-size: 15px;
  font-weight: 700;
  color: #0092e5;
  margin-bottom: 10px;
}
.legal__contact p {
  font-size: 14px;
  line-height: 1.9;
  color: #13253b;
  margin-bottom: 0;
}

/* ISO 認証ブロック */
.legal__iso {
  margin-top: 44px;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #d5e6f2;
  border-radius: 6px;
}
.legal__iso-img {
  margin: 18px 0 24px;
  text-align: center;
}
.legal__iso-img img {
  max-width: 200px;
  height: auto;
}
.legal__iso-list {
  margin: 0;
}
.legal__iso-row {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px dashed #cdd9e3;
}
.legal__iso-row:last-child {
  border-bottom: none;
}
.legal__iso-row dt {
  font-size: 13px;
  font-weight: 700;
  color: #0092e5;
  margin-bottom: 4px;
}
.legal__iso-row dd {
  font-size: 14px;
  line-height: 1.8;
  color: #13253b;
  margin: 0;
}

/* リンクテキスト */
.legal a {
  color: #0092e5;
  word-break: break-all;
}

/* --- PC --- */
@media screen and (min-width: 769px), print {
  .legal {
    padding: 90px 0 140px;
  }
  .legal__inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .legal__heading {
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
  .legal__lead {
    margin-bottom: 56px;
  }
  .legal__lead p,
  .legal__block p,
  .legal__iso p,
  .legal__list li {
    font-size: 16px;
  }
  .legal__block {
    margin-bottom: 44px;
  }
  .legal__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .legal__iso {
    padding: 40px;
    margin-top: 60px;
  }
  .legal__iso-row {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 0;
  }
  .legal__iso-row dt {
    width: 180px;
    flex-shrink: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .legal__iso-row dd {
    font-size: 15px;
  }
  .legal__contact {
    padding: 32px 36px;
    margin-top: 44px;
  }
}
/* ============================================
   News 詳細（single.php）専用
   style.css 末尾に追記
   ============================================ */
/* --- 低め専用ヘッダー（SPファースト） --- */
.news-mv {
  background: url(../img/c-mv_bg.png) center right no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-mv__ttl {
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #13253b;
  text-shadow: 6px 6px 6px rgba(185, 207, 217, 0.4);
}
/* --- 本文（SPファースト） --- */
.news-single {
  margin: 40px 0 64px;
}
.news-single__head {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0092e5;
}
.news-single__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #13253b;
  text-align: center;
}
.news-single__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #0092e5;
  text-align: right;
}
.news-single__body {
  margin-top: 40px;
}
.news-single__body p {
  font-size: 15px;
  line-height: 2;
  color: #13253b;
  margin-bottom: 20px;
}
.news-single__body img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
}
.news-single__body a {
  color: #0092e5;
  word-break: break-all;
}
.news-single__back {
  margin-top: 56px;
  text-align: center;
}
/* --- PC --- */
@media screen and (min-width: 769px), print {
  .news-mv {
    padding: 80px 0;
  }
  .news-mv__ttl {
    font-size: 64px;
  }
  .news-single {
    margin: 70px 0 100px;
  }
  .news-single__head {
    margin-bottom: 50px;
    padding-bottom: 26px;
  }
  .news-single__title {
    font-size: 30px;
  }
  .news-single__date {
    margin-top: 18px;
    font-size: 15px;
  }
  .news-single__body {
    margin-top: 56px;
  }
  .news-single__body p {
    font-size: 16px;
  }
  .news-single__back {
    margin-top: 80px;
  }
}
/* ============================================
   News 一覧（page-news.php）
   トップの .news__item と同じ見た目を .legal 内で再現
   style.css 末尾に追記
   ============================================ */
/* --- SP（デフォルト） --- */
.legal .news__list {
  border-top: 1px dashed #707070;
}
.legal .news__item {
  display: flex;
  flex-direction: column;
  gap: 2.66667vw;
  padding: 6.66667vw 13.33333vw 6.66667vw 0;
  border-bottom: 1px dashed #707070;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  position: relative;
}
.legal .news__item:hover {
  opacity: 0.7;
}
.legal .news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  transform: translateY(-50%);
  width: 4.26667vw;
  height: 4.26667vw;
  background: url(../img/ar2.svg) center/100% 100% no-repeat;
  display: block;
}
.legal .news__date {
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0.05em;
  color: #13253b;
}
.legal .news__text {
  flex: 1;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 0.05em;
  color: #13253b;
}
/* --- PC --- */
@media screen and (min-width: 769px), print {
  .legal .news__item {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 34px 100px 34px 0;
  }
  .legal .news__item::after {
    right: 40px;
    width: 16px;
    height: 16px;
  }
  .legal .news__date {
    flex-shrink: 0;
    width: 170px;
    font-size: 15px;
  }
  .legal .news__text {
    font-size: 15px;
  }
}
/* --- ページャー・空表示 --- */
.news-archive__empty {
  font-size: 15px;
  color: #13253b;
  padding: 40px 0;
  text-align: center;
}
.news-archive__pager {
  margin-top: 48px;
  text-align: center;
}
.news-archive__pager .page-numbers {
  display: inline-block;
  min-width: 40px;
  padding: 8px 12px;
  margin: 0 4px;
  font-size: 14px;
  color: #13253b;
  border: 1px solid #cdd9e3;
  border-radius: 4px;
  text-decoration: none;
}
.news-archive__pager .page-numbers.current {
  background: #0092e5;
  border-color: #0092e5;
  color: #fff;
}
.news-archive__pager a.page-numbers:hover {
  border-color: #0092e5;
  color: #0092e5;
}
/* ---------- MV採用フローティングバナー(CSS版) ---------- */
@media screen and (min-width: 769px), print {
  .p_top .mv__news {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: auto;
    max-width: none;
    z-index: 99;
    background: linear-gradient(120deg, #0092e5 0%, #2db4f5 55%, #6fd2ff 100%);
    border-radius: 10px;
    padding: 14px 78px 14px 34px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 146, 229, 0.35);
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  /* 斜めの光のアクセント */
  .p_top .mv__news::before {
    content: "";
    position: absolute;
    top: -50%;
    right: 52px;
    width: 70px;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-25deg);
    pointer-events: none;
  }
  .p_top .mv__news::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -webkit-mask: url(../img/ar3.svg) center/100% 100% no-repeat;
            mask: url(../img/ar3.svg) center/100% 100% no-repeat;
    background-color: #fff;
    display: block;
  }
  .p_top .mv__news-en {
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    order: 1;
  }
  .p_top .mv__news-ja {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    order: 2;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .p_top .mv__news:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 146, 229, 0.45);
  }
}
/* ---------- ENTRY マイナビボタン ---------- */
@media screen and (min-width: 769px), print {
  .p_recruit .recruit .entry-box__button--mynavi {
    background: #fff;
    border: 2px solid #0092e5;
    border-radius: 16px !important;
    justify-content: space-between;
    padding: 0 35px 0 50px;
    color: #0092e5;
  }
  .p_recruit .recruit .entry-box__button-logo {
    width: 200px;
    height: auto;
    flex-shrink: 0;
  }
  .p_recruit .recruit .entry-box__button-text {
    flex: 1;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #0092e5;
  }
  .p_recruit .recruit .entry-box__button-arrow {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: #0092e5;
    flex-shrink: 0;
  }
  .p_recruit .recruit .entry-box__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-65%, -50%) rotate(45deg);
  }
  .p_recruit .recruit .entry-box__button--mynavi:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p_recruit .recruit .entry-box__button--mynavi {
    background: #fff;
    border: 2px solid #0092e5;
    border-radius: 3.2vw !important;
    justify-content: space-between;
    padding: 0 4vw 0 5.33333vw;
    color: #0092e5;
  }
  .p_recruit .recruit .entry-box__button-logo {
    width: 28vw;
    height: auto;
    flex-shrink: 0;
  }
  .p_recruit .recruit .entry-box__button-text {
    flex: 1;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0092e5;
  }
  .p_recruit .recruit .entry-box__button-arrow {
    position: relative;
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 9999px;
    background: #0092e5;
    flex-shrink: 0;
  }
  .p_recruit .recruit .entry-box__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2vw;
    height: 2vw;
    border-top: 0.53333vw solid #fff;
    border-right: 0.53333vw solid #fff;
    transform: translate(-65%, -50%) rotate(45deg);
  }
}
/* ---------- Recruit マイナビフローティングバナー ---------- */
@media screen and (min-width: 769px), print {
  .p_recruit .recruit-float {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 280px;
    z-index: 99;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .p_recruit .recruit-float img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 146, 229, 0.3);
  }
  .p_recruit .recruit-float:hover {
    opacity: 1;
    transform: translateY(-3px);
  }
}
/* ---------- office 2カラム化 ---------- */
@media screen and (min-width: 769px), print {
  .p_about .about .office__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ---------- interview KV キャッチ ドロップシャドウ ---------- */
.p_interview.p_recruit .r-kv .interview-card__catch {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
/* ========== Recruit 数値更新 追加CSS ========== */

/* --- 平均勤続年数 バー幅(最大35%を100%幅基準で相対化) --- */
.p_recruit .recruit .career-chart__fill--01.active { width: 43%; }  /* 15% */
.p_recruit .recruit .career-chart__fill--02.active { width: 100%; } /* 35% */
.p_recruit .recruit .career-chart__fill--03.active { width: 23%; }  /* 8% */
.p_recruit .recruit .career-chart__fill--04.active { width: 23%; }  /* 8% */
.p_recruit .recruit .career-chart__fill--05.active { width: 100%; } /* 35% */

/* 5本目バーを他バーと同じスタイルに(PC) */
.p_recruit .recruit .career-chart__fill--05 {
  position: relative;
  height: 34px;
  background: #47acec;
  width: 0;
  transition: all 0.3s;
}

/* --- 平均勤続年数 ラベル縮小 + 配置調整(PC) --- */
@media screen and (min-width: 769px), print {
  .p_recruit .recruit .career-chart {
    margin-left: auto;
    margin-right: auto;
  }
  .p_recruit .recruit .career-chart__label {
    width: 80px;
    font-size: 14px;
    line-height: 1.3;
    padding-right: 18px;
  }
  .p_recruit .recruit .career-chart::after {
    left: 80px;
  }
  .p_recruit .recruit .career-chart::before {
    left: 80px;
    width: calc(100% - 80px);
  }
  .p_recruit .recruit .career-chart__bar {
    margin-left: 12px;
  }
}

/* --- 平均勤続年数 ラベル縮小 + 配置調整(SP) --- */
@media screen and (max-width: 768px) {
  .p_recruit .recruit .career-chart {
    margin-left: -4vw;
    width: calc(100% + 4vw);
  }
  .p_recruit .recruit .career-chart__label {
    width: 13vw;
    font-size: 2.4vw;
    line-height: 1.3;
    padding-right: 1.5vw;
    text-align: right;
  }
  .p_recruit .recruit .career-chart::after {
    left: 13vw;
  }
  .p_recruit .recruit .career-chart::before {
    left: 13vw;
    width: calc(100% - 13vw);
  }
  .p_recruit .recruit .career-chart__bar {
    margin-left: 2vw;
  }
  .p_recruit .recruit .career-chart__fill--05 {
    height: 6.4vw;
  }
}

/* --- 世代分布 CSS円グラフ(PC) --- */
@media screen and (min-width: 769px), print {
  .p_recruit .recruit .generation-chart {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
  }
  .p_recruit .recruit .generation-chart__circle {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    z-index: 1;
  }
  .p_recruit .recruit .generation-chart__pie {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* 実比率:20代50 / 30代11.54 / 40代26.92 / 50代以上11.54 を時計回り(12時起点) */
    background: conic-gradient(
      #0092e5 0% 50%,        /* 20代 */
      #15a3f3 50% 61.54%,    /* 30代 */
      #47b4f2 61.54% 88.46%, /* 40代 */
      #8ed0f7 88.46% 100%    /* 50代以上 */
    );
    -webkit-mask: radial-gradient(circle, transparent 27%, #000 28%);
            mask: radial-gradient(circle, transparent 27%, #000 28%);
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .p_recruit .recruit .generation-chart__circle.active .generation-chart__pie {
    opacity: 1;
    animation: gen-pie-spin 1.2s ease forwards;
  }
  @keyframes gen-pie-spin {
    from { transform: scale(0.85); }
    to   { transform: scale(1); }
  }
  .p_recruit .recruit .generation-chart__labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .p_recruit .recruit .generation-chart__seg-label {
    position: absolute;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  /* 帯の中央(各扇形の角度・半径85pxの位置) */
  .p_recruit .recruit .generation-chart__seg-label--20s { top: 32%; left: 68%; }
  .p_recruit .recruit .generation-chart__seg-label--30s { top: 70%; left: 63%; }
  .p_recruit .recruit .generation-chart__seg-label--40s { top: 66%; left: 35%; }
  .p_recruit .recruit .generation-chart__seg-label--50s { top: 30%; left: 36%; }

  /* 四隅%からの引き出し線 */
  .p_recruit .recruit .generation-chart__value::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 22px;
    border: 0 solid #9bd4f5;
  }
  .p_recruit .recruit .generation-chart__value--tr::after {
    bottom: 8px;
    left: -40px;
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
  .p_recruit .recruit .generation-chart__value--br::after {
    top: 8px;
    left: -40px;
    border-top-width: 3px;
    border-left-width: 3px;
  }
  .p_recruit .recruit .generation-chart__value--bl::after {
    top: 8px;
    right: -40px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .p_recruit .recruit .generation-chart__value--tl::after {
    bottom: 8px;
    right: -40px;
    border-bottom-width: 3px;
    border-right-width: 3px;
  }
}

/* ===== 世代分布(engraph.svg)===== */
.p_recruit .recruit .gen {
  position: relative;
  width: 100%;
  max-width: 374px;
  aspect-ratio: 328 / 277;
  margin: 0 auto;
}
.p_recruit .recruit .gen__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_recruit .recruit .gen__num {
  position: absolute;
  font-family: "DIN Pro";
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-size: 70px;
}
.p_recruit .recruit .gen__num--tl { top: -8%;  right: 95%;  color: #69c3f6; }
.p_recruit .recruit .gen__num--bl { top: 50%;  right: 100%; transform: translateY(-50%); margin-right: 10px; color: #47b4f2; }
.p_recruit .recruit .gen__num--bb { bottom: -8%; right: 92%; color: #15a3f3; }
.p_recruit .recruit .gen__num--r  { top: 50%;  left: 100%;  transform: translateY(-50%); margin-left: 10px; font-size: 80px; color: #0092e5; }

@media screen and (max-width: 768px) {
  .p_recruit .recruit .gen {
    max-width: 50vw;
    margin: 0 auto;
  }
  .p_recruit .recruit .gen__num { font-size: 8vw; }
  .p_recruit .recruit .gen__num--r { font-size: 9vw; }
  .p_recruit .recruit .gen__num--tl { right: 96%; }
  .p_recruit .recruit .gen__num--bb { right: 93%; }
  .p_recruit .recruit .gen__num--bl { margin-right: 1.5vw; }
  .p_recruit .recruit .gen__num--r  { margin-left: 1.5vw; }
}
/* ============================================
   Recruit PC スクロール時サイドメニュー
   style.css 末尾に追記（PC専用）
   ============================================ */
@media screen and (min-width: 769px), print {

  /* 固定ハンバーガー（初期は隠す） */
  .r-nav-toggle {
    position: fixed;
    top: 110px;
    left: 24px;
    right: auto;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.78);
    cursor: pointer;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  /* スクロールで出現 */
  .r-nav-toggle.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .r-nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  /* 開いている時は×に */
  .r-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .r-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .r-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* PCでサイドメニューをオーバーレイ化（スクロール時のみ） */
  .r-kv .side-menu.is-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    min-height: 100vh;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    padding: 90px 0 40px 48px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    display: block;
  }
  .r-kv .side-menu.is-overlay.is-open {
    transform: translateX(0);
  }
  /* オーバーレイ時のリンク色（暗背景に合わせ白） */
  .r-kv .side-menu.is-overlay .side-menu__link {
    color: #fff;
  }
  .r-kv .side-menu.is-overlay .side-menu__logo {
    margin-bottom: 28px;
  }

  /* 背景の薄暗幕 */
  .r-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 9998;
  }
  .r-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}


/* ============================================
   Contact Form
   ============================================ */

/* フォーム全体 */
.contact-area{
  width: 80%;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  color:#13253b;
}

.contact-text{
  color:#13253b;
  margin: 40px 0 40px 0;
  padding: 30px 34px;
  font-size: 16px;
  line-height: 2;
  border: 1px solid #d5e2ec;
  border-radius: 12px;
}

.cf7-contact-form {
	border-radius:30px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 120px;
  padding: 50px 80px;
  font-size: 16px;
  color:#13253b;
	background-color:#F6FBFE;
}

/* 各項目 */
.cf7-contact-form .form-row {
  margin-bottom: 30px;
}

/* ラベル */
.cf7-contact-form .form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
	color:#13253b;
}

/* 必須・任意ラベル */
.cf7-contact-form .required,
.cf7-contact-form .optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 18px;
  padding: 0 7px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* 必須項目背景色 */
.cf7-contact-form .required {
  background: #00a0e9;
}

/* 任意項目背景色 */
.cf7-contact-form .optional {
  background: #bfbfbf;
}

/* 入力欄共通 */
.cf7-contact-form input[type="text"],
.cf7-contact-form input[type="email"],
.cf7-contact-form input[type="tel"],
.cf7-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: none;
  outline: none;
}

/* フォーカス時 */
.cf7-contact-form input[type="text"]:focus,
.cf7-contact-form input[type="email"]:focus,
.cf7-contact-form input[type="tel"]:focus,
.cf7-contact-form textarea:focus {
  outline: 2px solid rgba(0, 160, 233, 0.25);
}

/* テキストエリア */
.cf7-contact-form textarea {
  min-height: 220px;
  resize: vertical;
}

/* CF7が出すspanの影響を調整 */
.cf7-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* チェックボックス・ラジオの行 */
.cf7-contact-form .wpcf7-checkbox,
.cf7-contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
}

/* 選択肢1つずつ */
.cf7-contact-form .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

/* 選択肢のlabel */
.cf7-contact-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

/* チェックボックス・ラジオ本体 */
.cf7-contact-form input[type="checkbox"],
.cf7-contact-form input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #00a0e9;
}

/* 同意エリア */
.cf7-contact-form .form-agreements {
  margin-top: 24px;
}

.cf7-contact-form .form-agreement {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.cf7-contact-form .form-agreement .wpcf7-list-item {
  display: inline-flex;
}

.cf7-contact-form .form-agreement a {
  color: #4b63ff;
  text-decoration: underline;
}

/* 送信ボタン */
.cf7-contact-form .form-submit {
  margin-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.cf7-contact-form input[type="submit"] {
  min-width: 260px;
  height: 61px;
  padding: 0 50px;
  border: none;
  border-radius: 999px;
  background: #000000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 61px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cf7-contact-form input[type="submit"]:hover {
  opacity: 0.7;
}

/* エラーメッセージ */
.cf7-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

/* ぐるぐる（スピナー）を完全に非表示にする */
.cf7-contact-form .wpcf7-spinner {
  display: none !important;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
	
		.contact-area{
	width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.cf7-contact-form {
	border-radius:20px;
  padding: 30px;
	}
	
  .cf7-contact-form .form-row {
    margin-bottom: 18px;
  }

  .cf7-contact-form .wpcf7-checkbox,
  .cf7-contact-form .wpcf7-radio {
    gap: 12px 18px;
  }

  .cf7-contact-form textarea {
    min-height: 180px;
  }
}
/*reCAPTCHA右下表記削除による指定文
.recaptcha,
.recaptcha a{
	margin-top: 20px; 
	font-size: 13px;
	color:gray
}
*/

/*reCAPTCHA右下表記削除
.grecaptcha-badge { visibility: hidden; }*/


/* ============================================
   thanks
   ============================================ */

.thanks_bg{
	background-image:url("../img/c-mv_bg_thanks.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	padding:150px 0 150px 0;
}

.thanks{
	text-align:center;
	width: 80%;
	max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
	color:#13253b;
}

.thanks h3{
	font-size:25px;
	font-weight:700;
	padding:0 0 50px 0;
}

.thanks div{
	padding:50px 0 0 0;
}

.thanks p {
    color: #13253b;
    line-height: 2;
}

/* ---------- 平均有給取得日数 アイコン原寸表示 ---------- */
.p_recruit .recruit .discover-card--leave .discover-card__holiday-icon {
  width: auto;
}
.p_recruit .recruit .discover-card--leave .discover-card__holiday-icon img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p_recruit .recruit .office .office-gallery ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_recruit .recruit .office .office-gallery ul li {
    float: left;
    line-height: 0;
    border: 1px solid #fff;
  }
  .p_recruit .recruit .office .office-gallery ul li img {
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .office .office-gallery ul li.st1 {
    width: 50%;
  }
  .p_recruit .recruit .office .office-gallery ul li.st1r {
    width: 50%;
    float: right;
  }
  .p_recruit .recruit .office .office-gallery ul li.st2 {
    width: 22.1875%;
  }
  .p_recruit .recruit .office .office-gallery ul li.st3 {
    width: 27.8125%;
  }
  .p_recruit .recruit .office .office-gallery ul li.full {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p_recruit .recruit .office .office-gallery ul {
    margin: 0 -1px;
    overflow: hidden;
  }
  .p_recruit .recruit .office .office-gallery ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_recruit .recruit .office .office-gallery ul li {
    float: left;
    line-height: 0;
    border: 1px solid #fff;
  }
  .p_recruit .recruit .office .office-gallery ul li img {
    width: 100%;
    height: auto;
  }
  .p_recruit .recruit .office .office-gallery ul li.st1 {
    width: 100%;
  }
  .p_recruit .recruit .office .office-gallery ul li.st1r {
    width: 100%;
    float: right;
  }
  .p_recruit .recruit .office .office-gallery ul li.st2 {
    width: 44.56233%;
  }
  .p_recruit .recruit .office .office-gallery ul li.st3 {
    width: 55.43767%;
  }
  .p_recruit .recruit .office .office-gallery ul li.full {
    width: 100%;
  }
}
