@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes showMask {
  0% {
    translate: -101% 0;
  }
  45%, 50% {
    translate: 0% 0;
  }
  100% {
    translate: 101% 0;
  }
}

@keyframes showMask {
  0% {
    translate: -101% 0;
  }
  45%, 50% {
    translate: 0% 0;
  }
  100% {
    translate: 101% 0;
  }
}
@-webkit-keyframes showElements {
  0%, 45% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes showElements {
  0%, 45% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #0095ff;
  color: #ffffff;
}

::selection {
  background: #0095ff;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
body::before {
  content: "";
  position: absolute;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
body:has(.hamburger.js-open) {
  overflow: hidden;
}
body:has(.hamburger.js-open)::before {
  opacity: 1;
  pointer-events: auto;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #333333;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0.01;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0.01;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0.01;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0.01;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  width: 100%;
  max-width: 480px;
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 999;
  background: white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  translate: 100% 0;
}
@media (max-width: 834px) {
  .hamburger {
    max-width: inherit;
  }
}
.js-loaded .hamburger {
  -webkit-transition: translate 0.5s ease, visibility 0.5s ease;
  transition: translate 0.5s ease, visibility 0.5s ease;
  -webkit-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: -3px 0 10px rgba(0, 0, 0, 0.05);
}
.hamburger.js-open {
  translate: 0 0;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15%;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 90px 12vw;
  }
}
.hamburger__menu__inner {
  width: 100%;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
.hamburger__menu__logo .commonLogo01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hamburger__menu__nav__list {
  border-top: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 16px 8px 16px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    padding-left: 20px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  background: #0095ff;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
}
.hamburger__menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.hamburger__menu__contact .hd {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.hamburger__menu__contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.hamburger__menu__contact .tel::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9em;
          flex: 0 0 0.9em;
  background: #0095ff;
  -webkit-mask: url(../img/common/ico_tel.png) center center/contain no-repeat;
          mask: url(../img/common/ico_tel.png) center center/contain no-repeat;
}
.hamburger__menu__close {
  aspect-ratio: 1/1;
  width: 80px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 15px;
  background: #fff000;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 64px;
    right: 0;
    top: 0;
    padding: 16px 0 14px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    opacity: 0.8;
  }
}
.hamburger__menu__close .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: auto;
}
.hamburger__menu__close .ico span {
  width: 20px;
  height: 2px;
  background: #333333;
}
@media (max-width: 834px) {
  .hamburger__menu__close .ico span {
    width: 18px;
  }
}
.hamburger__menu__close .ico span:first-child {
  rotate: 45deg;
  translate: 0 50%;
}
.hamburger__menu__close .ico span:last-child {
  rotate: -45deg;
  translate: 0 -50%;
}
.hamburger__menu__close .txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__close .txt {
    font-size: 1rem;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #eeeeee;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #eeeeee;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  color: #7f7f7f;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #0095ff;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #0095ff transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #0095ff;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #0095ff;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #0095ff;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #d7d2d2;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em 1em;
    padding: 16px 20px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #d7d2d2;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #0095ff;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #0095ff;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #0095ff;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  border-color: #0095ff;
}
.custom-form input[type=checkbox] + label::after {
  top: 8px;
  left: 6px;
  color: #ffffff;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #0095ff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 128px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
.custom-form .btn_cover::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #0095ff;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 24px 24px 48px !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.commonLogo01 a {
  display: block;
}
@media (max-width: 834px) {
  .commonLogo01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
}
.commonLogo01 .logo {
  display: block;
  width: 147px;
}
@media (max-width: 834px) {
  .commonLogo01 .logo {
    width: 110.25px;
  }
}
.commonLogo01 .title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .commonLogo01 .title {
    font-size: 1rem;
    margin-top: 0;
  }
}

.commonTitle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px 24px;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .commonTitle01 {
    gap: 5px 12px;
  }
}
.commonTitle01 .eng {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 0.98rem;
  }
}
.commonTitle01 .ja {
  font-size: 3.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 2.38rem;
  }
}
.commonTitle01.-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonTitle01.-white {
  color: #ffffff;
}
.commonTitle01.-big .eng {
  font-size: 1.68rem;
}
@media (max-width: 834px) {
  .commonTitle01.-big .eng {
    font-size: 1.05rem;
  }
}
.commonTitle01.-big .ja {
  font-size: 4.08rem;
}
@media (max-width: 834px) {
  .commonTitle01.-big .ja {
    font-size: 2.55rem;
  }
}

