@charset "utf-8";
.p-common-support__befor {
  display: none;
}
.u-color-yellow {
  color: #ffd85a;
}
.u-color-white {
  color: #fff;
}
.p-ss {
  overflow: hidden;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-ss__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-ss img {
  max-width: 100%;
  height: auto;
}
.p-ss__kv {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-ss__kv__img {
    height: 240px;
    display: flex;
    justify-content: flex-end;
  }
  .p-ss__kv__img img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
.p-ss__kv__text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: max-content;
}
@media screen and (min-width: 768px), print {
  .p-ss__kv__text {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 26px;
    font-size: clamp(13px, 26/1920*100vw, 26px);
  }
}
.p-ss__kv__h1 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px), print {
  .p-ss__kv__h1 {
    font-size: min(56/1920*100vw, 56px);
    letter-spacing: -0.1em;
    text-indent: -0.2em;
  }
  .p-ss__kv__h1__large {
    font-size: min(72/1920*100vw, 72px);
  }
}
.p-ss__kv__ribbon {
  background: #ffd85a;
  color: #0099e4;
  padding: 4px 30px 4px 10px;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 4px;
}
@media screen and (min-width: 768px), print {
  .p-ss__kv__ribbon {
    width: fit-content;
    order: -1;
    font-size: 32px;
    font-size: clamp(16px, 32/1920*100vw, 32px);
    clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 100%, 0% 100%);
    padding: 0.25em 50px 0.25em 0.85em;
    margin-bottom: 0;
  }
}

.p-ss__kv__text__strong {
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-ss__kv__text__strong {
    font-size: 30px;
    font-size: clamp(15px, 30/1920*100vw, 30px);
  }
}
.p-ss__section {
  padding: 40px 0 56px;
}
@media screen and (min-width: 768px), print {
  .p-ss__section {
    padding-top: 86px;
    padding-bottom: 120px;
  }
}
.p-ss__section--blue {
  background: #e5f6fc;
}

.p-ss__review-list > li {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px), print {
  .p-ss__review-list {
    column-count: 2;
    column-gap: 40px;
  }
  .p-ss__review-list > li {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 40px;
  }
}
.p-ss__review {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .p-ss__review {
    padding: 32px 40px 40px;
  }
}
.p-ss__review__icon {
  width: 72px;
  margin: 0 auto 12px;
}
.p-ss__review__reply {
  position: relative;
  padding: 20px;
  background: #cef2ff;
  margin-top: 30px;
  color: #004da1;
  border-radius: 16px;
  font-size: 14px;
}
.p-ss__review__reply::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 1px);
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background-color: inherit;
  pointer-events: none;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.p-ss__review__reply-heading {
  background: #004da1;
  color: #fff;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0.3em 2em;
  border-radius: 15px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.p-ss__thanks {
  position: relative;
  background-image: linear-gradient(135deg, #bcebfc 0%, #bcebfc 60%, #abe5fb 60%, #abe5fb 100%);
  padding: 24px 24px 266px;
  border-radius: 24px;
  margin: 40px auto;
  font-size: 16px;
}
.p-ss__thanks__heading {
  font-size: 22px;
  font-weight: bold;
  color: #004da1;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .p-ss__thanks {
    padding: 56px 355px 56px 72px;
    margin: 88px auto;
  }
  .p-ss__thanks__heading {
    text-align: left;
    font-size: 24px;
  }
}
.p-ss__thanks__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 227px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
  .p-ss__thanks__img {
    left: auto;
    right: 55px;
    width: 247px;
    transform: none;
  }
}
.p-ss__button--large {
  width: 100%;
  height: 90px;
}
.p-ss__button--large > span {
  font-size: 16px;
}
.push-ss-button {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .p-ss__button--large {
    height: 150px;
  }
  .p-ss__button--large > span {
    font-size: 24px;
  }
  .p-ss__button--large::after {
    width: 15px;
    height: 15px;
  }
  .push-ss-button {
    margin-bottom: 88px;
  }
}

