@charset "UTF-8";
/* サイドバー */
@media screen and (min-width: 992px) {
  .company-aside {
    position: sticky;
    top: 120rem;
    left: 0;
    padding-right: 20rem;
    height: fit-content;
  }
}
@media screen and (min-width: 1272px), print {
  .company-aside {
    padding-right: 100rem;
  }
}
.company-aside__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16rem;
}
@media screen and (min-width: 992px) {
  .company-aside__list {
    flex-direction: column;
    gap: unset;
  }
}
@media screen and (min-width: 992px) {
  .company-aside__item {
    border-bottom: 1px solid #E3E3E3;
  }
}
.company-aside__item a {
  padding-block: 10rem;
  padding-right: 20rem;
  display: flex;
  gap: 10rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.company-aside__item a::after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #0458A2;
  border-bottom: 1px solid #0458A2;
  transform: translateY(-2px) rotate(45deg);
}
.company-aside__item a:hover {
  color: #0458A2;
}
.company-aside__item a:hover::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .company-aside__item a {
    padding-block: 20rem;
    padding-right: 10rem;
    gap: 6rem;
  }
  .company-aside__item a.is-active {
    color: #0458A2;
  }
}
@media screen and (min-width: 1272px), print {
  .company-aside__item a {
    gap: 10rem;
  }
}

/* サイドバー（事業案内） */
.chemical .company-aside__link,
.additives .company-aside__link,
.etac .company-aside__link,
.international .company-aside__link,
.cnt .company-aside__link {
  padding-right: 0;
}
@media screen and (min-width: 400px) {
  .chemical .company-aside__link,
  .additives .company-aside__link,
  .etac .company-aside__link,
  .international .company-aside__link,
  .cnt .company-aside__link {
    padding-right: 20rem;
  }
}

/* 会社概要 */
.top-message__signature-wrap {
  width: fit-content;
  margin-left: auto;
}
.top-message__job {
  padding-left: 3rem;
  width: fit-content;
}
.top-message__signature {
  width: 170rem;
  height: 40rem;
}

.top-message .ttl-pattern-1 {
  font-size: 34rem;
}

@media screen and (max-width: 375px) {
  .top-message .ttl-pattern-1 {
    font-size: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .top-message .ttl-pattern-1 {
    font-size: 42rem;
  }
}
.overview {
  padding-top: 120rem;
  font-weight: 400;
}
.overview__table {
  position: relative;
  width: 100%;
}
.overview__table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  padding-block: 25rem;
}
@media screen and (min-width: 992px) {
  .overview__table tr {
    display: table-row;
  }
}
.overview__table th {
  display: block;
  width: 100%;
  text-align: start;
  vertical-align: top;
  padding-bottom: 16rem;
}
@media screen and (min-width: 992px) {
  .overview__table th {
    display: table-cell;
    padding-block: 30rem;
    width: 100rem;
  }
}
@media screen and (min-width: 1272px), print {
  .overview__table th {
    width: 200rem;
  }
}
.overview__table td {
  display: block;
  width: 100%;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .overview__table td {
    display: table-cell;
    padding-block: 30rem;
    padding-left: 16rem;
    width: auto;
  }
}
.overview__table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0458A2 0%, #0458A2 200rem, #E3E3E3 200rem, #E3E3E3 100%);
}
.overview__map {
  text-transform: capitalize;
}

.overview-base__head {
  width: 120rem;
  flex-shrink: 0;
}

.history {
  margin-top: 120rem;
  font-weight: 400;
}
.history__item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .history__item {
    display: flex;
    gap: 50rem;
    align-items: flex-start;
  }
}
.history__item::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #0458A2;
  border-radius: 50%;
}
.history__item::before {
  position: absolute;
  top: 0.5em;
  left: 4rem;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E3E3E3;
}
.history__date {
  position: relative;
  padding-left: 16rem;
  font-size: 24rem;
  color: #0458A2;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .history__date {
    padding-left: 28rem;
  }
}
.history__event {
  padding-left: 14rem;
}
@media screen and (min-width: 992px) {
  .history__event {
    padding-left: unset;
  }
}
.history__images {
  display: grid;
  gap: 16rem;
  margin-top: 16rem;
}
@media screen and (min-width: 576px) {
  .history__images {
    gap: 10rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .history__images {
    gap: 20rem;
  }
}

.associated {
  margin-top: 120rem;
}
.associated__title {
  font-size: 26rem;
  font-weight: 700;
  color: #333;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .associated__title {
    font-size: 22rem;
  }
}
.associated__link {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.associated__link::after {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  mask: url("/media/images/common/icon-newtab.svg") no-repeat center center/contain;
  background-color: #0458A2;
  opacity: 1;
}
.associated__link:hover::before {
  display: none;
}
@media screen and (min-width: 375px) {
  .associated__link--xxs {
    display: none;
  }
}
.associated__table {
  position: relative;
  width: 100%;
}
.associated__table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0458A2 0%, #0458A2 200rem, #E3E3E3 200rem, #E3E3E3 100%);
}
.associated__table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 16rem;
  padding-bottom: 16rem;
}
@media screen and (min-width: 992px) {
  .associated__table tr {
    display: table-row;
    margin-top: unset;
    padding-bottom: unset;
  }
}
.associated__table th {
  display: block;
  width: 100%;
  padding-block: 16rem;
  vertical-align: top;
  text-align: start;
}
@media screen and (min-width: 992px) {
  .associated__table th {
    display: table-cell;
    padding-block: 30rem;
    width: 100rem;
  }
}
@media screen and (min-width: 1272px), print {
  .associated__table th {
    width: 200rem;
  }
}
.associated__table td {
  display: block;
  width: 100%;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .associated__table td {
    padding-block: 30rem;
    padding-left: 16rem;
    width: auto;
  }
}
.associated__table + .associated__title {
  margin-top: 100rem;
}
@media screen and (min-width: 992px) {
  .associated__subtable {
    display: grid;
    grid-template-columns: 76rem 1fr;
    gap: 20rem;
  }
}
.associated__layout1 {
  display: grid;
  grid-template-areas: "title" "rental" "image1" "images2";
}
@media screen and (min-width: 1272px), print {
  .associated__layout1 {
    grid-template-columns: 436rem 1fr;
    grid-template-areas: "title title" "rental image1" "images2 images2";
    column-gap: 110rem;
  }
}
.associated__rental-title {
  grid-area: title;
}
@media screen and (min-width: 1272px), print {
  .associated__rental-title {
    margin-bottom: 20rem;
  }
}
.associated__rental-list {
  grid-area: rental;
  margin-bottom: 30rem;
}
@media screen and (min-width: 576px) {
  .associated__rental-list {
    display: grid;
    grid-template-columns: 135rem 1fr;
    column-gap: 20rem;
  }
}
@media screen and (min-width: 1272px), print {
  .associated__rental-list {
    grid-template-columns: 135rem 1fr;
    column-gap: 40rem;
  }
}
@media screen and (max-width: 575px) {
  .associated__rental-list p:nth-of-type(2n + 1) {
    margin-top: 8rem;
    font-weight: 500;
  }
}
.associated__image1 {
  grid-area: image1;
  margin-bottom: 30rem;
  width: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 1272px), print {
  .associated__image1 {
    width: 100%;
  }
}
.associated__image1 figcaption {
  font-size: 14rem;
}
@media screen and (max-width: 500px) {
  .associated__image1 figcaption {
    font-size: 12rem;
  }
}
.associated__images2 {
  grid-area: images2;
  display: grid;
  gap: 24rem 16rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .associated__images2 {
    gap: 24rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .associated__images2 {
    gap: 25rem;
  }
}
.associated__images2 figcaption {
  font-size: 14rem;
}
@media screen and (max-width: 500px) {
  .associated__images2 figcaption {
    font-size: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .associated__images2 figcaption {
    font-size: 13rem;
  }
}
@media screen and (min-width: 992px) {
  .associated__images2 figcaption {
    font-size: 14rem;
  }
}
.associated__images2 img {
  aspect-ratio: 180/240;
  object-fit: cover;
}
.associated .instagram {
  width: 24rem;
  height: 24rem;
  transition: 0.3s;
  vertical-align: text-bottom;
}
.associated .instagram:hover {
  text-decoration: none;
  opacity: 0.7;
}
.associated .instagram:hover::before {
  display: none;
}/*# sourceMappingURL=style-company.css.map */