@charset "utf-8";
.u-text-center {
  text-align: center;
}
.p-safety-service {
  overflow: hidden;
  line-height: 1.66;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", roboto, sans-serif;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-safety-service {
    font-size: 12px;
  }
  .p-safety-service .u-pc-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-safety-service img {
  max-width: 100%;
  height: auto;
}
.p-safety-service__kv {
  background: #004da1;
  overflow: hidden;
}
.p-safety-service__kv__inner {
  display: flex;
  gap: 3.8%;
}
.p-safety-service__kv__text {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 14px 0;
}
.p-safety-service__kv__text h1 {
  font-size: min(28/768*100vw, 50px);
  font-weight: bold;
  line-height: 1.2;
  margin-left: -1.22em;
  word-break: keep-all;
}
.p-safety-service__kv__text p {
  font-size: min(20/768*100vw, 28px);
  width: fit-content;
  margin-top: 13px;
}
.p-safety-service__kv__text__line {
  color: #fff;
  background: #000;
  padding: 0.1em 0.5em;
  transform: skewX(-10deg);
  display: inline-block;
}
.p-safety-service__kv__text strong {
  color: #facf60;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-safety-service__kv__text__line:not(:last-child) {
    padding-right: 0;
  }
  .p-safety-service__kv__text__line:not(:first-child) {
    padding-left: 0;
    margin-left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .p-safety-service__kv__text {
    padding: 18px 0 4px;
  }
  .p-safety-service__kv__text p {
    font-size: 23px;
  }
  .p-safety-service__kv__text__line {
    margin-bottom: 4px;
  }
}
.p-safety-service__kv__img {
  flex: 0 1 auto;
  width: 35%;
  padding-right: 30px;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-safety-service__kv__inner {
    flex-direction: column;
    align-items: center;
  }
  .p-safety-service__kv__text {
    align-items: center;
  }
  .p-safety-service__kv__text h1 {
    margin-left: 0;
    font-size: 32px;
  }
  .p-safety-service__kv__img {
    align-self: auto;
    width: auto;
    max-width: 62.1%;
  }
}
.p-safety-service__section {
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 64px;
}
.p-safety-service__section--pale {
  background: #e5f6fc;
  padding-top: 25px;
}
.p-safety-service__section--pattern {
  background: repeat url(../images/bg-pattern2.png) left top/auto #f2fafe;
}
@media screen and (max-width: 767px) {
  .p-safety-service__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-safety-service__box {
  padding: 45px 30px 30px;
  text-align: center;
  box-shadow: 4px 4px 0 0 rgba(72, 72, 72, 0.1);
  margin-bottom: 30px;
  background: #f6f6f6;
}
.p-safety-service__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-safety-service__box {
    padding: 20px 15px 30px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.p-safety-service__box--point {
  background: repeat url(../images/bg-pattern1.png) left top/auto #fff;
}
.p-safety-service__box__icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-safety-service__box__icon img {
    width: 52px;
  }
}
.p-safety-service__box__heading {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  font-style: italic;
}
 .p-safety-service__box--point .p-safety-service__box__heading span {
  background: linear-gradient(to top, rgba(250, 208, 98, 0.5) 0%, rgba(250, 208, 98, 0.5) 30%, transparent 30%);
}

@media screen and (max-width: 767px) {
  .p-safety-service__box {
    text-align: left;
  }
  .p-safety-service__box__heading {
    font-size: 26px;
    text-align: center;
    line-height: 1.38;
    margin-bottom: 30px;
  }
}

.p-safety-service__point-list__container {
  position: relative;
  padding: 0 10px;
}
.p-safety-service__point-list {
  text-align: center;
  margin-bottom: 30px;
}
.p-safety-service__point-list__prev,
.p-safety-service__point-list__next {
  position: absolute;
  top: 60%;
  width: 14px;
  height: 21px;
  background: no-repeat url(../images/arrow-right.webp) center/contain;
  z-index: 9;
  cursor: pointer;
}
.p-safety-service__point-list__prev {
  left: 0;
  transform: rotateY(180deg);
}
.p-safety-service__point-list__next {
  right: 0;
}
.p-safety-service__point-list__prev.swiper-button-disabled,
.p-safety-service__point-list__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .p-safety-service__point-list__container {
    display: contents;
    padding: 0;
  }
  .p-safety-service__point-list__prev,
  .p-safety-service__point-list__next {
    display: none;
  }
  .p-safety-service__point-list {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
  }
  .p-safety-service__point-list > li {
    flex: 1;
    width: calc((100% - 30px) / 3);
  }
}
.p-safety-service__point-list__balloon {
  position: relative;
  background: #004da1;
  color: #fff;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  width: 300px;
  min-width: fit-content;
  max-width: 100%;
  border-radius: 20px / 50%;
  margin: 0 auto 40px;
}
.p-safety-service__point-list__balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -2px);
  width: 18px;
  height: 12px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #004da1;
}
@media screen and (max-width: 767px) {
  .p-safety-service__point-list__balloon {
    width: 230px;
    font-size: 14px;
    margin-bottom: 32px;
  }
}


.p-safety-service__benefit-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(500px, calc(50% - 15px)));
  gap: 34px 30px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-safety-service__benefit-list {
    grid-template-columns: auto;
    margin-bottom: 20px;
    gap: 20px;
  }
}

.p-safety-service__benefit {
  display: grid;
  grid-template-columns: min(22.8%, 120px) 1fr;
  grid-template-rows: auto 1fr;
  background: #fff;
  box-shadow: 4px 4px 0 0 rgba(72, 72, 72, 0.1);
  text-align: left;
}
.p-safety-service__benefit__img {
  grid-area: 1/1/3/2;
}
.p-safety-service__benefit__header {
  grid-area: 1/2/2/3;
  font-size: 20px;
  color: #004da1;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #dfdfdf;
  padding: 4px 16px;
}
.p-safety-service__benefit__body {
  grid-area: 2/2/3/3;
  padding: 4px 16px;
  line-height: 2;
  align-self: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-safety-service__benefit__header {
    font-size: 17px;
    line-height: 1.1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-safety-service__benefit__body {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-safety-service__how-to-select {
  text-align: center;
}
.p-safety-service__how-to-select__header {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  font-style: italic;
  padding: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-safety-service__how-to-select__header {
    font-size: 22px;
    padding: 15px;
  }
}
.p-safety-service__how-to-select__body {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-safety-service__how-to-select__body {
    padding: 15px;
  }
}

.p-safety-service__how-to-select__img {
  position: relative;
  margin-top: 40px;
}
.p-safety-service__how-to-select__img::after {
  position: absolute;
  top: 25.866%;
  left: 0;
  content: "";
  border: 9px solid #e63349;
  width: 100%;
  height: 42.666%;
}
@media screen and (max-width: 767px) {
  .p-safety-service__how-to-select__img::after {
    height: 66.04%;
    top: 21.2%;
  }
}
.p-safety-service__how-to-select__img figcaption {
  position: absolute;
  top: calc(25.866% - 30px);
  transform: translateY(-100%);
  right: 24px;
  background: #bfe8f9;
  border: 4px solid #e63349;
  padding: 20px 30px;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-safety-service__how-to-select__img figcaption {
    top: calc(21.2% - 30px);
    padding: 12px 24px;
  }
}
.p-safety-service__how-to-select__img figcaption::before,
.p-safety-service__how-to-select__img figcaption::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 3px);
  width: 30px;
  height: 27px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #e63349;
  z-index: 1;
}
.p-safety-service__how-to-select__img figcaption::after {
  background: #bfe8f9;
  margin-top: -8px;
}

.p-safety-service__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004da1;
  letter-spacing: 0;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-safety-service__heading {
    font-size: 22px;
  }
}

.p-safety-service__faq {
  border-top: 1px dotted #c8c8c8;
  padding-bottom: 30px;
  font-size: 14px;
}
.p-safety-service__faq:last-child {
  border-bottom: 1px dotted #c8c8c8;
}
.p-safety-service__faq__num {
  color: #004da1;
  font-family: roboto, sans-serif;
  font-size: 20px;
  margin-right: 28px;
}
.p-safety-service__faq__q {
  padding: 22px 30px;
  display: flex;
  align-items: center;
}
.p-safety-service__faq__a {
  padding: 21px 30px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-safety-service__faq:not(.is-open) {
    padding-bottom: 0;
  }
  .p-safety-service__faq__num {
    margin-right: 15px;
  }
  .p-safety-service__faq__q {
    position: relative;
    padding-left: 15px;
    padding-right: 40px;
  }
  .p-safety-service__faq__q::before,
  .p-safety-service__faq__q::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    width: 2px;
    height: 12px;
    background: #004da1;
  }
  .p-safety-service__faq__q::after {
    transform: translateY(-50%) rotateZ(90deg);
  }
  .p-safety-service__faq.is-open .p-safety-service__faq__q::before {
    display: none;
  }
  .p-safety-service__faq__a {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .p-safety-service__faq__a {
    display: block !important;
  }
}
.p-safety-service__terms {
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
  max-width: 1080px;
  margin: 0 auto;
  letter-spacing: 0;
}
.p-safety-service__terms h3 {
  margin-top: 1.7em;
}
.p-safety-service__terms h4 {
  margin-top: 1.7em;
}
.p-safety-service__terms h3 + h4 {
  margin-top: 0;
}
.p-safety-service__toggle-terms-button {
  max-width: 80%;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
}
.p-safety-service__toggle-terms-button::after {
  transform: rotate(45deg);
}
.p-safety-service__toggle-terms-button.is-open::after {
  transform: rotate(-135deg);
}

/*240730 お客様の声追加*/
.customer-voice {
  margin-top: 40px;
}
