@charset "UTF-8";

/* main colors */
/*トップページのスタイル*/
.mv {
  padding: 98px 20px 0;
}

@media (min-width: 920px) {
  .mv {
    padding: 40px 40px 0 0;
    margin-bottom: 368px;
    position: relative;
  }
}

.mv .scroll {
  display: none;
}

@media (min-width: 920px) {
  .mv .scroll {
    position: absolute;
    left: 56px;
    top: 91.468746vh;
    writing-mode: vertical-rl;
    display: block;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 7.5s;
  }
}

.mv .scroll span {
  font-size: 12px;
}

.mv .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  left: -28px;
  content: "";
  height: 102px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.mv_inr {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (min-width: 920px) {
  .mv_inr {
    flex-direction: row;
    justify-content: center;
    align-items: unset;
  }
}

.mv .mv_contents_slider_wrapper {
  position: relative;
  overflow: hidden;
  order: 3;
  margin-bottom: 60px;
}

@media (min-width: 920px) {
  .mv .mv_contents_slider_wrapper {
    position: sticky;
    top: 40px;
    width: 55.2662037037vw;
    height: calc(100vh - 80px);
    overflow: hidden;
    aspect-ratio: 956/1037;
    order: unset;
    margin-bottom: 0;
  }
}

.mv .mv_contents_slider_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  transform: translateX(0);
  animation: slideReveal 1s ease-out forwards;
  z-index: 20;
  animation-delay: 7.5s;
  pointer-events: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideReveal {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.mv .mv_contents_slider_inner {
  position: relative;
  z-index: 10;
  height: 100%;
}

.mv_contents {
  display: contents;
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 5.5s;
}

@media (min-width: 920px) {
  .mv_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9.0565657vh;
    margin: 0 auto;
  }
}

@media (min-width: 920px) {
  .mv_contents_slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 956/1037;
    order: unset;
  }
}

.mv_contents_slider .swiper {
  width: 100%;
  height: 100%;
}

.mv_contents_slider .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}

.mv_contents_slider .swiper-slide {
  height: 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_contents_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.075);
  transition: transform 0.3s ease;
  will-change: transform;
}

@keyframes slidePan {
  0% {
    transform: scale(1.075) translateX(-5%);
  }

  100% {
    transform: scale(1.075) translateX(0);
  }
}

.mv_contents_slider .swiper-slide-active img.pan-animate {
  animation: slidePan var(--pan-duration, 8000ms) linear forwards;
}

.mv_contents_slider .swiper-pagination {
  position: absolute;
  bottom: 22px;
  left: 16px;
  display: flex;
  z-index: 10;
}

.mv_contents_slider .swiper-pagination-bullet {
  position: relative;
  width: 58px;
  height: 2px;
  background: #fff;
  overflow: hidden;
  opacity: 1;
  border-radius: 0 !important;
}

.mv_contents_slider .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
}

.mv_contents_slider .swiper-pagination-bullet.is-animating::before {
  animation: progressBar var(--bar-duration, 6500ms) linear forwards;
}

@keyframes progressBar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.mv_contents_catch {
  margin-bottom: 46px;
  order: 1;
}

@media (min-width: 920px) {
  .mv_contents_catch {
    order: unset;
    margin-bottom: 6.6189624329vh;
    width: 7.0661896243vh;
  }
}

.mv_contents_catch img {
  width: 100%;
}

.mv_contents_logo {
  margin-bottom: 47px;
  order: 2;
}

@media (min-width: 920px) {
  .mv_contents_logo {
    order: unset;
    margin-bottom: 13.5062611807vh;
    width: 21.7352415027vh;
  }
}

.mv_contents_logo img {
  width: 100%;
}

.mv_contents_nav {
  display: none;
}

@media (min-width: 920px) {
  .mv_contents_nav {
    display: block;
    margin-bottom: 28.0025581395vh;
  }
}

.mv_contents_nav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 16.9946332737vh;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

@media (min-width: 920px) {
  .mv_contents_nav_btn {
    padding: 0.8944543828vh;
  }
}

.mv_contents_nav_btn_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (min-width: 920px) {
  .mv_contents_nav_btn_text {
    font-size: 1.3416815742vh;
  }
}

.mv_contents_nav_btn:hover {
  background-color: #000;
}

