@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);
  }
}
section:not(#mv, #people, #project) {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section:not(#mv, #people, #project) {
    width: 92.3%;
    max-width: unset;
  }
}

.index_section_title {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 52px;
  line-height: 66px;
  letter-spacing: 1.04px;
}
@media screen and (max-width: 768px) {
  .index_section_title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.6px;
  }
}
.index_section_title span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .index_section_title span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.26px;
  }
}

section#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section#mv .mv_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#mv .mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#mv .mv_inner {
  width: 100%;
  padding: 156px 0 15px;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner {
    padding: 147px 0 64px;
  }
}
section#mv .mv_inner .mv_photos_slider {
  width: 100%;
  display: flex;
  gap: 3.2vw;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_photos_slider {
    gap: 9.74vw;
  }
}
section#mv .mv_inner .mv_photos {
  width: 165%;
  flex-shrink: 0;
  animation: mv_photos_loop 30s infinite linear;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_photos {
    width: 471.3%;
    animation: mv_photos_loop_sp 30s infinite linear;
  }
}
section#mv .mv_inner .mv_typo {
  display: flex;
  gap: 48px;
  margin: -16% 0 0;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_typo {
    margin: -31% 0 0;
  }
}
section#mv .mv_inner .mv_typo p {
  font-family: "Hanken Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14vw;
  mix-blend-mode: overlay;
  flex-shrink: 0;
  color: black;
  animation: mv_typo_loop 50s infinite linear;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_typo p {
    font-size: 112px;
  }
}
section#mv .mv_inner .mv_copy {
  width: 84%;
  max-width: 1200px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_copy {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 18px;
  }
}
section#mv .mv_inner .mv_copy p {
  font-size: 60px;
  line-height: 1.67;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  section#mv .mv_inner .mv_copy p {
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 3px;
  }
}

section#about {
  padding: 130px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#about {
    padding: 70px 0 0;
    flex-flow: column;
    justify-content: flex-start;
    gap: 92px;
  }
}
section#about .about_texts_wrapper {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#about .about_texts_wrapper {
    width: 100%;
  }
}
section#about .about_texts_wrapper h2 {
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: 0.72px;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  section#about .about_texts_wrapper h2 {
    margin: 0;
  }
}
section#about .about_texts_wrapper p {
  width: 100%;
  font-weight: 400;
  line-height: 2.56;
  letter-spacing: 1.6px;
  margin: 33px 0 43px;
}
@media screen and (max-width: 768px) {
  section#about .about_texts_wrapper p {
    margin: 43px 0;
  }
}
section#about .about_images_wrapper {
  width: 45%;
  max-width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  section#about .about_images_wrapper {
    width: 100%;
    max-width: unset;
  }
}
section#about .about_images_wrapper picture {
  position: relative;
  width: 67.4%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#about .about_images_wrapper picture {
    width: 71%;
  }
}
section#about .about_images_wrapper picture:last-child {
  margin: -29% 0 0 33%;
}
@media screen and (max-width: 768px) {
  section#about .about_images_wrapper picture:last-child {
    width: 39.4%;
    margin: -31% 0 0 56%;
  }
}

section#service {
  padding: 290px 0 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section#service {
    padding: 137px 0 160px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
section#service picture {
  width: 52.6%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#service picture {
    width: 100%;
  }
}
section#service .service_texts_wrapper {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#service .service_texts_wrapper {
    width: 100%;
    margin: 0 0 80px;
  }
}
section#service .service_texts_wrapper p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  margin: 56px 0;
}
@media screen and (max-width: 768px) {
  section#service .service_texts_wrapper p {
    margin: 42px 0;
  }
}

