@charset "UTF-8";
.l-NavigationButton, .c-AccordionButton, .c-AccordionClose {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  width: 100%;
  text-align: left;
}

.l-NavigationButton__Icon, .u-OfficeSlider__Header {
  margin-left: auto;
  margin-right: auto;
}

.u-StaffCard__ThumbnailImage {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

:root {
  --header-height: 80px;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

section, article, main, header, footer {
  display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

@media (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1024px) {
  .p-Hidden--Tb {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .p-Hidden--Sp {
    display: none !important;
  }
}

.p-Inner, .p-Inner--1224, .p-Inner--1060, .p-Inner--1000, .p-Inner--861 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .p-Inner, .p-Inner--1224, .p-Inner--1060, .p-Inner--1000, .p-Inner--861 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-Inner--1224 {
  max-width: 1224px;
}

.p-Inner--1060 {
  max-width: 1060px;
}

.p-Inner--1000 {
  max-width: 1000px;
}

.p-Inner--861 {
  max-width: 861px;
}

@use "_foundation" as *;
.mt-120 {
  margin-top: 12rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mt-103 {
  margin-top: 10.3rem !important;
}

.mb-103 {
  margin-bottom: 10.3rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

@media (max-width: 768px) {
  .sp\:mt-120 {
    margin-top: 12rem !important;
  }
  .sp\:mb-120 {
    margin-bottom: 12rem !important;
  }
  .sp\:mt-103 {
    margin-top: 10.3rem !important;
  }
  .sp\:mb-103 {
    margin-bottom: 10.3rem !important;
  }
  .sp\:mt-100 {
    margin-top: 10rem !important;
  }
  .sp\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .sp\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .sp\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .sp\:mt-90 {
    margin-top: 9rem !important;
  }
  .sp\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .sp\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .sp\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .sp\:mt-80 {
    margin-top: 8rem !important;
  }
  .sp\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .sp\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .sp\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .sp\:mt-70 {
    margin-top: 7rem !important;
  }
  .sp\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .sp\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .sp\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .sp\:mt-60 {
    margin-top: 6rem !important;
  }
  .sp\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .sp\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .sp\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .sp\:mt-50 {
    margin-top: 5rem !important;
  }
  .sp\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .sp\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .sp\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .sp\:mt-40 {
    margin-top: 4rem !important;
  }
  .sp\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .sp\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .sp\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .sp\:mt-30 {
    margin-top: 3rem !important;
  }
  .sp\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .sp\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .sp\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .sp\:mt-20 {
    margin-top: 2rem !important;
  }
  .sp\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .sp\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .sp\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .sp\:mt-10 {
    margin-top: 1rem !important;
  }
  .sp\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .sp\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .sp\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .sp\:mt-0 {
    margin-top: 0rem !important;
  }
  .sp\:mb-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1380.1px) {
  .p-Visible--pcM {
    display: none !important;
  }
}

@media (min-width: 1024.1px) {
  .p-Visible--Tb {
    display: none !important;
  }
}

@media (min-width: 768.1px) {
  .p-Visible--Sp {
    display: none !important;
  }
}

.c-AnchorSpacer {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-AnchorSpacer__Inner {
  height: 8rem;
  width: 0;
  background: pink;
  pointer-events: none;
}

.c-AnnotationText, .c-AnnotationText--Square, .c-AnnotationText--Lice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-AnnotationText::before, .c-AnnotationText--Square::before, .c-AnnotationText--Lice::before {
  content: '●';
  margin-right: 0.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.c-AnnotationText--Square::before {
  content: '■';
}

.c-AnnotationText--Lice {
  font-size: 84%;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .c-AnnotationText--Lice {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-AnnotationText--Lice::before {
  content: '※';
  margin-right: 0.1em;
}

.c-AnnotationText--Lice.is-right {
  display: block;
  text-align: right;
}

.c-AnnotationText__Text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-AnnotationText__Only {
  font-size: 84%;
  margin-bottom: 1rem;
}

.c-AnnotationText__Only.is-right {
  text-align: right;
}

/* 拡大表示用の外枠 */
.c-ZoomModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 15001;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 拡大される画像本体 */
.c-ZoomModal__Image {
  max-width: 95%;
  max-height: 95%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

.c-ZoomModal__Close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
}

.c-ZoomModal__CloseSpan,
.c-ZoomModal__CloseSpan::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}

.c-ZoomModal__CloseSpan {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-ZoomModal__CloseSpan::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-SectionTitle {
  font-size: 4.8rem;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 10%;
}

@media (max-width: 768px) {
  .c-SectionTitle {
    font-size: 3.2rem;
  }
}

.c-SectionSubTitle {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 10%;
}

@media (max-width: 768px) {
  .c-SectionSubTitle {
    font-size: 2.4rem;
  }
}

.c-tab__Input {
  display: none;
}

.c-tab__LabelInner {
  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;
  border-bottom: 0.2rem solid #000;
  max-width: 122.4rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media (max-width: 768px) {
  .c-tab__LabelInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

.c-tab__Label {
  cursor: pointer;
  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;
  width: 30.5rem;
  min-height: 7rem;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768.1px) {
  .c-tab__Label {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .c-tab__Label:hover {
    opacity: 0.4;
  }
}

@media (max-width: 768px) {
  .c-tab__Label {
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-tab__Label.is-width100 {
    width: 100%;
  }
}

.c-tab__ContentInner > div {
  display: none;
}

.l-Conversion {
  position: fixed;
  z-index: 15000;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (min-width: 1024.1px) {
  .l-Conversion.is-HeaderHide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-Conversion.is-HeaderShow {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1024px) {
  .l-Conversion {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s;
    transition: opacity 0.3s ease, visibility 0.3s;
    opacity: 1;
    visibility: visible;
  }
}

@supports (bottom: env(safe-area-inset-bottom)) {
  .l-Conversion {
    background: #000;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
  }
}

.l-Conversion.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.l-Conversion__Item {
  width: 18rem;
}

@media (max-width: 1380px) {
  .l-Conversion__Item {
    width: 12rem;
  }
}

@media (max-width: 1024px) {
  .l-Conversion__Item {
    width: 50%;
  }
}

.l-Conversion__Item + .l-Conversion__Item {
  border-left: solid 1px #F2F3F4;
}

.l-Conversion__Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  line-height: 1.5;
  letter-spacing: 2%;
}

@media (min-width: 1024.1px) {
  .l-Conversion__Button:hover {
    background: #414141;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .l-Conversion__Button {
    height: 5rem;
  }
}

.l-Footer {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background: #fff;
}

@media (max-width: 768px) {
  .l-Footer {
    padding-top: 4rem;
  }
}

.l-Footer__Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-Footer__Buttons {
    display: block;
  }
}

.l-Footer__ButtonsItem {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .l-Footer__ButtonsItem {
    width: 100%;
  }
  .l-Footer__ButtonsItem + .l-Footer__ButtonsItem {
    margin-top: 2rem;
  }
}

.l-Footer__LinkButton {
  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;
  gap: 2.4rem;
}

@media (min-width: 768.1px) {
  .l-Footer__LinkButton {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .l-Footer__LinkButton:hover {
    opacity: 0.4;
  }
}

.l-Footer__Relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-Footer__Relation {
    margin-top: 11.7rem;
    font-size: 1.2rem;
  }
}

.l-Footer__RelationItem + .l-Footer__RelationItem {
  margin-left: 2em;
  padding-left: 2em;
  border-left: solid 1px #D1D1D1;
}

@media (min-width: 768.1px) {
  .l-Footer__RelationLink {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .l-Footer__RelationLink:hover {
    opacity: 0.4;
  }
}

.l-Footer__Copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4rem;
}

@-webkit-keyframes navigation-anime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes navigation-anime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.l-Navigation,
.l-Navigation__Hamburger {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.l-Navigation.is-HeaderHide,
.l-Navigation__Hamburger.is-HeaderHide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-Navigation.is-HeaderShow,
.l-Navigation__Hamburger.is-HeaderShow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-Navigation {
  z-index: 15000;
}

@media (max-width: 1024px) {
  .l-Navigation {
    display: none;
    height: 100%;
    background: #F2F3F4;
    overflow: hidden;
  }
}

.l-Navigation.is-State--Active {
  display: block;
}

.l-Navigation.is-Animation--Enter {
  -webkit-animation: navigation-anime 0.5s ease both;
  animation: navigation-anime 0.5s ease both;
}

.l-Navigation.is-Animation--Leave {
  animation: navigation-anime 0.5s ease reverse both;
}

.l-Navigation__LogoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #FFFFFF;
}

.l-Navigation__Hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 15001;
}

.l-Navigation__Logo {
  width: 7rem;
  margin-right: 1.8rem;
}

@media (max-width: 1024px) {
  .l-Navigation__Logo {
    width: 5.8rem;
    margin-right: 1.4rem;
  }
}

.l-Navigation__Title {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2%;
}

@media (max-width: 1024px) {
  .l-Navigation__Title {
    font-size: 1rem;
  }
}

.l-Navigation__nav {
  width: calc(100% - 540px);
  margin-right: 54rem;
}

@media (max-width: 1380px) {
  .l-Navigation__nav {
    width: calc(100% - 360px);
    margin-right: 36rem;
  }
}

@media (max-width: 1024px) {
  .l-Navigation__nav {
    width: 100%;
    height: 100%;
    padding: 8.6rem 2rem 15rem;
    overflow: auto;
  }
}

.l-Navigation__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .l-Navigation__List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.l-Navigation__ListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .l-Navigation__ListItem:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
  }
}

.l-Navigation__MenuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
  line-height: 1.5;
  letter-spacing: 2%;
  white-space: nowrap;
}

@media (min-width: 768.1px) {
  .l-Navigation__MenuButton {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .l-Navigation__MenuButton:hover {
    opacity: 0.4;
  }
}

@media (max-width: 1440px) {
  .l-Navigation__MenuButton {
    font-size: 1.4rem;
  }
}

@media (min-width: 1024.1px) {
  .l-Navigation__ListItem:first-child .l-Navigation__MenuButton {
    padding-left: 2rem;
  }
  .l-Navigation__ListItem:last-child .l-Navigation__MenuButton {
    padding-right: 2rem;
  }
}

@media (max-width: 1024px) {
  .l-Navigation__MenuButton {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 1.85rem 2rem;
    border-bottom: 0.1rem solid #F2F3F4;
  }
}

.l-NavigationButton {
  position: absolute;
  z-index: 15001;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media (max-width: 1024px) {
  .l-NavigationButton {
    width: 5.8rem;
    height: 5.8rem;
  }
}

.l-NavigationButton.is-State--Active {
  background: transparent;
}

.l-NavigationButton__Icon {
  display: block;
  width: 30px;
  height: 22px;
  position: relative;
}

@media (max-width: 1024px) {
  .l-NavigationButton__Icon {
    width: 2.2rem;
    height: 1.6rem;
  }
}

.l-NavigationButton__IconBar {
  height: 2px;
  width: 30px;
  position: absolute;
  background: #000;
}

@media (max-width: 1024px) {
  .l-NavigationButton__IconBar {
    width: 2.2rem;
  }
}

.l-NavigationButton__IconBar:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.l-NavigationButton.is-State--Active .l-NavigationButton__IconBar:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-NavigationButton__IconBar:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-NavigationButton.is-State--Active .l-NavigationButton__IconBar:nth-child(2) {
  opacity: 0;
}

.l-NavigationButton__IconBar:nth-child(3) {
  bottom: 0;
  -webkit-transition: bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: bottom 0.5s ease, transform 0.5s ease;
  transition: bottom 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.l-NavigationButton.is-State--Active .l-NavigationButton__IconBar:nth-child(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.u-Section {
  overflow: hidden;
}

.u-Section.is-bg-grey {
  background: #F2F3F4;
}

header {
  height: 7rem;
}

@media (max-width: 1024px) {
  header {
    height: 5.8rem;
  }
}

.u-Mainvisual {
  position: relative;
}

.u-MainvisualCopy {
  width: 54rem;
  height: 36rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: rgba(255, 0, 33, 0.9);
}

@media (max-width: 1024px) {
  .u-MainvisualCopy {
    width: 35rem;
    height: 30rem;
  }
}

@media (max-width: 768px) {
  .u-MainvisualCopy {
    top: 43%;
    width: 85%;
    height: 20.6rem;
  }
}

.u-MainvisualCopy__Text {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #FFFFFF;
  text-align: center;
}

.u-Mainvisual__Headline {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  line-height: 1.72;
}

@media (max-width: 768px) {
  .u-Mainvisual__Headline {
    font-size: 2.2rem;
    line-height: 1.44;
  }
}

.u-Mainvisual__Text {
  width: 28rem;
  margin: 3.5rem auto 0;
  border-top: 0.4rem solid #FFFFFF;
  border-bottom: 0.4rem solid #FFFFFF;
  line-height: 3.5;
}

@media (max-width: 768px) {
  .u-Mainvisual__Text {
    width: 17.8rem;
    margin: 1.9rem auto 0;
    border-width: 0.2rem;
    line-height: 3;
  }
}

.u-LeadArea {
  padding-top: 9.4rem;
  padding-bottom: 10.6rem;
}

@media (max-width: 768px) {
  .u-LeadArea {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.u-LeadArea__Text {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
}

@media (max-width: 768px) {
  .u-LeadArea__Text {
    text-align: left;
    font-size: 1.4rem;
  }
}

.u-Policy {
  padding-top: 10.19rem;
  padding-bottom: 12.7rem;
}

@media (max-width: 768px) {
  .u-Policy {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

.u-Policy__Border {
  display: block;
  margin: 3.5rem auto 0;
  width: 5rem;
  border-top: 5px solid #FF0000;
  padding: 1.7rem 0;
}

.u-Goal {
  padding-top: 11.5rem;
  padding-bottom: 12.4rem;
}

@media (max-width: 768px) {
  .u-Goal {
    padding-top: 6.6rem;
    padding-bottom: 6.6rem;
  }
}

.u-Goal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .u-Goal__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .u-Goal__content.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.u-Goal__figure,
.u-Goal__text {
  width: calc((100% - 40px) / 2);
}

@media (max-width: 768px) {
  .u-Goal__figure,
  .u-Goal__text {
    width: 100%;
  }
}

.u-Goal__tite {
  font-size: 2.4rem;
  letter-spacing: 5%;
}

@media (max-width: 768px) {
  .u-Goal__tite {
    text-align: center;
    line-height: 3;
  }
}

.u-Merit {
  padding-top: 14rem;
  padding-bottom: 13rem;
}

@media (max-width: 768px) {
  .u-Merit {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}

.u-Merit__ListInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.8rem;
}

@media (max-width: 768px) {
  .u-Merit__ListInner {
    gap: 2.1rem;
  }
}

.u-Merit__ListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: calc(50% - 14px);
  padding: 2rem;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .u-Merit__ListItem {
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.u-Merit__Icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  width: 11rem;
  height: 11rem;
  background: #FF0000;
}

@media (max-width: 768px) {
  .u-Merit__Icon {
    width: 6rem;
    height: 6rem;
  }
}

.u-Merit__Icon_Image {
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .u-Merit__Icon_Image {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .u-Merit__Icon_Image.is-trophy {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .u-Merit__Contents {
    display: contents;
  }
}

.u-Merit__Title {
  font-size: 24px;
  letter-spacing: 5%;
}

@media (max-width: 768px) {
  .u-Merit__Title {
    font-size: 2rem;
  }
}

.u-Merit__Text {
  font-size: 1.4rem;
}

.u-Personality {
  padding-top: 9.5rem;
  padding-bottom: 12.1rem;
}

@media (max-width: 768px) {
  .u-Personality {
    padding-top: 4.7rem;
    padding-bottom: 10.7rem;
  }
}

.u-Personality__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .u-Personality__List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}

.u-Personality__Item {
  max-width: 40.29rem;
  padding: 0 4rem 2rem 4rem;
}

@media (min-width: 768.1px) {
  .u-Personality__Item {
    border-right: 0.2rem solid #F2F3F4;
  }
}

@media (max-width: 1380px) {
  .u-Personality__Item {
    padding: 0 2rem 2rem 2rem;
  }
}

@media (max-width: 768px) {
  .u-Personality__Item {
    padding: 0 0 3.5rem 0;
    border-bottom: 0.2rem solid #DADADA;
  }
}

.u-Personality__Item:last-child {
  border: none;
}

.u-Personality__Title {
  font-size: 2rem;
  letter-spacing: 5%;
  text-align: center;
}

.u-Personality__Span {
  margin-right: 0.5rem;
  color: #DE0000;
  font-size: 4rem;
}

@media (max-width: 1380px) {
  .u-Personality__Span {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .u-Personality__Span {
    font-size: 3.2rem;
  }
}

.u-Personality__Text {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .u-Personality__Text {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}

.u-Jobtype {
  padding-top: 14.1rem;
}

@media (max-width: 768px) {
  .u-Jobtype {
    padding-top: 11.9rem;
  }
}

@media (max-width: 768px) {
  .u-Jobtype .c-tab__Label:nth-child(odd):not(:last-child) {
    border-right: 0.1rem solid #E8E8E8;
  }
}

.u-Jobtype #jobtypeTab1:checked ~ .c-tab__Inner label[for="jobtypeTab1"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Jobtype #jobtypeTab1:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Jobtype #jobtypeTab1:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content1 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Jobtype #jobtypeTab2:checked ~ .c-tab__Inner label[for="jobtypeTab2"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Jobtype #jobtypeTab2:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Jobtype #jobtypeTab2:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content2 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Jobtype #jobtypeTab3:checked ~ .c-tab__Inner label[for="jobtypeTab3"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Jobtype #jobtypeTab3:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Jobtype #jobtypeTab3:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content3 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Jobtype #jobtypeTab4:checked ~ .c-tab__Inner label[for="jobtypeTab4"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Jobtype #jobtypeTab4:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Jobtype #jobtypeTab4:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content4 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Jobtype .c-tab__ContentInner {
  background: #F2F3F4;
  padding: 8rem 2rem 12rem;
}

@media (max-width: 1024px) {
  .u-Jobtype .c-tab__ContentInner {
    padding: 3.5rem 2rem 5.6rem;
  }
}

.u-Jobtype__Text {
  display: grid;
  grid-template-columns: 32.4rem 1fr;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 113.6rem;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .u-Jobtype__Text {
    grid-template-columns: 25rem 1fr;
  }
}

@media (max-width: 768px) {
  .u-Jobtype__Text {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.u-Jobtype__Text .u-Jobtype__Headline {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5%;
}

@media (max-width: 768px) {
  .u-Jobtype__Text .u-Jobtype__Headline {
    text-align: center;
  }
}

@media (min-width: 768.1px) {
  .u-Jobtype__TextList {
    padding-left: 2rem;
    border-left: 0.1rem solid #DFE2E5;
  }
}

.u-Jobtype__TextItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.9rem;
  letter-spacing: 5%;
}

.u-Jobtype__TextItem::before {
  content: '';
  background-image: url(/employment/ja/uniqlo/jp/warehouse/assets/images/icon-red-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 1.6rem;
  height: 2rem;
  margin-right: 1rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .u-Jobtype__TextItem {
    margin-bottom: 2.4rem;
  }
  .u-Jobtype__TextItem::before {
    width: 1.2rem;
    margin-right: 0.6rem;
  }
}

.u-Jobtype__ImgList {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .u-Jobtype__ImgList {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}

.u-Jobtype__ImgList .u-Jobtype__Headline {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5%;
}

@media (max-width: 768px) {
  .u-Jobtype__ImgList .u-Jobtype__Headline {
    font-size: 1.7rem;
  }
}

.u-Environment {
  padding-top: 11.7rem;
}

@media (max-width: 768px) {
  .u-Environment {
    padding-top: 5.09rem;
  }
}

.u-Environment__List {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5.3rem;
}

@media (max-width: 1380px) {
  .u-Environment__List {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .u-Environment__List {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}

.u-Environment__Icon {
  border-radius: 50%;
  overflow: hidden;
}

.u-Environment__Text {
  margin-top: 1rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.u-Office {
  padding-top: 10rem;
}

@media (max-width: 768px) {
  .u-Office {
    padding-top: 9.6rem;
  }
}

.u-OfficeSlider {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .u-OfficeSlider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.u-OfficeSlider__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-OfficeSlider__HeaderTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .u-OfficeSlider__HeaderTitle {
    text-align: center;
  }
}

.u-OffficeTitle {
  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;
  gap: 2.1rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 10%;
}

@media (max-width: 768px) {
  .u-OffficeTitle {
    gap: 1.1rem;
    font-size: 2rem;
  }
}

.u-OffficeTitle::before {
  content: '';
  background-image: url(/employment/ja/uniqlo/jp/warehouse/assets/images/icon-location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 3.6rem;
  height: 4.5rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .u-OffficeTitle::before {
    width: 2.6rem;
    height: 3.2rem;
  }
}

@media (max-width: 768px) {
  .u-OffficeAddress {
    padding-top: 2.4rem;
  }
}

.u-OffficeAddress__link {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
  text-decoration: underline;
  letter-spacing: 5%;
}

@media (min-width: 768.1px) {
  .u-OffficeAddress__link {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .u-OffficeAddress__link:hover {
    opacity: 0.4;
  }
}

.u-OffficeAddress__link::before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .u-OffficeAddress__link {
    display: block;
    margin: 0 auto;
  }
}

.u-OfficeSlider__Slider {
  margin-top: 50px;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}

@media (max-width: 768px) {
  .u-OfficeSlider__Slider {
    margin-top: 2rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.u-OfficeSlider__Slider img {
  aspect-ratio: 720 / 722;
}

.u-OfficeSlider__Prev, .u-OfficeSlider__Next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  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;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-OfficeSlider__Prev::before, .u-OfficeSlider__Next::before {
  content: '';
  display: block;
  border-top: solid 0.2rem #000;
  width: 1rem;
  height: 1rem;
}

.u-OfficeSlider__Prev {
  left: 9rem;
}

@media (max-width: 768px) {
  .u-OfficeSlider__Prev {
    left: 3.3rem;
  }
}

.u-OfficeSlider__Prev::before {
  border-left: solid 0.2rem #000;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  translate: 0 50%;
  rotate: -45deg;
}

.u-OfficeSlider__Next {
  right: 9rem;
}

@media (max-width: 768px) {
  .u-OfficeSlider__Next {
    right: 0;
  }
}

.u-OfficeSlider__Next::before {
  border-right: solid 0.2rem #000;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  translate: 0 50%;
  rotate: 45deg;
}

.u-StaffList__Item + .u-StaffList__Item {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .u-StaffList__Item + .u-StaffList__Item {
    margin-top: 2rem;
  }
}

.u-StaffCard {
  position: relative;
}

.u-StaffCard__ThumbnailImage {
  height: 500px;
}

.u-StaffCard__Details {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50%;
  background: #FFFFFF;
  translate: 0 -50%;
  padding: 4rem;
}

@media (max-width: 768px) {
  .u-StaffCard__Details {
    width: 80%;
    right: 0;
    top: 70%;
    padding: 2rem 2rem 3rem;
  }
}

.u-StaffCard__Headline {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .u-StaffCard__Headline {
    font-size: 1.6rem;
  }
}

.u-StaffCard__Name {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}

.u-StaffCard__DetailsButton {
  margin-top: 3rem;
  max-width: 200px;
}

@media (max-width: 768px) {
  .u-StaffCard__DetailsButton {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 20rem;
  }
}

.u-StaffDetail {
  display: none;
  background: #FFFFFF;
  padding-right: 4rem;
  padding-left: 4rem;
}

@media (max-width: 768px) {
  .u-StaffDetail {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.u-StaffDetail__Inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .u-StaffDetail__Inner {
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.u-StaffDetail__Paragraph + .u-StaffDetail__Paragraph {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .u-StaffDetail__Paragraph + .u-StaffDetail__Paragraph {
    margin-top: 3rem;
  }
}

.u-StaffDetail__Headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.u-StaffDetail__Button {
  width: 20rem;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .u-StaffDetail__Button {
    margin-top: 3rem;
  }
}

.c-AccordionButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .c-AccordionButton {
    height: 4.4rem;
  }
}

.c-AccordionButton::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2rem;
  rotate: 135deg;
}

@media (max-width: 768px) {
  .c-AccordionButton::before {
    right: 1.5rem;
  }
}

.c-AccordionButton.is-State--Active::before {
  top: calc(50% - 0.1rem);
  rotate: -45deg;
}

.u-Guideline {
  padding-top: 13.1rem;
}

@media (max-width: 768px) {
  .u-Guideline {
    padding-top: 9.1rem;
  }
}

@media (max-width: 768px) {
  .u-Guideline .c-tab__Label:nth-child(odd):not(:last-child) {
    border-right: 0.1rem solid #E8E8E8;
  }
}

.u-Guideline #guidelineTab1:checked ~ .c-tab__Inner label[for="guidelineTab1"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Guideline #guidelineTab1:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Guideline #guidelineTab1:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content1 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Guideline #guidelineTab2:checked ~ .c-tab__Inner label[for="guidelineTab2"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Guideline #guidelineTab2:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Guideline #guidelineTab2:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content2 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Guideline #guidelineTab3:checked ~ .c-tab__Inner label[for="guidelineTab3"] {
  color: #FFFFFF;
  background: #000;
  border-right: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .u-Guideline #guidelineTab3:checked ~ .c-tab__Inner {
    border-right: none;
  }
}

.u-Guideline #guidelineTab3:checked ~ .c-tab__Inner .c-tab__ContentInner .c-tab__Content3 {
  display: block;
  max-width: 122.4rem;
  margin: 0 auto;
}

.u-Guideline .c-tab__ContentInner {
  padding-top: 6.5rem;
}

@media (max-width: 768px) {
  .u-Guideline .c-tab__ContentInner {
    padding-top: 2.5rem;
  }
}

.u-Guideline .c-tab__Label {
  letter-spacing: 5%;
}

.u-Guideline__item {
  border-top: 0.2rem solid #D1D1D1;
}

.u-Guideline__item:last-child {
  border-bottom: 0.2rem solid #D1D1D1;
}

@media (max-width: 1024px) {
  .u-Guideline__item {
    margin: 0 2rem;
  }
}

.u-Guideline__Headline {
  cursor: pointer;
  position: relative;
  padding: 2.5rem 3.5rem 2.5rem 2rem;
  font-size: 2.4rem;
  letter-spacing: 5%;
}

.u-Guideline__Headline::before, .u-Guideline__Headline::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -50% -50%;
  background-color: currentColor;
  -webkit-transition: opacity 0.3s ease, rotate 0.3s ease;
  transition: opacity 0.3s ease, rotate 0.3s ease;
}

.u-Guideline__Headline::after {
  rotate: 90deg;
}

@media (max-width: 768px) {
  .u-Guideline__Headline {
    padding: 1rem 3.5rem 1rem 2rem;
    font-size: 1.8rem;
  }
}

.u-Guideline__Headline.is-State--Active::after {
  opacity: 0;
  rotate: 180deg;
}

.u-Guideline__Detail {
  display: none;
}

.u-GuidelineTable {
  max-width: 100rem;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: solid 1px #D1D1D1;
  margin: 6rem auto 10rem;
}

@media (max-width: 768px) {
  .u-GuidelineTable {
    max-width: 100%;
    margin: 0 0 5rem 0;
    padding: 0;
  }
}

.u-GuidelineTable__Row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: solid 1px #D1D1D1;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .u-GuidelineTable__Row {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.u-Guideline__Header {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 4rem;
}

@media (max-width: 768px) {
  .u-Guideline__Header {
    width: auto;
    margin-right: 0;
  }
}

.c-AccordionClose {
  height: 4.4rem;
  border: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-AccordionClose::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: calc(50% - 0.2rem);
  right: 1.5rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  rotate: -45deg;
}

.u-Flow {
  padding-top: 20.2rem;
}

@media (max-width: 768px) {
  .u-Flow {
    padding-top: 9.1rem;
  }
}

.u-FlowList {
  display: grid;
  gap: 8.8rem;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .u-FlowList {
    gap: 5.5rem;
  }
}

@media (max-width: 768px) {
  .u-FlowList {
    grid-template-columns: 1fr;
  }
}

.u-FlowList__Item {
  max-width: 24rem;
}

@media (max-width: 768px) {
  .u-FlowList__Item {
    max-width: 100%;
    position: relative;
  }
}

@media (max-width: 768px) {
  .u-FlowList__Item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2.6rem;
    right: 50%;
    translate: 50% -50%;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-top: 1rem solid #FF0021;
    border-bottom: 0;
  }
}

.u-FlowList__Card, .u-FlowList__Card--Red {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F2F3F4;
  font-size: 2.4rem;
  letter-spacing: 5%;
}

@media (min-width: 768.1px) {
  .u-FlowList__Card, .u-FlowList__Card--Red {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 1024px) {
  .u-FlowList__Card, .u-FlowList__Card--Red {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .u-FlowList__Card, .u-FlowList__Card--Red {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.3rem 0;
  }
}

@media (min-width: 768.1px) {
  .u-FlowList__Item:not(:last-child) .u-FlowList__Card::after, .u-FlowList__Item:not(:last-child) .u-FlowList__Card--Red::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5.5rem;
    translate: 0 -50%;
    border-style: solid;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #DE0000;
    border-right: 0;
  }
}

@media (min-width: 768.1px) and (max-width: 1024px) {
  .u-FlowList__Item:not(:last-child) .u-FlowList__Card::after, .u-FlowList__Item:not(:last-child) .u-FlowList__Card--Red::after {
    right: -4rem;
  }
}

.u-FlowList__Card--Red {
  background: #DE0000;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .u-FlowList__span {
    margin-left: 2rem;
  }
}

.u-Faq {
  padding-top: 14rem;
  padding-bottom: 18rem;
}

@media (max-width: 768px) {
  .u-Faq {
    padding-top: 13.6rem;
    padding-bottom: 8.69rem;
  }
}

.u-FaqList {
  counter-reset: faq-counter;
}

.u-FaqList__Item {
  padding: 4rem 1rem;
  border-top: 0.1rem solid #D1D1D1;
}

.u-FaqList__Item:last-child {
  border-bottom: 0.1rem solid #D1D1D1;
}

@media (max-width: 768px) {
  .u-FaqList__Item {
    padding: 3.8rem 0;
  }
}

.u-FaqList__ItemDt,
.u-FaqList__ItemDd {
  position: relative;
  padding-left: 7rem;
}

@media (max-width: 768px) {
  .u-FaqList__ItemDt,
  .u-FaqList__ItemDd {
    padding-left: 0;
  }
}

.u-FaqList__ItemDt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .u-FaqList__ItemDt {
    font-size: 2rem;
  }
}

.u-FaqList__ItemDd {
  font-size: 1.6rem;
}

.u-FaqList__Item dt::before {
  counter-increment: faq-counter;
  content: "Q." counter(faq-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #DE0000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .u-FaqList__Item dt::before {
    position: static;
    display: block;
    padding-bottom: 0.5rem;
  }
}

.u-Conversion {
  padding-top: 9.3rem;
  padding-bottom: 11.2rem;
  background: #000;
  background-image: url(/employment/ja/uniqlo/jp/warehouse/assets/images/bg-02@2x.jpg);
  background-image: -webkit-image-set(url(/employment/ja/uniqlo/jp/warehouse/assets/images/bg-02.jpg) 1x, url(/employment/ja/uniqlo/jp/warehouse/assets/images/bg-02@2x.jpg) 2x);
  background-image: image-set(url(/employment/ja/uniqlo/jp/warehouse/assets/images/bg-02.jpg) 1x, url(/employment/ja/uniqlo/jp/warehouse/assets/images/bg-02@2x.jpg) 2x);
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .u-Conversion {
    padding-top: 3rem;
    padding-bottom: 4.7rem;
  }
}

.u-Conversion__Title {
  color: #FFFFFF;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 10%;
}

@media (max-width: 768px) {
  .u-Conversion__Title {
    font-size: 2rem;
  }
}

.u-Conversion__linkInner {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .u-Conversion__linkInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.u-Conversion__link {
  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;
  width: 48rem;
  height: 10rem;
  background: #FFFFFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5%;
}

@media (min-width: 768.1px) {
  .u-Conversion__link {
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
    transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
  }
  .u-Conversion__link:hover {
    opacity: 0.4;
  }
}

@media (max-width: 1024px) {
  .u-Conversion__link {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .u-Conversion__link {
    width: 100%;
    height: 7rem;
    font-size: 1.8rem;
  }
}

.u-Conversion__linkSpan {
  position: relative;
}

.u-Conversion__linkSpan::before {
  content: '';
  position: absolute;
  top: 52%;
  right: -2rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .u-Conversion__linkSpan::before {
    right: -1.4rem;
  }
}

@media (max-width: 768px) {
  .u-Conversion__link.is-ariake .u-Conversion__linkSpan::before {
    right: -2.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
