@charset "UTF-8";
/* p-breadcrumb
---------------------------------------------------------------------------- */
.p-breadcrumb {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 2.6666666667vw;
  }
}
/* p-sec
---------------------------------------------------------------------------- */
.p-sec {
  margin-top: 8rem;
}

.p-sec-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.p-sec-ttl .color {
  color: #E95052;
}

.p-sec-ttl .ruby {
  display: inline-block;
  position: relative;
}

.p-sec-ttl .ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.12em;
}

.p-sec-box {
  margin-top: 2.5rem;
  padding: 4.7rem 7rem;
  border: 1px solid #d1d1d1;
  position: relative;
}

.p-sec-box::before,
.p-sec-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 8rem;
  height: 4rem;
  background-color: #fff;
}

.p-sec-box::before {
  top: -1px;
  right: -1px;
}

.p-sec-box::after {
  bottom: -1px;
  left: -1px;
}

.p-sec-box-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-sec-box-txt-small {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #E95052;
  padding-left: 1em;
  text-indent: -1em;
}

.p-sec-box-txt-small.mt {
  margin-top: 0.7rem;
}

.p-sec-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 3.3333333333%;
  margin-top: 8rem;
}

.p-sec-items.items--second {
  flex-wrap: nowrap;
  gap: 0 3.1666666667%;
}

.p-sec-item {
  width: 48.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-sec-item.item--second {
  width: 31.2221888889%;
}

.p-sec-item-img {
  width: 100%;
  aspect-ratio: 580/387;
}

.p-sec-item-img.img--second {
  aspect-ratio: 373/560;
}

.p-sec-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-sec-item-lists {
  margin-top: 1.5rem;
}

.p-sec-item-button {
  margin-top: 2.8rem;
}

.p-sec-item-btn {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 6rem;
  background-color: #1a1a1a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #1a1a1a;
}

.p-sec-item-btn:hover {
  color: #1a1a1a;
}

.p-sec-item-btn span {
  position: relative;
  z-index: 2;
}

.p-sec-item-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-color: #fff;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease 0.3s;
}

.p-sec-item-btn:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

.p-sec-item-btn:hover::after {
  background-image: url(./../../../images/service/icn_download_black.svg);
}

.p-sec-item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6rem;
  transform: translateY(-50%);
  width: 2.4rem;
  aspect-ratio: 24/24;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/service/icn_download.svg);
  z-index: 2;
}

.p-sec-item-btn.btn--second {
  height: 8rem;
  border-radius: 45px;
}

.p-sec-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin-top: 7.7rem;
}

.p-sec-lists {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-sec {
    margin-top: 10.6666666667vw;
  }
  .p-sec-ttl {
    font-size: 8vw;
    line-height: 1.6;
  }
  .p-sec-ttl .ruby::before {
    top: -0.9em;
  }
  .p-sec-box {
    margin-top: 4vw;
    padding: 7.4666666667vw 5.3333333333vw;
  }
  .p-sec-box::before,
  .p-sec-box::after {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
  .p-sec-box-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .p-sec-box-txt-small {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .p-sec-box-txt-small.mt {
    margin-top: 1.6vw;
  }
  .p-sec-items {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.1333333333vw;
  }
  .p-sec-items.items--second {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-sec-item,
  .p-sec-item.item--second {
    width: 100%;
  }
  .p-sec-item-img {
    aspect-ratio: 335/225;
  }
  .p-sec-item-img.img--second {
    aspect-ratio: 335/503;
  }
  .p-sec-item-lists {
    margin-top: 3.4666666667vw;
  }
  .p-sec-item-button {
    margin-top: 4vw;
  }
  .p-sec-item-btn {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    height: 18.1333333333vw;
    border-radius: 24vw;
  }
  .p-sec-item-btn::after {
    right: 5.3333333333vw;
    width: 6.4vw;
  }
  .p-sec-item-btn.btn--second {
    height: 18.1333333333vw;
    border-radius: 24vw;
  }
  .p-sec-item-btn::before {
    content: none;
  }
  .p-sec-item-btn:hover {
    color: #fff;
  }
  .p-sec-item-btn:hover::after {
    background-image: url(./../../../images/service/icn_download.svg);
  }
  .p-sec-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    text-align: left;
    margin-top: 9.8666666667vw;
  }
  .p-sec-lists {
    margin-top: 4.2666666667vw;
  }
}
/* p-lists
---------------------------------------------------------------------------- */
.p-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}

.p-list {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-left: 3.2rem;
  position: relative;
}

.p-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/service/icn_checkbox.svg);
}

