.home .hero {
  width: 100%;
  line-height: 0;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.home .hero .hero_slider {
  width: calc(100% - (4% + 1em));
  border-top-left-radius: 5em;
  border-bottom-left-radius: 5em;
  margin-inline-start: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home .hero .hero_slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff71ae;
  background: linear-gradient(-90deg, #ff71ae 0%, #ff9468 100%);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .hero .hero_slider .slick-slide img {
  width: 100%;
  min-height: calc(70svh - 6.5em);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1200px) {
  .home .hero .hero_slider .slick-slide img {
    height: calc(90svh - 6.5em);
  }
}
.home .hero .catch {
  width: 80%;
  max-width: 1200px;
  margin-inline-end: -5%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
@media (min-width: 768px) {
  .home .hero .catch {
    transform: translate(-50%, -30%);
  }
}
.home .hero .catch .copy01 {
  font-size: 6.2svw;
}
@media (min-width: 480px) {
  .home .hero .catch .copy01 {
    font-size: 5rem;
  }
}
.home .hero .scroll {
  width: 1em;
  height: 13.5em;
  background: linear-gradient(-180deg, #ff71ae 0%, #ff9468 100%);
  -webkit-mask-image: url(../../images/home/scrolldown.svg);
          mask-image: url(../../images/home/scrolldown.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 2%;
  bottom: -5%;
  z-index: 0;
}
.home .hero .scroll::before {
  content: "";
  width: 100%;
  height: 6em;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: line_animation 2s both infinite;
}
@keyframes line_animation {
  0% {
    height: 6em;
  }
  100% {
    height: 0em;
  }
}
.home .post_content {
  position: relative;
}
.home #news .container {
  width: 90%;
  background-color: #fff;
  border-radius: 0em 1.5em 1.5em 1.5em;
  margin-block-start: -5em;
  padding: 2em 1.5em 2em 1em;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
@media (min-width: 768px) {
  .home #news .container {
    border-radius: 1.5em;
    padding: 2em 3em;
  }
}
@media (min-width: 768px) {
  .home #news .container {
    grid-template-columns: 10em calc(100% - 10em);
  }
}
.home #news .container .news_inner {
  position: relative;
  z-index: 0;
}
.home #news .container .news_inner .slick-arrow {
  width: 2em;
  height: 2em;
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 100%);
  -webkit-mask-image: url(../../images/common/icon_arrow_right.svg);
          mask-image: url(../../images/common/icon_arrow_right.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 2em;
          mask-size: 2em;
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.home #news .container .news_inner .slick-prev {
  top: 0.5em;
  transform: rotate(-90deg);
}
.home #news .container .news_inner .slick-next {
  bottom: 0.5em;
  transform: rotate(90deg);
}
.home #news .container .news_inner .article {
  padding-block: 0.9em;
  padding-inline-end: 3em;
  position: relative;
  z-index: 0;
}
.home #news .container .news_inner .article a:hover {
  color: #ff71ae;
}
.home #news .container .news_inner .article a .meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.home #news .container .news_inner .article a .meta time {
  letter-spacing: 0.1em;
}
.home #news .container .news_inner .article a .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home #about {
  position: relative;
  z-index: 0;
}
.home #about::before {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url(../../images/home/pic_about01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -5em;
  left: 0;
  z-index: -1;
}
.home #about::after {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url(../../images/home/pic_about02.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  position: absolute;
  bottom: -5em;
  right: 0;
  z-index: -1;
}
.home #about .about_inner .text p {
  line-height: 2;
}
.home #service .service_inner01 {
  width: 95%;
  max-width: calc(100svw - (100svw - 1400px) / 2);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4em;
}
@media (min-width: 980px) {
  .home #service .service_inner01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .home #service .service_inner01 .photo {
    width: 50svw;
  }
}
.home #service .service_inner01 .photo img {
  width: 100%;
  height: 100%;
  max-height: 34em;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #service .service_inner01 .text {
  width: 80%;
  margin-inline-start: 10%;
}
@media (min-width: 980px) {
  .home #service .service_inner01 .text {
    width: auto;
    margin-inline: inherit;
  }
}
.home #service .service_inner01 .text .text_inner a {
  display: block;
  pointer-events: none;
}
.home #service .service_inner01 .text .text_inner a:hover .secondary::before {
  right: 0.5em;
}
.home #service .service_inner01 .text .text_inner a + a {
  border-top: #f4f4f4 solid 1px;
}
.home #service .service_inner01 .text .text_inner .secondary {
  line-height: 2;
  padding-block: 1em 1.5em;
  position: relative;
  z-index: 0;
}
.home #service .service_inner02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4em;
}
@media (min-width: 480px) {
  .home #service .service_inner02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .home #service .service_inner02 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home #service .service_inner02 .service {
  box-shadow: 0 0 1.5em rgba(255, 113, 174, 0.2);
  border-radius: 1em;
  padding: 2.5em 1.5em;
}
.home #service .service_inner02 .service .icon {
  height: 7.5em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.home #company {
  background: linear-gradient(90deg, rgba(255, 113, 174, 0.1) 0%, rgba(255, 148, 104, 0.1) 100%);
  border-radius: 1.5em;
}
.home #company .company_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media (min-width: 980px) {
  .home #company .company_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .home #company .company_inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
  }
}
.home #company .company_inner a {
  line-height: 0;
}
.home #company .company_inner a .logo {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1em;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
}

.effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}
.effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 500ms;
}
.effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 500ms;
}
.effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 500ms;
}
.effect.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

/* delay */
@media (min-width: 768px) {
  .service_inner01 .effect:nth-of-type(2),
  .bottons .effect:nth-of-type(2) {
    transition-delay: 0.5s;
  }
}
/* opening */
@keyframes opening {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}/*# sourceMappingURL=home.css.map */