@charset "UTF-8";
.background-set, .history__box > span > span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************


 Overview/会社概要


*********************************/
@media screen and (min-width: 768px) {
  .page-template-company #main-container {
    max-width: 1440px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-company .page-ttl-200 span:nth-child(1) {
    font-size: 40px;
  }
}

.company-cont__mv {
  aspect-ratio: 1/0.6;
}
@media screen and (min-width: 768px) {
  .company-cont__mv {
    aspect-ratio: auto;
    height: 400px;
  }
}
.company-cont__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overview h2 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .overview h2 {
    margin-bottom: 50px;
  }
}
.overview h3 {
  font-weight: 600;
  font-size: clamp(18px, 5vw, 36px);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .overview h3 {
    font-size: 18px;
  }
}
.overview dl {
  font-size: clamp(14px, 4vw, 28px);
  line-height: 1.6;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .overview dl {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 16px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .overview dt {
    width: 25%;
    font-weight: 500;
  }
}
.overview__inner {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .overview__inner {
    width: 95%;
    max-width: 1300px;
    margin-inline: auto;
  }
}
.overview p {
  line-height: 1.4;
  font-size: clamp(15px, 4vw, 28px);
}
@media screen and (min-width: 768px) {
  .overview p {
    font-size: 15px;
  }
}
.overview__wrap {
  max-width: 650px;
  margin-inline: auto;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .overview__wrap {
    width: 90%;
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.overview__data {
  letter-spacing: 0.1em;
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .overview__data {
    width: 90%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .overview__box {
    width: 48%;
  }
}
.overview__map {
  margin-bottom: 10px;
  aspect-ratio: 1/0.75;
}
.overview__map iframe {
  width: 100%;
  height: 100%;
}

/********************************


 History/沿革


*********************************/
.company-cont__img {
  aspect-ratio: 1/0.5;
}
@media screen and (min-width: 768px) {
  .company-cont__img {
    aspect-ratio: auto;
  }
}
.company-cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history h2 {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .history h2 {
    margin-bottom: 70px;
  }
}
.history h3 {
  font-weight: 600;
  width: 20%;
  max-width: 125px;
}
@media screen and (min-width: 768px) {
  .history h3 {
    max-width: 80px;
  }
}
.history p {
  width: 70%;
  line-height: 2;
}
.history__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .history__inner {
    width: 95%;
    max-width: 1300px;
    margin-inline: auto;
    padding: 120px 0;
  }
}
.history__cont {
  max-width: 650px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .history__cont {
    width: 90%;
    max-width: 1000px;
  }
}
.history__cont .history__box:first-of-type > span::before {
  display: none;
}
.history__cont .history__box:last-of-type > span::after {
  display: none;
}
.history__box {
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 3% 0 6%;
  font-size: clamp(9px, 3.5vw, 28px);
  display: flex;
  align-items: first baseline;
}
@media screen and (min-width: 768px) {
  .history__box {
    font-size: 16px;
    padding: 10px 0 30px;
  }
}
.history__box > span {
  position: relative;
  display: flex;
  width: 2%;
  max-width: 12px;
  aspect-ratio: 1;
  margin: 0 8% 0 5%;
}
@media screen and (min-width: 768px) {
  .history__box > span {
    margin: 0 5% 0 5%;
  }
}
.history__box > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #888;
  z-index: 0;
}
.history__box > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 300px;
  background: #888;
  z-index: 0;
}
.history__box > span > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/company/cric.svg);
  border-radius: 50%;
}/*# sourceMappingURL=company.css.map */