@charset "UTF-8";
/* color
================================================== */
/* font
================================================== */
/* font-size
================================================== */
/* u-inner
================================================== */
/* shadow
================================================== */
/* cubic-bezier
================================================== */
/* breakpoints
================================================== */
.lab {
  padding-top: clamp(32px, -3px + 8vw, 55px);
}
.lab-intro {
  max-width: 670px;
  margin: 0 auto clamp(150px, -10px + 40vw, 220px);
}
.lab-intro-head {
  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;
  gap: 0.5em;
  font-size: clamp(2rem, 1.6rem + 1.5vw, 2.9rem);
  width: 100%;
  padding-bottom: 1.05em;
}
.lab-intro-head span {
  font-weight: 500;
}
.lab-intro-head span.is-01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lab-intro-head span.is-02 {
  -webkit-transition-delay: 0.71s;
          transition-delay: 0.71s;
}
.lab-intro-list {
  width: 100%;
  margin-bottom: clamp(20px, 3px + 6vw, 30px);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(88, 66, 50, 0.4));
          filter: drop-shadow(3px 3px 3px rgba(88, 66, 50, 0.4));
}
.lab-intro-list-item {
  width: 100%;
  padding: clamp(20px, 10px + 2.5vw, 35px) clamp(15px, 5px + 2.5vw, 30px);
  background: rgb(247, 241, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8em;
}
.lab-intro-list-item:not(:last-child) {
  margin-bottom: clamp(10px, -5px + 5vw, 20px);
}
.lab-intro-list-item-num {
  font-size: clamp(2.6rem, 1.8rem + 1.7vw, 3.6rem);
  text-align: center;
  min-width: 1.2em;
  font-weight: 750;
  margin-right: 0.25em;
}
.lab-intro-list-item-text {
  line-height: 1.3;
  font-size: clamp(1.8rem, 1.2rem + 1.3vw, 2.1rem);
  font-weight: 500;
}
.lab-intro-text {
  font-size: clamp(1.6rem, 1rem + 1.5vw, 2.1rem);
  font-weight: 500;
  color: rgb(255, 255, 255);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(99, 47, 9, 0.3));
          filter: drop-shadow(0px 0px 4px rgba(99, 47, 9, 0.3));
}
.lab-intro-text span {
  font-weight: inherit;
}
.lab-intro-back {
  z-index: -1;
  width: clamp(3700px, 2770px + 245vw, 5500px);
  height: 200%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lab-intro-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
  display: block;
  background-image: url(../img/common/noise.png);
  background-repeat: repeat;
  background-size: 200px;
  mix-blend-mode: soft-light;
}
.lab-intro-back::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
  display: block;
  background: rgb(255, 255, 255);
}
.lab-intro-back svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lab-intro-back-img {
  fill: none;
  stroke: #f7b119;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 290px;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  -webkit-animation: lab-back-animation 3.2s cubic-bezier(0.63, 0.02, 0.43, 0.99) forwards;
          animation: lab-back-animation 3.2s cubic-bezier(0.63, 0.02, 0.43, 0.99) forwards;
}
@-webkit-keyframes lab-back-animation {
  0% {
    stroke-dashoffset: 1600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lab-back-animation {
  0% {
    stroke-dashoffset: 1600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lab-keyword {
  padding-bottom: clamp(40px, 15px + 8vw, 85px);
}
.lab-keyword-title {
  font-weight: 500;
  margin-bottom: 0.8em;
  font-size: clamp(1.6rem, 1rem + 1.5vw, 2.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lab-keyword-title img {
  margin-right: 0.6em;
  width: 1.4em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lab-keyword-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.lab-keyword-list-item {
  border: 1px solid rgb(88, 66, 50);
  margin-right: -1px;
  margin-bottom: -1px;
  background: rgb(255, 255, 255);
  width: 50%;
  padding: 0.5em 0.4em;
}
.lab-keyword-list-item:nth-child(2n-1) {
  width: calc(50% + 1px);
}
.lab-keyword-list-item-name {
  letter-spacing: 0em;
  font-size: 1.2rem;
}
.lab-main-title {
  font-size: clamp(1.6rem, 1rem + 1.5vw, 2.1rem);
  margin-bottom: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.lab-main-title img {
  width: 1.4em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.6em;
}
.lab-main-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  padding-top: 0.05em;
  padding-right: 0.1em;
  font-size: clamp(1.8rem, 1rem + 1.7vw, 2.3rem);
}
.lab-main-list {
  width: 100%;
}
.lab-main-list-item {
  background: rgb(247, 241, 229);
  overflow: hidden;
  border-radius: clamp(20px, 5vw, 40px);
}
.lab-main-list-item a {
  display: block;
  position: relative;
  padding: clamp(33px, 5vw, 43px) clamp(25px, 5vw, 40px) clamp(40px, 5vw, 50px);
}
.lab-main-list-item:not(:last-child) {
  margin-bottom: clamp(10px, -5px + 5vw, 20px);
}
.lab-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
}
.lab-main__head-lab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.4rem);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 550;
}
.lab-main__head-lab span {
  font-weight: 650;
  font-size: 1.4rem;
}
.lab-main__head-profile {
  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;
  right: clamp(-10px, -25px + 8vw, 0px);
  width: 54px;
  top: -15px;
}
.lab-main__head-profile-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: -7px;
  overflow: hidden;
}
.lab-main__head-profile-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  -webkit-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lab-main__head-profile span {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  width: 76px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0.25em 0;
  border-radius: 50px 0 0 50px;
  position: relative;
  color: rgb(255, 255, 255);
  background: rgb(247, 177, 25);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
.lab-main__head-profile span::before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  background: rgb(247, 177, 25);
}
.lab-main__intro {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.55;
  padding-bottom: 2.84em;
  position: relative;
}
.lab-main__intro::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.4em;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(247, 177, 25);
}
.lab-main__keyword {
  font-size: 1.2rem;
  font-weight: 600;
}
.lab-main__keyword span {
  font-weight: 400;
}
.lab-main__keyword span:not(:last-child) {
  margin-right: 1em;
}
.lab-main__arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  overflow: hidden;
  -webkit-transform-origin: 85% 85%;
          transform-origin: 85% 85%;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.18, 0.68, 0.57, 1.34);
  transition: background 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.18, 0.68, 0.57, 1.34);
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.18, 0.68, 0.57, 1.34);
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.18, 0.68, 0.57, 1.34), -webkit-transform 0.3s cubic-bezier(0.18, 0.68, 0.57, 1.34);
}
.lab-main__arrow span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 60%;
  height: 1px;
  background: rgb(247, 177, 25);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lab-main__arrow span::after, .lab-main__arrow span::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  right: 0;
  background: rgb(247, 177, 25);
  border-radius: 50px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lab-main__arrow span::after {
  -webkit-transform: translate(0%, -200%) rotate(45deg);
          transform: translate(0%, -200%) rotate(45deg);
}
.lab-main__arrow span::before {
  -webkit-transform: translate(0%, 200%) rotate(-45deg);
          transform: translate(0%, 200%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .lab-keyword-list-item {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
  }
  .lab-keyword-list-item:hover {
    background: rgba(247, 177, 25, 0.3);
  }
  .lab-keyword-list-item.on:hover {
    background: rgb(247, 177, 25);
  }
  .lab-main-list-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lab-main-list-item:hover .lab-main__arrow {
    background: rgb(247, 177, 25);
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
  }
  .lab-main-list-item:hover .lab-main__arrow span {
    background: rgb(255, 255, 255);
  }
  .lab-main-list-item:hover .lab-main__arrow span::after, .lab-main-list-item:hover .lab-main__arrow span::before {
    background: rgb(255, 255, 255);
  }
}
@media all and (min-width: 480px) {
  .lab-keyword-list-item {
    width: 33.3333333%;
    padding: clamp(8px, -5px + 2vw, 10px) clamp(5px, -19px + 5vw, 10px);
  }
  .lab-keyword-list-item:nth-child(2n-1) {
    width: 33.3333333%;
  }
  .lab-keyword-list-item:not(:nth-child(3n)) {
    width: calc(33.3333333% + 1px);
  }
  .lab-main-list-item a {
    height: 100%;
    padding: clamp(33px, 5vw, 43px) clamp(33px, 5vw, 43px) clamp(40px, 5vw, 50px);
  }
  .lab-main__head-lab span {
    font-size: clamp(1.4rem, 0.9rem + 1vw, 1.6rem);
  }
  .lab-main__intro {
    line-height: 1.7;
    font-size: clamp(1.4rem, 0.9rem + 1vw, 1.6rem);
  }
  .lab-main__keyword {
    font-size: clamp(1.2rem, 0.7rem + 1vw, 1.3rem);
  }
}
@media all and (min-width: 650px) {
  .lab-main__arrow {
    height: 28px;
    width: 28px;
  }
  .lab-main__head-profile-img {
    margin-bottom: -5px;
  }
  .lab-main__head-profile span {
    font-size: clamp(1.3rem, 1vw, 1.4rem);
    width: 90px;
  }
}
@media all and (min-width: 900px) {
  .lab {
    padding-top: clamp(70px, 8vw, 110px);
  }
  .lab-intro {
    max-width: none;
    margin: 0 auto clamp(210px, 50px + 15vw, 330px);
    position: relative;
  }
  .lab-intro-head {
    width: 47.5%;
    font-size: clamp(2.7rem, 0.4rem + 2.5vw, 4.5rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.4em;
  }
  .lab-intro-text {
    width: 47.5%;
    padding: 0 0.1em;
    font-size: clamp(1.6rem, 0.85rem + 1vw, 2.1rem);
  }
  .lab-intro-text span {
    font-size: 0;
  }
  .lab-intro-text span::before {
    font-size: clamp(1.6rem, 0.85rem + 1vw, 2.1rem);
    content: "右";
  }
  .lab-intro-list {
    position: absolute;
    top: 0;
    height: 100%;
    width: 47.5%;
    right: 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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lab-intro-list-item {
    border-radius: 45px;
    padding: clamp(20px, 10px + 2.5vw, 40px) clamp(15px, 5px + 2.5vw, 40px) clamp(20px, 10px + 2.5vw, 40px) clamp(15px, 2vw, 35px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lab-intro-list-item:not(:last-child) {
    margin-bottom: -10px;
  }
  .lab-intro-list-item:nth-child(1) {
    margin-bottom: -12px;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .lab-intro-list-item:nth-child(2) {
    margin-bottom: -12px;
    -webkit-transform: translateX(12%);
            transform: translateX(12%);
  }
  .lab-intro-list-item:nth-child(3) {
    margin-bottom: -55px;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
  .lab-intro-list-item:nth-child(4) {
    -webkit-transform: translateX(26%);
            transform: translateX(26%);
  }
  .lab-intro-list-item-num {
    font-size: clamp(2.6rem, 1.1rem + 1.8vw, 4.5rem);
  }
  .lab-intro-list-item-text {
    font-size: clamp(1.8rem, -0.1rem + 1.8vw, 2.6rem);
  }
  .lab-intro-back {
    top: 82%;
    width: 185vw;
    height: 100vw;
  }
  .lab-intro-back-img {
    stroke-width: clamp(0px, 455px - 14vw, 400px);
    -webkit-animation: lab-back-animation 1.05s cubic-bezier(0.63, 0.02, 0.43, 0.99) 1.3s forwards;
            animation: lab-back-animation 1.05s cubic-bezier(0.63, 0.02, 0.43, 0.99) 1.3s forwards;
    stroke-dashoffset: 1599;
  }
  @-webkit-keyframes lab-back-animation {
    0% {
      stroke-dashoffset: 1599;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes lab-back-animation {
    0% {
      stroke-dashoffset: 1599;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .lab-main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 24px;
  }
  .lab-main-list-item {
    width: calc(50% - 12px);
  }
  .lab-main-list-item:not(:last-child) {
    margin-bottom: 0;
  }
  .lab-main-list-item a {
    padding: clamp(33px, 5px + 3.5vw, 60px);
  }
  .lab-main__intro {
    font-size: clamp(1.4rem, 0.85rem + 0.5vw, 1.6rem);
  }
  .lab-keyword-list {
    gap: 9px;
  }
  .lab-keyword-list-item {
    border: 1px solid rgba(88, 66, 50, 0.7);
    width: calc(25% - 7px);
    margin-right: 0;
    border-radius: 5px;
  }
  .lab-keyword-list-item:nth-child(2n-1) {
    width: calc(25% - 7px);
  }
  .lab-keyword-list-item:not(:nth-child(3n)) {
    width: calc(25% - 7px);
  }
  .lab-keyword-list-item:not(:nth-child(4n)) {
    width: calc(25% - 7px);
  }
  .lab-keyword-list-item-name {
    letter-spacing: 0em;
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  }
}
@media all and (min-width: 1280px) {
  .lab-keyword-list {
    gap: 10px;
  }
  .lab-keyword-list-item {
    width: calc(20% - 8px);
  }
  .lab-keyword-list-item:nth-child(2n-1) {
    width: calc(20% - 8px);
  }
  .lab-keyword-list-item:not(:nth-child(3n)) {
    width: calc(20% - 8px);
  }
  .lab-keyword-list-item:not(:nth-child(4n)) {
    width: calc(20% - 8px);
  }
  .lab-keyword-list-item:not(:nth-child(5n)) {
    width: calc(20% - 8px);
  }
  .lab-main__head-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: -9px;
  }
  .lab-main__head-profile-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    margin-bottom: 0px;
  }
  .lab-main__head-profile span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    padding: 0.25em 3.4em 0.25em 1em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -3em;
  }
  .lab-main__head-profile span::before {
    display: none;
  }
  .lab-main__head-lab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.2em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (min-width: 1620px) {
  .lab-intro-back {
    top: 100%;
  }
  .lab-intro-back-img {
    stroke-width: clamp(0px, 215px - 3vw, 400px);
  }
}
/*# sourceMappingURL=laboratory.css.map */