@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes mv_photos_loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 3.2vw));
  }
}
@keyframes mv_photos_loop_sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 9.74vw));
  }
}
@keyframes mv_typo_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 48px));
  }
}
@keyframes link_btn_arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  48% {
    opacity: 1;
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
    transform: translateX(150%);
  }
  50% {
    opacity: 0;
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes recruit_photos_loop_up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes recruit_photos_loop_down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes recruit_photos_sp_loop_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes recruit_photos_sp_loop_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes footer_links_slide {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  52% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes open_content_btn_angle {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  48% {
    opacity: 1;
    transform: translateY(150%);
  }
  49% {
    opacity: 0;
    transform: translateY(150%);
  }
  50% {
    opacity: 0;
    transform: translateY(-150%);
  }
  51% {
    opacity: 1;
    transform: translateY(-150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recruit_links_filter {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
  }
}
html {
  scroll-behavior: smooth;
}

main {
  position: relative;
}

section:not(#fv, #modals) {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}

#summary {
  padding: 130px 0 80px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #summary {
    padding: 60px 0 80px;
  }
}

#peoples {
  padding: 0 0 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4.25%;
}
@media screen and (max-width: 768px) {
  #peoples {
    flex-flow: column;
    gap: 25px;
    align-items: center;
  }
}
#peoples label {
  position: relative;
  width: 30.5%;
  height: auto;
  aspect-ratio: 1/1.3;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #peoples label {
    width: 85%;
  }
}
#peoples label picture {
  width: 100%;
  transform-origin: center center;
  transition: 0.3s;
}
#peoples label span {
  position: absolute;
  font-size: 27px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.36px;
  top: 6%;
  left: 6%;
}
#peoples label span b {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.36px;
  margin: 0 0 6px;
}
#peoples label .plus {
  position: absolute;
  width: 28px;
  bottom: 5%;
  right: 5%;
  transition: 0.3s;
}
#peoples label:hover picture {
  transform: scale(1.1);
}
#peoples label:hover .plus {
  transform: rotate(180deg);
}

#modals {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 90px 0 0;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(23px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #modals {
    padding: 0;
  }
}
#modals:has(input:checked) {
  opacity: 1;
  visibility: visible;
}
#modals article {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 84%;
  height: 82svh;
  padding: 8.75svh 4%;
  max-width: 1200px;
  background-color: rgba(48, 62, 72, 0.81);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: default;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #modals article {
    width: 92.3%;
    padding: 30px 15px 30px 33px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
  }
}
#modals article:has(input:checked) {
  opacity: 1;
  visibility: visible;
}
#modals article .images {
  position: relative;
  width: 32%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #modals article .images {
    width: 100%;
  }
}
#modals article .images picture {
  width: 100%;
}
#modals article .images p {
  width: 100%;
  padding: 17px 0 0;
  margin: 27px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.85px;
  color: white;
  border-top: 1px solid white;
}
@media screen and (max-width: 768px) {
  #modals article .images p {
    margin: 14px 0 0;
  }
}
#modals article .images p span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 0 7px;
  margin: 0 14px 0 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: white;
  border: 1px solid white;
}
@media screen and (max-width: 768px) {
  #modals article .images p span {
    display: block;
    width: fit-content;
  }
}
#modals article .images .sp_copy {
  display: none;
  position: absolute;
  bottom: 110px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  #modals article .images .sp_copy {
    display: block;
    z-index: 1;
  }
}
#modals article .images .sp_copy h2 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: white;
  display: inline;
  padding: 0 0 0 6px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.9px;
}
#modals article .texts {
  width: 60%;
  padding: 0 10% 0 0;
  flex-shrink: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}
@media screen and (max-width: 768px) {
  #modals article .texts {
    width: 100%;
    padding: 0 17px 0 0;
    overflow: hidden;
  }
}
#modals article .texts h2 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: white;
  display: inline;
  padding: 0 0 0 6px;
  font-size: 32px;
  line-height: 58px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  #modals article .texts h2 {
    display: none;
  }
}
#modals article .texts .qa {
  width: 100%;
  padding: 23px 0;
  border-bottom: 1px solid #AAB4C6;
}
#modals article .texts .qa:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  #modals article .texts .qa {
    padding: 14px 0;
  }
}
#modals article .texts .qa h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.44px;
  color: white;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  #modals article .texts .qa h3 {
    font-size: 19px;
    line-height: 35px;
    letter-spacing: 0.38px;
    align-items: flex-start;
    gap: 6px;
  }
}
#modals article .texts .qa h3::before {
  display: inline-block;
  content: "Q1";
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 1;
  color: white;
  margin: 3px 0 0;
}
@media screen and (max-width: 768px) {
  #modals article .texts .qa h3::before {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.36px;
    margin: 2px 0 0;
  }
}
#modals article .texts .qa:nth-child(3) h3::before {
  content: "Q2";
}
#modals article .texts .qa:nth-child(4) h3::before {
  content: "Q3";
}
#modals article .texts .qa:nth-child(5) h3::before {
  content: "Q4";
}
#modals article .texts .qa p {
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.32px;
  color: white;
}

/*# sourceMappingURL=people.css.map */