section#project {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(100svh - 128px);
  z-index: 3;
  background-color: white;
}
@media screen and (max-width: 768px) {
  section#project {
    height: 100svh;
  }
}
section#project .project_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#project .project_bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
section#project .project_bg picture.current {
  opacity: 1;
  visibility: visible;
}
section#project .project_bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section#project .project_bg .project_bg_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(48, 62, 72, 0.72);
  backdrop-filter: blur(20px);
}
section#project h2 {
  position: absolute;
  top: 25svh;
  left: 12%;
  z-index: 3;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 73.6px;
  line-height: 93px;
  letter-spacing: 1.472px;
  color: white;
}
@media screen and (max-width: 768px) {
  section#project h2 {
    top: 36px;
    left: 14px;
    font-size: 38.8px;
    letter-spacing: 0.7px;
  }
}
section#project .project_contents {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 12vw;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#project .project_contents {
    width: 92.3%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section#project .project_contents .swiper-button-prev,
  section#project .project_contents .swiper-button-next {
    top: unset;
    bottom: 26px;
  }
}
section#project .project_contents .swiper-button-prev::after,
section#project .project_contents .swiper-button-next::after {
  color: white;
}
section#project .project_contents .swiper-button-prev {
  left: 6vw;
}
section#project .project_contents .swiper-button-next {
  right: 6vw;
}
section#project .project_contents_slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section#project .project_contents_slider::-webkit-scrollbar {
  display: none;
}
section#project .project_contents_slider article {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#project .project_contents_slider article {
    flex-flow: column;
    justify-content: flex-start;
    gap: 41px;
    margin: 260px auto 0;
  }
}
section#project .project_contents_slider article h3 {
  font-size: 28px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 2.8px;
  color: white;
}
@media screen and (max-width: 768px) {
  section#project .project_contents_slider article h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
section#project .project_contents_slider article h3 span {
  display: block;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 2px;
  color: white;
}
@media screen and (max-width: 768px) {
  section#project .project_contents_slider article h3 span {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin: 0 0 7px;
  }
}
section#project .project_contents_slider article picture {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#project .project_contents_slider article picture {
    width: 68%;
    max-height: 280px;
    margin: 56px 0 0;
  }
  section#project .project_contents_slider article picture img {
    height: 100%;
    object-position: top;
  }
}
section#project .project_contents_slider article#project_content_2 picture {
  margin: 36px 0 0;
}
section#project .project_contents_slider article .common_link_btn {
  position: absolute;
  bottom: 20%;
  left: 33%;
}
@media screen and (max-width: 768px) {
  section#project .project_contents_slider article .common_link_btn {
    bottom: unset;
    left: unset;
    top: 100px;
    right: 3.85%;
  }
}
section#project .project_contents_slider article .common_link_btn .circle {
  background-color: white;
}
section#project .project_contents_slider article .common_link_btn .circle svg path {
  fill: #474747;
  stroke: #474747;
}
section#project .project_contents_slider article .common_link_btn .circle::after {
  background-color: #474747;
}
section#project .project_contents_slider article .common_link_btn:hover .circle svg path {
  fill: white;
  stroke: white;
}
section#project .project_contents_slider article .common_link_btn .text {
  color: white;
}
section#project .project_pagination {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section#project .project_pagination {
    bottom: 42px;
  }
}
section#project .project_pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(71, 71, 71, 0.72);
  transition: 0.5s;
}
section#project .project_pagination span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.56);
}

section#people {
  position: relative;
  width: 100%;
  padding: 180px 0 0 8%;
}
@media screen and (max-width: 768px) {
  section#people {
    padding: 160px 0 0 3.85%;
  }
}
section#people .people_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#people .people_title .people_scrollbar {
  position: relative;
  width: 24.5%;
  margin: 0 16% 0 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section#people .people_title .people_scrollbar {
    position: absolute;
    left: 3.85%;
    bottom: 80px;
    width: 60%;
    margin: 0;
  }
}
section#people .people_swiper {
  width: 100%;
  margin: 70px 0 0;
  padding: 0 8vw 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section#people .people_swiper {
    margin: 42px 0 0;
    padding: 0 3vw 0 0;
  }
}
section#people .people_swiper .swiper-wrapper {
  width: 100%;
  height: fit-content;
}
section#people .people_swiper .swiper-wrapper .swiper-slide {
  width: 30%;
  height: fit-content;
  user-select: none;
}
@media screen and (max-width: 768px) {
  section#people .people_swiper .swiper-wrapper .swiper-slide {
    width: 84%;
  }
}
section#people .people_swiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
}
section#people .people_swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.05px;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  section#people .people_swiper .swiper-wrapper .swiper-slide h3 {
    font-weight: 500;
  }
}
section#people .people_swiper .swiper-wrapper .swiper-slide p {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  color: #A1A9B7;
  letter-spacing: 1.5px;
  margin: 12px 0 0;
}
section#people .people_swiper .swiper-wrapper .swiper-slide p b,
section#people .people_swiper .swiper-wrapper .swiper-slide p span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #A1A9B7;
  letter-spacing: 0.75px;
}
section#people .people_swiper .swiper-wrapper .swiper-slide p b {
  padding: 6px 7px;
  border: 0.5px solid #A1A9B7;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 768px) {
  section#people .people_swiper .swiper-wrapper .swiper-slide p b {
    display: block;
    width: fit-content;
    margin: 0 0 14px;
  }
}
section#people .common_link_btn {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  section#people .common_link_btn {
    margin: 84px 0 0;
  }
}

