@charset "UTF-8";
/* top.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --element-x: 0px;
  --difference: 0px;
  --window-width: 0px;
}

[id^=sec] {
  scroll-margin-top: 80px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  height: 100%;
}

body {
  transition: opacity 0.6s ease;
  color: #1F2123;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.84vw;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

body.is-show {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #1F2123;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.container {
  margin: 0 auto;
  position: relative;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.title {
  position: relative;
}

.title__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12.3vw;
}

.title__en {
  font-family: "Expletus Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12.3vw;
  line-height: 104%;
  text-align: center;
  text-transform: uppercase;
}

.title__ja {
  font-weight: 700;
  font-size: 4.61vw;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
  color: #005CBF;
}

.title__ja.title__ja--white {
  color: #fff;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.1vw 4.1vw 4.1vw 6.15vw;
  gap: 6.15vw;
  min-width: 60vw;
  min-height: 15.38vw;
  background: #005CBF;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 3.84vw;
}
.btn__link:hover {
  opacity: 1;
  background: #264683;
}

.btn__arrow {
  width: 4.61vw;
  height: 4.61vw;
}

.btn__text {
  font-weight: 700;
  font-size: 3.84vw;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.page-mv {
  width: 100%;
  height: 77vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 4vw;
}

.page-mv-wrap {
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.page-mv__title {
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.8;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  margin-left: 10px;
}

.page-mv__title--en {
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 12.3vw;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.page-mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  line-height: 160%;
  white-space: nowrap;
  z-index: 4;
  box-sizing: border-box;
  font-size: 3.07vw;
  color: #fff;
  position: absolute;
  right: 4.1vw;
  bottom: 5.12vw;
}
.breadcrumbs span {
  display: inline-block;
  color: #fff;
  margin: 0 2vw;
}
.breadcrumbs span img {
  width: min(3.33vw, 13px);
  height: auto;
}
.breadcrumbs a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.breadcrumbs.breadcrumbs-people {
  letter-spacing: 0.03em;
}

.page__heading {
  margin-bottom: 7.94vw;
}

.page__title-en {
  font-family: "Expletus Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 104%;
  color: #005CBF;
  margin-bottom: 2.5vw;
}

.page__title {
  font-weight: 700;
  font-size: 7.17vw;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}

.page-title {
  margin-bottom: 12.82vw;
}

.page-title__heading {
  font-weight: 700;
  font-size: 3.58vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.03em;
  color: #005CBF;
  margin-bottom: 2vw;
}

.page-title__en {
  font-family: "Expletus Sans", sans-serif;
  font-weight: 800;
  font-size: 8.2vw;
  line-height: 1;
  text-align: center;
  color: #005CBF;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  .title__heading {
    margin-bottom: 40px;
  }
  .title__en {
    font-size: 72px;
  }
  .title__ja {
    font-size: 18px;
  }
  .btn__link {
    gap: 24px;
    font-size: 16px;
    min-height: 60px;
    min-width: 266px;
    padding: 16px 16px 16px 24px;
  }
  .btn__arrow {
    width: 18px;
    height: 18px;
  }
  .btn__text {
    font-size: 16px;
  }
  body {
    font-size: 16px;
    overflow-x: auto;
    min-width: 1300px;
  }
  .container {
    width: 100%;
    margin: 0;
  }
  .main-wrapper {
    justify-content: flex-end;
  }
  .u-sp-only {
    display: none !important;
  }
  .page-mv {
    width: 100%;
    height: 548px;
    padding-left: initial;
  }
  .page-mv::before {
    content: "";
    background: url("../images/common/dec.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 443px;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0.2;
  }
  .page-mv::after {
    content: "";
    background: url("../images/common/mv-bg_pc.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .page-mv-wrap {
    width: calc(100% - 160px);
    top: 50px;
    position: relative;
  }
  .page-mv__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    margin-left: 10px;
  }
  .page-mv__title--en {
    font-family: "Expletus Sans", sans-serif;
    font-weight: 700;
    font-size: 104px;
    line-height: 104%;
    color: #FFFFFF;
    margin-bottom: 7px;
  }
  .breadcrumbs {
    right: 80px;
    bottom: 26px;
    font-size: 12px;
  }
  .breadcrumbs span {
    margin: 0 6px;
  }
  .breadcrumbs img {
    width: 13px;
    height: auto;
  }
  .page__heading {
    margin-bottom: 50px;
  }
  .page__title-en {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page__title {
    font-size: 40px;
  }
  .page-title {
    margin-bottom: 50px;
  }
  .page-title__heading {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page-title__en {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .page-mv.page-mv--height {
    height: 89.5vw;
  }
  .page-mv-wrap {
    position: relative;
    top: 7.43vw;
  }
  .breadcrumbs.breadcrumbs-people {
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
    letter-spacing: 0;
    bottom: 4.5vw;
    right: 2.82vw;
    right: 4.5vw;
    line-height: 1.8;
    width: 88%;
  }
  html {
    overflow-x: hidden;
  }
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .container {
    max-width: 1440px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1300px) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 1440px;
    overflow-x: hidden;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.header__top {
  transition: background-color 0.3s ease;
}

.header__top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.header__top.active-color::before {
  opacity: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8.71vw);
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  position: relative;
  left: 10.25vw;
}

.header__logo-img figcaption {
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 3.33vw;
  line-height: 1.4;
  color: #fff;
  margin-left: 3.12vw;
  display: block;
}
.header__logo-img img {
  width: 50.51vw;
  height: auto;
}

/* .header__logo-img figcaption {
  color: #FFF;
} */
.active-color .header__logo-img figcaption.is-active {
  color: #1F2123;
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav-item {
  margin-left: 7.94vw;
}

.header__nav-item a {
  color: #fff;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.header__nav {
  display: none;
}

.header__nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8.71vw;
}

.header__nav-button-sdgs {
  background: #fff;
  width: 40.76vw;
  height: 26.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav-button-sdgs img {
  width: 111px;
  height: auto;
}

.header__nav-button-contact {
  background: #005CBF;
  width: 37.69vw;
  height: 26.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding-top: 1.28vw;
  box-sizing: border-box;
}
.header__nav-button-contact img {
  width: 6.15vw;
  height: auto;
  margin-bottom: 1vw;
}
.header__nav-button-contact p {
  font-weight: 700;
}

.header__nav-button-job {
  background: #1F2123;
  width: 37.43vw;
  height: 26.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.header__nav-button-job:hover {
  opacity: 1;
  background: #264683;
}

.header__nav-button-entry {
  background: #005CBF;
  width: 37.43vw;
  height: 26.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.header__nav-button-entry:hover {
  opacity: 1;
  background: #264683;
}

.header.header__scroll {
  height: 26.66vw;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.header.header__scroll .header__logo a img {
  height: auto;
}
.header.header__scroll .header__nav {
  margin-top: 0;
}
.header.header__scroll .header__nav-item a {
  color: #1F2123;
}
.header.header__scroll .header__nav-button-sdgs {
  border-left: solid 1px #e5e5e5;
}
.header.header__scroll .header__logo-img figcaption {
  color: #1F2123;
}

/* ========================================
   769px以上
======================================== */
@media screen and (min-width: 769px) {
  .header.header__scroll.is-ready {
    position: fixed;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.05);
  }
  .header.header__scroll.is-ready {
    transform: translateY(0);
  }
  .header.header__scroll.is-ready.is-hidden,
  .header.header__scroll.is-ready.is-mv-visible {
    transform: translateY(-100%);
  }
  .header__inner {
    height: 104px;
    width: 100%;
  }
  .header__logo {
    left: 40px;
  }
  .header__logo-img figcaption {
    font-size: 14px;
    margin-left: 20px;
  }
  .header__logo-img img {
    width: 313px;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__nav-item {
    margin-left: 31px;
  }
  .header__nav-item a {
    font-size: 16px;
  }
  .header__nav-button {
    margin-left: 34px;
  }
  .header__nav-button-sdgs {
    width: 159px;
    height: 104px;
  }
  .header__nav-button-contact {
    width: 147px;
    height: 104px;
    padding-top: 5px;
  }
  .header__nav-button-contact img {
    width: 24px;
    margin-bottom: 4px;
  }
  .header__nav-button-job {
    width: 146px;
    height: 104px;
    font-size: 16px;
  }
  .header__nav-button-entry {
    width: 146px;
    height: 104px;
    font-size: 16px;
  }
  .header.header__top {
    position: absolute;
  }
  .header.header__scroll {
    height: 104px;
    display: block;
    min-width: 1300px;
  }
}
@media (max-width: 768px) {
  .header__top,
  .global-nav__btn {
    transition: transform 0.3s ease;
  }
  .global-nav__btn.is-hidden,
  .header__top.is-hidden {
    transform: translateY(-100%) !important;
  }
  .header.header__scroll {
    display: none !important;
  }
  .header.header__top.active-color {
    background: #1F2123;
  }
  .header.header__top.active-color figcaption {
    color: #1F2123;
  }
  .header__logo {
    top: 0;
    left: 0;
  }
  .header {
    height: 16.41vw;
  }
  .header__inner {
    height: 16.41vw;
  }
}
/* ハンバーガーボタン */
.global-nav__btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 16.67vw;
  height: 16.41vw;
  cursor: pointer;
  z-index: 10001;
}

.global-nav__btn span {
  position: absolute;
  left: 3.6vw;
  width: 8.46vw;
  height: 0.51vw;
  background-color: #fff;
  transition: all 0.3s ease;
}

.global-nav__btn.js-toggle.active-color span {
  background-color: #005CBF;
}

.global-nav__btn span:nth-child(1) {
  top: 6vw;
}

.global-nav__btn span:nth-child(2) {
  top: 8vw;
}

.global-nav__btn span:nth-child(3) {
  top: 10vw;
}

/* 開いた状態のボタン(×印に変化) */
.global-nav__btn.is-active span:nth-child(1) {
  top: 8.72vw;
  transform: rotate(45deg);
  background-color: #264683;
}

.global-nav__btn.is-active span:nth-child(2) {
  opacity: 0;
}

.global-nav__btn.is-active span:nth-child(3) {
  top: 8.72vw;
  transform: rotate(-45deg);
  background-color: #264683;
}

.global-nav__btn {
  display: block;
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.global-nav.is-active {
  transform: translateY(0);
}

.global-nav__inner {
  padding: 24.5vw 10vw 5.13vw;
  height: 100vh;
  box-sizing: border-box;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav__list:first-of-type {
  border-top: solid 1px #D7E4E8;
}

.global-nav__link {
  display: block;
  padding: 4vw 2.56vw;
  text-decoration: none;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-bottom: solid 1px #D7E4E8;
  position: relative;
}
.global-nav__link::after {
  background: url(../images/common/icon-arrow_blue.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 4.61vw;
  height: 4.61vw;
  right: 2.56vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.global-nav__nav {
  margin-bottom: 6.41vw;
}

.global-nav__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.global-nav-sdgs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4.1vw 6.15vw;
  box-sizing: border-box;
  border: solid 1px #E5E5E5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.33vw;
}
.global-nav-sdgs img {
  width: 48.71vw;
  height: auto;
}

.global-nav-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.87vw 6.15vw;
  width: 100%;
  box-sizing: border-box;
  background: #005CBF;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  gap: 2.05vw;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 6.15vw;
}
.global-nav-contact img {
  width: 6.15vw;
  height: auto;
}

.global-nav-job {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.87vw 6.15vw;
  width: 100%;
  box-sizing: border-box;
  background: #1F2123;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  gap: 2.05vw;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 6.15vw;
}

.global-nav-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.87vw 6.15vw;
  width: 100%;
  box-sizing: border-box;
  background: #005CBF;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  gap: 2.05vw;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 6.15vw;
}

.global-nav-policy {
  font-size: 3.07vw;
  line-height: 1.6;
  color: #6C7177;
}

@media screen and (min-width: 769px) {
  .global-nav__link {
    font-size: 16px;
  }
  .global-nav__link::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .global-nav__nav {
    margin-bottom: 25px;
  }
  .global-nav-sdgs {
    padding: 16px 24px;
    margin-bottom: 13px;
  }
  .global-nav-sdgs img {
    width: 190px;
  }
  .global-nav-contact {
    padding: 19px 24px;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .global-nav-contact img {
    width: 24px;
  }
  .global-nav-job {
    padding: 19px 24px;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .global-nav-entry {
    padding: 19px 24px;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .global-nav-policy {
    font-size: 12px;
  }
  .global-nav {
    display: none;
  }
  .global-nav__btn {
    display: none;
  }
}
.title__heading.title__heading-recruit {
  align-items: center;
  margin-bottom: 0;
}

.footer__recruit-title {
  letter-spacing: 0.03em;
}

.title__en.title__en--recruit,
.title__ja.title__ja--recruit {
  color: #fff;
}

.title__en.title__en--recruit {
  font-family: "Expletus Sans";
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 3px;
  line-height: 104%;
  color: #ffffff;
}

.footer__recruit {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}

.footer__recruit-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16vw 0 17vw;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer__recruit-link:hover {
  opacity: 1;
}
.footer__recruit-link:hover::before {
  transform: scale(1.03);
}

.footer__recruit-link.footer__recruit-link--description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/recruit/footer-left_sp.jpg") no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  z-index: 0;
}

.footer__recruit-link.footer__recruit-link--entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/recruit/footer-right_sp.jpg") no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  z-index: 0;
}

.footer__recruit-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 11.3vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.footer__recruit-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.3vw;
  height: 12.3vw;
  z-index: 2;
  background: #ffffff;
}
.footer__recruit-arrow img {
  width: 4.61vw;
  height: auto;
}

.footer__recruit-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10.26vw;
  padding-bottom: 6.41vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer__recruit-text {
  font-size: 3.59vw;
  line-height: 1.8;
  color: #ffffff;
}

.footer__recruit-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1vw;
  padding-top: 7.69vw;
}

.footer {
  position: relative;
  box-sizing: border-box;
  background: #333b44;
  padding-bottom: 11.28vw;
}

.footer__inner {
  width: calc(100% - 12.3vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.66vw 0 5.12vw;
  flex-direction: column;
}

.footer__inner.footer__inner--recruit {
  padding: 63px 0 0;
}

.footer__logo.footer__logo--recruit {
  margin-bottom: 24px;
}

.footer__logo-text.footer__logo-text--recruit {
  margin-bottom: 0;
}

.footer__nav.footer__nav--recruit {
  width: 310px;
}

.footer__left {
  margin-bottom: 11.79vw;
}

.footer__contact-heading,
.footer__contact-title {
  color: #fff;
}

.footer__contact-title {
  letter-spacing: 0.03em;
}

.footer__contact {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.footer__contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.66vw 0 16.41vw;
  box-sizing: border-box;
}
.footer__contact-link:hover {
  opacity: 1;
}
.footer__contact-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/footer-bg_sp.jpg") no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  z-index: 0;
}
.footer__contact-link:hover::before {
  transform: scale(1.03);
}

.footer__contact-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 12.3vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.footer__contact-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.3vw;
  height: 12.3vw;
  z-index: 2;
  background: #ffffff;
}
.footer__contact-arrow img {
  width: 4.61vw;
  height: auto;
}

.title__en.title__en--contact,
.title__ja.title__ja--contact {
  color: #fff;
}

.title__en.title__en--contact {
  margin-bottom: 0.51vw;
}

.footer__contact-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10.26vw;
  padding-bottom: 6.41vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer__contact-text {
  font-size: 3.59vw;
  line-height: 1.8;
  color: #ffffff;
}

.footer__contact-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1vw;
  padding-top: 7.69vw;
}

.footer__dawnload {
  display: inline-flex;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.33vw 15.89vw;
  gap: 2.05vw;
  min-height: 13.58vw;
  background: #ffffff;
  box-sizing: border-box;
}
.footer__dawnload:hover {
  opacity: 1;
  background: #005CBF;
}
.footer__dawnload:hover .footer__dawnload-text {
  color: #fff;
}
.footer__dawnload:hover .footer__dawnload-icon {
  fill: #fff;
}

.footer__dawnload-icon {
  fill: #005CBF;
  fill-rule: evenodd;
  width: 4.61vw;
  height: 4.61vw;
}

.footer__dawnload-text {
  font-weight: 700;
  font-size: 3.84vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.03em;
  color: #264683;
}

.footer__dawnload-icon img {
  width: 4.61vw;
  height: auto;
}

.footer__sdgs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.05vw;
}