.commonBtn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
}
.commonBtn01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 1.1em 60px;
  background: #0095ff;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .commonBtn01 a {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  .commonBtn01 a:hover::after {
    translate: -3px 0;
  }
}
.commonBtn01 a::after {
  content: "";
  width: 12px;
  position: absolute;
  inset: 0 24px 0 auto;
  background: currentColor;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .commonBtn01 a::after {
    width: 10px;
  }
}
.commonBtn01.-white a {
  color: #0095ff;
  background: #ffffff;
}

.commonLink01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .commonLink01 a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .commonLink01 a:hover .arrow {
    translate: 3px 0;
  }
}
.commonLink01 .arrow {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
  width: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0095ff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonLink01 .arrow::before {
  content: "";
  aspect-ratio: 1/1;
  width: 30%;
  background: #ffffff;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
}
.commonLink01.-white a {
  color: #ffffff;
}
.commonLink01.-white .arrow {
  background: #fff000;
}
.commonLink01.-white .arrow::before {
  background: #333333;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 10;
  inset: 0 0 auto 0;
}
@media (max-width: 834px) {
  .header {
    background: #ffffff;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  padding: 24px 24px 24px 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    gap: 0;
    padding: 0;
  }
}
@media (min-width: 835px) {
  .header__logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 72px 24px 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  }
}
@media (max-width: 834px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 16px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  margin-left: auto;
}
.header__nav .globalMenu {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .header__nav .globalMenu {
    gap: 5px 24px;
  }
}
@media (max-width: 1000px) {
  .header__nav .globalMenu {
    display: none;
  }
}
.header__nav .globalMenu__item {
  font-weight: 700;
  line-height: 1.8;
}
.header__nav .globalMenu__item a {
  display: block;
}
.header__nav .hamburgerBtn {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 15px;
  background: #fff000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .header__nav .hamburgerBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    width: 64px;
    padding: 16px 0 14px;
  }
}
@media (any-hover: hover) {
  .header__nav .hamburgerBtn:hover {
    opacity: 0.8;
  }
}
.header__nav .hamburgerBtn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4px 0;
}
.header__nav .hamburgerBtn .ico span {
  width: 20px;
  height: 2px;
  background: #333333;
}
@media (max-width: 834px) {
  .header__nav .hamburgerBtn .ico span {
    width: 18px;
  }
}
.header__nav .hamburgerBtn .txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: auto;
}
@media (max-width: 834px) {
  .header__nav .hamburgerBtn .txt {
    font-size: 1rem;
  }
}

