.kawagoe-en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: flex;
  overflow: visible;
}
.kawagoe-en a:hover {
  text-decoration: none;
}
.kawagoe-en .aside {
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100vh - 126px);
}
.kawagoe-en .aside .factory-nav li a {
  color: var(--black);
}
.kawagoe-en main {
  flex: 1;
  background: #efefef;
  width: calc(100% - 240px);
  margin-left: 0;
  overflow: hidden;
}
.kawagoe-en.factory-top .main-img__catch {
  line-height: 1;
}
.kawagoe-en.factory-top .main-img__catch div {
  line-height: 1;
}
.kawagoe-en.under .main-img__catch {
  bottom: -8%;
}
.kawagoe-en.under .main-img__catch--inner {
  line-height: 1;
}
.kawagoe-en.under .main-img__catch--inner h3 {
  padding: 0.1em 0;
}
.kawagoe-en.factory-tour .feature__box--title {
  line-height: 1.2;
}
.kawagoe-en.factory-tour .feature__box--content .text .link-btn {
  max-width: 300px;
}
.kawagoe-en.manufacturing-process .contents .how-to-process .process__inner dl .link-box {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.kawagoe-en.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div > div {
  font-size: 1.5vw;
  line-height: 1;
  padding: 0.5em 1em;
}
.kawagoe-en.manufacturing-process .contents .each-process__title {
  line-height: 1;
}
.kawagoe-en.sustainability .contents .link-box dl dt {
  padding: 1em 3em;
}
.kawagoe-en.sustainability .contents__box h4 {
  line-height: 1.2;
  padding: 0.5em 1em;
}
.kawagoe-en.access .contents .info__text .kawagoe-info dd {
  display: flex;
  align-items: flex-start;
}
.kawagoe-en.access .contents .info__text .kawagoe-info dd span.subject {
  width: 6em;
  text-align: center;
  padding: 0;
  margin-right: 0;
}
.kawagoe-en.access .contents .info__text .kawagoe-info dd span.detail {
  flex: 1;
  background: none;
  color: var(--black);
}

@media screen and (max-width: 768px) {
  .kawagoe-en {
    display: block;
  }
  .kawagoe-en .aside {
    position: fixed;
    height: auto;
    top: initial;
    left: initial;
  }
  .kawagoe-en main {
    width: 100%;
    margin-left: 0;
  }
  .kawagoe-en.under .main-img__catch--inner h3 {
    padding: 0.1em 0 0.2em;
  }
  .kawagoe-en.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div > div {
    font-size: 2rem;
  }
  .kawagoe-en.sustainability .contents .link-box dl dt {
    padding: 1em 1.5em;
  }
  .kawagoe-en.access .contents .info__text .kawagoe-info dd {
    flex-direction: column;
  }
  .kawagoe-en.access .contents .info__text .kawagoe-info dd span.detail {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}/*# sourceMappingURL=en.css.map */