section#talk {
  position: relative;
  padding: 300px 0;
  display: flex;
  flex-flow: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  section#talk {
    padding: 224px 0 160px;
    gap: 94px;
  }
}
section#talk .talk_typo {
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: flex;
  gap: 48px;
  margin: -11% 0 0;
}
@media screen and (max-width: 768px) {
  section#talk .talk_typo {
    margin: -20% 0 0;
  }
}
section#talk .talk_typo p {
  font-family: "Hanken Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(103px, 14vw, 195px);
  mix-blend-mode: overlay;
  flex-shrink: 0;
  color: black;
  animation: mv_typo_loop 14s infinite linear;
}
section#talk article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section#talk article {
    flex-flow: column;
    justify-content: space-between;
  }
}
section#talk article:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  section#talk article:nth-child(even) {
    flex-flow: column;
  }
}
section#talk article picture {
  width: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#talk article picture {
    width: 100%;
  }
}
section#talk article .talk_contents {
  width: 38%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#talk article .talk_contents {
    width: 100%;
  }
}
section#talk article .talk_contents h2 {
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 768px) {
  section#talk article .talk_contents h2 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.4px;
  }
}
section#talk article .talk_contents h2 span {
  display: block;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  section#talk article .talk_contents h2 span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.98px;
  }
}
section#talk article .talk_contents p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  section#talk article .talk_contents p {
    margin: 30px 0 26px;
  }
}

.culture_news_wrapper {
  width: 100%;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.44), white);
}

section#culture {
  padding: 132px 0 0;
}
@media screen and (max-width: 768px) {
  section#culture {
    padding: 56px 0;
  }
}
section#culture .culture_contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  section#culture .culture_contents {
    flex-flow: column;
    margin: 42px 0 0;
    gap: 40px;
  }
}
section#culture .culture_contents a {
  width: 28.6%;
}
@media screen and (max-width: 768px) {
  section#culture .culture_contents a {
    width: 100%;
  }
}
section#culture .culture_contents a article {
  width: 100%;
}
section#culture .culture_contents a article picture {
  width: 100%;
}
section#culture .culture_contents a article div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 28px 0 0;
  padding: 0 0 13px;
  border-bottom: 1px solid #AAB4C6;
}
section#culture .culture_contents a article div h3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
}
section#culture .culture_contents a article div .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #474747;
  overflow: hidden;
}
section#culture .culture_contents a article div .circle::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  transform-origin: center;
  background-color: white;
  z-index: 1;
  transition: 0.5s ease-out;
}
section#culture .culture_contents a article div .circle svg {
  position: relative;
  z-index: 2;
}
section#culture .culture_contents a article div .circle svg path {
  transition: 0.5s;
}
section#culture .culture_contents a:hover .circle::after {
  width: 24px;
  height: 24px;
}
section#culture .culture_contents a:hover .circle svg {
  animation: link_btn_arrow 0.5s forwards ease-out;
}
section#culture .culture_contents a:hover .circle svg path {
  fill: #474747;
  stroke: #474747;
}
section#culture .culture_docs {
  width: 100%;
  margin: 136px 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 66px;
}
@media screen and (max-width: 768px) {
  section#culture .culture_docs {
    gap: 42px;
  }
  section#culture .culture_docs iframe {
    width: 100% !important;
  }
}
section#culture .culture_docs h3 {
  width: 100%;
  padding: 0 0 17px;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 2.38px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  section#culture .culture_docs h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.26px;
    padding: 0 0 10px;
    gap: 12px;
  }
}
section#culture .culture_docs h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #AAB4C6;
  border-radius: 50%;
}

