@charset "UTF-8";
/* =================================================
*    共通(common)
* =============================================== */
.main-area {
  padding-top: 0;
}

:root {
  --mv-area-bg: url(../../../Contents/ThemeImage/recruit/aboutus/aboutus_mv_sp.png);
}

.recruit-section {
  padding-inline: 2rem;
  letter-spacing: 0.05em;
}

/* =================================================
*    フェードイン(common)
* =============================================== */
.js-slide-in {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.js-slide-in.bottom {
  -webkit-transform: translate3d(0, 3rem, 0);
          transform: translate3d(0, 3rem, 0);
}
.js-slide-in.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* =================================================
*    メインビジュアル(common)
* =============================================== */
.c-mv-area .c-page-title .title-en {
  text-transform: none;
}

/* =================================================
*    リード文(common)
* =============================================== */
.page-lead-text {
  text-align: center;
}

/* =================================================
*    ブランドについて(common)
* =============================================== */
.aboutus-wrapper {
  position: relative;
  width: 100%;
}
.aboutus-wrapper .aboutus-area {
  position: relative;
}
.aboutus-wrapper .aboutus-area:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
.aboutus-wrapper .aboutus-info__title {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.aboutus-wrapper .aboutus-info__text {
  letter-spacing: 0.05em;
}
.aboutus-wrapper .aboutus-deco-text {
  position: absolute;
  right: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.04);
  text-align: right;
  text-transform: uppercase;
}
.aboutus-wrapper .aboutus-area--reverse .aboutus-deco-text {
  left: 0;
  right: auto;
  text-align: left;
}

.aboutus-info:has(.aboutus-info__block) {
  display: grid;
  grid-gap: 2rem;
}

/* =================================================
*    HISTORY(common)
* =============================================== */
.history-wrapper {
  position: relative;
}
.history-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
.history-wrapper div > ul > li {
  padding: 0;
  border-bottom: none;
}
.history-wrapper .contents-title {
  text-align: center;
}
.history-wrapper .contents-title__main {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
}
.history-wrapper .contents-title__sub {
  display: block;
  color: #b8b8b8;
  font-weight: bold;
}
.history-wrapper .history-calendar-wrap .history-calendar-num {
  text-align: center;
  font-weight: bold;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
}

/* =================================================
*    メディアクエリ
* =============================================== */
@media (max-width: 767.9px) {
  /* =================================================
  *    共通(sp)
  * =============================================== */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .aboutus {
    --inner-width: 100%;
  }
  .aboutus * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* =================================================
  *    リード文(sp)
  * =============================================== */
  .page-lead-text {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 4.6rem 1rem 4.5rem;
  }
  /* =================================================
  *    ブランドについて(sp)
  * =============================================== */
  .aboutus-wrapper {
    width: 100%;
  }
  .aboutus-wrapper .aboutus-area {
    padding: 0 2rem 7.6rem;
  }
  .aboutus-wrapper .aboutus-area + .aboutus-area {
    margin-top: 7.4rem;
  }
  .aboutus-wrapper .aboutus-area:before {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .aboutus-wrapper .aboutus-area__overview:before {
    height: 44.2rem;
  }
  .aboutus-wrapper .aboutus-area__slogan:before {
    height: 39.6rem;
  }
  .aboutus-wrapper .aboutus-area__bags:before {
    height: 70.4rem;
  }
  .aboutus-wrapper .aboutus-info {
    width: 100%;
    margin-top: 2.6rem;
  }
  .aboutus-wrapper .aboutus-info__title {
    font-size: 1.6rem;
  }
  .aboutus-wrapper .aboutus-info__text {
    font-size: 1.3rem;
    line-height: 1.69230769;
    margin-top: 1.1rem;
  }
  .aboutus-wrapper .aboutus-deco-text {
    bottom: -2.5rem;
    font-size: 5rem;
    letter-spacing: 0.05em;
    line-height: 0.92;
  }
  /* =================================================
  *    HISTORY(sp)
  * =============================================== */
  .history-wrapper {
    padding: 8.9rem 2rem 4.5rem;
    overflow: hidden;
  }
  .history-wrapper:before {
    bottom: -16.5rem;
    width: 73.3333%;
    height: 100%;
  }
  .history-wrapper .contents-title__main {
    font-size: 2.6rem;
  }
  .history-wrapper .contents-title__sub {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .history-wrapper .history-list-wrap {
    position: relative;
    max-width: 33.5rem;
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }
  .history-wrapper .history-list-wrap .js-border {
    position: absolute;
    top: 15.6rem;
    left: 7.7rem;
    width: 0.1rem;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 2s;
    transition: height 2s;
    z-index: 1;
  }
  .history-wrapper .history-list-wrap .js-border img {
    display: block;
    width: 100%;
    height: 144.3rem;
  }
  .history-wrapper .history-list {
    width: 100%;
    margin-top: 8.16rem;
  }
  .history-wrapper .history-list .history-list-img {
    width: 100%;
    height: 15.4rem;
  }
  .history-wrapper .history-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .history-wrapper .history-list__list + .history-list__list {
    margin-top: 2.1rem;
  }
  .history-wrapper .history-list__list:nth-child(3) .history-calendar-pin {
    margin-left: 1rem;
  }
  .history-wrapper .history-list__list:nth-child(3) .history-calendar-num {
    padding-top: 2.4rem;
  }
  .history-wrapper .history-list .history-main-wrap {
    width: 21.5rem;
  }
  .history-wrapper .history-list .history-main-wrap .history-list-text {
    font-size: 1.3rem;
    line-height: 1.69230769;
    margin-top: 1rem;
  }
  .history-wrapper .history-list .history-calendar-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 12rem;
    padding-right: 1rem;
  }
  .history-wrapper .history-list .history-calendar-pin,
  .history-wrapper .history-list .history-calendar-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.4rem;
  }
  .history-wrapper .history-list .history-calendar-pin {
    position: relative;
    margin-left: 2.5rem;
  }
  .history-wrapper .history-list .history-calendar-pin__img {
    width: 4.2rem;
    height: 1.8rem;
  }
  .history-wrapper .history-list .history-calendar-num {
    font-size: 1.8rem;
    line-height: 1.36111111;
  }
}
@media (min-width: 768px) {
  /* =================================================
  *    共通(pc)
  * =============================================== */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .aboutus {
    --inner-width: min(85%, 120rem);
  }
  /* =================================================
  *    リード文(pc)
  * =============================================== */
  .page-lead-text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 7.6rem 1rem 7.3rem;
  }
  /* =================================================
  *    ブランドについて(pc)
  * =============================================== */
  .aboutus-wrapper .aboutus-area {
    padding: 8rem 20rem 8rem 10rem;
  }
  .aboutus-wrapper .aboutus-area + .aboutus-area {
    margin-top: 15.9rem;
  }
  .aboutus-wrapper .aboutus-area:before {
    top: 0;
    right: 0;
    width: 87.5%;
  }
  .aboutus-wrapper .aboutus-box {
    position: relative;
    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;
    max-width: 130rem;
    width: 100%;
  }
  .aboutus-wrapper .aboutus-img {
    width: 80rem;
  }
  .aboutus-wrapper .aboutus-info {
    display: grid;
    place-content: center;
    width: 40rem;
    margin-left: 10rem;
  }
  .aboutus-wrapper .aboutus-info__title {
    font-size: 1.8rem;
    margin-top: -1rem;
  }
  .aboutus-wrapper .aboutus-info__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
  .aboutus-wrapper .aboutus-deco-text {
    bottom: -4rem;
    font-size: 8rem;
    letter-spacing: 0.05em;
    line-height: 0.9375;
  }
  .aboutus-wrapper .aboutus-area--reverse {
    padding: 8rem 10rem 8rem 20rem;
  }
  .aboutus-wrapper .aboutus-area--reverse:before {
    left: 0;
    right: auto;
  }
  .aboutus-wrapper .aboutus-area--reverse .aboutus-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .aboutus-wrapper .aboutus-area--reverse .aboutus-info {
    margin-right: 10rem;
    margin-left: 0;
  }

  .aboutus-info:has(.aboutus-info__block) {
    display: grid;
    grid-gap: 3rem;
  }
  .aboutus-info__block .aboutus-info__text {
    margin-top: 1.1rem;
  }

  /* =================================================
  *    HISTORY(pc)
  * =============================================== */
  .history-wrapper {
    padding-top: 16.3rem;
    padding-bottom: 7.5rem;
  }
  .history-wrapper:before {
    height: 43.4rem;
  }
  .history-wrapper .contents-title__main {
    font-size: 3.4rem;
  }
  .history-wrapper .contents-title__sub {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .history-wrapper .history-list-wrap {
    position: relative;
    width: 120rem;
    margin-inline: auto;
    margin-top: 6.6rem;
  }
  .history-wrapper .history-list-wrap .js-border {
    position: absolute;
    left: 0;
    bottom: 5.3rem;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 3s;
    transition: width 3s;
  }
  .history-wrapper .history-list-wrap .js-border img {
    display: block;
    width: 120rem;
    height: 0.1rem;
  }
  .history-wrapper .history-list-wrap .js-border.active {
    width: 100%;
  }
  .history-wrapper .history-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    width: 100%;
  }
  .history-wrapper .history-list__list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .history-wrapper .history-list .history-list-text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    line-height: 1.5;
  }
  .history-wrapper .history-calendar-wrap {
    position: relative;
    width: 100%;
  }
  .history-wrapper .history-calendar-wrap .history-calendar-pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history-wrapper .history-calendar-wrap .history-calendar-pin img {
    width: 2.4rem;
    height: 7.2rem;
  }
  .history-wrapper .history-calendar-wrap .history-calendar-num {
    font-size: 2rem;
    margin-top: 2.1rem;
  }
}