@charset "utf-8";

/*============================
イントロ
============================*/
.intro {
  padding-bottom: 0.80rem;
  position: relative;
}

.intro .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.15rem;
  }
}

/* スライダー */
.slides_wrap {
  position: relative;
}

.slides_wrap .slides .slide {
  width: 8.00rem;
  height: 5.30rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slide {
    width: 100%;
    height: auto;
  }
}

.slides_wrap .slides .slick-slide > div {
  width: 8.00rem;
  height: 5.30rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slick-slide > div {
    width: 3.00rem;
    height: 2.20rem
  }
}

.slides_wrap .slides .slick-slide {
  margin: 0 0.20rem;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slick-slide {
    margin: 0 0.05rem;
    height: 100%;
  }
  .slides_wrap .slides .slick-slide .slide {
    height: 100%;
  }
}

/* 矢印 */
.slides_wrap .slick-arrow {
  width: calc(50% - 4.20rem);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.60rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}

.slides_wrap .slick-arrow.prev {
  left: 0;
  background-image: url(../img/common/slide_arrow_prev.png);
}

.slides_wrap .slick-arrow.next {
  right: 0;
  background-image: url(../img/common/slide_arrow_next.png);
}

/* 下部のドット */
.slides_wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 0.10rem;
}

.slides_wrap .slick-dots li {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  margin: 0;
}

.slides_wrap .slick-dots li.slick-active {
  width: 0.40rem;
  transition: all 0.3s;
}

.slides_wrap .slick-dots li button {
  background-color: #CCCCCC;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0.06rem;
  transition: all 0.5s;
}

.slides_wrap .slick-dots li.slick-active button {
  background-color: #4EC1DD;
}

.slides_wrap .slick-dots li button::before {
  content: none;
}

/* サービス概要 */
.service {
  position: relative;
  padding: 0.50rem 0;
}
@media screen and (max-width: 640px) {
  .service {
    padding: 0.30rem 0 0;
  }
}


.service::before {
  content: "";
  width: calc(100% - 0.50rem);
  height: 4.00rem;
  background-color: #F4F3F0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .service::before {
    content: none;
  }
}

.service::after {
  content: "";
  width: 6.40rem;
  height: 6.40rem;
  background-image: url(../img/common/deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -3.50rem;
  top: -3.50rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .service::after {
    width: 3.20rem;
    height: 3.20rem;
    right: -1.50rem;
    top: -1.10rem;
  }
}

.service .sec_ttl_wrap .sec_ttl {
  font-size: 0.20rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .service .sec_ttl_wrap .sec_ttl {
    font-size: 0.17rem;
  }
}

.service .lead {
  font-size: 0.15rem;
  text-align: center;
  line-height: 2;
  padding: 0.30rem 0 0.50rem;
}
@media screen and (max-width: 640px) {
  .service .lead {
    font-size: 0.14rem;
    text-align: justify;
    padding-top: 0;
    padding-bottom: 0.30rem;
  }
  .service .ph_list_wrap {
    position: relative;
    padding: 0.20rem 0;
  }
  .service .ph_list_wrap::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F4F3F0;
    position: absolute;
    left: -0.20rem;
    top: 0;
    z-index: -1;
  }
}

.service .ph_list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.30rem 0;
  position: relative;
}

.service .ph_list_wrap .list .detail {
  width: 100%;
  max-width: 3.40rem;
}
@media screen and (max-width: 640px) {
  .service .ph_list_wrap .list .detail {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.service .ph_list_wrap .list .detail .ph {
  width: 100%;
  height: 2.30rem;
}
@media screen and (max-width: 640px) {
  .service .ph_list_wrap .list .detail .ph {
    width: 1.20rem;
    height: 1.20rem;
  }
  .service .ph_list_wrap .list .detail .txt_box {
    width: calc(100% - 1.20rem);
    padding-left: 0.20rem;
    box-sizing: border-box;
  }
}

.service .ph_list_wrap .list .detail .ttl {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
  padding: 0.15rem 0 0.10rem;
}
@media screen and (max-width: 640px) {
  .service .ph_list_wrap .list .detail .ttl {
    font-size: 0.15rem;
    text-align: left;
  }
}

.service .ph_list_wrap .list .detail .txt {
  font-size: 0.14rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .service .ph_list_wrap .list .detail .txt {
    font-size: 0.12rem;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.75;
  }
}

.service .ph_list_wrap .caption {
  font-size: 0.13rem;
  line-height: 2;
  text-align: center;
  padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
  .service .ph_list_wrap .caption {
    font-size: 0.11rem;
    text-align: left;
  }
}

/* 撮影サービス */
.photo_service {
  padding-top: 1.00rem;
}
@media screen and (max-width: 640px) {
  .photo_service {
    padding-top: 0;
  }
}

.photo_service .wrap {
  background-color: #EAF6F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.40rem;
}
@media screen and (max-width: 640px) {
  .photo_service .wrap {
    padding: 0.30rem;
  }
}

.photo_service .wrap .ph {
  width: 3.40rem;
  height: 2.30rem;
}
@media screen and (max-width: 640px) {
  .photo_service .wrap .ph {
    width: 100%;
    height: 60vw;
  }
}

.photo_service .wrap .txt_box {
  width: calc(100% - 3.70rem);
}
@media screen and (max-width: 640px) {
  .photo_service .wrap .txt_box {
    width: 100%;
  }
}


.photo_service .wrap .txt_box .ttl {
  font-size: 0.22rem;
  font-weight: 600;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  .photo_service .wrap .txt_box .ttl {
    font-size: 0.18rem;
    text-align: center;
    padding-top: 0.20rem;
  }
}

.photo_service .wrap .txt_box .caption {
  font-size: 0.14rem;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .photo_service .wrap .txt_box .caption {
    font-size: 0.12rem;
    line-height: 1.65;
    text-align: center;
  }
}

.photo_service .wrap .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .photo_service .wrap .txt_box .txt {
    font-size: 0.13rem;
    line-height: 1.75;
  }
}