.p-intro {
  background: #FFFBEB;
  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__txt .notes {
  display: block;
  font-size: 1.3rem;
}
.p-intro__data {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__data {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-intro__data .notes {
  display: block;
  font-size: 1.3rem;
}
.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.small {
    font-size: 2.6rem;
  }
  .p-intro__ttl.center {
    text-align: center;
  }
}
.p-intro__ttl span {
  color: #0081CC;
}
.p-intro-list {
  position: relative;
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list {
    padding: 2.4rem 1.2rem;
  }
}
.p-intro-list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 34rem;
  height: 17.9rem;
  background: url(../img/mycolor/img_02.jpg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-list::after {
    content: none;
  }
}
.p-intro-list__item {
  position: relative;
  color: #0081CC;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 3.5rem;
}
.p-intro-list__item + .p-intro-list__item {
  margin-top: 2.4rem;
}
.p-intro-list__item::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.9rem;
  height: 2.9rem;
  background: url(../img/mycolor/icn_check.svg) 0 0/100% auto no-repeat;
}
.p-intro.u-bg {
  background: #F2F5F9;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro.u-bg {
    padding: 4rem 0;
  }
}

.p-reason {
  background: #FFFBEB;
  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;
}
.p-reason__ttl span {
  color: #0081CC;
}
.p-reason__ttl .small {
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl .small {
    display: block;
    font-size: 2.6rem;
    color: #404040;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    font-size: 2.8rem;
  }
}
.p-reason__inner {
  position: relative;
  background: #F2F5F9;
  padding: 4.8rem 5rem 3.2rem;
}
.p-reason__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: calc(100% - 10rem);
  height: 1px;
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .p-reason__inner::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 1.6rem 1.2rem 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner:last-child {
    padding-bottom: 1.6rem;
  }
}
.p-reason__inner:last-child::after {
  content: none;
}
.p-reason__sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0081CC;
  gap: 0 1.6rem;
  line-height: 1.6;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__sub {
    pointer-events: all;
    position: relative;
    font-size: 2rem;
    background: #0081CC;
    color: #fff;
    margin: 0;
    padding: 1.4rem 4rem 1.4rem 1.2rem;
  }
  .p-reason__sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/mycolor/icn_circle_arrow.svg) 0 0/100% 100% no-repeat;
    transform: translateY(-50%);
  }
  .is-open .p-reason__sub::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
.p-reason__sub .en {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 12.6rem;
  gap: 0 0.5rem;
  background: #0081CC;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  border-radius: 0.6rem;
  line-height: 1;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason__sub .en {
    display: none;
  }
}
.p-reason__sub .en .num {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    display: none;
    padding: 2.4rem 1.6rem 1rem;
  }
}
.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-service {
  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;
  gap: 0 1rem;
  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__ttl .small {
    display: block;
    font-size: 2.6rem;
    color: #404040;
  }
}
.p-service-list__item {
  position: relative;
  height: 18rem;
  background: #F2F5F9;
  padding: 2.4rem 5rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    height: auto;
    padding: 2.4rem 1.2rem;
  }
}
.p-service-list__item + .p-service-list__item {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__item + .p-service-list__item {
    margin-top: 5.8rem;
  }
}
.p-service-list__item + .p-service-list__item::before {
  content: "";
  position: absolute;
  top: -5.8rem;
  left: 50%;
  width: 8.8rem;
  height: 3.2rem;
  background: #D9D9D9;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-service-list__item + .p-service-list__item::before {
    top: -3.6rem;
    width: 6rem;
    height: 1.8rem;
  }
}
.p-service-list__img {
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 34rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service-list__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
  }
}
.p-service-list__num {
  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-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #0081CC;
  gap: 0 0.8rem;
  line-height: 1;
  border-left: 8px solid #0081CC;
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__num {
    position: relative;
    width: 8.5rem;
    background: #0081CC;
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    gap: 0 0.5rem;
    border-radius: 0.4rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0.7rem 0;
    margin: 0 auto 2rem;
  }
  .p-service-list__num::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.2rem;
    height: 0.4rem;
    background: #0081CC;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.p-service-list__num span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__num span {
    font-size: 2rem;
  }
}
.p-service-list__txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-list__txt {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    margin: 1.6rem 0 0;
  }
}

.p-color {
  background: #FFFBEB;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-color {
    padding: 4rem 0;
  }
}
.p-color__inner {
  position: relative;
  padding: 0 0 0 36.4rem;
}
@media screen and (max-width: 767px) {
  .p-color__inner {
    padding: 0;
  }
}
.p-color__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-color__ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-color__txt {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-color__txt {
    margin: 1.6rem 0 0;
  }
}
.p-color__img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-color__img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 23.4rem;
    margin: 1.6rem auto 0;
  }
}