@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html,
a,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoomIn {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoomInDone {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #06263D;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-weight: normal;
  color: #1A1A1A;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a,
a:hover,
a:visited {
  text-decoration: none;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

.sp-table-row,
.sp-block,
.sp-inline,
.sp-inline-block,
.sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 10rem;
  padding: 2.5rem 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 6rem;
    padding: 1rem;
  }
}
.header__inner.active {
  background-color: #fff;
}

.header__logoBox {
  width: 25.9rem;
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  .header__logoBox {
    width: 14.1rem;
    height: 3.1rem;
  }
}

.header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.header__logoScroll {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logoScroll {
    width: 14.1rem;
    height: 3.1rem;
  }
}

.header__logoBox.active .header__logoScroll {
  display: block;
}
.header__logoBox.active .header__logo {
  display: none;
}

.header__inner.black {
  background-color: #1A1A1A;
}
.header__inner.black .header__logoScroll {
  display: none;
}
.header__inner.black .header__logo {
  display: block;
}

.header__navList {
  position: absolute;
  width: calc(100% - (50vw - 65.3rem) * 2);
  margin: 0 auto;
  height: 63.8vh;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8rem auto 8rem auto 8rem auto;
  grid-template-columns: auto auto auto auto;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  opacity: 0;
  visibility: hidden;
  left: calc(50vw - 65.3rem);
  top: 11.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8.6rem 10.1rem 8.6rem 15.6rem;
  z-index: 10;
  border-radius: 10px;
  gap: 0.7rem 8rem;
}
@media screen and (max-width: 767px) {
  .header__navList {
    left: 0;
    background-color: #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    padding: 2.1rem 2rem 10rem;
    top: 6rem;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    gap: 0;
    border-radius: 0;
  }
}

.header__navList--active {
  opacity: 1;
  visibility: visible;
}

.header__navBg {
  background-color: #1A1A1A;
  position: absolute;
  width: 100%;
  height: calc(100vh - 10rem);
  top: 10rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__navBg {
    top: 6rem;
    height: calc(100vh - 6rem);
  }
}

.header__navBg--active {
  opacity: 1;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header__buttons {
    gap: 0.6rem;
  }
}

.menu__inner {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  background-color: #fff;
  border-radius: 6px;
}
.menu__inner:hover {
  background-color: #1A1A1A;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    width: 4rem;
    height: 4rem;
  }
}

.menu__button {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .menu__button {
    width: 4rem;
    height: 4rem;
  }
}

.menu__button:hover {
  opacity: 1;
}

.menu__button span, .menu__button::before, .menu__button::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.7rem;
  height: 0.2rem;
  margin: auto;
  background: #1A1A1A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__button:hover span, .menu__button:hover::before, .menu__button:hover::after {
  background: #fff;
}

.menu__button span {
  overflow: hidden;
  z-index: 1;
  color: #1A1A1A;
}
.menu__button span:hover {
  color: #fff;
}

.menu__button::before {
  z-index: 2;
  content: "";
  -webkit-transform: translate(0, -0.5rem);
          transform: translate(0, -0.5rem);
}

.menu__button::after {
  z-index: 2;
  content: "";
  -webkit-transform: translate(0, 0.5rem);
          transform: translate(0, 0.5rem);
}

.menu__button {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.menu__button span {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.menu__button::before,
.menu__button::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.menu__button.active span {
  color: #1A1A1A;
}

.menu__button.active span {
  opacity: 0;
}

.menu__button.active::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.menu__button.active::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.footer {
  position: relative;
  background-color: #1A1A1A;
  color: #fff;
  padding: 13.2rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 7rem 0 3.1rem;
  }
}

.footer_backToTop {
  position: fixed;
  z-index: 200;
  right: 3rem;
  bottom: 3rem;
  width: 5rem;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer_backToTop {
    right: 2.1rem;
    bottom: 2.2rem;
  }
}
.footer_backToTop--show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
}
.footer_backToTop--show:hover {
  opacity: 0.7;
}

.footer .nav_itemLabel {
  color: #fff;
  font-size: 1.6rem;
}

.footer_navList {
  margin-top: 7.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 6.5rem auto 6.5rem auto 6.5rem auto;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
  row-gap: 0;
  padding: 0 0 0 5.2rem;
}
@media screen and (max-width: 767px) {
  .footer_navList {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 0;
    margin-top: 4rem;
  }
}

.footer_bottom {
  margin-top: 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    gap: 3.6rem;
    text-align: start;
  }
}

