.page-service-section .page-service-section__point-label {
  color: var(--theme-color);
}
.page-service-section .page-service-section__label {
  background: var(--theme-color);
}
.page-service-section .page-service-section__menu-title::before {
  background: var(--theme-color);
}

.theme-sky {
  --theme-color: #0391db;
  position: relative;
  z-index: 3;
}

.theme-blue {
  --theme-color: #3567b8;
  position: relative;
  z-index: 4;
}

.theme-navy {
  --theme-color: #284169;
  position: relative;
  z-index: 5;
}

.page-service-intro {
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 60px;
  position: relative;
}
.page-service-intro::after {
  aspect-ratio: 1366/1210;
  background: linear-gradient(180deg, #98d0ee 0%, #66b3e7 32.69%, #92c5e8 62.37%);
  content: "";
  display: block;
  height: auto;
  left: 0;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-service-intro__wrap {
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-service-intro__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-service-intro__top img {
  aspect-ratio: 207/142;
  border-radius: 10px 0 10px 10px;
  flex-shrink: 0;
  margin-left: auto;
  max-width: 207px;
  overflow: hidden;
  width: 100%;
}

.page-service-intro__bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  margin-top: 40px;
}

.page-service-intro__img {
  aspect-ratio: 489/375;
  border-radius: 10px 0 10px 10px;
  max-height: 290px;
  max-width: 489px;
  overflow: hidden;
  width: 100%;
}

.page-service-intro__desc {
  margin-inline: auto;
  max-width: 478px;
  width: 100%;
}
.page-service-intro__desc.c-desc-default {
  font-size: 16px;
  gap: 15px;
  line-height: calc(36 / 16);
}
.page-service-intro__fotter {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-inline: auto;
  margin-top: 60px;
  max-width: 460px;
}

.page-service-intro__fotter-item {
  align-items: center;
  display: flex;
  padding-block: 25px;
}
.page-service-intro__fotter-item:nth-of-type(2) {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.page-service-intro__fotter-link {
  align-items: center;
  display: flex;
  gap: 11px;
  justify-content: center;
  width: 100%;
}
.page-service-intro__fotter-link img {
  flex-shrink: 0;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  width: 60px;
}
.page-service-intro__fotter-link p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2;
  width: 100%;
}
.page-service-intro__fotter-link::after {
  background: url(../images/arrow_down_white.svg) no-repeat center center/contain;
  content: "";
  height: 12px;
  transition: transform 0.3s ease;
  width: 13px;
}
.page-service-intro__fotter-link:hover {
  opacity: 1;
}
.page-service-intro__fotter-link:hover::after {
  transform: translateY(3px);
}

.page-service-section {
  background-color: #f0f3f6;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
.page-service-section:nth-of-type(odd) {
  background: #d8e1ea;
}
.page-service-section .inner {
  max-width: 1176px;
  padding-inline: 20px;
}
.page-service-section .c-title-jp {
  margin-top: 12px;
}

.page-service-section__label {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: 15px 10px;
}

.page-service-section__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 13px;
}
.page-service-section__head .c-desc-default {
  font-size: 16px;
  line-height: 2.25;
  max-width: 688px;
  width: 100%;
}

.page-service-section__btn {
  flex-shrink: 0;
  margin-left: auto;
}
.page-service-section__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 25px;
}

.page-service-section__img {
  aspect-ratio: 504/675;
  border-radius: 10px;
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}

.page-service-section__point {
  border-top: 1px solid #aeb8c9;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
}

.page-service-section__point-item {
  align-items: flex-start;
  border-bottom: 1px solid #aeb8c9;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-block: 30px;
}
.page-service-section__point-item .c-desc-default {
  line-height: 2.28;
  margin-top: 20px;
}

.page-service-section__point-label {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 600;
}

.page-service-section__point-title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 15px;
}

.page-service-section__menu {
  background: #fff;
  border-radius: 10px 0 0 10px;
  margin-left: calc(30 / 375 * 100vw);
  margin-top: 60px;
  padding: 40px 30px;
}

.page-service-section__menu-title {
  align-items: center;
  color: #284169;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page-service-section__menu-title::before {
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.page-service-section__menu-boxs {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  margin-top: 32px;
  row-gap: 10px;
}

.page-service-section__menu-box {
  align-items: center;
  background: #f0f3f6;
  border-radius: 5px;
  display: flex;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.03em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page-service-intro__top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-service-intro__bottom {
    align-items: center;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .page-service-intro__img {
    max-height: 100%;
  }
  .page-service-intro__desc.c-desc-default {
    gap: 28px;
  }
  .page-service-intro__fotter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    max-width: 100%;
    padding-block: 48px 38px;
  }
  .page-service-intro__fotter-item {
    justify-content: center;
    padding-block: 0px;
  }
  .page-service-intro__fotter-item:nth-of-type(2) {
    border-bottom: none;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: none;
  }
  .page-service-intro__fotter-link {
    flex-direction: column;
    min-width: 200px;
    width: auto;
  }
  .page-service-intro__fotter-link img {
    height: 77px;
    width: 77px;
  }
  .page-service-intro__fotter-link p {
    text-align: center;
    width: auto;
  }
  .page-service-section__head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-service-section__contents {
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-top: 65px;
  }
  .page-service-section__img {
    max-height: 100%;
    max-width: 504px;
  }
  .page-service-section__point {
    max-width: 570px;
  }
  .page-service-section__point-item {
    padding-bottom: 40px;
    padding-top: 37px;
  }
  .page-service-section__point-item .c-desc-default {
    margin-top: 30px;
  }
  .page-service-section__menu {
    margin-left: calc(57 / 1366 * 100vw);
    margin-top: 80px;
    padding: 40px 120px 48px 58px;
  }
  .page-service-section__menu-boxs {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    row-gap: 18px;
  }
  .page-service-section__menu-box {
    height: 67px;
  }
}

@media (min-width: 1024px) {
  .page-service-intro {
    padding-bottom: 130px;
    padding-top: 110px;
  }
  .page-service-intro__bottom {
    gap: 60px;
    margin-top: 55px;
  }
  .page-service-section {
    padding-bottom: 170px;
    padding-top: 130px;
  }
  .page-service-section {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
  }
}