@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*	 メインビジュアル
* --------------------------------------------------------------------------------------------------*/
.p-mv {
  position: relative;
  height: 55rem;
  background-image: url("../../images/top/img_mv_pc.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.p-mv__ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-perspective: 800px;
          perspective: 800px;
  visibility: hidden;
  opacity: 0;
}

.p-mv__ttl-en-box {
  margin-bottom: 1.875rem;
}

.p-mv__ttl-en-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-mv__ttl-en {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #fff;
  text-shadow: 0 0 40px rgba(32, 58, 114, 0.25);
}
.p-mv__ttl-en.italic {
  font-style: italic;
  font-weight: 400;
}
.p-mv__ttl-en + .p-mv__ttl-en {
  margin: 0 0 0 1.25rem;
}

.p-mv__ttl-ja {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 40px rgba(32, 58, 114, 0.25);
}

/* 1文字アニメーション用 */
.animation {
  display: inline-block;
  -webkit-transform: translateY(30px) translateZ(-40px) rotateX(20deg);
          transform: translateY(30px) translateZ(-40px) rotateX(20deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
  will-change: transform, opacity;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 100vh;
    background-image: url("../../images/top/img_mv_sp.webp");
  }
  .p-mv__ttl-en-box {
    margin: 0 0 2.7vw;
  }
  .p-mv__ttl-en {
    font-size: 8.5vw;
  }
  .p-mv__ttl-en + .p-mv__ttl-en {
    margin: 0 0 0 2.7vw;
  }
  .p-mv__ttl-ja {
    font-size: 4vw;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 お知らせ
* --------------------------------------------------------------------------------------------------*/
.p-news {
  padding: 6.25rem 0;
  background-color: #f4f7ff;
}

.p-news__wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
      grid-template-areas: "title  .  news" "button .  news";
  -ms-grid-columns: 25% 3% 1fr 3% 62%;
  grid-template-columns: 25% 1fr 62%;
}

.p-news__ttl-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.p-recruit__wrap > .p-news__ttl-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-news__ttl-en {
  font-size: 4.1875rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-news__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

.p-news__list {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: news;
}

.p-news__list-item-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.875rem 0;
  border-bottom: 0.125rem solid #d9d9d9;
}
@media (any-hover: hover) {
  .p-news__list-item-link:hover .p-news__list-item-txt {
    color: #674cdc;
  }
  .p-news__list-item-link:hover .p-news__list-item-txt:after {
    right: 0.438rem;
    border-top: 0.125rem solid #674cdc;
    border-right: 0.125rem solid #674cdc;
  }
}

.p-news__list-item-date {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: 13%;
  margin: 0 2% 0 0;
  padding: 0.188rem 0 0 0;
  font-family: "Zalando Sans Expanded", sans-serif;
}

.p-news__list-item-category {
  width: 12%;
  margin: 0 4% 0 0;
  padding: 0.313rem;
  background-color: #2f3659;
  border-radius: 9999px;
}

.p-news__list-item-category-txt {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-news__list-item-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  width: 69%;
  padding: 0 2.188rem 0 0;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-news__list-item-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #2f3659;
  border-right: 0.125rem solid #2f3659;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news__btn {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: button;
}

.p-recruit__wrap > .p-news__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-news__btn-link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: block;
  width: 16.875rem;
  padding: 1.375rem 2.5rem 1.375rem 1.875rem;
  color: #fff;
  background-color: #2f3659;
  border: 0.125rem solid #2f3659;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
.p-news__btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-news__btn-link:hover {
    color: #2f3659;
    background-color: #fff;
  }
  .p-news__btn-link:hover:after {
    right: 1.125rem;
    border-top: 0.125rem solid #2f3659;
    border-right: 0.125rem solid #2f3659;
  }
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 16vw 0 21.3vw;
  }
  .p-news__wrap {
        grid-template-areas: "title" "news" "button";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-news__ttl-en {
    font-size: 9.1vw;
  }
  .p-news__ttl-ja {
    font-size: 4.3vw;
  }
  .p-news__list {
    margin: 0 0 10.7vw;
  }
  .p-news__list-item-link {
    padding: 5.3vw 0;
  }
  .p-news__list-item-date {
    font-size: 3.2vw;
    width: 30%;
    margin: 0 2% 0 0;
    padding: 0.8vw 0 0 0;
  }
  .p-news__list-item-category {
    width: auto;
    min-width: 20vw;
    margin: 0;
    padding: 1.6vw 1.3vw;
  }
  .p-news__list-item-category-txt {
    font-size: 2.1vw;
  }
  .p-news__list-item-txt {
    font-size: 3.2vw;
    width: 100%;
    margin: 2.7vw 0 0;
    padding: 0 9.3vw 0 0;
  }
  .p-news__list-item-txt:after {
    right: 2.7vw;
    width: 2.1vw;
    height: 2.1vw;
  }
  .p-news__btn-link {
    width: 49.3vw;
    padding: 4vw 8vw;
    font-size: 3.7vw;
  }
  .p-news__btn-link:after {
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-news__ttl-box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news__list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-news__btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 ビジョン
* --------------------------------------------------------------------------------------------------*/
.p-vision {
  padding: 5.625rem 0 6.25rem;
  overflow: hidden;
  background-color: #fff;
}

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

.p-vision__txt-box {
  width: 40%;
  margin: 0 4% 0 0;
}

.p-vision__ttl-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 1.25rem;
  opacity: 0;
}

.p-vision__ttl-en {
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 1.875rem 0 0;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-vision__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #bcc0c9;
}

.p-vision__ttl-en-sub {
  font-size: 4.1875rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 2.188rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}
.p-vision__ttl-en-sub span.margin-left {
  display: inline-block;
  margin: 0 0 0 1em;
}
.p-vision__ttl-en-sub span.italic {
  font-style: italic;
  font-weight: 400;
}

.p-vision__ttl-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 1.875rem;
  color: #2f3659;
}

.p-vision__txt-box {
  opacity: 0;
}

.p-vision__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  width: 26.25rem;
}

