@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*	MV
* --------------------------------------------------------------------------------------------------*/
@media (any-hover: hover) {
  .l-header__nav-item:hover > a,
.l-header__nav-item:hover > span {
    color: #fff;
  }
  .is-show .l-header__nav-item:hover > a,
.is-show .l-header__nav-item:hover > span {
    color: rgb(159, 159, 159);
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  z-index: 100001;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  display: block;
}
.p-loading.is-hide {
  display: none;
}
.p-loading.is-opening img {
  -webkit-animation: loadingAnimation 1.5s 1.5s forwards;
          animation: loadingAnimation 1.5s 1.5s forwards;
}
.p-loading img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes loadingAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(50);
  }
  100% {
    transform: scale(50);
    display: none;
  }
}

@keyframes loadingAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(50);
  }
  100% {
    transform: scale(50);
    display: none;
  }
}
.p-top-mv {
  min-height: 100vh;
  position: relative;
  margin-bottom: -1px;
  display: grid;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv {
    min-height: inherit;
    height: 100svh;
  }
}

.p-top-mv__bg {
  width: 100%;
  height: 100vh;
  grid-row: 1;
  grid-column: 1;
  position: fixed;
  left: -100px;
  right: -100px;
  top: 0;
  width: calc(100% + 200px);
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__bg {
    left: 0;
    right: 0;
    width: 100%;
    height: 100svh;
  }
}
.p-top-mv__bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__bg video {
    height: 100svh;
  }
}

