@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: none; /* 2 */
  -webkit-text-size-adjust: none; /* 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 {
  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] {
  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 */ /* 2 */
  box-sizing: content-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;
}

/* ============================================
// base
// ==========================================*/
*,
*:after,
*:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd, span, body, figcaption, figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  border: 0;
}
img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

a:link, a:visited {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  a:hover, a:active {
    opacity: 0.7;
  }
}
a:focus {
  outline: none;
}
@media (min-device-width: 834px) {
  a[href*="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

::-moz-selection {
  background: #004C80;
  color: #fff;
}

::selection {
  background: #004C80;
  color: #fff;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #031D55;
  overflow: hidden;
  min-width: 1024px;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
  }
}

h2, h3, h4 {
  line-height: 1.5;
}

.forPC {
  display: block;
}
@media screen and (max-width: 834px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 834px) {
  .forSP {
    display: block;
  }
}

.container-grid {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .container-grid {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-grid-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-grid .line {
  flex: 1 1 25%;
  position: relative;
  border-right: 1px solid rgba(170, 170, 170, 0.2);
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
}
@media screen and (max-width: 834px) {
  .container-grid .line {
    border-right: 1px solid rgba(170, 170, 170, 0.1);
  }
}
@media screen and (min-width: 835px) {
  .container-grid .line.-line1 {
    border-left: 1px solid rgba(170, 170, 170, 0.2);
  }
}
.container-grid .line-other {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .container-grid .line-other {
    display: none;
  }
}
.container-grid .line-other.-left {
  right: 100%;
}
.container-grid .line-other.-right {
  left: 100%;
}
.container-grid.p-top-grid {
  z-index: 1;
  z-index: 10000;
  pointer-events: none;
}
.container-grid.p-top-grid .line,
.container-grid.p-top-grid .line-other {
  border: none;
  background-color: #004C80;
  transform-origin: left bottom;
}

@media screen and (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px;
  }
}
#ot-sdk-btn-floating.ot-floating-button button {
  outline: none;
}
@media screen and (max-width: 834px) {
  #ot-sdk-btn-floating.ot-floating-button {
    transition: z-index 0s 2s !important;
  }
  .is-drower-open #ot-sdk-btn-floating.ot-floating-button {
    z-index: 990;
    transition: z-index 0s !important;
  }
}

#loading {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
@-webkit-keyframes opacity0 {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity0 {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-first-load #loading {
  opacity: 1;
  -webkit-animation: opacity0 2s forwards;
          animation: opacity0 2s forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#loading-back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#loading-image {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  #loading-image {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
#loading-image #load-illust {
  max-width: 252px;
}
#loading-image #load-logo {
  margin-top: 40px;
  max-width: 265px;
}

#loader,
#loader::before,
#loader::after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
          animation: load7 1.8s infinite ease-in-out;
}

#loader {
  position: absolute;
  top: -3.7em;
  right: -2.5em;
  z-index: 100;
  color: #004C80;
  font-size: 10px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#loader::before, #loader::after {
  content: "";
  position: absolute;
  top: 0;
}
#loader::before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
#loader::after {
  left: 3.5em;
}

/* ============================================
// block width
// ==========================================*/
.l-blockWidth-xs {
  max-width: 220px;
}
.l-blockWidth-s {
  max-width: 270px;
}
.l-blockWidth-m {
  max-width: 300px;
}
.l-blockWidth-l {
  max-width: 700px;
}
.l-blockWidth-xl {
  max-width: 800px;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xxl, .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 834px) {
  .l-container-xxl, .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container-s {
  max-width: 940px;
}
.l-container-m {
  max-width: 1364px;
}
.l-container-l {
  max-width: 1440px;
}
.l-container-xl {
  max-width: 1600px;
}
.l-container-xxl {
  max-width: 1920px;
}

.l-lower-main {
  padding: 90px 0 140px;
}
@media screen and (max-width: 834px) {
  .l-lower-main {
    padding: 40px 0 60px;
  }
}

.section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 834px) {
  .section {
    padding: 40px 0 50px;
  }
}

/* ============================================
// grid-layout
// ==========================================*/
@media screen and (min-width: 835px) {
  .l-grid {
    display: flex;
    align-items: flex-start;
    gap: 8%;
  }
}
.l-grid .col1 {
  flex-shrink: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .l-grid .col1 {
    width: 42%;
  }
}
@media screen and (max-width: 834px) {
  .l-grid .col1 {
    margin-bottom: 24px;
  }
}
.l-grid .col1 img {
  margin: 0 auto;
}
.l-grid .col2 {
  flex-grow: 1;
}
@media screen and (min-width: 835px) {
  .l-grid.-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.l-hero {
  position: relative;
}

/* ============================================
// header (common)
// ==========================================*/
.l-header {
  position: absolute;
  z-index: 990;
  top: 20px;
  left: 0;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 835px) {
  .l-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    top: 23px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-header_inner {
  display: flex;
  align-items: center;
}
.l-header_logo {
  flex-shrink: 0;
  margin-left: -22px;
}
@media screen and (max-width: 834px) {
  .l-header_logo {
    margin-left: -15px;
  }
}
.l-header_navi {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 100%;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .l-header_navi {
    display: none;
  }
}
.l-header .navi {
  width: 100%;
}
.l-header .navi_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header .navi_list_item {
  flex: 0 1 auto;
  margin-left: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .l-header .navi_list_item {
    margin-left: 20px;
  }
}
.l-header .navi_list_item a {
  padding: 7px 0;
  color: #fff;
}
.l-header .navi_list_item .ja {
  white-space: nowrap;
}
.l-header .navi_list_item.-kyujin {
  margin-left: 110px;
}
@media (max-width: 1200px) {
  .l-header .navi_list_item.-kyujin {
    margin-left: 60px;
  }
}
.l-header.clone-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  transform: translateY(-101%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .l-header.clone-header {
    display: none !important;
  }
}
.l-header.clone-header.js-up-scroll {
  transform: none !important;
}
.l-header.clone-header .logo .text {
  color: #031D55;
}
.l-header.clone-header .navi_list_item a {
  color: #031D55;
}
.l-header.clone-header .navi_list_item a::before {
  background-color: #031D55;
}
.l-header.clone-header .navi_list_item.-kyujin a {
  color: #fff;
}

.l-hero-sns {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-hero-sns {
    display: none;
  }
}
.l-hero-sns .list {
  display: block !important;
}
.l-hero-sns .list_item {
  margin: 10px 0 !important;
}

.l-hero-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
}

/* ============================================
// top recruit
// ==========================================*/
.l-recruit {
  position: relative;
}
.l-recruit_contents {
  width: 100%;
}
.l-recruit a {
  position: relative;
  z-index: 3;
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12vw;
  padding-bottom: 12vw;
}
@media screen and (max-width: 834px) {
  .l-recruit a {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-recruit a:hover {
    opacity: 1;
  }
  .l-recruit a:hover .title,
.l-recruit a:hover .catch,
.l-recruit a:hover .read {
    color: #fff;
  }
  .l-recruit a:hover .bg-image {
    opacity: 1;
  }
  .l-recruit a:hover .bg-image .img {
    transform: none;
    filter: none;
  }
}
.l-recruit .link_inner {
  position: relative;
  z-index: 3;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.l-recruit .title {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #E82D50;
  transition: color 0.6s;
}
@media screen and (max-width: 834px) {
  .l-recruit .title {
    font-size: 2.4rem;
    color: #fff;
  }
}
.l-recruit .catch {
  display: flex;
  justify-content: center;
  font-size: 3.8rem;
  margin-top: 20px;
  color: #031D55;
  transition: color 0.6s;
}
@media screen and (max-width: 834px) {
  .l-recruit .catch {
    font-size: 2.8rem;
    color: #fff;
  }
}
.l-recruit .read {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #031D55;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.6s;
}
@media screen and (max-width: 834px) {
  .l-recruit .read {
    color: #fff;
    font-size: 1.4rem;
  }
}
.l-recruit .linkWrap {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 834px) {
  .l-recruit .linkWrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-recruit .linkWrap .btn-link-ico {
    transform: scale(0.6);
  }
}
.l-recruit .bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.6s;
}
@media screen and (min-width: 835px) {
  .l-recruit .bg-image {
    opacity: 0;
  }
}
.l-recruit .bg-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  opacity: 0.85;
}
.l-recruit .bg-image .img {
  height: 100%;
  transition: 0.6s;
}
.l-recruit .bg-image img {
  transition: transform 0.6s;
}

/* ============================================
// footer (common)
// ==========================================*/
.l-footer {
  position: relative;
  background-color: #001727;
  padding-top: 10vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding-top: 20vw;
    padding-bottom: 24vw;
  }
}
.l-footer_inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer_inner {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 26% 37% 37%;
    gap: 0px;
    height: 100%;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_block1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_block2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_block3 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
  }
}
.l-footer_block4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
}
@media screen and (min-width: 835px) {
  .l-footer_block4 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 834px) {
  .l-footer_block4 {
    margin-top: 40px;
  }
}
.l-footer_logo .logo {
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .l-footer_corp {
    margin-top: 10px;
  }
}
.l-footer_corp .corpLink a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}
.l-footer_corp .corpLink a::after {
  content: "";
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: url(../img/ico-external-white.png) no-repeat center center/contain;
  margin-left: 5px;
}
@media screen and (max-width: 834px) {
  .l-footer_navi {
    display: none;
  }
}
.l-footer_navi .navi_list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer_navi .navi_list_item:not(:last-child) {
  margin-right: 50px;
}
.l-footer_navi .navi_list_item a {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .l-footer_navi .navi_list_item a {
    font-size: 1.3rem;
  }
}
.l-footer_sns {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .l-footer_sns {
    margin-top: 30px;
  }
}
.l-footer_search {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .l-footer_search {
    margin-top: 40px;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_search .serchLink {
    display: flex;
  }
}
.l-footer_search .serchLink:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .l-footer_search .serchLink:not(:first-child) {
    margin-top: 10px;
  }
}
.l-footer_search .serchLink .hd {
  flex-shrink: 0;
  flex-basis: 150px;
  opacity: 0.5;
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  margin-right: 20px;
}
.l-footer_search .serchLink .list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer_search .serchLink .list_item {
  margin-right: 20px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .l-footer_search .serchLink .list_item {
    margin-right: 10px;
  }
}
.l-footer_search .serchLink .list a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
}
.l-footer_copyright .copyright {
  opacity: 0.5;
  font-size: 1rem;
  color: #fff;
}
.l-footer_ga .ga {
  font-size: 1rem;
  opacity: 0.5;
}
.l-footer_ga .ga a {
  color: #fff;
}
.l-footer_pagetop {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(226, 226, 226, 0.1);
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 834px) {
  .l-footer_pagetop {
    width: 100px;
    height: 100%;
  }
}