section#news {
  padding: 136px 0 132px;
}
@media screen and (max-width: 768px) {
  section#news {
    position: relative;
    padding: 80px 0 250px;
  }
}
section#news .title_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section#news .title_link .common_link_btn {
    position: absolute;
    bottom: 173px;
    left: 0;
  }
}
section#news .news_wrapper {
  width: 100%;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  section#news .news_wrapper {
    margin: 42px 0 0;
  }
}
section#news .news_wrapper a {
  width: 100%;
  display: block;
  padding: 52px 0;
  border-top: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  section#news .news_wrapper a {
    padding: 20px 0;
  }
}
section#news .news_wrapper a:last-child {
  border-bottom: 1px solid #AAB4C6;
}
section#news .news_wrapper article {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  section#news .news_wrapper article {
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
  }
}
section#news .news_wrapper article time {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #7F8899;
}
@media screen and (max-width: 768px) {
  section#news .news_wrapper article time {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
section#news .news_wrapper article p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  section#news .news_wrapper article p {
    font-size: 16px;
    font-weight: 400;
  }
}

section#recruit {
  position: relative;
  padding: 0 3% 0 6%;
  margin: 106px auto 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 14px;
}
@media screen and (max-width: 1280px) {
  section#recruit {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  section#recruit {
    width: 100%;
    padding: 40px 0 0;
    margin: 106px 0 0;
    flex-flow: column;
    justify-content: flex-start;
  }
}
section#recruit .recruit_texts {
  flex-shrink: 0;
}
section#recruit .recruit_texts h2 {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 76px;
  line-height: 78px;
  letter-spacing: 1.525px;
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_texts h2 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 1.285px;
    margin: 0 0 32px;
  }
}
section#recruit .recruit_texts p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.26px;
  margin: 0 0 47px;
}
section#recruit .recruit_texts .recruit_links {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_texts .recruit_links {
    flex-flow: column;
    align-items: center;
  }
}
section#recruit .recruit_texts .recruit_links a {
  width: 167px;
  height: 50px;
  padding: 0 26px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: white;
  background-color: #474747;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_texts .recruit_links a {
    width: 270px;
    height: 57px;
    padding: 0 57.5px 0 63.5px;
  }
}
section#recruit .recruit_photos {
  width: 48%;
  aspect-ratio: 1/1.279;
  min-width: 455px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  section#recruit .recruit_photos {
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_photos {
    width: 100%;
    aspect-ratio: unset;
    margin: 62px 0 0;
    flex-flow: column;
    gap: 20px;
  }
}
section#recruit .recruit_photos .recruit_photos_left,
section#recruit .recruit_photos .recruit_photos_right {
  display: block;
  width: 45.86%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_photos .recruit_photos_left,
  section#recruit .recruit_photos .recruit_photos_right {
    width: 212.82%;
    display: flex;
  }
}
section#recruit .recruit_photos .recruit_photos_left picture,
section#recruit .recruit_photos .recruit_photos_right picture {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_photos .recruit_photos_left picture,
  section#recruit .recruit_photos .recruit_photos_right picture {
    width: 100%;
    flex-shrink: 0;
  }
}
section#recruit .recruit_photos .recruit_photos_left picture {
  animation: recruit_photos_loop_up 20s infinite linear;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_photos .recruit_photos_left picture {
    animation: recruit_photos_sp_loop_left 20s infinite linear;
  }
}
section#recruit .recruit_photos .recruit_photos_right picture {
  animation: recruit_photos_loop_down 20s infinite linear;
}
@media screen and (max-width: 768px) {
  section#recruit .recruit_photos .recruit_photos_right picture {
    animation: recruit_photos_sp_loop_right 20s infinite linear;
  }
}

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