@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 22%;
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff2");
  font-display: swap;
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff2");
  font-display: swap;
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Akshar";
  src: url("../font/Akshar/Akshar-VariableFont_wght.ttf") format("truetype");
}
.p-mv {
  margin-bottom: 2.6388888889vw;
  position: relative;
}
.p-mv::before {
  content: "";
  display: block;
  width: 24.7222vw;
  height: 58.4722vw;
  background: url("../images/common/mv-frame-left.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::before {
    width: 31.7rem;
    height: 160.2rem;
    background-image: url("../images/common/sp-mv-frame-left.svg");
  }
}
.p-mv::after {
  content: "";
  display: block;
  background: url("../images/common/mv-frame-right.svg") no-repeat center/cover;
  position: absolute;
  width: 6.875vw;
  height: 15.8333vw;
  right: 1.3889vw;
  bottom: 1.0833vw;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::after {
    width: 9.9rem;
    height: 22.89rem;
    right: 3rem;
    bottom: 2.5rem;
    background-image: url("../images/common/sp-mv-frame-right.svg");
  }
}
.p-mv__slider {
  width: 100%;
  height: 100%;
}
.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
  height: 100%;
}
.p-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-mv__slide--child::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
}
@media screen and (max-width: 780px) {
  .p-mv__slide--child::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
  }
}
.p-mv__copy {
  position: absolute;
  top: 53%;
  left: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .p-mv__copy {
    left: 15rem;
  }
}
.p-mv__copy--sub {
  top: 50%;
  left: 17vw;
}
.p-mv__copy--sub .p-mv__title {
  margin-bottom: 2rem;
}
.p-mv__copy--sub .p-mv__title img {
  width: 27.1rem;
}
.p-mv__copy--sub .p-mv__page-title {
  text-align: center;
}
.p-mv__copy--sub .p-mv__page-catch {
  padding-top: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  .p-mv__copy--sub {
    left: 20rem;
    top: 57%;
  }
  .p-mv__copy--sub .p-mv__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-mv__copy--sub .p-mv__title img {
    width: 41.2rem;
  }
  .p-mv__copy--sub .p-mv__page-title {
    text-align: center;
    font-size: 8.576rem;
    margin-left: 0;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1.5rem;
  }
  .p-mv__copy--sub .p-mv__page-catch {
    display: none;
  }
}
.p-mv__title img {
  width: 42.8rem;
}
@media screen and (max-width: 1440px) {
  .p-mv__title img {
    width: 29.722222vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mv__title img {
    width: 55.1rem;
  }
}
.p-mv__page-title {
  color: var(--color-white);
  font-size: 5.7rem;
  font-weight: 300;
  border-top: 1px solid var(--color-white);
}
.p-mv__page-title span {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .p-mv__page-title {
    font-size: 3.9705vw;
  }
}
.p-mv__page-catch {
  color: var(--color-white);
  font-size: 2.38rem;
  font-family: var(--f-serif);
  border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 1440px) {
  .p-mv__page-catch {
    font-size: 1.6581vw;
  }
}
.p-mv__catch {
  position: absolute;
  right: 6vw;
  bottom: 5.7vw;
  font-size: 3.6806vw;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .p-mv {
    margin-bottom: 10.3rem;
  }
  .p-mv__slide img {
    height: 150rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__title {
    top: 49%;
  }
  .p-mv__catch {
    font-size: 4.3rem;
    right: 11rem;
    bottom: 10rem;
  }
}

.c-linking {
  text-align: center;
}
.c-linking-frame-sm .c-linking__inner {
  min-height: 28.3rem;
}
.c-linking-frame-sm .c-linking__inner::before {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-left.svg");
}
.c-linking-frame-sm .c-linking__inner::after {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-right.svg");
}
.c-linking__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 5rem;
  position: relative;
}
.c-linking__inner::before {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-left.svg") no-repeat center left/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-linking__inner::after {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-right.svg") no-repeat center right/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-linking__title {
  font-size: 7rem;
  font-weight: 600;
  font-family: var(--f-roboto);
  color: var(--color-text-gray);
}
.c-linking__lead {
  font-size: 2.2rem;
  font-weight: 600;
}
.c-linking__text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-linking__inner {
    padding: 0 5rem;
  }
  .c-linking__title {
    padding-top: 3rem;
    font-size: 5rem;
  }
  .c-linking__lead {
    font-size: 1.8rem;
  }
  .c-linking__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .c-linking .l-container {
    padding-inline: 0;
  }
  .c-linking-frame-sm .c-linking__inner::before {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-left.svg");
  }
  .c-linking-frame-sm .c-linking__inner::after {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-right.svg");
  }
  .c-linking__inner {
    padding: 0 3rem;
  }
  .c-linking__inner::before {
    background-image: url("../images/top/sp-ill-frame-left.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__inner::after {
    background-image: url("../images/top/sp-ill-frame-right.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__title {
    padding-top: 6rem;
  }
  .c-linking__lead {
    font-size: 4rem;
  }
  .c-linking__text {
    font-size: 3.4rem;
    padding-inline: 3.5rem;
    padding-top: 9rem;
    text-align: left;
    line-height: 1.7647;
  }
}

.c-linking {
  margin: 2rem 0 8rem;
}
.c-linking__title {
  font-size: 5.5rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.c-linking__lead {
  line-height: 2;
}

.c-pagetop {
  margin-top: 11rem;
}

.l-pageframe {
  padding-bottom: 4rem;
}

.l-pageframe__deco--01 {
  top: 21rem;
}
.l-pageframe__deco--02 {
  top: 114rem;
}
.l-pageframe__deco--03 {
  top: 239rem;
}
.l-pageframe__deco--04 {
  top: 328rem;
}

.c-footer {
  margin-top: 0;
}

.p-warehouse-work .l-container {
  max-width: calc(1145px + 6rem);
}
.p-warehouse-work__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 5.5rem;
}
.p-warehouse-work__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.56rem;
  background-image: var(--color-gradation-red);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-warehouse-work__title {
  font-size: 4rem;
  line-height: 1.275;
  padding-bottom: 3rem;
}
.p-warehouse-work__heading-image {
  line-height: 0;
  width: 40.5rem;
  margin-left: auto;
}
.p-warehouse-work__heading-image img {
  height: auto;
}
.p-warehouse-work__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-warehouse-work__tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1.5rem;
}
.p-warehouse-work__tab-button {
  width: 100%;
  background-color: var(--color-light-gray2);
  color: var(--color-gray3);
  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;
  height: 8.6rem;
  border-radius: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-warehouse-work__tab-button span {
  position: relative;
  z-index: 1;
}
.p-warehouse-work__tab-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-image: var(--color-gradation-red);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-warehouse-work__tab-button.is-active {
  color: var(--color-white);
}
.p-warehouse-work__tab-button.is-active::before {
  opacity: 1;
}
.p-warehouse-work__tab-button.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.56rem;
  border-radius: 1rem;
  background-image: var(--color-gradation-red);
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media (hover: hover) {
  .p-warehouse-work__tab-button:hover {
    color: var(--color-white);
    opacity: 1;
  }
  .p-warehouse-work__tab-button:hover::before {
    opacity: 1;
  }
}

@-webkit-keyframes tabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-warehouse-day {
  margin-top: 2.5rem;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.p-warehouse-day.is-active {
  display: block;
  -webkit-animation: tabFadeIn 0.5s ease forwards;
          animation: tabFadeIn 0.5s ease forwards;
}
.p-warehouse-day .l-container-top {
  max-width: calc(1145px + 6rem);
  margin-bottom: 8rem;
}
.p-warehouse-day__topcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  position: relative;
}
.p-warehouse-day__topcontent::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.56rem;
  background-image: var(--color-gradation-red);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-warehouse-day__topimage {
  width: 24.4rem;
  line-height: 0;
}
.p-warehouse-day__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1.5rem;
  margin-left: 3rem;
}
.p-warehouse-day__en {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text-red);
}
.p-warehouse-day__job-title {
  font-size: 3.2rem;
  line-height: 2.125;
  border-bottom: 0.2rem solid var(--color-text-red);
  margin-bottom: 2rem;
}
.p-warehouse-day__description p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-warehouse-day__link {
  width: 19.4rem;
}
.p-warehouse-day__link-button {
  width: 17.4rem;
  line-height: 1.3;
  aspect-ratio: 1/1;
  border-radius: 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;
  -webkit-box-shadow: 0.22753rem 0.22753rem 0.56883rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.22753rem 0.22753rem 0.56883rem rgba(0, 0, 0, 0.2);
  color: var(--color-text-red);
  background-color: var(--color-white);
  text-align: center;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 4.5rem;
}
.p-warehouse-day__link-button::before {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  border-radius: 100%;
  border: 0.2rem solid var(--color-text-red);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-warehouse-day__link-button:hover {
    opacity: 1;
    background-color: var(--color-text-red);
    color: var(--color-white);
  }
  .p-warehouse-day__link-button:hover::before {
    border-color: var(--color-white);
  }
}
.p-warehouse-day__title {
  text-align: center;
  font-size: 3.9rem;
  color: var(--color-text-gray2);
  padding-bottom: 6rem;
  position: relative;
}
.p-warehouse-day__title::after {
  content: "";
  display: block;
  width: 24.4rem;
  height: 4.7rem;
  background: url("../images/works/icn-warehouse-day-arrow.png") no-repeat center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-warehouse-day__timeline {
  position: relative;
  margin-top: -30px;
}
.p-warehouse-day__timeline::before {
  content: "";
  display: block;
  width: 23.5px;
  height: 1630px;
  background: url("../images/works/icn-timeline-dots.png") no-repeat top center/23.5px;
  position: absolute;
  left: 50%;
  top: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-warehouse-day__timeline::after {
  content: "";
  clear: both;
  display: block;
}
.p-warehouse-day-warehouse .p-warehouse-day__item:nth-child(2) {
  margin-bottom: 5rem;
}
.p-warehouse-day-warehouse .p-warehouse-day__item:nth-child(5) {
  margin-top: 9rem;
}
.p-warehouse-day-warehouse .p-warehouse-day__item:nth-child(8) {
  margin-top: 4rem;
}
.p-warehouse-day-warehouse .p-warehouse-day__item:nth-child(9) {
  margin-top: 0.5rem;
}
.p-warehouse-day-forklift .p-warehouse-day__timeline::before {
  height: 1800px;
}
.p-warehouse-day-forklift .p-warehouse-day__item:nth-child(4) {
  margin-top: 24rem;
}
.p-warehouse-day-forklift .p-warehouse-day__item:nth-child(8) {
  margin-top: 18rem;
}
.p-warehouse-day-forklift .p-warehouse-day__item:nth-child(9) {
  margin-top: 2rem;
}
.p-warehouse-day-logistics .p-warehouse-day__timeline::before {
  height: 1869.5px;
}
.p-warehouse-day-logistics .p-warehouse-day__item:nth-child(2) {
  margin-bottom: 4rem;
}
.p-warehouse-day-logistics .p-warehouse-day__item:nth-child(6) {
  margin-top: 22rem;
}
.p-warehouse-day-logistics .p-warehouse-day__item:nth-child(8) {
  margin-top: 17.5rem;
}
.p-warehouse-day-branch .p-warehouse-day__topimage {
  width: 31.4rem;
  margin-left: -7rem;
}
.p-warehouse-day-branch .p-warehouse-day__topimage img {
  width: 100%;
}
.p-warehouse-day-branch .p-warehouse-day__timeline::before {
  height: 1609.5px;
}
.p-warehouse-day-branch .p-warehouse-day__item:nth-child(3) {
  margin-top: 10rem;
}
.p-warehouse-day-branch .p-warehouse-day__item:nth-child(4) {
  margin-top: 6rem;
}
.p-warehouse-day-branch .p-warehouse-day__item:nth-child(5) {
  margin-top: 4rem;
}
.p-warehouse-day-branch .p-warehouse-day__item:nth-child(8) {
  margin-top: 3rem;
}
.p-warehouse-day-customs .p-warehouse-day__timeline::before {
  height: 1839.5px;
}
.p-warehouse-day-customs .p-warehouse-day__item:nth-child(4) {
  margin-top: 16.7rem;
}
.p-warehouse-day-customs .p-warehouse-day__item:nth-child(8) {
  margin-top: 10rem;
}
.p-warehouse-day-customs .p-warehouse-day__item:nth-child(9) {
  margin-top: 1.7rem;
}
.p-warehouse-day__item {
  width: 461px;
  margin-bottom: 6rem;
}
.p-warehouse-day__item:last-child {
  margin-bottom: 0;
}
.p-warehouse-day__item--left {
  float: left;
}
.p-warehouse-day__item--left .p-warehouse-day__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-warehouse-day__item--left .p-warehouse-day__item-title {
  margin-left: 0;
  margin-right: -1.5rem;
  border-radius: 1rem 0 0 0;
  text-align: right;
  padding-left: 1.5rem;
}
.p-warehouse-day__item--left .p-warehouse-day__text {
  position: relative;
}
.p-warehouse-day__item--left .p-warehouse-day__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 2.8rem solid var(--color-text-red);
  border-right: 0;
  position: absolute;
  top: 4rem;
  right: -4rem;
}
.p-warehouse-day__item--left .p-warehouse-day__text::before {
  right: -10.4rem;
}
.p-warehouse-day__item--right {
  float: right;
}
.p-warehouse-day__item--right .p-warehouse-day__text {
  position: relative;
}
.p-warehouse-day__item--right .p-warehouse-day__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-right: 2.8rem solid var(--color-text-red);
  border-left: 0;
  position: absolute;
  top: 4rem;
  left: -4rem;
}
.p-warehouse-day__item--right .p-warehouse-day__text::before {
  left: -10.4rem;
}
.p-warehouse-day__item--point .p-warehouse-day__text {
  position: relative;
}
.p-warehouse-day__item--point .p-warehouse-day__text::before {
  content: "";
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-color: var(--color-text-red);
  border-radius: 100%;
  position: absolute;
  top: 5rem;
}
.p-warehouse-day__image {
  line-height: 0;
  text-align: center;
}
.p-warehouse-day__image--sunline {
  position: relative;
}
.p-warehouse-day__image--sunline::before {
  content: "";
  display: block;
  width: 45rem;
  aspect-ratio: 1/1;
  background: url("../images/works/ill-sunline.png") no-repeat center/100% 100%;
  position: absolute;
  top: -4rem;
  left: 0.5rem;
  z-index: -1;
}
.p-warehouse-day__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
  margin-right: 1rem;
  margin-bottom: -2.5rem;
}
.p-warehouse-day__time {
  background-color: var(--color-gray4);
  color: var(--color-white);
  text-align: center;
  width: 10.7rem;
  padding: 1rem 0 3rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.p-warehouse-day__item-title {
  background-image: var(--color-gradation-red);
  color: var(--color-white);
  padding: 1rem 3rem 1.5rem;
  border-radius: 0 1rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 500;
  margin-left: -1.5rem;
  line-height: 1.2;
}
.p-warehouse-day__text {
  background: url("../images/works/bg-warehouse-day-text.png") no-repeat center/100% 100%;
  position: relative;
  z-index: 1;
  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;
  padding: 3rem 4rem 5rem 3rem;
  min-height: 14.5rem;
}
.p-warehouse-day__text p {
  font-weight: 600;
  line-height: 1.3125;
}
.p-warehouse-day__arrow {
  width: 24.4rem;
  height: 4.7rem;
  background: url("../images/works/icn-warehouse-day-arrow.png") no-repeat center/100% 100%;
  margin: 6rem auto 0;
}
.p-warehouse-day__reward {
  background: url("../images/works/bg-warehouse-day-reward.png") no-repeat center/100% 100%;
  position: relative;
  margin: 9rem 1rem 0;
}
.p-warehouse-day__reward-content {
  min-height: 13.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-warehouse-day__reward-heading {
  width: 28.5rem;
  padding: 2rem 1rem 2rem 3.5rem;
  position: relative;
}
.p-warehouse-day__reward-heading::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 9.2rem;
  background-color: var(--color-text-red);
  position: absolute;
  right: 0;
  top: 0;
}
.p-warehouse-day__reward-title {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-warehouse-day__reward-title::before {
  content: "●";
  display: block;
  font-size: 1.1em;
  color: var(--color-text-red);
}
.p-warehouse-day__reward-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30rem 0 2rem;
}
.p-warehouse-day__reward-text p {
  line-height: 1.5;
  font-weight: 600;
}
.p-warehouse-day__reward-image {
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
}
.p-warehouse-day__reward-image::before {
  content: "";
  display: block;
  width: 9.2rem;
  height: 7.95rem;
  background: url("../images/works/ill-reward-image.png") no-repeat center/100% 100%;
  position: absolute;
  top: -8rem;
  right: -7rem;
}
@media screen and (min-width: 781px) and (max-width: 1200px) {
  .p-warehouse-day__timeline::before {
    content: none;
  }
  .p-warehouse-day__item--point .p-warehouse-day__text::before {
    content: none;
  }
  .p-warehouse-day__item--right .p-warehouse-day__text::after {
    content: none;
  }
  .p-warehouse-day__item--left .p-warehouse-day__text::after {
    content: none;
  }
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .p-warehouse-day__reward-text {
    padding: 2rem;
  }
  .p-warehouse-day__reward-image {
    display: none;
  }
  .p-warehouse-work__tab-list {
    gap: 1rem;
  }
  .p-warehouse-work__tab-button {
    font-size: 1.4rem;
  }
  .p-warehouse-day__body {
    padding-bottom: 11.5rem;
  }
  .p-warehouse-day__link {
    position: absolute;
    bottom: -12rem;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  body::before, body::after {
    content: none;
  }
  .c-linking {
    margin: 2rem 0 11.5rem;
  }
  .c-linking__inner {
    padding: 0;
  }
  .c-linking__content {
    padding-top: 0;
  }
  .c-linking__title {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .c-linking__lead {
    font-size: 2.5rem;
    line-height: 1.76;
  }
  .l-pageframe__deco {
    z-index: -1;
  }
  .l-pageframe__deco--01 {
    top: 131rem;
  }
  .c-pagetop {
    margin-top: 6.5rem;
  }
  .p-warehouse-work__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
  }
  .p-warehouse-work__heading::after {
    height: 0.688rem;
  }
  .p-warehouse-work__heading-image {
    margin-right: auto;
    width: 38.7rem;
  }
  .p-warehouse-work__title {
    text-align: center;
    font-size: 4.4rem;
    padding-bottom: 2rem;
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
  .p-warehouse-work__tabs {
    margin-bottom: 6.5rem;
  }
  .p-warehouse-work__tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .p-warehouse-work__tab-item {
    width: calc(50% - 1rem);
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-bottom: 0;
  }
  .p-warehouse-work__tab-button {
    height: 10.4rem;
    font-size: 2.9rem;
  }
  .p-warehouse-work__tab-button.is-active::after {
    content: none;
  }
  .p-warehouse-day__topcontent {
    gap: 4.5rem;
  }
  .p-warehouse-day__link {
    position: absolute;
    right: -0.75rem;
    bottom: -8rem;
    z-index: 1;
    width: 21.1rem;
  }
  .p-warehouse-day__link-button {
    width: 21.1rem;
    font-size: 1.968rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .p-warehouse-day__en {
    font-size: 2.9rem;
    margin-bottom: 1rem;
  }
  .p-warehouse-day__job-title {
    font-size: 3.3rem;
    line-height: 1.3;
    padding-bottom: 1rem;
  }
  .p-warehouse-day__description p {
    font-size: 1.9rem;
    line-height: 1.526;
  }
  .p-warehouse-day__body {
    padding-bottom: 15rem;
    margin-left: 0;
  }
  .p-warehouse-day__topimage {
    width: 27.2rem;
    margin-left: -1rem;
  }
  .p-warehouse-day__topimage img {
    width: 100%;
  }
  .p-warehouse-day__title {
    font-size: 2.6rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
  .p-warehouse-day__title::after {
    width: 16rem;
    height: 3.1rem;
  }
  .p-warehouse-day__timeline {
    margin-top: 0;
  }
  .p-warehouse-day__heading {
    margin-left: 1.5rem;
    margin-bottom: -3rem;
  }
  .p-warehouse-day__item {
    width: 55.7rem;
    margin: 0 auto 12rem;
  }
  .p-warehouse-day__item:last-child .p-warehouse-day__text::after {
    content: none;
  }
  .p-warehouse-day__item--left {
    float: none;
  }
  .p-warehouse-day__item--left .p-warehouse-day__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-warehouse-day__item--left .p-warehouse-day__item-title {
    margin-right: 0;
    margin-left: -1.5rem;
    text-align: left;
    border-radius: 0 1rem 0 0;
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
  .p-warehouse-day__item--left .p-warehouse-day__text::after {
    position: absolute;
    top: inherit;
    right: inherit;
    left: 48%;
    bottom: -4.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: none;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3.3rem solid var(--color-text-red);
  }
  .p-warehouse-day__item--right {
    float: none;
  }
  .p-warehouse-day__item--right .p-warehouse-day__text::after {
    position: absolute;
    top: inherit;
    left: 48%;
    bottom: -4.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: none;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3.3rem solid var(--color-text-red);
  }
  .p-warehouse-day__item--point .p-warehouse-day__text::before {
    content: none;
  }
  .p-warehouse-day__item-title {
    font-size: 2.4rem;
  }
  .p-warehouse-day__timeline::before {
    content: none;
  }
  .p-warehouse-day__image--sunline::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-warehouse-day__time {
    font-size: 2.4rem;
    width: 13rem;
    padding: 1rem 0 4rem;
  }
  .p-warehouse-day__text {
    min-height: 17.5rem;
  }
  .p-warehouse-day__text p {
    font-size: 1.942rem;
  }
  .p-warehouse-day__image img {
    width: 44.3rem;
    height: auto;
  }
  .p-warehouse-day__image--sunline::before {
    width: 54rem;
  }
  .p-warehouse-day__arrow {
    width: 16rem;
    height: 3.1rem;
    margin-top: 12rem;
  }
  .p-warehouse-day__reward {
    margin: 5.5rem 0 0;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
  .p-warehouse-day__reward::before {
    content: "";
    display: block;
    width: 6.2rem;
    height: 5.3rem;
    background: url(../images/works/ill-reward-image.png) no-repeat center/100% 100%;
    position: absolute;
    top: -8rem;
    right: -2.5rem;
  }
  .p-warehouse-day__reward-title {
    font-size: 2.1rem;
  }
  .p-warehouse-day__reward-heading {
    width: 18.5rem;
    padding: 2rem 1rem 2rem 2rem;
  }
  .p-warehouse-day__reward-text {
    padding: 1rem 2.5rem;
  }
  .p-warehouse-day__reward-text p {
    font-size: 1.942rem;
  }
  .p-warehouse-day__reward-image {
    display: none;
  }
  .p-warehouse-day__reward-content {
    min-height: 14.9rem;
  }
}