.footer__sdgs-figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4.1vw;
  gap: 2.05vw;
  background: #ffffff;
  width: 52.05vw;
  box-sizing: border-box;
}
.footer__sdgs-figure img {
  width: 100%;
  height: auto;
}

.footer__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10.26vw 0 0;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  margin-bottom: 5.64vw;
}

.footer__logo-img {
  width: 80.25vw;
  height: auto;
}
.footer__logo-img img {
  width: 100%;
  height: auto;
}

.footer__logo-text {
  color: #fff;
  font-size: 3.58vw;
  line-height: 1.6;
  margin-bottom: 8.2vw;
}

.footer__logo-image {
  width: 80.25vw;
  height: auto;
}
.footer__logo-image img {
  width: 100%;
  height: auto;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 9vw;
  width: 79.48vw;
}

.footer__nav-list {
  flex-wrap: wrap;
  white-space: nowrap;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5.12vw 7.69vw;
}

.footer__nav-item a {
  font-size: 3.84vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__nav-item a:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.footer__policy {
  margin-bottom: 5.12vw;
}

.footer__policy-link {
  font-size: 3.07vw;
  color: #fff;
  text-decoration: none;
}

.footer__policy-link--web {
  margin-right: 28px;
}

.footer__policy-link:hover {
  opacity: 0.8;
}

/* --------------------------------------------------------------------------
   Copyright
   -------------------------------------------------------------------------- */
.footer__copyright-text {
  font-size: 2.82vw;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .title__heading.title__heading-recruit {
    align-items: flex-start;
  }
  .title__en.title__en--recruit {
    font-size: 64px;
    margin-bottom: 5px;
  }
  .footer__recruit {
    flex-direction: row;
  }
  .footer__recruit-link {
    width: 50%;
    padding: 80px 0;
    min-height: 298px;
  }
  .footer__recruit-link.footer__recruit-link--description::before {
    background: url("../images/recruit/footer-left_pc.jpg") no-repeat;
    background-size: cover;
  }
  .footer__recruit-link.footer__recruit-link--entry::before {
    background: url("../images/recruit/footer-right_pc.jpg") no-repeat;
    background-size: cover;
  }
  .footer__recruit-inner {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer__recruit-arrow {
    width: 56px;
    height: 56px;
  }
  .footer__recruit-arrow img {
    width: 18px;
  }
  .footer {
    padding-bottom: 44px;
  }
  .footer__inner {
    padding: 78px 0 74px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__inner.footer__inner--recruit {
    padding: 78px 0 35px;
  }
  .footer__logo.footer__logo--recruit {
    margin-bottom: 31px;
  }
  .footer__logo-text.footer__logo-text--recruit {
    margin-bottom: 40px;
  }
  .footer__nav.footer__nav--recruit {
    width: 262px;
  }
  .footer__left {
    margin-bottom: 0;
  }
  .footer__contact-link {
    padding: 96px 0;
    min-height: 306px;
  }
  .footer__contact-link::before {
    background: url("../images/common/footer-bg_pc.jpg") no-repeat;
    background-size: cover;
  }
  .footer__contact-inner {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer__contact-arrow {
    width: 56px;
    height: 56px;
  }
  .footer__contact-arrow img {
    width: 18px;
  }
  .title__heading.title__heading-contact {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .title__en.title__en--contact {
    margin-bottom: 5px;
  }
  .footer__dawnload {
    padding: 13px 62px;
    gap: 8px;
    min-height: 53px;
  }
  .footer__dawnload-icon {
    width: 18px;
    height: 18px;
  }
  .footer__dawnload-text {
    font-size: 15px;
  }
  .footer__dawnload-icon img {
    font-size: 18px;
  }
  .footer__sdgs {
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .footer__sdgs-figure {
    width: 203px;
    padding: 16px;
    gap: 8px;
  }
  .footer__logo {
    margin-bottom: 31px;
  }
  .footer__logo-img {
    width: 313px;
  }
  .footer__logo-text {
    font-size: 14px;
    margin-bottom: 48px;
  }
  .footer__logo-image {
    width: 313px;
  }
  .footer__nav {
    width: 297px;
    margin-bottom: 40px;
  }
  .footer__nav-list {
    gap: 21px 64px;
  }
  .footer__nav-item a {
    font-size: 16px;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__policy {
    margin-bottom: 0;
  }
  .footer__policy-link {
    font-size: 12px;
  }
  .footer__policy-link--web {
    margin-right: 20px;
  }
  .footer__copyright-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .title.title__recruit {
    margin-bottom: 10vw;
  }
  .footer__left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.mv {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 216.66vw;
  overflow: hidden;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/top/mv-bg_sp.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 216.66vw;
}

.mv__news-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 4.1vw;
  width: 100%;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(9px);
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.mv__news-link::after {
  position: absolute;
  right: 4.35vw;
  bottom: 4.61vw;
  margin: auto;
  background: url(../images/common/icon-arrow_white.svg) no-repeat;
  background-size: cover;
  width: 4.61vw;
  height: 4.61vw;
  content: "";
}

.mv__news-title {
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
}
.mv__news-title a {
  color: #fff;
}

.mv__news-date {
  font-family: "Expletus Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.mv__news-text {
  font-weight: 700;
  font-size: 3.07vw;
  line-height: 1.8;
}

.mv__news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}

.mv__slider {
  width: 100%;
  background: #264683;
  height: 216.66vw;
  z-index: -1;
}
.mv__slider picture {
  display: block;
  height: auto;
}
.mv__slider picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__slider-inner {
  width: 100%;
  height: auto;
}
.mv__slider-inner picture {
  height: 100%;
}
.mv__slider-inner picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__top {
  position: absolute;
  z-index: 3;
  inset: 37% 5.12vw 0;
}

.mv__text {
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 20vw;
  font-size: 5.12vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.mv__title {
  z-index: 3;
  position: relative;
  margin-bottom: 5.5vw;
}
.mv__title span {
  display: block;
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 12.3vw;
  line-height: 1.22;
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 1.02vw;
  text-decoration-thickness: 1.28vw;
}

.mv__title {
  z-index: 3;
  position: relative;
  margin-bottom: 5.5vw;
}

.mv__title-line {
  display: block;
  overflow: hidden;
  padding-bottom: 3.07vw;
  margin-bottom: -3.07vw;
}

.mv__title-inner {
  display: block;
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 12.3vw;
  line-height: 1.22;
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;
  text-decoration-thickness: 5px;
  will-change: transform;
}

.mv__emblem {
  display: none;
}

.mv__scroll {
  display: none;
}

/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.top-introduction {
  box-sizing: border-box;
  padding: 14.1vw 5.12vw;
  background: url(../images/top/bg-intro_sp.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.top-introduction__item {
  padding-bottom: 45.64vw;
}

.top-introduction__title {
  font-weight: 700;
  font-size: 6.15vw;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 6.66vw;
}
.top-introduction__title span {
  display: inline-block;
}

.top-introduction__number {
  position: relative;
  top: 1vw;
  left: -1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.48vw;
  height: auto;
}
.top-introduction__number img {
  width: 100%;
  height: auto;
}

span.top-introduction__text--sp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-introduction__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 4.1vw;
}

.title__en--works {
  margin-bottom: 0.51vw;
}

.title__heading.title__heading-works {
  margin-bottom: 10.25vw;
}

.top-works__wrap {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.title.top-works__title {
  margin-bottom: 10vw;
}

.top-works__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 10.25vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-works__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2.56vw 5.12vw #fff;
}

.top-works__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 5.12vw;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  height: 31.28vw;
  width: 100%;
  padding: 0 0 3.84vw 4.1vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(22, 23, 25, 0) 0%, rgba(22, 23, 25, 0.7) 100%);
}

.top-works__image img {
  width: 100%;
  height: auto;
}

.top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}

.top-content__inner {
  width: 100%;
  height: 76.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.top-content__inner:hover {
  opacity: 1;
}

.top-content__inner--company::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-company_sp.jpg) no-repeat center/cover;
  transition: transform 0.4s ease;
  z-index: -1;
}
.top-content__inner--company:hover::before {
  transform: scale(1.05);
}

.top-content__inner--skill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-skill_sp.jpg) no-repeat center/cover;
  transition: transform 0.4s ease;
  z-index: -1;
}
.top-content__inner--skill:hover::before {
  transform: scale(1.05);
}

.top-content__arrow {
  background: #fff;
  width: 12.3vw;
  height: 12.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-content__arrow img {
  width: 18px;
  height: auto;
}

.title__heading.title__heading--white {
  color: #fff;
  margin-bottom: 14.61vw;
}

.title__en.title__en--white {
  margin-bottom: 0.51vw;
}

.top-recruit {
  padding: 14.35vw 0 16.41vw;
  box-sizing: border-box;
  position: relative;
}
.top-recruit::before {
  content: "";
  background: url(../images/top/bg-recruit01_sp.png) no-repeat;
  background-size: contain;
  background-position: top;
  width: 200vw;
  height: 262.05vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.title.title__recruit {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.title__heading.title__heading-recruit {
  margin-bottom: 8.46vw;
  align-items: flex-start;
}

.title__en.title__en--top-recruit {
  margin-bottom: 0.51vw;
  color: #1F2123;
}

.title__heading-recruit {
  align-items: flex-start;
}

.top-recruit__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-recruit__block {
  position: relative;
  color: #fff;
  width: calc(100% - 5.12vw);
  margin: 0 5.12vw 0 0;
  padding: 10.25vw 5.12vw 36.41vw 5.12vw;
  box-sizing: border-box;
}
.top-recruit__block::before {
  content: "";
  position: absolute;
  left: -41.02vw;
  bottom: 0;
  background: url(../images/top/bg-recruit02_pc.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 142.3vw;
  height: 131vw;
  z-index: 1;
  opacity: 0.5;
}

.top-recruit__block-content {
  width: 100%;
}

.top-recruit__title {
  font-weight: 700;
  font-size: 6.15vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  margin-bottom: 5.64vw;
  position: relative;
  z-index: 2;
}

.top-recruit__text {
  font-weight: 400;
  font-size: 3.84vw;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-bottom: 10.25vw;
}

.btn.top-recruit__btn {
  justify-content: flex-start;
  z-index: 2;
}

.btn__link.btn__link--recruit {
  background: #fff;
}
.btn__link.btn__link--recruit:hover {
  background: #264683;
  color: #fff;
}
.btn__link.btn__link--recruit:hover .btn__text.btn__text--recruit {
  color: #fff;
}

.btn__text.btn__text--recruit {
  color: #264683;
}

.btn__arrow--white {
  display: none;
}

.btn__link--recruit:hover .btn__arrow--blue {
  display: none;
}

.btn__link--recruit:hover .btn__arrow--white {
  display: block;
}

.top-recruit__picture {
  width: 100%;
  position: relative;
  z-index: -1;
}
.top-recruit__picture::after {
  content: "";
  position: absolute;
  top: 3.84vw;
  left: -3.84vw;
  width: calc(100% + 3.84vw);
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E1F0FB 100%);
}

.top-recruit__img {
  width: 100%;
  height: auto;
}

.top-works {
  background: #F0F0F0;
  padding: 14.1vw 5.12vw 16.41vw;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .mv {
    min-width: 1280px;
    height: 100vh;
  }
  .mv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/top/dec.png) no-repeat;
    background-size: cover;
    width: 467px;
    height: 472px;
    opacity: 0.2;
  }
  .mv::after {
    background: url(../images/top/mv-bg_pc.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    bottom: 0;
    top: initial;
  }
  .mv__news {
    min-width: 712px;
    display: inline-block;
  }
  .mv__news-link {
    align-items: center;
    flex-direction: row;
    padding: 24px 32px;
    min-height: 73px;
  }
  .mv__news-link::after {
    right: 30px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
  }
  .mv__news-title {
    padding-right: 32px;
    margin-right: 40px;
    border-right: solid 1px #F3F7FB;
  }
  .mv__news-date {
    font-size: 13px;
    margin-right: 24px;
  }
  .mv__news-text {
    font-size: 14px;
  }
  .mv__news-item {
    align-items: center;
    flex-direction: row;
  }
  .mv__slider {
    background: url(../images/top/mv-bg_pc.webp) no-repeat;
    background-size: cover;
    padding-top: 0;
    height: 100%;
  }
  .mv__top {
    inset: 26.5% 25px 25% 105px;
  }
  .mv__text {
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.12em;
    margin-bottom: 80px;
    font-feature-settings: "palt" on;
  }
  .mv__title {
    margin-bottom: 36px;
  }
  .mv__title span {
    font-size: 104px;
    line-height: 1.1;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
  }
  .mv__emblem {
    display: block;
    position: absolute;
    width: 179px;
    height: 220px;
    right: 63px;
    bottom: 105px;
    mix-blend-mode: soft-light;
    z-index: 3;
  }
  .mv__emblem img {
    width: 100%;
    height: auto;
  }
  .mv__scroll {
    position: absolute;
    left: 32px;
    bottom: 120px;
    z-index: 3;
    display: block;
  }
  .mv__scroll-text {
    font-family: "Expletus Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 104%;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #FFF;
    writing-mode: vertical-rl;
  }
  .mv__scroll-img {
    width: 15px;
    height: 72px;
    position: relative;
    left: 5px;
  }
  .mv__scroll-img img {
    width: 100%;
    height: auto;
  }
  .slick-slider,
  .slick-list,
  .slick-track {
    height: 100vh;
  }
  .top-introduction {
    padding: 80px 40px 80px;
    background: url(../images/top/bg-intro_pc.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .top-introduction__item {
    padding-bottom: 198px;
  }
  .top-introduction__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .top-introduction__title span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-introduction__number {
    width: 208px;
    top: 4px;
    left: -4px;
  }
  .top-introduction__text {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .title__en--works {
    margin-bottom: 8px;
  }
  .title__heading.title__heading-works {
    margin-bottom: 50px;
  }
  .title.top-works__title {
    margin-bottom: 39px;
  }
  .top-works__card {
    margin-bottom: 70px;
    width: 1120px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-works__item {
    box-shadow: 20px 20px #fff;
  }
  .top-works__text {
    padding: 0 0 15px 20px;
    height: 122px;
    font-size: 20px;
  }
  .top-content {
    flex-direction: row;
  }
  .top-content__inner {
    width: 50%;
    height: 410px;
  }
  .top-content__inner--company::before {
    background: url(../images/top/bg-company_pc.jpg) no-repeat center/cover;
  }
  .top-content__inner--skill::before {
    background: url(../images/top/bg-skill_pc.jpg) no-repeat center/cover;
  }
  .top-content__arrow {
    width: 56px;
    height: 56px;
  }
  .title__heading.title__heading--white {
    margin-bottom: 64px;
  }
  .title__en.title__en--white {
    margin-bottom: 5px;
  }
  .top-recruit {
    padding: 104px 0;
    margin-bottom: 82px;
  }
  .top-recruit::before {
    background: url(../images/top/bg-recruit01_pc.png) no-repeat;
    background-size: contain;
    width: 710px;
    height: 550px;
  }
  .title__heading.title__heading-recruit {
    margin-bottom: 33px;
    align-items: center;
  }
  .title__en.title__en--top-recruit {
    margin-bottom: 8px;
  }
  .top-recruit__inner {
    flex-direction: row;
  }
  .top-recruit__block {
    min-height: 670px;
    margin: 0 auto;
    width: 1120px;
    padding: 40px 40px 80px 0;
  }
  .top-recruit__block::before {
    width: 556px;
    height: 511px;
    left: -160px;
  }
  .top-recruit__block::after {
    content: "";
    position: absolute;
    left: -160px;
    top: 0;
    background: #005CBF;
    padding: 0;
    z-index: -1;
    min-width: 800px;
    height: 670px;
  }
  .top-recruit__block-content {
    width: 480px;
  }
  .top-recruit__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .top-recruit__text {
    margin-bottom: 73px;
    font-size: 16px;
  }
  .top-recruit__image {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
  }
  .top-recruit__picture {
    width: clamp(670px, 46.52vw, 720px);
  }
  .top-recruit__picture::after {
    top: 24px;
    left: -24px;
    width: calc(100% + 24px);
  }
  .top-works {
    padding: 103px 0 113px;
  }
}
@media screen and (max-width: 768px) {
  .mv__news-title {
    margin-bottom: 7.69vw;
    font-size: 5.12vw;
  }
  .mv__news-title::after {
    width: 32px;
    height: 1px;
    background: #F3F7FB;
    position: absolute;
    left: 0;
    bottom: -13px;
    content: "";
  }
  .mv__news-date {
    margin-bottom: 4px;
    font-size: 3.07vw;
  }
  .top-recruit__block {
    background: #005CBF;
  }
  .top-recruit__image {
    width: calc(100% - 10.25vw);
    position: relative;
    left: 10.25vw;
    margin-top: -22.56vw;
    z-index: 2;
  }
}
@media screen and (min-width: 1440px) {
  .top-recruit__block::before {
    left: calc(var(--element-x) * -1);
  }
  .top-recruit__block::after {
    left: calc(var(--element-x) * -1);
    width: calc(var(--element-x) + 640px);
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .mv__top {
    inset: 19.5% 25px 25% 105px;
  }
  .mv__title span {
    font-size: 96px;
  }
  .mv__text {
    margin-bottom: 40px;
  }
}