/* ============================================
// lower mv (common)
// ==========================================*/
.l-mv {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.l-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/logo-motif.png) no-repeat center center/contain;
  width: 948px;
  height: 119px;
  opacity: 0.25;
}
@media screen and (max-width: 834px) {
  .l-mv::before {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .l-mv {
    padding-top: 88px;
    padding-bottom: 56px;
  }
}
.l-mv_inner {
  max-width: 1920px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-mv_inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .l-mv_inner {
    margin-top: 24px;
    padding: 0 5%;
  }
}
.l-mv .first-part {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-mv .first-part {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-mv .first-part {
    margin-top: 32px;
  }
}
.l-mv .title {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: bold;
}
.l-mv .title > span {
  display: block;
}
.l-mv .title .ja {
  font-size: 1.8rem;
}
.l-mv .title .en {
  margin-bottom: 0.3em;
  font-family: "Poppins", sans-serif;
  font-size: 8.8rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (max-width: 1300px) {
  .l-mv .title .en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-mv .title .en {
    font-size: 4.6rem;
  }
}

.l-mv-datail {
  padding-top: 130px;
  padding-bottom: 320px;
}
@media screen and (max-width: 834px) {
  .l-mv-datail {
    padding-top: 72px;
    padding-bottom: 168px;
  }
}

/* ============================================
// btn
// ==========================================*/
.btn-border, .btn-secondary, .btn-primary, .btn-white {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.4em 2em 1.4em 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  transition: opacity 0.3s;
}
.btn-border::before, .btn-secondary::before, .btn-primary::before, .btn-white::before, .btn-border::after, .btn-secondary::after, .btn-primary::after, .btn-white::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover, .btn-secondary:hover, .btn-primary:hover, .btn-white:hover {
    opacity: 0.7;
  }
}
.-l.btn-border, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .-l.btn-border, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
    font-size: 1.5rem;
  }
}
.-round.btn-border, .-round.btn-secondary, .-round.btn-primary, .-round.btn-white {
  border-radius: 200px;
}
.-paddingPlus.btn-border, .-paddingPlus.btn-secondary, .-paddingPlus.btn-primary, .-paddingPlus.btn-white {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 834px) {
  .-paddingPlus.btn-border, .-paddingPlus.btn-secondary, .-paddingPlus.btn-primary, .-paddingPlus.btn-white {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.btn-border .ico, .btn-secondary .ico, .btn-primary .ico, .btn-white .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3;
  width: 14px;
  height: 1px;
}
.btn-border .ico::before, .btn-secondary .ico::before, .btn-primary .ico::before, .btn-white .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.btn-border .ico::after, .btn-secondary .ico::after, .btn-primary .ico::after, .btn-white .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
}
.btn-border .text, .btn-secondary .text, .btn-primary .text, .btn-white .text {
  position: relative;
  z-index: 3;
}
.btn-border .ico-arrow, .btn-secondary .ico-arrow, .btn-primary .ico-arrow, .btn-white .ico-arrow,
.btn-border .ico-blank,
.btn-secondary .ico-blank,
.btn-primary .ico-blank,
.btn-white .ico-blank {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

.btn-white {
  background-color: #fff;
  border-radius: 3px;
  color: #031D55;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-white:hover {
    opacity: 1;
    color: #fff;
    background-color: #004C80;
    transform: scale(1.03);
  }
}

.btn-primary {
  color: #031D55;
}

.btn-secondary {
  background-color: #004C80;
  color: #031D55;
  transition: 0.3s !important;
}

.btn-border {
  color: #031D55;
  border: 1px solid;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.06);
  }
}
.btn-border.-radius {
  border-radius: 200px;
}
.btn-border.-s {
  border-width: 1px;
  padding: 0.8em 3em 0.8em 2.5em;
}
.btn-border.-s .ico {
  right: 1em;
}
.btn-border.-white {
  color: #fff;
}
.btn-border.-primary {
  color: #004C80;
}

.btn-link01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #031D55;
}
.btn-link01 .icoWrap {
  margin-right: 20px;
  transition: border-radius 0.3s;
}
.btn-link01 .ico-arrow {
  margin-left: 10px;
}
.btn-link01 .ico {
  display: block;
  position: relative;
  z-index: 3;
  width: 14px;
  height: 1px;
  margin-left: 10px;
  transition: transform 0.3s;
}
.btn-link01 .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link01 .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 2px;
}
.btn-link01 .text {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
}
.btn-link01:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-link01:hover .ico {
    transform: translateX(5px);
  }
  .btn-link01:hover .text {
    color: #004C80;
  }
  .btn-link01:hover .icoWrap {
    border-radius: 10px;
  }
}

