@charset "UTF-8";

.c-service-point-cycle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.c-service-point-cycle__img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 100px;
  z-index: -1;
}

.c-service-point-line {
  position: relative;
  z-index: 2;
}

.c-service-point-line__img {
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 311px;
  z-index: -1;
}

.c-service-img-line {
  position: relative;
  z-index: 2;
}
.c-service-img-line::after {
  background: url(../images/service_img_line.svg) no-repeat center/contain;
  content: "";
  height: 112px;
  position: absolute;
  width: 137px;
  z-index: -1;
}

.c-service-label {
  background-color: #2ca6e0;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(20 / 14);
  padding-block: 11px;
  padding-inline: 37px;
  position: relative;
  text-align: center;
}
.c-service-label::after {
  background-color: #2ca6e0;
  bottom: -5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}

.c-service-section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(58 / 34);
}

.c-service-region {
  background-color: #d12d5d;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 27px 10px 23px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.p-service .c-bread {
  margin-inline: auto;
  max-width: 1366px;
}
.p-service .c-bread__link {
  padding-right: 10px;
}
.p-service-fv {
  background-image: linear-gradient(92deg, #b6dbf1 1%, #c7e3f6 25%, #f3f9ff 57%, #80bbdd 100%);
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.p-service-fv__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  padding-bottom: 40px;
}

.p-service-fv__box {
  grid-column: span 2;
  grid-row: 1;
  position: relative;
  z-index: 5;
}

.p-service-fv__box--img {
  aspect-ratio: 430/655;
  grid-row: 2;
  width: 80%;
}
.p-service-fv__box--img.is-load {
  -webkit-mask-image: url("../images/shap.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url("../images/shap.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  position: relative;
}
.p-service-fv__box--img.is-load:last-child {
  -webkit-mask-image: url("../images/shap_right.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: auto;
  mask-image: url("../images/shap_right.png");
  mask-repeat: no-repeat;
  mask-size: cover;
}
.p-service-fv__box--img img {
  display: block;
}
.p-service-fv__box--img::after {
  background-color: #51b9ed;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.17;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-service-fv__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
}
.p-service-fv__wrap .c-service-point-cycle__img {
  bottom: -13px;
  height: 60px;
  right: 40px;
  width: 160px;
}

.p-service-fv__title {
  color: #013384;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: calc(60 / 42);
  margin-inline: auto;
  margin-top: 10px;
  text-align: center;
}

.p-service-fv__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 35px;
  text-align: center;
}

.p-service-fv__icon {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 35px;
  max-width: 440px;
  width: 100%;
}
.p-service-fv__icon img {
  aspect-ratio: 132/124;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-service-fv__notes {
  margin-top: 25px;
}

.p-service-fv__textloop {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.p-service-fv__textloop .bg-text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 143px;
  font-weight: bold;
  line-height: 1;
}

.p-service-about {
  background-color: #fff;
  margin-top: -20px;
  overflow: hidden;
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}

.p-service-about__contents {
  margin-inline: auto;
  max-width: 1006px;
}
.p-service-about__left .c-service-label {
  font-size: 16px;
  padding-block: 8px;
  padding-inline: 31px;
}
.p-service-about__left .c-service-label::after {
  bottom: -8px;
  height: 20px;
  width: 30px;
}

.p-service-about__title {
  margin-top: 45px;
}
.p-service-about__title .c-service-point-line__img {
  left: 0;
  top: 20px;
  width: 200px;
}

.p-service-about__title-head {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(29 / 20);
  padding-bottom: 2px;
  position: relative;
}
.p-service-about__title-head::after {
  background-color: #d12d5c;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-service-about__title-body {
  margin-top: 6px;
}

.p-service-about__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(34 / 15);
  margin-top: 20px;
  max-width: 435px;
}

.p-service-about__right {
  aspect-ratio: 504/506;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 504px;
  position: relative;
  width: 100%;
}

.p-service-about__right-img {
  position: absolute;
}
.p-service-about__right-img img {
  border-radius: 10px;
  box-shadow: 10px 13px 26px 0 rgba(155, 202, 229, 0.63);
  overflow: hidden;
}
.p-service-about__right-img:nth-of-type(1) {
  aspect-ratio: 350/240;
  left: 30px;
  top: 0;
  width: 69.4444444444%;
}
.p-service-about__right-img:nth-of-type(2) {
  aspect-ratio: 263/180;
  right: 0;
  top: 150px;
  width: 52.1825396825%;
}
.p-service-about__right-img:nth-of-type(2).c-service-img-line::after {
  right: -77px;
  top: -98px;
  z-index: 1;
}
.p-service-about__right-img:nth-of-type(3) {
  aspect-ratio: 167/194;
  bottom: 0;
  left: 0;
  width: 33.1349206349%;
}
.p-service-about__right-img:nth-of-type(3).c-service-img-line::after {
  bottom: -31px;
  left: -56px;
  z-index: 1;
}

.p-service-cta {
  background-image: linear-gradient(91deg, #b6dbf1 0%, #c7e3f6 25%, #f3f9ff 58%, #80bbdd 102%);
  border-radius: 40px;
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}

.p-service-cta__inner {
  margin-inline: auto;
  max-width: 720px;
}

.p-service-cta__text {
  padding-top: 60px;
}

.p-service-cta__text-wrap {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-cta__text-wrap .c-service-region {
  margin-top: 26px;
}

.p-service-cta__text-title {
  color: #033384;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(49 / 34);
}

.p-service-cta__text-label {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 21px;
}

.p-service-cta__text-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 15px;
}

.p-service-cta__bnr {
  padding-top: 40px;
  position: relative;
}

.p-service-cta__bnr-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.p-service-cta__bnr-wrap > p {
  color: #013384;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.1em;
  line-height: calc(26 / 15);
  margin-bottom: 31px;
  margin-top: 13px;
}

.p-service-cta__bnr-icon {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 31px;
  max-width: 380px;
  width: 100%;
}
.p-service-cta__bnr-icon img {
  aspect-ratio: 114/107;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-service-cta__bnr-pict {
  aspect-ratio: 241/331;
  bottom: -4px;
  margin-left: auto;
  margin-top: 40px;
  position: relative;
  width: 130px;
}
.p-service-cta__bnr-pict img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-worry {
  background-color: #ebf2f9;
  border-radius: 0 0 20px 20px;
  margin-top: -40px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.p-service-worry::after {
  background-color: #ebf2f9;
  bottom: -25px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.p-service-worry__inner {
  margin-inline: auto;
  max-width: 1185px;
  padding-inline: 20px;
}
.p-service-worry__inner .c-service-point-cycle {
  margin-inline: auto;
}
.p-service-worry__inner .c-service-point-cycle__img {
  height: 55px;
  left: 64px;
  top: -5px;
  width: 100px;
}

.p-service-worry__title {
  font-size: 25px;
  font-weight: bold;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service-worry__boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-top: 53px;
  max-width: 440px;
}

.p-service-worry-box {
  position: relative;
}
.p-service-worry-box:nth-of-type(1) {
  z-index: 3;
}
.p-service-worry-box:nth-of-type(1) .p-service-worry-box__pict {
  aspect-ratio: 130/233;
  width: 80px;
}
.p-service-worry-box:nth-of-type(2) {
  z-index: 2;
}
.p-service-worry-box:nth-of-type(2) .p-service-worry-box__pict {
  aspect-ratio: 125/195;
  width: 80px;
}
.p-service-worry-box:nth-of-type(3) {
  z-index: 1;
}
.p-service-worry-box:nth-of-type(3) .p-service-worry-box__pict {
  aspect-ratio: 110/226;
  width: 80px;
}

.p-service-worry-box__bg {
  filter: drop-shadow(10px 13px 26px rgba(155, 202, 229, 0.63));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-service-worry-box__bg img {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-service-worry-box__contents {
  padding: 60px 30px 140px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-service-worry-box__head {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(32 / 18);
}

.p-service-worry-box__label {
  color: #033384;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(35 / 24);
  margin-top: 20px;
  text-wrap-mode: nowrap;
}

.p-service-worry-box__desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  padding-top: 60px;
  position: relative;
}
.p-service-worry-box__desc > p {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(28 / 15);
  padding-left: 15px;
  position: relative;
}
.p-service-worry-box__desc > p::after {
  background-color: #033384;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 13px;
  width: 4px;
}
.p-service-worry-box__desc::after {
  background: url(../images/service_worry_icon.svg) no-repeat center/contain;
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.p-service-worry-box__pict {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}
.p-service-worry-box__pict img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-solution {
  background-color: #fff;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 100px;
}

.p-service-solution__inner {
  margin-inline: auto;
  max-width: 1134px;
}
.p-service-solution__inner .c-service-point-cycle {
  margin-inline: auto;
}
.p-service-solution__inner .c-service-point-cycle__img {
  height: 92px;
  right: 5px;
  top: -25px;
  width: 134px;
}

.p-service-solution__title {
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service-solution__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}

.p-service-solution__boxs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.p-service-solution__box {
  align-items: center;
  background-color: #fff;
  box-shadow: 10px 13px 26px 0 rgba(155, 202, 229, 0.63);
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 357px;
  padding: 31px 20px;
  row-gap: 20px;
}

.p-service-solution__label {
  color: #033384;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(26 / 18);
}

.p-service-solution__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 80px;
  margin-left: auto;
  overflow: hidden;
  width: 80px;
}

.p-service-solution__comment {
  font-size: 14px;
  font-weight: 500;
  grid-column: span 2;
  line-height: 2;
  margin-bottom: auto;
}

.p-service-reason {
  background-color: #ebf2f9;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 80px;
}

.p-service-reason__inner {
  margin-inline: auto;
  max-width: 1160px;
}
.p-service-reason__inner .c-service-point-cycle {
  margin-inline: auto;
}
.p-service-reason__inner .c-service-point-cycle__img {
  height: 74px;
  right: 61px;
  top: -18px;
  width: 110px;
}

.p-service-reason__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-reason__boxs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  margin-top: 70px;
  max-width: 600px;
}

.p-service-reason-box {
  padding-top: 25px;
  position: relative;
}
.p-service-reason-box::after {
  aspect-ratio: 708/512;
  content: "";
  display: block;
  opacity: 0.4;
  width: 128.2608695652%;
  -webkit-filter: blur(30px);
  background-color: #bbe3fc;
  border-radius: 50%;
  filter: blur(30px);
  left: 0;
  position: absolute;
  top: 110px;
  z-index: 1;
}
.p-service-reason-box:nth-of-type(1) .p-service-reason-box__num {
  aspect-ratio: 282/237;
}
.p-service-reason-box:nth-of-type(2) {
  grid-row: span 2;
}
.p-service-reason-box:nth-of-type(2) .p-service-reason-box__num {
  aspect-ratio: 347/237;
}
.p-service-reason-box:nth-of-type(3) .p-service-reason-box__num {
  aspect-ratio: 341/237;
}

.p-service-reason-box__num {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 215px;
  z-index: 2;
}
.p-service-reason-box__num img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-reason-box__title {
  color: #033384;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}

.p-service-reason-box__img {
  aspect-ratio: 466/274;
  border-radius: 10px;
  margin-top: 20px;
  max-width: 466px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}

.p-service-reason-box__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  max-width: 466px;
  position: relative;
  z-index: 3;
}

.p-service-voice {
  margin-top: -40px;
  overflow: hidden;
  padding-bottom: 120px;
  padding-inline: 20px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.p-service-voice::before, .p-service-voice::after {
  aspect-ratio: 949/717;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  opacity: 0.6;
  width: calc(949 / 1366 * 100vw);
  -webkit-filter: blur(30px);
  background-color: #ebf2fa;
  filter: blur(30px);
  position: absolute;
}
.p-service-voice::before {
  left: -266px;
  top: -330px;
}
.p-service-voice::after {
  bottom: -440px;
  right: -266px;
}

.p-service-voice__inner {
  margin-inline: auto;
  max-width: 1006px;
  position: relative;
  z-index: 2;
}
.p-service-voice__inner .c-service-point-line {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-voice__inner .c-service-point-line__img {
  bottom: -8px;
  left: 0;
  width: 100%;
}

.p-service-voice__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service-voice__boxs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 400px;
}

.p-service-voice__box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 13px 26px 0 rgba(155, 202, 229, 0.63);
  padding: 40px 20px;
}

.p-service-voice__left {
  flex-shrink: 0;
  margin-inline: auto;
  position: relative;
  width: 80%;
}
.p-service-voice__left::after {
  background: url(../images/service_voice_smail.svg) no-repeat center/contain;
  content: "";
  height: 69px;
  left: -25px;
  position: absolute;
  top: -27px;
  width: 65px;
}

.p-service-voice__left-img {
  aspect-ratio: 190/180;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.p-service-voice__left-label {
  background-color: #2da5e0;
  border-radius: 6px;
  bottom: -15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(20 / 14);
  padding: 5px 9px 5px 10px;
  position: absolute;
  right: -9px;
}

.p-service-voice__right {
  margin-top: 30px;
}

.p-service-voice__right-title {
  color: #033384;
  font-size: 22px;
  font-weight: bold;
  line-height: calc(32 / 22);
}

.p-service-voice__right-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 10px;
}

.p-service-bgwrap {
  background-image: linear-gradient(to bottom, #ebf2f9, #eef4fb 45%, #f8fbfd);
  margin-top: -40px;
}

.p-service-flow {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-service-flow__inner {
  overflow: hidden;
  padding-inline: 20px;
  width: 100%;
}
.p-service-flow__inner .c-service-point-line__img {
  bottom: -3px;
  height: 20px;
  left: 0;
  width: 135px;
}

.p-service-flow__slide {
  margin-top: 40px;
}
.p-service-flow__slide.swiper {
  overflow: visible;
}
.p-service-flow__slide .swiper-wrapper {
  display: flex;
}
.service-flow-slide {
  background-color: #c4e3f7;
  border-radius: 20px;
  height: -webkit-fill-available;
  padding: 20px;
  width: 100%;
}

.service-flow-slide__img {
  aspect-ratio: 371/239;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.service-flow-slide__text {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: 40px auto;
  margin-top: 15px;
  row-gap: 13px;
}

.service-flow-slide__num {
  color: #033384;
  font-size: 26px;
  font-weight: bold;
  line-height: calc(37 / 26);
}

.service-flow-slide__title {
  color: #033384;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(29 / 20);
}

.service-flow-slide__desc {
  font-size: 14px;
  font-weight: 600;
  grid-column: span 2;
  line-height: 2;
}

.p-service-flow__slide-bottom {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.p-service-flow__slide-bottom .swiper-button-prev::after,
.p-service-flow__slide-bottom .swiper-button-next::after {
  content: "";
}
.p-service-flow__slide-bottom .swiper-pagination {
  height: 4px;
  margin-left: 10px;
  max-width: 1035px;
  position: relative;
}
.p-service-flow__slide-bottom .swiper-pagination-progressbar {
  background: #d2d9e0;
}
.p-service-flow__slide-bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #9f9f9f;
}
.p-service-flow__slide-bottom .swiper-button-prev,
.p-service-flow__slide-bottom .swiper-button-next {
  aspect-ratio: 1/1;
  background-image: url(../images/service_slide_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  position: relative;
  width: 40px;
}
.p-service-flow__slide-bottom .swiper-button-next {
  transform: scale(-1, 1);
}

.p-service-faq {
  padding-inline: 20px;
}

.p-service-faq__inner {
  margin-inline: auto;
  max-width: 1125px;
}
.p-service-faq__inner .c-service-point-line {
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-faq__inner .c-service-point-line__img {
  bottom: -5px;
  left: 0;
  width: 100%;
}

.p-service-faq__boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}

.p-service-faq__box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.p-service-faq__q,
.p-service-faq__a {
  align-items: center;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
  line-height: 2;
}
.p-service-faq__q::before,
.p-service-faq__a::before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.p-service-faq__q {
  background-color: #c4e3f7;
  padding: 30px 20px;
}
.p-service-faq__q::before {
  background-color: #033384;
  content: "Q";
}

.p-service-faq__a {
  background-color: #fff;
  padding: 30px 20px;
}
.p-service-faq__a::before {
  background-color: #2da5e0;
  content: "A";
}

.p-service-others {
  padding-top: 100px;
}
.p-service-others .c-service-point-line {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-others .c-service-point-line__img {
  bottom: -14px;
  height: auto;
  left: 0;
  width: 120%;
}

.p-service-others__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-others__notes {
  color: #d12d5d;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  text-align: center;
}

.p-service-others__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  margin-top: 20px;
  text-align: center;
}

.p-service-others__slides {
  margin-top: 40px;
}

.gallery-slide .swiper-slide {
  aspect-ratio: 370/280;
  position: relative;
  width: 100%;
}

.gallery-slide__label {
  background-color: #2da5e0;
  border-radius: 50px;
  border-radius: 999px;
  bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: calc(21 / 15);
  padding: 3px 7px;
  position: absolute;
  right: 10px;
}

.p-service-bottom {
  background-color: #ebf2f9;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 80px;
}

.p-service-bottom__inner {
  margin-inline: auto;
  max-width: 1156px;
}

.p-service-bottom__boxs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 400px;
}

.p-service-bottom__box {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 13px 26px 0 rgba(155, 202, 229, 0.63);
  display: flex;
  gap: 15px;
  height: 120px;
  overflow: hidden;
  padding-inline: 20px 38px;
  position: relative;
  width: 100%;
}
.p-service-bottom__box::before {
  background-color: #2da5e0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
.p-service-bottom__box::after {
  background: url(../images/service_bottom_arrow.svg) no-repeat center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.p-service-bottom__icon {
  flex-shrink: 0;
  height: 50px;
  width: 55px;
}
.p-service-bottom__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-bottom__head {
  align-items: baseline;
  color: #d12d5d;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: bold;
  gap: 5px;
  letter-spacing: 0.1em;
  line-height: calc(17 / 13);
}
.p-service-bottom__head::after, .p-service-bottom__head::before {
  background-color: #d12d5d;
  content: "";
  height: 10px;
  width: 1.5px;
}
.p-service-bottom__head::before {
  transform: rotate(-30deg);
}
.p-service-bottom__head::after {
  transform: rotate(30deg);
}

.p-service-bottom__label {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(26 / 18);
  margin-top: 5px;
}

.p-service-bottom__bnr {
  aspect-ratio: 910/344;
  display: block;
  margin-inline: auto;
  margin-top: 80px;
  max-width: 910px;
  overflow: hidden;
  width: 100%;
}

.p-service-price {
  padding-inline: 20px;
  padding-top: 80px;
}

.p-service-price__inner {
  margin-inline: auto;
  max-width: 1106px;
}
.p-service-price__inner .c-service-point-line {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-price__inner .c-service-point-line__img {
  bottom: -8px;
  left: -8px;
  width: 100%;
}

.p-service-price__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-price__noes {
  color: #d12d5d;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  margin-top: 14px;
  text-align: center;
}
.p-service-price__noes.p-service-price__noes--black {
  color: inherit;
}

.p-service-price__container {
  margin-top: 40px;
}

.service-floor {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.service-floor__head {
  align-items: center;
  background-color: #c4e3f7;
  border-radius: 10px;
  color: #033384;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  padding-inline: 20px;
}

.service-floor__box {
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 60px;
  overflow: hidden;
}
.service-floor__box p {
  align-items: center;
  display: flex;
  text-align: right;
}

.service-floor__box--blank {
  height: 40px;
  position: relative;
}
.service-floor__box--blank::after, .service-floor__box--blank::before {
  background-color: #d12d5d;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.service-floor__box--blank::after {
  height: 5px;
  width: 30px;
}

.service-floor__box-head {
  align-items: center;
  background-color: #c4e3f7;
  color: #033384;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

.service-floor__box-body {
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-end;
  padding-block: 15px;
  padding-right: 15px;
}

.service-unit {
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
}

.service-unit__head {
  align-items: center;
  background-color: #c4e3f7;
  color: #033384;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  padding-inline: 20px;
}

.service-unit__box {
  padding: 0 20px 10px;
}

.service-unit__item {
  border-bottom: dotted 1.5px #8ec1e1;
  font-size: 17px;
  font-weight: 500;
  line-height: calc(25 / 17);
  padding-block: 15px;
}

.p-buddhist-altar .p-service-faq__q.adjust-sp {
  letter-spacing: 0.15em;
}

.p-remains .service-flow-slide__desc.adjust-sp {
  letter-spacing: 0.03em;
}

.p-unwanted-items .p-service-about {
  margin-top: 0;
}

.p-unwanted-items .p-service-fv__label,
.p-remains .p-service-fv__label,
.p-buddhist-altar .p-service-fv__label {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.46;
}
.p-unwanted-items .p-service-fv__wrap .c-service-point-cycle__img,
.p-remains .p-service-fv__wrap .c-service-point-cycle__img,
.p-buddhist-altar .p-service-fv__wrap .c-service-point-cycle__img {
  left: 13px;
  top: 0;
  width: 200px;
}
.p-unwanted-items .p-service-fv__wrap .p-service-fv__desc,
.p-remains .p-service-fv__wrap .p-service-fv__desc,
.p-buddhist-altar .p-service-fv__wrap .p-service-fv__desc {
  margin-top: 10px;
}
.p-unwanted-items .p-service-fv__wrap .p-service-fv__icon,
.p-remains .p-service-fv__wrap .p-service-fv__icon,
.p-buddhist-altar .p-service-fv__wrap .p-service-fv__icon {
  margin-top: 25px;
}
.p-unwanted-items .p-service-about__title-head,
.p-remains .p-service-about__title-head,
.p-buddhist-altar .p-service-about__title-head {
  font-size: 20px;
}
@media (min-width: 414px) {
  .p-service-worry-box__contents {
    padding: 60px 90px 55px 30px;
  }
  .p-buddhist-altar .p-service-faq__q.adjust-sp {
    letter-spacing: normal;
  }
  .p-buddhist-altar .service-flow-slide__desc.adjust-spwide {
    letter-spacing: 0.15em;
  }
  .p-remains .service-flow-slide__desc.adjust-sp {
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  .p-service-about {
    padding-top: 135px;
  }
  .p-service-about__contents {
    display: grid;
    gap: 66px;
    grid-template-columns: auto 1fr;
  }
  .p-service-cta__text-wrap {
    margin-inline: 0;
    max-width: 460px;
    width: auto;
  }
  .p-service-cta__bnr {
    padding-bottom: 60px;
    padding-right: 200px;
  }
  .p-service-cta__bnr-wrap {
    max-width: 400px;
  }
  .p-service-cta__bnr-pict {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 265px;
  }
  .p-service-worry__boxs {
    max-width: 550px;
  }
  .p-service-worry-box:nth-of-type(1) .p-service-worry-box__pict {
    width: 130px;
  }
  .p-service-worry-box:nth-of-type(2) .p-service-worry-box__pict {
    width: 125px;
  }
  .p-service-worry-box:nth-of-type(3) .p-service-worry-box__pict {
    width: 110px;
  }
  .p-service-worry-box__contents {
    padding: 60px 135px 80px 30px;
  }
  .p-service-solution__box {
    min-height: 300px;
    padding: 22px 35px 35px;
    row-gap: 28px;
  }
  .p-service-reason-box__num {
    width: 300px;
  }
  .p-service-voice__boxs {
    margin-inline: 0;
    margin-top: 50px;
    max-width: 100%;
  }
  .p-service-voice__box {
    align-items: center;
    display: flex;
    gap: 50px;
    padding: 40px;
  }
  .p-service-voice__left {
    margin-inline: 0;
    width: 190px;
  }
  .p-service-voice__right {
    margin-top: 0;
  }
  .p-service-voice__right-desc {
    line-height: calc(34 / 15);
    margin-top: 22px;
  }
  .service-floor {
    max-width: 400px;
  }
  .service-floor__box-head {
    font-size: 20px;
  }
  .service-unit__box {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 100%;
    padding: 0;
  }
  .service-unit__list {
    height: 100%;
    padding: 10px 20px 30px;
  }
  .service-unit__list:nth-of-type(1) {
    border-right: solid 1.5px #e2e2e2;
  }
  .service-unit__item {
    padding-block: 19px;
  }
  .p-buddhist-altar .service-flow-slide__desc.adjust-spwide {
    letter-spacing: 0.15em;
  }
}
@media (min-width: 1024px) {
  .c-service-section-title {
    font-size: 34px;
  }
  .p-service-fv__contents {
    align-items: center;
    display: grid;
    grid-template-columns: 31.4787701318% auto 31.4787701318%;
    grid-template-columns: 23.4375% auto 23.4375%;
    margin-top: 15px;
    padding-bottom: 0;
    width: 100%;
  }
  .p-service-fv__box {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
  .p-service-fv__box--img {
    grid-row: auto;
    width: 100%;
  }
  .p-service-fv__box--img.is-load:last-child {
    margin-left: 0;
  }
  .p-service-fv__wrap .c-service-point-cycle__img {
    bottom: -20px;
    height: 92px;
    right: 40px;
    width: 192px;
  }
  .p-service-fv__title {
    font-size: 42px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-service-fv__desc {
    line-height: calc(34 / 15);
  }
  .p-service-fv__textloop {
    position: relative;
  }
  .p-service-about__left {
    padding-top: 80px;
  }
  .p-service-about__title .c-service-point-line__img {
    top: 30px;
    width: 311px;
  }
  .p-service-about__desc {
    margin-top: 25px;
  }
  .p-service-about__right {
    margin: 0;
  }
  .p-service-about__right-img:nth-of-type(2) {
    top: 209px;
  }
  .p-service-cta__inner {
    max-width: 1222px;
  }
  .p-service-cta__contents {
    display: grid;
    gap: 25px;
    grid-template-columns: auto 580px;
  }
  .p-service-cta__text {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-block: 75px 70px;
  }
  .p-service-cta__text-title {
    font-size: 34px;
  }
  .p-service-cta__text-desc {
    font-size: 14px;
    line-height: calc(34 / 15);
  }
  .p-service-cta__bnr {
    padding: 0;
  }
  .p-service-cta__bnr-wrap {
    background-color: #d5e8fa;
    border-radius: 40px 40px 0 0;
    bottom: 0;
    height: calc(100% + 46px);
    left: 0;
    max-width: 485px;
    padding-inline: 10px;
    position: absolute;
  }
  .p-service-cta__bnr-pict {
    width: 135px;
  }
  .p-service-worry {
    border-radius: 0 0 40px 40px;
    padding-bottom: 120px;
    padding-bottom: 220px;
    padding-top: 156px;
  }
  .p-service-worry::after {
    bottom: -47px;
    height: 124px;
    width: 247px;
  }
  .p-service-worry__inner .c-service-point-cycle__img {
    height: 75px;
    left: 78px;
    top: -14px;
    width: 157px;
  }
  .p-service-worry__title {
    font-size: 34px;
  }
  .p-service-worry__boxs {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
    max-width: 100%;
  }
  .p-service-worry-box {
    width: 108%;
  }
  .p-service-worry-box:nth-of-type(2) {
    margin-left: -15px;
  }
  .p-service-worry-box:nth-of-type(2) .p-service-worry-box__contents {
    padding-left: 84px;
    padding-top: 71px;
  }
  .p-service-worry-box:nth-of-type(2) .p-service-worry-box__pict {
    right: -30px;
  }
  .p-service-worry-box:nth-of-type(3) {
    margin-left: -30px;
  }
  .p-service-worry-box:nth-of-type(3) .p-service-worry-box__contents {
    padding-left: 85px;
    padding-top: 70px;
  }
  .p-service-worry-box__contents {
    padding-bottom: 68px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 85px;
  }
  .p-service-worry-box__head {
    font-size: 16px;
  }
  .p-service-worry-box__label {
    text-wrap-mode: wrap;
    font-size: 20px;
    margin-top: 34px;
  }
  .p-service-worry-box__desc {
    gap: 8px;
    max-width: 270px;
    padding-top: 67px;
  }
  .p-service-worry-box__desc > p {
    font-size: 14px;
  }
  .p-service-worry-box__pict {
    bottom: -150px;
  }
  .p-service-solution {
    padding-bottom: 120px;
    padding-top: 112px;
  }
  .p-service-solution__inner .c-service-point-cycle__img {
    height: 92px;
    right: 5px;
    top: -25px;
    width: 192px;
  }
  .p-service-solution__desc {
    line-height: calc(34 / 15);
    margin-top: 30px;
  }
  .p-service-solution__icon {
    height: 94px;
    width: 94px;
  }
  .p-service-reason {
    border-radius: 40px;
    padding-bottom: 90px;
    padding-top: 105px;
  }
  .p-service-reason__inner .c-service-point-cycle__img {
    height: 92px;
    right: 77px;
    top: -21px;
    width: 192px;
  }
  .p-service-reason__boxs {
    align-items: center;
    -moz-column-gap: 45px;
         column-gap: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: 0;
    max-width: 100%;
    padding-left: 15px;
    row-gap: 5px;
  }
  .p-service-reason-box {
    padding-top: 100px;
  }
  .p-service-reason-box:nth-of-type(1) .p-service-reason-box__num {
    right: 33px;
    width: 282px;
  }
  .p-service-reason-box:nth-of-type(2) {
    padding-bottom: 35px;
    padding-top: 40px;
  }
  .p-service-reason-box:nth-of-type(2) .p-service-reason-box__num {
    top: -65px;
    width: 347px;
  }
  .p-service-reason-box:nth-of-type(2) .p-service-reason-box__img {
    margin-top: 25px;
  }
  .p-service-reason-box:nth-of-type(3) .p-service-reason-box__num {
    right: 8px;
    width: 341px;
  }
  .p-service-reason-box__img {
    margin-top: 30px;
  }
  .p-service-reason-box__desc {
    margin-top: 27px;
  }
  .p-service-voice {
    padding-bottom: 167px;
    padding-top: 165px;
  }
  .p-service-voice__inner .c-service-point-line__img {
    bottom: -4px;
    height: 16px;
    left: -4px;
    width: 178px;
  }
  .p-service-flow {
    padding-top: 150px;
  }
  .p-service-flow__inner {
    padding-inline: 0px;
    padding-left: 60px;
  }
  .p-service-flow__inner .c-service-point-line__img {
    height: 20px;
    width: 230px;
  }
  .p-service-flow__slide {
    margin-top: 50px;
  }
  .p-service-flow__slide.swiper {
    padding-right: 122px;
  }
  .service-flow-slide__text {
    margin-top: 20px;
    padding: 0 12px;
    row-gap: 8px;
  }
  .p-service-faq {
    padding-top: 35px;
  }
  .p-service-faq__inner .c-service-point-line__img {
    bottom: 0px;
    height: 20px;
    width: 225px;
  }
  .p-service-faq__box {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .p-service-faq__q,
  .p-service-faq__a {
    gap: 20px;
    line-height: 2.25;
  }
  .p-service-faq__q::before,
  .p-service-faq__a::before {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .p-service-faq__q {
    padding: 40px 20px 40px 20px;
  }
  .p-service-faq__a {
    padding: 40px 20px 40px 20px;
  }
  .p-service-others {
    padding-top: 120px;
  }
  .p-service-others__slides {
    margin-top: 60px;
  }
  .gallery-slide__label {
    bottom: 20px;
    font-size: 15px;
    padding: 4px 14px 3px 18px;
    right: 20px;
  }
  .p-service-bottom {
    padding-bottom: 150px;
  }
  .p-service-bottom__boxs {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .p-service-bottom__box {
    gap: 25px;
    padding-inline: 26px 38px;
  }
  .p-service-bottom__icon {
    height: 70px;
    width: 70px;
  }
  .p-service-price {
    padding-top: 120px;
  }
  .p-service-price__container {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 34.3580470163% 62.0253164557%;
    justify-content: space-between;
    margin-top: 50px;
  }
  .service-floor__head {
    height: 80px;
    padding-inline: 30px;
  }
  .service-floor__box {
    grid-template-columns: 57.8947368421% 42.1052631579%;
    height: 80px;
  }
  .service-unit {
    margin-top: 0;
  }
  .service-unit__head {
    height: 80px;
    padding-inline: 30px;
  }
  .p-unwanted-items .p-service-fv__wrap .c-service-point-cycle__img,
  .p-remains .p-service-fv__wrap .c-service-point-cycle__img,
  .p-buddhist-altar .p-service-fv__wrap .c-service-point-cycle__img {
    left: 74px;
    top: 0;
  }
  .p-unwanted-items .p-service-about__title-head,
  .p-remains .p-service-about__title-head,
  .p-buddhist-altar .p-service-about__title-head {
    font-size: 26px;
  }
}
@media (min-width: 1366px) {
  .p-service-fv__contents {
    grid-template-columns: 31.4787701318% auto 31.4787701318%;
  }
  .p-service-cta__contents {
    grid-template-columns: auto 677px;
  }
  .p-service-cta__text-desc {
    font-size: 15px;
  }
  .p-service-cta__bnr-pict {
    width: 241px;
  }
  .p-service-worry {
    padding-bottom: 120px;
  }
  .p-service-worry__boxs {
    padding-right: 25px;
  }
  .p-service-worry-box:nth-of-type(1) .p-service-worry-box__pict {
    bottom: -18px;
    right: -25px;
  }
  .p-service-worry-box:nth-of-type(2) .p-service-worry-box__pict {
    bottom: -11px;
  }
  .p-service-worry-box:nth-of-type(3) .p-service-worry-box__pict {
    bottom: -22px;
    right: -17px;
  }
  .p-service-worry-box__head {
    font-size: 18px;
  }
  .p-service-worry-box__label {
    font-size: 24px;
  }
  .p-service-worry-box__desc > p {
    font-size: 15px;
  }
  .p-service-worry-box__pict {
    bottom: 0;
  }
  .p-service-solution__boxs {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: 0;
    margin-top: 71px;
    max-width: 100%;
    row-gap: 15px;
  }
  .p-service-solution__box {
    max-width: 100%;
  }
  .p-service-reason-box {
    padding-top: 62px;
  }
  .p-service-reason-box:nth-of-type(2) {
    padding-top: 0;
  }
  .p-service-flow__inner {
    padding-left: 122px;
  }
  .p-service-faq__q,
  .p-service-faq__a {
    gap: 35px;
  }
  .p-service-faq__q {
    padding: 40px 50px 40px 35px;
  }
  .p-service-faq__a {
    padding: 35px 35px 33px 45px;
  }
  .p-service-bottom__boxs {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-floor__box-head {
    padding-left: 28px;
  }
  .service-floor__box-body {
    font-size: 17px;
    padding-right: 28px;
  }
  .service-unit__box {
    grid-template-columns: 50% 50%;
  }
}