#about.container {
  max-width: none;
}

#about {
  padding: 5.25rem 0 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  #about {
    padding: 0;
  }
}
#about .common-heading {
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  #about .common-heading {
    margin-bottom: 1rem;
  }
}
#about .common-heading__ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #256E45;
}
@media (max-width: 768px) {
  #about .common-heading__ja {
    font-size: 1.25rem;
  }
}
#about .company-main {
  position: relative;
  z-index: 0;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  #about .company-main {
    margin-bottom: 5rem;
  }
}
#about .company-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -90px;
  width: 100%;
  height: 633px;
  opacity: 0.1;
}
@media (max-width: 480px) {
  #about .company-main::before {
    height: 1000px;
  }
}
#about .company-main .company-main__item {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 0.5px solid #707070;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #about .company-main .company-main__item {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }
}
#about .company-main .company-main__text {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0 1.6rem;
}
#about .company-main .company-main__text .company-main__text--title {
  font-size: 2.5rem;
  line-height: 1;
  color: #256E45;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--title {
    margin-bottom: 0;
    font-size: 1.75rem;
  }
}
#about .company-main .company-main__text .company-main__text--main {
  width: 70%;
  position: relative;
  z-index: 0;
  text-align: left;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main {
    width: 100%;
  }
}
#about .company-main .company-main__text .company-main__text--main .__bold {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main .__bold {
    font-size: 1.05rem;
  }
}
#about .company-main .company-main__text .company-main__text--main .__bold:last-child {
  margin-bottom: 0;
}
#about .company-main .company-main__text .company-main__text--main .__bold > span {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main .__bold > span {
    font-size: 1.05rem;
  }
}
#about .company-main .company-main__text .company-main__text--main.__flex {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main.__flex {
    justify-content: space-between;
  }
}
#about .company-main .company-main__text .company-main__text--main.__flex .__item {
  border: 0.5px solid #707070;
  border-radius: 10px;
  padding: 2.1428571429vw;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main.__flex .__item {
    width: 45%;
  }
}
#about .company-main .company-main__text .company-main__text--main.__flex .__item .__bold {
  width: 13.0714285714vw;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.5px solid #707070;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  #about .company-main .company-main__text .company-main__text--main.__flex .__item .__bold {
    width: 100%;
  }
}
#about .company-main .company-main__text .company-main__text--main.__flex .__item .__bold > span {
  padding: 0 5px;
  color: #256E45;
  font-size: 0.75rem;
}
#about .company-message {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  #about .company-message {
    display: block;
  }
}
#about .company-message .company-message__image {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 768px) {
  #about .company-message .company-message__image {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #about .company-message .company-message__image {
    max-width: 300px;
  }
}
#about .company-message .company-message__text {
  text-align: left;
}
#about .company-message .company-message__text .company__description {
  color: #256E45;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
#about .company-message .company-message__text .company__description span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
#about .company-message .company-message__text .common-heading__ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #about .company-message .company-message__text .common-heading__ja {
    font-size: 1.25rem;
  }
}
#about .company-message .company-message__text .common-heading__ja span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3rem;
  color: #256E45;
}
@media (max-width: 768px) {
  #about .company-message .company-message__text .common-heading__ja span {
    font-size: 1.25rem;
  }
}
#about .company-message .company-message__text .company-message__main {
  width: 100%;
  max-width: 650px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #about .company-message .company-message__text .company-message__main {
    margin-bottom: 1.5rem;
  }
}

#company {
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  margin: 0 auto;
  padding-top: 230px;
  position: relative;
}
@media (max-width: 480px) {
  #company {
    margin-top: 50px;
    padding-top: 0;
  }
}
#company::before {
  content: "COMPANY";
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-size: 28.5714285714vw;
  color: #15843F;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #15843F;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  left: -15%;
  top: 0;
  line-height: 1;
  word-break: keep-all;
}
@media (max-width: 480px) {
  #company::before {
    font-size: 27.397260274vw;
    top: -3%;
  }
}
#company .common-heading {
  text-align: left;
  margin-left: 0;
}

.company-list {
  text-align: left;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  width: 100%;
  max-width: 780px;
}
@media (max-width: 480px) {
  .company-list {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.company-list .company-list__item {
  border-bottom: 0.5px solid #BCBCBC;
  padding: 20px 0;
  display: flex;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .company-list .company-list__item {
    display: block;
  }
}
.company-list .company-list__item dt {
  width: 100%;
  max-width: 230px;
  flex-shrink: 0;
  color: #333333;
  font-weight: 700;
  font-size: 1.05rem;
  position: relative;
}
.company-list .company-list__item dt::after {
  content: "";
  width: 0.5px;
  height: 100%;
  background-color: #BCBCBC;
  position: absolute;
  right: 40px;
  top: 0;
}
@media (max-width: 480px) {
  .company-list .company-list__item dt::after {
    display: none;
  }
}
.company-list .company-list__item dd {
  font-size: 1.05rem;
}

.company-map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  padding: 9.2857142857vw 10.7142857143vw;
}
@media (max-width: 768px) {
  .company-map {
    flex-direction: column;
    padding: 5.7142857143vw 1.6rem;
    gap: 1.5rem;
    align-items: baseline;
  }
}
.company-map .company-map__text {
  text-align: left;
}
.company-map .company-map__text .common-heading {
  margin-bottom: 5.7142857143vw;
  margin-left: 0;
}
.company-map .company-map__text .company-map__text--main {
  font-weight: 700;
  font-size: 1.05rem;
}
.company-map iframe {
  width: 45%;
  height: 20vw;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .company-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/1.5;
  }
}

.company-wrapper {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */