html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: inherit;
}

a:hover {
  opacity: 0.5;
}

.content-width {
  margin: 0 auto;
  max-width: 1000px;
}

.content-width--narrow {
  max-width: 800px;
}

.btn--1 {
  display: block;
  margin: 0 auto;
  background-color: #191E60;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 270px;
  line-height: 40px;
}

.section-title {
  margin: -80px auto 60px;
  padding-top: 80px;
}

.section-title__ja {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.section-title__en {
  text-align: center;
}

.sec-concept__content__concepts {
  margin-bottom: 40px;
}

.sec-concept-challenge {
  background-color: rgba(25, 30, 96, 0.0666667);
  padding: 40px;
  border-radius: 10px;
}

.sec-concept-challenge__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 120%;
}

.sec-concept-challenge__list {
  padding: 0;
}

.sec-concept-challenge__list-item {
  list-style: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.sec-advantage {
  margin-bottom: 160px;
}

.sec-advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: -30px;
}

.sec-advantage__list-item {
  width: calc((100% - 90px) / 3);
  margin-bottom: 20px;
  margin-left: 30px;
  font-weight: bold;
  line-height: 1.8;
}

.sec-advantage__list-no {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  background-color: #17222E;
  color: #fff;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  margin: 0 auto 20px;
}

.sec-message__content__img img {
  width: auto;
  height: auto;
  -o-object-fit: auto;
     object-fit: auto;
}

@media screen and (max-width: 999px) {
  body {
    font-size: 14px;
  }
  .btn--1 {
    width: 200px;
  }
  .section-title {
    margin: -40px auto 30px;
    padding-top: 40px;
  }
  .section-title__ja {
    font-size: 24px;
  }
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-concept-challenge {
    padding: 20px;
    border-radius: 5px;
  }
  .sec-concept-challenge__title {
    margin-bottom: 20px;
  }
  .sec-concept-challenge__list-item {
    list-style: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .sec-advantage {
    margin-bottom: 80px;
  }
  .sec-advantage__list {
    display: block;
    margin-left: 0;
  }
  .sec-advantage__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .sec-advantage__list-no {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    background-color: #17222E;
    color: #fff;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    margin: 0 auto 20px;
  }
  .sec-advantage__list-text {
    width: calc(100% - 80px);
  }
}
/*# sourceMappingURL=styles_company.css.map */