.intro__inner {
  height: 450px;
  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 {
    height: auto;
  }
}
.intro__img {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .intro__img {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .intro__img {
    width: 100%;
  }
}
.intro__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .intro__img img {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 719px) {
  .intro__img img {
    position: relative;
    height: auto;
  }
}
.intro__txt {
  width: 50%;
  padding: 0 80px;
  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: 45px 0;
    text-align: center;
  }
}
.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: 20px;
  }
}
.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 -20px 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 .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 .note {
  font-size: 12px;
  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: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.service {
  padding: 70px 0 80px;
}
@media only screen and (max-width: 719px) {
  .service {
    padding: 45px 0 50px;
  }
}
.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: 900px;
  margin: 40px auto 0;
  gap: 40px 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;
    gap: 20px 0;
  }
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.5%;
}
@media only screen and (max-width: 899px) and (min-width: 720px) {
  .service__item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 719px) {
  .service__item {
    width: 100% !important;
  }
}
.service__ico {
  width: 156px;
}
@media only screen and (max-width: 719px) {
  .service__ico {
    width: 124px;
  }
}
.service__txt {
  width: calc(100% - 156px);
  padding-left: 25px;
}
@media only screen and (max-width: 719px) {
  .service__txt {
    width: calc(100% - 124px);
    padding-left: 20px;
  }
}
.service__txt .txt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media only screen and (max-width: 719px) {
  .service__txt .txt {
    font-size: 16px;
    line-height: 1.4;
  }
}
.service__txt .txt span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 3px;
}
@media only screen and (max-width: 719px) {
  .service__txt .txt span {
    font-size: 12px;
    padding: 0 0 2px;
  }
}