@charset "UTF-8";
/* =========================== */
.safecp-hero {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .safecp-hero {
    padding: 17vw 0px 0;
  }
}
.safecp-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/safe_checkpoints/hero-bg.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .safecp-hero::after {
    background: url(../img/safe_checkpoints/hero-bg-sp.png) no-repeat center/cover;
  }
}
.safecp-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: #fff2cc;
  position: absolute;
  left: 0;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .safecp-hero::before {
    display: none;
  }
}
.safecp-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .safecp-hero-inner {
    display: block;
  }
}
.safecp-hero__text {
  position: relative;
  padding: 0 30px 40px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__text {
    padding: 0 5vw 25vw;
  }
}
.safecp-hero__text::before {
  content: "";
  display: block;
  width: 185px;
  height: 185px;
  background: url(../img/safe_checkpoints/hero-illust-1.svg) no-repeat center top/100% auto;
  position: absolute;
  left: -180px;
  bottom: -24px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__text::before {
    width: 24.6666666667vw;
    height: auto;
    aspect-ratio: 1/1;
    left: calc(50% - 30vw);
    bottom: -10px;
  }
}
.safecp-hero__text::after {
  content: "";
  display: block;
  width: 173px;
  height: 185px;
  background: url(../img/safe_checkpoints/hero-illust-2.svg) no-repeat center top/100% auto;
  position: absolute;
  right: -150px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__text::after {
    width: 23.0666666667vw;
    height: auto;
    aspect-ratio: 1/1;
    right: calc(50% - 30vw);
    bottom: -10px;
  }
}
.safecp-hero__catch {
  width: 650px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__catch {
    width: 90%;
    margin: 0 auto 10vw;
    z-index: 2;
    position: relative;
  }
}
.safecp-hero__title {
  color: #fce001;
  font-size: 20px;
  background: #333333;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__title {
    font-size: 4.2666666667vw;
  }
}
.safecp-hero__body {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safecp-hero__body {
    font-size: 4.2666666667vw;
  }
}
.safecp-hero__img-1 {
  width: 291px;
  position: absolute;
  left: -340px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .safecp-hero__img-1 {
    width: 37.8666666667vw;
    left: -2vw;
    top: -16vw;
  }
}
.safecp-hero__img-2 {
  width: 222px;
  position: absolute;
  right: -340px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .safecp-hero__img-2 {
    width: 23.4666666667vw;
    right: 1vw;
    top: -3vw;
  }
}
.safecp-hero__img-3 {
  width: 232.5px;
  position: absolute;
  right: -260px;
  top: 160px;
}
@media screen and (max-width: 767px) {
  .safecp-hero__img-3 {
    width: 22.4vw;
    right: 14vw;
    top: -15vw;
  }
}