.footer_recruitLogo {
  display: block;
  width: 25.9rem;
  height: 5.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer_recruitLogo {
    margin: unset;
    margin-left: -0.5rem;
  }
}

.footer .nav_navItem::before {
  background-color: #fff;
}

.footer_button {
  background-color: #fff;
  color: #1A1A1A;
  padding: 1.6rem 4rem 1.1rem;
  border-radius: 6px;
  width: 33.8rem;
}
@media screen and (max-width: 767px) {
  .footer_button {
    width: 35rem;
  }
}

.footer_logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.footer_logoIcon {
  width: 2.1rem;
  height: 2.1rem;
}

.footer_copyright {
  color: #9e9e9e;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.footer .nav_iconLabel {
  display: none;
}

.footer .nav_navBox {
  display: block;
}

.footer .nav_itemList {
  border-bottom: none;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer .nav_itemList {
    padding-bottom: 2.6rem;
  }
}

.footer .nav_textLabel:hover {
  color: #F4A000;
}

.container {
  padding: 0 3rem;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}
.container--1306 {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .container--1306 {
    padding: 0 2rem;
  }
}
.container--922 {
  max-width: 922px;
  margin: 0 auto;
}
.container--939 {
  max-width: 940px;
  margin: 0 auto;
}

.scroll_wrap {
  position: absolute;
  bottom: 0.67rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .scroll_wrap {
    width: 2%;
    bottom: unset;
    top: 75.9vh;
    left: 50%;
  }
}

.scroll_title {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

.scroll_text {
  position: relative;
  top: auto;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 5.9rem;
}

.scroll_text::before {
  content: "";
  width: 6px;
  height: 12rem;
  border: 1px solid #fff;
  display: block;
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-transform: skewY(-40deg);
          transform: skewY(-40deg);
  position: relative;
  z-index: 1;
  left: 0;
  top: 10px;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@media screen and (max-width: 767px) {
  .scroll_text::before {
    height: 72px;
  }
}

.scroll_text b {
  margin-top: 17px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  bottom: auto;
  top: 11px;
  right: -5px;
  left: auto;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-weight: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

@-webkit-keyframes scroll {
  0% {
    height: 1rem;
    opacity: 0;
  }
  5% {
    height: 1rem;
    opacity: 1;
  }
  80% {
    height: 5.9rem;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    height: 1rem;
    opacity: 0;
  }
  5% {
    height: 1rem;
    opacity: 1;
  }
  80% {
    height: 5.9rem;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry {
  padding: 9.2rem 0 7.4rem;
  background: url("../img/common/entryBg.jpg.webp") no-repeat center/cover;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 5.7rem 0 5.9rem;
    background: url("../img/common/entryBgsp.jpg") no-repeat center/cover;
  }
}

.entry .cta5 {
  margin: 4.9rem auto 0;
}
@media screen and (max-width: 767px) {
  .entry .cta5 {
    margin: 1.9rem auto 0;
  }
}

.entry_text {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry_text {
    font-size: 3rem;
    line-height: 1.5;
    padding-left: 2rem;
  }
}

.polygon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  border-left: 6.2rem solid transparent;
  border-right: 6.2rem solid transparent;
  border-top: 3.4rem solid #F4A000;
}
@media screen and (max-width: 767px) {
  .polygon {
    margin: 4.5rem auto 0;
  }
}

.business_wrapper {
  margin: 14rem 0;
}
@media screen and (max-width: 767px) {
  .business_wrapper {
    margin: 8rem 0;
  }
}

.about_wrapper {
  margin: 14rem 0 16.8rem;
}
@media screen and (max-width: 767px) {
  .about_wrapper {
    margin: 8rem 0;
  }
}

.recruit .mv_imgWrapper::after {
  opacity: 0.5;
}

.recruit_wrapper {
  padding: 12.4rem 0 13.2rem;
}
@media screen and (max-width: 767px) {
  .recruit_wrapper {
    padding: 6.4rem 0 7rem;
  }
}

.recruit .info_buttons {
  width: 90%;
  margin: 4.1rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit .info_buttons {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .recruit .cta4 {
    min-width: 31rem;
  }
}

.scrollSection {
  scroll-margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .scrollSection {
    scroll-margin-top: 6rem;
  }
}

.text-wordbreak {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-wordbreak--4 {
  -webkit-line-clamp: 4;
}

.text {
  margin-top: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .text {
    text-align: justify;
  }
}

.text_note {
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .text_note {
    font-size: 1.2rem;
  }
}

.title_en {
  color: #F4A000;
  font-family: "Anton", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title_en {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.title_jp {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-top: 0.4rem;
}
.title_jp--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .title_jp {
    font-size: 2rem;
    margin-top: 0.2rem;
  }
}

.title {
  text-align: center;
}

.title2 {
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 767px) {
  .title2 {
    padding-bottom: 2.5rem;
  }
}

.title2En {
  font-family: "Anton", sans-serif;
  color: #F4A000;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title2En {
    font-size: 2rem;
  }
}

.title2Jp {
  margin-top: 1.1rem;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title2Jp {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 2rem;
    padding-left: 2.3rem;
    line-height: 1.3;
  }
}
.subtitle::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background-color: #F4A000;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .subtitle::before {
    top: 1.1rem;
    left: 0.2rem;
  }
}
.subtitle--polygon {
  padding-left: 3rem;
}
.subtitle--polygon::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
  content: "";
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.8rem solid #F4A000;
  border-radius: 0;
  background-color: unset;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .subtitle--polygon::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.5rem solid #F4A000;
  }
}

.title24 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title24 {
    font-size: 2rem;
  }
}

