@charset "UTF-8";
/**** 共通カラー ****/
.section-company-top .company-wrap {
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .section-company-top .company-wrap {
    padding: 0;
  }
}
.section-company-top h1 {
  font-family: "NotoSerifJP-Bold";
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
  margin: auto;
}
.section-company-top h2 {
  font-size: clamp(3.2rem, 3.2vw, 4.6rem);
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 73px auto 35px;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .section-company-top h2 {
    margin: 30px auto 18px;
    padding-left: 0.5em;
  }
}
.section-company-top .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .section-company-top .sub-text {
    font-size: clamp(1.1rem, 1.25vw, 1.2rem);
    padding-bottom: 150px;
  }
}
.section-company-top .sub-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #3e3a39;
  bottom: 50px;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-company-top .sub-text::after {
    height: 40px;
  }
}
.section-company-top h3 {
  font-family: "NotoSerifJP-SemiBold";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-company-top h3 {
    margin-bottom: 30px;
  }
}
.section-company-top .description01 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.8;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: solid 1px #707070;
}
.section-company-top .description02 {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  padding-bottom: 196px;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-company-top .description02 {
    padding-bottom: 140px;
  }
}
.section-company-top .description02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #3e3a39;
  bottom: 0;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-company-top .description02::after {
    height: 40px;
    bottom: 20px;
  }
}

.section-company-products {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .section-company-products {
    padding-top: 0;
  }
}
.section-company-products h2 {
  font-family: "NotoSerifJP-Bold";
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-company-products h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.section-company-products .company-info {
  margin-top: 60px;
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .section-company-products .company-info {
    margin-top: 40px;
    padding: 0;
  }
}
.section-company-products .company-info dl {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 0.5px #3e3a39;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .section-company-products .company-info dl {
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 33px;
  }
}
.section-company-products .company-info dl:last-of-type {
  margin-bottom: 0;
}
.section-company-products .company-info dt {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSerifJP-Bold";
  font-weight: normal;
  width: 13.5%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-company-products .company-info dt {
    width: 100%;
  }
}
.section-company-products .company-info dd {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
.section-company-products .company-info dd span {
  display: block;
  position: relative;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.section-company-products .company-info dd span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #3e3a39;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  transform: translateY(-2px);
}/*# sourceMappingURL=company.css.map */