@charset "UTF-8";
/* animation
----------------------------------------- */
.inview {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.inview.is-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.smoothText {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smoothText .text {
  display: inline-block;
  white-space: pre-wrap;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.smoothText span {
  display: block;
}
.smoothText.is-anim .text {
  -webkit-animation: showText 0.7s cubic-bezier(0.19, 1, 0.22, 1.1) forwards;
          animation: showText 0.7s cubic-bezier(0.19, 1, 0.22, 1.1) forwards;
}
.smoothText.is-anim .text:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.smoothText.is-anim .text:nth-child(2) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.smoothText.is-anim .text:nth-child(3) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.smoothText.is-anim .text:nth-child(4) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.smoothText.is-anim .text:nth-child(5) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.smoothText.is-anim .text:nth-child(6) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.smoothText.is-anim .text:nth-child(7) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.smoothText.is-anim .text:nth-child(8) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.smoothText.is-anim .text:nth-child(9) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.smoothText.is-anim .text:nth-child(10) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.smoothText.is-anim .text:nth-child(11) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.smoothText.is-anim .text:nth-child(12) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.smoothText.is-anim .text:nth-child(13) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.smoothText.is-anim .text:nth-child(14) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.smoothText.is-anim .text:nth-child(15) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.smoothText.is-anim .text:nth-child(16) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.smoothText.is-anim .text:nth-child(17) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.smoothText.is-anim .text:nth-child(18) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.smoothText.is-anim .text:nth-child(19) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.smoothText.is-anim .text:nth-child(20) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.smoothText.is-anim .text:nth-child(21) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.smoothText.is-anim .text:nth-child(22) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.smoothText.is-anim .text:nth-child(23) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.smoothText.is-anim .text:nth-child(24) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.smoothText.is-anim .text:nth-child(25) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

@-webkit-keyframes showText {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes showText {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.textUp {
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.32, 1);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.textUp.is-anim {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.popShow {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  -webkit-transform: translateY(20%) scale(0.6);
          transform: translateY(20%) scale(0.6);
}
.popShow.is-anim {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.popShowLogo {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  -webkit-transform: translateY(20%) scale(0.6);
          transform: translateY(20%) scale(0.6);
}
.popShowLogo.is-anim {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.cardShow {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.cardShow:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cardShow:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.cardShow:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.cardShow:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.cardShow:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.cardShow:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.cardShow:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.cardShow:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.cardShow:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.cardShow:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.cardShow.is-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* btn
----------------------------------------- */
.c-btn {
  position: relative;
  color: #e2258f;
  white-space: nowrap;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-btn {
    font-size: max(1.2rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.c-btn span {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 0 0 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-btn span {
    width: 5rem;
    height: 5rem;
    margin: 0 0 0 1rem;
  }
}
.c-btn span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../images/common/btn_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn span svg {
  width: 100%;
  width: 8rem;
  height: 8rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-btn span svg {
    width: 5rem;
    height: 5rem;
  }
}
.c-btn span svg circle {
  fill: transparent;
  stroke: #e2258f;
  stroke-width: 2;
}
.c-btn:hover span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.c-btn.white {
  color: #fff;
}
.c-btn.white span::before {
  background-image: url(../images/common/btn_arrow_white.svg);
}
.c-btn.white span svg circle {
  stroke: #fff;
}
.c-btn.small span {
  width: 4.5rem;
  height: 4.5rem;
}
.c-btn.small span svg {
  width: 4.5rem;
  height: 4.5rem;
}
.c-btn.small span::before {
  width: 0.67rem;
  height: 1rem;
}
.c-btn.medium span {
  width: 5rem;
  height: 5rem;
}
.c-btn.medium span svg {
  width: 5rem;
  height: 5rem;
}
.c-btn.medium span::before {
  width: 0.67rem;
  height: 1rem;
}
.c-btn.black {
  color: #252525;
}
.c-btn.black span::before {
  background-image: url(../images/common/btn_arrow_black.svg);
}
.c-btn.black span svg circle {
  stroke: #252525;
}
.c-btn.next span:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.c-btn.rectangle {
  text-decoration: none;
  color: currentColor;
  border: 1px solid #bebebe;
  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;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .c-btn.rectangle {
    padding: 2.1rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-btn.rectangle {
    padding: 1.4rem;
  }
}

/* breadcrumbs
----------------------------------------- */
.c-breadcrumbs {
  position: relative;
  z-index: 3;
  padding: 3.4rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs .l-container {
    max-width: 1400px;
    padding: 0 5rem;
  }
}
.c-breadcrumbs.-case-details {
  padding: 1.9rem 0;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs.-case-details {
    padding: 2.95rem 0;
  }
}
.c-breadcrumbs.-case-details .c-breadcrumbs__list {
  display: unset;
}
.c-breadcrumbs.-case-details .c-breadcrumbs__list .c-breadcrumbs__item {
  display: unset;
}
.c-breadcrumbs.-case-details .c-breadcrumbs__list .c-breadcrumbs__item .c-breadcrumbs__link {
  display: unset;
}
.c-breadcrumbs.-case-details .c-breadcrumbs__list .c-breadcrumbs__item .c-breadcrumbs__link[aria-current=page] {
  font-size: max(1.3rem, 12px);
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.01em;
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-breadcrumbs__item:not(:first-child)::before {
  margin: 0 0.5rem;
  content: "-";
  font-size: max(1.3rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.c-breadcrumbs__link {
  display: block;
  text-decoration: underline !important;
  font-size: max(1.3rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.c-breadcrumbs__link[aria-current=page] {
  color: #bebebe;
  text-decoration: none !important;
}

/* banner
----------------------------------------- */
.c-contact-banner {
  background-color: #252525;
  color: #fff;
}

.c-contact-banner__link {
  padding: 2.7rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-contact-banner__link {
    padding: 5.6rem 5rem 5.6rem 7.2rem;
  }
}
.c-contact-banner__link:hover .c-contact-banner__circle svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media screen and (min-width: 769px) {
  .c-contact-banner__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-contact-banner__title {
  margin: 0 0 1.95rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .c-contact-banner__title {
    margin: 0 5.4rem 1.4rem 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.c-contact-banner__title span {
  display: block;
  margin: 0.6rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .c-contact-banner__title span {
    margin: 1.4rem 0 0;
  }
}

.c-contact-banner__text {
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .c-contact-banner__text {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

.c-contact-banner__circle {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (min-width: 769px) {
  .c-contact-banner__circle {
    width: 8rem;
    height: 8rem;
  }
}
.c-contact-banner__circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../images/common/btn_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-contact-banner__circle svg {
  width: 100%;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .c-contact-banner__circle svg {
    width: 8rem;
    height: 8rem;
  }
}
.c-contact-banner__circle svg circle {
  fill: transparent;
  stroke: #e2258f;
  stroke-width: 2;
}

/* indicator
----------------------------------------- */
.c-indicator__line {
  position: relative;
  margin: 4.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-indicator__lineWrap {
  position: absolute;
  width: 100%;
  height: 0.1rem;
  margin: 4.2rem 0;
  background-color: #bebebe;
}
.c-indicator__lineWrap .c-indicator__lineExpand {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0;
}
.c-indicator__lineWrap .c-indicator__lineExpand.is-anim {
  background: #e2258f;
  -webkit-animation: lineExpand 1.2s 0s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards;
          animation: lineExpand 1.2s 0s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards;
}

@-webkit-keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-indicator__block {
  position: relative;
  display: block;
  width: 25%;
}
.c-indicator__block .c-indicator__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #bebebe;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .c-indicator__block .c-indicator__circle {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.c-indicator__block .c-indicator__circle.is-anim {
  background-color: #e2258f;
}

/* modal
----------------------------------------- */
.c-modal__wrap:not(:last-child) {
  margin: 0 0 3.2rem 0;
}

.c-modal__openInner {
  padding: 6rem;
  background-color: #e8fdf5;
}
.c-modal__openInner.pink {
  background-color: #fef0f0;
}

.c-modal__open {
  display: block;
  width: 15rem;
  margin: 0 auto;
  padding: 1.6rem 1.2rem;
  border-radius: 0.4rem;
  background-color: #137752;
  color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-modal__open.pink {
  background-color: #f26e6e;
}
.c-modal__open:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-modal__close {
  width: 7rem;
  padding: 1rem 1.2rem;
  border-radius: 0.4rem;
  background-color: #bfdcff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
.c-modal__close:hover {
  opacity: 0.7;
}

.c-modal__closeIcon {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
}
.c-modal__closeIcon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 1px;
  background-color: #000;
  content: "";
  -webkit-transform: rotateZ(45deg) translate(0%, -50%);
          transform: rotateZ(45deg) translate(0%, -50%);
}
.c-modal__closeIcon::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 1px;
  background-color: #000;
  content: "";
  -webkit-transform: rotateZ(-45deg) translate(0%, -50%);
          transform: rotateZ(-45deg) translate(0%, -50%);
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal {
  display: none;
}
.c-modal.is-open {
  display: block;
}
.c-modal .c-modal__overlay,
.c-modal .c-modal__container {
  will-change: transform;
}
.c-modal[aria-hidden=false] .c-modal__overlay {
  -webkit-animation: overlayFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: overlayFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=false] .c-modal__container {
  -webkit-animation: containerFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: containerFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__overlay {
  -webkit-animation: overlayFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: overlayFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__container {
  -webkit-animation: containerFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: containerFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes overlayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes overlayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes containerFadeIn {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes containerFadeIn {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes containerFadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes containerFadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.c-modal__container {
  overflow-y: auto;
  width: 32rem;
  padding: 3rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) {
  .c-modal__container {
    width: 50rem;
  }
}
.c-modal__container.green {
  background-color: #e8fdf5;
}
.c-modal__container.pink {
  background-color: #fef0f0;
}

.c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal__content {
  margin: 2.4rem 0;
}

.c-modal__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.c-modal__text:not(:last-child) {
  margin: 0 0 1.4rem 0;
}

.c-modal__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
}

/* line
----------------------------------------- */
.c-line {
  display: block;
  width: 4.5rem;
  height: 4.1rem;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .c-line {
    width: 7.7rem;
    height: 7.1rem;
  }
}
.c-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-animation: lineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-animation: lineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.c-line.is-anim:before {
  -webkit-transform: translate3d(50%, 0, 0) translate(-50%, 0%);
          transform: translate3d(50%, 0, 0) translate(-50%, 0%);
}

@-webkit-keyframes lineVertical {
  from {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0) scale(1);
            transform: translate3d(0, -30%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10%, 0) scale(1);
            transform: translate3d(0, -10%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(11%, rgba(255, 255, 255, 0.85)), color-stop(76%, rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 11%, rgba(255, 255, 255, 0.66) 76%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes lineVertical {
  from {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0) scale(1);
            transform: translate3d(0, -30%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10%, 0) scale(1);
            transform: translate3d(0, -10%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(11%, rgba(255, 255, 255, 0.85)), color-stop(76%, rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 11%, rgba(255, 255, 255, 0.66) 76%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes lineHorizontal {
  from {
    background: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(11%, rgba(255, 255, 255, 0.85)), color-stop(76%, rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 11%, rgba(255, 255, 255, 0.66) 76%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes lineHorizontal {
  from {
    background: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(11%, rgba(255, 255, 255, 0.85)), color-stop(76%, rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 11%, rgba(255, 255, 255, 0.66) 76%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
/* pagination
----------------------------------------- */
.c-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__numbers {
  position: relative;
  display: block;
  margin: 0 1.6rem;
  font-family: "Inter", sans-serif;
  font-size: max(1.7rem, 12px);
  font-weight: 400;
  line-height: 1.1764705882;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .c-pagination__numbers {
    margin: 0 1.9rem;
  }
}
.c-pagination__numbers.-current {
  margin: 0 2.6rem;
}
@media screen and (min-width: 769px) {
  .c-pagination__numbers.-current {
    margin: 0 2.9rem;
  }
}
.c-pagination__numbers.-current::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0 1.45rem;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination__numbers.-ellipsis {
  margin: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-pagination__numbers.-ellipsis {
    margin: 0 1.6rem;
  }
}

.c-pagination__arrow {
  position: relative;
  color: #bebebe;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.8rem, 12px);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
}
.c-pagination__arrow::before {
  position: absolute;
  top: calc(50% - 0.35rem);
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.c-pagination__arrow::after {
  position: absolute;
  display: block;
  width: calc(100% - 2.8rem);
  height: 0.1rem;
  background-color: #252525;
  content: "";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.c-pagination__arrow.-prev {
  margin: 0 1.8rem 0 0;
  padding: 0 2.8rem 0.6rem 0;
}
@media screen and (min-width: 769px) {
  .c-pagination__arrow.-prev {
    margin: 0 3.4rem 0 0;
  }
}
.c-pagination__arrow.-prev::before {
  right: 0;
  background-image: url(../images/case/pagination_prev_arrow.svg);
}
.c-pagination__arrow.-prev:after {
  bottom: 0;
  left: 0;
}
.c-pagination__arrow.-prev:hover::before {
  background-image: url(../images/case/pagination_prev_arrow_black.svg);
}
.c-pagination__arrow.-next {
  margin: 0 0 0 1.2rem;
  padding: 0 0 0.6rem 2.8rem;
}
@media screen and (min-width: 769px) {
  .c-pagination__arrow.-next {
    margin: 0 0 0 3rem;
  }
}
.c-pagination__arrow.-next::before {
  left: 0;
  background-image: url(../images/case/pagination_next_arrow.svg);
}
.c-pagination__arrow.-next:after {
  right: 0;
  bottom: 0;
}
.c-pagination__arrow.-next:hover::before {
  background-image: url(../images/case/pagination_next_arrow_black.svg);
}
.c-pagination__arrow:hover {
  color: #252525;
}
.c-pagination__arrow:hover:after {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-pagination-detail {
  position: relative;
  padding: 5.85rem 0 3.6rem;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail {
    margin: 14rem 0 0;
    padding: 8rem 0 10rem;
  }
}
.c-pagination-detail::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 4rem);
  max-width: 1200px;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .c-pagination-detail::before {
    width: calc(100% - 16rem);
  }
}
.c-pagination-detail::after {
  max-width: 1200px;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 16rem);
    height: 0.1rem;
    background-color: #bebebe;
    content: "";
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.c-pagination-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination-detail__link {
  display: block;
  width: 46.57%;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__link {
    width: 46.25%;
  }
}
.c-pagination-detail__link .c-pagination-detail__arrow {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.c-pagination-detail__link .c-pagination-detail__arrow::before {
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}
.c-pagination-detail__link:not(:last-child) {
  margin: 0 6.86% 0 0;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__link:not(:last-child) {
    margin: 0 7.5% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__link.-prev .c-pagination-detail__linkWrap {
    padding: 0 0 0 5rem;
  }
}
.c-pagination-detail__link.-prev .c-pagination-detail__arrow {
  padding: 0 2.8rem 0 0;
}
.c-pagination-detail__link.-prev .c-pagination-detail__arrow::before {
  right: 0;
  background-image: url(../images/case/pagination_prev_arrow_black.svg);
}
.c-pagination-detail__link.-next {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__link.-next .c-pagination-detail__linkWrap {
    padding: 0 5rem 0 0;
  }
}
.c-pagination-detail__link.-next .c-pagination-detail__arrow {
  padding: 0 0 0 2.8rem;
}
.c-pagination-detail__link.-next .c-pagination-detail__arrow::before {
  left: 0;
  background-image: url(../images/case/pagination_next_arrow_black.svg);
}
.c-pagination-detail__link.-next .c-pagination-detail__linkWrap {
  text-align: left;
}
.c-pagination-detail__link:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-pagination-detail__link:hover.-next .c-pagination-detail__arrow::before {
  background-image: url(../images/case/pagination_next_arrow_pink.svg);
}
.c-pagination-detail__link:hover.-prev .c-pagination-detail__arrow::before {
  background-image: url(../images/case/pagination_prev_arrow_pink.svg);
}
.c-pagination-detail__link:hover .c-pagination-detail__arrow {
  color: #e2258f;
}
.c-pagination-detail__link:hover .c-pagination-detail__title {
  color: #e2258f;
}
.c-pagination-detail__link:hover .line-bottom {
  z-index: 1;
}
.c-pagination-detail__link:hover .line-bottom::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-pagination-detail__link:hover .line-bottom::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-pagination-detail__arrow {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
}
.c-pagination-detail__arrow::before {
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.c-pagination-detail__linkWrap {
  margin: 1.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__linkWrap {
    margin: 3.8rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-pagination-detail__linkWrap figure {
  margin: 0 0 1.5rem 0;
  position: relative;
  overflow: hidden;
}
.c-pagination-detail__linkWrap figure::before {
  display: block;
  padding-top: 68.1%;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__linkWrap figure {
    width: 42.574%;
    margin: 0 3.96% 0 0;
    position: relative;
    overflow: hidden;
  }
  .c-pagination-detail__linkWrap figure::before {
    display: block;
    padding-top: 66.51%;
    content: "";
  }
}
.c-pagination-detail__linkWrap figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .c-pagination-detail__data {
    width: 53.466%;
  }
}

.c-pagination-detail__dataHead {
  position: relative;
  margin: 0 0 1.1rem 0;
  padding: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__dataHead {
    margin: 0 0 2.7rem 0;
    padding: 0 0 3rem 0;
  }
}
.c-pagination-detail__dataHead .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 9.1rem;
  height: 0.1rem;
  background-color: #e2258f;
}
.c-pagination-detail__dataHead .line-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.c-pagination-detail__dataHead .line-bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.c-pagination-detail__dataTag {
  display: block;
  padding: 0.3rem 1rem;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-pagination-detail__dataTag {
    padding: 0.3rem 0.8rem;
  }
}

.c-pagination-detail__date {
  display: block;
  margin: 0 0 0 0.8rem;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__date {
    margin: 0 0 0 1.6rem;
  }
}

.c-pagination-detail__title {
  width: 95%;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .c-pagination-detail__title {
    width: 100%;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

/* btn
----------------------------------------- */
.c-fixed-cta {
  position: fixed;
  top: auto;
  right: auto;
  left: 50%;
  bottom: 3dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  color: #e2258f;
  white-space: nowrap;
  background: transparent;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .c-fixed-cta {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50dvh;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: max(1.2rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.c-fixed-cta.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-fixed-cta a {
  background: #e2258f;
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 2.5rem 0 2.5rem 6.3rem;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 34rem;
}
@media screen and (min-width: 769px) {
  .c-fixed-cta a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 34rem;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.5rem;
    width: auto;
  }
}
.c-fixed-cta a:hover {
  background: #252525;
}
.c-fixed-cta a:hover span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.c-fixed-cta span {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}
.c-fixed-cta span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../images/common/btn_arrow_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-fixed-cta span svg {
  width: 100%;
  width: 4rem;
  height: 4rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-fixed-cta span svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
}

/* slick
----------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol li,
ul li {
  list-style: none;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

br {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.sr-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
  clip: rect(1px, 1px, 1px, 1px);
}

input,
select,
label {
  vertical-align: middle;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
}

textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  resize: none;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  height: 100%;
  color: #252525;
  counter-reset: number 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.15;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-active {
  overflow: hidden;
}

.home .wrap,
.access .wrap,
.company .wrap,
.contact .wrap,
.history .wrap,
.uniform .wrap {
  overflow-x: unset;
}

.wrap {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: 0;
}

*:focus-visible {
  outline: none;
}
@media screen and (min-width: 769px) {
  *:focus-visible {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color;
  }
}

/* container
----------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 0 8rem;
  }
}
.l-container.w1100 {
  max-width: 1260px;
}
.l-container.w1000 {
  max-width: 1160px;
}

/* footer
----------------------------------------- */
.l-footer {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  background-color: #252525;
}
.l-footer .l-container {
  padding: 0 1.2rem;
}
@media screen and (min-width: 370px) and (max-width: 768px) {
  .l-footer .l-container {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .l-container {
    padding: 0 8rem;
  }
}

.l-footer__head {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .l-footer__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-footer__headBlock {
  overflow: hidden;
}
.l-footer__headBlock:first-child .l-footer__headLink {
  padding: 7.2rem 6.9444444444vw 6.5rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__headBlock:first-child .l-footer__headLink {
    padding: 15rem 5rem 15.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:first-child .l-footer__headLink {
    padding: 12.4rem 3rem 11.9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:first-child .l-footer__headArrow {
    margin: -2rem 0 0;
  }
}
.l-footer__headBlock:nth-child(2) .l-footer__headLink {
  padding: 6.4rem 6.9444444444vw 9.5rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__headBlock:nth-child(2) .l-footer__headLink {
    padding: 15.2rem 5rem 17.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:nth-child(2) .l-footer__headLink {
    padding: 12rem 3rem 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__headBlock:nth-child(2) .l-footer__headArrow {
    translate: 0 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:nth-child(2) .l-footer__headArrow {
    translate: 0 -0.8rem;
  }
}
.l-footer__headBlock:last-child .l-footer__headLink {
  padding: 7.2rem 6.9444444444vw 6.5rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__headBlock:last-child .l-footer__headLink {
    padding: 15rem 5rem 15.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:last-child .l-footer__headLink {
    padding: 12.4rem 3rem 11.9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:last-child .l-footer__headArrow {
    margin: -2rem 0 0;
  }
}
.l-footer__headBlock:last-child .l-footer__headDesc {
  margin-right: 8rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__headBlock:last-child .l-footer__headDesc {
    margin: 0 10rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headBlock:last-child .l-footer__headDesc {
    margin: 0 0.8rem 0 0;
  }
}
.l-footer__headBlock:last-child img {
  scale: 1.01;
}
.l-footer__headLink {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-footer__headLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__headLink:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.l-footer__headLink:hover .c-btn span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.l-footer__headLink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes hoverLinkImg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes hoverLinkImg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__headArrow .c-btn span svg circle {
    stroke-width: 1;
  }
}

.l-footer__headDesc {
  position: relative;
  z-index: 1;
  margin: 0 5.5555555556vw 0 0;
}
@media screen and (min-width: 1025px) {
  .l-footer__headDesc {
    margin: 0 2.8rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headDesc {
    margin: 0 0.8rem 0 0;
    width: 70%;
  }
}

.l-footer__headTitle {
  margin: 0 0 2.2rem 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .l-footer__headTitle {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__headTitle {
    margin: 0 0 4.8rem 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.0909090909;
    letter-spacing: 0em;
  }
}
.l-footer__headTitle span {
  display: block;
  margin: 1rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .l-footer__headTitle span {
    margin: 1.4rem 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
.l-footer__headTitle .md {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__headTitle .md {
    display: block;
  }
}

.l-footer__headText {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__headText {
    white-space: nowrap;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: max(1.6rem, 11px);
    line-height: 1.375;
  }
}
.l-footer__headText .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-footer__headText .pc {
    display: block;
  }
}

.l-footer__headArrow .c-btn span {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-footer__headArrow .c-btn span {
    width: 8rem;
    height: 8rem;
  }
}
.l-footer__headArrow .c-btn span::before {
  width: 0.7rem;
  height: 1.1rem;
}
@media screen and (min-width: 769px) {
  .l-footer__headArrow .c-btn span::before {
    width: 0.8rem;
    height: 1.2rem;
  }
}
.l-footer__headArrow .c-btn span svg {
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.15, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.15, 1);
}
@media screen and (min-width: 769px) {
  .l-footer__headArrow .c-btn span svg {
    width: 8rem;
    height: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding: 8rem 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__main {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__main {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__main .c-btn__wrap {
  margin: 0.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-footer__main .c-btn__wrap {
    display: none;
  }
}
.l-footer__main .c-btn__wrap .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__main .c-btn__wrap .c-btn.small span {
  width: 4.5rem;
  height: 4.5rem;
}
.l-footer__main .c-btn__wrap .c-btn.small span::before {
  width: 0.7rem;
  height: 1.1rem;
}

.l-footer__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__navWrap {
    display: block;
  }
}
.l-footer__navWrap.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__navWrap.bottom .l-footer__nav {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__navWrap.bottom .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__navWrap.bottom .l-footer__nav {
    display: block;
  }
}
.l-footer__navWrap.bottom .l-footer__nav .l-footer__navList {
  width: 48%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__navWrap.bottom .l-footer__nav .l-footer__navList {
    width: 32%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__navWrap.bottom .l-footer__nav .l-footer__navList {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .l-footer__navWrap.bottom .l-footer__nav .l-footer__navList:not(:last-child) {
    margin: 0 0 3.2rem 0;
  }
}

.l-footer__nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    display: block;
    width: 100%;
    margin: 0 2.1rem 0 0;
  }
}
.l-footer__navList {
  margin: 0 0 2.65rem 0;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__navList {
    width: 32%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__navList {
    width: 100%;
    margin: 0 0 3.65rem 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-footer__navList:not(:last-child) {
    margin: 0 0 3.2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__navList:not(:last-child) {
    margin: 0 0 3.65rem 0;
  }
}

.l-footer__navHead {
  position: relative;
  padding: 0 0 0 1.7rem;
  color: #fff;
  white-space: nowrap;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.l-footer__navHead::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.l-footer__subNav {
  margin: 1.1rem 0 0;
  padding: 0 0 0 1.7rem;
}
@media screen and (min-width: 769px) {
  .l-footer__subNav {
    margin: 1.35rem 0 0;
  }
}

.l-footer__link {
  color: #838383;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .l-footer__link {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5384615385;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__link {
    font-size: max(1.3rem, 12px);
  }
}
.l-footer__link.-newline {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .l-footer__link.-newline {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5384615385;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__link.-newline {
    font-size: max(1.3rem, 12px);
  }
}

.l-footer__company {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 6rem 0 2.4rem;
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  .l-footer__company {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #252525;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__company .c-btn__wrap .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-footer__logo {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    text-align: right;
  }
}
.l-footer__logo img {
  width: 8rem;
  height: 3.7rem;
}
@media screen and (min-width: 769px) {
  .l-footer__logo img {
    width: 10.8rem;
    height: 5rem;
  }
}

.l-footer__social {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__social {
    margin: 4rem -1.3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-footer__socialItem {
  margin: 0 1.35rem;
}
@media screen and (min-width: 769px) {
  .l-footer__socialItem {
    margin: 0 1.3rem;
  }
}

.l-footer__socialLink img {
  vertical-align: middle;
}
.l-footer__socialLink.-twitter img {
  width: 1.8rem;
  height: 1.8rem;
}

.l-footer__address {
  margin: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__address {
    margin: 3.2rem 0 6.1rem;
  }
}
.l-footer__address address {
  margin: 0.9rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-footer__address address {
    margin: 1.1rem 0 0;
  }
}
.l-footer__address address p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__address address p {
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__address address p {
    font-size: max(1.4rem, 12px);
  }
}
.l-footer__address address .tel {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__address address .tel {
    display: block;
    text-align: right;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__address address .tel {
    font-size: max(1.4rem, 12px);
  }
}

.l-footer__addressTitle {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .l-footer__addressTitle {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__addressTitle {
    font-size: max(1.2rem, 12px);
  }
}

.l-footer__bottom {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom {
    padding: 2.8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__bottomInner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__bottomList {
    margin: 0 0 0 -1.5rem;
  }
}

.l-footer__bottomItem {
  margin: 0 1.1rem;
}
@media screen and (min-width: 769px) {
  .l-footer__bottomItem {
    margin: 0 1.5rem;
  }
}

.l-footer__bottomLink {
  color: #fff;
  vertical-align: baseline;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0833333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__bottomLink {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__bottomLink {
    font-size: max(1.4rem, 12px);
  }
}

.l-footer__copy {
  padding: 2.1rem 0 3.6rem;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .l-footer__copy {
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-footer__copy {
    font-size: max(1.2rem, 12px);
  }
}

/* form
----------------------------------------- */
.page-id-1043,
.page-id-3992,
.page-id-5700,
.page-id-6667,
.page-contact-transportation {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
}
.page-id-1043 form > p,
.page-id-3992 form > p,
.page-id-5700 form > p,
.page-id-6667 form > p,
.page-contact-transportation form > p {
  /* reCAPTCHA導入による空白をなくす */
  height: 0;
}

.single-download {
  /* 資料ダウンロード */
}
@media screen and (min-width: 769px) {
  .single-download .l-form__dt {
    margin-right: 2rem;
    width: 13rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .single-download .l-form__dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-form {
  margin: 7rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-form {
    margin: 9rem 0 0;
  }
}
.page-id-1043 .l-form, .page-id-3992 .l-form, .page-id-5700 .l-form, .page-id-6667 .l-form, .page-contact-transportation .l-form {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .page-id-1043 .l-form, .page-id-3992 .l-form, .page-id-5700 .l-form, .page-id-6667 .l-form, .page-contact-transportation .l-form {
    margin: 3.6rem 0 0;
  }
}

.l-form__item {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-form__item.-radio {
  margin: 0 0 1.4rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__item.-radio {
    margin: 0 0 2.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-form__item.-radio .l-form__dt {
    margin: -1rem 7rem 0 0;
  }
}
.l-form__item.-message {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-form__item.-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-form__item.-message .l-form__dt {
    margin: -0.7rem 7rem 0 0;
  }
}
.l-form__item.-message .l-form__dd textarea {
  width: 100%;
  height: 30rem;
  padding: 2.5rem 2rem;
  border: 1px solid #b7b7b7;
  background-color: #f0f0f0;
  color: #252525;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-form__item.-message .l-form__dd textarea {
    height: 30rem;
    padding: 1.5rem 2rem;
  }
}
.l-form__item.-message .l-form__dd textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}
.l-form__item.-message .l-form__dd textarea::-moz-placeholder {
  color: #9f9f9f;
}
.l-form__item.-message .l-form__dd textarea:-ms-input-placeholder {
  color: #9f9f9f;
}
.l-form__item.-message .l-form__dd textarea::-ms-input-placeholder {
  color: #9f9f9f;
}
.l-form__item.-message .l-form__dd textarea::placeholder {
  color: #9f9f9f;
}
.l-form__item.-message .l-form__dd textarea + .error {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 20rem;
  padding: 0 0 0 2rem;
  border: 1px solid #e2258f;
  background-color: #f0f0f0;
  color: #e2258f;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 4.2857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-form__item.-message .l-form__dd textarea + .error {
    height: 30rem;
  }
}
.l-form__item.-message .l-form__dd textarea + .error.is-active {
  display: none;
}
.l-form__item.-message + .-message {
  margin: 3rem 0 0;
}
.l-form__item.-academic {
  display: inline-block;
  margin-right: 0.6rem;
}
@media screen and (min-width: 769px) {
  .l-form__item.-academic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0;
  }
}
.l-form__item.-academic input {
  width: 20rem;
}
@media screen and (min-width: 769px) {
  .l-form__item.-academic input {
    width: 30rem;
  }
}
.l-form__item.-graduation {
  display: inline-block;
}
.l-form__item.-graduation .l-form__dd.-select {
  width: 9.7rem;
  translate: 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .l-form__item.-graduation .l-form__dd.-select {
    width: 13.3rem;
    translate: 0 0;
  }
}
.l-form__item.-file {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .l-form__item.-file .l-form__dt {
    margin: 0.5rem 7rem 0 0;
  }
}
.l-form__item.-file .l-form__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-form__item.-file input[type=file] {
  display: none !important;
}
.l-form__item.-file label {
  display: block;
  min-width: 15rem;
  padding: 1.2rem 1.2rem;
  border: 1px solid #b7b7b7;
  background-color: #f0f0f0;
  color: #252525;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-right: 1.8rem;
}
@media screen and (min-width: 769px) {
  .l-form__item.-file label {
    min-width: 15rem;
    margin-right: 2rem;
  }
}
.l-form__item.-file .imgattached__status {
  display: block;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.l-form__item.-file .mw-wp-form_file {
  display: none;
}
.l-form__item.-file .mwform-file-delete {
  display: none;
}

.l-form__dt {
  margin: 0 0 0.6rem 0;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-form__dt {
    width: 13rem;
    margin: 0 7rem 0 0;
  }
}

.l-form__dd {
  position: relative;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-form__dd {
    width: calc(100% - 20rem);
  }
}
.l-form__dd.is-active .error {
  display: none;
}
.page-id-3803 .l-form__dd.is-active {
  /* 採用お問い合わせ */
  display: block;
}
.l-form__dd span br {
  display: none;
}
.l-form__dd span input {
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  border: 1px solid #b7b7b7;
  background-color: #f0f0f0;
  color: #252525;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 0.875;
  letter-spacing: 0em;
}
.l-form__dd span input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.l-form__dd span input::-moz-placeholder {
  color: #9f9f9f;
}
.l-form__dd span input:-ms-input-placeholder {
  color: #9f9f9f;
}
.l-form__dd span input::-ms-input-placeholder {
  color: #9f9f9f;
}
.l-form__dd span input::placeholder {
  color: #9f9f9f;
}
.l-form__dd span .error {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2rem;
  border: 1px solid #e2258f;
  background-color: #f0f0f0;
  color: #e2258f;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 4.2857142857;
  letter-spacing: 0em;
}
.l-form__dd span .error.is-active {
  display: none;
}
.page-id-3803 .l-form__dd span {
  /* 採用お問い合わせ */
}
.page-id-3803 .l-form__dd span .error {
  position: relative;
  border: none;
  background-color: transparent;
  height: 0;
  padding: 0;
  top: -2rem;
}
.single-download .l-form__dd span .error {
  position: absolute;
  top: 1rem;
  left: 0;
}
.l-form__dd.-radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -2rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio {
    display: block;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.-column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.-column1 .error, .l-form__dd.-radio.-column2 .error {
    /* プラグインのCSS上書きのため */
    left: 47% !important;
    top: auto !important;
    bottom: -3rem;
  }
}
.l-form__dd.-radio br {
  display: none;
}
.l-form__dd.-radio span.-flex {
  height: 4.4rem;
  margin: 0 0 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex {
    height: auto;
    margin: 0 0 1.7rem 0;
  }
}
.l-form__dd.-radio span.-flex:not(:first-child) .error {
  display: none;
}
.l-form__dd.-radio span.-flex:last-child {
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex:last-child {
    margin: 0 0 1.7rem 0 !important;
  }
}
.l-form__dd.-radio span.-flex:not(:last-child) {
  margin: 0 0 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex:not(:last-child) {
    margin: auto;
  }
}
.l-form__dd.-radio span.-flex:nth-child(odd) {
  width: 36.363636%;
  margin: 0 3.5rem 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex:nth-child(odd) {
    width: auto;
    margin: 0 0 1.7rem 0;
  }
}
.l-form__dd.-radio span.-flex.-even, .l-form__dd.-radio span.-flex:nth-child(even) {
  width: 53%;
  margin: 0 0 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex.-even, .l-form__dd.-radio span.-flex:nth-child(even) {
    width: auto;
    margin: 0 0 1.7rem 0;
  }
}
.l-form__dd.-radio span.-flex input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.l-form__dd.-radio span.-flex input:checked + label::after {
  opacity: 1;
}
.l-form__dd.-radio span.-flex input:checked + label::before {
  border: 1px solid #e2258f;
  background-color: #fff;
}
.l-form__dd.-radio span.-flex span.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.l-form__dd.-radio span.-flex span.mwform-radio-field label input:checked + .mwform-radio-field-text::before {
  border: 1px solid #e2258f;
  background-color: #fff;
}
.l-form__dd.-radio span.-flex span.mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  display: block;
  padding: 0 0 0 4rem;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0em;
}
@media screen and (min-width: 280px) and (max-width: 388px) {
  .l-form__dd.-radio span.-flex span.mwform-radio-field label .mwform-radio-field-text {
    white-space: nowrap;
  }
}
.l-form__dd.-radio span.-flex span.mwform-radio-field label .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio span.-flex span.mwform-radio-field label .mwform-radio-field-text:after {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio span.-flex2 {
  gap: 1.5rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex2 {
    gap: 1.5rem 1.4rem;
    height: auto;
  }
}
.l-form__dd.-radio span.-flex2:not(:first-child) .error {
  display: none;
}
.l-form__dd.-radio span.-flex2:last-child {
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex2:last-child {
    margin: 0 0 1.7rem 0 !important;
  }
}
.l-form__dd.-radio span.-flex2 input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.l-form__dd.-radio span.-flex2 input:checked + label::after {
  opacity: 1;
}
.l-form__dd.-radio span.-flex2 input:checked + label::before {
  border: 1px solid #e2258f;
  background-color: #fff;
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field {
  margin-left: 0 !important;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio span.-flex2 span.mwform-radio-field {
    width: auto;
  }
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field label input:checked + .mwform-radio-field-text::before {
  border: 1px solid #e2258f;
  background-color: #fff;
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  display: block;
  padding: 0 0 0 4rem;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 280px) and (max-width: 388px) {
  .l-form__dd.-radio span.-flex2 span.mwform-radio-field label .mwform-radio-field-text {
    white-space: nowrap;
  }
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field label .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio span.-flex2 span.mwform-radio-field label .mwform-radio-field-text:after {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio span label {
  position: relative;
  cursor: pointer;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0em;
}
.l-form__dd.-radio span label.l-form__label {
  padding: 0 0 0 4rem;
}
.l-form__dd.-radio span label.l-form__label::before {
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio span label.l-form__label:after {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__dd.-radio .error {
  top: -4rem;
  left: calc(50% - 2rem);
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio .error {
    top: -2rem;
    left: calc(50% + 10rem);
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.js-page .error {
    top: -2rem;
    left: calc(50% + 19.6rem);
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.js-start .error {
    top: -2rem;
    left: calc(50% + 19.6rem);
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-radio.js-radio .error {
    top: -2rem;
    left: calc(50% + 19.6rem);
  }
}
.l-form__dd.-small span {
  position: relative;
  display: block;
  width: 64.5%;
  height: 6rem;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-small span {
    width: 30rem;
  }
}
.l-form__dd.-small span br {
  display: none;
}
.l-form__dd.-small span .error {
  top: -6rem;
  left: 50%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-small span .error {
    left: 50%;
  }
}
.l-form__dd.-zip {
  height: 6rem;
}
.l-form__dd.-zip > span {
  height: 6rem;
}
.l-form__dd.-zip span {
  position: relative;
  display: block;
  width: 64.5%;
}
@media screen and (min-width: 769px) {
  .l-form__dd.-zip span {
    width: 30rem;
  }
}
.l-form__dd.-zip span .-text {
  position: absolute;
  top: 50%;
  right: -7.5rem;
  width: auto;
  color: #e2258f;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
.l-form__dd.-zip span .-text::before {
  position: absolute;
  bottom: -0.45rem;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.l-form__dd.-zip span br {
  display: none;
}
.l-form__dd.-zip span .error {
  top: -6rem;
  width: 100%;
}
.page-id-1043 .l-form__dd.-zip, .page-id-3992 .l-form__dd.-zip, .page-id-5700 .l-form__dd.-zip, .page-id-6667 .l-form__dd.-zip, .page-contact-transportation .l-form__dd.-zip {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
}
.page-id-1043 .l-form__dd.-zip input,
.page-id-1043 .l-form__dd.-zip button, .page-id-3992 .l-form__dd.-zip input,
.page-id-3992 .l-form__dd.-zip button, .page-id-5700 .l-form__dd.-zip input,
.page-id-5700 .l-form__dd.-zip button, .page-id-6667 .l-form__dd.-zip input,
.page-id-6667 .l-form__dd.-zip button, .page-contact-transportation .l-form__dd.-zip input,
.page-contact-transportation .l-form__dd.-zip button {
  display: inline-block;
  white-space: nowrap;
}
.page-id-1043 .l-form__dd.-zip button, .page-id-3992 .l-form__dd.-zip button, .page-id-5700 .l-form__dd.-zip button, .page-id-6667 .l-form__dd.-zip button, .page-contact-transportation .l-form__dd.-zip button {
  position: absolute;
  top: 0;
  right: -7rem;
  bottom: 0;
  margin: auto;
  color: #e2258f;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .page-id-1043 .l-form__dd.-zip button, .page-id-3992 .l-form__dd.-zip button, .page-id-5700 .l-form__dd.-zip button, .page-id-6667 .l-form__dd.-zip button, .page-contact-transportation .l-form__dd.-zip button {
    right: -8rem;
  }
}
@media screen and (min-width: 769px) {
  .l-form__dd.-select {
    width: 30rem;
  }
}

select::-ms-expand {
  display: none;
}

.l-form__required {
  display: inline-block;
  color: #e2258f;
  font-size: 1rem;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .l-form__required {
    font-size: 1rem;
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}

.l-form__select {
  position: relative;
  display: block;
}
.l-form__select::before {
  position: absolute;
  top: 44%;
  right: 2rem;
  width: 1rem;
  height: 0.667rem;
  background-image: url(../images/contact/select_arrow_up.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-form__select select {
  display: block;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2rem;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  background-color: #ffffff;
  background-image: none;
  color: #252525;
  word-break: normal;
  cursor: pointer;
  pointer-events: all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

.l-form__note {
  display: block;
  font-size: 1.4rem;
  color: #9f9f9f;
  letter-spacing: 0;
  margin-top: 1.5rem;
  width: 100%;
}

.l-form__privacy {
  position: relative;
  margin: 6rem -2rem 2.2rem;
  padding: 5.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-form__privacy {
    margin: 6.6rem 0 5.4rem;
    padding: 6.2rem 0 0;
  }
}
.l-form__privacy::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #252525;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.l-form__privacyText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-form__privacyText {
    display: block;
    text-align: center;
  }
}
.l-form__privacyText span {
  display: inline-block;
  margin: 0.4rem 0 0;
}
.l-form__privacyText br {
  display: none;
}
.page-id-1043 .l-form__privacyText, .page-id-3992 .l-form__privacyText, .page-id-5700 .l-form__privacyText, .page-id-6667 .l-form__privacyText, .page-contact-transportation .l-form__privacyText {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
}
.page-id-1043 .l-form__privacyText a, .page-id-3992 .l-form__privacyText a, .page-id-5700 .l-form__privacyText a, .page-id-6667 .l-form__privacyText a, .page-contact-transportation .l-form__privacyText a {
  color: #e2258f;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  -webkit-transition: text-decoration-color 0.5s ease;
  transition: text-decoration-color 0.5s ease;
}
.page-id-1043 .l-form__privacyText a:hover, .page-id-3992 .l-form__privacyText a:hover, .page-id-5700 .l-form__privacyText a:hover, .page-id-6667 .l-form__privacyText a:hover, .page-contact-transportation .l-form__privacyText a:hover {
  text-decoration-color: transparent;
}

.l-form__privacyLink {
  position: relative;
  display: inline-block;
  color: #e2258f;
}
.l-form__privacyLink::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.l-form__privacyLink br {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-form__submit {
    margin: 0;
  }
}
.l-form__submit.-submit {
  text-align: center;
}
.l-form__submit input, .l-form__submit.-download {
  display: block;
  width: 100%;
  max-width: 35rem;
  padding: 3.5rem 0;
  border: 1px solid #bebebe;
  color: #252525;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  margin-inline: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-form__submit input, .l-form__submit.-download {
    width: 100%;
    max-width: unset;
  }
}
.l-form__submit input:hover, .l-form__submit.-download:hover {
  border: 1px solid #252525;
}
.l-form__submit {
  /* 資料ダウンロード thx */
}
.l-form__submit.-download {
  margin-inline: auto;
  text-align: center;
  border: 1px solid #e2258f;
  color: #fff;
  background-color: #e2258f;
  margin-top: 4.2rem;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 769px) {
  .l-form__submit.-download {
    width: 100%;
    max-width: 65rem;
    margin-top: 5.2rem;
  }
}
.l-form__submit.-download:hover {
  color: #e2258f;
  background-color: #fff;
  border: 1px solid #e2258f !important;
}
.single-download .l-form__submit input:hover {
  border: 1px solid #bebebe;
  cursor: not-allowed !important;
}
.single-download .l-form__submit input.is-active:hover {
  border: 1px solid #e2258f;
  cursor: pointer !important;
}
.page-id-1043 .l-form__submit, .page-id-3992 .l-form__submit, .page-id-5700 .l-form__submit, .page-id-6667 .l-form__submit, .page-contact-transportation .l-form__submit {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
}
.page-id-1043 .l-form__submit input, .page-id-3992 .l-form__submit input, .page-id-5700 .l-form__submit input, .page-id-6667 .l-form__submit input, .page-contact-transportation .l-form__submit input {
  border: 1px solid #e2258f;
  color: #fff;
  background-color: #e2258f;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.page-id-1043 .l-form__submit input:hover, .page-id-3992 .l-form__submit input:hover, .page-id-5700 .l-form__submit input:hover, .page-id-6667 .l-form__submit input:hover, .page-contact-transportation .l-form__submit input:hover {
  color: #e2258f;
  background-color: #fff;
}

.l-form__checkWrap {
  margin: 1.8rem 0 0;
}

.l-form__checkBox {
  display: none;
}
.l-form__checkBox.is-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item.-checkbox .l-form__dt {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item.-checkbox.-img {
    margin: 0 0 1.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item.-checkbox.-img .l-form__dd {
    width: 60rem;
    margin: 0.8rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item.-checkbox .l-form__dd {
    margin: 0 0 -2.2rem 0;
  }
}
.l-form__checkBox .l-form__item .l-form__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex {
  position: relative;
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex:nth-child(even) {
  margin: 0 3.5rem 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex:not(:last-child) {
    margin: 0 2.2rem 2.2rem 0;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex:last-child {
  margin: 0 0 1.2rem 0 !important;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex:last-child {
    margin: 0 0 2.2rem 0 !important;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex .l-form__label {
  display: block;
  margin: 1.15rem 0 2.35rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex .l-form__label {
    margin: 0;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex .l-form__label .u-only-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex .l-form__label .u-only-sp {
    display: none;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex .-img {
  display: inline-block;
  width: 12rem;
  max-width: 180px;
  height: 12rem;
  margin: 0 0 1.2rem 0.5rem;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex .-img {
    width: 11.5rem;
    height: 11.5rem;
    margin: 0 0 0 0.5rem;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex .-img img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: 0 4rem 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 12rem !important;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto.-newline .mwform-checkbox-field-text {
  margin: 0.4rem 0 1.35rem 0 !important;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto:not(:nth-child(2n)) {
    margin: 0 4rem 4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto:nth-of-type(2n) {
    margin: 0 4rem 4rem 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto:nth-of-type(4n) {
    margin: 0 0 4rem 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto:last-of-type {
    margin: 0 0 4rem 0 !important;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto br {
  display: none;
}
.l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto .mwform-checkbox-field-text {
  display: inline-block !important;
  width: 12rem;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto .mwform-checkbox-field-text {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-form__checkBox .l-form__item .l-form__dd span.-flex.-heightAuto .l-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.4rem;
  }
}
.l-form__checkBox .l-form__item .l-form__dd span label.l-form__label {
  padding: 0 0 0 4rem;
}
.l-form__checkBox .l-form__item .l-form__dd span label.l-form__label::before {
  left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0;
}
.l-form__checkBox .l-form__item .l-form__dd span label.l-form__label:after {
  left: 0.85rem;
  width: 1.6rem;
  height: 1.33rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/contact/checkbox_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex:nth-child(odd) {
  width: auto;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex:nth-of-type(odd) {
  width: auto;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex:nth-child(even) {
  width: auto;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex input:checked + label::before {
  background-color: #e2258f;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::before {
  border: 1px solid #e2258f;
  background-color: #e2258f;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  display: inline;
  margin: 1.15rem 0 2.35rem 0;
  padding: 0 0 0 4rem;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0em;
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__checkBox .l-form__item .l-form__dd.-checkbox span.-flex .mwform-checkbox-field label .mwform-checkbox-field-text:after {
  position: absolute;
  top: 50%;
  left: 0.85rem;
  display: block;
  width: 1.6rem;
  height: 1.33rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/contact/checkbox_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-form__checkBox.-checkWork .l-form__dd.-checkbox span.-flex .mwform-checkbox-field-text, .l-form__checkBox.-checkMedical .l-form__dd.-checkbox span.-flex .mwform-checkbox-field-text {
  display: inline-block !important;
}
@media screen and (min-width: 769px) {
  .l-form__checkBox.-checkWork .l-form__dd.-checkbox span.-flex .mwform-checkbox-field-text, .l-form__checkBox.-checkMedical .l-form__dd.-checkbox span.-flex .mwform-checkbox-field-text {
    display: inline !important;
  }
}

/* hamburger
----------------------------------------- */
.l-hamburger__toggle {
  position: relative;
  z-index: 3;
  display: block;
  width: 5.5rem;
  height: 3.3rem;
  margin: 0 -1rem 0 0;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 769px) {
  .l-hamburger__toggle {
    position: fixed;
    top: 4.8rem;
    right: 5rem;
    width: 6.5rem;
  }
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
  -webkit-transform: translateY(0.6rem) rotate(-45deg);
          transform: translateY(0.6rem) rotate(-45deg);
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(2) {
  width: 3.5rem;
  -webkit-transform: translateY(-0.4rem) rotate(45deg);
          transform: translateY(-0.4rem) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(2) {
    width: 4.5rem;
    -webkit-transform: translateY(-0.45rem) rotate(45deg);
            transform: translateY(-0.45rem) rotate(45deg);
  }
}
.l-hamburger__toggle:hover .l-hamburger__toggleWrap span:nth-of-type(2) {
  width: 3.5rem;
}
@media screen and (min-width: 769px) {
  .l-hamburger__toggle:hover .l-hamburger__toggleWrap span:nth-of-type(2) {
    width: 4.5rem;
  }
}

.l-hamburger__toggleWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-hamburger__toggleWrap span {
  position: absolute;
  display: inline-block;
  width: 3.5rem;
  height: 0.3rem;
  background-color: #e2258f;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.33, 0, 0, 1);
}
@media screen and (min-width: 769px) {
  .l-hamburger__toggleWrap span {
    width: 4.5rem;
  }
}
.l-hamburger__toggleWrap span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.l-hamburger__toggleWrap span:nth-of-type(2) {
  bottom: 0;
  left: 0;
  width: 2.5rem;
}
@media screen and (min-width: 769px) {
  .l-hamburger__toggleWrap span:nth-of-type(2) {
    width: 3.5rem;
  }
}

/* hamburger-menu
----------------------------------------- */
.l-hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  display: block;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 16rem 2rem 4.2rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, z-index 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, z-index 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu {
    padding: 18.5rem 0 4.7rem;
  }
}
.l-hamburger-menu.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  pointer-events: all;
}
.l-hamburger-menu.is-active::before {
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, 0%) scale(1.1);
          transform: translate(-50%, 0%) scale(1.1);
}
.l-hamburger-menu .l-container {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu .l-container {
    padding: 0 8rem;
  }
}
.l-hamburger-menu::before {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/menu_bg_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu::before {
    background-image: url(../images/common/menu_bg.png);
  }
}

@media screen and (min-width: 769px) {
  .l-hamburger-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-hamburger-menu__img {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__img {
    display: block;
    width: 33.333333%;
    margin: 0 11.833333% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listInner {
    width: 54.5%;
  }
}

.l-hamburger-menu__listWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-hamburger-menu__listWrap.-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listWrap.-bottom {
    margin: -2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list.-first {
    width: 18.877551%;
    margin: 0 11.734693% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list.-second {
    width: 27.721088%;
    margin: 0 10.714285% 3.3rem 0;
  }
}
@media (max-width: 769px) {
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list {
    margin-top: 3rem;
  }
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list.-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 52.8125%;
  }
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list.-second {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 52.8125%;
    margin-top: 0rem;
  }
  .l-hamburger-menu__listWrap.-bottom .l-hamburger-menu__list.-third {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 36.875%;
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .l-hamburger-menu__listWrap.-recruit {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__listWrap.-recruit {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.l-hamburger-menu__list {
  margin: 0 0 3.35rem 0;
}
.l-hamburger-menu__list:nth-child(odd) {
  width: 52.8125%;
  margin: 0 10.3125% 3.35rem 0;
}
.l-hamburger-menu__list:nth-child(even) {
  width: 36.875%;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__list.-first {
    width: 18.877551%;
    margin: 0 11.734693% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__list.-second {
    width: 27.721088%;
    margin: 0 10.714285% 3.3rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__list.-third {
    width: 30.95238%;
    margin: 0 0 3.3rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__list.-last {
    margin-top: 8.4rem;
  }
}

.l-hamburger-menu__item {
  padding: 0 0 0.5rem;
}
.l-hamburger-menu__item.-title {
  margin: 0 0 1.15rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__item.-title {
    white-space: nowrap;
  }
}
.l-hamburger-menu__item.-title .-eng {
  display: block;
  margin: 0.8rem 0 0;
  color: #e2258f;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}

.l-hamburger-menu__link {
  white-space: nowrap;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.3rem, 12px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__link {
    font-size: max(1.4rem, 12px);
    font-weight: 500;
    line-height: 1.8571428571;
    letter-spacing: 0.01em;
  }
}
.l-hamburger-menu__link:hover {
  color: #e2258f;
}

.l-hamburger-menu__other {
  margin: 5.6rem -1.5rem 0;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__other {
    margin: 7.6rem -4.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-hamburger-menu__catch {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__catch {
    display: block;
    margin: 0.7rem 0 0;
    font-family: "Syne", sans-serif;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 0.8103448276;
    letter-spacing: -0.07em;
  }
}

.l-hamburger-menu__blockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__blockList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .l-hamburger-menu__block {
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-hamburger-menu__block.-social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 3.6rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__block.-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    padding: 0 5rem;
  }
}
.l-hamburger-menu__block.-access {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__block.-access {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5rem;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
  }
}
.l-hamburger-menu__block.-contact {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__block.-contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 0 0 4.2rem;
  }
}
.l-hamburger-menu__block.-contact .c-btn__wrap .c-btn {
  color: #252525;
}

.l-hamburger-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-hamburger-menu__socialItem {
  margin: 0 0 0 2.6rem;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__socialItem {
    width: auto;
  }
}
.l-hamburger-menu__socialItem.-instagram {
  width: 1.7rem;
  height: 1.7rem;
}
.l-hamburger-menu__socialItem.-twitter {
  width: 1.5rem;
  height: 1.5rem;
}
.l-hamburger-menu__socialItem.-youtube {
  width: 2rem;
  height: 1.5rem;
}

.l-hamburger-menu__socialLink {
  display: block;
}
.l-hamburger-menu__socialLink img {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.l-hamburger-menu__access {
  text-align: right;
}
.l-hamburger-menu__access address {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
.l-hamburger-menu__access .-tel {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__access .-tel {
    pointer-events: none;
  }
}

.l-hamburger-menu__accessTitle {
  margin: 0 0 1.1rem 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.l-hamburger-menu__bottom {
  margin: 2.8rem -1.5rem 0;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__bottom {
    margin: 7.9rem -4.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-hamburger-menu__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-hamburger-menu__bottomItem {
  margin: 0 0 0 3rem;
}

.l-hamburger-menu__bottomLink {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
.l-hamburger-menu__bottomLink:hover {
  color: #e2258f;
}

.l-hamburger-menu__copy {
  padding: 1.3rem 0 0;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .l-hamburger-menu__copy {
    margin: 0 0 0 5.5rem;
    padding: 0;
  }
}

/* header
----------------------------------------- */
.l-header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 8rem;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-header {
    position: absolute;
    height: 13rem;
    padding: 4rem 5rem;
  }
}

.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  position: relative;
  z-index: 3;
  width: 8.2rem;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    position: fixed;
    top: 4rem;
    left: 5rem;
    width: 10.3rem;
  }
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .l-header__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-header__nav {
    position: fixed;
    display: block;
    margin: 0 10rem 0 0;
  }
}
.l-header__nav.js-up-move {
  -webkit-animation: upAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: upAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-header__nav.js-down-move {
  -webkit-animation: downAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: downAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

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

@keyframes upAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-9rem);
            transform: translateY(-9rem);
  }
}
@-webkit-keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-9rem);
            transform: translateY(-9rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-9rem);
            transform: translateY(-9rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-header__navItem {
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.l-header__navItem:not(:last-child) {
  margin: 0 2.3rem 0 0;
}
.l-header__navItem.-arrow {
  padding: 0 2.1rem 0 0;
}
.l-header__navItem.-arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.7rem;
  background-image: url(../images/common/pulldown_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-header__navItem.-single {
  margin: 0 3.2rem 0 0;
}
.l-header__navItem.-single .l-header-pulldownText {
  vertical-align: bottom;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.154em;
}
.l-header__navItem.-last {
  margin: 0 4.7rem 0 0;
}
.l-header__navItem.-last .l-header-pulldownText {
  vertical-align: bottom;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 1.2666666667;
  letter-spacing: -0.154em;
}

.win {
  /* Windows (全バージョン)のみ */
}
.win .l-header__navItem.-arrow::before {
  top: calc(50% + 0.2rem);
}
.win .l-header-pulldownWrap {
  line-height: 1;
}
.win .l-header__navLink.-contact {
  display: block;
  margin: 0 0 0.2rem 0;
}

.l-header__navLink {
  vertical-align: text-bottom;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.l-header__navLink.-contact {
  color: #e2258f;
}

.js-submenu-trigger:hover .l-header-pulldownTextBox.-defaultText .l-header-pulldownTextItem.is-active {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}
.js-submenu-trigger:hover .l-header-pulldownTextBox.-hoverText .l-header-pulldownTextItem.is-active {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}

.l-header-pulldown {
  position: relative;
}

.l-header-pulldownText {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 0.15rem;
  vertical-align: text-bottom;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.154em;
}

.l-header-pulldownTextBox.-hoverText {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
}
.l-header-pulldownTextBox.-hoverText .l-header-pulldownTextItem {
  position: relative;
  display: inline-block;
  color: #e2258f;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.l-header-pulldownTextItem {
  position: relative;
  display: inline-block;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}
.l-header-pulldownTextItem.duration-1 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-header-pulldownTextItem.duration-2 {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.l-header-pulldownTextItem.duration-3 {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.l-header-pulldownTextItem.duration-4 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.l-header-pulldownTextItem.duration-5 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.l-header-pulldownTextItem.duration-6 {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.l-header-pulldownTextItem.duration-7 {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.l-header-pulldownTextItem.duration-8 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.l-header-pulldownTextItem.duration-9 {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.l-header-pulldownTextItem.duration-10 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.l-header-pulldownTextItem.duration-11 {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}
.l-header-pulldownTextItem.duration-12 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.l-header-pulldownTextItem.duration-13 {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.l-header-submenu {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin: 2.1rem 0 0;
  -webkit-box-shadow: 0 4.6rem 9.9rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 4.6rem 9.9rem rgba(0, 0, 0, 0.09);
  cursor: default;
  -webkit-transform: translate(-50%, 2rem);
          transform: translate(-50%, 2rem);
}
.l-header-submenu::before {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  width: 100%;
  height: 2.1rem;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  cursor: pointer;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: all;
}
.l-header-submenu.is-none {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(-50%, 2rem);
          transform: translate(-50%, 2rem);
  pointer-events: none;
}
.l-header-submenu.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: all;
}

.l-header-submenuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.85rem 3.1rem;
  border-top: 1px solid #e2258f;
  background-color: #fff;
}

.l-header-submenuTitle {
  display: none;
  min-width: 11.3rem;
  margin: 0 5.5rem 0 0;
  padding: 0 3.2rem 0 0;
  border-right: 1px solid #bebebe;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0em;
}

.l-header-submenuListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header-submenuListWrap.-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.l-header-submenuListWrap.-single .l-header-submenuList .l-header-submenuItem:not(:last-child) {
  margin: 0 2.8rem 0 0;
}

.l-header-submenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header-submenuList:not(:last-child) {
  margin: 0 2.8rem 0 0;
}

.l-header-submenuItem {
  display: inline-block;
}
.l-header-submenuItem:not(:last-child) {
  margin: 0 2.8rem 0 0;
}

.l-header-submenuLink {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-header-submenuLink {
    font-size: max(1.4rem, 12px);
  }
}
.l-header-submenuLink:hover {
  color: #e2258f;
}

/* menu
----------------------------------------- */
/* section
----------------------------------------- */
.l-section__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-section__text {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.l-section__text .bold {
  display: block;
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  margin: 2.5rem 0;
}
.l-section__text.-recruit {
  max-width: 62rem;
}
.l-section__text.-recruit + .l-section__text {
  margin-top: 3.2rem;
}

.l-section__title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2307692308;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-section__title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.l-section__titleSub {
  display: block;
  margin: 0.4rem 0 0;
  color: #e2258f;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .l-section__titleSub {
    margin: 0.3rem 0 0;
    font-size: max(1.4rem, 12px);
    font-weight: 400;
    line-height: 1.3571428571;
    letter-spacing: 0.02em;
  }
}

.l-section__headTitle {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-section__headTitle.white .l-section__headMain {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3235294118;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-section__headTitle.white .l-section__headMain {
    font-size: 5.3rem;
    font-weight: 600;
    line-height: 1.320754717;
    letter-spacing: -0.01em;
  }
}
.l-section__headTitle.white .l-section__headSub {
  color: #fff;
}
.l-section__headTitle.white .line.top {
  width: 36.4rem;
}
@media screen and (min-width: 769px) {
  .l-section__headTitle.white .line.top {
    top: 0.5rem;
    left: -4rem;
    width: 49.5rem;
  }
}
.l-section__headTitle.white .line.bottom {
  width: 33.8rem;
}
@media screen and (min-width: 769px) {
  .l-section__headTitle.white .line.bottom {
    left: -6.4rem;
    width: 52.6rem;
  }
}
.l-section__headTitle.white .line.right {
  height: 20.8rem;
}
@media screen and (min-width: 769px) {
  .l-section__headTitle.white .line.right {
    right: 0.5rem;
    bottom: -12.2rem;
    height: 38.6rem;
  }
}
.l-section__headTitle.white .line.left {
  height: 23.3rem;
}
@media screen and (min-width: 769px) {
  .l-section__headTitle.white .line.left {
    bottom: -11rem;
    height: 33.3rem;
  }
}
.l-section__headTitle .line {
  position: absolute;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.l-section__headTitle .line.-gray {
  opacity: 1;
}
.l-section__headTitle .line.is-anim.top::before {
  -webkit-animation: titleLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-section__headTitle .line.is-anim.bottom::before {
  -webkit-animation: titleLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  width: 90%;
}
.l-section__headTitle .line.is-anim.right:after {
  -webkit-animation: titleLineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.l-section__headTitle .line.is-anim.left:after {
  -webkit-animation: titleLineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineVertical 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-section__headTitle .line.top {
  top: 0.4rem;
  left: 50%;
  width: 36.4rem;
  height: 1px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .l-section__headTitle .line.top {
    left: -6.1rem;
    width: 56.7rem;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.l-section__headTitle .line.top::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.l-section__headTitle .line.bottom {
  bottom: 0;
  left: 50%;
  width: 33.8rem;
  height: 1px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .l-section__headTitle .line.bottom {
    left: -8.5rem;
    width: 52.7rem;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.l-section__headTitle .line.bottom::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.l-section__headTitle .line.right {
  top: 50%;
  right: 0.5rem;
  width: 1px;
  height: 20.8rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .l-section__headTitle .line.right {
    top: auto;
    bottom: -6rem;
    height: 32.5rem;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.l-section__headTitle .line.right::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
}
.l-section__headTitle .line.left {
  top: 50%;
  left: 0;
  width: 1px;
  height: 23.3rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .l-section__headTitle .line.left {
    top: auto;
    bottom: -7.5rem;
    height: 36.3rem;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.l-section__headTitle .line.left::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
}

@-webkit-keyframes titleLineHorizontal {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    height: 2px;
  }
  70% {
    background: rgba(112, 112, 112, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(15%, 0, 0) scale(1);
            transform: translate3d(15%, 0, 0) scale(1);
    height: 2px;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    height: 1px;
  }
}

@keyframes titleLineHorizontal {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    height: 2px;
  }
  70% {
    background: rgba(112, 112, 112, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(15%, 0, 0) scale(1);
            transform: translate3d(15%, 0, 0) scale(1);
    height: 2px;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    height: 1px;
  }
}
@-webkit-keyframes titleLineVertical {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    width: 2px;
  }
  70% {
    background-color: rgba(112, 112, 112, 0.3);
    -webkit-transform: translate3d(0, 15%, 0) scale(1);
            transform: translate3d(0, 15%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 2px;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    width: 1px;
  }
}
@keyframes titleLineVertical {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    width: 2px;
  }
  70% {
    background-color: rgba(112, 112, 112, 0.3);
    -webkit-transform: translate3d(0, 15%, 0) scale(1);
            transform: translate3d(0, 15%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 2px;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    width: 1px;
  }
}
.l-section__headMain {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3235294118;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-section__headMain {
    font-size: 5.3rem;
    font-weight: 600;
    line-height: 1.320754717;
    letter-spacing: -0.01em;
  }
}

.l-section__headSub {
  display: inline-block;
  width: 100%;
  margin: 0.7rem 0 0;
  color: #000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-section__headSub {
    margin: 1.65rem 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2142857143;
    letter-spacing: -0.01em;
  }
}

.l-section__headline.jp .l-section__headlineLarge {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .l-section__headline.jp .l-section__headlineLarge {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.l-section__headline.jp .l-section__headlineSub {
  margin: 1.7rem 0 0;
  font-family: "Inter", sans-serif;
}

.l-section__headlineLarge {
  position: relative;
  display: block;
  padding: 0 0 0 2rem;
  font-family: "Syne", sans-serif !important;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .l-section__headlineLarge {
    padding: 0;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.l-section__headlineLarge.white {
  color: #fff;
}
.l-section__headlineLarge .c-line {
  position: absolute;
  top: 50%;
  left: -3.2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 1400px) {
  .l-section__headlineLarge .c-line {
    left: -10rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .l-section__headlineLarge .c-line {
    left: -8.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-section__headlineLarge .c-line {
    left: -9rem;
  }
}
.l-section__headlineLarge .c-line.is-anim::before {
  -webkit-animation: headLineHorizontal 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: headLineHorizontal 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.l-section__headlineLarge .c-line.is-anim:after {
  -webkit-animation: headLineVertical 0.8s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: headLineVertical 0.8s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

@-webkit-keyframes headLineVertical {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background-color: rgba(112, 112, 112, 0.7);
    -webkit-transform: translate3d(0, -70%, 0) scale(1);
            transform: translate3d(0, -70%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes headLineVertical {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background-color: rgba(112, 112, 112, 0.7);
    -webkit-transform: translate3d(0, -70%, 0) scale(1);
            transform: translate3d(0, -70%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes headLineHorizontal {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background: rgba(112, 112, 112, 0.7);
    background: -webkit-gradient(linear, right top, left top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(270deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(-70%, 0, 0) scale(1);
            transform: translate3d(-70%, 0, 0) scale(1);
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, right top, left top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(270deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0%, 0, 0) scale(1);
            transform: translate3d(0%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes headLineHorizontal {
  from {
    background-color: rgba(112, 112, 112, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background: rgba(112, 112, 112, 0.7);
    background: -webkit-gradient(linear, right top, left top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(270deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(-70%, 0, 0) scale(1);
            transform: translate3d(-70%, 0, 0) scale(1);
  }
  to {
    background: rgb(112, 112, 112);
    background: -webkit-gradient(linear, right top, left top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(104, 104, 104, 0.85)), color-stop(76%, rgba(84, 84, 84, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(270deg, rgba(112, 112, 112, 0) 0%, rgba(104, 104, 104, 0.85) 11%, rgba(84, 84, 84, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0%, 0, 0) scale(1);
            transform: translate3d(0%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.l-section__headlineSub {
  display: block;
  margin: -0.3rem 0 0;
  padding: 0 0 0 2rem;
  color: #e2258f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3571428571;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-section__headlineSub {
    margin: 0.8rem 0 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.0555555556;
    letter-spacing: 0em;
  }
}

/* home-bg
----------------------------------------- */
.p-home-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-home-bg {
    height: 100%;
  }
}

.p-home-bg__container {
  height: 100%;
}

.p-home-bg__wrapper {
  height: 100%;
}

.p-home-bg__slide {
  height: 100%;
}

.p-home-bg__img {
  height: 100%;
}
.p-home-bg__img figure {
  height: 100%;
}
.p-home-bg__img figure picture {
  display: block;
  height: 100%;
}
.p-home-bg__img figure picture img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

/* home-case
----------------------------------------- */
.p-home-case {
  overflow-x: hidden;
  padding: 5rem 0 6rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-home-case {
    padding: 12rem 0 8rem;
  }
}
.p-home-case .c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-home-case .c-btn__wrap .c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-home-case__sliderContainer {
  position: relative;
  margin: 8rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-home-case__sliderContainer {
    margin: 3.4rem 0 6.4rem 5rem;
  }
}
.p-home-case__sliderContainer .swiper-pagination-progressbar {
  width: 60%;
  background-color: #bebebe;
}
.p-home-case__sliderContainer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #252525;
}

.p-home-case__sliderContainer .swiper-pagination-progressbar,
.p-home-case__sliderContainer .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 0;
  bottom: auto;
  z-index: 1;
  height: 0.1rem;
}
@media screen and (min-width: 1025px) {
  .p-home-case__sliderContainer .swiper-pagination-progressbar,
  .p-home-case__sliderContainer .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: -7.2rem;
    right: 0;
    width: 60rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-case__sliderContainer .swiper-pagination-progressbar,
  .p-home-case__sliderContainer .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: -7.6rem;
    right: 0;
    width: 41.6rem;
  }
}

.p-home-case__sliderWrapper {
  padding: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-case__sliderWrapper {
    padding: 0;
    cursor: none;
  }
}

.p-home-case__slide.swiper-slide {
  width: 88.6%;
}

.p-home-case__slideLink {
  position: relative;
  display: block;
  cursor: none;
}
.p-home-case__slideLink:hover .p-home-case__title {
  color: #e2258f;
}
.p-home-case__slideLink:hover .p-home-case__no {
  color: #e2258f;
}
.p-home-case__slideLink:hover .p-home-case__desc .line-bottom {
  z-index: 1;
}
.p-home-case__slideLink:hover .p-home-case__desc .line-bottom::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-home-case__slideLink:hover .p-home-case__desc .line-bottom::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-home-case__item figure {
  margin: 1rem 0 0;
  position: relative;
  overflow: hidden;
}
.p-home-case__item figure::before {
  display: block;
  padding-top: 67.74%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-case__item figure {
    margin: 1.7rem 0 0;
    position: relative;
    overflow: hidden;
  }
  .p-home-case__item figure::before {
    display: block;
    padding-top: 68%;
    content: "";
  }
}
.p-home-case__item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-case__no {
  padding: 0 0 0 1.3rem;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2083333333;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-case__no {
    padding: 0 0 0 2rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

.p-home-case__desc {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-case__desc {
    margin: 4rem 0 0;
  }
}
.p-home-case__desc .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 5.7rem;
  height: 0.1rem;
  background-color: #e2258f;
}
@media screen and (min-width: 769px) {
  .p-home-case__desc .line-bottom {
    width: 9.1rem;
  }
}
.p-home-case__desc .line-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-home-case__desc .line-bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-home-case__info {
  position: relative;
  margin: 0 0 2.6rem 0;
  padding: 0 0 2.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-home-case__info {
    margin: 0 0 2.4rem 0;
    padding: 0 0 3rem 0;
  }
}

.p-home-case__tag {
  display: block;
  margin: 0 1.6rem 0 0;
  padding: 0.3rem 0.9rem;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}

.p-home-case__date {
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}

.p-home-case__title {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-home-case__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* case-slider
----------------------------------------- */
.p-home-case__sliderTrack.splide__track {
  overflow: inherit;
}

.my-slider-progress {
  position: absolute;
  top: -4.2rem;
  left: 0;
  width: 35rem;
  background: #bebebe;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 1024px) {
  .my-slider-progress {
    position: absolute;
    top: -7.2rem;
    right: 14.6rem;
    left: auto;
    width: 45rem;
    background: #bebebe;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .my-slider-progress {
    position: absolute;
    top: -7.6rem;
    right: 14.4rem;
    left: auto;
    width: 28rem;
    background: #bebebe;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (min-width: 769px) {
  .my-slider-progress:before {
    position: absolute;
    top: -1.9rem;
    left: 50%;
    width: 0.1rem;
    height: 1.1rem;
    background-color: #bebebe;
    content: "";
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.my-slider-progress-bar {
  width: 0;
  height: 0.1rem;
  background: #252525;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.p-home-case__slideNumber {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-home-case__slideNumber {
    position: absolute;
    top: -12rem;
    left: 67.5%;
    display: block;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .p-home-case__slideNumber {
    position: absolute;
    top: -12rem;
    left: 68.5%;
    display: block;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-case__slideNumber {
    position: absolute;
    top: -12rem;
    left: 64.8%;
    display: block;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.p-home-case__slideNumberInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home-case__slideNumberInner .-number {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(1.8rem, 12px);
  font-weight: 600;
  line-height: 1.0555555556;
  letter-spacing: 0.01em;
}
.p-home-case__slideNumberInner .-all {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(1.3rem, 12px);
  font-weight: 300;
  line-height: 1.1538461538;
  letter-spacing: 0.01em;
}
.p-home-case__slideNumberInner .-slash {
  display: block;
  margin: 0 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: max(1.3rem, 12px);
  font-weight: 300;
  line-height: 1.1538461538;
  letter-spacing: 0.01em;
}

.p-home-case__sliderContainer .splide__arrows {
  position: absolute;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-home-case__sliderContainer .splide__arrows {
    top: -7.4rem;
    right: -0.8rem;
    width: 11.8rem;
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-case__sliderContainer .splide__arrows {
    display: block;
    top: -7.6rem;
    right: 0rem;
    width: 11rem;
  }
}

.p-home-case__sliderContainer .splide__arrows-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home-case__sliderContainer .splide__arrow {
  background: transparent !important;
  position: relative;
}

/* home-journal
----------------------------------------- */
.p-home-journal {
  padding: 6rem 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home-journal {
    padding: 24rem 0 8rem;
  }
}

.p-home-journal__inner {
  margin: 4.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-journal__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 5rem;
  }
}

.p-home-journal__head {
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .p-home-journal__head {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 34.78%;
    height: 100vh;
    margin: -4rem 0 0;
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-home-journal__head {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 34.78%;
    height: 100vh;
    margin: -27rem 0 0;
    padding: 27rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .p-home-journal__head .p-home-journal__link {
    margin: 12rem 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-home-journal__head .p-home-journal__link {
    display: block;
    margin: 4.2rem 0 0;
  }
}
.p-home-journal__head .p-home-journal__link figure {
  margin: 0 0 3rem 0;
  position: relative;
  overflow: hidden;
}
.p-home-journal__head .p-home-journal__link figure::before {
  display: block;
  padding-top: 66.57%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-journal__head .p-home-journal__link figure {
    margin: 0 0 4rem 0;
    position: relative;
    overflow: hidden;
  }
  .p-home-journal__head .p-home-journal__link figure::before {
    display: block;
    padding-top: 66.75%;
    content: "";
  }
}
.p-home-journal__head .p-home-journal__link .p-home-journal__info {
  margin: 0 0 2.5rem 0;
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 769px) {
  .p-home-journal__head .p-home-journal__link .p-home-journal__info {
    margin: 0 0 2.7rem 0;
  }
}
.p-home-journal__head .p-home-journal__link .p-home-journal__info .line-bottom {
  width: 5.7rem;
}
@media screen and (min-width: 769px) {
  .p-home-journal__head .p-home-journal__link .p-home-journal__info .line-bottom {
    width: 9.1rem;
  }
}
.p-home-journal__head .p-home-journal__link .p-home-journal__title {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-home-journal__head .p-home-journal__link .p-home-journal__title {
    width: 100%;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) {
  .p-home-journal__head .l-section__headline {
    margin: -14.1rem 0 0 -5rem;
  }
}

.p-home-journal__link figure {
  position: relative;
  overflow: hidden;
}
.p-home-journal__link figure::before {
  display: block;
  padding-top: 65.93%;
  content: "";
}
.p-home-journal__link figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-journal__link:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home-journal__link:hover .p-home-journal__info .line-bottom {
  z-index: 1;
}
.p-home-journal__link:hover .p-home-journal__info .line-bottom::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-home-journal__link:hover .p-home-journal__info .line-bottom::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-home-journal__link:hover .p-home-journal__title {
  color: #e2258f;
}

.p-home-journal__info {
  position: relative;
  margin: 0 0 1.1rem 0;
  padding: 0 0 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-home-journal__info {
    margin: 0 0 2.7rem 0;
    padding: 0 0 3rem 0;
  }
}
.p-home-journal__info .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 9.1rem;
  height: 0.1rem;
  background-color: #e2258f;
}
.p-home-journal__info .line-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-home-journal__info .line-bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-home-journal__tag {
  display: block;
  margin: 0 1.6rem 0 0;
  padding: 0.3rem 0.9rem;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1180px) {
  .p-home-journal__tag {
    width: 9.1rem;
    padding: 0.5rem 0.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .p-home-journal__tag {
    width: 11rem;
    padding: 0.5rem 0.2rem;
  }
}

.p-home-journal__date {
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}

.p-home-journal__title {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-home-journal__title {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1365px) {
  .p-home-journal__post {
    width: 52.17%;
    margin: 7.5rem 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-home-journal__post {
    width: 52.17%;
  }
}
.p-home-journal__post .c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-journal__post .c-btn__wrap {
    margin: 5rem 0 0;
  }
}
.p-home-journal__post .c-btn__wrap .c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .p-home-journal__list {
    margin: -4rem 0 0;
  }
}
.p-home-journal__list .p-home-journal__item {
  margin: 3rem 0;
}
@media screen and (min-width: 769px) {
  .p-home-journal__list .p-home-journal__item {
    margin: 4rem 0;
  }
}
.p-home-journal__list .p-home-journal__item .p-home-journal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home-journal__list .p-home-journal__item .p-home-journal__link figure {
  width: 38.57%;
}
@media screen and (min-width: 769px) {
  .p-home-journal__list .p-home-journal__item .p-home-journal__link figure {
    width: 35.9%;
    position: relative;
    overflow: hidden;
  }
  .p-home-journal__list .p-home-journal__item .p-home-journal__link figure::before {
    display: block;
    padding-top: 66.51%;
    content: "";
  }
}
.p-home-journal__list .p-home-journal__item .p-home-journal__link .p-home-journal__desc {
  width: 52.86%;
}
@media screen and (min-width: 769px) {
  .p-home-journal__list .p-home-journal__item .p-home-journal__link .p-home-journal__desc {
    width: 57.3%;
  }
}

/* home-pullar
----------------------------------------- */
.p-home-pillar {
  position: relative;
  padding: 6rem 0 4rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home-pillar {
    padding: 10rem 0 9rem;
  }
}
.p-home-pillar .l-section__headline {
  margin: 0 0 2.8rem 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar .l-section__headline {
    width: 26%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar .l-section__headline {
    width: 40%;
    margin: 0;
  }
}
.p-home-pillar .l-section__headline .l-section__headlineLarge {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1538461538;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-pillar .l-section__headline .l-section__headlineLarge {
    padding: 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.p-home-pillar__headInner {
  margin: 0 0 5.2rem 0;
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .p-home-pillar__headInner {
    margin: 0 0 9.4rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-home-pillar__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-home-pillar__text {
    width: 50%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-home-pillar__linkSec {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-home-pillar__linkSec {
    width: calc(100% - 10rem);
    margin: 0 auto;
  }
}

.p-home-pillar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-home-pillar__item {
  width: 25%;
}
.p-home-pillar__item:nth-child(3) .p-home-pillar__no {
  margin: 0 0 0.6rem 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__item:nth-child(3) .p-home-pillar__no {
    margin: -0.7rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__item:nth-child(3) .p-home-pillar__no {
    margin: -0.3rem 0 0;
  }
}
.p-home-pillar__item:nth-child(3) .p-home-pillar__titleEng {
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__item:nth-child(3) .p-home-pillar__titleEng {
    margin: 1.4rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__item:nth-child(3) .p-home-pillar__titleEng {
    margin: 1.2rem 0 0;
  }
}
.p-home-pillar__item:nth-child(4) .p-home-pillar__no {
  margin: 0 0 0.6rem 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__item:nth-child(4) .p-home-pillar__no {
    margin: -0.7rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__item:nth-child(4) .p-home-pillar__no {
    margin: -0.3rem 0 0;
  }
}
.p-home-pillar__item:nth-child(4) .p-home-pillar__titleEng {
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__item:nth-child(4) .p-home-pillar__titleEng {
    margin: 1.4rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__item:nth-child(4) .p-home-pillar__titleEng {
    margin: 1.2rem 0 0;
  }
}

.p-home-pillar__link {
  display: block;
}
.p-home-pillar__link figure {
  margin: 0 0 4rem 0;
  position: relative;
  overflow: hidden;
}
.p-home-pillar__link figure::before {
  display: block;
  padding-top: 459.18%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-pillar__link figure {
    margin: 0 0 5.2rem 0;
    position: relative;
    overflow: hidden;
  }
  .p-home-pillar__link figure::before {
    display: block;
    padding-top: 272.73%;
    content: "";
  }
}
.p-home-pillar__link figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-pillar__link figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.13);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-home-pillar__link:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home-pillar__link:hover .p-home-pillar__desc .p-home-pillar__no {
  color: #e2258f;
}
.p-home-pillar__link:hover .p-home-pillar__desc .p-home-pillar__title {
  color: #e2258f;
}
.p-home-pillar__link:hover .p-home-pillar__desc .p-home-pillar__titleEng {
  color: #e2258f;
}

@media screen and (min-width: 769px) {
  .p-home-pillar__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-home-pillar__no {
  display: block;
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2121212121;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__no {
    margin: -0.7rem 0 0;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.225;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__no {
    margin: -0.3rem 0 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.1428571429;
    letter-spacing: -0.01em;
  }
}

.p-home-pillar__title {
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__title {
    margin: 0 0 0 2.6rem;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__title {
    margin: 0 0 0 1.4rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-home-pillar__title .p-home-pillar__titleEng {
  display: block;
  margin: 1.8rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .p-home-pillar__title .p-home-pillar__titleEng {
    margin: 1.4rem 0 0;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pillar__title .p-home-pillar__titleEng {
    margin: 1.2rem 0 0;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
.p-home-pillar__title .p-home-pillar__titleEng span {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home-pillar__title .p-home-pillar__titleEng span {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__title .p-home-pillar__titleEng span:not(:last-child) {
    margin: 0 0.5rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-home-pillar__bottom {
    width: calc(100% - 10rem);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__bottom .c-btn__wrap {
    margin: 0 -4rem 0 0;
  }
}
.p-home-pillar__bottom .c-btn__wrap .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-home-pillar__indicator {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator .p-home-pillar__indicatorLine.c-indicator__line {
    margin: 8.7rem 0;
  }
}
.p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__lineWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4rem);
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__lineWrap {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator .p-home-pillar__indicatorLine .p-home-pillar__indicatorBlock {
    width: 31.25%;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator .p-home-pillar__indicatorLine .p-home-pillar__indicatorBlock:last-child {
    width: 6.25%;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__circle {
    left: 0;
  }
}
.p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__circle.-one {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__circle.-two {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__circle.-three {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-home-pillar__indicator .p-home-pillar__indicatorLine .c-indicator__circle.-four {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* home-message
----------------------------------------- */
.p-home-message {
  padding: 13.5rem 0 15.8rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home-message {
    padding: 30rem 0;
  }
}
.p-home-message.gray {
  padding: 16.8rem 0 17.5rem;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .p-home-message.gray {
    padding: 21rem 0 23.8rem;
  }
}
.p-home-message.gray .p-home-message__img {
  margin: 17.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-message.gray .p-home-message__img {
    margin: 23.8rem 0 0;
  }
}
.p-home-message.gray .p-home-message__img figure {
  position: relative;
  overflow: hidden;
}
.p-home-message.gray .p-home-message__img figure::before {
  display: block;
  padding-top: 89.74%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-message.gray .p-home-message__img figure {
    position: relative;
    overflow: hidden;
  }
  .p-home-message.gray .p-home-message__img figure::before {
    display: block;
    padding-top: 35.71%;
    content: "";
  }
}
.p-home-message.gray .p-home-message__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-message .l-container {
  text-align: center;
}

/* home-mv
----------------------------------------- */
.p-home-mv {
  position: relative;
  height: 100vh;
  margin: -7rem 0 0;
  padding: 7rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-home-mv {
    height: calc(100% + 21rem);
    max-height: 1060px;
    min-height: 1060px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-mv {
    margin: 0;
    padding: 0;
  }
}

.p-home-catch {
  position: absolute;
  bottom: -4.9rem;
  left: 50%;
  z-index: 2;
  width: 86%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-home-catch {
    top: calc(85vh - 25.2rem);
    left: -3.55rem;
    width: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.p-home-catch .c-line {
  position: absolute;
  top: -1rem;
  left: -5.7rem;
  z-index: 3;
  display: none;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 1025px) {
  .p-home-catch .c-line {
    top: -2.5rem;
    left: -8.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-catch .c-line {
    top: -1.4rem;
    left: -5.8rem;
    width: 5.4rem;
    height: 4.8rem;
  }
}

.p-home-catch__text {
  margin: 0 0 1.4rem 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-catch__text {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}

.p-home-catch__eng {
  margin: 0 0 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-home-catch__eng {
    margin: 0;
  }
}
.p-home-catch__eng span {
  display: block;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.8125;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 370px) and (max-width: 768px) {
  .p-home-catch__eng span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .p-home-catch__eng span {
    font-size: 8.4rem;
    font-weight: 700;
    line-height: 0.8095238095;
    letter-spacing: -0.07em;
  }
}

.p-home-catch__copy {
  display: block;
  margin: 0 0 0 -1.2rem;
  color: #fff;
  font-family: "Syne", sans-serif;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-catch__copy.pc {
    position: absolute;
    top: 51vh;
    right: -3.75rem;
    z-index: 1;
    display: inline-block;
    font-family: "Syne", sans-serif;
    -webkit-transform: rotateZ(90deg) translate(0%, -50%);
            transform: rotateZ(90deg) translate(0%, -50%);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1499px) {
  .p-home-catch__copy.pc {
    position: absolute;
    top: 51vh;
    right: -2.4rem;
    z-index: 1;
    display: inline-block;
    font-family: "Syne", sans-serif;
    -webkit-transform: rotateZ(90deg) translate(0%, -50%);
            transform: rotateZ(90deg) translate(0%, -50%);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1500px) {
  .p-home-catch__copy.pc {
    position: absolute;
    top: 51vh;
    right: -0.75rem;
    z-index: 1;
    display: inline-block;
    font-family: "Syne", sans-serif;
    -webkit-transform: rotateZ(90deg) translate(0%, -50%);
            transform: rotateZ(90deg) translate(0%, -50%);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
}

/* home-parallax
----------------------------------------- */
.p-home-parallax {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}
.p-home-parallax::before {
  display: block;
  padding-top: 89.74%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-parallax {
    position: relative;
    overflow: hidden;
  }
  .p-home-parallax::before {
    display: block;
    padding-top: 35.71%;
    content: "";
  }
}
.p-home-parallax::before {
  background-color: rgba(0, 0, 0, 0.4);
}

/* home-pick
----------------------------------------- */
.p-home-pick {
  position: relative;
  padding: 6rem 0 5.5rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home-pick {
    padding: 12rem 0 10rem;
  }
}
.p-home-pick::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-home-pick::before {
    width: calc(100% - 16rem);
    max-width: 1200px;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-pick .l-section__headline {
    width: 20%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pick .l-section__headline {
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  .p-home-pick__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-home-pick__list {
  margin: 3.2rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pick__list {
    width: 66.666666%;
    margin: -4rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pick__list {
    width: 58%;
    margin: -4rem 0 0;
  }
}

.p-home-pick__item {
  margin: 2.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-home-pick__item {
    margin: 4rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-home-pick__link {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pick__link {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-home-pick__link figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.4rem 0;
}
@media screen and (min-width: 1025px) {
  .p-home-pick__link figure {
    width: calc(100% - 20rem);
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pick__link figure {
    width: calc(100% - 22rem);
    margin: 0;
  }
}
.p-home-pick__link figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-pick__link:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-home-pick__link:hover .p-home-pick__title {
  color: #e2258f;
}
.p-home-pick__link:hover .p-home-pick__arrow {
  background-image: url(../images/home/pick_arrow_pink.svg);
}

.p-home-pick__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-home-pick__text {
    width: 16.3rem;
    margin: 0 3.2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-pick__text {
    width: 18rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-home-pick__title {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-pick__title {
    margin: 0 0.9rem 0 0;
    font-size: max(1.5rem, 12px);
    font-weight: 500;
    line-height: 1.1333333333;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) {
  .p-home-pick__title.-coordinate {
    margin: 0 1rem 0 0 !important;
  }
}

.p-home-pick__arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/home/pick_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}

/* home-slider
----------------------------------------- */
.p-home-slider__container .swiper-slide-active .slide-img,
.p-home-slider__container .swiper-slide-duplicate-active .slide-img,
.p-home-slider__container .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 5s linear 0s;
          animation: zoomUp 5s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-home-slider {
  position: absolute;
  top: 9rem;
  left: 50%;
  z-index: 2;
  z-index: 2;
  width: 89.74%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-home-slider {
    top: 13rem;
    width: 85.714285%;
  }
}
@media screen and (min-width: 769px) {
  .p-home-slider .p-home-catch__copy {
    display: none;
  }
}

.p-home-slider__container.swiper-container-initialized .p-home-slider__slide img {
  opacity: 1;
}

.p-home-slider__wrapper .p-home-slider__slide.swiper-slide-prev:first-of-type .p-home-slider__img img {
  opacity: 0;
}

.p-home-slider__slide {
  overflow: hidden;
  margin: 0 auto;
}
.p-home-slider__slide .p-home-slider__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-home-slider__slide.swiper-slide-active img {
  opacity: 1;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-home-slider__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-home-slider__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}

.p-home-slider__img {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.p-home-slider__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-slider__img picture img {
  width: 100%;
  height: calc(100vh - 23.5rem);
  font-family: "object-fit: cover;";
  opacity: 0;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-home-slider__img picture img {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-home-slider__img picture img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
            mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
@media screen and (min-width: 769px) {
  .p-home-slider__img picture img {
    max-height: 850px;
    min-height: 850px;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-home-slider__pagination {
  position: absolute;
  right: 1rem;
  bottom: -12.3rem;
  z-index: 1;
  display: block;
  width: 9.9rem;
  max-width: 10rem;
  height: 9.9rem;
  max-height: 10rem;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination {
    top: calc(85vh - 21rem);
    right: -1.95rem;
    width: 11.9rem;
    max-width: 11.9rem;
    height: 11.9rem;
    max-height: 11.9rem;
  }
}
.p-home-slider__pagination .swiper-pagination {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-pagination {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6153846154;
    letter-spacing: 0.01em;
  }
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-current {
  color: #fff;
  counter-increment: swiper-pagination;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-pagination .swiper-pagination-current {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1666666667;
    letter-spacing: 0.01em;
  }
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-current::before {
  content: "0";
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-current:nth-of-type(9) ~ .swiper-pagination-current::before {
  content: counter(swiper-pagination);
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-total {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-pagination .swiper-pagination-total {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6153846154;
    letter-spacing: 0.01em;
  }
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
.p-home-slider__pagination .swiper-pagination .swiper-pagination-total:nth-of-type(9) ~ .swiper-pagination-current::before {
  content: counter(swiper-pagination);
}
.p-home-slider__pagination .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.4rem;
  height: 0.7rem;
  margin-top: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-button-prev {
    left: 1.35rem;
    width: 0.5rem;
    height: 0.89rem;
  }
}
.p-home-slider__pagination .swiper-button-prev:after {
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-button-prev:after {
    width: 0.5rem;
    height: 0.89rem;
  }
}
.p-home-slider__pagination .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.4rem;
  height: 0.7rem;
  margin-top: 0;
  -webkit-transform: translate(0%, -50%) !important;
          transform: translate(0%, -50%) !important;
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-button-next {
    right: 1.35rem;
    width: 0.5rem;
    height: 0.89rem;
  }
}
.p-home-slider__pagination .swiper-button-next:after {
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-home-slider__pagination .swiper-button-next:after {
    width: 0.5rem;
    height: 0.89rem;
  }
}
.p-home-slider__pagination .swiper-button-next {
  background-image: url(../images/common/slider_arrow_next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-home-slider__pagination .swiper-button-prev {
  background-image: url(../images/common/slider_arrow_prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-home-slider__paginationWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* home-uniform
----------------------------------------- */
#js-bg .p-home-uniform__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #js-bg .p-home-uniform__img {
    right: 0;
    left: auto;
    width: 91%;
  }
}
#js-bg .p-home-uniform__img.-coordinateImg {
  background-image: url(../images/home/uniform_img01_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #js-bg .p-home-uniform__img.-coordinateImg {
    background-image: url(../images/home/uniform_img01_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media screen and (min-width: 769px) {
  #js-bg .p-home-uniform__img.-orderImg {
    background-image: url(../images/home/uniform_img02_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media screen and (min-width: 769px) {
  #js-bg .p-home-uniform__img.-rentalImg {
    background-image: url(../images/home/uniform_img03_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media screen and (min-width: 769px) {
  #js-bg .p-home-uniform__img.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hoverImg {
  0% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hoverImg {
  0% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-home-uniform {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 6rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home-uniform {
    padding: 14rem 0;
  }
}
.p-home-uniform .l-section__headline {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-home-uniform__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-home-uniform__listInner {
  margin: 6rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-home-uniform__listInner {
    width: 66.666666%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-uniform__listInner {
    width: 58%;
    margin: 0;
  }
}

.p-home-uniform__item {
  position: relative;
  z-index: 2;
}
.p-home-uniform__item:hover {
  z-index: inherit;
}
.p-home-uniform__item.-coordinate.is-active {
  z-index: 3;
}
.p-home-uniform__item.-coordinate.is-active .line-bottom {
  opacity: 1;
}
.p-home-uniform__item.-coordinate:hover {
  z-index: 3;
}
.p-home-uniform__item.-order.is-active {
  z-index: 3;
}
.p-home-uniform__item.-order.is-active .line-top {
  opacity: 1;
}
.p-home-uniform__item.-order:hover {
  z-index: 3;
}
.p-home-uniform__item.-order:hover .line-top {
  z-index: 1;
}
.p-home-uniform__item.-order:hover .line-bottom {
  z-index: 1;
}
.p-home-uniform__item.-rental.is-active {
  z-index: 3;
}
.p-home-uniform__item.-rental.is-active .line-top {
  opacity: 1;
}
.p-home-uniform__item.-rental:hover {
  z-index: 3;
}
.p-home-uniform__item:hover .p-home-uniform__title {
  color: #e2258f;
}
.p-home-uniform__item:hover .p-home-uniform__title .line::before {
  -webkit-animation: linkLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: linkLineHorizontal 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.p-home-uniform__item:hover .line-top::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-home-uniform__item:hover .line-bottom {
  z-index: 1;
}
.p-home-uniform__item:hover .line-bottom::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-home-uniform__item .line-top {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
}
.p-home-uniform__item .line-top::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-home-uniform__item .line-bottom {
  position: absolute;
  bottom: -0.1rem;
  z-index: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
}
.p-home-uniform__item .line-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-home-uniform__link {
  display: block;
  padding: 4rem 1rem;
}
@media screen and (min-width: 769px) {
  .p-home-uniform__link {
    padding: 5.5rem 3rem;
  }
}

.p-home-uniform__title {
  position: relative;
  margin: 0 0 1rem 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-home-uniform__title {
    margin: 0 0 1.4rem 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-home-uniform__title .line {
  position: absolute;
  top: 0.6rem;
  left: -3rem;
  display: block;
  width: 2.1rem;
  height: 0.1rem;
}
@media screen and (min-width: 769px) {
  .p-home-uniform__title .line {
    top: 1.2rem;
    left: -4.9rem;
    width: 3.9rem;
  }
}
.p-home-uniform__title .line::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  opacity: 0;
}

@-webkit-keyframes linkLineHorizontal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes linkLineHorizontal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.p-home-uniform__titleEng {
  display: block;
  margin: 0 0 1rem 0;
  color: #838383;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-home-uniform__titleEng {
    margin: 0 0 1.5rem 0;
  }
}

.p-home-uniform__arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/home/uniform_link_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* access
----------------------------------------- */
body.access {
  overflow-x: clip;
}
body.access .l-header {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  body.access .l-header {
    background-color: rgba(255, 255, 255, 0);
  }
}
body.access .p-hero__head.-subpage {
  position: relative;
  z-index: 3;
}

.p-access {
  padding: 0 0 8.3rem 0;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding: 0 0 8.65rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-access-tab__nav {
  position: sticky;
  top: 8rem;
  left: 0;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-access-tab__nav {
    position: sticky;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 22%;
    margin: -27.5rem 0 0;
    padding: 27.5rem 0 0;
  }
}
.p-access-tab__nav.is-active {
  padding: 1rem 0;
}

.p-access-tab__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.6%;
  padding: 0 0 0 1.8rem;
  color: #afafaf;
  white-space: nowrap;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-access-tab__btn {
    width: 100%;
    pointer-events: none;
  }
}
.p-access-tab__btn.is-active {
  color: #252525;
}
.p-access-tab__btn.is-active::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-access-tab__btn:nth-child(odd) {
  margin: 0 6.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-tab__btn:nth-child(odd) {
    margin: 0;
  }
}

.p-access-detail {
  margin: 4.3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail {
    width: 64.285vw;
    margin: 0;
    margin: 0 calc(50% - 50vw);
  }
}

.p-access-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid {
  position: relative;
  height: auto;
}

.p-access-detail__item {
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 0 7.7rem 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__item {
    margin: 0 0 7.35rem 0;
  }
}
.p-access-detail__item.muuri-item {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-access-detail__item:first-child .p-access-detail__descWrap {
    width: 66.1%;
  }
}

@media screen and (min-width: 769px) {
  .p-access-detail__head {
    padding: 0 6rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-access-detail__title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2307692308;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.3714285714;
    letter-spacing: -0.01em;
  }
}

.p-access-detail__eng {
  display: block;
  margin: 0.3rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__eng {
    margin: 0.8rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-access-detail__descWrap {
    width: 64.285%;
  }
}

.p-access-detail__desc {
  margin: 2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__desc {
    width: 100%;
    margin: 0;
  }
}
.p-access-detail__desc.-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-access-detail__desc.-bottom {
    display: block;
  }
}
.p-access-detail__desc.-bottom .p-access-detail__row {
  width: 8.6rem;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__desc.-bottom .p-access-detail__row {
    width: 100%;
  }
}
.p-access-detail__desc.-bottom .p-access-detail__row:first-child {
  margin: 0 9.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__desc.-bottom .p-access-detail__row:first-child {
    margin: 0 0 0.7rem 0;
  }
}

.p-access-detail__row {
  margin: 1.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__row {
    margin: 0 0 0.7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .p-access-detail__row:not(:last-child) {
    margin: 0 0 0.7rem 0;
  }
}

.p-access-detail__dt {
  color: #838383;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__dt {
    width: 4.8rem;
    margin: 0 5.2rem 0 0;
    font-size: max(1.2rem, 11px);
    font-weight: 400;
    line-height: 2.6666666667;
    letter-spacing: 0.02em;
  }
}

.p-access-detail__dd {
  margin: 0.95rem 0 0;
  white-space: nowrap;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__dd {
    width: calc(100% - 10rem);
    margin: 0;
    white-space: inherit;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-access-detail__dd a.-tel {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__dd a.-tel {
    pointer-events: none;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-access-detail__dd.-fax {
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__dd.-fax {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 769px) {
  .p-access-detail__ddWrap {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .p-access-detail__ddWrap .u-only-pc {
    display: inline-block;
  }
}
.p-access-detail__ddWrap a.-map {
  position: relative;
  margin: 0 0 0 1.8rem;
  padding: 0 2.8rem 0 0;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-access-detail__ddWrap a.-map {
    display: inline-block;
    margin: 0 0 0 2.4rem;
    white-space: nowrap;
    font-size: max(1.2rem, 11px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
.p-access-detail__ddWrap a.-map::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/access/access_map_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-access-detail__ddWrap a.-map.-wrap {
  display: block;
  margin: 1rem 0 0 1.8rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-access-detail__ddWrap a.-map.-wrap {
    display: inline-block;
  }
}
.p-access-detail__ddWrap .-small {
  display: block;
  margin: 0.3rem 0 0;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.p-access-detail__map {
  position: relative;
  margin: 2rem 0 0;
  padding: 57.1428% 0 0;
}
@media screen and (min-width: 769px) {
  .p-access-detail__map {
    margin: 3.4rem 0 0;
    padding: 50% 0 0;
  }
}
.p-access-detail__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* case
----------------------------------------- */
.p-case-summary {
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary {
    padding: 0 0 12rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary .c-pagination {
    margin: 10rem 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-case-summary.-news .p-news-nav__btn {
    bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head {
    display: block;
    border-bottom: none;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav {
    width: 100%;
    border-bottom: 1px solid #bebebe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2rem 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList {
    border-bottom: none;
  }
}
@media screen and (min-width: 280px) and (max-width: 370px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList {
    overflow-x: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList {
    margin: 0;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem {
    margin: 0;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem:first-child {
  position: relative;
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem:first-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem:first-child::before {
    display: none;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem:nth-child(n+4) {
  margin: -0.1rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem:nth-child(n+4) {
    margin: 0;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem .p-case-summary__navLink {
  width: 8.5rem;
  padding: 0 0 1.9rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem .p-case-summary__navLink {
    width: auto;
    padding: 0 2.1rem;
  }
}
.p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem .p-case-summary__navLink.-current::before {
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__head .p-case-summary__nav .p-case-summary__navList .p-case-summary__navItem .p-case-summary__navLink.-current::before {
    bottom: -2.1rem;
  }
}
.p-case-summary.-news .p-case-summary__archive {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-news .p-case-summary__archive {
    margin: 4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-case-summary.-news .p-case-summary__archive .p-case-summary__archiveList {
    margin: 0 -3.75% -6rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-summary.-news .p-case-summary__archive .p-case-summary__archiveList {
    margin: 0 -4.5rem -6rem 0;
  }
}
.p-case-summary.-recycle .p-case-summary__nav {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-recycle .p-case-summary__nav {
    width: 100%;
    border-bottom: 1px solid #bebebe;
  }
}
.p-case-summary.-recycle .p-case-summary__navList {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-recycle .p-case-summary__navList {
    padding: 0 0 2rem;
  }
}
.p-case-summary.-recycle .p-case-summary__navLink {
  padding: 0 0 1.9rem;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-recycle .p-case-summary__navLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.4rem;
  }
}
.p-case-summary.-recycle .p-case-summary__navLink:hover {
  color: #e2258f;
}
.p-case-summary.-recycle .p-case-summary__navLink.-current {
  pointer-events: none;
  font-weight: 700;
}
.p-case-summary.-recycle .p-case-summary__navLink.-current::before {
  width: 110%;
  bottom: -0.1rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-recycle .p-case-summary__navLink.-current::before {
    bottom: -2.1rem;
    width: 162%;
  }
}
.p-case-summary.-download .p-case-summary__archiveLink:hover .c-btn.rectangle {
  border-color: #e2258f;
}
.p-case-summary.-download .p-case-summary__title {
  height: 8rem;
}
@media (max-width: 769px) {
  .p-case-summary.-download .p-case-summary__title {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary.-download .p-case-summary__title {
    height: 2.8em;
  }
}
@media (max-width: 769px) {
  .p-case-summary.-download .p-case-summary__data {
    width: 100%;
  }
}
.p-case-summary.-download .c-btn.rectangle {
  margin-top: 1rem;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-download .c-btn.rectangle {
    margin-top: 3rem;
  }
}
@media (max-width: 769px) {
  .p-case-summary.-download .p-case-summary__archiveList {
    display: -ms-grid;
    display: grid;
    gap: 0 2.2%;
    -ms-grid-columns: 1fr 2.2% 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-case-summary.-download .p-case-summary__archive {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary.-download .p-case-summary__archive {
    margin: 4rem 0 0;
  }
}
.p-case-summary.-download .p-case-summary__archiveWrap {
  display: block;
}
@media (max-width: 769px) {
  .p-case-summary.-download .p-case-summary__archiveWrap figure {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary.-hero-project .p-case-summary__archiveList {
    display: -ms-grid;
    display: grid;
    gap: 0 2.2%;
    -ms-grid-columns: 1fr 2.2% 1fr 2.2% 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px) {
  .p-case-summary__head {
    border-bottom: 1px solid #bebebe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-case-summary__navList {
  padding: 0 0.8rem 1.9rem;
  border-bottom: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-case-summary__navList {
    padding: 0 0 2rem;
    border-bottom: none;
  }
}

.p-case-summary__navItem {
  margin: 0 2.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__navItem {
    margin: 0 2.5rem;
  }
}

.p-case-summary__navLink {
  position: relative;
  display: block;
  font-size: max(1.3rem, 12px);
  font-weight: 500;
  line-height: 1.2307692308;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-summary__navLink {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-case-summary__navLink.-current {
  color: #e2258f;
}
.p-case-summary__navLink.-current::before {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 126%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-case-summary__navLink.-current::before {
    bottom: -2.1rem;
    width: 162%;
  }
}

.p-case-summary__tagList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-case-summary__tagList {
    margin: 0;
    padding: 0 0 1.4rem 0;
  }
}

.p-case-summary__tagItem {
  margin: 0 1rem 1rem 0;
}

.p-case-summary__tagLink {
  display: block;
  padding: 0.8rem 1.5rem;
  background-color: #f0f0f0;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-case-summary__tagLink {
    padding: 0.6rem 1.55rem;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

.p-case-summary__archive {
  margin: 0rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archive {
    margin: -4.4rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-case-summary__archiveList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3.75% -6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-summary__archiveList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5rem -6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) {
    width: 46.1847%;
    margin: 0 0 8rem 0 !important;
    padding: 0;
    border-bottom: none;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) {
  margin: 0 0 4rem 0;
  padding: 0 0 4rem 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 1025px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) {
    width: 46.1847%;
    margin: 0 4.016% 8rem 0;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) {
    width: 40.7rem;
    margin: 0 5rem 8rem 0;
    padding: 0;
    border-bottom: none;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveLink .p-case-summary__tagList, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveLink .p-case-summary__tagList {
  margin: 1.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveLink .p-case-summary__tagList, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveLink .p-case-summary__tagList {
    margin: 2.2rem 0 0;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap {
  display: block;
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap figure, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap figure {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap figure, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap figure {
    margin: 0 0 2.4rem 0;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data {
  width: 94%;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data {
    width: 100%;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead {
  margin: 0 0 2.5rem 0;
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead {
    margin: 0 0 1.7rem 0;
    padding: 0 0 2rem 0;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead .line-bottom, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead .line-bottom {
  width: 5.7rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead .line-bottom, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__dataHead .line-bottom {
    width: 13.9rem;
  }
}
.p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__title, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__title {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveList.-case .p-case-summary__archiveItem:first-child .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__title, .p-case-summary__archiveList.-case .p-case-summary__archiveItem:nth-child(2) .p-case-summary__archiveWrap .p-case-summary__data .p-case-summary__title {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

.p-case-summary__archiveItem {
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 1025px) {
  .p-case-summary__archiveItem {
    width: 29.7188%;
    margin: 0 4.5rem 6rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-summary__archiveItem {
    width: 25.8rem;
    margin: 0 4.5rem 6rem 0;
  }
}

.p-case-summary__archiveLink {
  display: block;
}
.p-case-summary__archiveLink:hover .p-case-summary__archiveWrap figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-case-summary__archiveLink:hover .p-case-summary__archiveWrap .p-case-summary__title {
  color: #e2258f;
}
.p-case-summary__archiveLink:hover .line-bottom {
  z-index: 1;
}
.p-case-summary__archiveLink:hover .line-bottom::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-case-summary__archiveLink:hover .line-bottom::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-case-summary__archiveLink .p-case-summary__tagList {
  margin: 1.5rem -1rem -1rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveLink .p-case-summary__tagList {
    margin: 1.7rem -1rem -1rem 0;
    padding: 0;
  }
}
.p-case-summary__archiveLink .p-case-summary__tagList .p-case-summary__tagItem .p-case-summary__tagLink {
  padding: 0.4rem 0.975rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveLink .p-case-summary__tagList .p-case-summary__tagItem .p-case-summary__tagLink {
    padding: 0.35rem 0.975rem;
    font-size: max(1.2rem, 12px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
}

.p-case-summary__archiveWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveWrap {
    display: block;
  }
}
.p-case-summary__archiveWrap figure {
  width: 38.57%;
  position: relative;
  overflow: hidden;
}
.p-case-summary__archiveWrap figure::before {
  display: block;
  padding-top: 68%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-case-summary__archiveWrap figure {
    width: 100%;
    margin: 0 0 2.9rem 0;
  }
}
.p-case-summary__archiveWrap figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case-summary__data {
  width: 52.86%;
}
@media screen and (min-width: 769px) {
  .p-case-summary__data {
    width: 100%;
  }
}
.p-case-summary__data .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 9.1rem;
  height: 0.1rem;
  background-color: #e2258f;
}
.p-case-summary__data .line-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-case-summary__data .line-bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-case-summary__dataHead {
  position: relative;
  margin: 0 0 1.1rem 0;
  padding: 0 0 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-case-summary__dataHead {
    margin: 0 0 1.7rem 0;
    padding: 0 0 2rem 0;
  }
}

.p-case-summary__dataTag {
  display: block;
  width: 9.1rem;
  padding: 0.3rem 0;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  text-align: center;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-case-summary__dataTag {
    padding: 0.3rem 0;
  }
}

.p-case-summary__date {
  display: block;
  margin: 0 0 0 1.6rem;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}

.p-case-summary__title {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-case-summary__title {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

/* case-detail
----------------------------------------- */
.single-download {
  /* 資料ダウンロード */
}
@media screen and (min-width: 769px) {
  .single-download .p-case-detail__tag {
    padding: 0.3rem 2.1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-case-detail.-gallery .c-pagination-detail::before {
    background-color: #252525;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-gallery .c-pagination-detail::after {
    background-color: #252525;
  }
}
.p-case-detail.-news {
  padding: 13.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news {
    padding: 19rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__head {
    padding: 4rem 0 7.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__head .p-case-detail__tag {
    padding: 0.3rem 2.1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__contentsInner {
    padding: 7.45rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__contentsItem {
    margin: 0 auto 6.6rem;
  }
}
.p-case-detail.-news .p-case-detail__title {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .p-case-detail.-news .p-case-detail__contentsTitle {
    margin: 0 auto 6.05rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__contentsTitleSub {
    margin: 0 0 4.2rem 0;
    padding: 0;
  }
}
.p-case-detail.-news .p-case-detail__contentsTitleSub::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__contentsImgSingle {
    margin: 7.2rem 0 0;
  }
}
.p-case-detail.-news .p-case-detail__contentsImgSingle figcaption {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: -0.01em;
}
.p-case-detail.-news .p-case-detail__info {
  padding: 5.3rem 3rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__info {
    margin: 2.8rem 0 0;
    padding: 7.2rem 10rem;
  }
}
.p-case-detail.-news .p-case-detail__info .l-section__text .title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-case-detail.-news .p-case-detail__social {
    margin: 14rem 0 12rem;
  }
}

@media screen and (min-width: 769px) {
  .p-case-detail__inner .l-container {
    max-width: 1160px;
  }
}

.p-case-detail__head {
  padding: 4rem 0 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__head {
    padding: 4rem 0 8rem;
  }
}
.p-case-detail__head.-gallery {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  padding: 0 2rem 3.5rem;
  color: #fff;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 1025px) {
  .p-case-detail__head.-gallery {
    padding: 0 8.9rem 7.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__head.-gallery {
    padding: 0 8.9rem 3.6rem;
  }
}
.p-case-detail__head.-gallery .p-case-detail__data {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__head.-gallery .p-case-detail__data {
    margin: 0 0 2.45rem 0;
  }
}
.p-case-detail__head.-gallery .p-case-detail__tag {
  border: 1px solid #fff;
}
.p-case-detail__head.-gallery .p-case-detail__date {
  color: #fff;
}
.p-case-detail__head.-gallery .p-case-detail__title {
  width: 90%;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1025px) {
  .p-case-detail__head.-gallery .p-case-detail__title {
    margin: 0 0 3.05rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__head.-gallery .p-case-detail__title {
    margin: 0 0 1.8rem 0;
    font-size: max(2.8rem, 12px);
    font-weight: 600;
    line-height: 1.3214285714;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1025px) {
  .p-case-detail__head.-gallery .p-case-detail__company {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__head.-gallery .p-case-detail__company {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-case-detail__data {
  margin: 0 0 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-case-detail__data {
    margin: 0 0 2.65rem 0;
  }
}

.p-case-detail__tag {
  display: block;
  padding: 0.3rem 0.9rem;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}

.p-case-detail__date {
  display: block;
  margin: 0 0 0 1.6rem;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}

.p-case-detail__title {
  margin: 0 0 3rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4166666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__title {
    margin: 0 0 3.45rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.p-case-detail__company {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__company {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-case-detail__contents.-gallery {
  margin: 6rem 0 0;
}
.p-case-detail__contents.-gallery .p-case-detail__contentsInner {
  padding: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__contentsInner {
    padding: 8rem 0 0;
  }
}
.p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap {
    margin: 0 0 7rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock {
    width: 100%;
    margin: 0 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock figure {
  margin: 0 0 2rem 0;
  position: relative;
  overflow: hidden;
}
.p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock figure::before {
  display: block;
  padding-top: 68.29%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock figure {
    width: 48.5rem;
    margin: 0 0 3rem 0;
  }
}
.p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__contentsInner .p-case-detail__contentsBlock .p-gallery-detail__imgWrap .p-gallery-detail__imgBlock figure:first-child {
    margin: 0 3rem 0 0;
  }
}
.p-case-detail__contents.-gallery .p-case-detail__social {
  margin: 6rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-gallery .p-case-detail__social {
    margin: 12rem 0;
  }
}
@media (max-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsBlock + .p-case-detail__contentsBlock {
    margin-top: 7.6rem;
  }
}
.p-case-detail__contents.-crosstalk .p-case-detail__contentsInner {
  padding: 7.6rem 3rem 3rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsInner {
    padding: 13.6rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsName {
    margin-top: 2.4rem;
  }
}
.p-case-detail__contents.-crosstalk .p-case-detail__contentsName.-bold {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsName + .l-section__text {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsTitle {
    width: 91.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsTitle {
    margin-bottom: 0;
  }
}
.p-case-detail__contents.-crosstalk .l-section__text + .l-section__text {
  margin-top: 2.8rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .l-section__text + .l-section__text {
    margin-top: 3.2rem;
  }
}
.p-case-detail__contents.-crosstalk .p-case-detail__contentsImgSingle {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsImgSingle {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail__contents.-crosstalk .p-case-detail__contentsImgSingle + .p-case-detail__contentsName {
    margin-top: 8rem;
  }
}

.p-case-detail__thumb {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-case-detail__thumb {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-case-detail__thumb figure {
    position: relative;
    overflow: hidden;
  }
  .p-case-detail__thumb figure::before {
    display: block;
    padding-top: 68%;
    content: "";
  }
  .p-case-detail__thumb figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-case-detail__info {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 5.3rem 2rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__info {
    width: 100%;
    margin: 10rem 0 0;
    padding: 7.2rem 10rem;
  }
}
.p-case-detail__info .l-section__text {
  letter-spacing: 0em;
  font-weight: 500;
  font-size: max(1.4rem, 12px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-case-detail__info .l-section__text {
    letter-spacing: 0em;
    font-weight: 500;
    font-size: max(1.6rem, 12px);
    line-height: 2;
  }
}
.p-case-detail__info .l-section__text a {
  text-decoration: underline !important;
}
.p-case-detail__info .l-section__text a.bold {
  font-weight: 600;
}

.p-case-detail__contentsInner {
  padding: 5.5rem 1rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsInner {
    padding: 9.45rem 0 0;
  }
}
.p-case-detail__contentsInner p {
  letter-spacing: 0em;
  font-weight: 500;
  font-size: max(1.4rem, 12px);
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsInner p {
    letter-spacing: 0em;
    font-weight: 500;
    font-size: max(1.6rem, 12px);
    line-height: 1.6;
  }
}

.p-case-detail__contentsTitle {
  position: relative;
  margin: 0 0 3rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4166666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1025px) {
  .p-case-detail__contentsTitle {
    width: 80rem;
    margin: 0 auto 6.85rem;
    padding: 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__contentsTitle {
    width: 78.4rem;
    margin: 0 0 6.85rem auto;
    padding: 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}
.p-case-detail__contentsTitle:before {
  position: absolute;
  top: 1.7rem;
  left: -3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p-case-detail__contentsTitle:before {
    top: 2.3rem;
    left: -10rem;
    width: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-case-detail__contentsTitle:before {
    top: 2.3rem;
    left: -4.9rem;
    width: 4rem;
  }
}

.p-case-detail__contentsItem {
  margin: 0 0 5.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsItem {
    width: 80rem;
    margin: 0 auto 7.4rem;
  }
}
.p-case-detail__contentsItem .l-section__text {
  letter-spacing: 0em;
  font-weight: 500;
  font-size: max(1.4rem, 12px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsItem .l-section__text {
    letter-spacing: 0em;
    font-weight: 500;
    font-size: max(1.6rem, 12px);
    line-height: 2;
  }
}
.p-case-detail__contentsItem .l-section__text a {
  text-decoration: underline !important;
}

.p-case-detail__contentsTitleSub {
  position: relative;
  margin: 0 0 2.8rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsTitleSub {
    margin: 0 0 4.6rem 0;
    padding: 0 0 0 5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-case-detail__contentsTitleSub:before {
  position: absolute;
  top: 1.4rem;
  left: -3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #252525;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsTitleSub:before {
    top: 1.6rem;
    left: 0;
    width: 4rem;
  }
}

.p-case-detail__contentsName {
  margin: 2.8rem 0 0;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsName {
    margin: 4.6rem 0 0;
    font-size: max(1.6rem, 12px);
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-case-detail__contentsImgSingle {
  margin: 3.3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsImgSingle {
    margin: 5.2rem 0 0;
  }
}
.p-case-detail__contentsImgSingle img {
  width: 100%;
}
.p-case-detail__contentsImgSingle figcaption {
  margin: 2rem 0 0;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsImgSingle figcaption {
    margin: 3rem 0 0;
  }
}

.p-case-detail__contentsImgBlock {
  margin: 5.3rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsImgBlock {
    width: 80rem;
    margin: 7.2rem auto 0;
  }
}

.p-case-detail__contentsImgRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-case-detail__contentsImgRow figure {
  width: 47.575757%;
}
.p-case-detail__contentsImgRow figure:not(:nth-child(2)) {
  margin: 0 4.848484% 0 0;
}
.p-case-detail__contentsImgRow figure img {
  width: 100%;
}

.p-case-detail__contentsImgBottom {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsImgBottom {
    margin: 6rem 0 0;
  }
}
.p-case-detail__contentsImgBottom img {
  width: 100%;
}
.p-case-detail__contentsImgBottom figcaption {
  margin: 2rem 0 0;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__contentsImgBottom figcaption {
    margin: 3rem 0 0;
  }
}

.p-case-detail__social {
  margin: 8rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-case-detail__social {
    margin: 12rem 0;
  }
}

.p-case-detail__socialTitle {
  margin: 0 4.4rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialTitle {
    margin: 0 6rem 0 0;
    font-size: max(1.8rem, 12px);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
}

.p-case-detail__socialList {
  margin: 0 -2.8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-case-detail__socialItem {
  position: relative;
  margin: 0 2.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialItem {
    margin: 0 3.9rem 0 0;
  }
}

.p-case-detail__socialLink {
  position: relative;
}
.p-case-detail__socialLink.-facebook img {
  width: 2.065rem;
  height: 2.041rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialLink.-facebook img {
    width: 2.72rem;
    height: 2.688rem;
  }
}
.p-case-detail__socialLink.-twitter img {
  width: 2.195rem;
  height: 1.772rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialLink.-twitter img {
    width: 2.891rem;
    height: 2.334rem;
  }
}
.p-case-detail__socialLink.-copy {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.822rem;
  height: 1.822rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialLink.-copy {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-case-detail__socialLink.-copy img {
  width: 1.822rem;
  height: 1.822rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__socialLink.-copy img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.url-copied {
  display: none;
}
.url-copied span {
  position: absolute;
  top: -2rem;
  left: 50%;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: max(1.1rem, 11px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.p-case-detail__bottom {
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-case-detail__bottom {
    padding: 5rem 0 10rem;
  }
}
.p-case-detail__bottom .l-container {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-case-detail__bottom .l-container {
    max-width: 960px;
  }
}

.p-case-detail__bottomBtn {
  border: 1px solid #bebebe;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.p-case-detail__bottomBtn:hover {
  border: 1px solid #252525;
}

.p-case-detail__bottomLink {
  display: block;
  width: 100%;
  padding: 2.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.0555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-case-detail__bottomLink {
    padding: 3.5rem 0;
  }
}
.p-case-detail__bottomLink .text {
  position: relative;
  padding: 0 4rem 0 0;
}
.p-case-detail__bottomLink .text .icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/case/case_btn_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (min-width: 769px) {
  .p-case-detail__existingInner {
    width: 80rem;
    margin: 0 auto;
  }
}

/* contact
----------------------------------------- */
.p-contact {
  padding: 0 0 15rem 0;
}
@media screen and (min-width: 769px) {
  .p-contact {
    padding: 0 0 16rem 0;
  }
}
.p-contact.-thx {
  margin: -0.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-contact.-thx {
    margin: -2rem 0 0;
    padding: 0 0 12rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-contact.-thx .l-container {
    max-width: 1160px;
  }
}
.p-contact {
  /* 資料ダウンロードの専用thx */
}
@media screen and (min-width: 769px) {
  .p-contact.-thx2 {
    text-align: center;
    max-width: 82rem;
    margin-inline: auto;
  }
}
.p-contact.-thx2 .p-contact__thxText {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-contact.-thx2 .p-contact__thxText {
    margin-top: 0;
  }
}
.p-contact.-thx2 .c-btn__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 370px) and (max-width: 768px) {
  .p-contact.-thx2 .c-btn__wrap {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-contact .l-container {
    max-width: 960px;
  }
}

.p-contact__inner {
  padding: 0 2rem;
}
.page-id-1043 .p-contact__inner, .page-id-3992 .p-contact__inner, .page-id-5700 .p-contact__inner, .page-id-6667 .p-contact__inner, .page-contact-transportation .p-contact__inner {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
  margin: -2.5rem 0 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-contact__inner {
    margin: -2.7rem 0 0;
    padding: 0;
  }
}

.p-contact__text {
  /* contact-1 */
}
.page-id-1043 .p-contact__text, .page-id-3992 .p-contact__text, .page-id-5700 .p-contact__text, .page-id-6667 .p-contact__text, .page-contact-transportation .p-contact__text {
  /* お問い合わせ contact-1 */
  /* お問い合わせ contact */
  /* お問い合わせ contact-transportation */
  margin: 0 2rem;
}
@media screen and (min-width: 769px) {
  .page-id-1043 .p-contact__text, .page-id-3992 .p-contact__text, .page-id-5700 .p-contact__text, .page-id-6667 .p-contact__text, .page-contact-transportation .p-contact__text {
    margin: 0;
  }
}
.page-id-1043 .p-contact__text + .-pink, .page-id-3992 .p-contact__text + .-pink, .page-id-5700 .p-contact__text + .-pink, .page-id-6667 .p-contact__text + .-pink, .page-contact-transportation .p-contact__text + .-pink {
  margin: 0.4rem 2rem 0;
}
@media screen and (min-width: 769px) {
  .page-id-1043 .p-contact__text + .-pink, .page-id-3992 .p-contact__text + .-pink, .page-id-5700 .p-contact__text + .-pink, .page-id-6667 .p-contact__text + .-pink, .page-contact-transportation .p-contact__text + .-pink {
    margin: 0.4rem 0 0;
  }
}
.p-contact__text {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
.p-contact__text.-pink {
  margin: 3.4rem 0 0;
  color: #e2258f;
}
@media screen and (min-width: 769px) {
  .p-contact__text.-pink {
    margin: 4.8rem 0 0;
  }
}
.p-contact__text.-bold {
  font-weight: bold;
}
.p-contact__text.-center {
  text-align: center;
  margin: 3.2rem -2px 0;
}
@media screen and (min-width: 769px) {
  .p-contact__text.-center {
    margin: 3.2rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-contact__text .u-only-pc {
    display: inline-block;
  }
}

.p-contact__achievements img {
  display: block;
  margin: 0rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-contact__achievements img {
    margin: 0rem 0 0;
  }
}
.p-contact__achievements + .p-contact__text.-pink {
  margin: 2rem 2rem 0;
}
@media screen and (min-width: 769px) {
  .p-contact__achievements + .p-contact__text.-pink {
    margin: 0.6rem 0 0;
  }
}

.p-contact__thxInner .c-btn__wrap {
  margin: 3.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-contact__thxInner .c-btn__wrap {
    margin: 6.5rem 0 0;
  }
}
.p-contact__thxInner .c-btn__wrap .c-btn.small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-contact__thx {
  margin: 0 0 0.6rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-contact__thx {
    margin: 0 0 2rem 0;
  }
}

.p-contact__thxText {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

/* crosstalk
----------------------------------------- */
.p-crosstalk {
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-crosstalk {
    padding: 6.6rem 0 0rem 0;
  }
}
.p-crosstalk .p-recruit-interview__list {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-crosstalk .p-recruit-interview__list {
    margin: 6rem 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-crosstalk li.p-recruit-interview__item {
    margin-bottom: 6rem;
  }
}
.p-crosstalk .p-recruit-interview__desc {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-crosstalk .p-recruit-interview__desc {
    margin: 3rem 0 0 0;
  }
}

.p-crosstalk__text {
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-crosstalk__text {
    font-size: 1.6rem;
    margin: 7.2rem 0 0 0;
  }
}

/* company
----------------------------------------- */
.p-company-philosophy {
  padding: 5.7rem 0 3.8rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy {
    padding: 14rem 0 3.8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-company-philosophy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__inner .l-section__title {
    width: 10.58%;
    margin: -0.8rem 0 0;
  }
}

.p-company-philosophy__detail {
  margin: 5.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__detail {
    width: 70.625%;
    margin: 0;
  }
}

.p-company-philosophy__block {
  padding: 0 0 3.6rem 0;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__block {
    position: relative;
    padding: 0 0 6.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__block::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 4.8rem);
    height: 0.1rem;
    background-color: #c9c9c9;
    content: "";
  }
}
.p-company-philosophy__block:not(:last-child) {
  margin: 0 0 4.4rem 0;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__block:not(:last-child) {
    margin: 0 0 4.1rem 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__block:last-child::before {
    display: none;
  }
}

.p-company-philosophy__title {
  margin: 0 0 3.35rem 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__title {
    margin: 0 0 4.45rem 0;
  }
}
.p-company-philosophy__title.-eng {
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
}

.p-company-philosophy__no {
  margin: 0 1.1rem 0 0;
  color: #e2258f;
  vertical-align: top;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__no {
    margin: 0 2.9rem 0 0;
    vertical-align: baseline;
  }
}

.p-company-philosophy__eng {
  display: block;
  margin: 1.15rem 0 0;
  padding: 0 0 0 3rem;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__eng {
    margin: 0.95rem 0 0;
    padding: 0 0 0 4.8rem;
  }
}
.p-company-philosophy__eng.-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.p-company-philosophy__text {
  padding: 0 0 0 3rem;
  font-size: max(1.8rem, 12px);
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__text {
    padding: 0 0 0 4.8rem;
    font-size: max(2.4rem, 12px);
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-company-philosophy__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.75rem 0 0;
  padding: 0 0.8rem 0 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__list {
    padding: 0 0 0 4.8rem;
  }
}

.p-company-philosophy__item:not(:nth-child(2n)) {
  width: 41.8%;
  margin: 0 11.6% 0.9rem 0;
}
@media screen and (min-width: 1025px) {
  .p-company-philosophy__item:not(:nth-child(2n)) {
    width: 20rem;
    margin: 0 20rem 3.4rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-company-philosophy__item:not(:nth-child(2n)) {
    width: 20rem;
    margin: 0 10rem 3.4rem 0;
  }
}
.p-company-philosophy__item:nth-child(2n) {
  width: 46.6%;
  margin: 0 0 0.9rem 0;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__item:nth-child(2n) {
    width: 20rem;
    margin: 0 0 3.4rem 0;
  }
}

.p-company-philosophy__itemName {
  margin: 0 0 1.2rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__itemName {
    margin: 0 0 1.3rem 0;
  }
}

.p-company-philosophy__desc {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy__desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-company-message {
  padding: 3.7rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-company-message {
    padding: 1rem 0 15rem;
  }
}

.p-company-movie {
  padding: 5.7rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-company-movie {
    padding: 12rem 0 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-company-movie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-company-movie__inner .l-section__title {
    width: 20%;
    margin: -0.8rem 0 0;
  }
}

.p-company-movie__video {
  margin: 4rem 0 0;
  position: relative;
  overflow: hidden;
}
.p-company-movie__video::before {
  display: block;
  padding-top: 68.57%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-company-movie__video {
    width: 66.666666%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .p-company-movie__video::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
}
.p-company-movie__video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-movie__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.p-company-movie__video #js-damy-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-company-movie__video #js-damy-img img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-movie__video #js-damy-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-company-movie__video .p-company-movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5rem;
  height: 4.57rem;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .p-company-movie__video .p-company-movie__btn {
    width: 8rem;
    height: 8.1rem;
  }
}

.p-company-outline {
  padding: 2.7rem 0 15rem;
}
@media screen and (min-width: 769px) {
  .p-company-outline {
    padding: 7.5rem 0 13rem;
  }
}

@media screen and (min-width: 769px) {
  .p-company-outline__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline__inner .l-section__title {
    width: 20%;
    margin: -0.8rem 0 0;
  }
}

.p-company-outline__desc {
  margin: 6.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-company-outline__desc {
    width: 66.666666%;
    margin: 0;
  }
}

.p-company-outline__row {
  padding: 2.8rem 0;
  border-bottom: 1px solid #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-company-outline__row {
    padding: 3.45rem 0 3.45rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-company-outline__row:first-child {
  border-top: 1px solid #b7b7b7;
}

.p-company-outline__dt {
  width: 40%;
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-outline__dt {
    width: 20%;
    margin: 0 15% 0 0;
    font-size: max(1.6rem, 12px);
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-company-outline__dtEng {
  display: block;
  margin: 0.3rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-company-outline__dtEng {
    margin: 0.6rem 0 0;
    white-space: nowrap;
  }
}

.p-company-outline__dd {
  width: 60%;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-company-outline__dd {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
.p-company-outline__dd a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-company-outline__dd a.-tel {
    display: inline-block;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline__dd a.-tel.-space {
    display: inline-block;
  }
}
.p-company-outline__dd .-small {
  display: block;
  margin: 0.3rem 0 0;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

/* data
----------------------------------------- */
body.data .l-main {
  background-color: #f0f0f0;
}

@media screen and (min-width: 769px) {
  .p-data:first-of-type {
    margin: 1rem 0 0;
  }
}
.p-data:not(:first-of-type) {
  padding: 5.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-data:not(:first-of-type) {
    padding: 3.45rem 0 0;
  }
}
.p-data:last-of-type {
  padding: 5.8rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-data:last-of-type {
    padding: 3.45rem 0 12.1rem;
  }
}

.p-data__inner {
  margin: 5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-data__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-data__block {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-data__block {
    min-height: 496px;
  }
}
.p-data__block figure {
  text-align: center;
}
.p-data__block:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 769px) {
  .p-data__block:not(:last-child) {
    margin: 0 2.5% 2.5% 0;
  }
}
@media screen and (min-width: 769px) {
  .p-data__block:nth-child(2) {
    margin: 0 0 2.5% 0;
  }
}
.p-data__block.-ratio {
  padding: 3.6rem 0 6.3rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ratio {
    padding: 3.6rem 0 5.3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ratio {
    padding: 3.6rem 0 8.4rem 0;
  }
}
.p-data__block.-ratio figure {
  margin-top: -1.4rem;
  padding: 0 2.5rem 0 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ratio figure {
    margin: 5.3rem 0 0;
    padding: 0 6.25rem 0 6.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ratio figure {
    margin: 6rem 0 0;
    padding: 0 6.25rem 0 6.7rem;
  }
}
.p-data__block.-age {
  padding: 3.6rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-age {
    padding: 3.6rem 0 2.55rem;
  }
}
.p-data__block.-age figure {
  padding: 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-age figure {
    margin: 2.7rem 0 0;
    padding: 0 4rem;
  }
}
.p-data__block.-birthplace {
  padding: 3.6rem 0 3.85rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-birthplace {
    padding: 3.6rem 0 7.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-birthplace {
    padding: 3.6rem 0 9rem;
  }
}
.p-data__block.-birthplace figure {
  padding: 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-birthplace figure {
    margin: 6.2rem 0 0;
    padding: 0 4rem;
  }
}
.p-data__block.-baseball {
  padding: 3.6rem 0 4.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-baseball {
    padding: 3.6rem 0 5.15rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-baseball {
    padding: 3.6rem 0 4.95rem;
  }
}
.p-data__block.-baseball figure {
  padding: 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-baseball figure {
    margin: 6rem 0 0;
    padding: 0 4rem;
  }
}
.p-data__block.-attire {
  padding: 3.6rem 0 3.95rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-attire {
    padding: 3.6rem 0 6.44rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-attire {
    padding: 3.6rem 0 6.504rem;
  }
}
.p-data__block.-attire figure {
  padding: 0 2.2rem 0 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-attire figure {
    margin: 5.7rem 0 0;
    padding: 0 4.4rem 0 4.1rem;
  }
}
.p-data__block.-occupation {
  padding: 3.6rem 0 5.6rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-occupation {
    padding: 3.6rem 0 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-occupation {
    padding: 3.6rem 0 7.8rem 0;
  }
}
.p-data__block.-occupation figure {
  padding: 0 2.5rem 0 2.1rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-occupation figure {
    margin: 0.8rem 0 0;
    padding: 0 10.25rem 0 7.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-occupation figure {
    margin: 2rem 0 0;
    padding: 0 10.25rem 0 7.7rem;
  }
}
.p-data__block.-responsibility {
  padding: 3.6rem 0 2.6rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-responsibility {
    padding: 3.6rem 0 6.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-responsibility {
    padding: 3.6rem 0 7.75rem;
  }
}
.p-data__block.-responsibility figure {
  padding: 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-data__block.-responsibility figure {
    margin: 3rem 0 0;
    padding: 0 4rem;
  }
}
.p-data__block.-ezine {
  padding: 3.6rem 0 4.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ezine {
    padding: 3.6rem 0 8.285rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ezine {
    padding: 3.6rem 0 9.4rem;
    max-height: 49.6rem;
  }
}
.p-data__block.-ezine figure {
  padding: 0 7.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ezine figure {
    margin: 7.7rem 0 0;
    padding: 0;
    height: 18rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ezine figure {
    margin: 8.8rem 0 0;
    padding: 0;
    height: 27.6rem;
  }
}
.p-data__block.-ezine figure img {
  height: 100%;
}
.p-data__block.-transactions {
  padding: 3.6rem 0 3.71rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-transactions {
    margin: 0 2.5% 2.5% 0;
    padding: 3.6rem 0 9.8rem;
    max-height: 49.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-transactions {
    padding: 3.6rem 0 8.25rem;
  }
}
.p-data__block.-transactions figure {
  margin: -0.95rem 0 0;
  padding: 0 4.88rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-transactions figure {
    margin: 8.6rem 0 0;
    padding: 0 6.3rem 0 6.3rem;
    height: 27.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-transactions figure {
    margin: 7.8rem 0 0;
    padding: 0 4rem 0 4rem;
    height: 18rem;
  }
}
.p-data__block.-transactions figure img {
  height: 100%;
}
.p-data__block.-yukyu {
  padding: 3.6rem 0 3.71rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-yukyu {
    margin: 0 2.5% 2.5% 0;
    padding: 3.6rem 0 9.8rem;
    max-height: 49.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-yukyu {
    margin: 0 2.5% 2.5% 0;
    padding: 3.6rem 0 8.25rem;
  }
}
.p-data__block.-yukyu figure {
  margin: -0.95rem 0 0;
  padding: 0 4.88rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-yukyu figure {
    margin: 8.6rem 0 0;
    padding: 0 6.3rem 0 6.3rem;
    height: 27.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-yukyu figure {
    margin: 7.8rem 0 0;
    padding: 0 4rem 0 4rem;
    height: 18rem;
  }
}
.p-data__block.-yukyu figure img {
  height: 100%;
}
.p-data__block.-overtime {
  padding: 3.6rem 0 4.7rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-overtime {
    padding: 3.6rem 0 9rem;
    max-height: 49.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-overtime {
    padding: 3.6rem 0 8.285rem;
  }
}
.p-data__block.-overtime figure {
  padding: 0 7.4rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-overtime figure {
    margin: 8.8rem 0 0;
    height: 27.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-overtime figure {
    margin: 7.8rem 0 0;
    padding: 0;
    height: 18rem;
  }
}
.p-data__block.-overtime figure img {
  height: 100%;
}
.p-data__block.-ikuji {
  padding: 3.6rem 0 4.7rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ikuji {
    padding: 3.6rem 0 9rem;
    max-height: 49.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ikuji {
    padding: 3.6rem 0 8.285rem;
  }
}
.p-data__block.-ikuji figure {
  padding: 0 7.4rem;
}
@media screen and (min-width: 1025px) {
  .p-data__block.-ikuji figure {
    margin: 8.8rem 0 0;
    padding: 0;
    height: 27.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-ikuji figure {
    margin: 7.8rem 0 0;
    padding: 0;
    height: 18rem;
  }
}
.p-data__block.-ikuji figure img {
  height: 100%;
}
.p-data__block.-sns {
  padding: 3.6rem 0 4.1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-sns {
    padding: 3.6rem 0 6.46rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-sns {
    padding: 3.6rem 0 5.85rem;
  }
}
.p-data__block.-sns figure {
  padding: 0 3.6rem 0 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-sns figure {
    margin: 2.8rem 0 0;
    padding: 0 6.7rem 0 7.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-sns figure {
    margin: 2.8rem 0 0;
    padding: 0 10.1rem 0 11.5rem;
  }
}
.p-data__block.-club {
  padding: 3.6rem 0 4.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-data__block.-club {
    padding: 4.4rem 0 5.85rem;
  }
}
.p-data__block.-club figure {
  padding: 0 3.5rem 0 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-club figure {
    margin: 5rem 0 0;
    padding: 0 8.7rem 0 7.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-club figure {
    margin: 5rem 0 0;
    padding: 0 13rem 0 10.7rem;
  }
}
.p-data__block.-vacation {
  padding: 3.6rem 0 5.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-data__block.-vacation {
    padding: 3.6rem 0 9.6rem 0;
    max-height: 49.6rem;
  }
}
.p-data__block.-vacation figure {
  padding: 0 3.6rem 0 3.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-vacation figure {
    margin: 6rem 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-vacation figure {
    margin: 5.4rem 0 0;
    padding: 0 9.8rem 0 9.8rem;
  }
}
.p-data__block.-paidleave {
  padding: 3.6rem 0 5.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-paidleave {
    padding: 3.6rem 0 5.8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-paidleave {
    padding: 3.6rem 0 7.4rem 0;
    max-height: 49.6rem;
  }
}
.p-data__block.-paidleave figure {
  padding: 0 7.8rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__block.-paidleave figure {
    margin: 5rem 0 0;
    padding: 0 7rem 0 7.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__block.-paidleave figure {
    margin: 5rem 0 0;
    padding: 0 10rem 0 10rem;
  }
}
@media screen and (min-width: 769px) {
  .p-data__block.-lOrientation {
    width: 65.833333%;
  }
}
@media screen and (min-width: 769px) {
  .p-data__block.-pOrientation {
    width: 31.666666%;
  }
}
@media screen and (min-width: 769px) {
  .p-data__block.-half {
    width: 48.75%;
  }
}

.p-data__title {
  margin: 0 0 4rem 0;
  padding: 0 0 0 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-data__title {
    margin: 0;
    padding: 0 0 0 2rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1025px) {
  .p-data__title {
    margin: 0;
    padding: 0 0 0 3rem;
  }
}

/* download 資料ダウンロードの詳細ページ
----------------------------------------- */
.p-download {
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) {
  .p-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 769px) {
  .p-download__content {
    width: 50rem;
    margin-right: 5rem;
  }
}
.p-download__content .p-case-detail__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-case-detail__tag {
    margin-top: 0;
  }
}
.p-download__content .p-download__title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.375;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__title {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-download__content .p-download__thumb {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__thumb {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__thumb figure {
    width: min(50rem, 35.7142857143vw);
    height: min(34rem, 24.2857142857vw);
  }
  .p-download__content .p-download__thumb figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-download__content .p-download__text {
  margin-top: 2rem;
  letter-spacing: 0;
  line-height: 1.375;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__text {
    margin-top: 2rem;
  }
}
.p-download__content .p-download__box {
  background-color: #f0f0f0;
  margin-top: 2rem;
  padding: 2rem 2.6rem;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__box {
    margin-top: 2rem;
    padding: 2rem 2.8rem;
  }
}
.p-download__content .p-download__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .p-download__content .p-download__item {
    padding-left: 1.6rem;
  }
}
.p-download__content .p-download__item:before {
  content: "";
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #e2258f;
  vertical-align: middle;
  line-height: 1.4;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
}

.p-download__form {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-download__form {
    width: min(70rem, 50vw);
    margin-inline: 0;
  }
}
.p-download__form .p-contact__text {
  margin-top: 7.6rem;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-download__form .p-contact__text {
    margin: 0 0 0 15rem;
    width: min(70rem, 50vw);
    white-space: wrap !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-download__form .p-contact__text {
    width: 30rem;
  }
}
.p-download__form .p-contact__text + .p-contact__text {
  margin-top: 3.4rem;
}
.p-download__form .l-form {
  margin-top: 0;
}

/* gallery
----------------------------------------- */
.p-gallery-detail__head {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-gallery-detail__head::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/gallery/gallery_head_shadow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__head::before {
    background-image: url(../images/gallery/gallery_head_shadow_pc.png);
  }
}
.p-gallery-detail__head::after {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  width: 100%;
  height: 6rem;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.p-gallery-detail__headImg {
  position: relative;
  overflow: hidden;
}
.p-gallery-detail__headImg::before {
  display: block;
  padding-top: 139.23%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__headImg {
    position: relative;
    overflow: hidden;
  }
  .p-gallery-detail__headImg::before {
    display: block;
    padding-top: 57.14%;
    content: "";
  }
}
.p-gallery-detail__headImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery-detail__comment {
  margin: 0 0 4rem 0;
  padding: 3.3rem 2rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__comment {
    margin: 0 0 8rem 0;
    padding: 7.4rem 10rem 7.2rem;
  }
}

.p-gallery-detail__commentTitle {
  margin: 0 0 1.6rem 0;
  font-size: max(1.8rem, 12px);
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__commentTitle {
    margin: 0 0 2.6rem 0;
    font-size: max(2rem, 12px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-gallery-detail__commentText {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__commentText {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-gallery-detail__company {
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 3.1rem 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__company {
    width: calc(100% - 20rem);
    padding: 5.2rem 0;
  }
}

.p-gallery-detail__companyTitle {
  margin: 0 0 3rem 0;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2.2857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyTitle {
    font-size: max(1.6rem, 12px);
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-gallery-detail__companyRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyRow:first-child .p-gallery-detail__companyDt {
    margin: 0 2.1rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyRow:nth-child(2) .p-gallery-detail__companyDt {
    margin: 0 0.9rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyRow:nth-child(3) .p-gallery-detail__companyDt {
    margin: 0 2.4rem 0 0;
  }
}

.p-gallery-detail__companyDt {
  width: 7rem;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2.2857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDt {
    width: auto;
    white-space: nowrap;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-gallery-detail__companyDd {
  width: calc(100% - 7rem);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2.2857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDd {
    width: auto;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-gallery-detail__companyDd a {
  text-decoration: underline !important;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2.2857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDd a {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-gallery-detail__companyDdWrap {
  width: calc(100% - 7rem);
  margin: 0.24rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDdWrap {
    margin: 0;
  }
}
.p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd:not(:first-child) {
  margin: 1.3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd:not(:first-child) {
    margin: 0;
  }
}
.p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd .p-gallery-detail__companyDdLink {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-gallery-detail__companyDdWrap .p-gallery-detail__companyDd .p-gallery-detail__companyDdLink {
    margin: 0 1.6rem 0 0;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

/* history
----------------------------------------- */
.p-history-lead {
  padding: 12.6rem 0 15.8rem;
}
@media screen and (min-width: 769px) {
  .p-history-lead {
    padding: 17.3rem 0 19.6rem;
  }
}
.p-history-lead .l-container {
  text-align: center;
}

.p-history-message {
  position: relative;
  padding: 5.8rem 0 10rem;
}
@media screen and (min-width: 769px) {
  .p-history-message {
    padding: 12.2rem 0 23.6rem;
  }
}
.p-history-message::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-history-message::before {
    width: calc(100% - 16rem);
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .p-history-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-history-message__desc {
    width: 40.666666%;
  }
}

.p-history-message__title {
  margin: 0 0 3rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1538461538;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-history-message__title {
    margin: 1.8rem 0 4.65rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.p-history-message__text {
  padding: 0 2rem 0 0;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-history-message__text {
    padding: 0;
  }
}

.p-history-message__img {
  display: none;
  margin: 5.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-history-message__img {
    display: block;
    width: 42%;
    margin: 0;
  }
}
.p-history-message__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-message__img figure::before {
  display: block;
  padding-top: 68.57%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-history-message__img figure {
    position: relative;
    overflow: hidden;
  }
  .p-history-message__img figure::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
}
.p-history-message__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-history-timeline {
  padding: 9.6rem 0 7.6rem;
  background-color: #2e2e2e;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-history-timeline {
    padding: 29rem 0 6.2rem;
  }
}

.p-history-timeline__inner.u-only-sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-history-timeline__inner.u-only-sp {
    display: none;
  }
}
.p-history-timeline__inner.u-only-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-history-timeline__inner.u-only-pc {
    position: relative;
    display: block;
  }
}

.p-history-timeline__block:not(:last-child) {
  margin: 0 0 8.5rem 0;
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:first-of-type .p-history-timeline__img {
  position: absolute;
  top: -8.9rem;
  right: -2rem;
  width: 22.6rem;
  height: 22.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:first-of-type .p-history-timeline__img {
    right: -8rem;
    width: 40rem;
    height: 40rem;
  }
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:first-of-type .p-history-timeline__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
    width: 40rem;
    height: 40rem;
  }
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img {
  position: absolute;
  top: 10.4rem;
  left: -2rem;
  width: 16.4rem;
  height: 22.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img {
    left: -8rem;
    width: 24.6rem;
    height: 33.3rem;
  }
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure::before {
  display: block;
  padding-top: 135.37%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure {
    width: 24.6rem;
    height: 33.3rem;
  }
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(3) .p-history-timeline__img {
  position: absolute;
  top: 6rem;
  right: -2rem;
  width: 14.1rem;
  height: 9.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(3) .p-history-timeline__img {
    right: -8rem;
    width: 26rem;
    height: 17.3rem;
  }
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(3) .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(3) .p-history-timeline__img figure::before {
  display: block;
  padding-top: 66.67%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:first-of-type .p-history-timeline__item:nth-of-type(3) .p-history-timeline__img figure {
    width: 26rem;
    height: 17.3rem;
  }
}
.p-history-timeline__block:nth-of-type(2) .p-history-timeline__item:first-of-type .p-history-timeline__img {
  position: absolute;
  top: 18.1rem;
  left: 0;
  width: 21.7rem;
  height: 21.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(2) .p-history-timeline__item:first-of-type .p-history-timeline__img {
    top: 3rem;
    left: -2rem;
    width: 40rem;
    height: 40rem;
  }
}
.p-history-timeline__block:nth-of-type(2) .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:nth-of-type(2) .p-history-timeline__item:first-of-type .p-history-timeline__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(2) .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
    width: 40rem;
    height: 40rem;
  }
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:first-of-type .p-history-timeline__img {
  position: absolute;
  top: -9.2rem;
  right: -2rem;
  width: 32.3rem;
  height: 22.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:first-of-type .p-history-timeline__img {
    top: -6rem;
    right: -8rem;
    width: 50rem;
    height: 34.2rem;
  }
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:first-of-type .p-history-timeline__img figure::before {
  display: block;
  padding-top: 68.42%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:first-of-type .p-history-timeline__img figure {
    width: 50rem;
    height: 34.2rem;
  }
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img {
  position: absolute;
  top: 5.1rem;
  left: -3.6rem;
  width: 21rem;
  height: 12.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img {
    left: -8rem;
    width: 32rem;
    height: 19rem;
  }
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure {
  position: relative;
  overflow: hidden;
}
.p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure::before {
  display: block;
  padding-top: 59.52%;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__block:nth-of-type(3) .p-history-timeline__item:nth-of-type(2) .p-history-timeline__img figure {
    width: 32rem;
    height: 19rem;
  }
}

.p-history-timeline__title {
  margin: 0 0 2.8rem 0;
  padding: 1rem;
  background-color: #2e2e2e;
  font-family: "Inter", sans-serif;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.380952381;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-history-timeline__title {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.2125;
    letter-spacing: -0.01em;
  }
}
.p-history-timeline__title.title-first {
  z-index: -3;
}
.p-history-timeline__title.title-first.is-hidden {
  z-index: -2;
  opacity: 0;
}
.p-history-timeline__title.title-second {
  z-index: -1;
  opacity: 0;
}
.p-history-timeline__title.title-second.is-active {
  z-index: 1;
  opacity: 1;
}
.p-history-timeline__title.title-third {
  z-index: -1;
  opacity: 0;
}
.p-history-timeline__title.title-third.is-active {
  z-index: 1;
  opacity: 1;
}

.p-history-timeline__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-history-timeline__item {
    margin: 0 0 12.825rem 0;
  }
}
.p-history-timeline__item:not(:last-child) {
  margin: 0 0 4.6rem 0;
}
@media screen and (min-width: 769px) {
  .p-history-timeline__item:not(:last-child) {
    margin: 0 0 12.825rem 0;
  }
}

.p-history-timeline__itemTitle {
  margin: 0 0 0.9rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-history-timeline__itemTitle {
    margin: 0 0 2.55rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3714285714;
    letter-spacing: 0em;
  }
}
.p-history-timeline__itemTitle span {
  display: block;
  margin: 0.3rem 0 0;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-history-timeline__itemTitle span {
    margin: 0.6rem 0 0;
    font-size: max(2.5rem, 12px);
    font-weight: 500;
    line-height: 1.92;
    letter-spacing: 0em;
  }
}

.p-history-timeline__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-history-timeline__text {
    padding: 0 7.2rem 0 0;
    text-align: justify;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 0em;
  }
}

.p-history-timeline__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-history-bottom {
  position: relative;
  padding: 13.1rem 0 11.6rem;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-history-bottom {
    padding: 22.2rem 0 11.2rem;
  }
}
.p-history-bottom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../images/history/history_bg_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-history-bottom::before {
    background-image: url(../images/history/history_bg_pc.png);
  }
}
.p-history-bottom .l-container {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.p-history-bottom .l-container .l-section__headTitle.white .l-section__headMain {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container .l-section__headTitle.white .l-section__headMain {
    font-size: 5.3rem;
    font-weight: 600;
    line-height: 1.320754717;
    letter-spacing: -0.01em;
  }
}
.p-history-bottom .l-container .l-section__headTitle.white .l-section__headSub {
  margin: 2.7rem 0 0.4rem -8.4rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container .l-section__headTitle.white .l-section__headSub {
    margin: 1.5rem 0 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    font-size: max(1.4rem, 12px);
    font-weight: 400;
    line-height: 1.2142857143;
    letter-spacing: -0.01em;
  }
}
.p-history-bottom .l-container .l-section__headTitle.white .line {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container .l-section__headTitle.white .line.top {
    left: -6rem;
    width: 56.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container .l-section__headTitle.white .line.right {
    bottom: -6.3rem;
    height: 32.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container .l-section__headTitle.white .line.left {
    bottom: -7.9rem;
    height: 36.3rem;
  }
}
.p-history-bottom .l-container .l-section__headTitle.white .line.is-anim.top::before {
  -webkit-animation: titleLineHorizontalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineHorizontalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-history-bottom .l-container .l-section__headTitle.white .line.is-anim.bottom::before {
  -webkit-animation: titleLineHorizontalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineHorizontalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.p-history-bottom .l-container .l-section__headTitle.white .line.is-anim.right:after {
  -webkit-animation: titleLineVerticalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineVerticalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-history-bottom .l-container .l-section__headTitle.white .line.is-anim.left:after {
  -webkit-animation: titleLineVerticalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: titleLineVerticalWhite 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.p-history-bottom .l-container:nth-child(2) {
  z-index: 1;
  margin: 7.8rem 0 0;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 769px) {
  .p-history-bottom .l-container:nth-child(2) {
    max-width: 1260px;
    margin: 6.5rem auto 0;
  }
}

@-webkit-keyframes titleLineHorizontalWhite {
  from {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(-70%, 0, 0) scale(1);
            transform: translate3d(-70%, 0, 0) scale(1);
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes titleLineHorizontalWhite {
  from {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: translate3d(-100%, 0, 0) scale(1);
            transform: translate3d(-100%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  20% {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(-70%, 0, 0) scale(1);
            transform: translate3d(-70%, 0, 0) scale(1);
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes titleLineVerticalWhite {
  from {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  60% {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, -60%, 0) scale(1);
            transform: translate3d(0, -60%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes titleLineVerticalWhite {
  from {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translate3d(0, -100%, 0) scale(1);
            transform: translate3d(0, -100%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  60% {
    background: rgba(255, 255, 255, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, -60%, 0) scale(1);
            transform: translate3d(0, -60%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(11%, rgba(173, 173, 173, 0.85)), color-stop(76%, rgba(159, 159, 159, 0.51)), to(rgba(56, 56, 56, 0)));
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(173, 173, 173, 0.85) 11%, rgba(159, 159, 159, 0.51) 76%, rgba(56, 56, 56, 0) 100%);
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media screen and (min-width: 769px) {
  .p-history-bottom__textInner {
    width: 54.545454%;
    margin: 0 0 0 auto;
  }
}

.p-history-bottom__text {
  text-align: left;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-history-bottom__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}

.p-history-timeline__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-left-content {
  position: relative;
  height: 100vh;
}

.p-history-timeline__titleWrap {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 18.5rem;
  height: 100vh;
  margin: -29.8rem 0 0;
  padding: 29.8rem 0 0;
}
.p-history-timeline__titleWrap .p-history-timeline__title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.2125;
  letter-spacing: -0.01em;
}

.p-history-timeline__titleBox {
  position: relative;
  top: -0.5rem;
  left: -0.5rem;
}

.p-history-timeline__descWrap {
  position: relative;
  overflow: hidden;
  width: 58.416666%;
}

.p-history-timeline__itemWrap {
  position: relative;
}
.p-history-timeline__itemWrap.first-timeline {
  margin: 0 0 27.825rem 0;
}
.p-history-timeline__itemWrap.second-timeline {
  margin: 0 0 27.825rem 0;
}
.p-history-timeline__itemWrap.third-timeline {
  margin: 0 0 27.825rem 0;
}

.p-history-timeline__imgFixed {
  position: fixed;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-filter 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-filter 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), filter 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), filter 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-filter 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-history-timeline__imgFixed.-first {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.p-history-timeline__imgFixed.-first.is-fixed {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.p-history-timeline__imgFixed.-first figure:nth-of-type(1) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70rem;
  height: 70rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-history-timeline__imgFixed.-first figure:nth-of-type(1) {
    top: calc(50% - 5rem);
    width: 49rem;
    height: 49rem;
  }
}
.p-history-timeline__imgFixed.-first figure:nth-of-type(2) {
  position: absolute;
  top: calc(50% + 14rem);
  left: 0;
  width: 40rem;
  height: 54.2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-history-timeline__imgFixed.-first figure:nth-of-type(2) {
    width: 32rem;
    height: 43.3rem;
  }
}
.p-history-timeline__imgFixed.-first figure img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-filter 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: filter 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: filter 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-filter 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}
.p-history-timeline__imgFixed.-second.is-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}
.p-history-timeline__imgFixed.-second figure:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 10rem;
  width: 70rem;
  height: 70rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-history-timeline__imgFixed.-second figure:nth-of-type(1) {
    left: 5rem;
    width: 49rem;
    height: 49rem;
  }
}
.p-history-timeline__imgFixed.-second figure:nth-of-type(2) {
  position: absolute;
  top: calc(50% + 3rem);
  right: 0;
  width: 46.7rem;
  height: 31.2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .p-history-timeline__imgFixed.-second figure:nth-of-type(2) {
    width: 35rem;
    height: 23.4rem;
  }
}
.p-history-timeline__imgFixed.-third.is-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}
.p-history-timeline__imgFixed.-third.is-hidden.is-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: opacity 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}
.p-history-timeline__imgFixed.-third figure:nth-of-type(1) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 75rem;
  height: 54rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-history-timeline__imgFixed.-third figure:nth-of-type(1) {
    width: 53rem;
    height: 38.2rem;
  }
}
.p-history-timeline__imgFixed.-third figure:nth-of-type(2) {
  position: absolute;
  top: calc(50% + 4.5rem);
  left: 0;
  width: 38.8rem;
  height: 23.1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .p-history-timeline__imgFixed.-third figure:nth-of-type(2) {
    top: calc(50% + 8rem);
    width: 31rem;
    height: 18.45rem;
  }
}
.p-history-timeline__imgFixed figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-history-timeline__imgFixed.is-fixed {
  opacity: 1;
}
.p-history-timeline__imgFixed.is-fixed figure img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-animation: blurImg 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
          animation: blurImg 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}
.p-history-timeline__imgFixed.is-fixed.is-hidden {
  opacity: 0;
}
.p-history-timeline__imgFixed.is-fixed.is-hidden figure img {
  -webkit-animation: blurImg 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
          animation: blurImg 1.5s cubic-bezier(0.205, 0.01, 0.075, 0.995);
}

@-webkit-keyframes blurImg {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurImg {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes blurImgHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurImgHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* interview
----------------------------------------- */
.p-interview-hero {
  padding: 0 0 7.4rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-hero {
    padding: 0 0 12rem 0;
  }
}
.p-interview-hero .p-recruit-hero__line {
  position: absolute;
  z-index: 1;
  height: calc(100% - 13.7rem);
}
@media screen and (min-width: 769px) {
  .p-interview-hero .p-recruit-hero__line {
    height: calc(100% - 27rem);
  }
}
.p-interview-hero .p-recruit-hero__line .js-line {
  background-color: #4b4b4b;
}

@media screen and (min-width: 769px) {
  .p-interview__headInner {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-interview__headImg {
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
}
@media screen and (min-width: 769px) {
  .p-interview__headImg {
    width: 57.1428vw;
  }
}
.p-interview__headImg figure {
  z-index: 1;
  width: 84.615384%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-interview__headImg figure::before {
  display: block;
  padding-top: 157.88%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p-interview__headImg figure {
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .p-interview__headImg figure::before {
    display: block;
    padding-top: 112.5%;
    content: "";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview__headImg figure {
    z-index: 1;
    width: 86%;
    position: relative;
    overflow: hidden;
  }
  .p-interview__headImg figure::before {
    display: block;
    padding-top: 112.5%;
    content: "";
  }
}
.p-interview__headImg figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__headFigure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-interview__headFigure.is-anim {
  -webkit-animation: imgScaleInterview 2s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
          animation: imgScaleInterview 2s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
}

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

@keyframes imgScaleInterview {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .p-interview__head {
    width: 42.857vw;
    margin: 5.8% 0 0;
  }
}

.p-interview__headText {
  margin: 0 0 1.3rem 0;
  color: #e2258f;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview__headText {
    margin: 0 0 2.25rem 0;
    font-size: max(2rem, 12px);
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0em;
  }
}

.p-interview__headTitle {
  margin: 0 0 2.1rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3846153846;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-interview__headTitle {
    margin: 0 0 7.85rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.p-interview__headBottom {
  padding: 0 0 0 0.2rem;
}

.p-interview__headPosition {
  margin: 0 0 1.3rem 0;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview__headPosition {
    margin: 0 0 1.9rem 0;
    font-size: max(2rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.p-interview__headName {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview__headName {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1333333333;
    letter-spacing: 0em;
  }
}

.p-interview__headNameEng {
  display: block;
  margin: 0.55rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-interview__headNameEng {
    margin: 0.55rem 0 0;
    font-size: max(1.5rem, 12px);
    font-weight: 700;
    line-height: 1.2666666667;
    letter-spacing: 0.02em;
  }
}

.p-interview-detail {
  padding: 5.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-interview-detail {
    padding: 12rem 0 13.2rem;
  }
}
.p-interview-detail.-interview02 {
  padding: 5.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview02 {
    padding: 12rem 0 4.6rem;
  }
}
.p-interview-detail.-interview02 .l-container {
  margin: 0 auto -2rem;
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview02 .l-container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-interview-detail.-interview02 .l-container .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child.-mt {
    margin: -16rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-detail.-interview02 .l-container .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child.-mt {
    margin: -42rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview03 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child.-mt {
    margin: 24rem 0 0;
    padding: 0 0 1rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview03 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child.-mt .p-interview-detail__img {
    margin: -12.8rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview03 .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__desc {
    width: 41.666666%;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__desc {
    width: 41.666666%;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__img.-small {
    margin: -6.9rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block {
    margin: 7rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block {
    margin: 14rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block .p-interview-detail__img {
    margin: 7rem 0 0;
  }
}
.p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child {
    margin: 4.5rem 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail.-interview04 .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child .p-interview-detail__desc {
    margin: -9rem 0 0;
  }
}
.p-interview-detail__inner {
  position: relative;
}
.p-interview-detail__inner:first-child {
  padding: 0 0 13.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child {
    padding: 0 0 12.3rem 0;
  }
}
.p-interview-detail__inner:first-child::before {
  position: absolute;
  top: -5.5rem;
  left: 0;
  width: 100vw;
  height: calc(100% + 5.5rem);
  margin: 0 calc(50% - 50vw);
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child::before {
    top: -12rem;
    height: calc(100% + 12rem);
  }
}
.p-interview-detail__inner:first-child .p-interview-detail__block {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child .p-interview-detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__img {
    width: 41.666666%;
    margin: 0;
  }
}
.p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__img figure {
  width: 76.923%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__img figure {
    width: 100%;
  }
}
.p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__desc {
    width: 46.916666%;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:first-child .p-interview-detail__block .p-interview-detail__desc .p-interview-detail__title {
    margin: 0.85rem 0 4.65rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block {
    margin: 12rem 0 0;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block {
    margin: 18.5rem 0 0;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block .p-interview-detail__desc {
    width: 41.666666%;
    margin: -17.6rem 0 0;
  }
}
.p-interview-detail__inner:nth-child(2) .p-interview-detail__block.-pb-80 {
  padding: 0 0 8rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block.-pb-80 {
    margin: 18.8rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block.-pb-80 .p-interview-detail__img {
    margin: -7.7rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child {
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child .p-interview-detail__desc.-mt-55 {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child .p-interview-detail__img.-small.-even {
    width: 50vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__block:last-child .p-interview-detail__img.-small.-even figure {
    width: 35.714285%;
    margin: 0 57.142857% 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__img {
    width: 41.666666%;
    margin: 0;
  }
}
.p-interview-detail__inner:nth-child(2) .p-interview-detail__img figure {
  width: 76.923%;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
}
.p-interview-detail__inner:nth-child(2) .p-interview-detail__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__img figure {
    width: 100%;
  }
}
.p-interview-detail__inner:nth-child(2) .p-interview-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__inner:nth-child(2) .p-interview-detail__img.-small {
    width: 100vw;
    margin: -12.5rem calc(50% - 50vw) 0;
  }
}

.p-interview-detail__block {
  position: relative;
  z-index: 1;
  margin: 5.5rem 0 0;
}
.p-interview-detail__block:nth-child(odd) .p-interview-detail__img figure {
  width: 76.923%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-interview-detail__block:nth-child(odd) .p-interview-detail__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-interview-detail__block:nth-child(odd) .p-interview-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-detail__desc.-mt-55 {
  margin: 5.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__desc.-mt--150 {
    margin-top: -56rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__desc.-mt--420 {
    margin: -42rem 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-detail__desc.-mt--630 {
    margin-top: -63rem !important;
  }
}

.p-interview-detail__title {
  margin: 0 0 2.8rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3846153846;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__title {
    margin: 0 0 4.65rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}
.p-interview-detail__title.-mt-60 {
  margin: 4.6rem 0 2.8rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__title.-mt-60 {
    margin: 8.65rem 0 4.65rem 0;
  }
}
.p-interview-detail__title.-mt-80 {
  margin-top: 7.6rem;
}
@media screen and (min-width: 1025px) {
  .p-interview-detail__title.-white-space-no {
    white-space: nowrap;
  }
}
.p-interview-detail__title.p-interview-detail__title--s {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: -0.01em;
}
.p-interview-detail__title.p-interview-detail__title--s.-mt-80 {
  margin: 6.6rem 0 0 0;
}
.p-interview-detail__title.p-interview-detail__title--s + .l-section__text {
  margin: 2.5rem 0 0 0;
}

.p-interview-detail__img {
  width: 100vw;
  margin: 5.3rem calc(50% - 50vw) 0;
}
.p-interview-detail__img.-small {
  width: 100vw;
  margin: -7.5rem calc(50% - 50vw) 0;
}
.p-interview-detail__img.-small figure {
  position: relative;
  overflow: hidden;
}
.p-interview-detail__img.-small figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-interview-detail__img.-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-detail__img.-small.-odd figure {
  width: 38.4615%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 769px) {
  .p-interview-detail__img.-small.-odd figure {
    width: 17.857142%;
    margin: 0 auto 0 28.571428%;
  }
}
.p-interview-detail__img.-small.-even figure {
  width: 38.4615%;
  margin: 0 0 0 auto;
}
@media (max-width: 769px) {
  .p-interview-detail__img .p-interview-detail__title,
  .p-interview-detail__img .l-section__text {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.p-interview-schedule {
  padding: 0 0 6rem 0;
  background-color: #252525;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule {
    padding: 0 0 12rem 0;
  }
}
.p-interview-schedule .l-container {
  position: relative;
  margin: -14.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule .l-container {
    margin: -33.4rem auto 0;
    padding: 0 3rem;
  }
}

.p-interview-schedule__bg {
  overflow: hidden;
}
.p-interview-schedule__bg figure {
  position: relative;
  overflow: hidden;
}
.p-interview-schedule__bg figure::before {
  display: block;
  padding-top: 155.64%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__bg figure {
    position: relative;
    overflow: hidden;
  }
  .p-interview-schedule__bg figure::before {
    display: block;
    padding-top: 75.07%;
    content: "";
  }
}
.p-interview-schedule__bg figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-schedule__detail {
  padding: 5.5rem 2.5rem 6rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1025px) {
  .p-interview-schedule__detail {
    padding: 11.45rem 16.2rem 8rem 10rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-schedule__detail {
    padding: 11.45rem 6rem 8rem;
  }
}

.p-interview-schedule__inner {
  position: relative;
  margin: 4rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-interview-schedule__inner {
    margin: 4.6rem 0 0;
    padding: 0 0 0 19.3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-schedule__inner {
    margin: 4.6rem 0 0;
    padding: 0 0 0 10rem;
  }
}
.p-interview-schedule__inner::before {
  position: absolute;
  bottom: 0;
  left: 7.35rem;
  z-index: 1;
  width: 0.1rem;
  height: calc(100% - 1rem);
  background-color: #fff;
  content: "";
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 1025px) {
  .p-interview-schedule__inner::before {
    left: 55rem;
    height: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-schedule__inner::before {
    left: 45.7rem;
    height: calc(100% - 1.5rem);
  }
}

.p-interview-scheduleBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-interview-scheduleBlock {
    padding: 0 0 0 23.5rem;
  }
}
.p-interview-scheduleBlock:not(:last-child) {
  padding: 0 0 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-scheduleBlock:not(:last-child) {
    padding: 0 0 3.2rem 23.5rem;
  }
}
.p-interview-scheduleBlock:first-child .p-interview-schedule__line {
  top: auto;
  bottom: 0;
  height: calc(100% + 1rem);
}
@media screen and (min-width: 769px) {
  .p-interview-scheduleBlock:first-child .p-interview-schedule__line {
    height: calc(100% + 0.5rem);
  }
}
.p-interview-scheduleBlock:first-child .p-interview-schedule__line .circle {
  top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-interview-scheduleBlock.-imgMt figure {
    top: -6.4rem;
  }
}

.p-interview-schedule__time {
  display: block;
  width: 5.5rem;
  margin: 0 3.8rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__time {
    width: 6.9rem;
    margin: 0 7.7rem 0 0;
    font-size: max(2.4rem, 12px);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}

.p-interview-schedule__line {
  position: absolute;
  top: 0;
  left: 5.5rem;
  width: 3.8rem;
  height: 100%;
  background-color: #f4dee9;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__line {
    left: 33.3rem;
    width: 4.8rem;
  }
}
.p-interview-schedule__line .circle {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.p-interview-schedule__desc {
  width: calc(100% - 9.3rem);
  padding: 0 0 0 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__desc {
    width: calc(100% - 14.6rem);
    padding: 0 0 0 3rem;
  }
}
.p-interview-schedule__desc figure {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .p-interview-schedule__desc figure {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-interview-schedule__desc figure {
    position: absolute;
    top: 0;
    left: -5rem;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-schedule__desc figure {
    position: absolute;
    top: 0;
    left: -5rem;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__desc figure.-center {
    top: 12.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__desc figure.-mt {
    top: 4.2rem;
  }
}

.p-interview-schedule__itemTitle {
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__itemTitle {
    font-size: max(2.4rem, 12px);
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1025px) {
  .p-interview-schedule__itemTitle.-white-space-no {
    white-space: nowrap;
  }
}

.p-interview-schedule__text {
  margin: 1rem 0 0;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview-schedule__text {
    margin: 1.8rem 0 0;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1025px) {
  .p-interview-schedule__text.-white-space-no {
    white-space: nowrap;
  }
}

.p-interview-other {
  position: relative;
  padding: 5.5rem 0 6rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-interview-other {
    padding: 11.6rem 0 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-other.-column4 .p-interview-other__inner {
    max-width: 100%;
    padding: 0;
  }
}
.p-interview-other {
  /* PCR:スライダー */
}
@media screen and (min-width: 769px) {
  .p-interview-other .splide__arrows {
    position: absolute;
    top: -8.8rem;
    right: 0rem;
  }
}
.p-interview-other .splide__arrow {
  position: relative;
  background-color: transparent;
}
.p-interview-other .splide__arrow:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-interview-other .splide__arrow:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-interview-other .splide__arrows-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-interview-other .splide__arrows-inner {
    width: 11.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-interview-other .splide__arrows-inner {
    width: 11rem;
  }
}
.p-interview-other .splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-interview-other__title {
  font-size: max(2rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview-other__title {
    font-size: max(2.4rem, 12px);
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-interview-other__inner {
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-interview-other__inner {
    max-width: 1200px;
    margin: 7.6rem auto 0;
    padding: 0 10rem;
  }
}

.p-interview-other__listWrap {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-other__listWrap {
    margin: 0 0 6.2rem 0;
  }
}

.p-interview-other__list {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-interview-other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-interview-other__list.-column4 .p-interview-other__item {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 769px) {
  .p-interview-other__list.-column4 .p-interview-other__item:nth-child(3), .p-interview-other__list.-column4 .p-interview-other__item:nth-child(4) {
    margin: 2rem 0 0;
  }
}
.p-interview-other__item {
  width: 48.5%;
}
.p-interview-other__item:first-child {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-interview-other__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-other__item:nth-child(3) {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-interview-other__item:nth-child(3n) {
    margin: 0;
  }
}

.p-interview-other__link {
  display: block;
}
.p-interview-other__link figure {
  margin: 0 0 1.3rem 0;
  -webkit-animation: releaseImgScale 0.5s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
          animation: releaseImgScale 0.5s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
  position: relative;
  overflow: hidden;
}
.p-interview-other__link figure::before {
  display: block;
  padding-top: 137.33%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-interview-other__link figure {
    margin: 0 0 2.5rem 0;
  }
}
.p-interview-other__link figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-other__link:hover figure {
  -webkit-animation: hoverImgScale 0.5s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
          animation: hoverImgScale 0.5s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
}
.p-interview-other__link:hover .p-interview-other__name {
  color: #e2258f;
}
.p-interview-other__link:hover .p-interview-other__nameEng {
  color: #e2258f;
}

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

@keyframes hoverImgScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes releaseImgScale {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes releaseImgScale {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-interview-other__img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-interview-other__img picture {
    position: relative;
    overflow: hidden;
  }
  .p-interview-other__img picture::before {
    display: block;
    padding-top: 133.45%;
    content: "";
  }
}
.p-interview-other__img picture img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-other__position {
  margin: 0 0 0.5rem 0;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview-other__position {
    margin: 0 0 0.3rem 0;
    font-size: max(2rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.p-interview-other__name {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.0909090909;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-interview-other__name {
    margin-top: 1.8rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-interview-other__nameEng {
  display: block;
  margin: 0.2rem 0 0;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .p-interview-other__btn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }
}
.p-interview-other__btn .p-case-detail__bottomLink {
  border: 1px solid #bebebe;
  text-align: center;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.p-interview-other__btn .p-case-detail__bottomLink:hover {
  border: 1px solid #252525;
}

/* news
----------------------------------------- */
.p-news-nav__btn {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  padding: 0 2.6rem 0 0;
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-news-nav__btn {
    right: 1.1rem;
    padding: 0 3.6rem 0 0;
    font-size: max(1.8rem, 12px);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.p-news-nav__btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(../images/news/news_btn.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.p-news-nav__tag {
  padding: 2rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-news-nav__tag {
    margin: 2rem 0 0;
    padding: 2.3rem 2.5rem 2.7rem;
  }
}

.p-news-nav__tagList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-news-nav__tagItem {
  margin: 0 1rem 1rem 0;
}

.p-news-nav__tagLink {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background-color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-news-nav__tagLink {
    padding: 0.6rem 1.3rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3333;
  }
}
.p-news-nav__tagLink:hover {
  color: #e2258f;
}
.p-news-nav__tagLink.-current {
  color: #e2258f;
}

.p-news-detail__linkInner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 5.3rem 3rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-news-detail__linkInner {
    width: 100%;
    margin: 0;
    margin: 7.2rem 0 0;
    padding: 0 0 0 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news-detail__linkBlock {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-news-detail__linkBlock {
    display: inline-block;
    text-align: left;
  }
}
.p-news-detail__linkBlock:not(:last-child) {
  margin: 0 0 5.3rem 0;
}
@media screen and (min-width: 769px) {
  .p-news-detail__linkBlock:not(:last-child) {
    margin: 0 6.4rem 0 0;
  }
}

.p-news-detail__link {
  position: relative;
  display: inline-block;
  margin: 0 0 2.1rem 0;
  padding: 0 3.2rem 0 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-news-detail__link {
    display: block;
    margin: 0 0 2.9rem 0;
    font-size: max(1.6rem, 12px);
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-news-detail__link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/news/external_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-news-detail__link:hover {
  color: #e2258f;
}
.p-news-detail__link:hover::before {
  background-image: url(../images/news/external_icon_pink.svg);
}

.p-news-detail__linkDetail {
  display: inline-block;
  padding: 1.4rem 3.6rem;
  border: 1px solid #707070;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-news-detail__linkDetail {
    display: block;
    padding: 1.1rem 2rem;
  }
}
.p-news-detail__linkDetail .text {
  position: relative;
  display: inline-block;
  padding: 0 3.2rem 0 0;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-news-detail__linkDetail .text {
    font-size: max(1.6rem, 12px);
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-news-detail__linkDetail .text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/news/external_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-news-detail__linkDetail:hover {
  border: 1px solid #e2258f;
}
.p-news-detail__linkDetail:hover .text {
  color: #e2258f;
}
.p-news-detail__linkDetail:hover .text::before {
  background-image: url(../images/news/external_icon_pink.svg);
}

body.term-order .p-case-summary__tagLink.-order {
  color: #e2258f;
}
body.term-coordinate .p-case-summary__tagLink.-coordinate {
  color: #e2258f;
}

/* privacy
----------------------------------------- */
.p-privacy {
  padding: 0 0 15rem 0;
}
@media screen and (min-width: 769px) {
  .p-privacy {
    padding: 0 0 16rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-privacy .l-container {
    max-width: 960px;
  }
}

.p-privacy__item:not(:last-child) {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-privacy__item:not(:last-child) {
    margin: 0 0 7rem 0;
  }
}
.p-privacy__item ul {
  margin: 1.4rem 0;
}
@media screen and (min-width: 769px) {
  .p-privacy__item ul {
    margin: 2.4rem 0;
    padding: 0 0 0 2rem;
  }
}
.p-privacy__item ul li {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-privacy__item ul li {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-privacy__title {
  position: relative;
  margin: 0 0 1.7rem 0;
  padding: 0 0 2.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-privacy__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.1rem;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
}

.p-privacy__no {
  display: block;
  margin: 0 1.1rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
}

.p-privacy__titleText {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}

.p-privacy__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-privacy__text {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-privacy__bottom {
  margin: 4.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-privacy__bottom {
    margin: 6.4rem 0 0;
  }
}

.p-privacy__contact {
  margin: 5.2rem 0 0;
  padding: 0.8rem 2rem 2.15rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-privacy__contact {
    margin: 3.2rem 0 0;
    padding: 5.8rem 7.8rem 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-privacy__contactTitle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

.p-privacy__contactEng {
  display: block;
  margin: 0.2rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.p-privacy__contactTel {
  margin: 1.85rem 0 0;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-privacy__contactTel {
    margin: 1rem 0 0;
  }
}

.p-privacy__contactTelTitle {
  display: block;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-privacy__tel {
  display: block;
  margin: 1.2rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-privacy__tel {
    pointer-events: none;
  }
}

/* sdgs
----------------------------------------- */
.p-sdgs__text {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

.p-sdgs__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 769px) {
  .p-sdgs__title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: 0em;
  }
}

.p-sdgs-hero.p-hero-img figure {
  position: relative;
  overflow: hidden;
}
.p-sdgs-hero.p-hero-img figure::before {
  display: block;
  padding-top: 89.74%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-sdgs-hero.p-hero-img figure {
    position: relative;
    overflow: hidden;
  }
  .p-sdgs-hero.p-hero-img figure::before {
    display: block;
    padding-top: 57.14%;
    content: "";
  }
}
.p-sdgs-hero.p-hero-img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 369px) {
  .p-sdgs-hero .l-section__headline .l-section__headlineLarge {
    white-space: nowrap;
  }
}
.p-sdgs-hero .l-section__headline .l-section__headlineLarge .-customerTitle {
  display: none;
  font-family: "Syne", sans-serif;
}
.p-sdgs-hero .l-section__headline .l-section__headlineLarge .-customerTitle.-current {
  display: block;
}
.p-sdgs-hero .l-section__headline .l-section__headlineLarge .-localTitle {
  display: none;
  font-family: "Syne", sans-serif;
}
.p-sdgs-hero .l-section__headline .l-section__headlineLarge .-localTitle.-current {
  display: block;
}

.p-sdgs-lead {
  padding: 12.6rem 0 9.1rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-lead {
    padding: 21rem 0 27.35rem;
  }
}
.p-sdgs-lead .l-container {
  text-align: center;
}

.p-sdgs-goals__textWrap {
  margin: 0 0 4.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__textWrap {
    width: 66.666666%;
    max-width: 800px;
    margin: 0 auto 14.2rem;
  }
}

.p-sdgs-news {
  margin: 6.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-news {
    margin-top: 0;
  }
}
.p-sdgs-news .c-btn__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 4rem;
}
@media (max-width: 769px) {
  .p-sdgs-news .c-btn__wrap span {
    width: 4.5rem;
    height: 4.5rem;
  }
  .p-sdgs-news .c-btn__wrap span svg {
    width: 4.5rem;
    height: 4.5rem;
  }
  .p-sdgs-news .c-btn__wrap span::before {
    width: 0.67rem;
    height: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-news .c-btn__wrap {
    margin-top: 3rem;
  }
}

.p-sdgs-news__list {
  margin-top: 4rem;
}

.p-sdgs-news__item {
  border-bottom: 1px solid #b7b7b7;
  list-style: none;
}
.p-sdgs-news__item:first-child {
  border-top: 1px solid #b7b7b7;
}

.p-sdgs-news__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 1.4rem 0rem;
}
@media (max-width: 769px) {
  .p-sdgs-news__anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-news__anchor {
    padding: 2.7rem 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sdgs-news__anchor:hover {
  opacity: 0.6;
}

.p-case-summary__dataTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0.3rem 1rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary__dataTag {
    margin-right: 1.5rem;
    padding: 0.4rem 1.5rem;
  }
}

.p-sdgs-news__date {
  font-family: "Inter", sans-serif;
  color: #838383;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-news__date {
    min-width: 6.4rem;
    margin-right: 7rem;
    margin-top: 0;
  }
}

@media (max-width: 769px) {
  .p-sdgs-news__title {
    width: 100%;
    line-height: 1.625;
  }
}
.p-sdgs-news__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-news__title {
    margin-top: 0;
    -webkit-line-clamp: 1;
  }
}

.p-sdgs-goals__initiative {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiative {
    margin-top: 10rem;
  }
}

.p-sdgs-goals__initiativeList {
  /* テーブル */
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-wrap {
  overflow-x: scroll;
  margin-top: 5.2rem;
  /* デーブル作成時のハック */
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-wrap::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeList .p-sdgs-goals__table-wrap {
    margin-top: 0rem;
  }
}
.p-sdgs-goals__initiativeList table {
  border-collapse: collapse;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .p-sdgs-goals__initiativeList table {
    min-width: 100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeList table {
    margin-top: 5.2rem;
    font-size: 1.6rem;
  }
}
.p-sdgs-goals__initiativeList table th,
.p-sdgs-goals__initiativeList table td {
  border: solid 1px #b7b7b7;
  padding: 1.4rem 0.4rem;
  vertical-align: middle;
}
.p-sdgs-goals__initiativeList table td {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeList table td {
    width: 25%;
  }
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-img img {
  height: auto;
  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;
  margin-inline: auto;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-img:nth-child(2) img {
  width: 5.1rem;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-img:nth-child(3) img {
  width: 9.8rem;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-img:nth-child(4) img {
  width: 9.5rem;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-img:nth-child(5) img {
  width: 12.1rem;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-title th {
  background-color: #f4dee9;
  font-weight: bold;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-cell th,
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-cell td {
  min-width: 10rem;
}
.p-sdgs-goals__initiativeList .p-sdgs-goals__table-cell th {
  background-color: #e5e5e5;
}

.p-sdgs-goals__initiativeItem {
  padding: 2rem 2rem 1.8rem 2rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem {
    padding: 5.6rem 10rem 5.2rem 5rem;
  }
}
.p-sdgs-goals__initiativeItem.-flex,
.p-sdgs-goals__initiativeItem .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .p-sdgs-goals__initiativeItem.-flex,
  .p-sdgs-goals__initiativeItem .-flex {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:first-child .p-sdgs-goals__initiativeImg figure {
    margin: -1rem 0 0;
    text-align: center;
  }
}
.p-sdgs-goals__initiativeItem:first-child .p-sdgs-goals__initiativeImg figure img {
  width: 7rem;
  height: 7rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:first-child .p-sdgs-goals__initiativeImg figure img {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 769px) {
  .p-sdgs-goals__initiativeItem:nth-child(2) {
    padding: 2rem 0rem 5rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:nth-child(2) {
    padding: 5.6rem 8.4rem 7.5rem 8.4rem;
  }
}
.p-sdgs-goals__initiativeItem:nth-child(2) .p-sdgs-goals__initiativeImg figure {
  width: 32.0512820513vw;
  margin-left: -1.2rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:nth-child(2) .p-sdgs-goals__initiativeImg figure {
    text-align: center;
    width: 21.7857142857vw;
    width: min(21.7857142857vw, 30.5rem);
    margin: -1.2rem 0 0 -1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:nth-child(2) .p-sdgs-goals__initiativeDesc {
    width: 68.857%;
  }
}
.p-sdgs-goals__initiativeItem:not(:last-child) {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeItem:not(:last-child) {
    margin: 0 0 4rem 0;
  }
}

.p-sdgs-goals__initiativeImg {
  width: 30.32%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeImg {
    width: 27.81%;
  }
}
.p-sdgs-goals__initiativeImg figure {
  text-align: center;
}
.p-sdgs-goals__initiativeDesc {
  width: 61.29%;
}
@media screen and (min-width: 1025px) {
  .p-sdgs-goals__initiativeDesc {
    width: 65.8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-sdgs-goals__initiativeDesc {
    width: 65%;
  }
}

.p-sdgs-goals__initiativeTitle {
  margin: 0 0 0.8rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeTitle {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-sdgs-goals__initiativeText {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__initiativeText {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-sdgs-goals__desc {
  padding: 6rem 0 5.2rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-goals__desc {
    padding: 15rem 0 14.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sdgs__titleWrap {
  margin: 0 0 1.8rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs__titleWrap {
    width: 31.666666%;
    margin: 0;
  }
}
.p-sdgs__titleWrap .-text {
  display: block;
  margin: 0 0 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-sdgs__titleWrap .-text {
    margin: 0 0 1.85rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs__titleWrap .p-sdgs__title {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .p-sdgs__textWrap {
    width: 54.166666%;
    margin: -1rem 0 0;
  }
}

.p-sdgs-detail {
  padding: 4.6rem 0 5.5rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail {
    padding: 14.45rem 0 15rem;
  }
}

.p-sdgs-detail__title {
  margin: 0 0 4.6rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__title {
    margin: 0 0 5.45rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 769px) {
  .p-sdgs-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-sdgs-detail__item:not(:last-child) {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__item:not(:last-child) {
    margin: 0 0 5rem 0;
    padding: 0 0 5rem 0;
    border-bottom: 1px solid #b7b7b7;
  }
}
.p-sdgs-detail__item:not(:last-child) .p-sdgs-detail__desc {
  padding: 0 0 4rem 0;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__item:not(:last-child) .p-sdgs-detail__desc {
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__item:first-child .p-sdgs-detail__desc .p-sdgs-detail__relation figure, .p-sdgs-detail__item:nth-child(2) .p-sdgs-detail__desc .p-sdgs-detail__relation figure {
    width: 61.538%;
  }
}
.p-sdgs-detail__item:nth-child(3) .p-sdgs-detail__desc .p-sdgs-detail__relation figure {
  width: 75.14%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__item:nth-child(3) .p-sdgs-detail__desc .p-sdgs-detail__relation figure {
    width: 46.1538%;
  }
}

@media screen and (min-width: 769px) {
  .p-sdgs-detail__img {
    width: 33.333333%;
  }
}
.p-sdgs-detail__img figure {
  width: 57.14%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-sdgs-detail__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__img figure {
    width: 100%;
    margin: 0;
  }
}
.p-sdgs-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sdgs-detail__desc {
  margin: 3.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__desc {
    width: 54.166666%;
    margin: 0;
  }
}

.p-sdgs-detail__itemTitle {
  position: relative;
  margin: 0 0 1.7rem 0;
  padding: 0 0 2.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__itemTitle {
    padding: 0 0 2.2rem 0;
  }
}
.p-sdgs-detail__itemTitle .-no {
  margin: 0.2rem 1.1rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__itemTitle .p-sdgs__title {
    white-space: nowrap;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
.p-sdgs-detail__itemTitle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.1rem;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
}

.p-sdgs-detail__relation {
  margin: 3.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-detail__relation {
    margin: 8.7rem 0 0;
  }
}
.p-sdgs-detail__relation figure {
  width: 100%;
}
.p-sdgs-detail__relation figure img {
  width: 100%;
}

.p-sdgs-detail__relationTitle {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.1111111111;
  letter-spacing: 0em;
}

.p-sdgs-other {
  padding: 5.5rem 0 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-other {
    padding: 10rem 0 6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-other .p-home-pick__list .p-home-pick__item .p-home-pick__link .p-home-pick__text {
    width: 13rem;
    margin: 0 7rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-sdgs-other .p-home-pick__list .p-home-pick__item .p-home-pick__link .p-home-pick__text .p-home-pick__title {
    margin: 0;
    white-space: nowrap;
    font-size: max(1.5rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}
.p-case-summary.p-sdgs-tab {
  padding: 0 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary.p-sdgs-tab {
    padding: 0 0 15rem;
  }
}
.p-case-summary.p-sdgs-tab .p-case-summary__navItem .p-case-summary__navLink.-current::before {
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .p-case-summary.p-sdgs-tab .p-case-summary__navItem .p-case-summary__navLink.-current::before {
    width: 14.6rem;
  }
}
.p-case-summary.p-sdgs-tab .p-case-summary__head {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-case-summary.p-sdgs-tab .p-case-summary__head {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .p-case-summary.p-sdgs-tab .p-case-summary__nav {
    border-bottom: 1px solid #bebebe;
  }
}

.p-sdgs-partner {
  display: none;
  padding: 6rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner {
    padding: 7.45rem 0 0;
  }
}
.p-sdgs-partner.-current {
  display: block !important;
}

.p-sdgs-partner__item {
  padding: 0 0 4rem 0;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__item {
    padding: 0 0 8rem 0;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-sdgs-partner__item:not(:last-child) {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__item:not(:last-child) {
    margin: 0 0 7.45rem 0;
  }
}

.p-sdgs-partner__img {
  margin: 0 0 2.6rem 0;
  position: relative;
  overflow: hidden;
}
.p-sdgs-partner__img::before {
  display: block;
  padding-top: 61.14%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__img {
    width: 41.666666%;
    position: relative;
    overflow: hidden;
  }
  .p-sdgs-partner__img::before {
    display: block;
    padding-top: 64%;
    content: "";
  }
}
.p-sdgs-partner__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .p-sdgs-partner__desc {
    width: 50%;
  }
}
.p-sdgs-partner__desc ul {
  margin: 1.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__desc ul {
    margin: 2.4rem 0 0;
  }
}
.p-sdgs-partner__desc ul li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
.p-sdgs-partner__desc ul li::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e2258f;
  content: "";
}

.p-sdgs-partner__title {
  margin: 0 0 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__title {
    margin: 0 0 4.65rem -5.6rem;
  }
}
.p-sdgs-partner__title .-no {
  margin: 0 0.6rem 0 0;
  color: #e2258f;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__title .-no {
    margin: 1.9rem 3.1rem 0 0;
  }
}
.p-sdgs-partner__title .p-sdgs__title {
  margin: -0.4rem 0 0;
}

.p-sdgs-partner__container + .p-sdgs-partner__container {
  margin-top: 5.5rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__container + .p-sdgs-partner__container {
    margin-top: 5.2rem;
  }
}

.p-sdgs-partner__container-title {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  margin-top: 3.6rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__container-title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.p-sdgs-partner__container-title + .p-sdgs__text {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__container-title + .p-sdgs__text {
    margin-top: 1.2rem;
  }
}

a.p-sdgs-partner__container-link {
  display: block;
  color: #e2258f;
  text-decoration: underline;
  text-decoration-color: #e2258f;
  text-underline-offset: 0.5rem;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.6rem;
  -webkit-transition: text-decoration-color 0.5s ease;
  transition: text-decoration-color 0.5s ease;
}
@media screen and (min-width: 769px) {
  a.p-sdgs-partner__container-link {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
a.p-sdgs-partner__container-link:hover {
  text-decoration-color: transparent;
}

.p-sdgs-partner__relation {
  margin: 1.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation {
    margin: 2.2rem 0 0;
  }
}
.p-sdgs-partner__relation figure.-two {
  width: 28.571%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation figure.-two {
    width: 16.666666%;
  }
}
.p-sdgs-partner__relation figure.-three {
  width: 42.857%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation figure.-three {
    width: 25%;
  }
}
.p-sdgs-partner__relation figure.-four {
  width: 57.142%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation figure.-four {
    width: 33.333333%;
  }
}
.p-sdgs-partner__relation figure.-five {
  width: 71.428%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation figure.-five {
    width: 41.666666%;
  }
}
.p-sdgs-partner__relation figure.-six {
  width: 85.714%;
}
@media screen and (min-width: 769px) {
  .p-sdgs-partner__relation figure.-six {
    width: 50%;
  }
}
.p-sdgs-partner__relation figure img {
  width: 100%;
}

.p-sdgs-partner__relationTitle {
  margin: 0 0 0.4rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0em;
}

.-sdgsBreadcrumbs {
  display: none;
}
.-sdgsBreadcrumbs.-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* quality
----------------------------------------- */
.p-hero.-quality .l-section__headline {
  position: fixed;
}
@media screen and (min-width: 769px) {
  .p-hero.-quality .l-section__headline {
    top: 27.5rem;
    left: 9.5rem;
  }
}
.p-hero.-quality .l-section__headline .l-section__headlineLarge {
  color: #fff;
}
.p-hero.-quality .l-section__headline .l-section__headlineLarge .c-line::before {
  -webkit-animation: lineHorizontalGray 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineHorizontalGray 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.p-hero.-quality .l-section__headline .l-section__headlineLarge .c-line:after {
  -webkit-animation: lineVerticalGray 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineVerticalGray 1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

@-webkit-keyframes lineVerticalGray {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0) scale(1);
            transform: translate3d(0, -30%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10%, 0) scale(1);
            transform: translate3d(0, -10%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background-color: rgba(112, 112, 112, 0.6);
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes lineVerticalGray {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0) scale(1);
            transform: translate3d(0, -30%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10%, 0) scale(1);
            transform: translate3d(0, -10%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background-color: rgba(112, 112, 112, 0.6);
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) scale(1);
            transform: translate3d(0, 0%, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes lineHorizontalGray {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background-color: rgba(112, 112, 112, 0.6);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes lineHorizontalGray {
  from {
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0) scale(1);
            transform: translate3d(-30%, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    background-color: rgba(112, 112, 112, 0.6);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.p-quality__headline.is-active {
  opacity: 0;
}

.p-quality-check {
  position: relative;
  padding: 8rem 0 6rem;
  background: rgba(255, 255, 255, 0);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-check {
    padding-top: max(10%, 140px);
    padding-right: 0;
    padding-bottom: 11.2rem;
    padding-left: 0;
  }
}
.p-quality-check .l-container {
  position: relative;
  z-index: 1;
}

.p-quality-check__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/quality/quality_check_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(3);
          transform: scale(3);
}
@media screen and (min-width: 769px) {
  .p-quality-check__bg {
    background-image: url(../images/quality/quality_check_bg_pc.png);
  }
}
.p-quality-check__bg.is-anim {
  -webkit-transition: -webkit-transform 7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 769px) {
  .p-quality-check__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-quality-check__desc {
  margin: 0 0 6.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-quality-check__desc {
    width: 85%;
    margin: 0;
  }
}

.p-quality-check__title {
  margin: 0 0 2.7rem 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-quality-check__title {
    margin: -1rem 0 8.5rem 0;
    white-space: nowrap;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
}

.p-quality-check__text {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-quality-check__text {
    font-size: max(1.8rem, 12px);
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}

.p-quality-check__img {
  width: 76.923vw;
  margin: 0 -2rem 0 auto;
}
@media screen and (min-width: 769px) {
  .p-quality-check__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-quality-check__img figure {
  position: relative;
  overflow: hidden;
}
.p-quality-check__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-check__img figure {
    width: 46.428vw;
    margin: 0 0 0 auto;
  }
}
.p-quality-check__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-quality-check__imgWrap {
  margin: 6rem -2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-quality-check__imgWrap {
    width: 45.4545%;
    margin: -9.2rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-check__imgWrap {
    width: 45.4545%;
    margin: 9rem 0 0;
  }
}

.p-quality-check__imgBlock:first-child {
  width: 25.64vw;
}
@media screen and (min-width: 769px) {
  .p-quality-check__imgBlock:first-child {
    width: 30%;
  }
}
.p-quality-check__imgBlock:first-child figure {
  position: relative;
  overflow: hidden;
}
.p-quality-check__imgBlock:first-child figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-quality-check__imgBlock:nth-child(2) {
  width: 38.46vw;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-check__imgBlock:nth-child(2) {
    width: 50%;
    margin: 5.5rem 0 0;
  }
}
.p-quality-check__imgBlock:nth-child(2) figure {
  position: relative;
  overflow: hidden;
}
.p-quality-check__imgBlock:nth-child(2) figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-quality-check__imgBlock figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-quality-pillar {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 5.6rem 0 5.2rem;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar {
    padding: 11.45rem 0 10.4rem;
  }
}
@media screen and (min-width: 1700px) {
  .p-quality-pillar {
    padding: 16.45rem 0 10.4rem;
  }
}

.p-quality-pillar__circleLarge {
  position: absolute;
  top: 16.2%;
  right: -22rem;
  width: 35.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-pillar__circleLarge {
    top: 15.85rem;
    right: -16rem;
    width: 38vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-quality-pillar__circleLarge {
    top: 13.8rem;
    width: 35.5vw;
    height: 35.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-quality-pillar__circleLarge {
    top: 12.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .p-quality-pillar__circleLarge {
    top: 11rem;
  }
}
@media screen and (min-width: 1700px) {
  .p-quality-pillar__circleLarge {
    top: 9.3rem !important;
  }
}
.p-quality-pillar__circleLarge span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-quality-pillar__circleLarge span .p-quality-pillar__descTitle {
  position: absolute;
  top: 50%;
  left: 6.3rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.p-quality-pillar__circleLarge span svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.p-quality-pillar__circleLarge span svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #838383;
  stroke-width: 0;
}
.p-quality-pillar__circleLarge.is-anim span svg circle {
  -webkit-animation: pillarCircleLarge 1.4s forwards 0s;
          animation: pillarCircleLarge 1.4s forwards 0s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes pillarCircleLarge {
  0% {
    stroke-dasharray: 0 1554.3;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 1554.3 1554.3;
    stroke-width: 1;
  }
}

@keyframes pillarCircleLarge {
  0% {
    stroke-dasharray: 0 1554.3;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 1554.3 1554.3;
    stroke-width: 1;
  }
}
.p-quality-pillar__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: 0em;
  }
}

.p-quality-pillar__inner {
  margin: 3.7rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__inner {
    margin: 6.55rem 0 0;
  }
}

.p-quality-pillar__circleSec {
  position: relative;
  padding: 0 0 10.75rem 0;
}
@media screen and (min-width: 1366px) {
  .p-quality-pillar__circleSec {
    width: 76.09%;
    margin: 0 0 7rem 5rem;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .p-quality-pillar__circleSec {
    width: 72%;
    margin: 0 0 7rem 5rem;
    padding: 0;
  }
}
.p-quality-pillar__circleSec::before {
  position: absolute;
  bottom: 8.025rem;
  left: 50%;
  width: 0.9rem;
  height: 2.3rem;
  background-image: url(../images/quality/equal_icon_vertical.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-pillar__circleSec::before {
    position: absolute;
    top: 50%;
    right: -2.8rem;
    bottom: auto;
    left: auto;
    width: 2.3rem;
    height: 0.9rem;
    background-image: url(../images/quality/equal_icon_horizontality.svg);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 1366px) {
  .p-quality-pillar__circleSec::before {
    position: absolute;
    top: 50%;
    right: -5.3rem;
    bottom: auto;
    left: auto;
    width: 2.3rem;
    height: 0.9rem;
    background-image: url(../images/quality/equal_icon_horizontality.svg);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 1600px) {
  .p-quality-pillar__circleSec::before {
    right: -4.4vw !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-quality-pillar__circleSec::before {
    position: absolute;
    top: 50%;
    right: -6.2rem;
    bottom: auto;
    left: auto;
    width: 2.3rem;
    height: 0.9rem;
    background-image: url(../images/quality/equal_icon_horizontality.svg);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}

.p-quality-pillar__circleList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-quality-pillar__circleItem {
  position: relative;
  width: 42.86%;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleItem {
    width: 26.4%;
  }
}
.p-quality-pillar__circleItem.is-anim .p-quality-pillar__circleWrap svg circle {
  -webkit-animation: pillarCircle 1s forwards 0s;
          animation: pillarCircle 1s forwards 0s;
}
.p-quality-pillar__circleItem:first-child {
  margin: 0 -0.6rem -0.6rem 0;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleItem:first-child {
    margin: 0;
  }
}
.p-quality-pillar__circleItem:first-child .p-quality-pillar__circleWrap .circle {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-quality-pillar__circleItem:first-child .p-quality-pillar__circleWrap svg circle {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-quality-pillar__circleItem:nth-child(2) {
  margin: 0 0 -0.6rem -0.6rem;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleItem:nth-child(2) {
    margin: 0 0 0 -1.6rem;
  }
}
.p-quality-pillar__circleItem:nth-child(2) .p-quality-pillar__circleWrap .circle {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-quality-pillar__circleItem:nth-child(2) .p-quality-pillar__circleWrap svg circle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-quality-pillar__circleItem:nth-child(3) {
  margin: -0.6rem -0.6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleItem:nth-child(3) {
    margin: 0 0 0 -1.6rem;
  }
}
.p-quality-pillar__circleItem:nth-child(3) .p-quality-pillar__circleWrap .circle {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-quality-pillar__circleItem:nth-child(3) .p-quality-pillar__circleWrap svg circle {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-quality-pillar__circleItem:nth-child(4) {
  margin: -0.6rem 0 0 -0.6rem;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__circleItem:nth-child(4) {
    margin: 0 0 0 -1.6rem;
  }
}
.p-quality-pillar__circleItem:nth-child(4) .p-quality-pillar__circleWrap .circle {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-quality-pillar__circleItem:nth-child(4) .p-quality-pillar__circleWrap svg circle {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-quality-pillar__circleWrap {
  width: 100%;
  height: 100%;
}
.p-quality-pillar__circleWrap svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-quality-pillar__circleWrap svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #838383;
  stroke-width: 0;
}

.p-quality-pillar__circleContent {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-quality-pillar__circleContent .circle {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e2258f;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-quality-pillar__circleContent .circle.is-anim {
  opacity: 1;
}

.p-quality-pillar__circleNo {
  display: block;
  margin: 0.7rem 0;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.p-quality-pillar__circleTitle {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.p-quality-pillar__circleEng {
  display: block;
  margin: 0.5rem 0 0;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: max(1.1rem, 11px);
  font-weight: 500;
  line-height: 1.2727272727;
  letter-spacing: -0.01em;
}

@-webkit-keyframes pillarCircle {
  0% {
    stroke-dasharray: 0 464.7;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 464.7 464.7;
    stroke-width: 1;
  }
}

@keyframes pillarCircle {
  0% {
    stroke-dasharray: 0 464.7;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 464.7 464.7;
    stroke-width: 1;
  }
}
.p-quality-pillar__desc {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__desc .p-quality-pillar__descTitle {
    display: none;
  }
}

.p-quality-pillar__descTitle {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.p-quality-pillar__textWrap {
  max-width: 430px;
  margin: 4.25rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__textWrap {
    max-width: 100%;
    margin: 0;
    padding: 0 3.6rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-quality-pillar__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-quality-pillar__text {
    font-size: max(1.8rem, 12px);
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}

.p-quality-pillar__descCircle {
  position: absolute;
  top: -5.65rem;
  left: 50%;
  display: block;
  width: 127.4vw;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-quality-pillar__descCircle svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-quality-pillar__descCircle svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #838383;
  stroke-width: 0;
}
.p-quality-pillar__descCircle.is-anim svg circle {
  -webkit-animation: PillarDescCircle 1.8s forwards 0s;
          animation: PillarDescCircle 1.8s forwards 0s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes PillarDescCircle {
  0% {
    stroke-dasharray: 0 1554.3;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 1554.3 1554.3;
    stroke-width: 1;
  }
}

@keyframes PillarDescCircle {
  0% {
    stroke-dasharray: 0 1554.3;
    stroke-width: 0;
  }
  99.9%, to {
    stroke-dasharray: 1554.3 1554.3;
    stroke-width: 1;
  }
}
.p-quality-detail {
  padding: 5.8rem 0 5rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-quality-detail {
    padding: 14rem 0 12rem;
  }
}

.p-quality-detail__parallax {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}
.p-quality-detail__parallax::before {
  display: block;
  padding-top: 54.87%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-detail__parallax {
    position: relative;
    overflow: hidden;
  }
  .p-quality-detail__parallax::before {
    display: block;
    padding-top: 28.57%;
    content: "";
  }
}
.p-quality-detail__parallax::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-quality-detail__item {
  margin: 0 0 4rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__item {
    margin: 0 0 6rem 0;
    padding: 0 0 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-quality-detail__item .c-btn__wrap.u-only-sp {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__item .c-btn__wrap.u-only-sp {
    display: none !important;
  }
}
.p-quality-detail__item .c-btn__wrap.u-only-sp .c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-quality-detail__desc {
    width: 45.5%;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-detail__desc .l-section__text {
    margin: 0 0 3.6rem 0;
  }
}

.p-quality-detail__titleWrap {
  margin: 0 0 3.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__titleWrap {
    margin: 0 0 3.5rem 0;
  }
}

.p-quality-detail__no {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__no {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.2125;
    letter-spacing: -0.01em;
  }
}

.p-quality-detail__title {
  display: block;
  margin: 0 0 0 1.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__title {
    margin: 0 0 0 2.5rem;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.3714285714;
    letter-spacing: 0em;
  }
}

.p-quality-detail__titleEng {
  display: block;
  margin: 0.5rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__titleEng {
    margin: 0.55rem 0 0;
  }
}

.p-quality-detail__img {
  margin: 3rem 0;
}
@media screen and (min-width: 769px) {
  .p-quality-detail__img {
    width: 50%;
    margin: 0;
  }
}
.p-quality-detail__img figure {
  position: relative;
  overflow: hidden;
}
.p-quality-detail__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-quality-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-quality-message {
  padding: 16.9rem 0 19.2rem;
  background: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .p-quality-message {
    padding: 30rem 0;
  }
}
.p-quality-message .l-container {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-quality-message .l-section__headTitle.white .l-section__headMain {
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3260869565;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-message .l-section__headTitle.white .l-section__headSub {
    margin: 1.35rem 0 0;
  }
}

.p-quality-content {
  position: relative;
  padding: 5.4rem 0 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-quality-content {
    padding: 13.6rem 0 16.4rem;
  }
}
.p-quality-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42.2rem;
  background-color: #fff;
  content: "";
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 769px) {
  .p-quality-content::before {
    height: 56rem;
  }
}
.p-quality-content .l-container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality-content.-sewing {
    padding: 13.6rem 0 43.8rem;
  }
}
.p-quality-content.-sewing::before {
  height: 56.2rem;
}
@media screen and (min-width: 769px) {
  .p-quality-content.-sewing::before {
    height: 72rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-quality-content.-sewing .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img {
    margin: -20.8rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content.-sewing .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img {
    margin: 2rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-content.-sewing .p-quality-content__bottom .p-quality-content__bottomImg {
    bottom: -44rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content.-center .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .p-quality-content__title {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .p-quality-content__sec.-first .p-quality-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__desc {
    width: 35.583333%;
    margin: -0.6rem 0 0;
  }
}
.p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img {
    width: 58.333333%;
    margin: 0;
  }
}
.p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img figure {
  width: 76.92%;
  margin: 5.3rem 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img figure {
    width: 100%;
    margin: 0;
  }
}
.p-quality-content__sec.-first .p-quality-content__inner .p-quality-content__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-quality-content__sec.-second {
  margin: 5.1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-second {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-second .p-quality-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1025px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img {
    margin: -37rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img {
    margin: -15rem calc(50% - 50vw) 0;
  }
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img figure {
  width: 38.46%;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img figure::before {
  display: block;
  padding-top: 135.33%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img figure {
    width: 42.3%;
    position: relative;
    overflow: hidden;
  }
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img figure::before {
    display: block;
    padding-top: 135.5%;
    content: "";
  }
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc {
  margin: -15rem 0 0;
}
@media screen and (min-width: 1025px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc {
    width: 56%;
    margin: 13.3rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc {
    width: 56%;
    margin: 13.3rem 0 0;
  }
}
.p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .p-quality-content__title {
  width: 44%;
  margin: 0 0 9.3rem auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .p-quality-content__title {
    width: 100%;
    margin: 0 0 3.2rem auto;
    text-align: right;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .p-quality-content__title {
    width: 100%;
    margin: 0 0 3.2rem auto;
    text-align: right;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1025px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .l-section__text {
    width: 94.05%;
    margin: 0 0 2.4rem auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__sec.-second .p-quality-content__inner .p-quality-content__desc .l-section__text {
    width: 100%;
    margin: 0 0 2.4rem auto;
    text-align: justify;
  }
}

.p-quality-content__desc .l-section__text {
  margin: 0 0 2.6rem 0;
}
@media screen and (min-width: 769px) {
  .p-quality-content__desc .l-section__text {
    margin: 0;
  }
}

.p-quality-content__title {
  margin: 0 0 1.7rem 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-quality-content__title {
    margin: 0 0 3.2rem 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__title {
    margin: 0 0 3.2rem 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-content__title .u-only-sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .p-quality-content__title .u-only-sp {
    display: none;
  }
}

.p-quality-content__bottom {
  margin: 5.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottom {
    margin: 0;
  }
}

.p-quality-content__bottomInner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottomInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-quality-content__bottomImg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottomImg:first-child {
    position: absolute;
    bottom: -16.2rem;
    left: 0;
    width: 58.35%;
    margin: 0;
  }
}
.p-quality-content__bottomImg:first-child figure {
  width: 76.92%;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
}
.p-quality-content__bottomImg:first-child figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottomImg:first-child figure {
    width: 100%;
    margin: 0;
  }
}
.p-quality-content__bottomImg:first-child figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-quality-content__bottomImg:nth-child(2) {
  margin: 6rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottomImg:nth-child(2) {
    margin: 14.2rem calc(50% - 50vw) 0;
  }
}
.p-quality-content__bottomImg:nth-child(2) figure {
  width: 57.69%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-quality-content__bottomImg:nth-child(2) figure::before {
  display: block;
  padding-top: 66.67%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-content__bottomImg:nth-child(2) figure {
    width: 33.36%;
    position: relative;
    overflow: hidden;
  }
  .p-quality-content__bottomImg:nth-child(2) figure::before {
    display: block;
    padding-top: 66.81%;
    content: "";
  }
}
.p-quality-content__bottomImg:nth-child(2) figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-quality-link {
  position: relative;
  margin: 6rem 0 0;
  padding: 5.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-quality-link {
    margin: 11.3rem 0 0;
    padding: 11.6rem 0 12rem;
  }
}
.p-quality-link::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-quality-link::before {
    width: calc(100% - 20rem);
  }
}
.p-quality-link:after {
  position: absolute;
  top: -13.5rem;
  left: 50%;
  width: 100%;
  height: 7.5rem;
  background-color: #fff;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-quality-link:after {
    top: -20.6rem;
    height: 9.4rem;
  }
}

.p-quality-link__headTitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-quality-link__headTitle {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-quality-link__list {
  margin: 5.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-link__list {
    width: 91.666666%;
    margin: 7.6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-quality-link__item {
  position: relative;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-quality-link__item {
    width: 25%;
    border-right: 1px solid #bebebe;
    border-bottom: none;
  }
}
.p-quality-link__item:first-child {
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-quality-link__item:first-child {
    border-top: none;
    border-left: 1px solid #bebebe;
  }
}

.p-quality-link__link {
  position: relative;
  display: block;
  padding: 2rem 0 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-quality-link__link {
    display: block;
    padding: 0 3rem;
  }
}
.p-quality-link__link:hover .p-quality-link__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-quality-link__link:hover .p-quality-link__title {
  color: #e2258f;
}

.p-quality-link__desc {
  width: 36.77%;
  margin: -0.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-quality-link__desc {
    width: 100%;
    margin: -0.65rem 0 0;
  }
}

.p-quality-link__img {
  width: 63.23%;
  position: relative;
  overflow: hidden;
}
.p-quality-link__img::before {
  display: block;
  padding-top: 67.91%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-quality-link__img {
    width: 100%;
    margin: 3rem 0 0;
    position: relative;
    overflow: hidden;
  }
  .p-quality-link__img::before {
    display: block;
    padding-top: 68.22%;
    content: "";
  }
}
.p-quality-link__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-quality-link__no {
  display: block;
  margin: 0 0 0.8rem 0;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-quality-link__no {
    margin: 0 0 1.55rem 0;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.225;
    letter-spacing: -0.01em;
  }
}

.p-quality-link__title {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-quality-link__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-quality-link__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-quality-link__eng {
  display: block;
  margin: 0.3rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-quality-link__eng {
    margin: 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-quality-link__eng span {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-quality-link__eng span {
    display: block;
  }
}

.p-quality-link__arrow {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/quality/quality_link_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-quality-link__arrow {
    position: unset;
    display: block;
    margin: 1.5rem 0 0;
  }
}

/* recruit
----------------------------------------- */
.p-recruit-hero {
  height: 100vh;
  position: relative;
}
.p-recruit-hero .p-hero__overlay {
  background-color: #f0f0f0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.p-recruit-hero .c-btn__wrap {
  position: fixed;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  bottom: 3rem;
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recruit-hero .c-btn__wrap {
    right: 10rem;
    bottom: 15.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-recruit-hero .c-btn__wrap {
    right: 15.2777777778vw;
  }
}

.p-recruit__parallax {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-recruit__parallax .p-recruit__parallaxImgWrap img {
  -o-object-position: top;
     object-position: top;
}

.p-recruit__parallaxImgWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  -webkit-transform: translate(0%, 0%) scale(1.1);
          transform: translate(0%, 0%) scale(1.1);
}
.p-recruit__parallaxImgWrap.is-anim {
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
  -webkit-animation: imgScale 2s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
          animation: imgScale 2s cubic-bezier(0.2, 0.2, 0.45, 1) forwards;
}

@-webkit-keyframes imgScale {
  from {
    -webkit-transform: translate(0%, 0%) scale(1.1);
            transform: translate(0%, 0%) scale(1.1);
  }
  to {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}

@keyframes imgScale {
  from {
    -webkit-transform: translate(0%, 0%) scale(1.1);
            transform: translate(0%, 0%) scale(1.1);
  }
  to {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}
.p-recruit-hero__line {
  position: fixed;
  top: 9.2rem;
  left: 50%;
  z-index: -1;
  width: calc(100% - 6rem);
  height: calc(100% - 13.7rem);
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-recruit-hero__line {
    top: 16.5rem;
    width: calc(100% - 30rem);
    max-width: 1100px;
    height: calc(100% - 27rem);
  }
}
.p-recruit-hero__line .line-top {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.38;
  -webkit-transform: translate(-50%, 0%) scale(0);
          transform: translate(-50%, 0%) scale(0);
}
.p-recruit-hero__line .line-top.is-anim {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: lineExtendHorizontal 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineExtendHorizontal 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.p-recruit-hero__line .line-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.38;
  -webkit-transform: translate(-50%, 0%) scale(0);
          transform: translate(-50%, 0%) scale(0);
}
.p-recruit-hero__line .line-bottom.is-anim {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-animation: lineExtendHorizontal 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineExtendHorizontal 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.p-recruit-hero__line .line-right {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
  opacity: 0.38;
  -webkit-transform: translate(0%, -50%) scale(0);
          transform: translate(0%, -50%) scale(0);
}
.p-recruit-hero__line .line-right.is-anim {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: lineExtendVertical 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineExtendVertical 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.p-recruit-hero__line .line-left {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
  opacity: 0.38;
  -webkit-transform: translate(0%, -50%) scale(0);
          transform: translate(0%, -50%) scale(0);
}
.p-recruit-hero__line .line-left.is-anim {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: lineExtendVertical 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: lineExtendVertical 2s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

@-webkit-keyframes lineExtendHorizontal {
  from {
    -webkit-transform: translate3d(-50%, 0, 0) scale(0);
            transform: translate3d(-50%, 0, 0) scale(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
}

@keyframes lineExtendHorizontal {
  from {
    -webkit-transform: translate3d(-50%, 0, 0) scale(0);
            transform: translate3d(-50%, 0, 0) scale(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
}
@-webkit-keyframes lineExtendVertical {
  from {
    -webkit-transform: translate3d(0, -50%, 0) scale(0);
            transform: translate3d(0, -50%, 0) scale(0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
            transform: translate3d(0, -50%, 0) scale(1);
  }
}
@keyframes lineExtendVertical {
  from {
    -webkit-transform: translate3d(0, -50%, 0) scale(0);
            transform: translate3d(0, -50%, 0) scale(0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
            transform: translate3d(0, -50%, 0) scale(1);
  }
}
.p-recruit__head {
  position: fixed;
  bottom: 10.4rem;
  left: 2rem;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .p-recruit__head {
    bottom: 15rem;
    left: 50%;
    width: 100%;
    max-width: 1360px;
    padding: 0 8rem;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .p-recruit__head {
    bottom: 15rem;
    left: calc(50% - 5rem);
    width: 100%;
    width: calc(100% - 30rem);
    max-width: 1100px;
    padding: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recruit__head {
    bottom: 15rem;
    left: calc(50% - 5rem);
    width: 100%;
    width: calc(100% - 30rem);
    max-width: 1100px;
    padding: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.p-recruit__headSub {
  display: block;
  margin: 0 0 2.9rem 0;
  color: #e2258f;
  font-size: max(1.8rem, 12px);
  font-weight: 500;
  line-height: 1.1111111111;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit__headSub {
    margin: 0 0 3.6rem 0;
    font-size: max(2rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-recruit__headEng {
  display: block;
  margin: 0 0 1.8rem 0;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.8125;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 769px) {
  .p-recruit__headEng {
    margin: 0 0 2.9rem 0;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.07em;
  }
}

.p-recruit__headJp {
  display: block;
  margin: 0 0 2.6rem 0;
  color: #fff;
  font-size: max(2rem, 12px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-recruit__headJp {
    margin: 0 0 3.9rem 0;
    font-size: max(2.2rem, 12px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}

.p-recruit__headText {
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-recruit__headText {
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.01em;
  }
}

.p-recruit-messsage {
  position: relative;
  z-index: 3;
  padding: 5.7rem 0 5.85rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage {
    padding-top: max(10%, 140px);
    padding-right: 0;
    padding-bottom: 12rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-messsage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-messsage__desc {
    width: 55%;
  }
}
.p-recruit-messsage__desc .l-section__title {
  margin: 0 0 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__desc .l-section__title {
    margin: 0 0 7.1rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__desc .l-section__text {
    font-size: max(1.4rem, 12px);
    font-weight: 500;
    line-height: 2.2857142857;
    letter-spacing: 0em;
  }
}

.p-recruit-messsage__img {
  margin: 3.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__img {
    width: 28vw;
    margin: 12.4rem 0 0;
  }
}
.p-recruit-messsage__img figure {
  margin: 0 0 3rem 0;
  position: relative;
  overflow: hidden;
}
.p-recruit-messsage__img figure::before {
  display: block;
  padding-top: 136.86%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__img figure {
    width: 80%;
    margin: 0 0 4.8rem auto;
    position: relative;
    overflow: hidden;
  }
  .p-recruit-messsage__img figure::before {
    display: block;
    padding-top: 107.54%;
    content: "";
  }
}
.p-recruit-messsage__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__img.company {
    width: 28vw;
    margin: 5rem 0 0;
  }
}
.p-recruit-messsage__img.company figure {
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-recruit-messsage__img.company figure::before {
  display: block;
  padding-top: 136.86%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__img.company figure {
    width: 77%;
    margin: 0 0 4.8rem auto;
    position: relative;
    overflow: hidden;
  }
  .p-recruit-messsage__img.company figure::before {
    display: block;
    padding-top: 112.53%;
    content: "";
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-messsage__imgTitle {
    width: 70.857%;
    margin: 0 0 0 23%;
  }
  .p-recruit-messsage__imgTitle.company {
    margin: 0 0 0 23%;
  }
}

.p-recruit-messsage__imgTitleHead {
  margin: 2.6rem 0 1.4rem 0;
}
.p-recruit-messsage__imgTitleHead span:not([class]) {
  display: inline-block;
}
.p-recruit-messsage__imgTitleHead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__imgTitleHead {
    margin: 0 0 1.7rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-recruit-messsage__imgName {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.0909090909;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__imgName {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-recruit-messsage__imgNameEng {
  display: block;
  margin: 0.55rem 0 0;
  font-size: max(1.2rem, 12px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-recruit-messsage__imgNameEng {
    margin: 0.7rem 0 0;
  }
}

.p-recruit-interview {
  position: relative;
  z-index: 3;
  padding: 5.7rem 0 6rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview {
    padding: 9.45rem 0 12rem;
  }
}

.p-recruit-interview__inner {
  margin: 3.85rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__inner {
    width: 100%;
    max-width: 1200px;
    margin: 7.1rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__inner .p-case-detail__bottomBtn {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10rem;
  }
}
.p-recruit-interview__inner .p-case-detail__bottomBtn .p-case-detail__bottomLink {
  text-align: center;
}

.p-recruit-interview__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-recruit-interview__item {
  margin: 0 0 3rem 0;
  width: 48.57%;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__item {
    width: 24.16%;
    margin: 0 1% 8rem 0;
  }
}
@media (max-width: 769px) {
  .p-recruit-interview__item:nth-child(odd) {
    margin-right: 2.8%;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__item:nth-child(4n) {
    margin: 0 0 8rem 0;
  }
}

.p-recruit-interview__link {
  display: block;
}
.p-recruit-interview__link .p-recruit-interview__figure {
  overflow: hidden;
}
.p-recruit-interview__link figure {
  margin: 0 0 1.6rem 0;
  position: relative;
  overflow: hidden;
}
.p-recruit-interview__link figure::before {
  display: block;
  padding-top: 129.41%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__link figure {
    margin: 0 0 3.8rem 0;
    position: relative;
    overflow: hidden;
  }
  .p-recruit-interview__link figure::before {
    display: block;
    padding-top: 133.45%;
    content: "";
  }
}
.p-recruit-interview__link figure div {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
}
.p-recruit-interview__link figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-interview__link:hover .p-recruit-interview__figure figure div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-recruit-interview__link:hover .c-btn__wrap .c-btn span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.p-recruit-interview__link:hover .p-recruit-interview__name {
  color: #e2258f;
}

.p-recruit-interview__position {
  margin: 0 0 1.3rem 0;
}
@media (max-width: 370px) {
  .p-recruit-interview__position {
    font-size: 4.6153846154vw;
  }
}
.p-recruit-interview__position {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__position {
    margin: 0 0 1.6rem 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-interview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 769px) {
  .p-recruit-interview__wrap .c-btn__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 1.2rem;
  }
}

.p-recruit-interview__name {
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 370px) {
  .p-recruit-interview__name {
    font-size: 5.641025641vw;
  }
}
.p-recruit-interview__name {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.0909090909;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-recruit-interview__nameEng {
  display: block;
  margin: 0.4rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__nameEng {
    margin: 0.5rem 0 0;
  }
}

.p-recruit-data {
  position: relative;
  z-index: 3;
  padding: 5rem 0 6rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-recruit-data {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-data__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-recruit-data__inner + .p-recruit-data__inner {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-recruit-data__inner + .p-recruit-data__inner {
    padding-top: 8rem;
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-data__desc {
    width: 28.416%;
  }
}

.p-recruit-data__title {
  margin: 0 0 2.2rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7692307692;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-recruit-data__title {
    margin: 0 0 3.2rem 0;
    white-space: nowrap;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recruit-data__title span:not([class]) {
    display: block;
  }
}
.p-recruit-data__title span + span {
  margin-top: 1.6rem;
}

.p-recruit-data__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-data__text {
    margin: 0 0 3.2rem 0;
    white-space: nowrap;
    font-size: max(1.6rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recruit-data__img {
  margin: 3.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-data__img {
    width: 51.85%;
    margin: 0 0 0 2em;
  }
}
.p-recruit-data__img figure {
  margin: 0 0 2.6rem 0;
  position: relative;
  overflow: hidden;
}
.p-recruit-data__img figure::before {
  display: block;
  padding-top: 59.39%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-recruit-data__img figure {
    margin: 0;
  }
}
.p-recruit-data__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-data__img .c-btn__wrap .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-recruit-banner {
  position: relative;
  z-index: 3;
}
.p-recruit-banner a {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 769px) {
  .p-recruit-banner a .c-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0.6rem;
    margin-left: 3rem;
  }
  .p-recruit-banner a .c-btn span {
    width: 4.5rem;
    height: 4.5rem;
  }
  .p-recruit-banner a .c-btn span svg {
    width: 4.5rem;
    height: 4.5rem;
  }
  .p-recruit-banner a .c-btn span::before {
    width: 0.67rem;
    height: 1rem;
  }
}
@media (max-width: 370px) {
  .p-recruit-banner a .c-btn {
    font-size: 3.5897435897vw;
  }
}
.p-recruit-banner a:hover .p-recruit-banner__border span:not([class]) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-recruit-banner a:hover .c-btn span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-recruit-banner__pict {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
.p-recruit-banner__pict img {
  width: 100%;
}

.p-recruit-banner__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  margin-inline: auto;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-recruit-banner__inner {
    width: 126rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recruit-banner__inner {
    width: 95rem;
  }
}

.p-recruit-banner__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: -0.00001em;
  color: #fff;
}
@media (max-width: 370px) {
  .p-recruit-banner__title {
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-banner__title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.00001em;
  }
}

.p-recruit-banner__border {
  display: none;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 4rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-recruit-banner__border {
    display: block;
  }
}
.p-recruit-banner__border span:not([class]) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 101%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  background-color: #e2258f;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) 0s;
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) 0s;
  transition: transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) 0s, -webkit-transform 0.5s cubic-bezier(0.205, 0.01, 0.075, 0.995) 0s;
}

.p-recruit-other {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 6rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-other {
    padding: 2.4rem 0 10rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-other__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruit-other__block {
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-recruit-other__block {
    width: 50%;
    border-bottom: 1px solid #bebebe;
  }
}
.p-recruit-other__block .p-recruit-other__bg {
  background-image: url(../images/recruit/recruit_other_bg01_sp.png);
}
.p-recruit-other__block:nth-child(2) {
  border-bottom: 1px solid #bebebe;
}
.p-recruit-other__block:nth-child(2) .p-recruit-other__bg {
  background-image: url(../images/recruit/recruit_other_bg02_sp.png);
}

.p-recruit-other__link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5.2rem 0 3.95rem 1rem;
}
@media screen and (min-width: 769px) {
  .p-recruit-other__link {
    padding: 9.2rem 0 9.2rem 5rem;
  }
}
.p-recruit-other__link:hover .p-recruit-other__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-recruit-other__link:hover .p-recruit-other__title {
  color: #e2258f;
}
.p-recruit-other__link:hover .p-recruit-other__titleEng {
  color: #e2258f;
}
.p-recruit-other__link:hover .p-recruit-other__desc .arrow {
  background-image: url(../images/recruit/recruit_arrow_pink.svg);
}

.p-recruit-other__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
}

.p-recruit-other__desc {
  position: relative;
  z-index: 1;
}
.p-recruit-other__desc .arrow {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/recruit/recruit_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}

.p-recruit-other__title {
  margin: 0 0 2rem 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-other__title {
    margin: 0 0 1.5rem 0;
  }
}

.p-recruit-other__titleEng {
  display: block;
  margin: 0.5rem 0 0;
  color: #838383;
  font-family: "Inter", sans-serif;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1.1rem, 11px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-recruit-other__titleEng {
    margin: 1.35rem 0 0;
    font-size: max(1.2rem, 12px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}

.p-recruit-entry {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.p-recruit-entry__inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__inner .c-btn__wrap .c-btn span {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__inner .c-btn__wrap .c-btn span svg {
    width: 8rem;
    height: 8rem;
  }
}

.p-recruit-entry__link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7rem 2rem;
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__link {
    padding: 15.5rem 0;
  }
}
.p-recruit-entry__link .line {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-recruit-entry__link .line {
    position: absolute;
    top: 50%;
    left: calc(50% - 5rem);
    z-index: 0;
    display: block;
    width: 55.147%;
    height: 0.1rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recruit-entry__link .line {
    position: absolute;
    top: 50%;
    left: calc(50% - 5rem);
    z-index: 0;
    display: block;
    width: 40%;
    height: 0.1rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-recruit-entry__link .line::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-recruit-entry__link .line:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #e2258f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__link:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
.p-recruit-entry__link:hover .p-recruit-entry__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-recruit-entry__link:hover .c-btn__wrap .c-btn span svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.p-recruit-entry__link:hover .line::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.p-recruit-entry__link:hover .line::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  transition: transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995), -webkit-transform 0.3s cubic-bezier(0.205, 0.01, 0.075, 0.995);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-recruit-entry__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__wrap {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-recruit-entry__wrap .c-btn__wrap .c-btn span svg circle {
  stroke-width: 1;
}

.p-recruit-entry__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/recruit_entry_bg_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.2, 0.45, 1);
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__bg {
    background-image: url(../images/recruit/recruit_entry_bg_pc.png);
  }
}

.p-recruit-entry__title {
  position: relative;
  margin: 0 6rem 0.6rem 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-recruit-entry__title {
    margin: 0 4.2rem 0 0;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

/* recycle (固定ページ[制服のリサイクル] 2p)
----------------------------------------- */
html:has(body.recycling.page-child) {
  scroll-padding-top: 15rem;
}
@media screen and (min-width: 769px) {
  html:has(body.recycling.page-child) {
    scroll-padding-top: 30rem;
  }
}

html:has(main.-bring) {
  scroll-padding-top: 15rem;
}
@media screen and (min-width: 769px) {
  html:has(main.-bring) {
    scroll-padding-top: 30rem;
  }
}

body.recycling.page-child .p-case-summary,
main.-bring .p-case-summary {
  padding-bottom: 0;
}

.p-recycle-title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-recycle-title {
    line-height: 1.4;
    font-size: 3.5rem;
    letter-spacing: -0.01em;
  }
}

.p-recycle-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-recycle-text {
    font-size: 1.6rem;
  }
}

.p-recycle-btn {
  display: block;
  width: 100%;
  max-width: 35rem;
  padding: 3.5rem 0;
  color: #252525;
  cursor: pointer;
  margin-inline: auto;
  text-align: center;
  border: 1px solid #e2258f;
  color: #fff;
  background-color: #e2258f;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
}
.p-recycle-btn:hover {
  color: #e2258f;
  background-color: #fff;
  border: 1px solid #e2258f !important;
  border: 1px solid #252525;
}
@media screen and (min-width: 769px) {
  .p-recycle-btn {
    width: 100%;
    max-width: 65rem;
  }
}

.p-recycle-bg {
  background-color: #f0f0f0;
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-bg {
    margin-top: 15.2rem;
  }
}

/* > セクションごとのスタイル
----------------------------------------- */
.p-recycle-lead {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-lead {
    margin-top: 8rem;
  }
}

.p-recycle-lead__text {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-lead__text {
    margin-top: 3rem;
  }
}

.p-recycle-tab {
  margin-top: 8.4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-tab {
    margin-top: 14.6rem;
  }
}

.p-recycle-about {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-about {
    margin-top: 9.2rem;
  }
}

.p-recycle-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-recycle-about__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-recycle-about__img.-bring {
    width: 54.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recycle-about__img.-hero-project {
    width: 82.9rem;
  }
}

.p-recycle-about__title {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-about__title {
    text-align: center;
    margin-top: 7.2rem;
  }
}

.p-recycle-about__text {
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-about__text {
    width: 82rem;
    margin-inline: auto;
    margin-top: 4rem;
  }
}

.p-recycle-description {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-description {
    margin-top: 14rem;
  }
}

.p-recycle-description__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #b7b7b7;
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-description__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 7.3rem;
    padding-top: 8.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycle-description__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    translate: 0 -8.2rem;
  }
}

.p-recycle-description__title {
  margin-top: 4rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-recycle-description__title {
    font-size: 2.8rem;
    letter-spacing: -0.01em;
    line-height: 1.7;
  }
}

.p-recycle-description__text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-description__text {
    margin-top: 2.8rem;
  }
}

.p-recycle-description__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-description__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 54.3rem;
  }
}

.p-recycle-example {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-example {
    margin-top: 10rem;
  }
}

.p-recycle-example__list {
  margin-top: 2.6rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-example__list {
    margin-top: 4.8rem;
  }
}

.p-recycle-case {
  padding-top: 8rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-case {
    padding-top: 14rem;
  }
}

.p-recycle-case__list {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-case__list {
    margin-top: 4rem;
  }
}

.p-recycle-pr {
  margin-top: 6.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr {
    margin-top: 9rem;
  }
}

.p-recycle-pr__text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__text {
    margin-top: 1rem;
  }
}

.p-recycle-pr__list {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4rem;
    margin-top: 5rem;
  }
}

.p-recycle-pr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-recycle-pr__item + .p-recycle-pr__item {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__item + .p-recycle-pr__item {
    margin-top: 0;
  }
}

.p-recycle-pr__itemTitle {
  font-size: 1.8rem;
  margin-top: 2.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__itemTitle {
    margin-top: 3rem;
  }
}

.p-recycle-pr__details {
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__details {
    margin-top: 1.4rem;
  }
}

.p-recycle-pr__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-recycle-pr__details-item + .p-recycle-pr__details-item {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__details-item + .p-recycle-pr__details-item {
    margin-top: 0.8rem;
  }
}

.p-recycle-pr__details-title {
  width: 7.3rem;
  margin-right: 0.4rem;
  line-height: 1.6;
  position: relative;
}
.p-recycle-pr__details-title:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: ":";
}

.p-recycle-pr__details-text {
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__details-text {
    line-height: 1.6;
  }
}

.p-recycle-pr__item-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 769px) {
  .p-recycle-pr__item-img {
    height: auto;
  }
}
.p-recycle-pr__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recycle-step {
  margin: 12.4rem 2rem 0;
  padding-bottom: 7.7rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-step {
    margin: 15rem 0 0;
    padding-bottom: 9.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycle-step__title {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 8rem;
  }
}

.p-recycle-step__img {
  margin-top: 3.5rem;
  max-width: 40rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-step__img {
    margin-top: 6.4rem;
    max-width: 140rem;
    margin-inline: auto;
  }
}

.p-recycle-tour {
  margin-top: 7.8rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-tour {
    margin-top: 11.6rem;
  }
}

.p-recycle-tour__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-tour__inner {
    margin-top: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycle-tour__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-recycle-tour__title {
  font-size: 1.8rem;
  margin-top: 4.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-recycle-tour__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.p-recycle-tour__title:after {
  content: "";
  display: block;
  width: 9.1rem;
  border-bottom: 1px solid #e2258f;
  margin-top: 1.8rem;
}

.p-recycle-tour__text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-tour__text {
    margin-top: 2.2rem;
  }
}
.p-recycle-tour__text + .p-recycle-tour__text {
  margin-top: 3.2rem;
}

.p-recycle-tour__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 769px) {
  .p-recycle-tour__img {
    width: 40rem;
  }
}

.p-recycle-contact {
  padding: 4rem 0 8rem;
  border-top: 1px solid #b7b7b7;
}
@media screen and (min-width: 769px) {
  .p-recycle-contact {
    padding: 7.8rem 0 15rem;
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycle-contact__text {
    text-align: center;
  }
}

.p-recycle-contact__btn {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycle-contact__btn {
    margin-top: 4.2rem;
  }
}

/* recruit-job
----------------------------------------- */
.p-hero__head.-job .l-section__headline .l-section__headlineLarge {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5263157895;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-hero__head.-job .l-section__headline .l-section__headlineLarge {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 369px) {
  .p-hero__head.-job .l-section__headline .l-section__headlineLarge {
    white-space: nowrap;
  }
}

.p-recruit-job__inner {
  padding: 0 0 8rem;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 12.4rem;
  }
}
.p-recruit-job__inner:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__inner:last-child {
    padding: 0 0 12.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-job__inner .l-section__title {
    margin: -0.5rem 0 0;
  }
}

.p-recruit-job__list {
  margin: 5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__list {
    width: 66.666666%;
    margin: 0;
  }
}

.p-recruit-job__item {
  padding: 1.2rem 0 1.7rem 0;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__item {
    padding: 2.9rem 5rem 2.9rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-recruit-job__item:first-child {
  border-top: 1px solid #b7b7b7;
}

.p-recruit-job__title {
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__title {
    width: 37.5%;
    margin: 0.2rem 0 0;
  }
}

.p-recruit-job__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__desc {
    width: 62.5%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit-job__desc.-nowrap {
    white-space: nowrap;
  }
}

/* recruit-system
----------------------------------------- */
.p-recruit-qualifications {
  padding: 0 0 9rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications {
    padding: 0 0 10.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-qualifications__inner .p-recruit-system__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications__inner .p-recruit-system__head .p-recruit-system__text {
    width: 50%;
    margin: 0;
  }
}

.p-recruit-system__head .p-recruit-system__text {
  margin: 2.2rem 0 0;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

.p-recruit-qualifications__listInner {
  margin: 5.2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications__listInner {
    margin: 9.1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-qualifications__list {
    width: 45.833333%;
  }
}
.p-recruit-qualifications__list:first-child .p-recruit-qualifications__item:last-child {
  margin: 0 0 1.1rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications__list:first-child .p-recruit-qualifications__item:last-child {
    margin: 0;
    border-bottom: none;
  }
}
.p-recruit-qualifications__list:nth-child(2) .p-recruit-qualifications__item:last-child {
  border-bottom: none;
}

.p-recruit-qualifications__item {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications__item {
    padding: 0 3rem 3rem 3rem;
  }
}
.p-recruit-qualifications__item:not(:last-child) {
  margin: 0 0 1.1rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-qualifications__item:not(:last-child) {
    margin: 0 0 3rem 0;
  }
}

.p-recruit-qualifications__name {
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
}

.p-recruit-qualifications__people {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0em;
}

.p-recruit-otherSystem {
  padding: 5.7rem 0 8.8rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-recruit-otherSystem {
    padding: 9.45rem 0 10rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 45.833333%;
  }
}
.p-recruit-otherSystem__block:not(:last-child) {
  margin: 0 0 6.7rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__block:not(:last-child) {
    margin: auto 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__block .p-recruit-system__head {
    margin: 0 0 4.2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__block .p-recruit-system__head .p-recruit-system__text {
    margin: 2.7rem 0 0;
  }
}

.p-recruit-otherSystem__img {
  margin: 4.2rem 0 0;
  position: relative;
  overflow: hidden;
}
.p-recruit-otherSystem__img::before {
  display: block;
  padding-top: 71.43%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-recruit-otherSystem__img {
    width: 100%;
    margin: auto 0 0;
    position: relative;
    overflow: hidden;
  }
  .p-recruit-otherSystem__img::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
}
.p-recruit-otherSystem__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-training {
  padding: 6.7rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-training {
    padding: 14.45rem 0 6.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recruit-training__inner .p-recruit-system__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-training__inner .p-recruit-system__head .p-recruit-system__text {
    width: 49.333333%;
    margin: 0;
  }
}

.p-recruit-training__list {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-training__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.8rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-recruit-training__item {
  width: 100%;
  padding: 1.85rem 0;
  border: 1px solid #bebebe;
  background-color: #f0f0f0;
  text-align: center;
  font-size: max(1.5rem, 12px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recruit-training__item {
    width: 31.666666%;
    height: 10rem;
    padding: 2.1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: max(1.8rem, 12px);
    font-weight: 600;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }
}
.p-recruit-training__item:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-training__item:not(:last-child) {
    margin: 0 1.25% 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-training__item:not(:nth-child(3n)) {
    margin: 0 1.25% 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-training__item:nth-child(3n) {
    margin: 0 0 2rem 0;
  }
}

/* uniform
----------------------------------------- */
.p-hero__overlay.-uniform {
  z-index: 1;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-hero__overlay.-uniform {
    height: 105vh;
  }
}

.p-hero.-uniform .p-fixed-img img {
  opacity: 1;
}
.p-hero.-uniform .l-section__headline {
  position: unset;
  margin: 0 0 0 2rem;
  padding: 17.3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-hero.-uniform .l-section__headline {
    margin: 0 0 0 10rem;
    padding: 27.5rem 0 0;
  }
}
.p-hero.-uniform .p-hero-parallax {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.p-uniform-head__img {
  position: relative;
  z-index: 1;
  width: calc(100% - 4rem);
  margin: 6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-uniform-head__img {
    width: calc(100% - 30rem);
    margin: 11.9rem auto 0;
  }
}
.p-uniform-head__img::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 14.5rem;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 1025px) {
  .p-uniform-head__img::before {
    height: 35rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-head__img::before {
    height: 29rem;
  }
}
.p-uniform-head__img figure {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.p-uniform-head__img figure::before {
  display: block;
  padding-top: 454.55%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p-uniform-head__img figure {
    height: 80vh;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-head__img figure {
    height: 50vh;
    padding-top: 0;
  }
}
.p-uniform-head__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -webkit-transform: translate(0%, 0%) scale(1.2);
          transform: translate(0%, 0%) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 0;
     object-position: left 0;
}
.p-uniform-head__img figure img.js-uniform-img.is-anim {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 1s cubic-bezier(0.2, 0.2, 0.45, 1);
  transition: transform 1s cubic-bezier(0.2, 0.2, 0.45, 1), -webkit-transform 1s cubic-bezier(0.2, 0.2, 0.45, 1);
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
}

.p-uniform-message {
  position: relative;
  z-index: 2;
  padding: 7.2rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-uniform-message {
    padding: 13rem 0;
  }
}

.p-uniform-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-uniform-message__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-uniform-message__text {
    font-size: max(1.8rem, 12px);
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: -0.01em;
  }
}

.p-uniform-detail {
  position: relative;
  z-index: 2;
  padding: 7.4rem 0 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail {
    padding: 20.3rem 0 14rem;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail .l-container {
    padding: 0 8rem 0 3rem;
  }
}

.p-uniform-detail__block {
  margin: 0 0 6rem 0;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block {
    position: relative;
    margin: 0 0 26rem 0;
    padding: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-uniform-detail__block:last-child {
  margin: 0;
  border-bottom: none;
}
.p-uniform-detail__block.-wrap {
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block.-wrap {
    margin: 0 0 -5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block.-second .p-uniform-detail__head {
    margin: -8.6rem 0 0;
    padding: 24rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block.-second .p-uniform-detail__head::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block.-second .p-uniform-detail__head .p-uniform-detail__titleSub {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__block.-second .p-uniform-detail__desc {
    margin: 15.2rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-uniform-detail__head {
    position: sticky;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 44.48%;
    margin: -24rem 0 0;
    padding: 24rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__head::before {
    position: absolute;
    top: 18rem;
    right: 0;
    width: calc(100% - 5rem);
    height: 0.1rem;
    background-color: #bebebe;
    content: "";
  }
}

.p-uniform-detail__title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

.p-uniform-detail__no {
  display: inline-block;
  margin: 0 1.1rem 0 0;
  color: #e2258f;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__no {
    width: 1.9rem;
    margin: 0 3.1rem 0 0;
  }
}

.p-uniform-detail__titleSub {
  margin: 2.5rem 0 0;
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__titleSub {
    margin: 5.4rem 0 0;
    padding: 0 0 0 5rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-uniform-detail__desc {
  margin: 2.8rem 0 0;
  padding: 0 0.5rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__desc {
    width: 48%;
    margin: -6.8rem 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__descWrap {
    margin: 11.2rem 0 0;
  }
}

.p-uniform-detail__img {
  width: calc(100vw - 5rem);
  margin: 3.3rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__img {
    width: 50vw;
    margin: 7.2rem 0 0;
  }
}
.p-uniform-detail__img figure {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-uniform-detail__img figure::before {
  display: block;
  padding-top: 62.94%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-detail__img figure {
    position: relative;
    overflow: hidden;
  }
  .p-uniform-detail__img figure::before {
    display: block;
    padding-top: 62.86%;
    content: "";
  }
}
.p-uniform-detail__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-uniform-case {
  padding: 6rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-uniform-case {
    padding: 12rem 0;
  }
}
.p-uniform-case .l-container {
  padding: 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-case .l-container {
    max-width: 1260px;
    padding: 0 8rem;
  }
}

.p-uniform-case__inner {
  overflow: hidden;
}

.p-uniform-case__link {
  position: relative;
  display: block;
  padding: 6rem 3.5rem 6.4rem;
}
@media screen and (min-width: 1025px) {
  .p-uniform-case__link {
    padding: 8.2rem 38.1rem 8.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-case__link {
    padding: 8.2rem 19rem 8.7rem;
  }
}
.p-uniform-case__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/uniform/uniform_case_bg_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 769px) {
  .p-uniform-case__link::before {
    background-image: url(../images/uniform/uniform_case_bg_pc.jpg);
  }
}
.p-uniform-case__link:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-uniform-case__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.8rem 0 3.1rem;
  border: 5px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-uniform-case__wrap {
    padding: 5.1rem 0 4.3rem;
  }
}

.p-uniform-case__title {
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-uniform-case__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2083333333;
    letter-spacing: -0.01em;
  }
}

.p-uniform-case__jp {
  margin: 0.9rem 0 0;
  color: #fff;
  text-align: left;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.0714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-case__jp {
    font-size: max(1.4rem, 12px);
    font-weight: 500;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}

.p-uniform-other {
  padding: 5.5rem 0 3.5rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-uniform-other {
    padding: 12rem 0 8rem;
  }
}
.p-uniform-other .p-home-pick__list {
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-other .p-home-pick__list {
    margin: -4rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-other .p-home-pick__list .p-home-pick__item .p-home-pick__link .p-home-pick__text .p-home-pick__title {
    margin: 0 2.5rem 0 0;
    font-size: max(1.5rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}

.p-uniform-other__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-other__title {
    margin: 4.9rem 0 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-uniform-lead {
  padding: 10.9rem 0 13.6rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-uniform-lead {
    padding: 30rem 0;
  }
}
.p-uniform-lead .l-container {
  text-align: center;
}
.p-uniform-lead .l-container .l-section__headMain .-rental {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-uniform-content {
  position: relative;
  padding: 5.7rem 0 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-uniform-content {
    padding: 14rem 0 0;
  }
}
.p-uniform-content::before {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-uniform-content::before {
    width: calc(100% - 20rem);
  }
}
.p-uniform-content:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 53.7rem;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content:after {
    height: 72.1rem;
  }
}
.p-uniform-content .l-container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-uniform-content.-rental {
    padding: 12.6rem 0 9.4rem;
  }
}
.p-uniform-content.-rental::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 66.3rem;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content.-rental::after {
    height: 42.9rem;
  }
}
.p-uniform-content.-rental .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img {
  position: relative;
  margin: 3.3rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-content.-rental .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img {
    margin: -11.35rem 0 0;
  }
}
.p-uniform-content.-rental .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 12.8%;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content.-rental .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-uniform-content__block:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .p-uniform-content__block:nth-child(2) {
    margin: 20rem 0 0;
    padding: 0 0.5rem 0 5rem;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__block:nth-child(2) {
    margin: 20rem 0 0;
    padding: 0 0.5rem 0 0;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__desc {
    width: 42.18%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__desc {
    width: 52%;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__desc .p-uniform-content__title {
    margin: -0.8rem 0 6.95rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__desc .p-uniform-content__title br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__img.-slider {
    width: 43.67%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__img.-slider {
    width: 38%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block:nth-child(2) .p-uniform-content__img.-slider .p-uniform-content__sliderContainer {
    width: 100%;
  }
}
.p-uniform-content__block.-rental:first-child {
  padding: 0 0 3.8rem 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:first-child {
    padding: 0 5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:first-child .p-uniform-content__desc {
    width: 42.434%;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:first-child .p-uniform-content__desc .p-uniform-content__title {
    margin: 0.6rem 0 4.05rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:first-child .p-uniform-content__img.-slider {
    width: 43.478%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:first-child .p-uniform-content__img.-slider .p-uniform-content__sliderContainer {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:nth-child(2) {
    margin: 7.3rem 0 0;
    padding: 0 5rem 0 10rem;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__desc {
    width: 47.524%;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__desc .p-uniform-content__title {
    margin: 0 0 4.15rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img {
    width: 33.333333%;
    margin: -11.35rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img {
    width: 33.333333%;
    margin: 6rem 0 0;
  }
}
.p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img figure {
  width: 52.85%;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__block.-rental:nth-child(2) .p-uniform-content__img figure {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-uniform-content__desc {
    width: 34.5%;
  }
}
.p-uniform-content__title {
  margin: 0 0 3rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2307692308;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__title {
    margin: -1.2rem 0 4.05rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.3142857143;
    letter-spacing: -0.01em;
  }
}

.p-uniform-content__img {
  width: 100vw;
  margin: 3.3rem calc(50% - 50vw) 5.7rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__img {
    width: 58.333333%;
    margin: -0.55rem 0 0;
  }
}
.p-uniform-content__img.-slider {
  margin: 3.3rem calc(50% - 50vw) 0;
}
.p-uniform-content__img.-slider figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-content__img.-slider figure img {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-content__img.-slider figure img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
            mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
.p-uniform-content__img figure {
  width: calc(100% - 2rem);
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-uniform-content__img figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content__img figure {
    width: 100%;
    margin: 0;
  }
}
.p-uniform-content__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-uniform-content__sliderContainer.swiper-container-initialized .p-uniform-content__slideItem img {
  opacity: 1;
}

.p-uniform-content__sliderContainer.swiper-container-initialized .p-uniform-flow__slideItem img {
  opacity: 1;
}

.p-uniform-content__sliderContainer .swiper-slide-active .slide-img,
.p-uniform-content__sliderContainer .swiper-slide-duplicate-active .slide-img,
.p-uniform-content__sliderContainer .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUpContent 8s linear 0s;
          animation: zoomUpContent 8s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-uniform-content__sliderContainer {
  width: 76.92%;
  margin: 0 auto 0 0;
}

.p-uniform-content__slide {
  position: relative;
}
.p-uniform-content__slide.swiper-slide-active .p-uniform-content__slideTitle {
  opacity: 1;
}

.p-uniform-content__slideTitle {
  position: absolute;
  right: 0;
  bottom: -7.3rem;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__slideTitle {
    display: none;
  }
}

.p-uniform-content__slide {
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-content__slide.swiper-slide-active img {
  opacity: 1;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-content__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-content__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}

.p-uniform-content__slideItem {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-content__slideItem figure {
  width: 100%;
  height: 100%;
}
.p-uniform-content__slideItem figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-uniform-content__slideItem figure picture img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  opacity: 0;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-content__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-content__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
            mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
}
@keyframes zoomUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
}
.p-uniform-content__sliderPaginationWrap {
  position: relative;
  height: 5.7rem;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-uniform-content__sliderPaginationWrap {
    height: 9.8rem;
  }
}
.p-uniform-content__sliderPaginationWrap .swiper-pagination {
  position: unset;
  z-index: 1;
}
.p-uniform-content__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem 0;
  background-color: #252525;
  opacity: 1;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.p-uniform-content__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e2258f;
}
.p-uniform-content__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.p-uniform-content__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #e2258f;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-uniform-content__parallaxImg {
  position: relative;
  width: 100vw;
  margin: 5.6rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 1025px) {
  .p-uniform-content__parallaxImg {
    margin: -4.5rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-content__parallaxImg {
    margin: 6.4rem calc(50% - 50vw) 0;
  }
}
.p-uniform-content__parallaxImg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 12.8%;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content__parallaxImg::before {
    padding-top: 8.57%;
  }
}
.p-uniform-content__parallaxImg figure {
  width: 38.46%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.p-uniform-content__parallaxImg figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-content__parallaxImg figure {
    width: 25%;
    margin: 0 14.285% 0 auto;
  }
}
.p-uniform-content__parallaxImg figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-uniform-flow {
  position: relative;
  margin: 6rem 0 0;
  padding: 5.7rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow {
    margin: 12rem 0 0;
    padding: 12rem 0 5.8rem;
  }
}
.p-uniform-flow::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #bebebe;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-uniform-flow::before {
    width: calc(100% - 20rem);
  }
}
.p-uniform-flow.-rental {
  margin: 0;
  padding: 5.7rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow.-rental {
    padding: 11.9rem 0 4.2rem;
  }
}
.p-uniform-flow.-rental::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow.-rental .p-uniform-flow__img.-slider {
    margin: -40.6rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-flow.-rental .p-uniform-flow__img .p-uniform-content__sliderContainer .p-uniform-content__sliderPaginationWrap {
    height: 10.2rem;
  }
}

.p-uniform-flow__inner {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__inner {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__inner .p-uniform-content__title {
    width: 31.5%;
    margin: -0.8rem 0 0;
  }
}

.p-uniform-flow__listWrap {
  position: relative;
  width: 100vw;
  margin: 5.7rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__listWrap {
    width: 58.333333%;
    margin: 0;
  }
}
.p-uniform-flow__listWrap .p-home-pillar__indicator {
  position: absolute;
  top: 2.75rem;
  right: 3.7rem;
  width: 0.1rem;
  height: 38rem;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__listWrap .p-home-pillar__indicator {
    top: -4.5rem;
    right: 4.9rem;
    height: 54.8rem;
  }
}
.p-uniform-flow__listWrap .p-home-pillar__indicator .c-indicator__line {
  position: absolute;
  top: 0;
  right: 0.05rem;
  width: 0.1rem;
  height: 100%;
  margin: 0;
}
.p-uniform-flow__listWrap .p-home-pillar__indicator .c-indicator__lineWrap {
  width: 0.1rem;
  height: 100%;
}
.p-uniform-flow__listWrap .p-home-pillar__indicator .c-indicator__lineWrap .c-indicator__lineExpand {
  width: 0.1rem;
  height: 100%;
}
.p-uniform-flow__listWrap .p-home-pillar__indicator .c-indicator__lineWrap .c-indicator__lineExpand.is-anim {
  background: #e2258f;
  -webkit-animation: flowLineExpand 1.5s 0s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards;
          animation: flowLineExpand 1.5s 0s cubic-bezier(0.205, 0.01, 0.075, 0.995) forwards;
}

@-webkit-keyframes flowLineExpand {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes flowLineExpand {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.p-uniform-flow__list {
  width: 100%;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:first-child .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(2) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(3) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(4) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(5) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(6) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(7) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-uniform-flow__list.is-anim .p-uniform-flow__item:nth-child(8) .p-uniform-flow__circle {
  background-color: #e2258f;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.p-uniform-flow__item {
  padding: 1.6rem 3.5rem 1.6rem 2.3rem;
  border-bottom: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__item {
    padding: 3rem 4.6rem 2.6rem 4.2rem;
  }
}
.p-uniform-flow__item:first-child {
  border-top: 1px solid #bebebe;
}

.p-uniform-flow__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-uniform-flow__no {
  display: block;
  margin: 0 1.4rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: max(2rem, 12px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__no {
    margin: 0 3.9rem 0 0;
  }
}

.p-uniform-flow__title {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 0em;
}

.p-uniform-flow__circle {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #b7b7b7;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__circle {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-uniform-flow__img.-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__img.-slider {
    margin: -36.2rem calc(50% - 50vw) 0;
  }
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer {
  width: 59.23%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__img.-slider .p-uniform-content__sliderContainer {
    width: 28.57%;
  }
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure::before {
  display: block;
  padding-top: 135.5%;
  content: "";
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-flow__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img.png);
            mask-image: url(../images/home/slider_mask_img.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-content__sliderPaginationWrap {
  height: 6.4rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-content__sliderPaginationWrap {
    height: 8.2rem;
  }
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-content__sliderPaginationWrap::before {
  top: 0.3rem;
  left: 2.7rem;
  width: 49.78%;
  margin: 3.15rem 0;
}
.p-uniform-flow__img.-slider .p-uniform-content__sliderContainer .p-uniform-content__sliderPaginationWrap .swiper-pagination {
  margin: 0 -0.9rem 0 0;
}
.p-uniform-flow__img.-slider .progressbar {
  width: 49.78%;
}
@media screen and (min-width: 769px) {
  .p-uniform-flow__img.-slider .progressbar {
    width: 28.75%;
  }
}

.p-uniform-flow__slide {
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-flow__slide.swiper-slide-active img {
  opacity: 1;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-flow__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-flow__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}

.p-uniform-flow__slide {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.progressbar {
  position: relative;
  overflow: hidden;
  width: 38.333333%;
  height: 0.1rem;
  margin: 0.3rem 1.6rem 0 0;
  background: #707070;
}
@media screen and (min-width: 769px) {
  .progressbar {
    width: 23%;
  }
}
.progressbar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #e2258f;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.p-uniform-merit {
  padding: 6rem 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-uniform-merit {
    padding: 11.45rem 0 12rem;
  }
}
.p-uniform-merit.-feature {
  background-color: #fff;
}

.p-uniform-merit__list {
  margin: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-uniform-merit__list {
    margin: 7.45rem 0 0;
    padding: 0 5rem;
  }
}

.p-uniform-merit__item {
  padding: 3.2rem 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 769px) {
  .p-uniform-merit__item {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-uniform-merit__item:first-child {
  border-top: 1px solid #bebebe;
}

.p-uniform-merit__head {
  margin: 0 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .p-uniform-merit__head {
    width: 33%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-merit__head {
    width: 50%;
    margin: 0;
  }
}
.p-uniform-merit__head figure {
  width: 32%;
  margin: 0 2.4rem 0 0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.p-uniform-merit__head figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-merit__head figure {
    width: 13rem;
    margin: 0 3.5rem 0 0;
  }
}
.p-uniform-merit__head figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-uniform-merit__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-uniform-merit__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-uniform-merit__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-uniform-merit__text {
    width: 64.181818%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-merit__text {
    width: 50%;
  }
}

.p-uniform-operation {
  position: relative;
  padding: 5.4rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-uniform-operation {
    padding: 8rem 0 10rem;
  }
}
.p-uniform-operation::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #252525;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .p-uniform-operation::before {
    width: calc(100% - 20rem);
  }
}

@media screen and (min-width: 769px) {
  .p-uniform-operation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-uniform-operation__inner .p-uniform-content__title {
    margin: -1rem 0 0 0;
  }
}

.p-uniform-operation__list {
  position: relative;
  width: 100vw;
  margin: 5.7rem calc(50% - 50vw) 4rem;
}
@media screen and (min-width: 1025px) {
  .p-uniform-operation__list {
    width: 58.333333%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-operation__list {
    width: 54%;
    margin: 0;
  }
}

.p-uniform-operation__item {
  padding: 2.2rem 2.3rem;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 1025px) {
  .p-uniform-operation__item {
    padding: 2.55rem 1.5rem 2.55rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-operation__item {
    padding: 2.55rem 0.8rem 2.55rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-uniform-operation__item:first-child {
  border-top: 1px solid #bebebe;
}

.p-uniform-operation__title {
  margin: 0 0 0.8rem 0;
  font-size: max(2rem, 12px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-uniform-operation__title {
    width: 25.74%;
    margin: 0.6rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-operation__title {
    width: 36%;
    margin: 0.6rem 0 0;
  }
}

.p-uniform-operation__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .p-uniform-operation__text {
    width: 74.26%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-uniform-operation__text {
    width: 64%;
  }
}

.p-uniform-operation__img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-uniform-operation__img {
    margin: -13.9rem calc(50% - 50vw) 0;
  }
}
.p-uniform-operation__img figure {
  width: 59.23%;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
}
.p-uniform-operation__img figure::before {
  display: block;
  padding-top: 82.5%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-operation__img figure {
    width: 28.57%;
  }
}
.p-uniform-operation__img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

/* uniform-hero/slider
----------------------------------------- */
.p-hero__head.-uniform {
  padding: 17.3rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-hero__head.-uniform {
    padding: 27.5rem 0 11.9rem;
  }
}
.p-hero__head.-rental .l-section__headline .l-section__headlineLarge {
  font-size: 3.8rem;
}
@media screen and (min-width: 769px) {
  .p-hero__head.-rental .l-section__headline .l-section__headlineLarge {
    font-size: 6rem;
  }
}

.p-uniform-hero__sliderContainer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.p-uniform-hero__slideItem figure {
  position: relative;
  overflow: hidden;
}
.p-uniform-hero__slideItem figure::before {
  display: block;
  padding-top: 139.23%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-uniform-hero__slideItem figure {
    position: relative;
    overflow: hidden;
  }
  .p-uniform-hero__slideItem figure::before {
    display: block;
    padding-top: 57.14%;
    content: "";
  }
}
.p-uniform-hero__slideItem figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-uniform-hero__sliderPaginationWrap {
  position: relative;
  height: 6rem;
  background-color: #f0f0f0;
}
.p-uniform-hero__sliderPaginationWrap .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 769px) {
  .p-uniform-hero__sliderPaginationWrap .swiper-pagination {
    right: 9.8rem;
  }
}
.p-uniform-hero__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem 0;
  background-color: #252525;
  opacity: 1;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.p-uniform-hero__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e2258f;
}
.p-uniform-hero__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.p-uniform-hero__sliderPaginationWrap .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #e2258f;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-uniform-hero__sliderContainer .swiper-slide-active .slide-img,
.p-uniform-hero__sliderContainer .swiper-slide-duplicate-active .slide-img,
.p-uniform-hero__sliderContainer .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUpHero 5s linear 0s;
          animation: zoomUpHero 5s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-uniform-hero__slide {
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-hero__slide .p-uniform-hero__slideItem {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-uniform-hero__slide.swiper-slide-active img {
  opacity: 1;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-hero__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-hero__slide.swiper-slide-active img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
            animation: slide 1s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  }
}

.p-uniform-hero__slideItem {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.p-uniform-hero__slideItem figure {
  width: 100%;
  height: 100%;
}
.p-uniform-hero__slideItem figure div {
  width: 100%;
  height: 100%;
}
.p-uniform-hero__slideItem figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-uniform-hero__slideItem figure picture img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  opacity: 0;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-webkit-mask-size : 100% 100%) {
  .p-uniform-hero__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img_uniform.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
  }
}
@supports ((-webkit-mask-size: 100% 100%) or (mask-size: 100% 100%)) {
  .p-uniform-hero__slideItem figure picture img {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-image: url(../images/home/slider_mask_img_uniform.png);
            mask-image: url(../images/home/slider_mask_img_uniform.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomUpHero {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUpHero {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-uniform-hero__slideItem img {
  opacity: 0;
}

.p-uniform-hero__sliderContainer.swiper-container-initialized .p-uniform-hero__slide img {
  opacity: 1;
}

.p-uniform-hero__sliderWrapper .p-uniform-hero__slide.swiper-slide-prev:first-of-type .p-uniform-hero__slideItem img {
  opacity: 0;
}

.p-uniform-hero__slideItem.-rental figure picture img {
  opacity: 1;
}

/* p-recycling-common
----------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html.recycling-hero-project {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  html.recycling-hero-project {
    font-size: 0.6944444444vw;
  }
}

body.recycling {
  background-color: #F1F1F1;
}
body.recycling * {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
body.recycling.page-child {
  background-color: #fff;
}
body.recycling.page-child * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body.recycling.page-child .p-hero-img:before {
  display: none;
}
body.customize-support.page-child {
  background-color: #fff;
}
body.customize-support.page-child * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body.customize-support.page-child .p-hero-img:before {
  display: none;
}

main.-bring .p-hero-img:before {
  display: none;
}

.p-recycling-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5.0890585242%;
}

.p-recycling-title {
  position: relative;
}

.p-recycling-title__jp {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1.95rem;
  position: absolute;
  top: calc(50% + 0.4rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-recycling-title__jp img {
  width: 100%;
  height: auto;
}

.p-recycling-project__head .p-recycling-title__jp {
  width: 20.5rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-project__head .p-recycling-title__jp {
    width: 27.4rem;
  }
}
.p-recycling-project__head .p-recycling-title__jp img {
  margin: 0;
}

.p-recycling-solution .p-recycling-title__jp {
  width: 24.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution .p-recycling-title__jp {
    width: 33.1rem;
  }
}

.p-recycling-flow .p-recycling-title__jp {
  width: 10.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow .p-recycling-title__jp {
    width: 15.7rem;
  }
}

.p-recycling-faq .p-recycling-title__jp {
  width: 14.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq .p-recycling-title__jp {
    width: 21.7rem;
  }
}

.p-recycling-feature .p-recycling-title__jp {
  width: 12.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature .p-recycling-title__jp {
    width: 18.8rem;
  }
}

.p-recycling-promise .p-recycling-title__jp {
  width: 20.4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise .p-recycling-title__jp {
    width: 30.4rem;
  }
}

.p-recycling-promise__targetTitle {
  width: 22.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__targetTitle {
    width: 34.3rem;
  }
}
.p-recycling-promise__targetTitle img {
  width: 100%;
  height: auto;
}

.p-recycling-title__eng {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.7166666667;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-recycling-title__eng {
    font-size: max(7.8rem, 130px);
    font-weight: 700;
    line-height: 1.1923076923;
    letter-spacing: 0em;
  }
}

/* p-recycling-footer
----------------------------------------- */
.p-recycling-footer {
  background-color: #E0E6EB;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer .p-recycling-container {
    max-width: unset;
    padding: 0;
    width: 134rem;
  }
}

.p-recycling-footer__bottom {
  margin-top: 6.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottom {
    padding: 0 0 4.3rem;
    margin: 8.6rem auto 0;
    width: 134rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recycling-footer__bottomLogo {
  width: 12rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomLogo {
    width: 14rem;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-footer__bottomContent {
    width: 120rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-footer__bottomContent {
    width: 120rem;
  }
}

.p-recycling-footer__bottomNav {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomNav .p-recycling__button {
    margin: 0 0 0 4.4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-footer__bottomLink {
    color: #707070;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-footer__bottomLink {
    color: #707070;
    font-size: max(0.72rem, 12px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-footer__bottomOther {
  margin-top: 5.4rem;
  padding-bottom: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomOther {
    margin-top: 2.8rem;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-recycling-footer__bottomOtherLink {
  padding: 0 2rem 0 0;
  border-right: 1px solid #565656;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-recycling-footer__bottomOtherLink img {
  width: 0.8rem;
  height: 0.8rem;
}

.p-recycling-footer__bottomOtherLinkText {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomOtherLinkText {
    font-size: max(0.72rem, 12px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-footer__bottomOtherCopy {
  padding: 0 0 0 2rem;
  display: block;
  color: #565656;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "aktiv-grotesk", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-recycling-footer__bottomOtherCopy {
    font-size: max(0.66rem, 11px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

/* p-recycling-loading
----------------------------------------- */
.p-recycling-loading {
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.p-recycling-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-recycling-loading__bgWhiteWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-recycling-loading__bgWhiteWrap .p-recycling-loading__bgWhite {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  margin: 0 calc(50% - 100vw);
  height: 110%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background-color: #fff;
  content: " ";
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 0 0 50% 50%;
}
.p-recycling-loading__bgWhiteWrap.is-hidden-white .p-recycling-loading__bgWhite {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-recycling-loading__bgGreenWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-recycling-loading__bgGreenWrap .p-recycling-loading__bgGreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  margin: 0 calc(50% - 100vw);
  height: 110%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background-color: #00996F;
  content: " ";
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  border-radius: 0 0 45% 45%;
}
.p-recycling-loading__bgGreenWrap.is-hidden-green .p-recycling-loading__bgGreen {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-recycling-loading__logo {
  display: block;
  width: 30.534351145vw;
  height: 40.9669211196vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) {
  .p-recycling-loading__logo {
    width: 12.4305555556vw;
    height: 16.6666666667vw;
  }
}
.p-recycling-loading__logo.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.p-recycling-loading__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* p-recycling-cta
----------------------------------------- */
@media screen and (min-width: 769px) {
  .p-recycling__ctaWrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-recycling__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) -2.5rem;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .p-recycling__loop {
    margin: 0 calc(50% - 50vw) -8.4rem;
  }
}

.p-recycling__loopText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.0875;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  .p-recycling__loopText {
    font-size: max(12.6rem, 210px);
    font-weight: 700;
    line-height: 1.1904761905;
    letter-spacing: 0em;
  }
}
.p-recycling__loopText:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText 50s -25s linear infinite;
          animation: loopText 50s -25s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .p-recycling__loopText:first-child {
    -webkit-animation: loopText 65s -32.5s linear infinite;
            animation: loopText 65s -32.5s linear infinite;
  }
}
.p-recycling__loopText:last-child {
  -webkit-animation: loopText2 50s linear infinite;
          animation: loopText2 50s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-recycling__loopText:last-child {
    -webkit-animation: loopText2 65s linear infinite;
            animation: loopText2 65s linear infinite;
  }
}
.p-recycling__loopText span {
  color: #fff;
  white-space: nowrap;
}

@-webkit-keyframes loopText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loopText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopText2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loopText2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-recycling__cta {
  width: 96.0339943343%;
  margin: 0 auto;
  background-color: #19BC3C;
  border-radius: 0.6rem;
  position: relative;
  padding: 3.4rem 4.6rem 6rem;
}
@media screen and (min-width: 769px) {
  .p-recycling__cta {
    padding: 11.3rem 0 10.4rem;
    border-radius: 1rem;
    width: 134rem;
  }
}

.p-recycling__ctaCorner {
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/recycling/cta_corner_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycling__ctaCorner {
    width: 7.4rem;
    height: 7.4rem;
    background-image: url(../images/recycling/cta_corner_pc.svg);
  }
}

.p-recycling__ctaTitle {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling__ctaTitle {
    font-size: max(20px, 2.8rem);
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 5.7rem;
  }
}
.p-recycling__ctaTitle span {
  display: inline-block;
}

.p-recycling__ctaButton {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-align: center;
  width: 83.4905660377%;
  border-radius: 0.7rem;
  border: 0.3rem solid #19BC3C;
  position: relative;
  display: block;
  background-color: #F84AAC;
  margin: 0 auto;
  padding: 1.3rem 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling__ctaButton {
    width: 60rem;
    font-size: max(1.26rem, 21px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    padding: 1.3rem 0;
    border-radius: 1.4rem;
    border: 0.6rem solid #19BC3C;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling__ctaButton {
    min-width: 280px;
    width: 28.3rem;
    font-size: max(1.26rem, 21px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    padding: 1.3rem 0;
    border-radius: 1.4rem;
    border: 0.6rem solid #19BC3C;
  }
}
.p-recycling__ctaButton:before {
  border-radius: 0.6rem;
  content: "";
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  background-color: rgba(0, 0, 0, 0);
  border: 1.3px dashed #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-recycling__ctaButton:before {
    border-radius: 1rem;
    width: calc(100% + 1.3rem);
    height: calc(100% + 1.3rem);
    border: 2px dashed #fff;
  }
}
.p-recycling__ctaButton:hover {
  background-color: #FA6DBB;
}

/* p-recycling-feature
----------------------------------------- */
.p-recycling-feature {
  margin-top: -4rem;
  position: relative;
  z-index: 1;
  background-color: #E0E6EB;
  padding-bottom: 10rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature {
    margin-top: -8.4rem;
    padding-bottom: 13.8rem;
  }
}
.p-recycling-feature .p-recycling-container {
  margin: 2.4rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature .p-recycling-container {
    width: 105.8rem;
    margin: 8.2rem auto 0;
    padding: 0;
  }
}

.p-recycling-feature__figure img {
  width: 100%;
  height: 100%;
}

.p-recycling-feature__head {
  margin-top: 3.6rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__head {
    margin-top: 7.5rem;
  }
}

.p-recycling-feature__headTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #565656;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__headTitle {
    margin-bottom: 1.6rem;
    font-size: max(1.68rem, 28px);
    font-weight: 700;
    line-height: 1.5476190476;
    letter-spacing: 0em;
  }
}

.p-recycling-feature__headText {
  color: #565656;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__headText {
    font-size: max(1.08rem, 18px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-feature__list {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.4rem 0;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__list {
    margin-top: 7rem;
    gap: 4rem 0;
  }
}

.p-recycling-feature__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-feature__itemContent {
    width: 52rem;
  }
}

.p-recycling-feature__itemTitle {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0em;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__itemTitle {
    margin-bottom: 0.8rem;
    font-size: max(1.44rem, 24px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-feature__itemText {
  color: #565656;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-feature__itemText {
    font-size: max(1.08rem, 18px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-feature__itemFigure {
    width: 51.8rem;
  }
}
.p-recycling-feature__itemFigure img {
  border-radius: 1rem;
  width: 100%;
}

/* p-recycling-promise
----------------------------------------- */
.p-recycling-promise {
  position: relative;
  background-color: #09B52F;
  padding: 5.4rem 0 7rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise {
    background-color: #E0E6EB;
    padding: 0;
    border-radius: 0;
  }
}
.p-recycling-promise .p-recycling-title__jp {
  color: #fff;
}
.p-recycling-promise .p-recycling-title__eng {
  color: #fff;
  opacity: 0.2;
}
.p-recycling-promise .p-recycling-container {
  margin: 4rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise .p-recycling-container {
    width: 87.6rem;
    padding: 0;
    margin: 5rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-promise__inner {
    width: 134rem;
    padding: 12rem 0 21.8rem;
    margin: 0 auto;
    background-color: #09B52F;
    border-radius: 1rem;
  }
}

.p-recycling-promise__title {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__title {
    width: 70rem;
    margin: 0 auto 0.6rem;
    font-size: max(1.68rem, 28px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-promise__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__text {
    width: 70rem;
    margin: 0 auto;
    font-size: max(1.08rem, 18px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-recycling-promise__figure {
  margin: 4.2rem 0 4.7rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__figure {
    margin: 6rem 0 9rem;
  }
}
.p-recycling-promise__figure img {
  border-radius: 1rem;
}

.p-recycling-promise__targetTitle {
  margin-bottom: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__targetTitle {
    margin-bottom: 3.7rem;
  }
}

.p-recycling-promise__targetFigure {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__targetFigure {
    margin-bottom: 8.3rem;
  }
}
.p-recycling-promise__targetFigure img {
  width: 100%;
}

.p-recycling-promise__targetText {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-promise__targetText {
    font-size: max(1.68rem, 28px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

/* p-recycling-news
----------------------------------------- */
.p-recycling-news {
  position: relative;
  background-color: #E0E6EB;
  padding: 9rem 0 3.4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-news {
    padding: 14.9rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recycling-news .p-recycling-container {
    padding: 0;
    margin: 0 auto;
    width: 106rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recycling-news__titleEng {
  font-family: "aktiv-grotesk", sans-serif;
  color: #565656;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.6666666667;
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__titleEng {
    margin-bottom: 0.6rem;
    font-size: max(3rem, 50px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.p-recycling-news__titleJp {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__titleJp {
    font-size: max(0.96rem, 16px);
    font-weight: 500;
    line-height: 1.0416666667;
    letter-spacing: 0em;
  }
}

.p-recycling-news__list {
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__list {
    margin-top: 0;
    width: 52rem;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-news__item:first-child .p-recycling-news__itemLink {
    padding-top: 0;
  }
}

.p-recycling-news__itemLink {
  display: block;
  padding: 3rem 0 2.6rem;
  border-bottom: 2px dashed #ccc;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__itemLink {
    padding: 3rem 0 2rem;
  }
}

.p-recycling-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1rem;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__info {
    gap: 0 1.3rem;
    margin-bottom: 0.8rem;
  }
}
.p-recycling-news__info time {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
  font-family: "aktiv-grotesk", sans-serif !important;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__info time {
    font-size: max(0.96rem, 16px);
    font-weight: 500;
    line-height: 1.1458333333;
    letter-spacing: 0em;
  }
}

.p-recycling-news__infoCat {
  color: #F84AAC;
  border-radius: 4rem;
  border: 1px solid #F84AAC;
  padding: 0.2rem 1rem;
  color: #F84AAC;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__infoCat {
    font-size: max(0.66rem, 11px);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    padding: 0.4rem 1rem;
  }
}

.p-recycling-news__itemTitle {
  color: #565656;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-news__itemTitle {
    font-size: max(0.96rem, 16px);
    font-weight: 500;
    line-height: 2.1666666667;
    letter-spacing: 0em;
  }
}

/* p-recycling-faq
----------------------------------------- */
.p-recycling-faq {
  position: relative;
  background-color: #F1F1F1;
  padding: 8.7rem 0 0;
  margin-top: -2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq {
    padding: 12rem 0 0;
    margin-top: -5rem;
  }
}
.p-recycling-faq .p-recycling-container {
  position: relative;
  z-index: 2;
}

.p-recycling-faq__inner {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__inner {
    margin-top: 4.7rem;
  }
}

.p-recycling-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem 0;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__list {
    width: 106rem;
    margin: 0 auto 1.8rem;
  }
}

.p-recycling-faq__item {
  width: 100%;
  position: relative;
  padding-bottom: 1.6rem;
  background-color: #fff;
  border-radius: 1rem;
}
.p-recycling-faq__item:first-child .p-recycling-faq__itemContent {
  display: block;
}

.p-recycling-faq__itemHead {
  cursor: pointer;
  padding: 2.4rem 1.5rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1.1rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.3rem 3.9rem 1.2rem 3rem;
  }
}
.p-recycling-faq__itemHead.-open .p-recycling-faq__itemQuestionToggleLine:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
}

.p-recycling-faq__itemQuestion {
  color: #F84AAC;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "aktiv-grotesk", sans-serif !important;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestion {
    font-size: max(1.8rem, 30px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

.p-recycling-faq__itemQuestionTitle {
  color: #565656;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 71.826625387%;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestionTitle {
    font-size: max(1.08rem, 18px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    width: 85.6rem;
  }
}

.p-recycling-faq__itemQuestionToggle {
  width: 4.4rem;
  height: 3.8rem;
  background-image: url(../images/recycling/faq_toggle_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 2.2rem;
  right: 1.4rem;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestionToggle {
    width: 5.6rem;
    height: 4.8rem;
  }
}

.p-recycling-faq__itemQuestionToggleLine {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestionToggleLine {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-recycling-faq__itemQuestionToggleLine:before {
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background-color: #11962E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestionToggleLine:before {
    width: 1.7rem;
  }
}
.p-recycling-faq__itemQuestionToggleLine:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  content: "";
  width: 0.2rem;
  height: 1.4rem;
  background-color: #11962E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemQuestionToggleLine:after {
    height: 1.7rem;
  }
}

.p-recycling-faq__itemContent {
  display: none;
  padding: 0 6.9rem 2.5rem 5.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-faq__itemContent {
    font-size: max(0.96rem, 16px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    padding: 0 10.8rem 2.6rem 8.7rem;
  }
}

/* p-recycling-flow
----------------------------------------- */
.p-recycling-flow {
  position: relative;
  background-color: #fff;
  padding: 5.7rem 0;
  margin-top: -2rem;
  border-radius: 2rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow {
    margin-top: -5rem;
    border-radius: 5rem;
    padding: 8rem 0 15rem;
  }
}
.p-recycling-flow .p-recycling-title__eng {
  color: #F1F1F1;
}

.p-recycling-flow__list {
  padding: 1rem 0 1.4rem;
  margin-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-flow__list {
    width: 92rem !important;
    margin: 4.2rem auto 0;
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-flow__list {
    width: 106rem !important;
    margin: 4.2rem auto 0;
    padding: 1.4rem 0;
  }
}
.p-recycling-flow__list:before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background-image: url(../images/recycling/flow_line_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 16.0305343511vw;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__list:before {
    left: 17.1rem;
    width: 1rem;
    background-size: cover;
    background-image: url(../images/recycling/flow_line_pc.svg);
  }
}

.p-recycling-flow__item {
  width: 100%;
  background-color: #F1F1F1;
  padding: 3.2rem 2rem 4rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-flow__item {
    padding: 2.6rem 2rem 4rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-flow__item {
    padding: 2.6rem 2rem 4rem 6rem;
  }
}
.p-recycling-flow__item:first-of-type {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:first-of-type {
    border-radius: 2rem 2rem 0 0;
  }
}
.p-recycling-flow__item:last-child {
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:last-child {
    border-radius: 0 0 2rem 2rem;
  }
}
.p-recycling-flow__item:not(:last-child):before {
  content: "";
  width: 88.6685552408%;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 101.8rem;
  height: 0.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:nth-child(3) .p-recycling-flow__content {
    gap: 3.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:nth-child(3) .p-recycling-flow__content .p-recycling-flow__figure {
    width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:nth-child(4) .p-recycling-flow__content {
    gap: 3.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__item:nth-child(4) .p-recycling-flow__content .p-recycling-flow__figure {
    width: 39.8rem;
    margin: 0 auto;
  }
}

.p-recycling-flow__noWrap {
  width: 7.6335877863vw;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__noWrap {
    width: 6rem;
    height: 6rem;
  }
}

.p-recycling-flow__no {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.6335877863vw;
  height: 7.6335877863vw;
  background-color: #F84AAC;
  border-radius: 50%;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__no {
    width: 100%;
    height: 100%;
    font-size: max(1.8rem, 30px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}

.p-recycling-flow__content {
  width: 77.5316455696%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 64rem;
    row-gap: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-flow__content {
    width: 78.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-recycling-flow__textWrap {
    width: 56.1rem;
  }
}

.p-recycling-flow__title {
  color: #11962E;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__title {
    margin-bottom: 0.6rem;
    font-size: max(1.26rem, 21px);
    font-weight: 700;
    line-height: 2.380952381;
    letter-spacing: 0em;
  }
}

.p-recycling-flow__text {
  color: #565656;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-flow__text {
    margin-bottom: 0;
    font-size: max(0.84rem, 14px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 769px) {
  .p-recycling-flow__figure {
    width: 16rem;
  }
}
.p-recycling-flow__figure img {
  border-radius: 1rem;
  width: 100%;
}

/* p-recycling-solution
----------------------------------------- */
.p-recycling-solution {
  background-image: url(../images/recycling/gray_bg_cross.svg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-color: #F1F1F1;
  padding: 0 0 10rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution {
    padding: 0 0 19rem;
  }
}

.p-recycling-solution__inner {
  margin-top: 2.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-solution__inner {
    width: 100%;
    margin: 4.7rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-solution__inner {
    width: 106rem;
    margin: 4.7rem auto 0;
  }
}

.p-recycling-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem 0;
  padding: 0 0 5.6rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__list {
    padding: 0 0 6.5rem;
    gap: 0 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-recycling-solution__list:before {
  content: "";
  width: 3rem;
  height: 6.8rem;
  background-image: url(../images/recycling/solution_arrow_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__list:before {
    width: 4.4rem;
    height: 9.8rem;
  }
}

.p-recycling-solution__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 3.4rem 3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 34rem;
    -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;
    padding: 6.1rem 3.3rem 3.1rem;
  }
}
.p-recycling-solution__item:before {
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
  background-image: url(../images/recycling/solution_corner_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__item:before {
    background-image: url(../images/recycling/solution_corner_pc.svg);
    top: -0.7rem;
    left: -0.7rem;
    width: 7.4rem;
    height: 7.4rem;
  }
}
.p-recycling-solution__item:first-of-type .p-recycling-solution__icon {
  background-image: url(../images/recycling/solution_icon01.svg);
}
.p-recycling-solution__item:nth-of-type(2) .p-recycling-solution__icon {
  background-image: url(../images/recycling/solution_icon02.svg);
}
.p-recycling-solution__item:nth-of-type(3) .p-recycling-solution__icon {
  background-image: url(../images/recycling/solution_icon03.svg);
}

.p-recycling-solution__icon {
  width: 12.7226463104vw;
  height: 12.7226463104vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 4rem;
  }
}

.p-recycling-solution__content {
  width: 71.6723549488%;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__content {
    width: 100%;
  }
}

.p-recycling-solution__itemTitle {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
  color: #11962E;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__itemTitle {
    font-size: max(1.44rem, 24px);
    font-weight: 500;
    line-height: 1.5277777778;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0.7rem;
  }
}

.p-recycling-solution__itemItem {
  color: #565656;
  position: relative;
  padding: 0 0 0 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__itemItem {
    padding: 0 0 0 2rem;
    font-size: max(0.84rem, 14px);
    font-weight: 400;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}
.p-recycling-solution__itemItem:before {
  content: "・";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #565656;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__itemItem:before {
    font-size: max(0.84rem, 14px);
    font-weight: 400;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}

.p-recycling-solution__bottomFigure {
  margin: 2.5rem auto 3.4rem;
  width: 90.8396946565vw;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__bottomFigure {
    margin: 1rem auto 3rem;
    width: 83.6rem;
  }
}

.p-recycling-solution__bottomTitle {
  color: #11962E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__bottomTitle {
    margin-bottom: 2.7rem;
    font-size: max(1.68rem, 28px);
    font-weight: 700;
    line-height: 1.5476190476;
    letter-spacing: 0em;
  }
}

.p-recycling-solution__bottomText {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-solution__bottomText {
    width: 70rem;
    margin: 0 auto;
    font-size: max(1.08rem, 18px);
    font-weight: 500;
    line-height: 2.1111111111;
    letter-spacing: 0em;
  }
}

/* p-recycling-header
----------------------------------------- */
.p-recycling-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 11.8rem;
  padding: 1.4rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-recycling-header {
    height: 19rem;
    padding: 3rem;
  }
}

.p-recycling-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-recycling-header__logo {
  width: 6.7rem;
  height: 9rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__logo {
    width: 9.7rem;
    height: 13rem;
  }
}

.p-recycling-header__wrap {
  width: 21.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    gap: 0 3.9rem;
  }
}

.p-recycling-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  display: block;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 14rem 3rem 2.4rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, z-index 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, z-index 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__nav {
    overflow-y: inherit;
    position: static;
    padding: 0;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 2;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }
}
.p-recycling-header__nav.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.p-recycling-header__nav .p-recycling__button {
  width: 100%;
  padding: 2.4rem;
  gap: 0 0.9rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__nav .p-recycling__button {
    display: none !important;
  }
}
.p-recycling-header__nav .p-recycling__button .p-recycling__buttonText {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__nav .p-recycling__button .p-recycling__buttonText {
    font-size: max(1.2rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
.p-recycling-header__nav .p-recycling__button img {
  width: 2rem;
  height: 1.7rem;
}

.p-recycling-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem 0;
  margin-bottom: 5.4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
    margin-bottom: 0;
  }
}

.p-recycling-header__text {
  color: #00996F;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__text {
    font-size: max(1.2rem, 12px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-recycling-header__navBottom {
  margin-top: 7.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-header__navBottom {
    display: none;
  }
}

.p-recycling-header__navBottomLogo {
  display: block;
  width: 9.9rem;
  margin: 0 auto;
}
.p-recycling-header__navBottomLogo img {
  width: 100%;
}

.p-recycling-header__navBottomContent {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-recycling-header__navBottomLink {
  padding: 0 2rem 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5454545455;
  letter-spacing: 0em;
  border-right: 1px solid #565656;
  display: block;
}

.p-recycling-header__navBottomCopy {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5454545455;
  letter-spacing: 0em;
  font-family: "aktiv-grotesk", sans-serif;
  padding: 0 0 0 2rem;
}

/* p-recycling
----------------------------------------- */
.p-recycling-kv__bg {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  min-height: 760px;
  max-height: 760px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: visible;
  z-index: -2;
  position: fixed;
  top: 0;
  left: 50%;
}

.p-recycling-kv__arrow {
  z-index: 2;
  width: 9.9236641221vw;
  height: 9.9236641221vw;
  display: block;
  position: absolute;
  top: calc(50% + 65vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__arrow {
    display: none;
  }
}
.p-recycling-kv__arrow.is-opacity {
  opacity: 0 !important;
}
.p-recycling-kv__arrow img {
  width: 100%;
  height: 100%;
}

.p-recycling-kv__bgFigure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__bgFigure {
    width: 100vw;
  }
}
.p-recycling-kv__bgFigure:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.p-recycling-kv__bgFigure.is-overlay:before {
  opacity: 0.5;
}
.p-recycling-kv__bgFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.p-recycling-kv {
  height: 100%;
}

.p-recycling-kv__circle-jp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 513px;
  min-heigh: 513px;
  width: 130.534351145vw;
  height: 130.534351145vw;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: rotate-anime 30s linear infinite;
          animation: rotate-anime 30s linear infinite;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__circle-jp {
    min-width: 662px;
    min-height: 662px;
    width: 73.75vw !important;
    height: 73.75vw !important;
    -webkit-animation: rotate-anime 39s linear infinite;
            animation: rotate-anime 39s linear infinite;
  }
}
.p-recycling-kv__circle-jp.is-opacity {
  opacity: 0 !important;
}
.p-recycling-kv__circle-jp img {
  width: 100%;
  height: 100%;
}

.p-recycling-kv__circle-eng {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 425px;
  min-heigh: 425px;
  width: 108.1424936387vw;
  height: 108.1424936387vw;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: rotate-anime 15s linear infinite;
          animation: rotate-anime 15s linear infinite;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__circle-eng {
    min-width: 550px;
    min-height: 550px;
    width: 59.0277777778vw !important;
    height: 59.0277777778vw !important;
    -webkit-animation: rotate-anime 19.5s linear infinite;
            animation: rotate-anime 19.5s linear infinite;
  }
}
.p-recycling-kv__circle-eng.is-opacity {
  opacity: 0 !important;
}
.p-recycling-kv__circle-eng img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (min-width: 700px) {
  .p-recycling-kv__bg {
    max-width: unset;
    max-height: unset;
  }
  .p-recycling-kv__circle-eng {
    width: 71.4285714286vw;
    height: 71.4285714286vw;
  }
  .p-recycling-kv__circle-jp {
    width: 86vw;
    height: 86vw;
  }
  .p-recycling-kv__scaleWhite img.u-only-pc {
    display: block !important;
  }
  .p-recycling-kv__scaleWhite img.u-only-sp {
    display: none !important;
  }
  .p-recycling-kv__arrow {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    top: calc(50% + 50vw);
  }
}
.p-recycling-kv__scaleWhite {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__scaleWhite {
    width: 100vw;
  }
}
.p-recycling-kv__scaleWhite img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-recycling-kv__fadeWrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-recycling-kv__fadeWrap {
    display: block;
  }
}
.p-recycling-kv__fadeWrap .js-kv-sidetext {
  width: 1.7rem;
  height: 23.6rem;
  position: fixed;
  top: 50%;
  right: 1.1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.p-recycling-kv__fadeWrap .js-kv-sidetext.is-opacity {
  opacity: 0 !important;
}

/* p-recycling-button
----------------------------------------- */
.p-recycling__button {
  width: 13.8rem;
  border-radius: 0.8rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 1.1rem 3rem 1.1rem 3.9rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background-color: #F84AAC;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 769px) {
  .p-recycling__button {
    width: 13.7rem;
  }
}
.p-recycling__button img {
  width: 1.1rem;
  height: 0.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recycling__button:hover {
  background-color: #FA6DBB;
}

.p-recycling__buttonText {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-recycling__buttonText {
    white-space: nowrap;
    font-size: max(1.2rem, 12px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

/* p-recycling-button
----------------------------------------- */
.p-recycling-hamburger__toggle {
  position: relative;
  width: 5.6rem;
  height: 4.8rem;
  background-image: url(../images/recycling/burger_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.p-recycling-hamburger__toggle.is-active .p-recycling-hamburger__toggleWrap span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0.3rem) rotate(-45deg);
          transform: translate(-50%, 0.3rem) rotate(-45deg);
}
.p-recycling-hamburger__toggle.is-active .p-recycling-hamburger__toggleWrap span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -0.35rem) rotate(45deg);
          transform: translate(-50%, -0.35rem) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .p-recycling-hamburger__toggle {
    display: none;
  }
}

.p-recycling-hamburger__toggleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-recycling-hamburger__toggleLine {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  background-color: #11962E;
  width: 2.1rem;
  height: 0.2rem;
  border-radius: 99.9rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-recycling-hamburger__toggleLine:nth-of-type(1) {
  top: 0;
}
.p-recycling-hamburger__toggleLine:nth-of-type(2) {
  bottom: 0;
}

/* p-recycling-message
----------------------------------------- */
.p-recycling-message {
  padding-top: 160vh;
  padding-bottom: 11rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-message {
    padding-bottom: 17.7rem;
  }
}
.p-recycling-message img {
  margin: 5rem 0;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-message img {
    width: 88rem;
    margin: 6.4rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-message img {
    width: 64.7rem;
    margin: 6.4rem auto;
  }
}

.p-recycling-message__icon {
  width: 13.4rem;
  height: 18rem;
  display: block;
  margin: 0 auto 12.2rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-message__icon {
    width: 15.5rem;
    height: 20.8rem;
    margin: 0 auto 9rem;
  }
}

.p-recycling-message__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-message__title {
    margin-bottom: 3.3rem;
  }
}

.p-recycling-message__titleImg {
  display: block;
  width: 24.1rem;
  height: 8.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-recycling-message__titleImg {
    width: 56.9rem;
    height: 15.2rem;
  }
}
.p-recycling-message__titleImg img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-message__textWrap {
    width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-message__textWrap {
    width: 70rem;
    margin: 0 auto;
  }
}
.p-recycling-message__textWrap .p-recycling-message__text:not(:last-child) {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-message__textWrap .p-recycling-message__text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.p-recycling-message__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-recycling-message__text {
    width: 100rem;
    margin: 0 auto;
    font-size: max(1.26rem, 21px);
    font-weight: 400;
    line-height: 2.1904761905;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .p-recycling-message__text {
    width: 70rem;
    margin: 0 auto;
    font-size: max(1.26rem, 21px);
    font-weight: 400;
    line-height: 2.1904761905;
    letter-spacing: 0em;
  }
}

/* p-recycling-project
----------------------------------------- */
.p-recycling-project {
  background-image: url(../images/recycling/gray_bg_cross.svg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-color: #F1F1F1;
  padding: 10.5rem 0 8rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-project {
    padding: 16.5rem 0 16rem;
  }
}

.p-recycling-project__bg {
  width: 100%;
  height: 6.6157760814vw;
  background-image: url(../images/recycling/project_top_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -6.3613231552vw;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (min-width: 769px) {
  .p-recycling-project__bg {
    width: 100vw;
    height: 19.9305555556vw;
    top: -19.8611111111vw;
    background-image: url(../images/recycling/project_top_pc.svg);
  }
}

.p-recycling-project__head img {
  width: 100%;
  margin: 3.8rem auto 3rem;
}
@media screen and (min-width: 769px) {
  .p-recycling-project__head img {
    width: 107rem;
    margin: 4.8rem auto 4rem;
  }
}

.p-recycling-project__headTitle {
  color: #11962E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2222222222;
  letter-spacing: 0em;
  font-family: "aktiv-grotesk", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-recycling-project__headTitle {
    font-size: max(1.92rem, 32px);
    font-weight: 700;
    line-height: 2.0833333333;
    letter-spacing: 0em;
    margin-bottom: 1.1rem;
  }
}

.p-recycling-project__headText {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #565656;
}
@media screen and (min-width: 769px) {
  .p-recycling-project__headText {
    font-size: max(1.26rem, 21px);
    font-weight: 500;
    line-height: 1.8253968254;
    letter-spacing: 0em;
  }
}

/* fixed
----------------------------------------- */
.p-fixed-img img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-fixed-img.is-active img {
  opacity: 1;
}

/* cursor
----------------------------------------- */
@media screen and (min-width: 1280px) {
  body.is-body {
    position: relative;
    cursor: none;
  }
}

.p-cursor,
.p-chaser {
  display: block;
  opacity: 0;
  cursor: pointer;
  will-change: opacity;
}
@media screen and (min-width: 1280px) {
  .p-cursor,
  .p-chaser {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-cursor.is-active {
    z-index: 1001;
  }
}

.p-chaser {
  z-index: 1001;
  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: 7.2rem;
  height: 7.2rem;
  background-color: #4e4e4e;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .p-chaser.is-active {
    opacity: 1;
  }
}
.p-chaser .text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Inter", sans-serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* hero
----------------------------------------- */
.p-hero {
  position: relative;
}
.p-hero .l-section__headline {
  position: absolute;
  top: 17.3rem;
  left: 1.8rem;
}

.p-hero-img {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 6rem 0;
}
.p-hero-img::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 6rem;
  background-color: #f0f0f0;
  content: "";
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-hero-img figure {
  position: relative;
  overflow: hidden;
}
.p-hero-img figure::before {
  display: block;
  padding-top: 139.23%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-hero-img figure {
    position: relative;
    overflow: hidden;
  }
  .p-hero-img figure::before {
    display: block;
    padding-top: 57.14%;
    content: "";
  }
}
.p-hero-img figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hero__head {
  padding: 18.2rem 0 6.4rem;
}
@media screen and (min-width: 769px) {
  .p-hero__head {
    padding: 28.9rem 0 12rem;
  }
}
.p-hero__head .l-section__headline {
  position: unset;
}
.p-hero__head .l-section__headline.jp .l-section__headlineLarge {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-hero__head .l-section__headline.jp .l-section__headlineLarge {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.p-hero__head .l-section__headline.jp .l-section__headlineSub {
  margin: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-hero__head .l-section__headline.jp .l-section__headlineSub {
    margin: 1.4rem 0 0;
  }
}
.p-hero__head.-subpage {
  padding: 17rem 0 6.4rem;
}
@media screen and (min-width: 769px) {
  .p-hero__head.-subpage {
    padding: 27.5rem 0 11.6rem;
  }
}

.p-hero__img.-quality {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-hero__img.-quality figure {
  position: relative;
  overflow: hidden;
}
.p-hero__img.-quality figure::before {
  display: block;
  padding-top: 137.69%;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-hero__img.-quality figure {
    position: relative;
    overflow: hidden;
  }
  .p-hero__img.-quality figure::before {
    display: block;
    padding-top: 71.43%;
    content: "";
  }
}
.p-hero__img.-quality figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hero-parallax {
  position: relative;
  overflow: hidden;
}

.p-hero-parallax__imgInner {
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-hero-parallax__img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero-parallax__img.is-active {
  z-index: -3;
}

.p-parallax__bg {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.p-hero__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-hero-case {
  padding: 13.6rem 0 4rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-hero-case {
    padding: 25.4rem 0 6rem;
  }
}

.p-hero-case__title {
  text-align: center;
}
.p-hero-case__title h2 {
  font-family: "Syne", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .p-hero-case__title h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

.u-only-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-only-sp {
    display: none;
  }
}

.u-only-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-only-pc {
    display: block;
  }
}

.u-except-md {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-except-md {
    display: none;
  }
}
@media screen and (min-width: 369px) {
  .u-except-md {
    display: none;
  }
}

.u-only-sm {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .u-only-sm {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .u-only-sm.-lg {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-only-sm.-lg {
    display: block;
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*# sourceMappingURL=style.css.map */