.p-concept {
  background: url(../img/service-commitment/bg_concept.jpg) 0 0/cover no-repeat;
  padding: 3.4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    background: url(../img/service-commitment/bg_concept_sp.jpg) 0 0/cover no-repeat;
    padding: 2rem 0 4rem;
  }
}
.p-concept-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-content {
    display: block;
    padding: 0;
  }
}
.p-concept-content__inner {
  width: 47.6rem;
}
@media screen and (max-width: 767px) {
  .p-concept-content__inner {
    width: 100%;
  }
}
.p-concept-content__img {
  display: block;
  width: 32.6rem;
}
@media screen and (max-width: 767px) {
  .p-concept-content__img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-concept__txt {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    margin: 2.4rem 0 0;
  }
}
.p-concept__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    font-size: 2rem;
    line-height: 2;
  }
}

.p-commit {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-commit {
    padding: 4rem 0;
  }
}
.p-commit__inner {
  position: relative;
}
.p-commit__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32.9rem;
  width: 50.9rem;
  height: 32.8rem;
  background: url(../img/service-commitment/img_commitment.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-commit__inner::after {
    content: none;
  }
}
.p-commit__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-commit__photo {
    display: block;
    margin: 2.4rem 0 0;
  }
}
.p-commit__img {
  display: block;
  width: 61.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commit__img {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-commit__txt {
  width: 64rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commit__txt {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-commit-service {
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commit-service {
    margin: 4rem -2rem 0;
  }
}
.p-commit-service__block {
  background: #fff;
}
.p-commit-service-head {
  cursor: pointer;
  padding: 2.4rem 4rem 1.6rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-commit-service-head:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-commit-service-head {
    position: relative;
    padding: 2.4rem 2rem 1.6rem;
  }
  .p-commit-service-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 4rem);
    height: 1px;
    background: #ccc;
    transform: translateX(-50%);
  }
  .is-open .p-commit-service-head::before {
    opacity: 0;
  }
}
.p-commit-service-head__num {
  color: #EB6120;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-commit-service-head__num span {
  font-size: 2rem;
  margin-left: 0.8rem;
}
.p-commit-service-head__ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commit-service-head__ttl {
    margin: 0;
  }
}
.p-commit-service-head__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/common/icn_circle_arrow.svg) 0 0/100% 100% no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
.is-open .p-commit-service-head__ttl::after {
  transform: translateY(-50%);
}
.p-commit-service__wrap {
  display: none;
}
.p-commit-service__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__inner {
    flex-flow: column;
    gap: 2.4rem 0;
    padding: 0 2rem 2.4rem;
  }
}
.p-commit-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 8rem);
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-commit-service__inner::before {
    content: none;
  }
}
.p-commit-service__img {
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__img {
    width: 100%;
  }
}
.p-commit-service__content {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__content {
    width: 100%;
  }
}
.p-commit-service__btn {
  width: 24rem;
  height: 5.4rem;
  font-weight: 700;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-commit-service__btn {
    font-size: 1.4rem;
  }
}
.p-commit-service__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
}
.p-commit-service__btn span {
  position: relative;
  padding: 0 2.8rem 0 1.8rem;
}
.p-commit-service__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_btn_arrow_or.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-support {
  background: #F5EEE5;
  padding: 6.4rem 0 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 4rem 0;
  }
}
.p-support-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 8.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-list {
    flex-flow: column;
    gap: 8rem 0;
    margin: 7.2rem 0 0;
  }
}
.p-support-list__item {
  position: relative;
  width: 28.4rem;
  background: #fff;
  padding: 0 1.2rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-support-list__item {
    width: 100%;
    padding: 0 1.2rem 3.2rem;
  }
}
.p-support-list__icn {
  width: 10rem;
  margin: 0 auto;
}
.p-support-list__icn img {
  margin: -3.8rem 0 0;
}
.p-support-list__ttl {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.4rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-list__ttl {
    font-size: 1.8rem;
  }
}
.p-support-list__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-support-list__ttl span {
    font-size: 2.4rem;
  }
}
.p-support-list__txt {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 2.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-support-list__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 1.6rem 0 0;
  }
}
.p-support-list__txt span {
  vertical-align: text-top;
  font-size: 0.8rem;
}
.p-support-list__notes {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #808080;
  margin: 0.4rem 0 0;
}
.p-support-list__btn {
  position: absolute;
  left: 50%;
  bottom: 3.2rem;
  width: 24rem;
  height: 5.4rem;
  font-weight: 700;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-support-list__btn {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 1.4rem;
    transform: none;
    margin: 3.2rem auto 0;
  }
}
.p-support-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
}
.p-support-list__btn span {
  position: relative;
  margin-left: 3.8rem;
  padding: 0 3.8rem 0 0;
}
.p-support-list__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_btn_arrow_or.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}