@charset "UTF-8";
/* -------------------------------------------*/
.l-main {
  padding-top: 0;
}
@media (width <= 1280px) {
  .l-main {
    padding-inline: 2.4rem;
  }
}

.top-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 横方向に中央寄せ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦方向に中央寄せ */
  position: relative;
  width: 100%;
  /* 必要に応じて幅調整 */
  max-width: 3200px;
  margin: 0 auto;
  background-color: #333;
}
.top-mv__wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 188px;
}
@media (width <= 1200px) {
  .top-mv__wrap {
    padding-top: 90px;
  }
}
.top-mv__txt {
  position: absolute;
  bottom: 2.5rem;
  left: 5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* 中央揃えはしないのでリセット */
  color: #fff;
  z-index: 2;
  padding: 1rem;
  text-align: left;
  width: 70%;
}
@media (width <= 1100px) {
  .top-mv__txt {
    width: 85%;
  }
}
@media (width <= 768px) {
  .top-mv__txt {
    bottom: 1rem;
    left: 1rem;
    width: auto;
  }
}
.top-mv__time {
  font-weight: bold;
  border: solid 1px #FFF;
  font-size: 1.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.8888888889;
  display: inline-block;
}
@media (width <= 768px) {
  .top-mv__time {
    font-size: 1.6rem;
    padding: 0.2rem 0.5rem;
    line-height: 1.125;
    margin: 0 0 0.5rem 0;
  }
}
.top-mv__title {
  font-size: clamp(3.5rem, 3vw - 12px, 5rem);
  font-weight: bold;
  line-height: 1.4;
}
@media (width <= 1100px) {
  .top-mv__title {
    font-size: 3rem;
  }
}
@media (width <= 800px) {
  .top-mv__title {
    font-size: 2.4rem;
  }
}
@media (width <= 700px) {
  .top-mv__title {
    font-size: 1.6rem;
  }
}
.top-mv__more {
  font-size: 2rem;
  font-weight: 500;
  margin: 0.7rem 0 0 0;
}
@media (width <= 768px) {
  .top-mv__more {
    font-size: 1.6rem;
  }
}
.top-mv__more::before {
  content: "❯";
  margin-right: 1rem;
  font-weight: bold;
  display: inline-block;
}

.top-solving-problem-main {
  padding: 5rem 0 0 0;
}
.top-solving-problem-main__title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px #008785 solid;
  line-height: 1.6;
  margin: 0 0 4.6rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 768px) {
  .top-solving-problem-main__title {
    font-size: 2rem;
  }
}
.top-solving-problem-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3rem 2.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (width <= 768px) {
  .top-solving-problem-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-solving-problem-main__item {
  max-width: 386px;
  width: calc((100% - 4.4rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 1200px) {
  .top-solving-problem-main__item {
    max-width: 386px;
    width: calc((100% - 4.4rem) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width <= 1000px) {
  .top-solving-problem-main__item {
    max-width: 100%;
    width: 100%;
  }
}
.top-solving-problem-main__figure {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
.top-solving-problem-main__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.top-solving-problem-main__figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-solving-problem-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}
.top-solving-problem-main__time {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f96718;
  background-color: #fff;
  border: 1px solid #f96718;
  border-radius: 29px;
  padding: 0.3rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 768px) {
  .top-solving-problem-main__time {
    font-size: 1.4rem;
  }
}
.top-solving-problem-main__category {
  margin-left: auto;
  position: relative;
}
a .top-solving-problem-main__category {
  border: solid 1px #008785;
  border-radius: 29px;
  color: #008785;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.3rem 1.6rem;
  display: block;
  background-color: #FFF;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 768px) {
  a .top-solving-problem-main__category {
    font-size: 1.4rem;
  }
}
.top-solving-problem-main__subtitle {
  font-size: clamp(1.8rem, 0.26vw + 1.32rem, 2rem);
  font-weight: 500;
  line-height: 1.9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 1rem;
}
@media (width <= 768px) {
  .top-solving-problem-main__subtitle {
    font-size: 1.6rem;
  }
}
a:hover .top-solving-problem-main__subtitle {
  text-decoration: underline;
}
.top-solving-problem-main__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 0 0 0;
}
.top-solving-problem-main__all a {
  border: solid #008785 1px;
  border-radius: 40px;
  background-color: #FFF;
  color: #008785;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.1rem 4rem;
  text-align: center;
  display: inline-block;
  min-width: 350px;
  position: relative;
}
@media (width <= 768px) {
  .top-solving-problem-main__all a {
    min-width: 90%;
    font-size: 1.4rem;
  }
}
.top-solving-problem-main__all a::after {
  content: "❯";
  position: absolute;
  right: 2rem;
  font-weight: bold;
  display: inline-block;
}
.top-solving-problem-main__all a:hover {
  background-color: #008785;
  color: #FFF;
}

.top-case-studies-main {
  background-color: #F96718;
  background-image: url(../img/top/case-studies-bg.webp);
  border-radius: 20px;
  max-width: 1500px;
  margin: 8.3rem auto 5rem auto;
  padding: 0 2rem 7rem 2rem;
}
@media (width <= 768px) {
  .top-case-studies-main {
    padding: 0 2rem 3rem 2rem;
  }
}
.top-case-studies-main__contents {
  max-width: 1200px;
  margin: 0 auto;
}
.top-case-studies-main a:hover .top-case-studies-main__subtitle {
  position: relative;
  display: inline-block;
}
.top-case-studies-main__title {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #FFF;
  padding: 2rem;
  line-height: 1;
  display: inline-block;
  color: #F96718;
  margin: 0 0 3rem 0;
  border-radius: 0 0 8px 8px;
}
@media (width <= 768px) {
  .top-case-studies-main__title {
    font-size: 2rem;
  }
}
.top-case-studies-main__link {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 768px) {
  .top-case-studies-main__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-case-studies-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7.6rem 0;
}
@media (width <= 768px) {
  .top-case-studies-main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-case-studies-main__figure {
  max-width: 520px;
  margin: 0 3rem 0 0;
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
@media (width <= 768px) {
  .top-case-studies-main__figure {
    max-width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.top-case-studies-main__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.top-case-studies-main__figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-case-studies-main__txtarea {
  width: 53.5833333333%;
}
@media (width <= 768px) {
  .top-case-studies-main__txtarea {
    width: 100%;
  }
}
.top-case-studies-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-case-studies-main__time {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 2.5rem 2rem 0;
  line-height: 1;
}
@media (width <= 768px) {
  .top-case-studies-main__time {
    font-size: 1.4rem;
  }
}
.top-case-studies-main__category {
  background: #FFF;
  display: inline-block;
  border-radius: 40px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.4rem 1.7rem;
  margin: 0 0 2rem 0;
}
@media (width <= 768px) {
  .top-case-studies-main__category {
    font-size: 1.4rem;
  }
}
a:hover .top-case-studies-main__category {
  color: #F96718;
}
.top-case-studies-main__subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  color: #FFF;
}
@media (width <= 768px) {
  .top-case-studies-main__subtitle {
    font-size: 1.6rem;
  }
}
a:hover .top-case-studies-main__subtitle {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.top-case-studies-main__readbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (width <= 1200px) {
  .top-case-studies-main__readbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-case-studies-main__read {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8888888889;
  width: 80%;
}
@media (width <= 768px) {
  .top-case-studies-main__read {
    width: 100%;
    font-size: 1.4rem;
  }
}
.top-case-studies-main__more {
  margin-left: auto;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (width <= 768px) {
  .top-case-studies-main__more {
    font-size: 1.4rem;
  }
}
.top-case-studies-main__more::before {
  content: "❯";
  margin-right: 1rem;
  font-weight: bold;
  display: inline-block;
}
.top-case-studies-main__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 0 0 0;
}
.top-case-studies-main__all a {
  border-radius: 40px;
  background-color: #FFF;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.1rem 4rem;
  text-align: center;
  display: inline-block;
  min-width: 350px;
  position: relative;
}
@media (width <= 768px) {
  .top-case-studies-main__all a {
    min-width: 90%;
    font-size: 1.4rem;
  }
}
.top-case-studies-main__all a::after {
  content: "❯";
  position: absolute;
  right: 2rem;
  font-weight: bold;
  display: inline-block;
}
.top-case-studies-main__all a:hover {
  background-color: #FFDECC;
}

.top-column-main {
  max-width: 1200px;
  margin: 7.8rem auto 6rem auto;
}
.top-column-main__title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px #008785 solid;
  line-height: 1.6;
  margin: 0 0 4.6rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 768px) {
  .top-column-main__title {
    font-size: 2rem;
  }
}
.top-column-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.3rem 2.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 7rem 0;
}
.top-column-main__item {
  max-width: 386px;
  width: calc((100% - 4.4rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 768px) {
  .top-column-main__item {
    width: 100%;
    max-width: 100%;
  }
}
.top-column-main__time {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f96718;
  background-color: #fff;
  border: 1px solid #f96718;
  border-radius: 29px;
  padding: 0.3rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 768px) {
  .top-column-main__time {
    font-size: 1.4rem;
  }
}
.top-column-main__category {
  margin-left: auto;
  position: relative;
}
a .top-column-main__category {
  border: solid 1px #008785;
  border-radius: 29px;
  color: #008785;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.3rem 1.6rem;
  display: block;
  background-color: #FFF;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 768px) {
  a .top-column-main__category {
    font-size: 1.4rem;
  }
}
.top-column-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  line-height: 1;
}
.top-column-main__subtitle {
  font-size: clamp(1.8rem, 0.26vw + 1.32rem, 2rem);
  font-weight: 500;
  line-height: 1.9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 1rem;
}
@media (width <= 768px) {
  .top-column-main__subtitle {
    font-size: 1.6rem;
  }
}
a:hover .top-column-main__subtitle {
  text-decoration: underline;
}
.top-column-main__figure {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
.top-column-main__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.top-column-main__figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-column-main__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 0 0 0;
}
.top-column-main__all a {
  border: solid #008785 1px;
  border-radius: 40px;
  background-color: #FFF;
  color: #008785;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.1rem 4rem;
  text-align: center;
  display: inline-block;
  min-width: 350px;
  position: relative;
}
@media (width <= 768px) {
  .top-column-main__all a {
    min-width: 90%;
    font-size: 1.4rem;
  }
}
.top-column-main__all a::after {
  content: "❯";
  position: absolute;
  right: 2rem;
  font-weight: bold;
  display: inline-block;
}
.top-column-main__all a:hover {
  background-color: #008785;
  color: #FFF;
}

.top-solution-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 13rem 0;
  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;
}
@media (width <= 1000px) {
  .top-solution-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-solution-main__main {
  width: 65.83%;
}
@media (width <= 1000px) {
  .top-solution-main__main {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.top-solution-main__title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px #008785 solid;
  line-height: 1.6;
  margin: 0 0 3.1rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 768px) {
  .top-solution-main__title {
    font-size: 2rem;
  }
}
.top-solution-main__contents {
  border: solid 1px #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 4rem 0 4rem;
  -webkit-box-shadow: 2px 3px 1px rgba(153, 153, 153, 0.4);
          box-shadow: 2px 3px 1px rgba(153, 153, 153, 0.4);
  border-radius: 8px;
}
@media (width <= 768px) {
  .top-solution-main__contents {
    padding: 0 2rem 0 2rem;
  }
}
.top-solution-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3rem 4.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 4rem 0 0 0;
}
@media (width <= 1000px) {
  .top-solution-main__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width <= 768px) {
  .top-solution-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-solution-main__item {
  max-width: 340px;
  width: calc((100% - 4.4rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 768px) {
  .top-solution-main__item {
    width: 100%;
    max-width: 100%;
  }
}
.top-solution-main__item a:hover .top-solution-main__subtitle {
  text-decoration: underline;
}
.top-solution-main__figure {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
.top-solution-main__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.top-solution-main__figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-solution-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  line-height: 1;
}
.top-solution-main__time {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f96718;
  background-color: #fff;
  border: 1px solid #f96718;
  border-radius: 29px;
  padding: 0.3rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 768px) {
  .top-solution-main__time {
    font-size: 1.4rem;
  }
}
.top-solution-main__category {
  margin-left: auto;
  position: relative;
}
a .top-solution-main__category {
  border: solid 1px #008785;
  border-radius: 29px;
  color: #008785;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.3rem 1.6rem;
  display: block;
  background-color: #FFF;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-solution-main__subtitle {
  font-size: clamp(1.8rem, 0.26vw + 1.32rem, 2rem);
  font-weight: 500;
  line-height: 1.9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 1rem;
}
@media (width <= 768px) {
  .top-solution-main__subtitle {
    font-size: 1.6rem;
  }
}
.top-solution-main__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 4rem 0;
}
.top-solution-main__all a {
  border: solid #008785 1px;
  border-radius: 40px;
  background-color: #FFF;
  color: #008785;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.1rem 4rem;
  text-align: center;
  display: inline-block;
  min-width: 350px;
  position: relative;
}
@media (width <= 768px) {
  .top-solution-main__all a {
    min-width: 90%;
    font-size: 1.4rem;
  }
}
.top-solution-main__all a::after {
  content: "❯";
  position: absolute;
  right: 2rem;
  font-weight: bold;
  display: inline-block;
}
.top-solution-main__all a:hover {
  background-color: #008785;
  color: #FFF;
}
.top-solution-main__side {
  width: 28.66%;
}
@media (width <= 1000px) {
  .top-solution-main__side {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 667px) {
  .top-solution-main__side {
    grid-template-columns: 1fr;
  }
}
.top-solution-main__side .c-sidebar__cta--download {
  margin-top: 0;
}
@media (width <= 1000px) {
  .top-solution-main__side .c-sidebar__cta--download {
    margin-top: 4rem;
  }
}
.top-solution-main__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.7rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 768px) {
  .top-solution-main__navi {
    font-size: 1.25rem;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
.top-solution-main__navi li a {
  border: #008785 1px solid;
  background-color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  display: block;
}
@media (width <= 768px) {
  .top-solution-main__navi li a {
    font-size: 1.4rem;
  }
}
.top-solution-main__navi li a:hover {
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#008785), to(#3dc3aa));
  background: linear-gradient(to right, #008785, #3dc3aa);
}
.top-news-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 13rem 0;
  position: relative;
}
.top-news-main__contents {
  border: solid 1px #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 6rem 0 6rem;
  -webkit-box-shadow: 2px 3px 1px rgba(153, 153, 153, 0.4);
          box-shadow: 2px 3px 1px rgba(153, 153, 153, 0.4);
  border-radius: 8px;
  max-height: 180px;
  min-height: 180px;
  overflow-y: auto;
}
@media (width <= 768px) {
  .top-news-main__contents {
    padding: 0 2rem 0 2rem;
  }
}
.top-news-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 768px) {
  .top-news-main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news-main__title {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #008785;
  border-radius: 0 0 8px 8px;
  padding: 2rem 2.7rem;
  color: #FFF;
  position: absolute;
}
@media (width <= 768px) {
  .top-news-main__title {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.top-news-main__wrap-txt {
  margin-left: auto;
  width: 70%;
}
@media (width <= 768px) {
  .top-news-main__wrap-txt {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
.top-news-main__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  margin-top: 129px;
}
@media (width <= 768px) {
  .top-news-main__all {
    margin-top: 0;
    bottom: 50px;
    width: 90%;
  }
}
.top-news-main__all a {
  border: solid #008785 1px;
  border-radius: 40px;
  background-color: #FFF;
  color: #008785;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 3.8rem 0.5rem 3rem;
  display: inline-block;
  width: 158px;
  position: relative;
}
@media (width <= 768px) {
  .top-news-main__all a {
    width: 90%;
    padding: 1.1rem 4rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
.top-news-main__all a::after {
  content: "❯";
  position: absolute;
  right: 1rem;
  font-weight: bold;
  display: inline-block;
}
.top-news-main__all a:hover {
  background-color: #008785;
  color: #FFF;
}
.top-news-main__list {
  margin: 2rem 0 2rem 0;
}
.top-news-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #008785;
  padding: 2.4rem 0 2.4rem 0;
}
@media (width <= 768px) {
  .top-news-main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news-main__item:last-child {
  border-bottom: 0;
}
.top-news-main__time {
  font-size: 1.6rem;
  font-weight: 500;
  width: 16%;
}
@media (width <= 768px) {
  .top-news-main__time {
    font-size: 1.4rem;
  }
}
.top-news-main__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}
.top-news-main__subtitle a:hover {
  color: #008785;
}/*# sourceMappingURL=top.css.map */