@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
/*****************************************************************************
 「安心と信頼の保障サポート」3つの宣言
 *****************************************************************************/
.p-declaration {
  padding: 20px 0 100px 0 !important;
  /*----- common -----*/
  /*----- utility -----*/
  /*----- mv -----*/
  /*----- summary -----*/
  /*----- cards -----*/
  /*----- links -----*/
}
.p-declaration * {
  box-sizing: border-box;
}
.p-declaration section {
  margin-bottom: 0 !important;
}
.p-declaration .spon {
  display: none;
}
.p-declaration .u-wrap, .p-declaration .u-wrap--small {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-declaration .u-wrap--small {
  max-width: 890px;
}
.p-declaration-mv__img {
  line-height: 0;
  text-align: center;
}
.p-declaration-mv__img img {
  width: 100%;
}
.p-declaration-summary {
  padding: 30px 0 40px 0;
  background: #fef9d9;
  position: relative;
}
.p-declaration-summary::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 44px solid #fef9d9;
  border-left: 83px solid transparent;
  border-right: 83px solid transparent;
  border-bottom: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
}
.p-declaration-summary__lead {
  color: #003c73;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6166666667;
  text-align: center;
}
.p-declaration-summary__heading {
  margin-top: 8px;
  color: #d52425;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.7608695652;
  text-align: center;
}
.p-declaration-summary__heading span {
  padding-bottom: 7px;
  border-bottom: 1px solid #d52425;
}
.p-declaration-cards {
  padding-top: 30px;
  margin-top: 44px;
}
.p-declaration-cards__card {
  padding: 25px 20px 30px 20px;
  margin-top: 32px;
  background: #fdf8f3;
  border-top: 2px solid #d52425;
}
.p-declaration-cards__card__wrap {
  max-width: 730px;
  margin: 0 auto;
}
.p-declaration-cards__head {
  display: flex;
}
.p-declaration-cards__head__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  color: #374454;
  font-size: 32px;
  line-height: 1;
  position: relative;
  top: 8px;
  left: 0;
}
.p-declaration-cards__head__number::before, .p-declaration-cards__head__number::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
.p-declaration-cards__head__number::before {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d52425;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-declaration-cards__head__number::after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 18px solid transparent;
  border-left: 26px solid #d52425;
  border-right: 0;
  border-bottom: 18px solid transparent;
  top: 0;
  right: -18px;
  bottom: 0;
  z-index: 1;
}
.p-declaration-cards__head__number span {
  position: relative;
  top: 0;
  left: 2px;
  z-index: 3;
}
.p-declaration-cards__head__heading {
  flex: 1;
  padding-left: 40px;
  color: #d52425;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.p-declaration-cards__lead {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}
.p-declaration-links {
  margin-top: 100px;
}
.p-declaration-links__li {
  margin-top: 10px;
}
.p-declaration-links__li a {
  color: #d52425;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .p-declaration {
    padding: 15px 0 50px 0 !important;
  }
  .p-declaration section {
    margin-bottom: 0 !important;
  }
  .p-declaration .pcon {
    display: none;
  }
  .p-declaration .spon {
    display: initial;
  }
  .p-declaration .u-wrap, .p-declaration .u-wrap--small {
    padding: 0 4.6666666667vw;
  }
  .p-declaration-summary::before {
    border-top: 11.7333333333vw solid #fef9d9;
    border-left: 22.1333333333vw solid transparent;
    border-right: 22.1333333333vw solid transparent;
    bottom: -11.7333333333vw;
  }
  .p-declaration-summary__lead {
    font-size: 5.3333333333vw;
    line-height: 2;
  }
  .p-declaration-summary__heading {
    margin-top: 2.1333333333vw;
    font-size: 6.9333333333vw;
    line-height: 1.9230769231;
  }
  .p-declaration-summary__heading span {
    padding-bottom: 0.9333333333vw;
  }
  .p-declaration-cards {
    padding-top: 4.2666666667vw;
    margin-top: 11.7333333333vw;
  }
  .p-declaration-cards__wrap {
    padding: 0 !important;
  }
  .p-declaration-cards__card {
    padding: 6.6666666667vw 5.3333333333vw 7.3333333333vw 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-declaration-cards__card__wrap {
    max-width: inherit;
  }
  .p-declaration-cards__head__number {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 6.9333333333vw;
    line-height: 1;
    position: relative;
    top: 2.1333333333vw;
  }
  .p-declaration-cards__head__number::after {
    border-top: 4.8vw solid transparent;
    border-left: 6.9333333333vw solid #d52425;
    border-bottom: 4.8vw solid transparent;
    right: -3.2vw;
  }
  .p-declaration-cards__head__number span {
    left: 0.2666666667vw;
  }
  .p-declaration-cards__head__heading {
    padding-left: 6.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
  .p-declaration-cards__lead {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .p-declaration-links {
    margin-top: 13.3333333333vw;
  }
  .p-declaration-links__wrap {
    padding: 0 4.6666666667vw;
  }
  .p-declaration-links__li {
    margin-top: 2.1333333333vw;
  }
  .p-declaration-links__li a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}