@charset "UTF-8";
/* main colors */
.mv-shell {
  position: relative;
}

.mv {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv.is-fixed {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  z-index: -1;
}
.mv_movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mv_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mv_logo {
  --scale: 0.5;
  width: 90.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--scale));
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 920px) {
  .mv_logo {
    width: 86.1428571429vw;
  }
}
.mv_logo_main {
  width: 100%;
}
.mv_logo_main img {
  width: 100%;
  display: block;
}

.home_introduction {
  padding: 181px 0 35.1282051282vw;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 920px) {
  .home_introduction {
    padding: 201px 0 22.3611111111vw;
    border-radius: 80px 80px 0 0;
  }
}
.home_introduction::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 360px;
  width: 100.5128205128vw;
  height: 74.8717948718vw;
  background-image: url("../img/home/home_introduction_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 920px) {
  .home_introduction::before {
    top: 0;
    width: min(87.7083333333vw, 1263px);
    height: min(60.5555555556vw, 872px);
  }
}
.home_introduction_body {
  position: relative;
  z-index: 1;
  margin-bottom: 79px;
}
@media (min-width: 920px) {
  .home_introduction_body {
    margin-bottom: 119px;
  }
}
.home_introduction_title {
  margin-bottom: 42px;
  text-align: center;
}
@media (min-width: 920px) {
  .home_introduction_title {
    margin-bottom: 94px;
  }
}
.home_introduction_text {
  font-size: min(6.4vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 42px;
}
@media (min-width: 920px) {
  .home_introduction_text {
    font-size: 32px;
    margin-bottom: 82px;
  }
}
.home_introduction_text .underline {
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: #48b4dd;
  text-underline-offset: -8px;
  text-decoration-skip-ink: none;
}
.home_introduction_nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_introduction_nav {
    flex-direction: row;
  }
}
.home_introduction_nav_item {
  flex: 1;
}
.home_introduction_nav_item_mission {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 920px) {
  .home_introduction_nav_item_mission {
    padding-right: 80px;
    border-right: 1px solid #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 920px) {
  .home_introduction_nav_item_value {
    padding-left: 80px;
  }
}
.home_introduction_nav_item_top {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 42px;
  font-family: "Syne", sans-serif;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_introduction_nav_item_top {
    font-size: 32px;
  }
}
.home_introduction_nav_item_text {
  font-size: 16px;
  margin-bottom: 38px;
}
.home_introduction_nav_item .text_btn {
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_introduction_nav_item .text_btn {
    margin: 0 0 0 auto;
  }
}

.home_service {
  position: relative;
  background-color: #f7f7f7;
  overflow-x: clip;
  padding-top: 82px;
  padding-bottom: 80px;
}
@media (min-width: 920px) {
  .home_service {
    padding-bottom: 8.3333333333vw;
    padding-top: 0;
  }
}
.home_service::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -20vw;
  width: 100.6944444444vw;
  height: 20vw;
  background-image: image-set(url("../img/home/service_top.png") 1x, url("../img/home/service_top@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.home_service_top {
  display: flex;
  gap: 62px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_service_top {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.home_service_top_text {
  font-size: 16px;
}
@media (min-width: 920px) {
  .home_service_top_text {
    width: min(43.5483870968vw, 540px);
  }
}
.home_service_item {
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
  contain: paint;
}
.home_service_item .label {
  position: absolute;
  top: 0;
}
.home_service_item .label-01 {
  left: 20px;
}
@media (min-width: 920px) {
  .home_service_item .label-01 {
    left: 40px;
  }
}
.home_service_item .label-02 {
  left: 20px;
}
@media (min-width: 920px) {
  .home_service_item .label-02 {
    left: 228px;
  }
}
.home_service_item .label-03 {
  left: 20px;
}
@media (min-width: 920px) {
  .home_service_item .label-03 {
    left: 416px;
  }
}
.home_service_item .label-04 {
  left: 20px;
}
@media (min-width: 920px) {
  .home_service_item .label-04 {
    left: 604px;
  }
}
.home_service_item .label-05 {
  left: 20px;
}
@media (min-width: 920px) {
  .home_service_item .label-05 {
    left: 792px;
  }
}
.home_service_item .label_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 69px;
  width: max-content;
}
.home_service_item .label_text .num {
  font-size: 13px;
  font-weight: 500;
  color: #008cc1;
  position: relative;
  font-family: "Syne", sans-serif;
}
.home_service_item .label_text .num::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -56px;
  width: 43px;
  height: 1px;
  background-color: #008cc1;
}
.home_service_item .label_text .text {
  font-size: 13px;
  font-weight: 500;
  color: #008cc1;
  font-family: "Syne", sans-serif;
}
.home_service_item_body {
  background-color: #fff;
  border-radius: 20px;
  padding: min(20px, 5.1282051282vw);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: min(520px, 133.3333333333vw);
}
@media (min-width: 920px) {
  .home_service_item_body {
    flex-direction: row;
    justify-content: space-between;
    padding: 5.5555555556vw;
    min-height: 0;
    gap: 40px;
  }
}
.home_service_item_body_img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_service_item_body_img {
    width: 37.5vw;
    border-radius: 16px;
    max-width: none;
    margin: 0;
  }
}
.home_service_item_body_img img {
  width: 100%;
}
.home_service_item_body_text {
  position: relative;
  padding-bottom: min(52px, 13.3333333333vw);
}
@media (min-width: 920px) {
  .home_service_item_body_text {
    width: 26.9444444444vw;
    padding-bottom: 40px;
  }
}
.home_service_item_body_text_top {
  font-size: min(22px, 5.641025641vw);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .home_service_item_body_text_top {
    font-size: 2.2222222222vw;
    margin-bottom: 0.9722222222vw;
  }
}
.home_service_item_body_text_inr {
  font-size: min(16px, 4.1025641026vw);
  text-align: justify;
}
@media (min-width: 920px) {
  .home_service_item_body_text_inr {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 919px) {
  .home_service_item_body_text_inr {
    line-height: 1.5;
  }
}
.home_service_item_body_text .text_btn {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: max-content;
}
@media (min-width: 920px) {
  .home_service_item_body_text .text_btn {
    right: 0;
    transform: none;
    width: fit-content;
  }
}
.home_service_item_body_text .text_btn span {
  font-size: min(20px, 5.1282051282vw);
}
@media (min-width: 920px) {
  .home_service_item_body_text .text_btn span {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 920px) {
  .home_service_item_body_text .text_btn .circle {
    width: 2.1527777778vw;
    height: 2.1527777778vw;
  }
}
@media (min-width: 920px) {
  .home_service_item_body_text .text_btn .circle .arrow {
    width: 0.6944444444vw;
    height: 0.4861111111vw;
  }
}

.home_service_section {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 920px) {
  .home_service_section {
    width: 80.5555555556vw;
    margin: 0 auto;
  }
}
@media (max-width: 919px) {
  .home_service_section .btn {
    margin: 40px auto 0;
  }
}

.home_service_items {
  position: relative;
}
.home_service_items .home_service_item_wrap {
  height: 100svh;
  position: sticky;
  top: 0;
}

.home_service_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 80px;
  transform: translate(-50%, calc(-50% + 70px)) translateY(calc(100% + 140px));
}

.home_service_item:first-child {
  transform: translate(-50%, calc(-50% + 70px));
}

.home_works {
  padding: 80px 0 100px;
  background-image: url(../img/home/works_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow-x: clip;
  position: relative;
}
@media (min-width: 920px) {
  .home_works {
    padding: 8.3333333333vw 0 200px;
  }
}
.home_works .section_title_en {
  color: #fff;
}
.home_works .section_title_ja {
  color: #fff;
}
.home_works .section_title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/title_icon_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home_works_body {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100vw;
  overflow-x: auto;
  gap: 40px;
}
.home_works_body_item {
  width: 230px;
  flex-shrink: 0;
}
@media (min-width: 920px) {
  .home_works_body_item {
    width: max(540px, 37.5vw);
  }
}
.home_works_body_item:nth-child(even) {
  padding-top: 80px;
}
.home_works_body_item.space {
  padding-top: 40px;
}
@media (min-width: 920px) {
  .home_works_body_item.space {
    padding-top: 80px;
  }
}
.home_works_body_item_thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  width: max(230px, 58.9743589744vw);
  height: max(153px, 39.2307692308vw);
}
@media (min-width: 920px) {
  .home_works_body_item_thumb {
    border-radius: 20px;
    width: max(540px, 37.5vw);
    height: max(360px, 25vw);
  }
}
.home_works_body_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home_works_body_item_text {
  font-size: max(15px, 3.8461538462vw);
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .home_works_body_item_text {
    font-size: max(18px, 1.25vw);
  }
}
.home_works_body_item .category {
  width: max(77px, 5.3472222222vw);
  height: max(29px, 2.0138888889vw);
  border-radius: 4px;
  background-color: #008cc1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.home_works_body_item .category_text {
  color: #fff;
  font-size: max(13px, 0.9027777778vw);
  font-weight: 700;
}
.home_works_body_item .category_group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .home_works_body_item:hover .home_works_body_item_thumb img {
    transform: scale(1.05);
  }
}

.home_talent {
  padding: 38px 0 0;
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}
.home_talent .section_title {
  margin-bottom: 64px;
}
@media (min-width: 920px) {
  .home_talent .section_title {
    margin-bottom: 84px;
  }
}
.home_talent::before {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
}
@media (min-width: 920px) {
  .home_talent::before {
    border-radius: 80px 80px 0 0;
    height: 80px;
    top: -80px;
  }
}
.home_talent_item {
  padding: 40px 20px 34px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_talent_item {
    flex-direction: row;
    padding: min(5.3333333333vw, 64px);
    margin-bottom: 40px;
  }
}
.home_talent_item:last-of-type {
  margin-bottom: 66px;
}
@media (min-width: 920px) {
  .home_talent_item:last-of-type {
    margin-bottom: 80px;
  }
}
.home_talent_item_info {
  flex: 1;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_talent_item_info {
    flex-direction: row;
    padding-right: min(4.5714285714vw, 64px);
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: min(3.3333333333vw, 40px);
  }
}
.home_talent_item_info_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_talent_item_info_img {
    width: min(18.8679245283vw, 200px);
    height: min(18.8679245283vw, 200px);
  }
}
.home_talent_item_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home_talent_item_info_text .sns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 920px) {
  .home_talent_item_info_text .sns {
    justify-content: unset;
    gap: 24px;
  }
}
.home_talent_item_info_text .sns_item {
  transition: opacity 0.3s ease;
}
@media (max-width: 919px) {
  .home_talent_item_info_text .sns_item:nth-child(1) {
    width: 32px;
  }
}
@media (max-width: 919px) {
  .home_talent_item_info_text .sns_item:nth-child(2) {
    width: 31px;
  }
}
@media (max-width: 919px) {
  .home_talent_item_info_text .sns_item:nth-child(3) {
    width: 40px;
  }
}
.home_talent_item_info_text .sns_item img {
  width: 100%;
}
.home_talent_item_info_text .sns_item {
  transition: opacity 0.3s ease;
}
@media (min-width: 920px) {
  .home_talent_item_info_text .sns_item:hover {
    opacity: 0.5;
  }
}
.home_talent_item_info_text .name_ja {
  text-align: center;
  font-size: min(8.5333333333vw, 28px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .home_talent_item_info_text .name_ja {
    text-align: left;
    font-size: min(3.0188679245vw, 32px);
  }
}
.home_talent_item_info_text .name_en {
  text-align: center;
  font-size: min(6.4vw, 20px);
  font-weight: 500;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .home_talent_item_info_text .name_en {
    text-align: left;
    font-size: min(2.2641509434vw, 24px);
  }
}
.home_talent_item_text {
  flex: 1;
  position: relative;
  padding-bottom: 56px;
}
@media (min-width: 920px) {
  .home_talent_item_text {
    margin-left: min(4.5714285714vw, 64px);
    padding-bottom: 46px;
  }
}
.home_talent_item_text .text_btn {
  display: flex;
  width: fit-content;
  right: 0;
  position: absolute;
  bottom: 0;
  justify-content: center;
}
@media (min-width: 920px) {
  .home_talent_item_text .text_btn {
    justify-content: flex-end;
  }
}
.home_talent_item_text_inr {
  font-size: 16px;
}

/* 共通 */
.horizontal_scroll {
  --sticky-container-height: 100svh;
  height: var(--sticky-container-height);
  min-height: 100svh;
  box-sizing: border-box;
  position: relative;
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
}
@media (max-width: 919px) {
  .horizontal_scroll .sticky {
    top: 0;
    margin-top: -22svh;
  }
}

.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}

@media (max-width: 919px) {
  .horizontal_scroll .sticky .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

.horizontal_scroll .scroller.nobar {
  overflow-x: clip;
  padding-right: 20px;
}

.horizontal_scroll .scroller .home_works_body_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 12px;
  margin-right: 12px;
  width: max(230px, 58.9743589744vw);
}
@media (min-width: 920px) {
  .horizontal_scroll .scroller .home_works_body_item {
    border-radius: 20px;
    width: max(540px, 37.5vw);
    margin-left: max(40px, 2.7777777778vw);
  }
}

.horizontal_scroll .scroller .home_works_body_item:first-child {
  margin-left: 20px;
}
@media (min-width: 920px) {
  .horizontal_scroll .scroller .home_works_body_item:first-child {
    margin-left: 11.25vw;
  }
}

@media (min-width: 920px) {
  .horizontal_scroll .scroller .home_works_body_item:last-child {
    margin-right: 200px;
  }
}

.btn_sp {
  display: flex;
}
@media (min-width: 920px) {
  .btn_sp {
    display: none;
  }
}

.btn_pc {
  display: none;
}
@media (min-width: 920px) {
  .btn_pc {
    display: flex;
  }
}/*# sourceMappingURL=home.css.map */