.mv_contents_nav_btn:hover .mv_contents_nav_btn_text {
  color: #fff;
}

.mv_contents_nav_list {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}

@media (min-width: 920px) {
  .mv_contents_nav_list {
    margin-bottom: 3.5778175313vh;
  }
}

.mv_contents_nav_list_item {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}

@media (min-width: 920px) {
  .mv_contents_nav_list_item {
    font-size: 1.4311270125vh;
  }
}

.mv_contents_nav_list_item::before {
  content: "";
  position: absolute;
  background-color: #a8a8a8;
  width: 1px;
  height: 13px;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.mv_contents_nav_list_item:last-child::before {
  display: none;
}

.section_text {
  margin-bottom: 98px;
  padding: 0 10px;
  order: 4;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

@media (min-width: 920px) {
  .section_text {
    max-width: 297px;
    order: unset;
    padding: 0;
    margin-bottom: 18.7890876565vh;
  }
}

.section_text.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section_text_catch {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 50px;
}

@media (min-width: 920px) {
  .section_text_catch {
    font-size: 20px;
    margin-bottom: 5.001003vh;
    line-height: clamp(28px, 3.578vh, 44px);
  }
}

.section_text_inr {
  font-size: 16px;
  line-height: 2.15;
}

@media (min-width: 920px) {
  .section_text_inr {
    line-height: clamp(24px, 3.077vh, 38px);
  }
}

.home_service_body {
  margin-bottom: 50px;
}

@media (min-width: 920px) {
  .home_service_body {
    margin-bottom: 150px;
  }
}

.home_service_body_item {
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
}

.home_service_body_item:first-child {
  border-top: 1px solid #cfcfcf;
}

.home_service_body_item_inr {
  max-width: 1422px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 920px) {
  .home_service_body_item_inr {
    flex-direction: row;
    gap: min(5.9606481481vw, 103px);
    padding: 0 40px;
  }
}

.home_service_body_item_title {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
}

@media (min-width: 920px) {
  .home_service_body_item_title {
    margin-bottom: min(1.8518518519vw, 32px);
    font-size: min(2vw, 24px);
  }
}

.home_service_body_item_title span {
  font-family: "EB Garamond", serif;
}

.home_service_body_item_img {
  width: 100%;
}

@media (min-width: 920px) {
  .home_service_body_item_img {
    width: 614px;
  }
}

.home_service_body_item_img img {
  width: 100%;
}

.home_service_body_item_text {
  padding: 32px 30px 60px;
}

@media (min-width: 920px) {
  .home_service_body_item_text {
    width: min(44.6428571429vw, 625px);
    padding: 0;
  }
}

.home_service_body_item_text_inr {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

@media (min-width: 920px) {
  .home_service_body_item_text_inr {
    margin-bottom: min(2.3148148148vw, 40px);
    font-size: min(1.3333333333vw, 16px);
  }
}

.home_service_body_item_text .circle_btn {
  margin: 0 auto;
}

@media (min-width: 920px) {
  .home_service_body_item_text .circle_btn {
    margin: 0 0 0 auto;
  }
}

.home_service_slider .swiper-wrapper {
  transition-timing-function: linear;
}

.home_service_slider .swiper-slide {
  width: 901px;
}

@media (min-width: 920px) {
  .home_service_slider .swiper-slide {
    width: max-content;
  }
}

.home_work {
  padding: 64px 0 52px;
  background-image: url(../img/home/work_background.jpg);
  background-image: image-set(url(../img/home/work_background.jpg) 1x, url(../img/home/work_background@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/home/work_background.jpg) 1x, url(../img/home/work_background@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 920px) {
  .home_work {
    padding: 134px 0 104px;
  }
}

.home_work .section_title_en,
.home_work .section_title_ja {
  color: #fff;
}

.home_work_body {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 50px;
}

@media (min-width: 920px) {
  .home_work_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(4.7453703704vw, 82px);
    row-gap: 71px;
    margin-bottom: 90px;
  }
}

.home_work_body_item {
  display: inline-block;
}

.home_work_body_item_img {
  margin-bottom: 24px;
  overflow: hidden;
}

.home_work_body_item_img img {
  transition: transform 0.3s ease;
  width: 100%;
}

.home_work_body_item.hide-on-sp {
  display: none;
}

@media (min-width: 920px) {
  .home_work_body_item.hide-on-sp {
    display: block;
  }
}

.home_work_body_item_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1;
}

.home_work_body_item_info .category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.home_work_body_item_info .category_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 999px;
  line-height: 1;
  width: fit-content;
  min-width: 106px;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 920px) {
  .home_work_body_item_info .category_tag {
    font-size: 15px;
    min-width: 116px;
  }
}

.home_work_body_item_info .area {
  font-size: 16px;
  color: #fff;
}

.home_work_body_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8px;
}

.home_work_body_item_bottom .title {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  width: 86%;
}

@media (min-width: 920px) {
  .home_work_body_item_bottom .title {
    font-size: min(1.8333333333vw, 22px);
  }
}

.home_work_body_item_bottom .arrow {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #fff;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: transform 0.3s ease;
}

.home_work_body_item:hover .arrow {
  transform: translateX(8px);
}

.home_work_body_item:hover .home_work_body_item_img img {
  transform: scale(1.1);
}

.home_work .circle_btn {
  margin: 0 auto;
  border: 1px solid #fff;
}

.home_work .circle_btn_text {
  color: #fff;
}

.home_work .circle_btn_arrow {
  background-color: #fff;
}

.home_work .circle_btn:hover {
  background-color: #fff;
}

.home_work .circle_btn:hover .circle_btn_text {
  color: #000;
}

.home_work .circle_btn:hover .circle_btn_arrow {
  background-color: #000;
}

.parallaxArea {
  overflow: hidden;
  width: 100%;
  height: min(73.0279898219vw, 600px);
}

@media (min-width: 920px) {
  .parallaxArea {
    height: min(35.9375vw, 601px);
  }
}

.parallaxArea img {
  width: 100%;
}

.home_news {
  padding: 66px 0 71px;
}

@media (min-width: 920px) {
  .home_news {
    padding: 136px 0 137px;
  }
}

.home_news .section_title {
  margin-bottom: 28px;
}

.home_news .no_post {
  font-size: 18px;
  color: #fff;
}

.home_news_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 920px) {
  .home_news_body {
    flex-direction: row;
    gap: 40px;
  }
}