.p-top-mv__content {
  width: 100%;
  height: 100vh;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content {
    height: 100svh;
  }
}
.p-top-mv__content .c-catch {
  margin-inline: auto;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  transition: 1s opacity;
  visibility: visible;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-catch {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.p-top-mv__content .c-catch span {
  flex-shrink: 0;
}
.p-top-mv__content .c-catch .c-small.-small01 {
  width: 32.13rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-catch .c-small.-small01 {
    width: 18.9rem;
  }
}
.p-top-mv__content .c-catch .c-small.-small02 {
  width: 38.97rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-catch .c-small.-small02 {
    width: 22.9rem;
  }
}
.p-top-mv__content .c-catch .c-large {
  width: 36.99rem;
  opacity: 0.63;
  filter: contrast(1.6);
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-catch .c-large {
    width: 25.1rem;
  }
}
.p-top-mv__content .c-catch img {
  width: 100%;
}
.p-top-mv__content .c-catch.-main {
  /* width: 125.9rem; */
  /* @include mq(m) {
  	width: 25.1rem;
  } */
}
.p-top-mv__content .c-catch.-main.is-transparent {
  visibility: hidden;
  opacity: 0;
}
.p-top-mv__content .c-catch.-sub {
  margin-top: 3.3rem;
  width: 41rem;
}
.p-top-mv__content .c-catch.-sub.is-transparent {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-catch.-sub {
    margin-top: 2.3rem;
    width: 23rem;
  }
}
.p-top-mv__content .c-copy {
  margin-top: 3.3rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
  font-weight: 700;
  visibility: visible;
  transition: 1s opacity;
}
.p-top-mv__content .c-copy.is-transparent {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv__content .c-copy {
    font-size: 1.3rem;
  }
}

.p-catch__wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch__wrapper {
    margin-top: 2rem;
  }
}

.p-mv-news {
  position: fixed;
  z-index: 10;
  width: 40.6rem;
  height: 8.5rem;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-right-radius: 4rem;
  padding: 2rem 4rem 1.7rem 2.8rem;
  text-decoration: none;
  display: block;
  color: currentColor;
  visibility: visible;
  transition: 0.3s background-color, 0.3s opacity;
}
.p-mv-news.is-hide {
  opacity: 0;
}
.p-mv-news.is-transparent {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .p-mv-news:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv-news {
    width: 34.5rem;
    border-top-right-radius: 1rem;
    height: 8.1rem;
    padding: 2rem;
  }
}
.p-mv-news .p-time-news-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.p-mv-news .p-time-news-wrap time,
.p-mv-news .p-time-news-wrap .c-news {
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.p-mv-news .p-time-news-wrap time {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.p-mv-news .p-time-news-wrap .c-news {
  font-size: 1.5rem;
  color: rgb(66, 168, 244);
  position: relative;
  top: -0.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-news .p-time-news-wrap .c-news {
    font-size: 1.3rem;
  }
}
.p-mv-news .c-news__ttl {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  margin-top: 1rem;
  position: relative;
  padding-right: 2rem;
}
.p-mv-news .c-news__ttl span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-news .c-news__ttl {
    font-size: 1.3rem;
    padding-right: 3rem;
  }
}
.p-mv-news .c-news__ttl::before, .p-mv-news .c-news__ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  transform: translateY(-50%);
}
.p-mv-news .c-news__ttl::after {
  width: 0.9rem;
  height: 0.7rem;
  right: 0.25rem;
  background-color: #fff;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.89 5.83"><title>arrow</title><path class="cls-1" d="M8.53,2.56L5.97,0l-.35.35-.35.35,1.71,1.71H.5c-.28,0-.5.22-.5.5s.22.5.5.5h6.47l-1.71,1.71.35.35.35.35,2.56-2.56.35-.35-.35-.35Z"/></svg>') no-repeat center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.89 5.83"><title>arrow</title><path class="cls-1" d="M8.53,2.56L5.97,0l-.35.35-.35.35,1.71,1.71H.5c-.28,0-.5.22-.5.5s.22.5.5.5h6.47l-1.71,1.71.35.35.35.35,2.56-2.56.35-.35-.35-.35Z"/></svg>') no-repeat center/100% 100%;
}
.p-mv-news .c-news__ttl::before {
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: rgb(53, 63, 170);
  border-radius: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-news .c-news__ttl::before {
    border-radius: 0.3rem;
  }
}

.p-top-product {
  padding-block: 15rem 0;
  display: grid;
  align-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
  /* 	min-height: 100vh; */
  background: linear-gradient(180deg, rgba(210, 218, 229, 0) 0%, rgb(210, 218, 229) 10rem, rgb(210, 218, 229) 10rem);
}
@media screen and (max-width: 767.98px) {
  .p-top-product {
    padding-top: 8rem;
    background-color: rgb(234, 239, 242);
    background-image: none;
  }
}
.p-top-product .p-link-wrapper {
  margin-top: 4.5rem;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-product .p-link-wrapper {
    margin-top: 2.8rem;
    display: block;
  }
}

.p-top-product__bg {
  /* padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/top/bg_anesthesia.png);
  background-position: bottom right;
  transition: 0.6s background-image; */
  grid-row: 1;
  grid-column: 1;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__bg {
    display: none;
    /* background-image: none; */
  }
}

.p-product__img-list {
  height: 100%;
  margin-top: auto;
  overflow: clip;
  position: relative;
}

.p-product__img-item {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: 0.5s opacity;
  margin-top: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-product__img-item img {
  width: 100%;
  height: 100%;
  -o-object-position: center right;
     object-position: center right;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product__img-item.is-show {
  opacity: 1;
}

.p-top-product__inner {
  padding-bottom: 8rem;
  max-width: 120rem;
  margin-inline: auto;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.p-top-product__inner .p-link-wrapper {
  margin-top: auto;
}
.p-top-product__inner > .c-section__ttl .u-en {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__inner > .c-section__ttl .u-en {
    color: rgb(53, 63, 170);
  }
}
.p-top-product__inner > .c-section__ttl .u-jp {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__inner > .c-section__ttl .u-jp {
    color: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-product__inner {
    padding-inline: 3rem;
  }
}

.p-top-product__list {
  margin-top: 5.9rem;
  margin-left: 6rem;
  margin: 5.9rem 0 0 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__list {
    border: 1px solid #fff;
    margin: 3rem 0 0 0;
    width: auto;
  }
}

.p-top-product__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(132deg, rgba(255, 255, 255, 0) 91%, rgba(50, 150, 255, 0.73) 100%);
    pointer-events: none;
    z-index: 10;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-product__item + .p-top-product__item {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-product__item[data-product="0"] a {
    background-image: url(../img/top/bg_anesthesia_sp.jpg);
  }
  .p-top-product__item[data-product="1"] a {
    background-image: url(../img/top/bg_pain_sp.jpg);
  }
  .p-top-product__item[data-product="2"] a {
    background-image: url(../img/top/bg_obstetrics_sp.jpg);
  }
  .p-top-product__item[data-product="3"] a {
    background-image: url(../img/top/bg_operatingroom_sp.jpg);
  }
  .p-top-product__item[data-product="4"] a {
    background-image: url(../img/top/bg_endoscopy_sp.jpg);
  }
  .p-top-product__item[data-product="5"] a {
    background-image: url(../img/top/bg_urology_sp.jpg);
  }
  .p-top-product__item[data-product="6"] a {
    background-image: url(../img/top/bg_infectioncontrol_sp.jpg);
  }
  .p-top-product__item[data-product="7"] a {
    background-image: url(../img/top/bg_sterilization_sp.jpg);
  }
}
.p-top-product__item a {
  display: block;
  padding-block: 1.45rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-product__item a {
    width: 100%;
    min-height: 10rem;
    display: grid;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    background-color: #d4dce7;
  }
}

.c-section__ttl .u-en {
  font-size: 12rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-en {
    font-size: 6rem;
  }
}
.c-section__ttl .u-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-jp {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}

section {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
*	Project Story
* --------------------------------------------------------------------------------------------------*/
.p-top-story {
  padding-top: 19rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story {
    padding-top: 8rem;
  }
}
.p-top-story .c-section__ttl {
  max-width: 128rem;
  margin-inline: auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story .c-section__ttl {
    margin-inline: 3rem;
    padding-bottom: 3rem;
  }
}
.p-top-story .c-section__ttl .u-en {
  color: rgb(53, 63, 170);
}

.wrap {
  height: 200vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .wrap {
    position: static;
    top: auto;
    height: auto;
  }
}
.wrap .p-cover {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.wrap.is-show .p-top-story__content::before {
  transform: scale(1.1);
}
.wrap.is-show .p-top-qas::after {
  opacity: 1;
}
.wrap.is-show .p-top-qas .c-section__ttl {
  opacity: 1;
}

.scroll-cont {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .scroll-cont {
    position: static;
  }
}
.scroll-cont::before {
  transition: 2s 0.5s transform;
}
.scroll-cont .p-txt-content {
  position: relative;
  z-index: 3;
}

:root {
  --delay: 0.2s;
}

.p-top-story__content {
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding-block: 2rem;
  position: relative;
}
.p-top-story__content .p-ttl-wrapper {
  opacity: 0;
  transition: 1.4s opacity;
}
.p-top-story__content .p-img-link-wrapper {
  opacity: 0;
  transition: 1.4s 1.2s opacity;
}
.p-top-story__content.is-txtStart .p-ttl-wrapper {
  opacity: 1;
}
.p-top-story__content.is-txtStart .p-top-story__ttl .c-belt::after {
  -webkit-animation: elmShow 0.3s 0.3s forwards ease-out;
          animation: elmShow 0.3s 0.3s forwards ease-out;
}
.p-top-story__content.is-txtStart .p-top-story__ttl .c-txt {
  -webkit-animation: elmShow 0.3s 0.8s forwards ease-out;
          animation: elmShow 0.3s 0.8s forwards ease-out;
}
.p-top-story__content.is-txtStart .p-top-story__ttl .-line2 .c-belt::after {
  -webkit-animation: elmShow 0.3s calc(var(--delay) + 0.3s) forwards ease-out;
          animation: elmShow 0.3s calc(var(--delay) + 0.3s) forwards ease-out;
}
.p-top-story__content.is-txtStart .p-top-story__ttl .-line2 .c-belt .c-txt {
  -webkit-animation: elmShow 0.3s calc(var(--delay) + 0.8s) forwards ease-out;
          animation: elmShow 0.3s calc(var(--delay) + 0.8s) forwards ease-out;
}
.p-top-story__content.is-txtStart .p-img-link-wrapper {
  opacity: 1;
}
.p-top-story__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content {
    display: block;
    padding-block: 0;
  }
}
.p-top-story__content.-story1::before {
  background-image: url(../img/top/bg_story1.jpg);
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content.-story1::before {
    display: none;
  }
}
.p-top-story__content.-story1 .p-top-story__block {
  margin-left: auto;
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content.-story1 .p-top-story__block {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content.-story2 {
    border-top: 2px solid #fff;
  }
}
.p-top-story__content.-story2::before {
  background-image: url(../img/top/bg_story2.jpg);
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content.-story2::before {
    display: none;
  }
}
.p-top-story__content.-story2 .p-top-story__block {
  margin-left: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content.-story2 .p-top-story__block {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-story__content {
    min-height: inherit;
  }
}

.p-top-story__img {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__img {
    display: block;
    position: relative;
  }
  .p-top-story__img .p-txt-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }
  .p-top-story__img .p-txt-content .c-num {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .p-top-story__img .p-txt-content .c-num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-story__img .p-txt-content .c-num span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .p-top-story__img .p-txt-content .c-num span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-story__img .p-txt-content .c-gene {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .p-top-story__img .p-txt-content .c-gene {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

.p-top-story__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block {
    background-color: #d4d9dc;
    width: auto;
    padding: 3rem 3rem 4rem;
  }
}
.p-top-story__block .c-num {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .c-num {
    font-size: 6rem;
  }
}
.p-top-story__block .c-num span {
  font-size: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .c-num span {
    font-size: 3rem;
  }
}
.p-top-story__block .c-gene {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .c-gene {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.p-top-story__block .p-person {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .p-person {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-top: 2rem;
  }
}
.p-top-story__block .p-person .p-img-wrapper {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 19px rgba(107, 114, 130, 0.4));
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .p-person .p-img-wrapper {
    width: 6rem;
    height: 6rem;
  }
}
.p-top-story__block .p-person .c-name {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .p-person .c-name {
    font-size: 1.4rem;
  }
}
.p-top-story__block .p-person .c-pos {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .p-person .c-pos {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.p-top-story__block .p-link-wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__block .p-link-wrapper {
    margin-top: 3rem;
    max-width: 20rem;
  }
}

.p-top-story__ttl {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-story__ttl {
    margin-top: 0;
  }
}
.p-top-story__ttl .c-belt {
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
  padding: 0.2em;
  margin-top: 0.8rem;
}
.p-top-story__ttl .c-belt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-top-story__ttl .c-belt {
    padding: 0.5rem;
    margin-top: 0.4rem;
    font-size: 1.8rem;
  }
}
.p-top-story__ttl .c-txt {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-top-story__ttl .c-txt {
    white-space: nowrap;
  }
}

@-webkit-keyframes elmShow {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes elmShow {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/* ----------------------------------------------------------------------------------------------------
*	Quality & Support
* --------------------------------------------------------------------------------------------------*/
.p-top-qas {
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding-block: 2rem;
}
.p-top-qas.is-bg::before {
  transform: scale(1.1);
}
.p-top-qas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(34, 65, 89, 0.2);
  z-index: 2;
  opacity: 0;
  transition: 0.5s 0.2s opacity;
}
@media screen and (max-width: 767.98px) {
  .p-top-qas::after {
    display: none;
  }
}
.p-top-qas::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(../img/top/bg_qas.jpg) no-repeat top center/cover;
  transition-delay: 0s;
}
@media screen and (max-width: 767.98px) {
  .p-top-qas::before {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-qas {
    background-image: url(../img/top/bg_qas_sp.jpg);
    padding: 11rem 3rem;
    min-height: inherit;
  }
}
.p-top-qas .c-section__ttl {
  color: #fff;
  opacity: 0;
  transition: 0.5s 0.3s opacity;
}
.p-top-qas .c-section__ttl .u-en,
.p-top-qas .c-section__ttl .u-jp {
  color: #fff;
}
.p-top-qas .p-link-wrapper {
  margin-top: 3.6rem;
}

.p-top-qas__content {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .p-top-qas__content {
    display: block;
    max-width: inherit;
  }
}
.p-top-qas__content .c-section__ttl {
  margin-inline: 0;
  opacity: 0;
}

.p-top-qas__block {
  background-color: #fff;
  width: 40rem;
  padding: 2rem 2rem 6rem;
  border-radius: 0.4rem;
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
  will-change: filter;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-qas__block {
    width: auto;
    margin-top: 4rem;
    padding: 2rem 1.5rem 3.2rem;
    opacity: 1;
  }
}
.p-top-qas__block .p-img-wrapper {
  aspect-ratio: 360/240;
  overflow: clip;
}
.p-top-qas__block .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gaq__body {
  padding: 6rem 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-gaq__body {
    padding: 3.6rem 0.7rem 0;
  }
}
.p-top-gaq__body .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-top-gaq__body .c-ttl {
    font-size: 1.8rem;
  }
}
.p-top-gaq__body .c-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-gaq__body .c-txt {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	people
* --------------------------------------------------------------------------------------------------*/
.p-top-people {
  background: url(../img/top/bg_people.png) no-repeat top center/100% auto;
  padding-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-people {
    padding-block: 6rem 4rem;
    background-image: url(../img/top/bg_people_sp.png);
    background-color: #fff;
  }
}

.p-top-people__content {
  max-width: 144rem;
  margin-inline: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 50rem auto;
  grid-template-rows: auto auto auto;
  padding-left: 12rem;
  gap: 10rem 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content {
    max-width: inherit;
    padding-inline: 3rem;
    display: block;
  }
}
.p-top-people__content .c-section__ttl {
  grid-row: 1;
  grid-column: 1;
  color: #fff;
}
.p-top-people__content .p-txt-wrapper {
  grid-row: 2;
  grid-column: 2;
  margin-left: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .p-txt-wrapper {
    margin: 3rem 0 0;
  }
}
.p-top-people__content .p-txt-wrapper .c-catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .p-txt-wrapper .c-catch {
    font-size: 2rem;
  }
}
.p-top-people__content .p-txt-wrapper .c-txt {
  margin-top: 2rem;
}
.p-top-people__content .p-txt-wrapper .p-link-wrapper {
  max-width: 27rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .p-txt-wrapper .p-link-wrapper {
    max-width: 24rem;
    margin-top: 2rem;
  }
}
.p-top-people__content .-img01 {
  grid-row: 1;
  grid-column: 2;
  width: 30rem;
  aspect-ratio: 300/210;
  margin-right: 12rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .-img01 {
    width: 15rem;
    margin: 4rem 0 0 auto;
    position: relative;
    z-index: 2;
  }
}
.p-top-people__content .-img02 {
  grid-column: 1;
  grid-row: 2/4;
  width: 50rem;
  aspect-ratio: 500/640;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .-img02 {
    width: 28rem;
    margin: -3rem auto 0;
  }
}
.p-top-people__content .-img03 {
  grid-column: 2;
  grid-row: 3;
  max-width: 70rem;
  aspect-ratio: 700/500;
}
@media screen and (max-width: 767.98px) {
  .p-top-people__content .-img03 {
    max-width: inherit;
    width: 21.2rem;
    position: relative;
    z-index: 2;
    margin-top: -8rem;
  }
}
.p-top-people__content .p-img-wrapper {
  overflow: hidden;
}
.p-top-people__content .p-img-wrapper img {
  position: relative;
  top: 0;
}

/* ----------------------------------------------------------------------------------------------------
*	news
* --------------------------------------------------------------------------------------------------*/
.p-top-news {
  padding-block: 30rem 10rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-news {
    padding-block: 16rem 8rem;
  }
}

.p-top-news .p-link-wrapper {
  max-width: 60rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-news .p-link-wrapper {
    max-width: 27rem;
    margin-top: 4rem;
  }
}

.p-top-news__content {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__content {
    display: block;
    max-width: inherit;
    padding-inline: 3rem;
  }
}

.p-top-news__block {
  width: 56rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__block {
    width: auto;
  }
  .p-top-news__block + .p-top-news__block {
    margin-top: 8rem;
  }
}
.p-top-news__block .c-section__ttl .u-en {
  font-size: 2rem;
  color: rgb(53, 63, 170);
}
@media screen and (max-width: 767.98px) {
  .p-top-news__block .c-section__ttl .u-en {
    font-size: 1.8rem;
  }
}
.p-top-news__block .c-section__ttl .u-jp {
  font-size: 4.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__block .c-section__ttl .u-jp {
    font-size: 2.8rem;
  }
}

.p-top-news__list {
  margin-top: 2rem;
}

.p-top-news__item {
  border-bottom: 1px solid rgb(199, 199, 199);
}
.p-top-news__item a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-top-news__item a:hover .c-news__ttl {
    color: rgb(66, 168, 244);
  }
}

.p-top-news__inner {
  padding-block: 4rem 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner {
    padding-block: 1.6rem 2rem;
  }
}
.p-top-news__inner .c-news__ttl {
  margin-top: 1rem;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.3s color;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner .c-news__ttl {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1.5;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
  }
}

.l-category__item {
  font-size: 1.4rem;
  color: rgb(66, 168, 244);
  border: 1px solid rgb(199, 199, 199);
  border-radius: 100px;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-category__item {
    padding: 0.4rem 1.2rem;
    font-size: 1.1rem;
  }
}

.p-time-cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-time-cat-wrapper {
    gap: 0.4rem;
  }
}
.p-time-cat-wrapper time {
  margin-top: 0.8rem;
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  color: rgb(88, 88, 92);
  padding-left: 1.8rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-time-cat-wrapper time {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
.p-time-cat-wrapper time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100px;
  background-color: rgb(66, 168, 244);
  transform: translateY(-50%);
}

@property --ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.p-border-link {
  display: block;
  overflow: clip;
  width: 100%;
  text-decoration: none;
  min-height: calc(7.6rem + 2.4px);
  color: currentColor;
  /* 色関連 */
  --_bg: #fff; /* ボタン内部の背景色 */
  --_border-color: rgba(199, 199, 199, 1); /* デフォルトのボーダー色 */
  --_gradient-from: rgba(53, 63, 170, 1); /* グラデーション開始色 */
  --_gradient-to: rgba(53, 63, 170, 1); /* グラデーション終了色 */
  /* サイズ関連 */
  --_border-width: 1px;
  --_radius: 100px;
  /* アニメーション関連 */
  --_duration: 0.75s;
  --_easing: cubic-bezier(0.4, 0, 0.2, 1);
  --_start-angle: 0deg; /* リングアニメーションの開始角度 */
  transition: --ring-angle var(--_duration) var(--_easing); /* アニメーション関連 */
  --_duration: 0.75s;
  --_easing: cubic-bezier(0.4, 0, 0.2, 1);
  --_start-angle: 0deg; /* リングアニメーションの開始角度 */
  /* レイヤー構成（前面（--_foreground）と後面（--_background）） */
  --_foreground: conic-gradient(
  	from var(--_start-angle),
  	var(--_gradient-from) 0,
  	var(--_gradient-to) var(--ring-angle),
  	transparent var(--ring-angle) 360deg
  );
  --_background: var(--_border-color);
  /* スタイル適用 */
  display: inline-block;
  background: var(--_foreground), var(--_background);
  padding: var(--_border-width);
  border-radius: var(--_radius);
  transition: --ring-angle var(--_duration) var(--_easing);
}
@media screen and (max-width: 767.98px) {
  .p-border-link {
    min-height: inherit;
    background-color: transparent;
    border: 1px solid rgb(199, 199, 199);
  }
}
@media (any-hover: hover) {
  .p-border-link:hover {
    --ring-angle: 360deg; /* リングアニメーションの終了角度 */
  }
}

.p-border-link__inner {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: grid;
  place-content: center;
  min-height: 7.6rem;
  border-radius: 98px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-border-link__inner {
    min-height: 5.6rem;
  }
}
.p-border-link__inner .c-link-txt {
  position: relative;
  padding-right: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-border-link__inner .c-link-txt {
    font-size: 1.6rem;
  }
}
.p-border-link__inner .c-link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/common/icn_nav.svg) no-repeat;
  width: 3.2rem;
  height: 1.6rem;
  transform: translateY(-50%);
}

/* ----------------------------------------------------------------------------------------------------
*	business
* --------------------------------------------------------------------------------------------------*/
.p-top-business {
  padding-block: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-business {
    padding-block: 3rem 7rem;
  }
}
.p-top-business .p-link-wrapper {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-business .p-link-wrapper {
    margin-top: 2.5rem;
  }
}

.p-top-business__inner {
  -moz-column-gap: 8.45rem;
       column-gap: 8.45rem;
  display: flex;
  max-width: 135.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-business__inner {
    display: block;
    max-width: inherit;
    padding-inline: 3rem;
  }
}
.p-top-business__inner .c-txt {
  margin-top: 6rem;
  max-width: 38.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-business__inner .c-txt {
    margin-top: 3rem;
  }
}
.p-top-business__inner .p-img-wrapper {
  margin-left: 3.6rem;
  width: 70rem;
  height: 70rem;
  flex-shrink: 0;
}
.p-top-business__inner .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-top-business__inner .p-img-wrapper {
    width: auto;
    height: auto;
    margin-left: 0;
  }
}

.p-top-business__body {
  display: grid;
  align-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-business__body {
    display: block;
    padding-top: 3.1rem;
  }
}
.p-top-business__body .c-section__ttl .u-en {
  color: rgb(53, 63, 170);
}

/* ----------------------------------------------------------------------------------------------------
*	company
* --------------------------------------------------------------------------------------------------*/
.p-top-company {
  background: url(../img/top/bg_company.png) #fff no-repeat bottom center/100% auto;
  min-height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .p-top-company {
    padding-block: 0 5.6rem;
    background-image: url(../img/top/bg_company_sp.png);
    min-height: inherit;
  }
}
.p-top-company .c-section__ttl .u-en {
  font-size: 12rem;
  color: rgb(53, 63, 170);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-top-company .c-section__ttl .u-en {
    font-size: 6rem;
  }
}
.p-top-company .c-section__ttl .u-jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-company .c-section__ttl .u-jp {
    font-size: 2rem;
  }
}

.p-top-company__content {
  min-height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 11.2rem;
       column-gap: 11.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__content {
    display: block;
    min-height: inherit;
  }
}
.p-top-company__content .p-img-wrapper {
  width: 50%;
  flex-shrink: 0;
  min-height: 85rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__content .p-img-wrapper {
    width: auto;
    min-height: inherit;
  }
}
.p-top-company__content .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-company__body {
  padding-top: 10.6rem;
  max-width: 50rem;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__body {
    width: auto;
    margin-left: 0;
    padding: 4rem 3rem;
  }
}
.p-top-company__body .c-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__body .c-txt {
    margin-top: 3rem;
  }
}

.p-top-company__list {
  margin: 6rem auto 0;
  max-width: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__list {
    max-width: inherit;
    margin-top: 4.2rem;
  }
}

.p-top-company__item {
  border-bottom: 1px solid rgb(199, 199, 199);
}
.p-top-company__item a {
  position: relative;
  text-decoration: none;
  color: currentColor;
  padding: 2.4rem 1rem;
  display: block;
}
@media (any-hover: hover) {
  .p-top-company__item a:hover p {
    transform: translateX(0.5rem);
  }
  .p-top-company__item a:hover::after {
    transform: translate(-0.5rem, -50%);
  }
}
.p-top-company__item a::after {
  left: auto;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 1.6rem;
  background: url(../img/common/icn_nav.svg) no-repeat center/contain;
  transition: 0.3s transform;
}
.p-top-company__item.-philosophy p::before {
  background-image: url(../img/top/icn_company1.svg);
  background-size: 2.2rem 2.4rem;
}
.p-top-company__item.-history p::before {
  background-image: url(../img/top/icn_company2.svg);
  background-size: 1.8rem 2rem;
}
.p-top-company__item.-about p::before {
  background-image: url(../img/top/icn_company3.svg);
  background-size: 1.8rem 2rem;
}

.p-top-company__inner p {
  transition: 0.3s transform;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding-left: 4rem;
}
.p-top-company__inner p::before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-top-company__inner p .u-jp {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-top-company__inner p .u-jp {
    font-size: 1.6rem;
  }
}
.p-top-company__inner p .u-eng {
  font-size: 1.4rem;
  color: rgb(66, 168, 244);
}
@media screen and (max-width: 767.98px) {
  .p-top-company__inner p .u-eng {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	リクルート
* --------------------------------------------------------------------------------------------------*/
.p-top-recruit {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit {
    display: block;
  }
}
.p-top-recruit .p-img-wrapper {
  grid-row: 1;
  grid-column: 1;
}
.p-top-recruit .c-section__ttl {
  color: #fff;
  margin-top: -4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit .c-section__ttl {
    margin-top: 0;
  }
  .p-top-recruit .c-section__ttl .u-en {
    color: rgb(53, 63, 170);
  }
  .p-top-recruit .c-section__ttl .u-jp {
    color: #000;
  }
}
.p-top-recruit .p-link-wrapper {
  width: 23.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit .p-link-wrapper {
    margin-top: 2rem;
    width: 24rem;
  }
}

.p-recruit__content {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
  margin: auto auto 0;
  padding-bottom: 7.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__content {
    padding: 3rem 3rem 8rem;
  }
}

.p-recruit__inner {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__inner {
    display: block;
  }
}
.p-recruit__inner .c-txt {
  max-width: 38rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__inner .c-txt {
    color: rgb(88, 88, 92);
    margin-top: 3rem;
  }
}
.p-recruit__inner .c-link {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem 1rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__inner .c-link {
    color: #000;
    font-size: 1.6rem;
    padding: 2.4rem 0;
    border-bottom-color: rgb(88, 88, 92);
  }
}
.p-recruit__inner .c-link span {
  transition: 0.3s transform;
  display: inline-block;
}
@media (any-hover: hover) {
  .p-recruit__inner .c-link:hover span {
    transform: translateX(0.5rem);
  }
  .p-recruit__inner .c-link:hover::after {
    transform: translate(-0.5rem, -50%);
  }
}
.p-recruit__inner .c-link::after {
  left: auto;
  transition: 0.3s transform;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 1.6rem;
  background: url(../img/common/icn_nav.svg) no-repeat center/contain;
  transition: 0.3s transform;
}

/* ----------------------------------------------------------------------------------------------------
*	スライダー
* --------------------------------------------------------------------------------------------------*/
.p-top-slider {
  overflow: hidden;
  position: relative;
  z-index: 5; /* 
display: none; */
  height: 44vw;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-slider {
    height: 30rem;
  }
}
.p-top-slider.is-slideStart > div {
  -webkit-animation: slide 64s infinite linear;
          animation: slide 64s infinite linear;
}
.p-top-slider.is-slideStart .p-img-wrapper img {
  -webkit-animation: imgSlide 96s infinite linear;
          animation: imgSlide 96s infinite linear;
}
.p-top-slider > div {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(0%);
}

.p-slider-block {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-slider-block {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-right: 1rem;
  }
}
.p-slider-block .p-img-wrapper {
  aspect-ratio: 50/64;
  overflow: hidden;
  height: 44vw;
}
@media screen and (max-width: 767.98px) {
  .p-slider-block .p-img-wrapper {
    height: 30rem;
  }
}
.p-slider-block .p-img-wrapper.-large {
  aspect-ratio: 100/64;
}
.p-slider-block .p-img-wrapper img {
  height: 44vw;
  position: relative;
  width: auto;
  left: 0;
  max-width: inherit;
}
@media screen and (max-width: 767.98px) {
  .p-slider-block .p-img-wrapper img {
    height: 30rem;
  }
}

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

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes imgSlide {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-16%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes imgSlide {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-16%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=top.css.map */