.title24--mdf {
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #F4A000;
}
@media screen and (max-width: 767px) {
  .title24--mdf {
    font-size: 2.4rem;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.card {
  width: 100%;
  background-color: #fff;
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.card--transparent {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 767px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card_box {
  display: block;
  width: 50%;
  aspect-ratio: 653/430;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card_box {
    width: 100%;
    aspect-ratio: 350/210;
  }
}
.card_box--business {
  width: 53.8%;
  aspect-ratio: 653/416;
}
@media screen and (max-width: 767px) {
  .card_box--business {
    width: 100%;
    aspect-ratio: 350/245;
  }
}

.card_box--business {
  border-radius: 10px;
  overflow: hidden;
}

.card_imgBox,
.card_videoBox {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}

.card_cnt {
  width: 50%;
  padding: 6rem 9.3rem 6rem 8.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_cnt {
    width: 100%;
    padding: 2.6rem 2rem 2rem;
  }
}
.card_cnt--business {
  width: 46.2%;
  padding: 5.4rem 8.1rem 5.4rem 0;
}
@media screen and (max-width: 767px) {
  .card_cnt--business {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .card_cnt--2 .title_jp {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card_cnt--2 .card_des {
    margin-top: 3.1rem;
  }
}

.card--us .card_cnt {
  padding: 6rem 9.3rem 2.2rem 8.8rem;
}
@media screen and (max-width: 767px) {
  .card--us .card_cnt {
    padding: 2.6rem 2rem 2rem;
  }
}

.card--us .card_btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .card--us .card_btn {
    margin-top: 2.4rem;
  }
}

.card--us .card_box {
  aspect-ratio: 653/367.6;
}
@media screen and (max-width: 767px) {
  .card--us .card_box {
    aspect-ratio: 350/210;
  }
}

.card_des {
  margin-top: 3.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .card_des {
    margin-top: 5.8rem;
    line-height: 1.7;
  }
}
.card_des--white {
  color: #fff;
}

.card_btn {
  margin-top: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .card_btn {
    margin-top: 2.4rem;
  }
}

.card_btn .cta3 {
  margin-left: auto;
}

.cardMess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem;
}

.cardMess + .cardMess {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .cardMess + .cardMess {
    margin-top: 4.8rem;
  }
}

.cardMess_avtBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.8%;
}
@media screen and (max-width: 767px) {
  .cardMess_avtBox {
    width: 23.1%;
  }
}

.cardMess_desc {
  margin-top: -0.5rem;
  line-height: 1.63;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cardMess_desc {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.cardMess_name {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.88;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cardMess_name {
    font-size: 1.4rem;
  }
}

.card2 {
  position: relative;
  margin-top: 3.6rem;
  cursor: pointer;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card2 {
    margin-top: 3rem;
  }
}

.card2_imgBox {
  width: 100%;
  aspect-ratio: 1120/320;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .card2_imgBox {
    aspect-ratio: 350/230;
  }
}

.card2_btn {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48.3%;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .card2_btn {
    width: 80.57%;
  }
}

.card2_cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.1rem 3.4rem 2.8rem 2.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .card2_cta {
    font-size: 1.8rem;
    padding: 1.3rem 2rem 1.6rem 1rem;
    line-height: 1.3;
  }
}

.card2_cta::after {
  display: inline-block;
  content: "";
  background: url(../img/common/arrow-white.svg) no-repeat;
  background-color: #f4a000;
  background-size: 1.6rem 1.2rem;
  background-position: center;
  border: 1px solid transparent;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card2_cta:hover {
  opacity: 1;
}

.card2:hover .card2_imgBox {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card2:hover .card2_cta::after {
  background: url(../img/common/arrow-black.svg) no-repeat;
  background-color: #fff;
  border: 1px solid #1A1A1A;
  background-size: 1.6rem 1.2rem;
  background-position: center;
}

.card3 {
  width: calc(50% - 2rem);
  aspect-ratio: 540/162;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .card3 {
    width: 100%;
    aspect-ratio: 350/130;
  }
}

.card3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  opacity: 0.51;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .card3::before {
    opacity: 0.6;
  }
}

.card3:hover::before {
  opacity: 0.8;
}

.card3_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card3_img {
    aspect-ratio: 350/230;
  }
}

.card3_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 2.3rem;
  z-index: 10;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .card3_btn {
    font-size: 2rem;
    padding: 2.3rem 6rem 2.3rem 0.5rem;
  }
}

.card3_cta::after {
  position: absolute;
  right: 2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../img/common/arrow-white.svg) no-repeat;
  background-color: #f4a000;
  background-size: 1.6rem 1.2rem;
  background-position: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card3_cta::after {
    right: 2rem;
  }
}

.card3_cta:hover {
  opacity: 1;
}

.card3:hover .card3_cta::after {
  background-image: url(../img/common/arrow-black.svg);
  background-color: #fff;
  border: 1px solid #1A1A1A;
}

.card4 {
  width: calc(33.33% - 2.1333333333rem);
}
@media screen and (max-width: 767px) {
  .card4 {
    width: 100%;
  }
}

.card4_top:hover {
  opacity: 1;
}

.card4_top:hover .c-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.card4_img {
  width: 100%;
  aspect-ratio: 352/240;
  border-radius: 10px;
  overflow: hidden;
}

.card4 .c-image {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.card4_title {
  margin-top: 1.4rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.card_name {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
}

.card4_dep {
  margin-top: -0.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.card4_tags {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nav_itemList {
    border-bottom: 1px solid #9e9e9e;
  }
}

.nav_itemList:nth-child(3) .nav_iconLabel {
  display: none;
}

.nav_itemLabel {
  color: #F4A000;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nav_itemLabel {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
    gap: 2rem;
  }
}

.nav_iconLabel {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav_iconLabel {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 7.1rem;
  }
}

.nav_iconLabel::before {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 0.1rem;
  background-color: #fff;
  top: 3.6rem;
  right: 0;
}

.nav_iconLabel::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.9rem;
  background-color: #fff;
  top: 2.8rem;
  right: 0.9rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav_navItem {
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1.4rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 767px) {
  .nav_navBox .nav_navItem:last-child {
    padding-bottom: 2.6rem;
  }
}

.nav_iconLabel.is-active::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav_navBox {
    display: none;
    margin-top: -0.46rem;
  }
}

.nav_navItem::before {
  letter-spacing: 0.03em;
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 1.25rem;
  width: 3px;
  height: 3px;
  background-color: #1A1A1A;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .nav_navItem::before {
    background-color: #fff;
  }
}

.nav__navItem:last-child .header__navLink::after {
  content: unset;
}
@media screen and (max-width: 1024px) {
  .nav__navItem {
    display: block;
    padding: 17px 0;
    width: 100%;
    border-bottom: 1px solid #F0EFEA;
  }
}

.nav__navLink:hover {
  opacity: 1;
  color: #F4A000;
}

.nav_textLabel:hover {
  opacity: 1;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .nav_textLabel:hover {
    color: #F4A000;
  }
}
@media screen and (max-width: 767px) {
  .nav_textLabel {
    padding: 2.1rem 0;
  }
}

.breadcrumb {
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 1.5rem;
  }
}

.breadcrumb_text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 0.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .breadcrumb_text {
    font-size: 1.3rem;
    margin-right: 0.2rem;
  }
}

.breadcrumb_text:hover {
  color: #fff;
}

.breadcrumb_arrow {
  width: 0.6rem;
  height: 1rem;
  -webkit-transform: translateY(1.1rem);
          transform: translateY(1.1rem);
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb_arrow {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
    margin-right: 0.2rem;
  }
}

.mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/440;
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 390/430;
  }
}

.mv_imgWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv_imgWrapper {
    top: unset;
  }
}

.mv_imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  z-index: 2;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.mv_content {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.mv_mainCnt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_mainCnt {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2rem;
    width: calc(100% - 4rem);
    margin: -0.5rem auto 0;
  }
}

.mv_titleEn {
  font-family: "Anton", sans-serif;
  font-size: 6.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mv_titleEn {
    font-size: 5rem;
    line-height: 1.1;
  }
}

.mv_titleJp {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: -0.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv_titleJp {
    font-size: 2rem;
    margin-top: 0;
  }
}

.mv_desc {
  margin-top: 2.8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .mv_desc {
    font-size: 1.6rem;
  }
}

.executive .mv_imgWrapper::after,
.message .mv_imgWrapper::after {
  opacity: 0.6;
}

.lna .mv_imgWrapper::after {
  opacity: 0.4;
}

.mv--sgl {
  position: relative;
}

.mv_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv--sgl .mv_imgWrapper::after {
  opacity: 0.93;
}