/* =========================== */
.safecp-cta {
  background: url(../img/safe_checkpoints/cta-bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .safecp-cta {
    padding: 0;
  }
}
.safecp-cta-inner {
  max-width: 945px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .safecp-cta-inner {
    display: block;
    position: relative;
  }
}
.safecp-cta__img {
  width: 288px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__img {
    position: absolute;
    width: 30vw;
    z-index: 1;
    left: 2vw;
    top: 4vw;
  }
}
.safecp-cta__text {
  flex: 0 0 640px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__text {
    flex: auto;
  }
}
.safecp-cta__title {
  background: #fce001;
  color: #ec5534;
  font-weight: bold;
  position: relative;
  padding: 16px 0;
  margin-bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .safecp-cta__title {
    flex-direction: column;
    text-align: center;
    padding-left: 30vw;
    gap: 5px;
    margin-bottom: 0px;
  }
}
.safecp-cta__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 23px 0px 23px;
  border-color: #fce001 transparent transparent transparent;
  position: absolute;
  right: 150px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__title::before {
    right: 20vw;
    bottom: -17px;
  }
}
.safecp-cta__title .line-1 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__title .line-1 {
    font-size: 3.7333333333vw;
  }
}
.safecp-cta__title .line-2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__title .line-2 {
    font-size: 4.5333333333vw;
    font-feature-settings: "palt";
  }
}
.safecp-cta__btn-set {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .safecp-cta__btn-set {
    display: block;
    border: none;
    padding: 23px 12vw 20px;
  }
}
.safecp-cta__btn-set .label {
  font-size: 36px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .safecp-cta__btn-set .label {
    font-size: 5.8666666667vw;
    text-align: right;
    margin-bottom: 10px;
  }
}
.safecp-cta__btn-set .btn {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .safecp-cta__btn-set .btn {
    font-size: 4.5333333333vw;
  }
}
.safecp-cta__btn-set .btn a {
  background: #009d8f;
  background-image: url(../img/safe_checkpoints/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
  padding-right: 15px;
  color: #fff;
  width: 398px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .safecp-cta__btn-set .btn a {
    width: 100%;
    height: 55px;
  }
}

/* =========================== */
.safecp-onayami {
  background: #fff7f4;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .safecp-onayami {
    padding: 10px 0px;
  }
}
.safecp-onayami-inner {
  display: grid;
  grid-template-columns: 223px 1fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background: url(../img/safe_checkpoints/onayami-bg.png) no-repeat right top 129px/870px auto;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .safecp-onayami-inner {
    grid-template-columns: 23vw auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    background: none;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .safecp-onayami__img {
    grid-area: auto;
    width: 23.3333333333vw;
    height: 31.0666666667vw;
    overflow: hidden;
    padding-left: 30px;
  }
}
.safecp-onayami__title {
  grid-area: 1/1/2/3;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__title {
    grid-area: auto;
    font-size: 6.9333333333vw;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.safecp-onayami__title span {
  color: #ff7817;
}
.safecp-onayami__list {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__list {
    grid-area: 2/1/3/3;
    padding: 0 20px;
  }
}
.safecp-onayami__list li {
  font-size: 20px;
  font-weight: bold;
  background: url(../img/safe_checkpoints/checkbox.svg) no-repeat left 10px top 9px/43px auto;
  padding: 22px 0;
  padding-left: 60px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__list li {
    font-size: 4.2666666667vw;
    background: url(../img/safe_checkpoints/checkbox.svg) no-repeat left 10px top 13px/31px auto;
    padding: 18px;
    padding-left: 50px;
    line-height: 1.25;
  }
}
.safecp-onayami__list li span {
  color: #ff7817;
}
.safecp-onayami__result {
  grid-area: 3/1/4/3;
  background: url(../img/safe_checkpoints/onayami-result-bg.svg) no-repeat center/100% auto;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__result {
    padding: 6px;
    grid-area: 3/1/4/3;
    flex-direction: column;
    background: url(../img/safe_checkpoints/onayami-result-bg.svg) repeat-y center/100% auto;
  }
}
.safecp-onayami__result .line-1 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__result .line-1 {
    font-size: 4.2666666667vw;
  }
}
.safecp-onayami__result .line-1::before, .safecp-onayami__result .line-1::after {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.safecp-onayami__result .line-1::before {
  left: -20px;
  transform: rotate(-30deg);
}
.safecp-onayami__result .line-1::after {
  right: -20px;
  transform: rotate(30deg);
}
.safecp-onayami__result .line-2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safecp-onayami__result .line-2 {
    font-size: 5.3333333333vw;
  }
}
.safecp-onayami__result .line-2 span {
  display: inline-block;
  background: #ffc000;
  background: linear-gradient(0deg, rgb(255, 192, 0) 20%, rgba(255, 192, 0, 0) 20%);
}

/* =========================== */
.safecp-problem {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .safecp-problem {
    padding: 50px 20px;
  }
}
.safecp-problem-inner {
  background: #efefef;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.safecp-problem__title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .safecp-problem__title {
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 0px;
  }
}
.safecp-problem__title span {
  color: #ff7817;
}
.safecp-problem__title-2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .safecp-problem__title-2 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.safecp-problem-grid {
  display: grid;
  grid-template-columns: 248px auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .safecp-problem-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }
}
.safecp-problem__img {
  grid-area: 1/1/4/2;
}
@media screen and (max-width: 767px) {
  .safecp-problem__img {
    width: 100%;
    height: auto;
  }
  .safecp-problem__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.safecp-problem__text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safecp-problem__text {
    font-size: 4.2666666667vw;
    grid-area: 1/1/2/3;
    text-align: center;
  }
}
.safecp-problem__list {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safecp-problem__list {
    font-size: 4.2666666667vw;
  }
}
.safecp-problem__list li {
  background: #fff;
  margin-bottom: 10px;
  padding: 13px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .safecp-problem__list li {
    padding-left: 30px;
    margin-bottom: 8px;
  }
}
.safecp-problem__list li:last-child {
  margin: 0;
}
.safecp-problem__list li::before {
  content: "●";
  position: absolute;
  left: 13px;
  top: 19px;
  color: #a0a0a0;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .safecp-problem__list li::before {
    font-size: 10px;
    left: 10px;
    top: 15px;
  }
}
.safecp-problem__text-2 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safecp-problem__text-2 {
    font-size: 4.2666666667vw;
    grid-area: 3/1/4/3;
    text-align: center;
  }
}

/* =========================== */
.safecp-point {
  padding: 70px 0 100px;
  background: #fffcf2;
}
@media screen and (max-width: 767px) {
  .safecp-point {
    padding: 0px 0 30px;
  }
}
.safecp-point-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.safecp-point__title {
  background: #fce001;
  color: #ff7817;
  position: relative;
  font-weight: bold;
  padding: 13px 0;
  padding-left: 220px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .safecp-point__title {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding: 23px 0;
    padding-left: 41vw;
    margin-bottom: 20px;
  }
}
.safecp-point__title .line-1 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .safecp-point__title .line-1 {
    font-size: 6vw;
  }
}
.safecp-point__title .line-2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .safecp-point__title .line-2 {
    font-size: 4.8vw;
    font-feature-settings: "palt";
  }
}
.safecp-point__title .img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 181px;
}
@media screen and (max-width: 767px) {
  .safecp-point__title .img {
    width: 35vw;
    left: 2vw;
  }
}
.safecp-point__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .safecp-point__list {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }
}
.safecp-point__item {
  width: calc((100% - 80px) / 5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safecp-point__item {
    width: 100%;
    display: flex;
    gap: 13px;
  }
}
.safecp-point__item .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .safecp-point__item .icon {
    width: 100%;
    flex: 0 0 26.2666666667vw;
  }
}
.safecp-point__item .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .safecp-point__item .text {
    text-align: left;
    font-size: 4.5333333333vw;
  }
}

/* =========================== */
.safecp-cta2 {
  background: url(../img/safe_checkpoints/cta-bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .safecp-cta2 {
    padding: 0;
    overflow: hidden;
  }
}
.safecp-cta2-inner {
  width: 945px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .safecp-cta2-inner {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
  }
}
.safecp-cta2__img {
  width: 340px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .safecp-cta2__img {
    position: absolute;
    width: 52vw;
    z-index: 1;
    left: -8px;
    bottom: -3px;
  }
}
.safecp-cta2__text {
  flex: 0 0 640px;
}
@media screen and (max-width: 767px) {
  .safecp-cta2__text {
    flex: auto;
  }
}
.safecp-cta2__img-2 {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 601px;
}
@media screen and (max-width: 767px) {
  .safecp-cta2__img-2 {
    width: 73%;
    top: 0;
  }
}
.safecp-cta2__btn-set {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .safecp-cta2__btn-set {
    display: block;
    border: none;
    padding: 22vw 10vw 20px;
  }
}
.safecp-cta2__btn-set .label {
  font-size: 36px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .safecp-cta2__btn-set .label {
    font-size: 5.8666666667vw;
    text-align: right;
    margin-bottom: 10px;
  }
}
.safecp-cta2__btn-set .btn {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .safecp-cta2__btn-set .btn {
    font-size: 4.5333333333vw;
    position: relative;
    z-index: 1;
  }
}
.safecp-cta2__btn-set .btn a {
  background: #009d8f;
  background-image: url(../img/safe_checkpoints/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
  padding-right: 15px;
  color: #fff;
  width: 398px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .safecp-cta2__btn-set .btn a {
    width: 100%;
    height: 55px;
  }
}

/* =========================== */
@media screen and (max-width: 767px) {
  #container .safe_checkpoints_form h2.style01,
  #container .safe_checkpoints_form h2.style02 {
    font-size: 2.5rem;
  }
}

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */