.com-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .com-sp {
    display: block;
  }
}

.under_title.-com {
  font-size: 9.6rem;
}
@media screen and (max-width: 1680px) {
  .under_title.-com {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 834px) {
  .under_title.-com {
    font-size: 3.6rem;
  }
}

.com-pro, .com-his {
  padding-top: 190px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1680px) {
  .com-pro, .com-his {
    padding-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  .com-pro, .com-his {
    padding-top: 50px;
  }
}

.com-ttl {
  margin-bottom: 130px;
  line-height: 1;
  text-align: center;
  font-family: var(--font_point);
  font-size: 8rem;
}
@media screen and (max-width: 1680px) {
  .com-ttl {
    margin-bottom: 80px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .com-ttl {
    margin-bottom: 50px;
    font-size: 3.4rem;
  }
}

.com-pro {
  padding-bottom: 270px;
}
@media screen and (max-width: 1680px) {
  .com-pro {
    padding-bottom: 150px;
  }
}

.com-pro_list-item {
  padding: 95px 5px;
  line-height: 1;
  border-top: 1px solid #222;
}
@media screen and (max-width: 1680px) {
  .com-pro_list-item {
    padding: 50px 5px;
  }
}
@media screen and (max-width: 834px) {
  .com-pro_list-item {
    padding: 30px 5px;
  }
  .com-pro_list-item:has(br) {
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  .com-pro_list-item {
    padding: 20px 5px;
  }
}
.com-pro_list-item:last-child {
  border-bottom: 1px solid #222;
}

.com-pro_dl {
  display: flex;
  align-items: center;
  gap: 20%;
}
@media screen and (max-width: 1680px) {
  .com-pro_dl {
    gap: 45px;
  }
}
@media screen and (max-width: 834px) {
  .com-pro_dl {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .com-pro_dl {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.com-pro_dt {
  min-width: 195px;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .com-pro_dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .com-pro_dt {
    min-width: 110px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .com-pro_dt {
    width: 100%;
    font-size: 1.8rem;
  }
}

.com-pro_dd {
  font-size: 3rem;
}
.com-pro_dd p {
  line-height: 1.3;
}
@media screen and (max-width: 1680px) {
  .com-pro_dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .com-pro_dd {
    font-size: 1.6rem;
  }
}

.com-his {
  max-width: 1180px;
}

.com-his_tb {
  width: 100%;
  line-height: 1;
}
.com-his_tb th, .com-his_tb td {
  padding-bottom: 135px;
}
@media screen and (max-width: 1680px) {
  .com-his_tb th, .com-his_tb td {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb th, .com-his_tb td {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb th, .com-his_tb td {
    padding-bottom: 20px;
  }
}

.com-his_tb-year {
  width: 305px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: var(--font_point);
  vertical-align: top;
}
@media screen and (max-width: 1680px) {
  .com-his_tb-year {
    width: 180px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb-year {
    width: 100px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb-year {
    width: 80px;
    padding-top: 2px;
  }
}

.com-his_tb-month {
  position: relative;
  width: 260px;
  font-size: 3rem;
  font-family: var(--font_point);
  vertical-align: top;
}
@media screen and (max-width: 1680px) {
  .com-his_tb-month {
    width: 180px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb-month {
    width: 130px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb-month {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 10px !important;
  }
}
.com-his_tb-month::before, .com-his_tb-month::after {
  position: absolute;
  content: "";
}
.com-his_tb-month::before {
  width: 1px;
  height: 90%;
  bottom: -5px;
  left: -100px;
  background-color: #222;
}
@media screen and (max-width: 1680px) {
  .com-his_tb-month::before {
    left: -58px;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb-month::before {
    left: -28px;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb-month::before {
    height: 350%;
    left: -16px;
    bottom: -250%;
  }
}
.com-his_tb-month.-last::before {
  display: none;
}
.com-his_tb-month::after {
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 100vmax;
  top: 5px;
  left: -112px;
}
@media screen and (max-width: 1680px) {
  .com-his_tb-month::after {
    left: -69px;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb-month::after {
    width: 18px;
    top: 0;
    left: -36px;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb-month::after {
    width: 16px;
    left: -24px;
  }
}

.com-his_tb-txt {
  width: calc(100% - 500px);
  font-size: 3rem;
}
@media screen and (max-width: 1680px) {
  .com-his_tb-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .com-his_tb-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .com-his_tb-txt {
    display: block;
    width: 100%;
    line-height: 1.3;
  }
}/*# sourceMappingURL=company.css.map */