.mv_imgBanner {
  width: 33.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 375/440;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_imgBanner {
    width: 73.2%;
    margin: 0 auto;
  }
}

.mv_imgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 0;
}

.mv_imgPerson {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv_imgPerson {
    left: 0;
  }
}

.mv_mainCnt--sgl {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .mv_mainCnt--sgl {
    margin-top: 1.5rem;
  }
}

.mv_tags {
  margin-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mv_tags {
    margin-top: 1.3rem;
  }
}

.mv_interview {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mv_interview {
    font-size: 1.6rem;
  }
}

.mv_title {
  margin-top: 0.7rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .mv_title {
    margin-top: 0.2rem;
    font-size: 2.4rem;
    line-height: 1.42;
  }
}

.mv_info {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mv_info {
    margin-top: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.mv_name {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mv_name {
    font-size: 2rem;
    line-height: 1.59;
  }
}

@media screen and (max-width: 767px) {
  .mv_dep {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv_year {
    font-size: 1.4rem;
  }
}

.info {
  padding: 12.5rem 0 13rem;
  background: url("../img/top/info.jpg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.info::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  opacity: 0.85;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 4.7rem 0 6rem;
  }
}

.info--recruit {
  padding: 8rem 0 9.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.info--recruit::after {
  opacity: 1;
  background: #eff1f4;
}
@media screen and (max-width: 767px) {
  .info--recruit {
    padding: 4.1rem 0 5.4rem;
  }
}

.info_box {
  position: relative;
  z-index: 20;
}

.info_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.2rem;
  width: 85%;
  margin: 5.7rem auto 7.7rem;
}
@media screen and (max-width: 767px) {
  .info_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2.7rem;
    margin: 5.2rem auto 3.2rem;
  }
}

.info_submitBox {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info_submitBox {
    width: 100%;
  }
}

.info_textSubmit {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .info_textSubmit {
    font-size: 1.6rem;
  }
}

.info_navyImg {
  width: 32.7rem;
}
@media screen and (max-width: 767px) {
  .info_navyImg {
    width: 27.9rem;
  }
}

.info_buttonBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .info_buttonBottom {
    width: 31rem;
    margin: 0.7rem auto 0;
  }
}

.info_note {
  letter-spacing: 0.05rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .info_note {
    margin-top: 0.7rem;
    font-size: 1.4rem;
  }
}

.cta {
  font-family: "Anton", sans-serif;
  color: #fff;
  width: 16.8rem;
  height: 5rem;
  padding: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4A000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.cta:hover {
  background-color: #1A1A1A;
  border: 1px solid #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cta {
    width: 9rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.cta2 {
  font-size: 1.6rem;
  color: #F4A000;
  min-width: 29rem;
  min-height: 5.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 1.3rem;
  color: #F4A000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cta2::after {
  position: absolute;
  content: "";
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../img/common/arrow-yellow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cta2::after {
    right: 2rem;
  }
}
.cta2:hover {
  background-color: #F4A000;
  color: #fff;
  opacity: 1;
}
.cta2:hover::after {
  background-image: url(../img/common/arrow-white.svg);
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cta2 {
    min-width: 31rem;
  }
}

.cta2--black {
  color: #1A1A1A;
}
.cta2--black:hover {
  color: #fff;
  background-color: #1A1A1A;
  opacity: 1;
}
.cta2--black:hover::after {
  background-image: url(../img/common/arrow-yellow.svg);
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cta2--black {
    min-width: 35rem;
  }
}

.cta2--w {
  min-width: 43rem;
  min-height: 8.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cta2--w {
    min-width: 31rem;
    min-height: 5.8rem;
  }
}
.cta2--w::after {
  right: 2.4rem;
}

.cta2--lna {
  width: 34.8rem;
}
.cta2--lna::after {
  -webkit-transform: rotate(90deg) translateX(-25%);
          transform: rotate(90deg) translateX(-25%);
}

.cta-lpgBox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .cta-lpgBox {
    width: 100%;
  }
}

.cta-lpgDesc {
  position: absolute;
  bottom: 106%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1A1A1A;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  min-height: 7.5rem;
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta-lpgDesc {
    background-color: unset;
    color: #1A1A1A;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    display: block;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-align: start;
    margin-top: 0.6rem;
    min-height: unset;
    font-size: 1.4rem;
  }
}

.cta-lpgDesc24 {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cta-lpgDesc24 {
    font-size: 2rem;
  }
}

.cta-lpgNote {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .cta-lpgNote {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.cta-lpgDesc::after {
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 2.4rem solid #1A1A1A;
}
@media screen and (max-width: 767px) {
  .cta-lpgDesc::after {
    content: unset;
  }
}

.cta-lpg {
  width: 100%;
  min-height: 9rem;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 0.4rem 2rem 1rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-lpg {
    padding: 0.6rem 1.9rem;
    min-height: 7rem;
  }
}
.cta-lpg--radius {
  border-radius: 50px;
  min-height: 7.6rem;
}
@media screen and (max-width: 767px) {
  .cta-lpg--radius {
    min-height: 6rem;
  }
}

.cta-lpg_image51 {
  width: 5.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cta-lpg_image51 {
    width: 3.8rem;
  }
}

.cta-lpg_image41 {
  width: 4.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cta-lpg_image41 {
    width: 3.8rem;
  }
}

.cta-lpg_text {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cta-lpg_text {
    font-size: 1.6rem;
  }
}

.cta-lpg_text16 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cta-lpg_text16 {
    font-size: 1.4rem;
  }
}

.cta-lpg_text24 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cta-lpg_text24 {
    font-size: 2rem;
  }
}

.cta-lpg_icon {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
}

.cta-lpg_icon::before {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 0.2rem;
  background-color: #F4A000;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cta-lpg_icon::before {
    display: none;
  }
}

.cta-lpg_icon::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 1.9rem;
  background-color: #F4A000;
  top: 0.2rem;
  right: 0.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cta-lpg_icon::after {
    display: none;
  }
}