.home_news_list {
  width: 100%;
}

@media (min-width: 920px) {
  .home_news_list {
    width: min(66.8666666667vw, 1003px);
  }
}

.home_news_link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0;
  text-decoration: none;
}

@media (min-width: 920px) {
  .home_news_link {
    padding: 24px 20px 24px 0;
    align-items: center;
  }
}

.home_news_link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}

.home_news_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: 1;
}

.home_news_link:hover::after {
  transform: scaleX(1);
}

.home_news_link:hover .arrow {
  transform: translateX(12px);
}

.home_news_link_meta {
  display: flex;
  flex-direction: column;
  width: 76%;
}

@media (min-width: 920px) {
  .home_news_link_meta {
    flex-direction: row;
    gap: 40px;
    width: auto;
  }
}

.home_news_link_meta .date {
  font-size: 14px;
  color: #676767;
  margin-bottom: 3px;
}

@media (min-width: 920px) {
  .home_news_link_meta .date {
    margin-bottom: 0;
  }
}

.home_news_link_meta .title {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 920px) {
  .home_news_link_meta .title {
    line-height: 2;
  }
}

.home_news_link .arrow {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #000;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: transform 0.3s ease;
}

#loading {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
  pointer-events: none;
}

#loading.is_hidden {
  opacity: 0;
}

#loading .loading_inner {
  opacity: 0;
  transition: opacity 1s ease;
}

#loading .loading_inner.visible {
  opacity: 1;
}

#loading .loading_logo {
  height: auto;
  transition: opacity 1s ease;
  max-width: 200px;
}

@media (min-width: 920px) {
  #loading .loading_logo {
    max-width: 347px;
  }
}

#loading .loading_logo.fadeout {
  opacity: 0;
}

html.no-loader #loading {
  display: none !important;
}

html.no-loader .mv .scroll {
  opacity: 1 !important;
  animation: none !important;
  animation-delay: 0s !important;
}

html.no-loader .mv_contents {
  opacity: 1 !important;
  animation: none !important;
  animation-delay: 0s !important;
}

html.no-loader .mv .mv_contents_slider_wrapper::before {
  display: none !important;
  animation: none !important;
  animation-delay: 0s !important;
  transform: translateX(100%) !important;
}




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