.p-list.ls {
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .p-lists {
    gap: 0 4vw;
  }
  .p-list {
    font-size: 4.2666666667vw;
    padding-left: 7.4666666667vw;
  }
  .p-list::before {
    width: 4.8vw;
    height: 4.2666666667vw;
  }
}
/* p-sec-swiper
---------------------------------------------------------------------------- */
.p-sec-swiper {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.p-sec-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.p-sec-swiper-block {
  padding-top: 4rem;
  padding-bottom: 7.2rem;
  position: relative;
}

.p-sec-swiper-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 76rem;
  height: 100%;
  border: 1px solid #E95052;
}

.p-sec-swiper-wrap {
  margin-top: 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-sec-swiper {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-sec-swiper-block {
    padding-top: 5.3333333333vw;
    padding-bottom: 13.8666666667vw;
  }
  .p-sec-swiper-block::after {
    width: 78.9333333333vw;
  }
  .p-sec-swiper-wrap {
    margin-top: 6.1333333333vw;
  }
}
/* p-voice-slide
---------------------------------------------------------------------------- */
.p-voice-slide-wrapper {
  padding: 3.7rem 4rem 4.2rem 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.5rem;
  background-color: #fff;
}

.p-voice-slide-img {
  width: 34rem;
  aspect-ratio: 340/227;
}

.p-voice-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-voice-slide-wrap {
  width: 56.1797752809%;
}

.p-voice-slide-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #E95052;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #d1d1d1;
}

.p-voice-slide-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 2rem;
  padding-right: 2rem;
  position: relative;
}

.p-voice-slide-txt::before,
.p-voice-slide-txt::after {
  content: "";
  position: absolute;
  width: 3.743rem;
  aspect-ratio: 37.43/28.18;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-voice-slide-txt::before {
  top: -1rem;
  left: -2rem;
  background-image: url(./../../../images/service/icn_voice_top.svg);
}

.p-voice-slide-txt::after {
  bottom: -0.5rem;
  right: 0;
  background-image: url(./../../../images/service/icn_voice_bottom.svg);
}

@media screen and (max-width: 767px) {
  .p-voice-slide-wrapper {
    padding: 8vw 5.3333333333vw 7.2vw;
    display: block;
  }
  .p-voice-slide-img {
    width: 100%;
    aspect-ratio: 295/200;
  }
  .p-voice-slide-wrap {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-voice-slide-ttl {
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-voice-slide-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
    padding-right: initial;
  }
  .p-voice-slide-txt::before,
  .p-voice-slide-txt::after {
    width: 8.416vw;
    aspect-ratio: 31.56/23.67;
  }
  .p-voice-slide-txt::before {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
  .p-voice-slide-txt::after {
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
/* swiper
---------------------------------------------------------------------------- */
.swiper {
  overflow: visible;
}

.swiper-slide {
  transition: opacity 0.3s ease 0s;
  opacity: 0.3;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 0.5rem);
  width: 5.5rem;
  height: 5.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  left: -2.75rem;
  background-image: url(./../../../images/service/img_swiper_arrow_left.png);
}

.swiper-button-next {
  right: -2.75rem;
  background-image: url(./../../../images/service/img_swiper_arrow_right.png);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.75rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1a1a1a;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  height: 1.2rem;
  bottom: -3.2rem;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    opacity: 1;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 35.2vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .swiper-button-prev {
    left: 2.6666666667vw;
  }
  .swiper-button-next {
    right: 2.6666666667vw;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    height: 3.2vw;
    bottom: -8vw;
  }
}
/* p-sec-faq
---------------------------------------------------------------------------- */
.p-sec-faq {
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.p-sec-faq-accordion {
  margin-top: 4rem;
}

.p-sec-faq-button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-sec-faq {
    padding-top: 13.3333333333vw;
    padding-bottom: 45.3333333333vw;
  }
  .p-sec-faq-accordion {
    margin-top: 6.6666666667vw;
  }
  .p-sec-faq-button {
    margin-top: 8vw;
  }
}
.p-document {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-document {
    margin-top: 8vw;
  }
}