@media (min-width: 835px) {
  .js-scrolled .header__inner {
    padding: 10px 10px 10px 32px;
    background: #ffffff;
  }
  .js-scrolled .header__logo {
    background: #ffffff;
  }
  .js-scrolled .header__nav .globalMenu {
    gap: 0.25em 1.5em;
    font-size: 1.4rem;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  padding: 140px 0;
}
@media (max-width: 834px) {
  .sec__recruit {
    padding: 64px 0;
  }
}
.sec__recruit::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(../img/common/bg_recruit.jpg) center center/cover no-repeat;
}
.sec__recruit .recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px 0;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__inner {
    gap: 32px 0;
  }
}
.sec__recruit .recruit__copy {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.52;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__copy {
    font-size: 2.8rem;
  }
}
.sec__recruit .recruit__btn {
  min-width: 310px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__btn {
    min-width: 280px;
  }
}
.sec__recruit .recruit__btn a {
  font-size: 1.8rem;
  padding-block: 1.5em;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__btn a {
    font-size: 1.6rem;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 834px) {
  .footer__inner {
    display: block;
  }
}
.footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  min-width: 480px;
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px 0;
  padding: 80px 0 88px 88px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 834px) {
  .footer__info {
    min-width: inherit;
    max-width: inherit;
    padding: 40px 6.25vw 100px;
    border-top: 1px solid #eeeeee;
    border-right: none;
  }
}
.footer__info .copy {
  font-size: 4rem;
  font-weight: 700;
  color: #0095ff;
  line-height: 1.65;
}
@media (max-width: 834px) {
  .footer__info .copy {
    font-size: 2.6rem;
  }
}
.footer__info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 3em;
  font-size: 1rem;
  font-weight: 700;
}
.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__nav .recruitArea,
.footer__nav .contentsArea {
  position: relative;
  padding: 80px 9.5% 88px 11%;
}
@media (max-width: 834px) {
  .footer__nav .recruitArea,
  .footer__nav .contentsArea {
    padding: 64px 6.25vw 40px !important;
  }
}
.footer__nav .recruitArea > .eng,
.footer__nav .contentsArea > .eng {
  position: absolute;
  left: 22px;
  top: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.3;
}
.footer__nav .recruitArea {
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}
.footer__nav .recruitArea .recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px 0;
}
@media (max-width: 834px) {
  .footer__nav .recruitArea .recruit {
    gap: 20px 0;
  }
}
.footer__nav .recruitArea .recruit__item .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
  margin-bottom: 3px;
}
.footer__nav .recruitArea .recruit__item .hd::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.65em;
  background: #0095ff;
  border-radius: 50%;
}
.footer__nav .recruitArea .recruit__item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
.footer__nav .recruitArea .recruit__item .list a {
  text-decoration: underline;
}
.footer__nav .contentsArea .navigation {
  max-width: 720px;
}
.footer__nav .contentsArea .navigation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.3em 2.3em;
}
@media (max-width: 834px) {
  .footer__nav .contentsArea .navigation .list {
    gap: 1.2em 2em;
  }
}
.footer__nav .contentsArea .navigation .list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 1.5333333333em);
          flex: 0 0 calc(33.3333333333% - 1.5333333333em);
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .footer__nav .contentsArea .navigation .list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    right: 16px;
    bottom: 16px;
  }
}
.js-scrolled .pagetop {
  opacity: 1;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 80px;
  background: #fff000;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 48px;
  }
}
.pagetop a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  background: #333333;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
  rotate: -45deg;
}
@media (max-width: 834px) {
  .pagetop a::before {
    width: 10px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page #container {
  padding-top: 130px;
}
@media (max-width: 834px) {
  .front-page #container {
    padding-top: 64px;
  }
}
.front-page main.main {
  padding: 0;
}

