/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#company #about {
  background: #fff;
}
#company #about .about__wrapper {
  padding-top: max(12.5rem, 70px);
  padding-bottom: max(12.5rem, 70px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#company #about .about__wrapper .about__content {
  display: flex;
  gap: max(8rem, 40px);
}
@media screen and (max-width: 1000px) {
  #company #about .about__wrapper .about__content {
    flex-direction: column-reverse;
  }
}
#company #about .about__wrapper .about__content .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 10px);
}
#company #about .about__wrapper .about__content .textBox dl {
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #company #about .about__wrapper .about__content .textBox dl {
    flex-direction: column;
  }
}
#company #about .about__wrapper .about__content .textBox dl dt,
#company #about .about__wrapper .about__content .textBox dl dd {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company #about .about__wrapper .about__content .textBox dl dt {
  min-width: max(20rem, 100px);
}
#company #about .about__wrapper .about__content .textBox dl dd {
  flex: 1;
}
#company #about .about__wrapper .about__content .textBox dl br {
  line-height: 1;
}
#company #about .about__wrapper .about__content .imageBox {
  width: max(51.5rem, 300px);
  aspect-ratio: 103/110;
}
@media screen and (max-width: 1000px) {
  #company #about .about__wrapper .about__content .imageBox {
    width: 100%;
    aspect-ratio: 5/3;
    -o-object-position: left;
       object-position: left;
  }
}
#company #about .about__wrapper .about__content .imageBox img {
  width: 100%;
  height: 100%;
}
#company #access {
  background: #fff;
}
#company #access .access__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(12rem, 70px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#company #access .access__wrapper .access__content {
  display: flex;
  gap: max(8rem, 20px);
}
@media screen and (max-width: 1000px) {
  #company #access .access__wrapper .access__content {
    flex-direction: column-reverse;
  }
}
#company #access .access__wrapper .access__content:not(:first-of-type) {
  margin-top: max(10rem, 70px);
}
#company #access .access__wrapper .access__content .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 10px);
}
#company #access .access__wrapper .access__content .textBox h3 {
  font-size: max(1.8rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(4.5rem, 15px);
}
@media screen and (max-width: 550px) {
  #company #access .access__wrapper .access__content .textBox h3 {
    margin-bottom: 0;
  }
}
#company #access .access__wrapper .access__content .textBox dl {
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #company #access .access__wrapper .access__content .textBox dl {
    flex-direction: column;
  }
}
#company #access .access__wrapper .access__content .textBox dl dt,
#company #access .access__wrapper .access__content .textBox dl dd {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company #access .access__wrapper .access__content .textBox dl dt {
  min-width: max(20rem, 100px);
}
#company #access .access__wrapper .access__content .textBox dl dd {
  flex: 1;
}
#company #access .access__wrapper .access__content .textBox dl br {
  line-height: 1;
}
#company #access .access__wrapper .access__content .textBox .comingSoon {
  height: 100%;
  background: #c2c0bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  #company #access .access__wrapper .access__content .textBox .comingSoon {
    padding: max(5rem, 50px) 5%;
  }
}
#company #access .access__wrapper .access__content .textBox .comingSoon strong {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(2.4rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#company #access .access__wrapper .access__content .textBox .comingSoon span {
  color: rgba(59, 49, 40, 0.4);
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#company #access .access__wrapper .access__content .imageBox {
  width: max(54rem, 300px);
  aspect-ratio: 27/16;
}
@media screen and (max-width: 1000px) {
  #company #access .access__wrapper .access__content .imageBox {
    width: 100%;
  }
}
#company #access .access__wrapper .access__content .imageBox img {
  width: 100%;
  height: 100%;
}
#company #history {
  background: #fff;
}
#company #history .history__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(12rem, 70px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#company #history .history__wrapper .history__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 10px);
}
#company #history .history__wrapper .history__content dl {
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #company #history .history__wrapper .history__content dl {
    flex-direction: column;
  }
}
#company #history .history__wrapper .history__content dl dt,
#company #history .history__wrapper .history__content dl dd {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company #history .history__wrapper .history__content dl dt {
  min-width: max(30rem, 120px);
}
#company #history .history__wrapper .history__content dl dd {
  flex: 1;
}
#company #other {
  background: #fff;
}
#company #other .other__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(12rem, 70px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#company #other .other__wrapper .other__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 10px);
}
#company #other .other__wrapper .other__content dl {
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #company #other .other__wrapper .other__content dl {
    flex-direction: column;
  }
}
#company #other .other__wrapper .other__content dl dt,
#company #other .other__wrapper .other__content dl dd {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company #other .other__wrapper .other__content dl dt {
  min-width: max(30rem, 200px);
}
#company #other .other__wrapper .other__content dl dd {
  flex: 1;
}
#company #other .other__wrapper .other__content dl br {
  line-height: 1;
}
#company #licenses {
  background: #fff;
}
#company #licenses .licenses__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(12rem, 70px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#company #licenses .licenses__wrapper .licenses__content {
  display: flex;
  justify-content: space-between;
  gap: max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  #company #licenses .licenses__wrapper .licenses__content {
    flex-direction: column;
  }
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 10px);
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl {
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl dt,
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl dd {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl dt {
  min-width: max(45rem, 300px);
}
@media screen and (max-width: 550px) {
  #company #licenses .licenses__wrapper .licenses__content .licenses__list dl dt {
    min-width: max(80%, 270px);
  }
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl dd {
  flex: 1;
}
#company #licenses .licenses__wrapper .licenses__content .licenses__list dl br {
  line-height: 1;
}
#company .btnBox {
  background: #fff;
}
#company .btnBox__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: max(10rem, 20px);
}
#company .btnBox .btn {
  padding-top: max(8rem, 50px);
  padding-bottom: max(20rem, 100px);
  text-align: center;
  background: #fff;
}/*# sourceMappingURL=company.css.map */