.home .hero {
  background-image: url(../../images/common/bg_icons.svg);
  background-position: 50% 100%;
  line-height: 0;
  position: relative;
  z-index: 0;
}
.home .hero::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #F2FAF9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home .hero .catch {
  color: #fff;
  width: 85%;
  max-width: 680px;
  line-height: 2;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(0%);
}
@media (1200px <= width) {
  .home .hero .catch {
    width: 60%;
    transform: translateY(-35%);
  }
}
.home .hero .catch img {
  width: 50%;
  max-width: 293px;
}
.home .hero .catch .copy01 {
  font-size: 4em;
  font-size: clamp(2.25rem, 1.5rem + 3.33vw, 5.5rem);
  line-height: 1;
  margin-block: 0.5em;
}
.home .hero .swiper {
  width: 100%;
  border-bottom-right-radius: 4em;
  border-bottom-left-radius: 4em;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (780px <= width) {
  .home .hero .swiper {
    width: 90%;
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    overflow: hidden;
  }
}
.home .hero .swiper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #007160 0%, #222 100%);
  border-bottom-right-radius: 4em;
  border-bottom-left-radius: 4em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}
@media (780px <= width) {
  .home .hero .swiper::before {
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    /* overflow: hidden; */
  }
}
.home .hero .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
@media (768px <= width) {
  .home .hero .swiper .swiper-slide img {
    aspect-ratio: 6/5;
  }
}
@media (1400px <= width) {
  .home .hero .swiper .swiper-slide img {
    aspect-ratio: 16/8.5;
  }
}
.home .hero .swiper-slide-active .swiper-img,
.home .hero .swiper-slide-duplicate-active .swiper-img,
.home .hero .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.home .post_content {
  position: relative;
}
.home .container .h2 {
  line-height: 2;
}
.home .container .text {
  line-height: 2;
}
.home .container .title {
  font-size: 5.5svw;
}
@media (768px <= width) {
  .home .container .title {
    font-size: 5rem;
  }
}
.home .container .picture {
  line-height: 0;
}
.home #about {
  background-image: url(../../images/common/bg_icons.svg);
  background-position: 50% 0%;
  position: relative;
  z-index: 0;
}
.home #about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home #about .container:has(.img_home01) {
  margin-block-start: 1em;
  position: relative;
  z-index: -1;
}
@media (1080px <= width) {
  .home #about .container:has(.img_home01) {
    margin-block-start: -2em;
  }
}
@media (1500px <= width) {
  .home #about .container:has(.img_home01) {
    margin-block-start: -4em;
  }
}
.home #about > div:has(.swiper) {
  margin-block-start: -6em;
}
.home #service .container {
  background-color: #F2FAF9;
  border-radius: 4em;
  border-top-right-radius: 0 !important;
  padding: 3em 5% 1em;
}
@media (1200px <= width) {
  .home #service .container {
    border-radius: 5em;
  }
}
.home #service .container .title br {
  display: none;
}
@media (820px <= width) {
  .home #service .container .title br {
    display: inherit;
  }
}
.home #service .container .service_inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5em;
}
.home #service .container .service_inner .picture {
  width: 100%;
  position: relative;
}
@media (782px <= width) {
  .home #service .container .service_inner .picture {
    width: 50%;
  }
}
.home #service .container .service_inner .picture img {
  width: 116%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-inline-start: calc(-3em - 6%);
}
@media (782px <= width) {
  .home #service .container .service_inner .picture img {
    min-width: 50svw;
    position: absolute;
    right: 0;
  }
}
.home #service .container .service_inner .text {
  text-align: justify;
}
@media (782px <= width) {
  .home #service .container .service_inner .text {
    width: calc(50% - 3em);
    margin-inline-start: auto;
  }
}
.home #service .container .button {
  position: relative;
  right: 0;
  bottom: -2.5em;
  z-index: 1;
}
.home #service .img_home02 {
  width: 90%;
  margin-inline: auto;
}
.home #features > .container .title_wrap .title {
  padding-block-end: 0;
}
.home #features > .container .title_wrap .title .outline {
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 0 #009D85;
  -webkit-text-stroke: 0.04em #009D85;
}
.home #features .bg_arc_top {
  width: 100%;
  position: relative;
  height: calc(60px - 2em);
}
.home #features .bg_arc_top img {
  width: 100%;
  min-width: 1920px;
  margin-block-start: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.home #features .feature_inner {
  background-color: #F2FAF9;
  padding-block: 2em 6em;
}
.home #features .feature_inner .feature {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  background-color: #fff;
  border-radius: 3em;
  border-top-left-radius: 0;
  overflow: hidden;
}
.home #features .feature_inner .feature .title_wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media (920px > width) {
  .home #features .feature_inner .feature .title_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home #features .feature_inner .feature .title_wrap .title {
    width: 100%;
  }
}
@media (920px > width) and (920px > width) {
  .home #features .feature_inner .feature .title_wrap .title {
    text-align: center;
  }
}
.home #features .feature_inner .feature .title_wrap .no {
  min-width: 9em;
  color: #009D85;
  background-image: linear-gradient(to right, #009D85 0.3em, transparent 0.3em);
  background-size: 0.6em 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 1200px) {
  .home #features .feature_inner .feature .title_wrap .no {
    min-width: 8em;
  }
}
.home #features .feature_inner .feature .title_wrap .no .large {
  color: #fff;
  font-size: clamp(50px, 1.875rem + (1vw - 3.75px) * 1.697, 80px) !important;
  text-shadow: 3px 3px 0 #007160;
  -webkit-text-stroke: 0.03em #007160;
}
.home #features .feature_inner .feature .title_wrap .title {
  line-height: 1.2;
}
.home #features .feature_inner .feature .title_wrap .title span:not(.small) {
  display: inline-block;
}
.home #features .feature_inner .feature .detail {
  width: 100%;
  padding-inline: 5%;
  padding-block: 1em 2em;
  align-self: center;
}
@media (920px <= width) {
  .home #features .feature_inner .feature .detail {
    width: 55%;
  }
}
@media (920px <= width) {
  .home #features .feature_inner .feature .detail .text_center {
    text-align: right;
  }
}
.home #features .feature_inner .feature .picture {
  width: 100%;
  margin-inline-start: auto;
}
@media (920px <= width) {
  .home #features .feature_inner .feature .picture {
    width: 45%;
  }
}
.home #features .feature_inner .feature .picture img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #movie {
  background: url(../../images/common/bg_plus.svg) repeat center bottom;
  position: relative;
  z-index: 0;
}
.home #movie .h3 span {
  background-color: #009D85;
  padding-block-end: 0.1em;
  display: inline-block;
}
.home #movie .h3 span:nth-of-type(1) {
  padding-inline-start: 0.2em;
}
.home #movie .title span {
  display: inline-block;
}
.home #news {
  position: relative;
  z-index: 0;
}
.home #news .container .title .button {
  text-align: right;
}
.home #news .container .button {
  margin-block-start: 0.5em;
}
@media (min-width: 768px) {
  .home #news .container .button {
    margin-block-start: -3em;
  }
}
.home #news .container .news_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3em 4em;
}
@media (min-width: 480px) {
  .home #news .container .news_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .home #news .container .news_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home #news .container .news_inner .article > a {
  padding-block-end: 0.5em;
  display: block;
  position: relative;
  z-index: 0;
}
.home #news .container .news_inner .article > a::before {
  content: "";
  width: 0%;
  height: 1px;
  border-bottom: #222 solid 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.home #news .container .news_inner .article > a:hover::before {
  width: 100%;
}
.home #news .container .news_inner .article .thumbnail {
  line-height: 0;
}
.home #news .container .news_inner .article .thumbnail img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #news .container .news_inner .article .entry_meta {
  display: flex;
  gap: 0.5em;
}
.home #news .container .news_inner .article .entry_meta .entry_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.home #news .container .news_inner .article .entry_title .eng {
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.effect.fade_in {
  opacity: 0;
  filter: blur(2em);
  transition: all 1500ms;
}
.effect.fade_in.is_show {
  opacity: 1;
  filter: blur(0);
}
.effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 2000ms;
}
.effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 2000ms;
}
.effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 2000ms;
}
.effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 2000ms;
}
.effect.is_show:not(.fade_in) {
  opacity: 1;
  transform: translate(0, 0);
}

/* delay */
/* opening */
.effect.opening.fade_in {
  opacity: 0;
  transition: opacity 3s;
}
.effect.opening.fade_in.start {
  opacity: 1;
}
.effect.opening.fade_down {
  opacity: 0;
  transform: translateY(-50%);
}
.effect.opening.fade_down.start {
  animation: opening 1s 1 forwards 1s;
}

@keyframes opening {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=home.css.map */