/*--------------------
  mainVisual
--------------------*/
.mainVisual {
  position: relative;
  z-index: 2;
  padding: 0 70px;
}
@media (min-width: 835px) {
  .mainVisual::before {
    content: "";
    height: 220px;
    position: absolute;
    z-index: -1;
    inset: 0 0 auto 0;
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  .mainVisual {
    padding: 10px 6.25vw 0;
  }
  .mainVisual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 35vw 0 0 0;
    background: #0095ff;
  }
}
.mainVisual__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 834px) {
  .mainVisual__inner {
    padding: 0;
  }
}
.mainVisual__inner::before {
  content: "Beyond Security";
  position: absolute;
  z-index: 10;
  left: 5px;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #d8d8d8;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual__inner::before {
    position: static;
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.mainVisual__slide {
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
  opacity: 0;
  translate: 0 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-ready .mainVisual__slide {
  opacity: 1;
  translate: 0 0;
}
.mainVisual__slide .slides__item img {
  aspect-ratio: 1100/650;
}
.mainVisual__copy {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -84px;
}
@media (max-width: 834px) {
  .mainVisual__copy {
    position: relative;
    inset: 0;
    margin-top: -24px;
  }
}
.mainVisual__copy .main {
  width: clamp(500px, 40.9027777778vw, 589px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 834px) {
  .mainVisual__copy .main {
    width: 83%;
    max-width: 320px;
  }
}
.mainVisual__copy .main span {
  position: relative;
  overflow: hidden;
}
.mainVisual__copy .main span::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #ffffff;
  translate: -101% 0;
}
.js-ready .mainVisual__copy .main span::before {
  -webkit-animation: showMask 1s forwards;
          animation: showMask 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mainVisual__copy .main span:first-child {
  width: 66.0441426146%;
}
.mainVisual__copy .main span img {
  opacity: 0;
}
.js-ready .mainVisual__copy .main span img {
  -webkit-animation: showElements 1s forwards;
          animation: showElements 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mainVisual__copy .sub {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 834px) {
  .mainVisual__copy .sub {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.js-ready .mainVisual__copy .sub {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mainVisual__bnr {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: -70px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 834px) {
  .mainVisual__bnr {
    position: relative;
    inset: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    padding-right: 5%;
  }
}
.js-ready .mainVisual__bnr {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mainVisual__bnr a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .mainVisual__bnr a:hover {
    opacity: 1;
    translate: 0 -5px;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

/*--------------------
  newjobs
--------------------*/
.sec__newjobs {
  position: relative;
  z-index: 1;
  padding: 190px 0 250px;
}
@media (max-width: 834px) {
  .sec__newjobs {
    padding: 10px 0 40px;
  }
}
.sec__newjobs::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -320px 0 0 0;
  background: url(../img/index/bg_newjobs.png) right bottom 100px no-repeat #0095ff;
  background-size: 86% auto;
}
@media (max-width: 834px) {
  .sec__newjobs::before {
    inset: 0;
    background-position: right top;
    background-size: auto 100%;
  }
}
.sec__newjobs .newjobs__inner {
  max-width: 1740px;
}
.sec__newjobs .newjobs__container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec__newjobs .newjobs__container .newjobList__wrap {
  overflow: visible;
  margin-top: 30px;
}
.sec__newjobs .newjobs__container .newjobList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: auto;
  height: auto;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .newjobList__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
.sec__newjobs .newjobs__container .newjobList__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
  padding: 28px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .newjobList__item a {
    gap: 16px;
    padding: 16px;
  }
}
@media (any-hover: hover) {
  .sec__newjobs .newjobs__container .newjobList__item a:hover {
    opacity: 1;
    translate: 0 -5px;
  }
  .sec__newjobs .newjobs__container .newjobList__item a:hover .imgArea img {
    scale: 1.05;
  }
}
.sec__newjobs .newjobs__container .newjobList__item .imgArea {
  aspect-ratio: 170/120;
  width: 100%;
  background: url(../img/common/bg_stripe01.png) left top repeat;
  overflow: hidden;
}
.sec__newjobs .newjobs__container .newjobList__item .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__newjobs .newjobs__container .newjobList__item .txtArea {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.sec__newjobs .newjobs__container .newjobList__item .txtArea .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .newjobList__item .txtArea .title {
    font-size: 1.5rem;
  }
}
.sec__newjobs .newjobs__container .newjobList__item .txtArea .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 3px;
  line-height: 1.5;
  margin-top: 15px;
}
.sec__newjobs .newjobs__container .newjobList__item .txtArea .meta .cat {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 0.6em;
  background: #fff000;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .newjobList__item .txtArea .meta .cat {
    font-size: 1rem;
  }
}
.sec__newjobs .newjobs__container .newjobList__item .txtArea .meta .date {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.5);
  margin-left: auto;
}
.sec__newjobs .newjobs__container .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 28px;
}
.sec__newjobs .newjobs__container .controls__item {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .controls__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }
}
@media (any-hover: hover) {
  .sec__newjobs .newjobs__container .controls__item:hover {
    opacity: 0.8;
  }
}
.sec__newjobs .newjobs__container .controls__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  background: #333333;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__container .controls__item::before {
    width: 10px;
  }
}
.sec__newjobs .newjobs__container .controls__item.-prev::before {
  rotate: -135deg;
}
.sec__newjobs .newjobs__container .controls__item.-next::before {
  rotate: 45deg;
}
.sec__newjobs .newjobs__container .controls__item.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/*--------------------
  news
--------------------*/
.sec__news {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  padding: 0 0 115px;
}
@media (max-width: 834px) {
  .sec__news {
    margin-top: 0;
    padding: 6.25vw 0 6.25vw 6.25vw;
  }
}
.sec__news::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 180px 0 0 0;
  background: url(../img/common/bg_stripe01.png) left top repeat;
}
@media (max-width: 834px) {
  .sec__news::before {
    inset: 0;
  }
}
.sec__news::after {
  content: "NEWS";
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: -1;
  inset: 180px 0 115px 5.9027777778%;
  font-family: "Lato", sans-serif;
  font-size: 20rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: #e7e7e7 1px 0px 0px, #e7e7e7 0.540302px 0.841471px 0px, #e7e7e7 -0.416147px 0.909297px 0px, #e7e7e7 -0.989992px 0.14112px 0px, #e7e7e7 -0.653644px -0.756802px 0px, #e7e7e7 0.283662px -0.958924px 0px, #e7e7e7 0.96017px -0.279415px 0px;
}
@media (max-width: 1280px) {
  .sec__news::after {
    inset: 0;
    margin: auto 0 -20px 0;
  }
}
@media (max-width: 834px) {
  .sec__news::after {
    display: none;
  }
}
.sec__news .news__container {
  width: 63.8888888889%;
  min-width: 920px;
  margin-left: auto;
  padding: 72px 120px 72px 90px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .sec__news .news__container {
    width: auto;
    min-width: inherit;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.sec__news .news__container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .sec__news .news__container .heading {
    padding: 40px 6.25vw 0;
  }
}
.sec__news .news__container .newsList {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .sec__news .news__container .newsList {
    margin-top: 10px;
  }
}
.sec__news .news__container .newsList__item {
  border-bottom: 1px solid #eeeeee;
}
.sec__news .news__container .newsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
  padding: 16px 0 16px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .sec__news .news__container .newsList__item a {
    gap: 20px;
    padding: 20px 6.25vw;
  }
}
@media (any-hover: hover) {
  .sec__news .news__container .newsList__item a:hover {
    padding-left: 20px;
    opacity: 1;
  }
  .sec__news .news__container .newsList__item a:hover .imgArea img {
    scale: 1.05;
  }
}
.sec__news .news__container .newsList__item .imgArea {
  aspect-ratio: 130/100;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  background: url(../img/common/bg_stripe01.png) left top repeat;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__news .news__container .newsList__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.sec__news .news__container .newsList__item .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__news .news__container .newsList__item .txtArea {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sec__news .news__container .newsList__item .txtArea .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 18px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .sec__news .news__container .newsList__item .txtArea .meta {
    gap: 5px 10px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.sec__news .news__container .newsList__item .txtArea .meta .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
}
.sec__news .news__container .newsList__item .txtArea .meta .cat {
  padding: 0.5em 1.6em;
  background: #eeeeee;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .sec__news .news__container .newsList__item .txtArea .meta .cat {
    padding: 0.5em 1.2em;
  }
}

/*--------------------
  interview
--------------------*/
.sec__interview {
  padding: 140px 0 130px;
}
@media (max-width: 834px) {
  .sec__interview {
    padding: 40px 0;
  }
}
.sec__interview .interview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 9.6666666667%;
}
@media (max-width: 834px) {
  .sec__interview .interview__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px 0;
  }
}
.sec__interview .interview__body .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  max-width: 570px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .imgArea {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 96%;
    max-width: 480px;
  }
}
.sec__interview .interview__body .imgArea::after {
  content: "";
  aspect-ratio: 518/168;
  width: 90.8771929825%;
  position: absolute;
  right: -47.0175438596%;
  top: -20.3821656051%;
  background: url(../img/index/interview_eng.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .sec__interview .interview__body .imgArea::after {
    right: -12.6315789474%;
    top: -18.6836518047%;
  }
}
@media (max-width: 834px) {
  .sec__interview .interview__body .imgArea::after {
    width: 80%;
    right: -6.3157894737%;
    top: -9.3418259023%;
  }
}
.sec__interview .interview__body .imgArea img {
  aspect-ratio: 570/471;
}
.sec__interview .interview__body .txtArea {
  padding: 15px 0;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .txtArea {
    padding: 0;
  }
}
.sec__interview .interview__body .txtArea .copy {
  font-size: clamp(3.8rem, 3.4722222222vw, 5rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .txtArea .copy {
    font-size: 2.4rem;
  }
}
.sec__interview .interview__body .txtArea .txt {
  margin-top: 12px;
}
.sec__interview .interview__body .txtArea .btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .txtArea .btn {
    margin: 24px auto 0;
  }
}

/*--------------------
  about
--------------------*/
.sec__about {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #0095ff;
}
@media (min-width: 835px) {
  .sec__about::before {
    content: "";
    width: 50%;
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 0;
    background: url(../img/index/bg_about.jpg) center center/cover no-repeat;
  }
  .sec__about::after {
    content: "";
    aspect-ratio: 530/660;
    width: 36.8055555556vw;
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
@media (max-width: 834px) {
  .sec__about::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url(../img/index/bg_about.jpg) center center/cover no-repeat;
    opacity: 0.5;
  }
}
.sec__about .about__inner {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .sec__about .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.sec__about .about__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 100px 8.3333333333vw;
}
@media (max-width: 834px) {
  .sec__about .about__head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 40px 6.25vw 0;
  }
}
.sec__about .about__head .title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .sec__about .about__head .title {
    text-align: center;
    font-size: 2.8rem;
  }
}
.sec__about .about__head .txt {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .sec__about .about__head .txt br {
    display: none;
  }
}
.sec__about .about__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 100px 6.1111111111vw;
}
@media (max-width: 834px) {
  .sec__about .about__contents {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 40px 6.25vw;
  }
}
.sec__about .about__contents .contents {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sec__about .about__contents .contents__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sec__about .about__contents .contents__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: 0 48px;
  padding: 24px 0;
}
@media (max-width: 834px) {
  .sec__about .about__contents .contents__item a {
    gap: 0 20px;
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .sec__about .about__contents .contents__item a:hover {
    opacity: 1;
  }
  .sec__about .about__contents .contents__item a:hover .imgArea img {
    scale: 1.05;
  }
  .sec__about .about__contents .contents__item a:hover .txtArea {
    translate: 5px 0;
  }
}
.sec__about .about__contents .contents__item .num {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.2rem;
  color: #fff000;
  line-height: 1;
}
.sec__about .about__contents .contents__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__about .about__contents .contents__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.sec__about .about__contents .contents__item .imgArea img {
  aspect-ratio: 130/110;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__about .about__contents .contents__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__about .about__contents .contents__item .txtArea .title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .sec__about .about__contents .contents__item .txtArea .title {
    font-size: 1.8rem;
  }
}
.sec__about .about__contents .contents__item .txtArea .eng {
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .sec__about .about__contents .contents__item .txtArea .eng {
    font-size: 1rem;
    margin-top: 4px;
  }
}
.sec__about .about__eng {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: -32px;
  margin-bottom: -24px;
}
@media (max-width: 834px) {
  .sec__about .about__eng {
    margin-top: 0;
    margin-bottom: -12px;
  }
}
.sec__about .about__eng .eng {
  display: block;
  text-align: center;
  font-size: 20rem;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 834px) {
  .sec__about .about__eng .eng {
    font-size: 6.4rem;
  }
}

/*--------------------
  others
--------------------*/
.sec__others {
  padding: 140px 0 125px;
}
@media (max-width: 834px) {
  .sec__others {
    padding: 80px 0 56px;
  }
}
.sec__others .others__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
@media (max-width: 834px) {
  .sec__others .others__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px 0;
  }
}
.sec__others .others__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
}
.sec__others .others__item a {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .sec__others .others__item a:hover {
    opacity: 1;
  }
  .sec__others .others__item a:hover .img img {
    scale: 1.05;
  }
}
.sec__others .others__item .title {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -40px;
  padding: 0 48px 10px 0;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
.sec__others .others__item .img {
  overflow: hidden;
}
.sec__others .others__item .img img {
  aspect-ratio: 1100/622;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__others .others__item .arrow {
  aspect-ratio: 1/1;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff000;
  border: 12px solid #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  translate: 50% 50%;
}
@media (max-width: 834px) {
  .sec__others .others__item .arrow {
    width: 42px;
    border-width: 8px;
    translate: 25% 40%;
  }
}
.sec__others .others__item .arrow::before {
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  background: #333333;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__others .others__item .arrow::before {
    width: 8px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #0095ff;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 40px 64px 64px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 20px 20px 32px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #eeeeee;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 272px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 178px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #ffffff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    padding: 1em 0;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #333333;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::after {
    width: auto;
    left: -2000px;
    right: -2000px;
  }
}/*# sourceMappingURL=style.css.map */