.cta-lpgBox.is-active .cta-lpgDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta-lpgBox.is-active .cta-lpgDesc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cta-lpgBox.is-active .cta-lpg_icon::after {
  display: none;
}

.cta3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.61;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3rem;
  cursor: pointer;
}
.cta3:hover {
  opacity: 1;
}
.cta3:hover::after {
  background-image: url(../img/common/arrow-black.svg);
  background-color: #fff;
  border: 1px solid #1A1A1A;
}
.cta3::after {
  display: inline-block;
  content: "";
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-color: #F4A000;
  background-size: 1.6rem 1.2rem;
  background-position: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.cta3--white {
  color: #fff;
}

.cta4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #000;
  min-width: 43rem;
  min-height: 10.8rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin: 2.8rem auto 0;
  background: #fff;
  cursor: pointer;
}
.cta4:hover {
  color: #fff;
  background-color: #1A1A1A;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cta4 {
    min-width: 35rem;
    min-height: 9rem;
    margin: 1.7rem auto 0;
  }
}

.cta4--navy:hover {
  background-color: #fff;
  opacity: 0.6;
}

.cta5 {
  font-family: "Anton", sans-serif;
  font-size: 3.6rem;
  color: #F4A000;
  width: 44rem;
  height: 8.8rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.cta5:hover {
  background-color: #F4A000;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cta5 {
    width: 35rem;
    height: 8rem;
  }
}

.cta-tag,
.cta-faq {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.43;
  padding: 0.5rem 2rem;
  background-color: #eff1f4;
  border-radius: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  color: #1A1A1A;
}

.cta-tag--2 {
  padding: 0.5rem 1.5rem;
}

.cta-faq--white {
  background-color: #fff;
}

.cta-tag:active,
.cta-tag.is-active,
.cta-tag:hover,
.cta-faq:active,
.cta-faq.is-active {
  background-color: #1A1A1A;
  color: #fff;
  opacity: 1;
}