@media only screen and (max-width: 899px) {
  .pc-900 {
    display: none !important;
  }
}

.intro__inner {
  padding: 40px 0 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .intro__inner {
    height: auto;
  }
}
@media only screen and (max-width: 719px) {
  .intro__inner {
    padding: 0 0 45px;
    height: auto;
  }
}
.intro__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 42%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .intro__img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 719px) {
  .intro__img {
    width: 80%;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.intro__img img {
  max-width: 360px;
}
@media only screen and (max-width: 719px) {
  .intro__img img {
    max-width: none;
  }
}
.intro__txt {
  width: 58%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .intro__txt {
    width: 100%;
    padding: 55px 80px;
  }
}
@media only screen and (max-width: 719px) {
  .intro__txt {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.intro__txt .ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .intro__txt .ttl {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.features {
  padding: 75px 0 80px;
  background: #f3f3f3;
}
@media only screen and (max-width: 719px) {
  .features {
    padding: 45px 0;
  }
}
.features__list {
  max-width: 1004px;
  margin: 37px auto 0;
}
@media only screen and (max-width: 719px) {
  .features__list {
    margin-top: 30px;
  }
}
.features__item {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .features__item {
    margin-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__item:last-child {
  margin-bottom: 0;
}
.features__img {
  width: 40%;
}
@media only screen and (max-width: 719px) {
  .features__img {
    width: auto;
    margin: 0 0 22px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.features__txt {
  width: 60%;
  padding-left: 38px;
}
@media only screen and (max-width: 719px) {
  .features__txt {
    width: 100%;
    padding-left: 0;
    display: contents;
    text-align: center;
  }
  .features__txt .c-txt {
    width: 100%;
    text-align: left;
  }
}
.features__txt .en {
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .features__txt .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 18px;
  }
}
.features__txt .en span {
  font-size: 14px;
  color: #888888;
  font-family: var(--font-cg);
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .features__txt .en span {
    font-size: 12px;
  }
}
.features__txt .en span:before, .features__txt .en span:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 719px) {
  .features__txt .en span:before, .features__txt .en span:after {
    width: 35px;
    top: 9px;
  }
}
@media only screen and (min-width: 720px) {
  .features__txt .en span:before {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .features__txt .en span:before {
    left: -50px;
  }
}
.features__txt .en span:after {
  right: -50px;
}
.features__txt .ttl {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2962962963;
  margin-bottom: 15px;
}
@media only screen and (max-width: 719px) {
  .features__txt .ttl {
    font-size: 21px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 719px) {
  .features__txt .c-txt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.features__txt .c-btn {
  margin-top: 25px;
  padding-right: 15px;
}
@media only screen and (max-width: 719px) {
  .features__txt .c-btn {
    margin-top: 20px;
    padding: 0 30px 0 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.features__txt .c-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.features__txt .note {
  color: #b80000;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
  margin-top: 25px;
}
@media only screen and (max-width: 719px) {
  .features__txt .note {
    font-size: 10px;
    line-height: 1.8461538462;
    margin-top: 15px;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.service {
  padding: 70px 0 80px;
}
@media only screen and (max-width: 719px) {
  .service {
    padding: 45px 0 50px;
  }
}
.service .service__ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1004px;
  margin: 40px auto 0;
  gap: 20px 0;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .service__list {
    max-width: 500px;
  }
}
@media only screen and (max-width: 719px) {
  .service__list {
    margin-top: 25px;
  }
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  padding: 45px 40px;
  background: #f3f3f3;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .service__item {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .service__item {
    width: 100%;
    padding: 25px 20px;
  }
}
.service__item__ico {
  width: 115px;
}
@media only screen and (max-width: 719px) {
  .service__item__ico {
    width: 95px;
  }
}
.service__item__box {
  width: calc(100% - 115px);
  padding-left: 25px;
}
@media only screen and (max-width: 719px) {
  .service__item__box {
    width: calc(100% - 95px);
    padding-left: 20px;
  }
}
.service__item__ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .service__item__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.brand {
  padding: 75px 0 80px;
  background: #f3f3f3;
}
@media only screen and (max-width: 719px) {
  .brand {
    padding: 45px 0;
  }
}
.brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 63px 0 0;
  max-width: 1004px;
  margin: 0 auto;
  gap: 40px 0;
}
@media (max-width: 719px) {
  .brand__list {
    padding: 25px 0 0;
  }
}
.brand__item {
  width: 48%;
}
@media (max-width: 719px) {
  .brand__item {
    width: 100%;
  }
}
.brand__item__img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .brand__item__img {
    margin-bottom: 15px;
  }
}
.brand__item__box {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .brand__item__box {
    margin-bottom: 15px;
  }
}
.brand__item__box::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(https://d2w53g1q050m78.cloudfront.net/abmarketjp/uploads/img/common/ico_arrow.svg) no-repeat left top/100%;
}
@media only screen and (max-width: 719px) {
  .brand__item__box::after {
    width: 28px;
    height: 28px;
    background: url(https://d2w53g1q050m78.cloudfront.net/abmarketjp/uploads/img/common/ico_arrow_sp.svg) no-repeat left top/100%;
  }
}
.brand__item .brand__item__ttl {
  font-family: var(--font-cg);
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 719px) {
  .brand__item .brand__item__ttl {
    font-size: 24px;
  }
}
.brand__item__txt {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}