.btn-link-ico-border, .btn-link-ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.btn-link-ico-border .ico, .btn-link-ico .ico {
  position: relative;
  width: 11px;
  height: 1px;
}
.btn-link-ico-border .ico::before, .btn-link-ico .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link-ico-border .ico::after, .btn-link-ico .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 1px;
}
.-l.btn-link-ico-border, .-l.btn-link-ico {
  width: 106px;
  height: 106px;
}
.-l.btn-link-ico-border::after, .-l.btn-link-ico::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.-l.btn-link-ico-border .ico, .-l.btn-link-ico .ico {
  width: 25px;
}
.-l.btn-link-ico-border .ico::after, .-l.btn-link-ico .ico::after {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

.btn-link-ico.-grad1 {
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
}
.btn-link-ico.-grad2 {
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
}

.btn-link-ico-border .ico::after {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-link-ico-grad1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.btn-link-ico-grad1 .ico {
  position: relative;
  width: 11px;
  height: 1px;
}
.btn-link-ico-grad1 .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link-ico-grad1 .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 1px;
}
.-l.btn-link-ico-grad1 {
  width: 106px;
  height: 106px;
}
.-l.btn-link-ico-grad1::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.-l.btn-link-ico-grad1 .ico {
  transform: scale(1.6);
}

/* ============================================
// object
// ==========================================*/
/* css - scroll animation */
.js-anime.c-animate {
  opacity: 0;
  transition: opacity 0.6s;
}
.js-anime.c-animate.c-animate-b {
  transform: translateY(60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-tl {
  transform: translate(60px, 60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-tr {
  transform: translate(-60px, 60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-bl {
  transform: translate(60px, -60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-br {
  transform: translate(-60px, -60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime .c-animate-stagger {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime .c-animate-stagger:nth-child(1) {
  transition-delay: 0.05s;
}
.js-anime .c-animate-stagger:nth-child(2) {
  transition-delay: 0.1s;
}
.js-anime .c-animate-stagger:nth-child(3) {
  transition-delay: 0.15s;
}
.js-anime .c-animate-stagger:nth-child(4) {
  transition-delay: 0.2s;
}
.js-anime .c-animate-stagger:nth-child(5) {
  transition-delay: 0.25s;
}
.js-anime .c-animate-stagger:nth-child(6) {
  transition-delay: 0.3s;
}
.js-anime .c-animate-stagger:nth-child(7) {
  transition-delay: 0.35s;
}
.js-anime .c-animate-stagger:nth-child(8) {
  transition-delay: 0.4s;
}
.js-anime .c-animate-stagger:nth-child(9) {
  transition-delay: 0.45s;
}
.js-anime .c-animate-stagger:nth-child(10) {
  transition-delay: 0.5s;
}
.js-anime .c-animate-stagger:nth-child(11) {
  transition-delay: 0.55s;
}
.js-anime .c-animate-stagger:nth-child(12) {
  transition-delay: 0.6s;
}
.js-anime .c-animate-stagger:nth-child(13) {
  transition-delay: 0.65s;
}
.js-anime .c-animate-stagger:nth-child(14) {
  transition-delay: 0.7s;
}
.js-anime .c-animate-stagger:nth-child(15) {
  transition-delay: 0.75s;
}
.js-anime .c-animate-stagger:nth-child(16) {
  transition-delay: 0.8s;
}
.js-anime .c-animate-stagger:nth-child(17) {
  transition-delay: 0.85s;
}
.js-anime .c-animate-stagger:nth-child(18) {
  transition-delay: 0.9s;
}
.js-anime .c-animate-stagger:nth-child(19) {
  transition-delay: 0.95s;
}
.js-anime .c-animate-stagger:nth-child(20) {
  transition-delay: 1s;
}
.js-anime.c-screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.js-anime.c-screen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}
.js-anime.c-screen.c-screen-blue::before {
  background: rgba(0, 76, 128, 0.9);
}
.js-anime.c-screen.c-screen-gray::before {
  background: rgba(245, 245, 245, 0.9);
}
.js-anime.c-filter {
  filter: saturate(0%) brightness(500%);
  transition: filter 1s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-text {
  position: relative;
}
.js-anime.c-text::before {
  content: attr(data-word);
  display: block;
  color: #eee;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: color-burn;
}
@media all and (-ms-high-contrast: none) {
  .js-anime.c-text::before {
    content: none;
  }
}
.js-anime.c-text > span {
  display: inline-block;
  -webkit-clip-path: circle(0% at 0% 0%);
          clip-path: circle(0% at 0% 0%);
}
@-webkit-keyframes hdAni {
  0% {
    -webkit-clip-path: circle(0% at 0% 0%);
            clip-path: circle(0% at 0% 0%);
  }
  100% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
@keyframes hdAni {
  0% {
    -webkit-clip-path: circle(0% at 0% 0%);
            clip-path: circle(0% at 0% 0%);
  }
  100% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
.js-anime .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@-webkit-keyframes translate-easeOutBounce {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  12% {
    transform: translateY(-10.89%);
  }
  24% {
    opacity: 1;
    transform: translateY(-43.56%);
  }
  36% {
    transform: translateY(-98.01%);
  }
  54% {
    transform: translateY(-75.02%);
  }
  74% {
    transform: translateY(-98.37%);
  }
  82% {
    transform: translateY(-93.75%);
  }
  92% {
    transform: translateY(-99.34%);
  }
  96% {
    transform: translateY(-98.46%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes translate-easeOutBounce {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  12% {
    transform: translateY(-10.89%);
  }
  24% {
    opacity: 1;
    transform: translateY(-43.56%);
  }
  36% {
    transform: translateY(-98.01%);
  }
  54% {
    transform: translateY(-75.02%);
  }
  74% {
    transform: translateY(-98.37%);
  }
  82% {
    transform: translateY(-93.75%);
  }
  92% {
    transform: translateY(-99.34%);
  }
  96% {
    transform: translateY(-98.46%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.js-anime .word:nth-child(1) {
  transition-delay: 0.05s !important;
}
.js-anime .word:nth-child(2) {
  transition-delay: 0.1s !important;
}
.js-anime .word:nth-child(3) {
  transition-delay: 0.15s !important;
}
.js-anime .word:nth-child(4) {
  transition-delay: 0.2s !important;
}
.js-anime .word:nth-child(5) {
  transition-delay: 0.25s !important;
}
.js-anime .word:nth-child(6) {
  transition-delay: 0.3s !important;
}
.js-anime .word:nth-child(7) {
  transition-delay: 0.35s !important;
}
.js-anime .word:nth-child(8) {
  transition-delay: 0.4s !important;
}
.js-anime .word:nth-child(9) {
  transition-delay: 0.45s !important;
}
.js-anime .word:nth-child(10) {
  transition-delay: 0.5s !important;
}
.js-anime .word:nth-child(11) {
  transition-delay: 0.55s !important;
}
.js-anime .word:nth-child(12) {
  transition-delay: 0.6s !important;
}
.js-anime .word:nth-child(13) {
  transition-delay: 0.65s !important;
}
.js-anime .word:nth-child(14) {
  transition-delay: 0.7s !important;
}
.js-anime .word:nth-child(15) {
  transition-delay: 0.75s !important;
}
.js-anime .word:nth-child(16) {
  transition-delay: 0.8s !important;
}
.js-anime .word:nth-child(17) {
  transition-delay: 0.85s !important;
}
.js-anime .word:nth-child(18) {
  transition-delay: 0.9s !important;
}
.js-anime .word:nth-child(19) {
  transition-delay: 0.95s !important;
}
.js-anime .word:nth-child(20) {
  transition-delay: 1s !important;
}
.js-anime .word:nth-child(21) {
  transition-delay: 1.05s !important;
}
.js-anime .word:nth-child(22) {
  transition-delay: 1.1s !important;
}
.js-anime .word:nth-child(23) {
  transition-delay: 1.15s !important;
}
.js-anime .word:nth-child(24) {
  transition-delay: 1.2s !important;
}
.js-anime .word:nth-child(25) {
  transition-delay: 1.25s !important;
}
.js-anime .word:nth-child(26) {
  transition-delay: 1.3s !important;
}
.js-anime .word:nth-child(27) {
  transition-delay: 1.35s !important;
}
.js-anime .word:nth-child(28) {
  transition-delay: 1.4s !important;
}
.js-anime .word:nth-child(29) {
  transition-delay: 1.45s !important;
}
.js-anime .word:nth-child(30) {
  transition-delay: 1.5s !important;
}
.js-anime .word:nth-child(31) {
  transition-delay: 1.55s !important;
}
.js-anime .word:nth-child(32) {
  transition-delay: 1.6s !important;
}
.js-anime .word:nth-child(33) {
  transition-delay: 1.65s !important;
}
.js-anime .word:nth-child(34) {
  transition-delay: 1.7s !important;
}
.js-anime .word:nth-child(35) {
  transition-delay: 1.75s !important;
}
.js-anime .word:nth-child(36) {
  transition-delay: 1.8s !important;
}
.js-anime .word:nth-child(37) {
  transition-delay: 1.85s !important;
}
.js-anime .word:nth-child(38) {
  transition-delay: 1.9s !important;
}
.js-anime .word:nth-child(39) {
  transition-delay: 1.95s !important;
}
.js-anime .word:nth-child(40) {
  transition-delay: 2s !important;
}
.js-anime .word:nth-child(41) {
  transition-delay: 2.05s !important;
}
.js-anime .word:nth-child(42) {
  transition-delay: 2.1s !important;
}
.js-anime .word:nth-child(43) {
  transition-delay: 2.15s !important;
}
.js-anime .word:nth-child(44) {
  transition-delay: 2.2s !important;
}
.js-anime .word:nth-child(45) {
  transition-delay: 2.25s !important;
}
.js-anime .word:nth-child(46) {
  transition-delay: 2.3s !important;
}
.js-anime .word:nth-child(47) {
  transition-delay: 2.35s !important;
}
.js-anime .word:nth-child(48) {
  transition-delay: 2.4s !important;
}
.js-anime .word:nth-child(49) {
  transition-delay: 2.45s !important;
}
.js-anime .word:nth-child(50) {
  transition-delay: 2.5s !important;
}
.js-anime.js-active.c-animate {
  opacity: 1;
}
.js-anime.js-active.c-animate.c-animate-b, .js-anime.js-active.c-animate.c-animate-tl, .js-anime.js-active.c-animate.c-animate-tr, .js-anime.js-active.c-animate.c-animate-bl, .js-anime.js-active.c-animate.c-animate-br {
  transform: none;
}
.js-anime.js-active .c-animate-stagger {
  opacity: 1;
  transform: none;
}
.js-anime.js-active.c-screen::before {
  transform: translateY(100%);
}
.js-anime.js-active.c-screen.c-screen-mono::before {
  transform: none;
  -webkit-backdrop-filter: saturate(100%);
          backdrop-filter: saturate(100%);
}
.js-anime.js-active.c-filter {
  filter: none;
}
.js-anime.js-active.c-text > span {
  -webkit-animation: hdAni 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s both;
          animation: hdAni 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s both;
}
.js-anime.js-active .word {
  transform: none;
  opacity: 1;
}

.js-delayed-inner, .js-delayed-img {
  will-change: transform;
}
.js-parallax,
.js-text {
  will-change: transform;
}

.js-split > span {
  display: inline-block;
  min-width: 0.25em;
}

/* anchor */
/* swiper parts */
.swiper-button-next, .swiper-button-prev {
  top: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none;
  background: none;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.swiper-button-next.swiper-button-disabled::before, .swiper-button-next.swiper-button-disabled::before, .swiper-button-prev.swiper-button-disabled::before, .swiper-button-prev.swiper-button-disabled::before {
  opacity: 0.5;
}
.swiper-button-next {
  right: 0;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .swiper-button-next:hover {
    opacity: 1;
    transform: translateX(5px);
  }
}
.swiper-button-prev {
  left: 0;
  transform: scale(-1, 1);
}
.swiper-button-prev:hover {
  opacity: 1;
  transform: scale(-1, 1) translateX(5px);
}

/* heading */
.heading-ja .ja {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: #004C80;
}
.heading-ja .ja::before {
  content: "";
  display: block;
  position: relative;
  top: 0.1em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  margin-right: 0.7em;
}

/* logo */
.logo .title {
  line-height: 1;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo .img {
  display: block;
  max-width: 133px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .logo .img {
    max-width: 93px;
  }
}
.logo .text {
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  color: #031D55;
  border: 1px solid;
  margin-left: 20px;
  padding: 10px 15px;
  height: 1000%;
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .logo .text {
    margin-left: 10px;
    font-size: 1rem;
    transform-origin: left center;
  }
}

.icoWrap {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #004C80;
  border-radius: 50%;
}
.icoWrap .ico-arrow {
  margin: 1px 0 0 2px;
}
.icoWrap.-l {
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 834px) {
  .icoWrap.-l {
    width: 50px;
    height: 50px;
  }
}
.icoWrap.-l .ico-arrow {
  transform: scale(1.7);
  margin: 0 0 0 3px;
}
@media screen and (max-width: 834px) {
  .icoWrap.-l .ico-arrow {
    transform: scale(1);
  }
}

.ico-arrow {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 834px) {
  .ico-arrow {
    transform: scale(0.8);
  }
}
.ico-arrow::before, .ico-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.84, 0);
}
.ico-arrow::before {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
}
.ico-arrow::after {
  width: 1px;
  height: 12px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: right top;
  margin-top: 1px;
}
.ico-arrow.-yellow::before {
  border-color: #004C80;
}
.ico-arrow.-yellow::after {
  background-color: #004C80;
}
.ico-arrow.-red::before {
  border-color: #E82D50;
}
.ico-arrow.-red::after {
  background-color: #E82D50;
}
.ico-arrow.-white::before {
  border-color: #fff;
}
.ico-arrow.-white::after {
  background-color: #fff;
}

.ico-blank {
  position: relative;
  display: block;
  width: 12px;
  height: 10px;
}
.ico-blank::before, .ico-blank::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.4s cubic-bezier(0.7, 0, 0.84, 0);
}
.ico-blank::before {
  bottom: 0;
  left: 0;
  width: 9px;
  height: 7px;
  border: 1px solid #000;
}
.ico-blank::after {
  top: 0;
  right: 0;
  width: 9px;
  height: 7px;
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
}
.ico-blank.-yellow::before, .ico-blank.-yellow::after {
  border-color: #004C80;
}

/* global nav */
.navi_list_item.is-active a::before {
  width: 100%;
}
.navi_list_item.-kyujin {
  flex-basis: 156px;
  max-width: 156px;
  width: 100%;
}
.navi_list_item.-kyujin a {
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 50%, #f59a40 100%);
  background-size: 200%;
  background-position: left center;
  padding: 17px 20px;
  width: 100%;
  border-radius: 100px;
  transition: 0.4s;
}
.navi_list_item.-kyujin a::before {
  content: none;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .navi_list_item.-kyujin a:hover {
    transform: scale(1.05);
    background-position: right center;
  }
}
.navi_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #031D55;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s;
}
.navi_list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.4s cubic-bezier(0.7, 0, 0.84, 0);
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .navi_list a:hover {
    opacity: 1;
  }
  .navi_list a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

/* sns */
.sns {
  display: flex;
  align-items: center;
}
.sns:not(:first-child) {
  margin-left: 50px;
}
.sns .hd {
  font-size: 1.3rem;
  margin-right: 25px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.sns .list {
  display: flex;
  align-items: center;
}
.sns .list_item {
  width: 18px;
  margin-right: 15px;
}
.sns .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sns .list .img {
  display: block;
}

/* hamburger */
.hamburger {
  position: fixed;
  z-index: 1020;
  top: 26px;
  right: 18px;
  width: 54px;
  height: 54px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .hamburger {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .hamburger:hover::before {
    border-radius: 10%;
  }
}
.hamburger_inner {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hamburger_inner:focus {
  outline: none;
}
.hamburger_line {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  transform: translate(-50%, -50%);
  transition: 0.3s 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.hamburger_line:nth-of-type(1) {
  margin-top: -5px;
}
.hamburger_line:nth-of-type(2) {
  margin-top: 5px;
}
.is-drower-open .hamburger .hamburger_line {
  width: 36px;
  transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.is-drower-open .hamburger .hamburger_line:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(200deg);
}
.is-drower-open .hamburger .hamburger_line:nth-of-type(2) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-200deg);
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.is-drower-open .overlay {
  visibility: visible;
  opacity: 1;
}
.is-drower-open .overlay .navi_item {
  opacity: 1;
  transform: none;
  filter: none;
}
.is-drower-open .overlay .overlay_inner::before {
  transform: none;
}
.is-drower-open .overlay .overlay_sns {
  opacity: 1;
  transform: none;
  filter: none;
}
.is-drower-open .overlay .overlay_copy {
  opacity: 1;
  transform: none;
  transition: opacity 2s 0.3s, transform 1s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .overlay_cover {
  opacity: 1;
}
.overlay_inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.overlay_inner::-webkit-scrollbar {
  display: none;
}
.overlay .wrap {
  margin: auto;
}
.overlay .navi {
  position: relative;
}
.overlay .navi_item {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
}
.overlay .navi_item a {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.overlay .navi_item:nth-child(1) {
  transition-delay: 0.05s;
}
.overlay .navi_item:nth-child(2) {
  transition-delay: 0.1s;
}
.overlay .navi_item:nth-child(3) {
  transition-delay: 0.15s;
}
.overlay .navi_item:nth-child(4) {
  transition-delay: 0.2s;
}
.overlay .navi_item:nth-child(5) {
  transition-delay: 0.25s;
}
.overlay .navi_item:nth-child(6) {
  transition-delay: 0.3s;
}
.overlay .navi_item:nth-child(7) {
  transition-delay: 0.35s;
}
.overlay .navi_item:nth-child(8) {
  transition-delay: 0.4s;
}
.overlay .navi_item:nth-child(9) {
  transition-delay: 0.45s;
}
.overlay .navi_item:nth-child(10) {
  transition-delay: 0.5s;
}
.overlay .navi_item:nth-child(11) {
  transition-delay: 0.55s;
}
.overlay .navi_item:nth-child(12) {
  transition-delay: 0.6s;
}
.overlay .navi_item:nth-child(13) {
  transition-delay: 0.65s;
}
.overlay .navi_item:nth-child(14) {
  transition-delay: 0.7s;
}
.overlay .navi_item:nth-child(15) {
  transition-delay: 0.75s;
}
.overlay_sns {
  position: relative;
  display: flex;
  margin-top: 50px;
  padding-bottom: 70px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s, transform 0.4s;
  transition-delay: 0.3s;
}
.overlay_image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay_image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-mv.jpg) no-repeat center center/cover;
}
.overlay_image .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004c80;
  mix-blend-mode: multiply;
}

/* pankuzu */
.breadcrumb {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  color: #fff;
  padding: 0 70px;
}
@media screen and (max-width: 834px) {
  .breadcrumb {
    padding: 0 5%;
  }
}
.breadcrumb_inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  /*スクロールバーの幅*/
  /*スクロールバーのレール*/
  /*スクロールバーのつまみ*/
}
.breadcrumb_list::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.breadcrumb_list::-webkit-scrollbar-track {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumb_list::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.3rem;
  margin: 0 2px;
}
@media screen and (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item a {
  display: inline;
  color: #fff;
  opacity: 0.5;
}
.breadcrumb_list_item::after {
  content: "ー";
  margin-left: 7px;
  opacity: 0.5;
}
.breadcrumb_list_item:last-child::after {
  content: none;
}
.front-page .breadcrumb {
  display: none;
}

/* pagination */
.pagination_custom {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 80px;
}
.pagination_custom ul {
  display: flex;
  list-style: none;
  gap: 0.5em;
}
.pagination_custom li {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.pagination_custom li a,
.pagination_custom li em {
  display: block;
  position: relative;
  color: #031D55;
  font-style: normal;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  transition: 0.3s;
}
.pagination_custom li a:before,
.pagination_custom li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 1px;
  transition: 0.3s;
  background-color: #E82D50;
  opacity: 0;
}
.pagination_custom li em:before {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .pagination_custom li a:hover {
    color: #E82D50;
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .pagination_custom {
    margin-top: 40px;
  }
  .pagination_custom .number {
    display: none;
  }
  .pagination_custom .number.current {
    display: inline-block;
  }
}

/* page top */
.pagetop {
  position: absolute;
  top: 0;
  right: 70px;
}
@media screen and (max-width: 834px) {
  .pagetop {
    right: 5%;
  }
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagetop .ico {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: transform 0.6s;
}
.pagetop .ico::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
}
.pagetop .text {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .pagetop .text {
    font-size: 1rem;
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .pagetop .text {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .staffList {
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media screen and (min-width: 835px) and (hover: hover), screen and (min-width: 835px) and (-ms-high-contrast: none) {
  .staffList:hover .staffList_item a:not(:hover) {
    opacity: 0.3;
  }
}
.staffList_item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .staffList_item {
    visibility: visible;
    flex-shrink: 1;
    width: calc((100% - 120px) / 3);
  }
}
.staffList_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .staffList_item a:hover {
    opacity: 1;
  }
  .staffList_item a:hover .img::after {
    opacity: 1;
  }
  .staffList_item a:hover .img img {
    transform: scale(1.1);
  }
  .staffList_item a:hover .copy {
    opacity: 1;
  }
  .staffList_item a:hover .name,
.staffList_item a:hover .detail {
    opacity: 0;
    filter: blur(10px);
  }
}
.staffList_item .img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.staffList_item .img::before {
  content: "";
  display: block;
  padding-top: 134.1935483871%;
}
.staffList_item .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.staffList_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.35, 0.17, 0.73, 0.94);
}
.staffList_item .img .cover {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.staffList_item .copy {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  font-size: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .staffList_item .copy {
    font-size: 1.6rem;
  }
}
.staffList_item .name {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.staffList_item .detail {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 20px;
  transition: 0.3s;
}
.staffList_item .linkIco {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .staffList_item .linkIco {
    bottom: 5px;
    right: 5px;
  }
}
.staffList_item .linkIco .btn-link-ico {
  background-color: transparent;
}

body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

/* RESET */
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
label,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

select,
input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[type=text], select[type=search],
input[type=text],
input[type=search] {
  cursor: auto;
}

/* FORM_BLOCK */
.form_block {
  position: relative;
  /* FORM */
}
@media screen and (min-width: 835px) {
  .form_block {
    display: flex;
    align-items: flex-start;
  }
}
.form_block:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.form_block:not(:last-child) {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.form_block .hd {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .form_block .hd {
    margin-top: 12px;
  }
}
@media screen and (max-width: 834px) {
  .form_block .hd {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
}
.form_block_contents {
  flex: 1 1 calc(100% - 200px);
  width: 100%;
}
.form_block .select_form {
  position: relative;
}
.form_block .select_form::before {
  content: "";
  position: absolute;
  display: block;
  right: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  border-bottom: 2px solid #E82D50;
  border-right: 2px solid #E82D50;
}
.form_block .select_form select {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px;
  background: #fff;
  border-radius: 6px;
  color: #031D55;
}
.form_block .select_form + .selCity-box {
  margin-top: 20px;
}
.form_block .select_form + .selCity-box .selCity_alert {
  margin-top: 10px;
}
.form_block .check_box .err {
  color: #e11;
}
.form_block .check_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul {
    margin-top: -5px;
  }
}
.form_block .check_box ul li {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul li {
    margin-right: 5px;
    margin-top: 5px;
    letter-spacing: normal;
  }
}
@media (hover: hover) and (hover: hover), (hover: hover) and (-ms-high-contrast: none), (-ms-high-contrast: none) and (hover: hover), all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .form_block .check_box ul li:hover label {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.form_block .check_box ul li input[type=checkbox]:checked + label {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #031D55;
}
.form_block .check_box ul li input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border: none;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::before, .form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  opacity: 1;
  background: #E82D50;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  transition-delay: 0.1s;
}
.form_block .check_box ul li label {
  display: block;
  position: relative;
  padding: 7px 20px 9px 15px;
  border-radius: 100px;
  color: #fff;
  transition: 0.3s;
}
.form_block .check_box ul li label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100px;
  pointer-events: none;
  transition: 0.3s;
}
.form_block .check_box ul li label span {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
  border-radius: 2px;
  position: relative;
}
.form_block .check_box ul li label span::before, .form_block .check_box ul li label span::after {
  content: "";
  background: #345681;
  display: block;
  position: absolute;
  z-index: 10;
}
.form_block .check_box ul li label span::before {
  width: 6px;
  height: 2px;
  top: 8px;
  left: 2px;
  transform: rotate(47deg);
  transform-origin: center top;
  transition: 0.15s;
}
.form_block .check_box ul li label span::after {
  width: 2px;
  height: 10px;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
  transform-origin: center bottom;
  transition: 0.2s;
}
.form_block .text_form input {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.form_block .text_form input[type=search] {
  padding: 15px 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
}
.form_block .text_form input[type=search]::-moz-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]:-ms-input-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]::placeholder {
  color: #aaa;
}
.form_block.form_end {
  margin-top: 40px;
}
.form_block .submit_form {
  position: relative;
  max-width: 286px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .form_block .submit_form {
    max-width: 250px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .submit_form:hover {
    transform: scale(1.03);
  }
  .form_block .submit_form:hover input {
    background-position: right center;
  }
}
.form_block .submit_form::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/ico-lenz.png) no-repeat center center/contain;
}
.form_block .submit_form input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 50%, #f59a40 100%);
  background-size: 200%;
  background-position: left center;
  color: #fff;
  border-radius: 3px;
  padding: 1.6em 1em;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 834px) {
  .form_block .submit_form input {
    font-size: 1.5rem;
    padding: 1.5em 1em;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none) {
  select,
input {
    transition: 0.3s;
  }
  select:hover,
input:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
}
.l-hero {
  position: relative;
}
.l-hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  pointer-events: none;
}

/* ============================================
// top mainVisual
// ==========================================*/
.p-top-mv {
  position: relative;
}
.p-top-mv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
}
.p-top-mv_inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-mv_inner {
    height: 100vh;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv_inner {
    padding-top: 136%;
  }
}
.p-top-mv_slider {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .p-top-mv_slider {
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    max-width: 1024px;
    width: 50.7320644217%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv_slider {
    top: 28vw;
    left: 10%;
    width: 78.6666666667%;
  }
}
.p-top-mv .mainSwiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.p-top-mv .swiper-slide {
  width: 100% !important;
}
.p-top-mv .swiper-slide.swiper-slide-duplicate-active .inner, .p-top-mv .swiper-slide.swiper-slide-active .inner {
  transform: none;
  opacity: 1;
}
.p-top-mv .swiper-slide.swiper-slide-duplicate-active .img, .p-top-mv .swiper-slide.swiper-slide-active .img {
  opacity: 1;
}
.p-top-mv .swiper-slide .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.4s;
  opacity: 0;
  transform: scale(1.1);
}
.p-top-mv .swiper-slide .img {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 66.6666666667%;
}
.p-top-mv .swiper-slide .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 70% 100%);
}
.p-top-mv_copy {
  position: relative;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-top-mv_copy {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv_copy {
    top: 67vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.p-top-mv .copyJa {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
@media (min-width: 1600px) {
  .p-top-mv .copyJa {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .copyJa {
    font-size: 4vw;
  }
}
.p-top-mv .copyEn {
  font-size: 6vw;
  font-family: "Poppins", sans-serif;
  line-height: 1.1875;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .p-top-mv .copyEn {
    font-size: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .copyEn {
    font-size: 3.9rem;
    font-size: 8.7vw;
  }
}
.p-top-mv .copyRead {
  font-size: 2rem;
  color: #fff;
  line-height: 2;
  margin-top: 2vw;
}
@media (min-width: 1600px) {
  .p-top-mv .copyRead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .copyRead {
    font-size: 1.5rem;
    font-size: 3.4vw;
  }
}
.p-top-mv_companyName {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 55px;
}
@media screen and (max-width: 834px) {
  .p-top-mv_companyName {
    bottom: 20px;
    left: 5%;
  }
}
.p-top-mv .companyName {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-mv .companyName {
    font-size: 1.1rem;
  }
}
.p-top-mv_siteLabel {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .p-top-mv_siteLabel {
    top: 50%;
    right: -30px;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv_siteLabel {
    top: 26vw;
    right: 0;
    transform: translate(87%, 0%) rotate(90deg);
    transform-origin: left center;
  }
}
.p-top-mv .siteLabel {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
}
.p-top-mv_scroll {
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 50px;
  bottom: 40px;
}
@media screen and (max-width: 834px) {
  .p-top-mv_scroll {
    right: 20px;
    bottom: 20px;
    transform: scale(0.626);
    transform-origin: right bottom;
  }
}
.p-top-mv_scroll .scroll {
  width: 64px;
  height: 64px;
}
.p-top-mv_scroll .scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
}
.p-top-mv_scroll .scroll_arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -4px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-top: none;
  border-left: 0;
}
.p-top-mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-mv_bg .img {
  opacity: 0.15;
  height: 120%;
  margin-top: -10%;
}

/* ============================================
// top search
// ==========================================*/
.p-top-search {
  position: relative;
  padding-top: 7vw;
}
@media screen and (max-width: 834px) {
  .p-top-search {
    padding-top: 20vw;
    padding-top: 10vw;
  }
}
.p-top-search::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  pointer-events: none;
}
.p-top-search_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .p-top-search_ttl {
    margin-bottom: 30px;
  }
}
.p-top-search .search-ttl {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.p-top-search .search-ttl .en {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.p-top-search .search-ttl .ja {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .p-top-search .search-ttl .ja {
    font-size: 2rem;
  }
}
.p-top-search_search {
  position: relative;
}
.p-top-search_search::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/logo-motif.png) no-repeat center center/contain;
  width: 100%;
  padding-top: 12.6054852321%;
  height: 239px;
  opacity: 0.25;
}
.p-top-search_search .form_wrap {
  position: relative;
  z-index: 5;
}

/* ============================================
// top news
// ==========================================*/
.p-top-newjob {
  position: relative;
  padding-top: 7vw;
}
@media screen and (max-width: 834px) {
  .p-top-newjob {
    padding-top: 20vw;
  }
}
.p-top-newjob::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  pointer-events: none;
}
.p-top-newjob_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .p-top-newjob_ttl {
    margin-bottom: 30px;
  }
}
.p-top-newjob_ttl .title {
  color: #fff;
  font-size: 2.2rem;
}
.p-top-newjob .swiper-container {
  overflow: visible;
  max-width: 418px;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-top-newjob .swiper-container {
    margin-left: 0;
  }
}
.p-top-newjob .swiper-wrapper {
  /* スライド ホバー時 */
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-newjob .swiper-wrapper:hover .swiper-slide:not(:hover) {
    opacity: 0.3;
  }
}
.p-top-newjob .swiper-wrapper .swiper-slide {
  transition: 0.5s;
}
.p-top-newjob .jobCard_item {
  max-width: 418px;
  width: 100%;
}
.p-top-newjob .jobCard_item a {
  position: relative;
  display: block;
  transition: transform 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-newjob .jobCard_item a:hover {
    opacity: 1;
    transform: translateY(-15px);
  }
  .p-top-newjob .jobCard_item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .p-top-newjob .jobCard_item a:hover .img img {
    transform: translateY(0);
  }
}
.p-top-newjob .jobCard_item_image .img {
  position: relative;
  overflow: hidden;
}
.p-top-newjob .jobCard_item_image .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001727;
  opacity: 0.6;
}
.p-top-newjob .jobCard_item_image .img img {
  position: relative;
  z-index: 0;
  height: calc(100% + 16px);
  transition: 0.3s;
}
.p-top-newjob .jobCard_item_job {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 20px;
  color: #fff;
}
.p-top-newjob .jobCard_item_job .text {
  font-size: 1.5rem;
  opacity: 0.7;
}
.p-top-newjob .jobCard_item_hd {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10%;
}
.p-top-newjob .jobCard_item_hd .hd {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-newjob .jobCard_item .linkIco {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .p-top-newjob .jobCard_item .linkIco {
    bottom: 15px;
    right: 15px;
  }
}
.p-top-newjob .arrows {
  position: relative;
  width: 100px;
  height: 44px;
  margin-top: 30px;
}
.p-top-newjob .linkWrap {
  position: absolute;
  bottom: 0;
  right: 70px;
}
@media screen and (max-width: 834px) {
  .p-top-newjob .linkWrap {
    bottom: 13px;
    right: 5%;
  }
}
.p-top-newjob .linkWrap a {
  color: #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-newjob .linkWrap a:hover {
    opacity: 1;
  }
  .p-top-newjob .linkWrap a:hover .text {
    color: #fff;
  }
}

/* ============================================
// top message
// ==========================================*/
.p-top-message {
  position: relative;
  padding-top: 12vw;
}
@media screen and (max-width: 834px) {
  .p-top-message {
    padding-top: 20vw;
  }
}
.p-top-message::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 7%;
  background-color: #fff;
  pointer-events: none;
}
.p-top-message::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  pointer-events: none;
}
.p-top-message_inner {
  position: relative;
}
.p-top-message_contents {
  position: relative;
  z-index: 5;
}
.p-top-message_contents_inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-message_contents_inner {
    width: 50%;
    margin-left: auto;
    padding-top: 75px;
    padding-right: 12%;
  }
}
.p-top-message .heading-en {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 15.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  opacity: 0.15;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .p-top-message .heading-en {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-top-message .heading-en {
    font-size: 19.3vw;
    margin-bottom: 20px;
  }
}
.p-top-message .heading-ja .ja {
  color: #fff;
}
.p-top-message .read {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  line-height: 2.1363636364;
}
@media screen and (max-width: 834px) {
  .p-top-message .read {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.p-top-message .linkWrap {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .p-top-message .linkWrap {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-message_image {
  position: relative;
}
.p-top-message_image.-image1 {
  width: 47%;
}
@media screen and (min-width: 835px) {
  .p-top-message_image.-image1 {
    margin-top: -10%;
    margin-left: -70px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-message_image.-image1 {
    width: 83.5%;
    margin-left: -5.5%;
    margin-top: 20%;
  }
}
.p-top-message_image.-image2 {
  width: 50%;
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .p-top-message_image.-image2 {
    margin-top: -10%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-message_image.-image2 {
    width: 105.5%;
    margin-top: 10%;
    margin-right: -5.5%;
  }
}
.p-top-message_image .img {
  position: relative;
}
.p-top-message_image .img::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

/* ============================================
// top interview
// ==========================================*/
.p-top-interview {
  padding-top: 10vw;
  padding-bottom: 12vw;
}
@media screen and (max-width: 834px) {
  .p-top-interview {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.p-top-interview_ttl {
  margin-bottom: 40px;
}
.p-top-interview_ttl .heading-en {
  display: flex;
  justify-content: center;
  font-size: 9.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #004C80;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .p-top-interview_ttl .heading-en {
    font-size: 13vw;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-interview_staff {
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 835px) {
  .p-top-interview .swiper-container {
    overflow: visible;
  }
  .p-top-interview .swiper-button-next,
.p-top-interview .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-top-interview .swiper-container {
    overflow: visible;
  }
  .p-top-interview .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1) !important;
  }
  .p-top-interview .swiper-slide {
    background-color: #fff;
    opacity: 0 !important;
    transition: 0.3s;
    transition-delay: 0.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: scale(0.8);
  }
  .p-top-interview .swiper-slide .detail {
    opacity: 0;
  }
  .p-top-interview .swiper-slide-next, .p-top-interview .swiper-slide-prev {
    opacity: 0.07 !important;
  }
  .p-top-interview .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1);
  }
  .p-top-interview .swiper-slide-active .detail {
    opacity: 1;
  }
  .p-top-interview .swiper-button-next,
.p-top-interview .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}
@media screen and (max-width: 834px) and (min-width: 835px) {
  .p-top-interview .swiper-button-next,
.p-top-interview .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-top-interview .swiper-button-next::before, .p-top-interview .swiper-button-next::after,
.p-top-interview .swiper-button-prev::before,
.p-top-interview .swiper-button-prev::after {
    background-color: #004C80;
  }
}
@media screen and (max-width: 834px) {
  .p-top-interview .swiper-button-next {
    margin-right: -40px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-interview .swiper-button-prev {
    margin-left: -40px;
    transform: translateY(-50%) scale(-1, 1);
  }
}
.p-top-interview .linkWrap {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .p-top-interview .linkWrap {
    margin-top: 40px;
  }
}

/* ============================================
// top faq  contact
// ==========================================*/
.p-top-pages {
  position: relative;
  z-index: 5;
}
.p-top-pages_contents {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-top-pages .btnList {
    display: flex;
  }
}
@media screen and (min-width: 835px) {
  .p-top-pages .btnList-item {
    flex: 1 1 50%;
  }
}
.p-top-pages .btnList-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 15vw;
  padding-bottom: 15vw;
  height: 100%;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-pages .btnList-item a:hover {
    opacity: 1;
  }
  .p-top-pages .btnList-item a:hover .bg-image::before {
    opacity: 0.7;
  }
  .p-top-pages .btnList-item a:hover .bg-image img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 834px) {
  .p-top-pages .btnList-item a {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }
}
.p-top-pages .btnList-item .hd {
  position: relative;
  z-index: 3;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-pages .btnList-item .hd {
    font-size: 2.4rem;
  }
}
.p-top-pages .btnList-item .en {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 25px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-top-pages .btnList-item .en {
    font-size: 1.2rem;
  }
}
.p-top-pages .btnList-item .linkWrap {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 834px) {
  .p-top-pages .btnList-item .linkWrap {
    right: 15px;
    bottom: 15px;
  }
}
.p-top-pages .btnList-item .bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-pages .btnList-item .bg-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000F2E;
  opacity: 0.5;
  transition: 0.3s;
}
.p-top-pages .btnList-item .bg-image .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.6s;
}
.p-top-pages .btnList-item .bg-image img {
  transition: 0.6s;
}

@media screen and (max-width: 834px) {
  .lower_mv {
    height: 180px !important;
  }
}

@-webkit-keyframes kyujinImageOfi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kyujinImageOfi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lower-kyujin_l .job_img img,
.lower-kyujin_d .job_img img,
.lower-whatsnew .job_img img {
  opacity: 0;
  -webkit-animation: kyujinImageOfi 0.3s 0.2s forwards;
          animation: kyujinImageOfi 0.3s 0.2s forwards;
}
.lower-kyujin_l .gMap_link,
.lower-kyujin_d .gMap_link,
.lower-whatsnew .gMap_link {
  display: inline-block;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  transition: background 0.3s;
  background-color: #004C80;
  border-radius: 150px;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .btn:hover,
.lower-kyujin_d .btn:hover,
.lower-whatsnew .btn:hover {
    opacity: 1;
    background-color: #E82D50 !important;
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background-color: #031D55;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .btn.btn_secondary:hover,
.lower-kyujin_d .btn.btn_secondary:hover,
.lower-whatsnew .btn.btn_secondary:hover {
    opacity: 1;
  }
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  content: none;
}
.lower-kyujin_l .pagination li,
.lower-kyujin_d .pagination li,
.lower-whatsnew .pagination li {
  border-radius: 100px;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px;
}
.lower-kyujin_l .pagination li a,
.lower-kyujin_d .pagination li a,
.lower-whatsnew .pagination li a {
  background-color: #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .pagination li a:hover,
.lower-kyujin_d .pagination li a:hover,
.lower-whatsnew .pagination li a:hover {
    background-color: transparent;
  }
}

.lower-kyujin_l .kyujin_container {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
}
.lower-kyujin_l .kyujin_container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5000px;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.2);
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.lower-kyujin_l .search_panel {
  position: relative;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  border: none;
}
.lower-kyujin_l .search_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(170, 170, 170, 0.2) !important;
  pointer-events: none;
}
.lower-kyujin_l .search_panel::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    margin-top: 0;
    padding: 40px 0;
  }
}
.lower-kyujin_l .search_panel_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search_panel_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lower-kyujin_l .search-ttl {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-ttl {
    margin-bottom: 30px;
  }
}
.lower-kyujin_l .search-ttl .en {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.lower-kyujin_l .search-ttl .ja {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-ttl .ja {
    font-size: 2rem;
  }
}
.lower-kyujin_l .custom-form {
  border-bottom: 4px double rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .custom-form {
    padding-bottom: 30px;
  }
}
.lower-kyujin_l .custom-form .selCity-box {
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .form_block.form_end {
    margin-top: 30px;
  }
}
@-webkit-keyframes blinkOpacity {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}
@keyframes blinkOpacity {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 0;
  transition: 0.3s;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: inherit;
  width: 250px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    flex-direction: column;
    width: auto;
    margin-top: 15px;
  }
}
.lower-kyujin_l .search-toggle:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .search-toggle:hover .toggle_trigger::before {
    transform: scale(1.1);
  }
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(1) {
  transform: translateX(-50%) rotate(135deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  transform: translateX(-50%) rotate(-135deg);
}
.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 .toggle_txt {
  padding: 0;
  color: #fff;
  margin-right: 20px;
  text-indent: 0;
  font-size: 1.6rem;
  box-shadow: 0 1px #fff;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
    margin-right: 0;
    white-space: nowrap;
    box-shadow: none;
    -webkit-animation: blinkOpacity 2s ease-in-out infinite alternate;
            animation: blinkOpacity 2s ease-in-out infinite alternate;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt span {
  display: inline-flex;
  white-space: nowrap;
  transition: 0.3s;
}
.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 {
  position: relative;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger {
    width: 46px;
    height: 46px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media screen and (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;
  transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search_body {
  width: 100%;
}
.lower-kyujin_l .job_result_total {
  width: 100%;
}
.lower-kyujin_l .job_result_total .job_result_total_body_ttl {
  color: #fff;
}
.lower-kyujin_l .job_list {
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job_list {
    padding-bottom: 20px;
  }
}
.lower-kyujin_l .job {
  background: #fff;
  padding: 50px;
  border: 1px solid #ddd !important;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job {
    padding: 30px 7%;
  }
}
.lower-kyujin_l .job:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_l .job_outline-head {
    border: none;
    background-color: #f3f3f3;
  }
}

.lower-kyujin_d {
  /* text more */
}
.lower-kyujin_d .l-footer {
  padding-bottom: calc(7vw + 85px);
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .l-footer {
    padding-bottom: calc(24vw + 65px);
  }
}
.lower-kyujin_d .kyujin_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .job_body_block {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin-top: 50px;
  }
}
.lower-kyujin_d .job_body_block:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_block:first-child {
    margin-top: 30px;
  }
}
.lower-kyujin_d .job {
  background-color: #fff;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border: none;
    background-color: #f3f3f3;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  display: inline-block;
  background-color: #004C80;
  width: 100%;
  color: #fff;
}
.lower-kyujin_d .fixed_convertion::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 23, 39, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}
.lower-kyujin_d .fixed_convertion .phone {
  border-radius: 150px;
}
.lower-kyujin_d .fixed_convertion .convertion a {
  border-radius: 150px;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 50%, #f59a40 100%);
  background-size: 200%;
  background-position: left center;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_d .fixed_convertion .convertion a:hover {
    opacity: 1;
    background-position: right center;
  }
}
.lower-kyujin_d .fixed_convertion .convertion a::after {
  content: none;
}
.lower-kyujin_d .kyujin_movie {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .kyujin_movie {
    margin-bottom: 30px;
  }
}
.lower-kyujin_d .movie {
  position: relative;
  z-index: 1;
}
.lower-kyujin_d .movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.lower-kyujin_d .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lower-whatsnew .kyujin_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.lower-whatsnew .job {
  background: #fff;
  padding: 50px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job {
    padding: 30px 7%;
  }
}
.lower-whatsnew .job:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job:not(:first-child) {
    margin-top: 15px;
  }
}
.lower-whatsnew .job::before, .lower-whatsnew .job::after {
  content: none;
}
.lower-whatsnew .job_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-whatsnew .job_list {
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job_list {
    padding-bottom: 20px;
  }
}

/* ============================================
// lower-interview-l
// ==========================================*/
@media screen and (max-width: 834px) {
  .lower-interview-l .staffList {
    display: flex;
    gap: 3vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview-l .staffList_item {
    width: calc((100% - 3vw) / 2);
  }
}
@media screen and (max-width: 520px) {
  .lower-interview-l .staffList_item {
    width: 100%;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-interview-l .staffList_item a:hover {
    opacity: 1 !important;
  }
}

/* ============================================
// lower-interview-d
// ==========================================*/
.lower-interview-d .interview-head {
  position: relative;
  margin-top: 96px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-head {
    margin-top: 32px;
  }
}
.lower-interview-d .interview-head::before {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  border-radius: 100px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-head::before {
    width: 32px;
    margin-bottom: 16px;
  }
}
.lower-interview-d .interview-obj {
  position: absolute;
  top: 160px;
  right: 70px;
  color: #fff;
  font-size: 11.8rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.15;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-obj {
    opacity: 0.1;
    top: 32px;
    left: 100%;
    font-size: 7.8rem;
    transform-origin: left top;
    transform: rotate(90deg);
    white-space: nowrap;
  }
}
.lower-interview-d .interview-lead {
  margin-top: 20px;
  font-size: 5.4rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-lead {
    font-size: 2.8rem;
    margin-top: 16px;
  }
}
.lower-interview-d .interview-meta {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}
.lower-interview-d .interview-image-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -246px;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-image-block {
    flex-direction: column;
    margin-top: -108px;
  }
}
.lower-interview-d .interview-image-block .interview-image {
  position: relative;
  max-width: 800px;
}
.lower-interview-d .interview-image-block .interview-image.-image1 {
  width: 47%;
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-image-block .interview-image.-image1 {
    transform: translateY(34%);
    margin-left: -70px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-image-block .interview-image.-image1 {
    width: 93.5%;
    margin-left: -5.5%;
  }
}
.lower-interview-d .interview-image-block .interview-image.-image2 {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-image-block .interview-image.-image2 {
    width: 105.5%;
    margin-top: 10%;
    margin-right: -5.5%;
  }
}
.lower-interview-d .interview-image-block .interview-image .img {
  position: relative;
}
.lower-interview-d .interview-image-block .interview-image .img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-prof {
    width: 50%;
    margin-top: 80px;
    margin-left: 50%;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-prof {
    margin-top: 32px;
  }
}
.lower-interview-d .interview-prof_ttl {
  margin-bottom: 0.8em;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  color: #E82D50;
}
.lower-interview-d .interview-qa {
  counter-reset: number 0;
  position: relative;
}
.lower-interview-d .interview-qa_ttl {
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-qa_ttl {
    margin-left: -42px;
    font-size: 3rem;
    transform-origin: left bottom;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-qa_ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.lower-interview-d .interview-qa_ttl span {
  color: #E82D50;
}
.lower-interview-d .interview-qa-block {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.lower-interview-d .interview-qa-block::before {
  display: block;
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #E82D50;
}
.lower-interview-d .interview-qa-block:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-qa-block:not(:first-of-type) {
    margin-top: 44px;
  }
}
.lower-interview-d .interview-qa-block_q {
  margin-top: 0.6em;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-qa-block_q {
    font-size: 1.8rem;
  }
}
.lower-interview-d .interview-qa-block_q span {
  padding: 0.3em 0.4em 0.5em;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
}
.lower-interview-d .interview-qa-block_lead {
  margin-top: 1em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-qa-block_lead {
    font-size: 2.6rem;
  }
}
.lower-interview-d .interview-qa-block_text {
  margin-top: 1.5em;
}
.lower-interview-d .interview-gallery {
  margin-top: 170px;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-gallery {
    margin-top: 56px;
  }
}
.lower-interview-d .interview-gallery .gallery-swiper {
  overflow: visible;
}
.lower-interview-d .interview-gallery .gallery-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.lower-interview-d .interview-gallery .gallery-swiper .swiper-slide {
  width: 640px;
  position: relative;
}
.lower-interview-d .interview-gallery .gallery-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-gallery .gallery-swiper .swiper-slide {
    width: 280px;
  }
}
.lower-interview-d .interview-message {
  margin-top: 110px;
  padding: 126px 0 146px;
  color: #fff;
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-message {
    margin-top: 56px;
    padding: 48px 0 64px;
  }
}
.lower-interview-d .interview-message_inner .t-msg {
  display: block;
  font-size: 3.8rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-message_inner .t-msg {
    position: absolute;
    top: -50px;
    left: 100%;
    margin-left: -60px;
    letter-spacing: 0.05em;
    transform-origin: left top;
    transform: rotate(90deg);
  }
}
.lower-interview-d .interview-message_ttl {
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-message_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-message .l-grid {
    padding-right: 100px;
  }
}
.lower-interview-d .interview-message .col1 {
  flex-shrink: 1;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .interview-message .col1 {
    margin: 28px 0 0;
  }
}
.lower-interview-d .interview-message .img {
  position: relative;
}
.lower-interview-d .interview-message .img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.lower-interview-d .interview-message .img img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .lower-interview-d .interview-message .col2 {
    width: calc(50% + 50px);
    flex-shrink: 0;
  }
}
.lower-interview-d .page-footer {
  color: #031D55;
  padding-top: 68px;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .page-footer {
    padding-top: 20px;
  }
}
.lower-interview-d .page-footer .date {
  opacity: 0.5;
  margin-bottom: 40px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-interview-d .page-footer .date {
    font-size: 1.2rem;
  }
}
.lower-interview-d .page-footer .back-to-list {
  width: 276px;
  margin: 0 auto;
}

/* ============================================
// lower-job-intro
// ==========================================*/
.lower-job-intro .l-lower-main {
  padding: 0 0 60px;
}
.lower-job-intro .job-item {
  padding: 90px 0;
}
@media screen and (max-width: 834px) {
  .lower-job-intro .job-item {
    padding: 56px 0;
  }
}
.lower-job-intro .job-item:nth-of-type(odd) {
  background: #F5F6F7;
}
.lower-job-intro .job-item:nth-of-type(even) .l-grid {
  flex-direction: row-reverse;
}
.lower-job-intro .job-item .l-grid {
  align-items: center;
}
.lower-job-intro .job-item_ttl {
  margin-bottom: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .lower-job-intro .job-item_ttl {
    font-size: 2.4rem;
  }
}
.lower-job-intro .job-item_ttl::after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  border-radius: 100px;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .lower-job-intro .job-item_ttl::after {
    width: 32px;
    margin-bottom: 16px;
  }
}
.lower-job-intro .job-item .img {
  position: relative;
}
.lower-job-intro .job-item .img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.lower-job-intro .job-item .img img {
  width: 100%;
}
.lower-job-intro .job-item p:not(:first-of-type) {
  margin-top: 1em;
}
.lower-job-intro .job-cnt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1em;
}
.lower-job-intro .job-cnt-list li {
  padding: 0.2em 0.4em 0.3em;
  color: #fff;
  font-weight: bold;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
}

/* ============================================
// lower-strengths
// ==========================================*/
.lower-strengths .strengths-sec:not(:first-of-type) {
  margin-top: 136px;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-sec:not(:first-of-type) {
    margin-top: 80px;
  }
}
.lower-strengths .strengths-sec_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 56px;
  margin-bottom: 2.2em;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-sec_ttl {
    gap: 4px 24px;
  }
}
.lower-strengths .strengths-sec_ttl .ja {
  position: relative;
  font-size: 3.6rem;
  padding-left: 0.9em;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-sec_ttl .ja {
    font-size: 2.4rem;
  }
}
.lower-strengths .strengths-sec_ttl .ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  border-radius: 100px;
}
.lower-strengths .strengths-sec_ttl .en {
  color: #E82D50;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-sec_ttl .en {
    order: 1;
    font-size: 1.4rem;
  }
}
.lower-strengths .strengths-list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 0;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-list {
    gap: 32px;
  }
}
@media screen and (min-width: 835px) {
  .lower-strengths .strengths-item {
    width: 50%;
    padding-right: 48px;
  }
}
.lower-strengths .strengths-item_cnt {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-item_cnt {
    gap: 20px;
  }
}
.lower-strengths .strengths-item_ttl {
  font-size: 2.2rem;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-item_ttl {
    font-size: 1.8rem;
  }
}
.lower-strengths .strengths-item_img {
  width: 132px;
  aspect-ratio: 1/1;
  background: gray;
  flex-shrink: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lower-strengths .strengths-item_img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
@media screen and (max-width: 834px) {
  .lower-strengths .strengths-item_img {
    width: 98px;
  }
}
.lower-strengths .strengths-item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.lower-strengths .strengths-item_text {
  flex-grow: 1;
}

/* ============================================
// lower-strengths
// ==========================================*/
.lower-message {
  counter-reset: number 0;
}
.lower-message .message-head {
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-message .message-head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.lower-message .message-head_img {
  z-index: 1;
  flex-shrink: 0;
  position: relative;
}
.lower-message .message-head_img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
@media screen and (min-width: 835px) {
  .lower-message .message-head_img {
    width: 50%;
  }
  .lower-message .message-head_img::after {
    z-index: 200;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 220px);
  }
}
.lower-message .message-head_img img {
  width: 100%;
}
.lower-message .message-head_text {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-message .message-head_text {
    margin-right: -130px;
  }
}
.lower-message .message-head_ttl {
  font-size: 4.2rem;
}
@media screen and (max-width: 834px) {
  .lower-message .message-head_ttl {
    margin-top: 1em;
    font-size: 2.4rem;
  }
}
.lower-message .message-head_ttl::before {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
  border-radius: 100px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .lower-message .message-head_ttl::before {
    width: 32px;
    margin-bottom: 16px;
  }
}
.lower-message .message-head_meta {
  margin-top: 1.5em;
}
.lower-message .message-head_meta .name {
  display: block;
}
.lower-message .message-item {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-message .message-item {
    margin-top: 56px;
  }
}
.lower-message .message-item:first-of-type {
  margin-top: 130px;
}
@media screen and (max-width: 834px) {
  .lower-message .message-item:first-of-type {
    margin-top: 80px;
  }
}
.lower-message .message-item:nth-of-type(even) .l-grid {
  flex-direction: row-reverse;
}
.lower-message .message-item .col2::before {
  display: block;
  counter-increment: number 1;
  content: "# " counter(number) ".";
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #E82D50;
}
@media screen and (max-width: 834px) {
  .lower-message .message-item .col2::before {
    font-size: 1.4rem;
  }
}
.lower-message .message-item_ttl {
  position: relative;
  font-size: 3.6rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 834px) {
  .lower-message .message-item_ttl {
    font-size: 2.6rem;
  }
}
.lower-message .message-item_ttl::after {
  z-index: -11;
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: -30px;
  width: 100%;
  height: calc(100% - 1.4em);
  min-height: 1.2em;
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, rgba(239, 103, 71, 0.5) 50%, rgba(232, 45, 80, 0) 100%);
  opacity: 0.45;
  transform: translateY(-50%);
}
.lower-message .message-item_img {
  position: relative;
}
.lower-message .message-item_img::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.lower-message .message-item_img img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */