@charset "UTF-8";
/* -------------------------------------------------------
   service
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.service {
  width: 100%;
}
.service .topImage {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service .topImage img {
    display: block;
    width: 200%;
  }
}
.service .business {
  background-image: url("../img/service/service-main-bg.png");
  background-repeat: no-repeat;
  background-position: bottom 200px left 0;
}
@media screen and (max-width: 768px) {
  .service .business {
    width: 100%;
    padding: 0 5%;
    background-position: bottom 0 left 0;
    background-size: 220%;
  }
}
.service .business .intro .title {
  font: normal normal bold 40px/110px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .service .business .intro .title {
    margin-top: 30px;
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.service .business .intro .card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .service .business .intro .card {
    display: block;
    margin-top: 30px;
  }
}
.service .business .intro .card .img img {
  width: 100%;
}
.service .business .intro .card .description {
  width: 650px;
  margin-right: 150px;
  margin-left: 66px;
}
@media screen and (max-width: 1500px) {
  .service .business .intro .card .description {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service .business .intro .card .description {
    width: 50%;
    margin-right: 10px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service .business .intro .card .description {
    width: 50%;
    margin-right: 10px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .intro .card .description {
    width: 100%;
    margin: 0;
  }
}
.service .business .intro .card .description .caption {
  min-width: 650px;
  margin-top: 60px;
  font: normal normal bold 40px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1500px) {
  .service .business .intro .card .description .caption {
    min-width: unset;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .service .business .intro .card .description .caption {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .intro .card .description .caption {
    margin-top: 20px;
    font: normal normal bold 22px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.5px;
  }
}
.service .business .intro .card .description .text {
  margin-top: 34px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1000px) {
  .service .business .intro .card .description .text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .intro .card .description .text {
    margin-top: 20px;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
  }
}
.service .business .intro .card .description .c-button {
  margin-top: 96px;
}
@media screen and (max-width: 1500px) {
  .service .business .intro .card .description .c-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .intro .card .description .c-button {
    margin-top: 56px;
  }
}
.service .business .strongPoint {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .service .business .strongPoint {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint {
    margin-top: 70px;
  }
}
.service .business .strongPoint .title {
  font: normal normal bold 40px/110px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .title {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.service .business .strongPoint .lists {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 1258px;
  padding: 2em 2em 0;
  margin: 0 auto;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 3px solid #15A19A;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .lists {
    padding: 1em 1em 0;
  }
}
.service .business .strongPoint .lists .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  max-width: 1174px;
  padding: 1em 2em;
  margin-bottom: 2em;
  background: #01817B 0% 0% no-repeat padding-box;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .lists .list {
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border-radius: 20px;
  }
}
.service .business .strongPoint .lists .list .num {
  width: 40px;
  font: italic normal bold 40px/79px "Century Gothic", sans-serif;
  color: #FFF;
  letter-spacing: -4.8px;
  opacity: 0.42;
}
@media screen and (max-width: 1000px) {
  .service .business .strongPoint .lists .list .num {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .lists .list .num {
    margin-left: 5%;
    margin-left: 0;
  }
}
.service .business .strongPoint .lists .list .text {
  margin-left: 20px;
  font: normal normal bold 24px/27px "Noto Sans JP", sans-serif;
  color: #FFF;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1200px) {
  .service .business .strongPoint .lists .list .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .service .business .strongPoint .lists .list .text {
    margin-left: 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .lists .list .text {
    margin-left: 20px;
    font: normal normal bold 18px/24px "Noto Sans JP", sans-serif;
    letter-spacing: 0.72px;
  }
}
.service .business .strongPoint .sale {
  width: 90%;
  max-width: 1258px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale {
    display: block;
    margin-top: 54px;
  }
}
.service .business .strongPoint .sale .abroad,
.service .business .strongPoint .sale .domestic {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale .abroad,
  .service .business .strongPoint .sale .domestic {
    display: block;
  }
}
.service .business .strongPoint .sale .abroad .title,
.service .business .strongPoint .sale .domestic .title {
  width: 167px;
  height: 52px;
  margin: 0 auto;
  font: normal normal bold 32px/43px "Noto Sans JP", sans-serif;
  color: #15A19A;
  text-align: center;
  letter-spacing: 1.28px;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 3px solid #15A19A;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale .abroad .title,
  .service .business .strongPoint .sale .domestic .title {
    width: 167px;
    height: 40px;
    font: normal normal bold 24px/32px "Noto Sans JP", sans-serif;
    letter-spacing: 0.96px;
  }
}
.service .business .strongPoint .sale .abroad .img,
.service .business .strongPoint .sale .domestic .img {
  margin-top: 12px;
  text-align: center;
  border-radius: 226px;
}
.service .business .strongPoint .sale .abroad .img img,
.service .business .strongPoint .sale .domestic .img img {
  width: 80%;
}
.service .business .strongPoint .sale .abroad .description,
.service .business .strongPoint .sale .domestic .description {
  width: 100%;
  margin: 34px auto 0;
  font: normal normal normal 24px/36px "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .service .business .strongPoint .sale .abroad .description,
  .service .business .strongPoint .sale .domestic .description {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale .abroad .description,
  .service .business .strongPoint .sale .domestic .description {
    height: auto;
    margin-top: 24px;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.service .business .strongPoint .sale .abroad .c-button,
.service .business .strongPoint .sale .domestic .c-button {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .service .business .strongPoint .sale .abroad .c-button,
  .service .business .strongPoint .sale .domestic .c-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale .abroad .c-button,
  .service .business .strongPoint .sale .domestic .c-button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .service .business .strongPoint .sale .domestic {
    margin: 64px 0 0;
  }
}
.service .sdgs {
  width: 100%;
  height: 2248px;
  padding-top: 165.5px;
  margin-top: 92px;
  background: #ECF8F7 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1500px) {
  .service .sdgs {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs {
    width: 100%;
    height: auto;
    padding: 26px 3% 50px;
  }
}
.service .sdgs .frame {
  width: 1411px;
  height: 1791px;
  padding-top: 67px;
  margin: 0 auto;
  background: #FFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1500px) {
  .service .sdgs .frame {
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame {
    width: 95%;
    padding-top: 36px;
  }
}
.service .sdgs .frame .designTop {
  top: 0;
}
@media screen and (max-width: 1500px) {
  .service .sdgs .frame .designTop {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .designTop {
    width: 100%;
  }
}
.service .sdgs .frame .designBottom {
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .service .sdgs .frame .designBottom {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .designBottom {
    width: 100%;
  }
}
.service .sdgs .frame .title {
  font: normal normal bold 40px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1000px) {
  .service .sdgs .frame .title {
    font: normal normal bold 28px/36px "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .title {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.service .sdgs .frame .subjectDescription {
  width: 90%;
  max-width: 846px;
  margin: 26px auto 0;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
.service .sdgs .frame .mainImage {
  width: 767px;
  height: 542px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .service .sdgs .frame .mainImage {
    width: 90%;
    height: auto;
  }
}
.service .sdgs .frame .mainImage img {
  width: 100%;
}
.service .sdgs .frame .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .service .sdgs .frame .row .img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .img {
    width: 100%;
  }
}
.service .sdgs .frame .row .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .img img {
    padding: 0 5%;
  }
}
.service .sdgs .frame .row .description {
  width: 630px;
}
@media screen and (max-width: 1500px) {
  .service .sdgs .frame .row .description {
    width: 45%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .description {
    width: 100%;
  }
}
.service .sdgs .frame .row .description .title {
  margin-top: 15px;
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  color: #11A197;
  text-align: left;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1200px) {
  .service .sdgs .frame .row .description .title {
    margin-top: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .description .title {
    margin-top: 15px;
    margin-left: 5%;
    font: normal normal bold 20px/56px "Noto Sans JP", sans-serif;
    letter-spacing: 1.6px;
  }
}
.service .sdgs .frame .row .description .list {
  margin-top: 13px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 1200px) {
  .service .sdgs .frame .row .description .list {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .description .list {
    margin-left: 5%;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.service .sdgs .frame .row .description .img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service .sdgs .frame .row .description .img img {
    width: 100%;
    padding: 0 5%;
  }
}
.service.en .business .strongPoint .sale .abroad .description,
.service.en .business .strongPoint .sale .domestic .description {
  font-family: "Noto Sans JP", sans-serif;
}
.service.en .business .strongPoint .sale .abroad .title,
.service.en .business .strongPoint .sale .domestic .title {
  width: 300px;
}
.service.en .sdgs .frame .row .description .title {
  line-height: 32px;
}/*# sourceMappingURL=service.css.map */