.p-intro {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 2rem 0 4rem;
  }
}
.p-intro__inner {
  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;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    flex-flow: column;
  }
}
.p-intro__img {
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 100%;
  }
}
.p-intro__txt {
  width: 56.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-intro__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2.8rem;
    margin: 0 0 2.4rem;
  }
}
.p-intro__ttl span {
  color: #009342;
}
.p-intro.u-bg {
  background: #E6F2EB;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro.u-bg {
    padding: 4rem 0;
  }
}
.p-intro__detail {
  display: block;
  width: 80rem;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__detail {
    display: none;
  }
}

.p-reason {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 4rem 0;
  }
}
.p-reason__ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    font-size: 2.8rem;
  }
}
.p-reason__inner {
  background: #E6F2EB;
  padding: 4.8rem 5rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 1.6rem 1.2rem 2.4rem;
    margin-top: 0;
  }
}
.p-reason__inner:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__inner:first-of-type {
    padding: 2.4rem 1.2rem 0;
  }
}
.p-reason__sub {
  pointer-events: none;
  font-size: 3.2rem;
  font-weight: 700;
  color: #009342;
  line-height: 1.6;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason__sub {
    pointer-events: all;
    position: relative;
    font-size: 2rem;
    background: #009342;
    color: #fff;
    margin: 0;
    padding: 1.4rem 6.5rem 1.4rem 1.2rem;
    font-feature-settings: "palt";
  }
  .p-reason__sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/iekarute/icn_circle_arrow.svg) 0 0/100% 100% no-repeat;
    transform: translateY(-50%);
  }
  .is-open .p-reason__sub::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    display: none;
    padding: 2.4rem 1.6rem;
  }
}
.p-reason-block {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-reason-block {
    flex-flow: column;
  }
}
.p-reason-block.u-reverse {
  flex-flow: row-reverse;
  margin: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block.u-reverse {
    flex-flow: column;
    margin: 2rem 0 0;
  }
}
.p-reason-block__img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__img {
    width: 100%;
    margin: 0 0 1.6rem;
  }
}
.u-reverse .p-reason-block__img {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .u-reverse .p-reason-block__img {
    width: 18.7rem;
    margin: 0 auto 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-block__img {
    width: 100%;
  }
}
.p-reason-block__txt {
  width: calc(100% - 37.8rem);
}
.u-reverse .p-reason-block__txt {
  width: calc(100% - 33rem);
}
@media screen and (max-width: 767px) {
  .u-reverse .p-reason-block__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-block__txt {
    width: 100%;
  }
}
.p-reason-bg {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  margin: 3.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-bg {
    margin: 1.6rem 0;
  }
}
.p-reason-bg__ttl {
  text-align: center;
  color: #fff;
  background: #009342;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-bg__ttl {
    font-size: 2rem;
    line-height: 1.4;
    background: #fff;
    color: #009342;
  }
}
.p-reason-bg__inner {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-bg__inner {
    flex-flow: column;
    padding: 0 1.6rem 1.6rem;
  }
}
.p-reason-bg__img {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-bg__img {
    width: 19.7rem;
    margin: 0 auto 1.6rem;
  }
}
.p-reason-bg__txt {
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-reason-bg__txt {
    width: 100%;
  }
}

.p-service {
  background: #E6F2EB;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 4rem 0;
  }
}
.p-service__ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__ttl {
    font-size: 2.8rem;
    margin: 0 0 2.4rem;
  }
}
.p-service-intro {
  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;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service-intro {
    flex-flow: column;
    gap: 2.4rem 0;
  }
}
.p-service-intro__img {
  display: block;
  width: 45.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__img {
    width: 100%;
  }
}
.p-service-intro__txt {
  width: 40.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__txt {
    width: 100%;
  }
}
.p-service-detail {
  background: #fff;
  padding: 4.8rem 5rem;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-detail {
    padding: 1.6rem 1.2rem;
    margin: 4rem 0 0;
  }
}
.p-service-detail__ttl {
  width: 45rem;
  font-size: 3.2rem;
  color: #009342;
  background: #E6F2EB;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-detail__ttl {
    width: 100%;
    font-size: 2.2rem;
    background: none;
    padding: 0;
  }
}
.p-service-detail-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-detail-list {
    gap: 2.4rem 0;
    justify-content: space-between;
    margin: 1.6rem 0 0;
  }
}
.p-service-detail-list__item {
  width: 24.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-detail-list__item {
    width: calc(50% - 0.8rem);
  }
}
.p-service-detail-list__ttl {
  font-weight: 500;
  font-size: 2rem;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-detail-list__ttl {
    font-size: 1.6rem;
    margin: 0.4rem 0;
  }
}
.p-service-detail-list__txt {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-detail-list__txt {
    font-size: 1.2rem;
  }
}

.p-iekarute {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-iekarute {
    padding: 4rem 0;
  }
}
.p-iekarute__inner {
  position: relative;
  padding: 0 0 0 42rem;
}
@media screen and (max-width: 767px) {
  .p-iekarute__inner {
    padding: 0;
  }
}
.p-iekarute__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.2rem;
}
@media screen and (max-width: 767px) {
  .p-iekarute__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-iekarute__ttl {
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-iekarute__ttl {
    font-size: 2.8rem;
    margin: 0 0 2.4rem;
  }
}
.p-iekarute__txt {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-iekarute__txt {
    margin: 2.4rem 0 0;
  }
}