.c-page-hdr {
  background-image: url("../img/ttl_bg.png");
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    background-image: url("../img/ttl_bg_sp.png");
  }
}

.p-sec-1 {
  padding-bottom: 2.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sec-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-1 {
    padding-bottom: 26.6666666667vw;
  }
}
.p-sec-1::after {
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: 2;
  content: "";
  display: block;
  background: url("../img/g_img_2.svg") 0 0/contain no-repeat;
  width: 240px;
  height: 193px;
}
@media screen and (max-width: 1120px) {
  .p-sec-1::after {
    width: 21.4285714286vw;
    height: 17.2321428571vw;
    bottom: -12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-1::after {
    left: 50%;
    transform: translateX(-50%);
    width: 42.6666666667vw;
    height: 34.2666666667vw;
    bottom: -13.3333333333vw;
  }
}
.p-sec-1__wtxt {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-sec-1__wtxt {
    width: 58.8235294118%;
  }
}
@media screen and (max-width: 1120px) {
  .p-sec-1__wtxt {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-1__wtxt {
    font-size: 3.7333333333vw;
  }
}
.p-sec-1__ttl {
  margin-bottom: 1.1764705882em;
  font-size: 3.4rem;
}
.p-sec-1__ttl small {
  margin-bottom: 0.4em;
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 1120px) {
  .p-sec-1__ttl {
    font-size: 3.0357142857vw;
  }
  .p-sec-1__ttl small {
    font-size: 1.9642857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-1__ttl {
    font-size: 5.3333333333vw;
  }
  .p-sec-1__ttl small {
    margin-bottom: 0.8em;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sec-1__fig {
    width: 35.2941176471%;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-1__fig {
    margin-bottom: 5.3333333333vw;
  }
}
.p-sec-1__fig img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec-1__fig img {
    border-radius: 5.3333333333vw;
  }
}

.p-sol {
  padding: 3.125em 0 6.25em 0;
}
@media screen and (max-width: 767px) {
  .p-sol {
    padding: 20vw 0 13.3333333333vw 0;
  }
}
.p-sol__ttl {
  margin-bottom: 1.7647058824em;
  font-size: 3.4rem;
  text-align: center;
}
.p-sol__ttl span {
  font-size: 4.4rem;
}
.p-sol__ttl small {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 1120px) {
  .p-sol__ttl {
    font-size: 3.0357142857vw;
  }
  .p-sol__ttl span {
    font-size: 3.9285714286vw;
  }
  .p-sol__ttl small {
    font-size: 1.9642857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__ttl {
    font-size: 5.3333333333vw;
  }
  .p-sol__ttl span {
    font-size: 6.9333333333vw;
  }
  .p-sol__ttl small {
    margin-bottom: 0.4em;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sol__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-sol__fig {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__fig {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sol__wtxt {
    width: 50%;
    padding-right: 3.3333333333%;
  }
}
.p-sol__unit {
  font-size: 15px;
  margin-bottom: 2em;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2em;
}
@media screen and (max-width: 1120px) {
  .p-sol__unit {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__unit {
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__unit:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-sol__unitin {
  position: relative;
}
.p-sol__unitin::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #0069F0;
  width: 3px;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-sol__unitin::before {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sol__unitin {
    padding-top: 0.625em;
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__unitin {
    padding-left: 3.3333333333vw;
  }
}
.p-sol__ttl2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.9090909091em;
}
.p-sol__ttl2 span {
  display: block;
  font-size: 1.5rem;
  color: #0069F0;
  text-align: center;
  margin: 0 2em 0 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .p-sol__ttl2 span {
    margin: 0 3.3333333333vw 0 2vw;
  }
}
.p-sol__ttl2 span img {
  display: block;
  margin: 0 auto 0.2em auto;
}
.p-sol__ttl2 span img.is-1 {
  width: 34px;
}
.p-sol__ttl2 span img.is-2, .p-sol__ttl2 span img.is-3 {
  width: 40px;
}
@media screen and (max-width: 1120px) {
  .p-sol__ttl2 span img {
    font-size: 1.3392857143vw;
  }
  .p-sol__ttl2 span img.is-1 {
    width: 3.0357142857vw;
  }
  .p-sol__ttl2 span img.is-2, .p-sol__ttl2 span img.is-3 {
    width: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__ttl2 span img.is-1 {
    width: 6.5333333333vw;
  }
  .p-sol__ttl2 span img.is-2, .p-sol__ttl2 span img.is-3 {
    width: 7.3333333333vw;
  }
}
@media screen and (max-width: 1120px) {
  .p-sol__ttl2 {
    font-size: 1.9642857143vw;
  }
  .p-sol__ttl2 span {
    font-size: 1.3392857143vw;
  }
  .p-sol__ttl2 span img {
    width: 3.0357142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sol__ttl2 {
    font-size: 4.2666666667vw;
  }
  .p-sol__ttl2 span {
    font-size: 2.6666666667vw;
  }
}

.p-stack {
  padding-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .p-stack {
    padding-top: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-stack__lead {
    padding: 0 2.6666666667vw;
  }
}
.p-stack__ttl {
  margin-bottom: 1.1764705882em;
  text-align: center;
  font-size: 3.4rem;
}
@media screen and (max-width: 1120px) {
  .p-stack__ttl {
    font-size: 3.0357142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-stack__ttl {
    margin-bottom: 6.6666666667vw;
    font-size: 5.6vw;
  }
}
.p-stack__unit {
  margin-bottom: 3.4375em;
}
@media screen and (max-width: 767px) {
  .p-stack__unit {
    margin-bottom: 8vw;
  }
}
.p-stack__ttl2 {
  margin-bottom: 1.0416666667em;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 1120px) {
  .p-stack__ttl2 {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-stack__ttl2 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-stack__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-stack__row > * {
    width: 49.1071428571%;
  }
}
.p-stack__list > li {
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  margin-top: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}
@media screen and (max-width: 767px) {
  .p-stack__list > li {
    margin-top: 4vw;
    border-radius: 5.3333333333vw;
  }
}
.p-stack__list dt {
  border-radius: 40px;
  background: #EDF4FA;
  padding: 0.625em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stack__list dt {
    font-size: 4vw;
    padding: 0.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.en > .l-page__content dd {
  padding-bottom: 36px;
}
.en > .l-page__content dt {
  overflow-wrap: break-spaces;
  word-break: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .en > .l-page__content dt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .en > .l-page__content dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .en > .l-page__content dt {
    height: 5em;
  }
}
.en > .l-page__content .p-stack__unit:nth-of-type(1) dd {
  padding-bottom: 0;
}
.en > .l-page__content .p-stack__unit:nth-of-type(1) dt {
  min-height: unset;
  height: 2.5em;
}
.en > .l-page__content .p-sec-1 {
  padding-bottom: 7.5em;
}
.en > .l-page__content .p-sol__ttl2 span {
  width: 10vw;
}
@media screen and (max-width: 767px) {
  .en > .l-page__content .p-sol__ttl2 span {
    width: 15vw;
  }
}
.en > .l-page__content #solution-row_nonjapanese + dd {
  padding-bottom: 5.5em;
}
@media screen and (max-width: 980px) {
  .en > .l-page__content #solution-row_nonjapanese + dd {
    padding-bottom: 13em;
  }
}
@media screen and (max-width: 1120px) {
  .en > .l-page__content #solution-row_nonjapanese + dd {
    padding-bottom: 7em;
  }
}
.en > .l-page__content #solution-row_ttl-nonjap {
  min-height: unset;
}
@media screen and (min-width: 768px) {
  .en > .l-page__content #solution-row_rc {
    min-height: unset;
    height: 4em;
  }
}