@charset "UTF-8";
/* ▼▼▼ トップ
======================================================*/
.mv {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 270px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  background: url(../img/top/bg_home.png) no-repeat center top/cover;
  width: 100%;
  height: 80px;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv::after {
    height: 190px;
  }
}
.mv_ttl_inner {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .mv_ttl_inner {
    top: 120px;
    left: 8%;
  }
}
.mv_ttl {
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  color: #3E3E3E;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    font-size: 42px;
  }
}
.mv_ttl span {
  color: #1E5445;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .mv_ttl span {
    font-size: 50px;
  }
}
.mv_ttl.blc01 {
  margin-bottom: 10px;
  animation: slidein 1s ease-out 0.5s forwards;
  opacity: 0;
}
.mv_ttl.blc02 {
  animation: slidein 1s ease-out 1.8s forwards;
  opacity: 0;
}

@keyframes slidein {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.mv_side {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_side {
    display: block;
    position: absolute;
    top: 40%;
    left: 8%;
    max-width: 256px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .mv_side img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ▼ スライダー
----------------------------------------*/
.mv_slider {
  margin-top: 50px;
  margin-left: 60px;
}
@media screen and (min-width: 768px) {
  .mv_slider {
    margin-top: 90px;
    margin-left: calc(100% - 800px);
  }
}
.mv_slider .swiper {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 615px;
  height: 100%;
}
.mv_slider .swiper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.philosophy {
  background-color: #9BC0B6;
  padding-bottom: 70px;
}
.philosophy_flow_txt {
  font-size: 60px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  padding-right: 50px;
  animation: flowText 26s linear infinite;
}
@media screen and (min-width: 768px) {
  .philosophy_flow_txt {
    font-size: 182px;
    padding-right: 100px;
    animation: flowText 40s linear infinite;
  }
}
.philosophy_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .philosophy_wrap {
    flex-direction: row;
    gap: 70px;
  }
}
.philosophy_img {
  max-width: 704px;
  width: 100%;
  overflow: hidden;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .philosophy_img {
    padding-right: 0;
    flex-direction: row;
    gap: 70px;
  }
}
.philosophy_img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.philosophy_content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .philosophy_content {
    padding: 0 calc(50% - 580px) 0 0;
  }
}
.philosophy_txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .philosophy .btn {
    max-width: 280px;
  }
}

.works {
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 100px 0;
  }
}
.works_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  font-size: 120px;
  line-height: 1;
  color: rgba(69, 69, 69, 0.15);
}
@media screen and (min-width: 768px) {
  .works_bg {
    font-size: 280px;
  }
}
.works_list {
  margin: 80px auto 60px;
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .works_list {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .works_item {
    width: calc(33.3333333333% - 24px);
  }
}
.works_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .works_img {
    max-width: 350px;
    width: 100%;
    height: 413px;
  }
}
.works_img img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.works_ttl {
  color: #1E5445;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .works_btn {
    max-width: 280px;
    margin: 0 auto;
  }
}

.about {
  position: relative;
  padding: 60px 0 40px;
  background: url(../img/top/bg_about.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 154px 0 100px;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 79, 66, 0.65);
}
.about_bg {
  position: absolute;
  top: 0px;
  left: 50%;
  translate: -50% 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .about_bg {
    top: -20px;
    font-size: 280px;
  }
}
.about_txt {
  margin: 40px auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about_txt {
    margin: 70px auto 60px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .about_btn {
    max-width: 280px;
    margin: 0 auto;
  }
}
.about_btn .btn:hover {
  background-color: #1E5445;
  color: #fff !important;
  opacity: 1;
}/*# sourceMappingURL=top.css.map */