@import url("https://use.typekit.net/fdp7etr.css");
body {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

.title-box .box2 {
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content;
  line-height: 100%;
}
.title-box .box2 span {
  box-sizing: border-box;
  display: block;
  height: -moz-max-content;
  height: max-content;
  line-height: 100%;
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
  width: 1000px;
  margin-bottom: 100px;
  max-width: 90%;
}
.button-container .scroll-btn {
  padding: 3px;
  margin: 0 2%;
  font-size: 16px;
  cursor: pointer;
  color: #43961c;
  border: 0;
  border-bottom: solid 1px #43961c;
  transition: background-color 0.3s;
  background: transparent;
  font-weight: 600;
  /*
  &:hover {
      background-color: #43961c;
      color: #fefbf4;
  }*/
}

.content-section {
  margin: 0px 0;
  padding-top: 70px;
}
.content-section:nth-child(even) .service-box {
  flex-direction: row-reverse;
}
.content-section:nth-child(even) .service-box .right {
  padding-left: 5%;
}

.content-section:nth-child(odd) h2,
.content-section:nth-child(odd) h3 {
  color: #0071bb;
}
.content-section:nth-child(odd) .right .service-img {
  box-shadow: 5px 5px #0071bb !important;
}

.content-section:nth-child(even) h2,
.content-section:nth-child(even) h3 {
  color: #43961c;
}

/*********************
title
**********************/
h1 {
  margin: 50px auto;
}

/*********************
top
**********************/
.top {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto 70px auto;
  background-image: url("../../src/service/service.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/*********************
section
**********************/
section.content-section {
  padding-top: 70px;
  margin-top: -5px;
}
section.content-section h3 {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 150%;
}
section.content-section h3 .number {
  font-size: 50px;
  height: 37px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 10px;
}
section.content-section .service-box {
  width: 1500px;
  max-width: 90%;
  margin: 100px auto;
  display: flex;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.content-section .left {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
section.content-section .left p {
  padding: 20px 0;
  line-height: 150%;
}
section.content-section .left h4 {
  font-size: 25px;
}
section.content-section .right {
  width: 50%;
}
section.content-section .right .word-img {
  width: 70px;
  min-width: auto;
  height: 100%;
}
section.content-section .right .service-img {
  width: 400px;
  max-width: calc(90% - 80px);
  height: 100%;
  box-shadow: 5px 5px #43960f;
}
section.content-section .right h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  max-width: 90%;
}
section.content-section .right p {
  line-height: 150%;
  padding: 20px 0;
  margin-bottom: 30px;
  max-width: 90%;
}
section.content-section .img-flex {
  display: flex;
}
section.content-section .more-btn {
  margin-top: 20px;
}
section.content-section .service-box0 {
  box-sizing: border-box;
  width: 1500px;
  max-width: 90%;
  margin: 100px auto;
  padding-bottom: 0px;
  margin: 30px auto;
  padding: 0 5%;
}
section.content-section .service-box0 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 150%;
}
section.content-section .service-box0 p {
  text-align: center;
  padding: 20px 0;
}
section.content-section .service-box2 {
  box-sizing: border-box;
  width: 1500px;
  max-width: 90%;
  margin: 100px auto;
  padding: 0 5%;
  padding-bottom: 100px;
  margin: 30px auto;
}
section.content-section .service-box2 p {
  padding: 20px 0;
}

.white-bg {
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

#section3 p {
  text-align: left !important;
}

.last-message {
  color: #43960f;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.last-message p {
  width: 1000px;
  margin: 100px auto;
  max-width: 90%;
  margin-bottom: 0;
}

#section9.content-section .right .word-img {
  width: 60px;
}

@media (max-width: 900px) {
  section.content-section .service-box {
    margin-top: 0;
    padding-top: 0;
  }
  section.content-section .right {
    width: 90%;
  }
  section.content-section .left {
    width: 90%;
    margin-left: auto;
  }
  .content-section:nth-child(odd) .service-box {
    flex-direction: column-reverse;
  }
  .content-section:nth-child(even) .service-box {
    flex-direction: column-reverse;
  }
  section.content-section .img-flex {
    width: 400px;
    max-width: 100%;
    padding-left: 0 !important;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .content-section {
    padding-top: 0;
  }
  section.content-section .service-box2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .button-container .scroll-btn {
    font-size: 14px;
    margin: 0 2.5%;
  }
  .last-message {
    text-align: left;
  }
}
@media (max-width: 500px) {
  /*
  .button-container .scroll-btn {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  }*/
  section.content-section .right .word-img {
    width: 17.5%;
    height: 100%;
  }
  section.content-section .right {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */