@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top__content {
  padding: 56px 0;
}
@media print, screen and (min-width: 768px) {
  .top__content {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .top__content {
    padding: 144px 0;
  }
}

/* MV
----------------------------------------*/
#top__mv {
  position: relative;
  display: grid;
  place-items: center;
  height: calc(100svh - 56px);
  min-height: 512px;
  background: #999;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  #top__mv {
    display: block;
    height: 100svh;
  }
}
#top__mv .top__mv-movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top__mv .top__mv-catch-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(5.2vw, 32px);
  width: 26%;
  height: calc(100% - 64px);
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  #top__mv .top__mv-catch-container {
    position: unset;
  }
}
#top__mv .top__mv-fugen {
  width: 100%;
  max-width: 144px;
}
@media print, screen and (min-width: 960px) {
  #top__mv .top__mv-fugen {
    position: absolute;
    top: 176px;
    right: min(6.25vw, 120px);
    width: 15vw;
    max-width: 228px;
    z-index: 2;
  }
}
#top__mv .top__mv-catch {
  color: #ffffff;
  font-size: min(10.2vw, 56px);
  font-weight: 500;
  line-height: 1.4;
  cursor: vertical-text;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  #top__mv .top__mv-catch {
    position: absolute;
    top: 176px;
    left: min(6.25vw, 120px);
    bottom: unset;
    font-size: min(5vw, 8rem);
  }
}
#top__mv .top__mv-catch span {
  display: block;
}
#top__mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}

/* 土田造園について
----------------------------------------*/
.top__content.aboutUs {
  position: relative;
  z-index: 0;
}
.top__content.aboutUs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top__aboutUs-movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.top__aboutUs-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .top__aboutUs-container {
    flex-direction: row;
    gap: 0 min(120px, 6vw);
  }
}
@media print, screen and (min-width: 960px) {
  .top__aboutUs-container {
    align-items: center;
  }
}
.top__aboutUs-container .top__aboutUs-text {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top__aboutUs-container .top__aboutUs-text {
    order: 2;
    width: calc(62.9% - min(120px, 6vw));
    text-align: left;
  }
}
.top__aboutUs-container .top__aboutUs-text p {
  line-height: 2.2;
}
.top__aboutUs-container .top__aboutUs-img {
  max-width: 456px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top__aboutUs-container .top__aboutUs-img {
    order: 1;
    width: 37.1%;
    margin: 0;
  }
}
.top__aboutUs-container .top__aboutUs-img img {
  width: 100%;
}

.top__aboutUs-slide {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 680px;
  margin: 72px calc(50% - 50vw) 0;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .top__aboutUs-slide {
    margin: 160px calc(50% - 50vw) 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .top__aboutUs-slide {
    height: 560px;
  }
}
@media print, screen and (max-width: 767px) {
  .top__aboutUs-slide {
    height: 480px;
  }
}
.top-mini-slide__lane {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: visible;
}

.top-mini-slide__lane:nth-child(1) {
  top: 0;
}

.top-mini-slide__lane:nth-child(2) {
  top: 0;
  z-index: 1;
}

.top-mini-slide__lane:nth-child(3) {
  top: 4%;
}

.top-mini-slide__lane:nth-child(4) {
  top: 20%;
  z-index: 1;
}

.top-mini-slide__lane:nth-child(5) {
  top: 16%;
}

.top-mini-slide__lane:nth-child(6) {
  top: 50%;
  z-index: 1;
}

.top-mini-slide__lane:nth-child(7) {
  top: 47%;
}

.top-mini-slide__lane:nth-child(8) {
  bottom: 0;
}

.top-mini-slide__lane:nth-child(9) {
  bottom: 0;
}

.top-mini-slide__track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.top-mini-slide__set {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  min-width: 100%;
  justify-content: space-between;
}

.top-mini-slide__set--lane1 {
  gap: 64px;
  padding-right: 64px;
}

.top-mini-slide__set--lane2 {
  gap: 112px;
  padding-right: 112px;
}

.top-mini-slide__set--lane3 {
  gap: 88px;
  padding-right: 88px;
}

.top-mini-slide__set--lane4 {
  gap: 72px;
  padding-right: 72px;
}

.top-mini-slide__item {
  margin: 0;
  line-height: 0;
}

.top-mini-slide__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 2%, #000 5%, #000 95%, rgba(0, 0, 0, 0.18) 98%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 2%, #000 5%, #000 95%, rgba(0, 0, 0, 0.18) 98%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 2%, #000 5%, #000 95%, rgba(0, 0, 0, 0.18) 98%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 2%, #000 5%, #000 95%, rgba(0, 0, 0, 0.18) 98%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
}

/* 業務内容
----------------------------------------*/
.top__content.services {
  background: url("images/top-services-bg-pers.webp") no-repeat;
  background-position: left top;
  background-size: min(57.6%, 1000px) auto;
}
@media print, screen and (min-width: 768px) {
  .top__content.services {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .top__content.services {
    padding-bottom: calc(144px - min(1.5vw, 32px));
  }
}

.top__services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 5vw;
}
@media print, screen and (min-width: 768px) {
  .top__services-wrapper {
    display: grid;
    grid-template-columns: calc(210px + 5vw + 48px) 1fr;
    gap: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .top__services-wrapper {
    grid-template-columns: 392px 1fr;
  }
}
@media print, screen and (min-width: 1296px) {
  .top__services-wrapper {
    grid-template-columns: calc(240px + (100vw - 1232px) / 2 + 120px) 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .top__services-text-container {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .top__services-text-container .top__services-text-lane {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.top__services-text-container .top__services-text {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top__services-text-container .top__services-text {
    position: sticky;
    top: 0;
    text-align: left;
    padding-top: 80px;
    padding-left: 5vw;
  }
}
@media print, screen and (min-width: 960px) {
  .top__services-text-container .top__services-text {
    padding-top: 144px;
    padding-left: 32px;
    padding-bottom: min(1.5vw, 32px);
  }
}
@media print, screen and (min-width: 1296px) {
  .top__services-text-container .top__services-text {
    padding-left: calc((100vw - 1232px) / 2);
  }
}

.top__services-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .top__services-image {
    padding-top: 80px;
    margin-right: 5vw;
  }
}
@media print, screen and (min-width: 960px) {
  .top__services-image {
    gap: 40px;
    max-width: 904px;
    padding-top: 144px;
    padding-bottom: min(1.5vw, 32px);
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 1296px) {
  .top__services-image {
    max-width: 872px;
    margin-right: calc((100vw - 1232px) / 2);
  }
}
.top__services-image a.top__services-image-link {
  position: relative;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .top__services-image a.top__services-image-link {
    transition: box-shadow 0.4s ease;
  }
  .top__services-image a.top__services-image-link:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  }
  .top__services-image a.top__services-image-link:hover img {
    transform: scale(1.05);
  }
  .top__services-image a.top__services-image-link:hover .top__services-caption .arrow {
    margin-left: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .top__services-image a.top__services-image-link img {
    transition: transform 0.4s ease;
  }
}
.top__services-image a.top__services-image-link .top__services-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(28, 16, 7, 0.6) 59.22%);
  background-blend-mode: multiply;
  font-size: min(5.2vw, 2.4rem);
  line-height: 1;
  padding-top: min(80px, 6.18vw);
  padding-left: 5vw;
  padding-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .top__services-image a.top__services-image-link .top__services-caption {
    font-size: min(3vw, 3.8rem);
    padding-left: min(3.5vw, 48px);
    padding-bottom: min(2.4vw, 32px);
  }
}
.top__services-image a.top__services-image-link .top__services-caption .arrow {
  display: inline-block;
  width: min(5.2vw, 24px);
  height: min(5.2vw, 24px);
  background: url(images/icon-arrow-circle-white.svg) no-repeat center;
  background-size: contain;
  margin-left: 12px;
}
@media print, screen and (min-width: 768px) {
  .top__services-image a.top__services-image-link .top__services-caption .arrow {
    width: min(3vw, 38px);
    height: min(3vw, 38px);
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .top__services-image a.top__services-image-link .top__services-caption .arrow {
    margin-left: 20px;
    transition: margin-left 0.4s ease;
  }
}

/* お知らせ
----------------------------------------*/
.top__post-list {
  line-height: 1.6;
  border-bottom: 1px solid #BABABA;
}
.top__post-list li {
  border-top: 1px solid #BABABA;
}
.top__post-list a {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0 1em;
  padding: 12px 4px;
}
@media print, screen and (min-width: 960px) {
  .top__post-list a {
    gap: 0 64px;
    padding: 24px 48px;
    transition: all 0.3s ease;
  }
  .top__post-list a:hover {
    background-color: #EEEEEC;
  }
}
.top__post-list time {
  color: #939c95;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .top__post-list time {
    font-size: 1.4rem;
  }
}
.top__post-list h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .top__post-list h3 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=front.css.map */