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

#recruit #intro {
  background: #fff;
}
#recruit #intro .intro__wrapper {
  padding-top: max(15.5rem, 80px);
}
#recruit #intro .intro__wrapper .intro__content {
  display: flex;
  gap: max(10rem, 30px) max(14.5rem, 50px);
  margin-top: max(9rem, 30px);
}
@media screen and (max-width: 1000px) {
  #recruit #intro .intro__wrapper .intro__content {
    flex-direction: column-reverse;
  }
}
#recruit #intro .intro__wrapper .intro__content .textBox {
  flex: 1;
}
#recruit #intro .intro__wrapper .intro__content .textBox h2.intro__title {
  font-size: max(2.8rem, 24px);
  font-weight: Slight;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: max(7rem, 30px);
}
#recruit #intro .intro__wrapper .intro__content .imageBox {
  width: max(67rem, 300px);
  align-self: stretch;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #recruit #intro .intro__wrapper .intro__content .imageBox {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
#recruit #intro .intro__wrapper .intro__content .imageBox img {
  width: 100%;
  height: 100%;
}
#recruit #detail {
  background: #fff;
}
#recruit #detail .detail__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: max(17rem, 50px);
  padding-top: max(21rem, 100px);
}
@media screen and (max-width: 768px) {
  #recruit #detail .detail__wrapper {
    flex-direction: column;
  }
}
#recruit #detail .detail__wrapper aside.sidebar {
  position: -webkit-sticky;
  position: sticky;
  flex-shrink: 0;
  top: max(9rem, 90px);
  width: max(17.5rem, 125px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#recruit #detail .detail__wrapper aside.sidebar ul.sidebar__list {
  display: grid;
  -moz-column-gap: max(3.5rem, 30px);
       column-gap: max(3.5rem, 30px);
}
#recruit #detail .detail__wrapper aside.sidebar ul.sidebar__list li.sidebar__item .sidebar__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#recruit #detail .detail__wrapper aside.sidebar ul.sidebar__list li.sidebar__item .sidebar__btn--text {
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
#recruit #detail .detail__wrapper .detail__content {
  flex: 1;
}
#recruit #detail .detail__wrapper .detail__content .tasks__content h3 {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(2rem, 10px);
}
#recruit #detail .detail__wrapper .detail__content .tasks__content h3:not(:first-of-type) {
  margin-top: max(4.5rem, 25px);
}
#recruit #detail .detail__wrapper .detail__content .requirements {
  margin-top: max(20rem, 100px);
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl:not(:last-of-type) {
  padding-bottom: max(4.5rem, 30px);
  margin-bottom: max(4.5rem, 30px);
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(0.1rem, 1px);
  background: #c2c0bd;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  #recruit #detail .detail__wrapper .detail__content .requirements__content dl {
    gap: max(1rem, 10px);
    flex-direction: column;
  }
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dt,
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dd, #recruit #detail .detail__wrapper .detail__content .requirements__content dl > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dt {
  width: max(20%, 150px);
  font-weight: 500;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dd {
  flex: 1;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dd ul.list-inside li {
  margin-left: 1em;
  list-style: inside;
  list-style-position: outside;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dd ul.list-attention li {
  position: relative;
  padding-left: 1em;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl dd ul.list-attention li::before {
  position: absolute;
  content: "※";
  left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#recruit #detail .detail__wrapper .detail__content .requirements__content dl.active:not(:last-of-type)::before {
  transform: scaleX(1);
}/*# sourceMappingURL=recruit-sub.css.map */