.p-vision__chart {
  position: relative;
  width: 56%;
  margin: 1.875rem 0 0 -1.25rem;
  opacity: 0;
}

.p-vision__chart-circle {
  position: absolute;
  top: 0;
  left: 11.563rem;
  width: 25rem;
  height: 25rem;
  border: 0.125rem solid #c7d2ff;
  border-radius: 50%;
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}
.p-vision__chart-circle:before, .p-vision__chart-circle:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #c7d2ff;
  border-radius: 50%;
}
.p-vision__chart-circle:before {
  top: 3.25rem;
  left: 3.25rem;
}
.p-vision__chart-circle:after {
  right: 3.25rem;
  bottom: 3.25rem;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-vision__chart-pic {
  position: relative;
  z-index: 3;
}
.p-vision__chart-pic img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

@media screen and (max-width: 767px) {
  .p-vision {
    padding: 16vw 0 21.3vw;
  }
  .p-vision__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-vision__txt-box {
    width: 100%;
    margin: 0 0 10.7vw;
  }
  .p-vision__ttl-box {
    -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;
    margin: 0 0 8vw;
  }
  .p-vision__ttl-en {
    font-size: 6.4vw;
    margin: 0 0 2.7vw;
  }
  .p-vision__ttl-ja {
    font-size: 4.3vw;
  }
  .p-vision__ttl-en-sub {
    font-size: 9.1vw;
    margin: 0 0 9.3vw;
  }
  .p-vision__ttl-lead {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  .p-vision__txt {
    font-size: 3.7vw;
    width: 100%;
  }
  .p-vision__chart {
    width: 100%;
    margin: 0 calc(50% - 50vw);
  }
  .p-vision__chart-circle {
    left: 18.7vw;
    width: 62.1vw;
    height: 62.1vw;
  }
  .p-vision__chart-circle:before, .p-vision__chart-circle:after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-vision__chart-circle:before {
    top: 8vw;
    left: 8vw;
  }
  .p-vision__chart-circle:after {
    right: 8vw;
    bottom: 8vw;
  }
  .p-vision__chart-pic img {
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 製品紹介
* --------------------------------------------------------------------------------------------------*/
.p-product {
  padding: 6.25rem 0 12.5rem;
  overflow: hidden;
  background-color: #f4f7ff;
}

.p-product__ttl-box {
  margin: 0 0 5.625rem;
  opacity: 0;
}

.p-product__ttl-en {
  font-size: 4.1875rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-product__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

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

.p-product__pic-box {
  width: 32%;
  margin: 0 5% 0 0;
  padding: 3.75rem 0;
  opacity: 0;
}

.p-product__pic {
  width: 16.25rem;
  margin: 0 auto;
}
.p-product__pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product__txt-box {
  width: 63%;
  opacity: 0;
}

.p-product__logo {
  width: 18.125rem;
  margin: 0 0 1.875rem;
}
.p-product__logo img {
  width: 100%;
  height: auto;
}

.p-product__appeal {
  margin: 0 0 1.25rem;
}

.p-product__appeal-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-product__appeal-budge-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.p-product__appeal-budge01 {
  position: relative;
  width: 4.063rem;
  height: 4.063rem;
  margin: 0 0.938rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#be872a), to(#ebc66d));
  background: linear-gradient(to right, #be872a, #ebc66d);
  border-radius: 50%;
}

.p-product__appeal-budge01-txt-box {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0.625rem 0.313rem 0.938rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-product__appeal-budge01-caution {
  font-size: 0.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  color: #fff;
}

.p-product__appeal-budge01-txt {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-product__appeal-budge02 {
  position: relative;
  width: 4.063rem;
  height: 4.063rem;
  margin: 0 0.938rem 0 0;
  background-color: #2f3659;
  border-radius: 50%;
}

.p-product__appeal-budge02-txt-box {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0.938rem 0.313rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-product__appeal-budge02-txt {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-product__appeal-caution-pc {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}

.p-product__appeal-caution-sp {
  display: none;
}

.p-product__appeal-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #2f3659;
}

.p-product__type {
  margin: 0 0 1.563rem;
}

.p-product__type-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1.25rem;
}

.p-product__type-list-item {
  width: 5rem;
  margin: 0 0.313rem 0 0;
  opacity: 0;
}
.p-product__type-list-item:last-of-type {
  margin: 0;
}

.p-product__type-pic {
  width: 4.688rem;
  margin: 0 auto 0.313rem;
}
.p-product__type-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product__type-ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #2f3659;
}

.p-product__type-caution {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}

.p-product__txt {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 2.5rem;
}

.p-product__btn {
  text-align: right;
  opacity: 0;
}

.p-product__btn-link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 16.875rem;
  padding: 1.375rem 2.5rem 1.375rem 1.875rem;
  text-align: left;
  color: #fff;
  background-color: #2f3659;
  border: 0.125rem solid #2f3659;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
.p-product__btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-product__btn-link:hover {
    color: #2f3659;
    background-color: #fff;
  }
  .p-product__btn-link:hover:after {
    right: 1.125rem;
    border-top: 0.125rem solid #2f3659;
    border-right: 0.125rem solid #2f3659;
  }
}

@media screen and (max-width: 767px) {
  .p-product {
    padding: 16vw 0 21.3vw;
  }
  .p-product__ttl-box {
    margin: 0 0 10.7vw;
  }
  .p-product__ttl-en {
    font-size: 9.1vw;
  }
  .p-product__ttl-ja {
    font-size: 4.3vw;
  }
  .p-product__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-product__pic-box {
    width: 100%;
    margin: 0 0 8vw;
    padding: 0;
  }
  .p-product__pic {
    width: 40vw;
  }
  .p-product__txt-box {
    width: 100%;
  }
  .p-product__logo {
    width: 46.7vw;
    margin: 0 0 4vw;
  }
  .p-product__appeal {
    margin: 0 0 5.3vw;
  }
  .p-product__appeal-box {
    -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;
  }
  .p-product__appeal-budge-box {
    margin: 0 0 2.7vw;
  }
  .p-product__appeal-budge01 {
    width: 12vw;
    height: 12vw;
    margin: 0 2.7vw 0 0;
  }
  .p-product__appeal-budge01-txt-box {
    padding: 1.9vw 1.3vw 2.7vw;
  }
  .p-product__appeal-budge01-caution {
    font-size: 1.3vw;
  }
  .p-product__appeal-budge01-txt {
    font-size: 2.7vw;
  }
  .p-product__appeal-budge02 {
    width: 12vw;
    height: 12vw;
    margin: 0 2.7vw 0 0;
  }
  .p-product__appeal-budge02-txt-box {
    padding: 3.2vw 1.3vw 2.7vw;
  }
  .p-product__appeal-budge02-txt {
    font-size: 2.7vw;
  }
  .p-product__appeal-caution-pc {
    display: none;
  }
  .p-product__appeal-caution-sp {
    font-size: 2.7vw;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    color: #333;
  }
  .p-product__appeal-ttl {
    font-size: 4.8vw;
  }
  .p-product__type {
    margin: 0 0 5.3vw;
  }
  .p-product__type-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 1.3vw;
    padding: 0 10.7vw;
  }
  .p-product__type-list-item {
    width: 16vw;
    margin: 0 0vw 2.7vw;
  }
  .p-product__type-pic {
    width: 14.7vw;
    margin: 0 auto 1.3vw;
  }
  .p-product__type-ttl {
    font-size: 2.7vw;
  }
  .p-product__type-caution {
    font-size: 2.7vw;
    text-align: center;
  }
  .p-product__txt {
    font-size: 3.7vw;
    margin: 0 0 10.7vw;
  }
  .p-product__btn {
    text-align: left;
  }
  .p-product__btn-link {
    width: 49.3vw;
    padding: 4vw 8vw;
    font-size: 3.7vw;
  }
  .p-product__btn-link:after {
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 Industriesの基盤技術
* --------------------------------------------------------------------------------------------------*/
.p-technology {
  padding: 6.25rem 0 3.75rem;
  overflow: hidden;
  background-color: #404d84;
}

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

.p-technology__ttl-box {
  width: 50%;
  margin: 0 5% 2.5rem 0;
}

.p-technology__ttl-en {
  font-size: 4.0625rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #fff;
}

.p-technology__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
}

.p-technology__txt-box {
  width: 36%;
  margin: 1.25rem 0 0;
}

.p-technology__txt {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
}

.p-technology__chart {
  position: relative;
}

.p-technology__chart-video-box {
  width: 40rem;
  margin: 0 auto;
}
.p-technology__chart-video-box video {
  width: 100%;
  height: auto;
}

.p-technology__chart-wet {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0.625rem;
  left: 1.875rem;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
  opacity: 0;
}

.p-technology__chart-wet-ttl-box {
  width: 13.75rem;
  margin: 0 0 0.938rem;
  padding: 0.813rem;
  background-color: #333f6e;
  border-radius: 0.438rem;
}

.p-technology__chart-wet-ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-technology__chart-wet-list {
  margin: 0 0 1.25rem;
}

.p-technology__chart-wet-list-item {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.625rem;
  text-align: right;
  color: #fff;
}
.p-technology__chart-wet-list-item:last-of-type {
  margin: 0;
}

.p-technology__chart-wet-arrow {
  position: absolute;
  right: -1.875rem;
  bottom: 0;
  width: 15rem;
}
.p-technology__chart-wet-arrow img {
  width: 100%;
  height: auto;
}

.p-technology__chart-dry {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0.625rem;
  right: 1.875rem;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
  opacity: 0;
}

.p-technology__chart-dry-ttl-box {
  width: 13.75rem;
  margin: 0 0 0.938rem;
  padding: 0.813rem;
  background-color: #333f6e;
  border-radius: 0.438rem;
}

.p-technology__chart-dry-ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-technology__chart-dry-list {
  margin: 0 0 1.25rem 1.875rem;
}

.p-technology__chart-dry-list-item {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.625rem;
  text-align: left;
  color: #fff;
}
.p-technology__chart-dry-list-item:last-of-type {
  margin: 0;
}

.p-technology__chart-dry-arrow {
  position: absolute;
  right: 1.875rem;
  bottom: 0;
  width: 15rem;
}
.p-technology__chart-dry-arrow img {
  width: 100%;
  height: auto;
}

.p-technology__chart-mirna-txt {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: absolute;
  right: 7.5rem;
  bottom: 12.5rem;
  color: #fff;
  opacity: 0;
}
.p-technology__chart-mirna-txt span {
  font-size: 0.75rem;
}

.p-technology__chart-sample-txt {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: absolute;
  bottom: 13.75rem;
  left: 13.75rem;
  text-align: right;
  color: #fff;
  opacity: 0;
}
.p-technology__chart-sample-txt span {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-technology {
    padding: 16vw 0;
  }
  .p-technology__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-technology__ttl-box {
    width: 100%;
    margin: 0 0 10.7vw;
  }
  .p-technology__ttl-en {
    font-size: 9.1vw;
  }
  .p-technology__ttl-ja {
    font-size: 4.3vw;
  }
  .p-technology__txt-box {
    width: 100%;
    margin: 0 0 8vw;
  }
  .p-technology__txt {
    font-size: 3.7vw;
  }
  .p-technology__chart {
    position: relative;
    padding: 40vw 0 0;
  }
  .p-technology__chart-video-box {
    width: 69.3vw;
    margin: 0 auto;
  }
  .p-technology__chart-wet {
    top: 0;
    left: 0;
    width: 42.7vw;
  }
  .p-technology__chart-wet-ttl-box {
    width: 40vw;
    margin: 0 0 3.2vw;
    padding: 2.7vw 1.3vw;
  }
  .p-technology__chart-wet-ttl {
    font-size: 2.7vw;
  }
  .p-technology__chart-wet-list {
    margin: 0 5.3vw 2.7vw 0;
  }
  .p-technology__chart-wet-list-item {
    font-size: 2.7vw;
    margin: 0 0 1.3vw;
    text-align: left;
  }
  .p-technology__chart-wet-arrow {
    left: 8vw;
    right: auto;
    bottom: -18.7vw;
    width: 32vw;
  }
  .p-technology__chart-dry {
    top: 0;
    right: 0;
    width: 42.7vw;
  }
  .p-technology__chart-dry-ttl-box {
    width: 40vw;
    margin: 0 0 3.2vw;
    padding: 2.7vw 1.3vw;
  }
  .p-technology__chart-dry-ttl {
    font-size: 2.7vw;
  }
  .p-technology__chart-dry-list {
    margin: 0 2.7vw 2.7vw 0;
  }
  .p-technology__chart-dry-list-item {
    font-size: 2.7vw;
    margin: 0 0 1.3vw;
    text-align: right;
  }
  .p-technology__chart-dry-arrow {
    left: auto;
    right: 8vw;
    bottom: -18.7vw;
    width: 32vw;
  }
  .p-technology__chart-mirna-txt {
    font-size: 2.4vw;
    right: -1.3vw;
    bottom: 13.3vw;
  }
  .p-technology__chart-mirna-txt span {
    font-size: 1.9vw;
  }
  .p-technology__chart-sample-txt {
    font-size: 2.4vw;
    bottom: 16vw;
    left: 2.7vw;
  }
  .p-technology__chart-sample-txt span {
    font-size: 1.9vw;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 事業概要・企業概要
* --------------------------------------------------------------------------------------------------*/
.p-business {
  padding: 6.25rem 0;
  background-color: #f4f7ff;
}

.p-business__list-item {
  border-top: 1px solid #e6e9f3;
}
.p-business__list-item:last-of-type {
  border-bottom: 1px solid #e6e9f3;
}

.p-business__list-item-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-business__list-item-link.is-business .p-business__list-item-left {
  padding: 8.125rem 1.875rem;
}
.p-business__list-item-link.is-business .p-business__list-item-left::before {
  background-image: url("../../images/top/bg_business01.webp");
  opacity: 1;
}
.p-business__list-item-link.is-business .p-business__list-item-right {
  background-color: #fff;
}
.p-business__list-item-link.is-company .p-business__list-item-left::before {
  background-image: url("../../images/top/bg_business02.webp");
}

@media (any-hover: hover) {
  .p-business__list:hover .p-business__list-item-link .p-business__list-item-left {
    padding: 4.688rem 1.875rem;
  }
  .p-business__list:hover .p-business__list-item-link .p-business__list-item-left::before {
    opacity: 0;
  }
  .p-business__list:hover .p-business__list-item-link .p-business__list-item-right {
    background-color: transparent;
  }
  .p-business__list:hover .p-business__list-item-link:hover .p-business__list-item-left {
    padding: 8.125rem 1.875rem;
  }
  .p-business__list:hover .p-business__list-item-link:hover .p-business__list-item-left::before {
    opacity: 1;
  }
  .p-business__list:hover .p-business__list-item-link:hover .p-business__list-item-right {
    background-color: #fff;
  }
}
.p-business__list-item-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  padding: 4.688rem 1.875rem;
  overflow: hidden;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.p-business__list-item-left::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  inset: 0;
}

.p-business__ttl-box {
  position: relative;
  z-index: 3;
}

.p-business__ttl-en {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-business__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

.p-business__list-item-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  padding: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-business__list-item-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.188rem solid #2f3659;
  border-right: 0.188rem solid #2f3659;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-business__list-item-right:hover:before {
    right: 1.688rem;
  }
}

.p-business__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  width: 31.25rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-business {
    padding: 16vw 0 21.3vw;
  }
  .p-business__list-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business__list-item-link.is-business .p-business__list-item-left {
    padding: 20vw 4vw;
  }
  .p-business__list-item-link.is-business .p-business__list-item-right {
    background-color: transparent;
  }
  .p-business__list-item-link.is-company .p-business__list-item-left {
    padding: 20vw 4vw;
  }
  .p-business__list-item-link.is-company .p-business__list-item-left::before {
    background-image: url("../../images/top/bg_business02.webp");
    opacity: 1;
  }
  .p-business__list-item-link.is-company .p-business__list-item-right {
    background-color: transparent;
  }
  .p-business__list-item-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 20vw 4vw;
  }
  .p-business__ttl-en {
    font-size: 9.1vw;
  }
  .p-business__ttl-ja {
    font-size: 4.3vw;
  }
  .p-business__list-item-right {
    width: 100%;
    padding: 8vw 0;
  }
  .p-business__list-item-right:before {
    display: none;
  }
  .p-business__txt {
    font-size: 3.7vw;
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 採用情報
* --------------------------------------------------------------------------------------------------*/
.p-recruit {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
  background-color: #fff;
}

.p-recruit__wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
      grid-template-areas: "title   . slider" "textarea . slider" "button  . slider";
  -ms-grid-columns: 38% 3.75rem 1fr 3.75rem minmax(0, 27.5rem);
  grid-template-columns: 38% 1fr minmax(0, 27.5rem);
}

.p-recruit__ttl-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  margin: 0 0 3.75rem;
  grid-area: title;
}

.p-recruit__wrap > .p-recruit__ttl-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-recruit__ttl-en {
  font-size: 4.0625rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-recruit__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

.p-recruit__slider-box {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  position: relative;
  grid-area: slider;
}

.p-recruit__slider {
  position: absolute;
  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;
  overflow: hidden;
  -webkit-animation: slideShow 60s infinite linear;
          animation: slideShow 60s infinite linear;
}

@-webkit-keyframes slideShow {
  0% {
    -webkit-transform: translate(0, -136.25rem);
            transform: translate(0, -136.25rem);
  }
  100% {
    -webkit-transform: translate(0, -18.75rem);
            transform: translate(0, -18.75rem);
  }
}

@keyframes slideShow {
  0% {
    -webkit-transform: translate(0, -136.25rem);
            transform: translate(0, -136.25rem);
  }
  100% {
    -webkit-transform: translate(0, -18.75rem);
            transform: translate(0, -18.75rem);
  }
}
.p-recruit__slider-item {
  margin: 0 0 1.875rem;
}

.p-recruit__slider-item-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__txt-box {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  margin: 0 0 2.5rem;
  grid-area: textarea;
}

.p-recruit__heading {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 1.875rem;
  color: #2f3659;
}

.p-recruit__txt {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.p-recruit__btn {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: button;
}

.p-recruit__wrap > .p-recruit__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

@media screen and (max-width: 767px){
  .p-recruit__ttl-box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit__btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-recruit__btn-link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: block;
  width: 16.875rem;
  padding: 1.375rem 2.5rem 1.375rem 1.875rem;
  color: #fff;
  background-color: #2f3659;
  border: 0.125rem solid #2f3659;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
.p-recruit__btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-recruit__btn-link:hover {
    color: #2f3659;
    background-color: #fff;
  }
  .p-recruit__btn-link:hover:after {
    right: 1.125rem;
    border-top: 0.125rem solid #2f3659;
    border-right: 0.125rem solid #2f3659;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 16vw 0 21.3vw;
  }
  .p-recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: initial;
    padding: 0;
  }
  .p-recruit__ttl-box {
    margin: 0 0 10.7vw;
    padding: 0 4vw;
  }
  .p-recruit__ttl-en {
    font-size: 9.1vw;
  }
  .p-recruit__ttl-ja {
    font-size: 4.3vw;
  }
  .p-recruit__slider-box {
    position: relative;
    margin: 0 0 10.7vw;
    overflow: hidden;
  }
  .p-recruit__slider {
    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;
    width: auto;
    overflow: hidden;
    -webkit-animation: slideShow 60s infinite linear;
            animation: slideShow 60s infinite linear;
  }
  @-webkit-keyframes slideShow {
    0% {
      -webkit-transform: translate(-34.7vw, 0);
              transform: translate(-34.7vw, 0);
    }
    100% {
      -webkit-transform: translate(-586.7vw, 0);
              transform: translate(-586.7vw, 0);
    }
  }
  @keyframes slideShow {
    0% {
      -webkit-transform: translate(-34.7vw, 0);
              transform: translate(-34.7vw, 0);
    }
    100% {
      -webkit-transform: translate(-586.7vw, 0);
              transform: translate(-586.7vw, 0);
    }
  }
  .p-recruit__slider-item {
    width: 57.3vw;
    margin: 0 4vw 0 0;
  }
  .p-recruit__txt-box {
    margin: 0 0 10.7vw;
    padding: 0 4vw;
  }
  .p-recruit__heading {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  .p-recruit__txt {
    font-size: 3.7vw;
  }
  .p-recruit__btn-link {
    width: 49.3vw;
    margin: 0 4vw;
    padding: 4vw 8vw;
    font-size: 3.7vw;
  }
  .p-recruit__btn-link:after {
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}