@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 h2.intro__title {
  text-align: center;
  font-size: max(2.8rem, 24px);
  font-weight: Slight;
  line-height: 2;
  letter-spacing: 0.15em;
}
#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 .btn {
  text-align: right;
  margin-top: max(4rem, 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;
}
@media screen and (max-width: 768px) {
  #recruit #detail .detail__wrapper aside.sidebar {
    position: relative;
    top: 0;
    width: 50%;
  }
}
#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 .type dl.type__list {
  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 .type dl.type__list:not(:last-of-type) {
  padding-bottom: max(4.5rem, 30px);
  margin-bottom: max(4.5rem, 30px);
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list: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 .type dl.type__list {
    gap: max(1rem, 10px);
    flex-direction: column;
  }
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dt,
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd, #recruit #detail .detail__wrapper .detail__content .type dl.type__list > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dt {
  width: max(20%, 150px);
  font-weight: 500;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dt > * {
  line-height: 2;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd {
  flex: 1;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a {
  display: flex;
  align-items: center;
  gap: max(3.5rem, 15px);
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a .btn__arrow {
  position: relative;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: auto;
  height: 1.6lh;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  overflow: visible;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a .btn__arrow .circle-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a .btn__arrow .circle-border .circle-base {
  fill: none;
  stroke-width: 1;
  stroke: rgba(59, 49, 40, 0.3);
  stroke-dasharray: 126 126;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a .btn__arrow .circle-border .circle-animated {
  fill: none;
  stroke-width: 1;
  stroke: #3b3128;
  stroke-dasharray: 0 126;
  stroke-dashoffset: 0;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: stroke-dasharray 0.6s ease;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a .btn__arrow img {
  position: relative;
  z-index: 1;
  width: 30%;
  transition: transform 0.3s ease;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a:hover .btn__arrow .circle-border .circle-animated {
  stroke-dasharray: 126 126;
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list dd a:hover .btn__arrow img {
  transform: scale(1.1);
}
#recruit #detail .detail__wrapper .detail__content .type dl.type__list.active:not(:last-of-type)::before {
  transform: scaleX(1);
}
#recruit #detail .detail__wrapper .detail__content .environment {
  margin-top: max(20rem, 100px);
}
#recruit #detail .detail__wrapper .detail__content .environment__content ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: max(1rem, 10px) max(3rem, 20px);
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 550px) {
  #recruit #detail .detail__wrapper .detail__content .environment__content ul {
    grid-template-columns: 1fr;
  }
}
#recruit #detail .detail__wrapper .detail__content .environment__content ul li {
  padding: max(0.5rem, 5px);
  text-align: center;
  border: 1px solid #3b3128;
  border-radius: max(1.9rem, 19px);
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#recruit #detail .detail__wrapper .detail__content .environment__content ul li h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  line-height: inherit;
}
#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, blur 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);
}
#recruit #detail .detail__wrapper .detail__content .flow {
  margin-top: max(20rem, 100px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .attention {
  padding-top: max(1rem, 10px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list {
  margin-top: max(11rem, 50px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl {
  display: flex;
  align-items: first baseline;
  gap: max(3.95rem, 10px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl > * {
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  text-align: center;
  gap: max(2rem, 15px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt > * {
  font-weight: 500;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt h3 {
  line-height: 1.5;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt h3 > span {
  opacity: 1 !important;
  display: block;
  padding: max(0.7rem, 7px) max(2rem, 20px);
  line-height: 1;
  border: 1px solid #3b3128;
  border-radius: max(1.9rem, 19px);
}
@media screen and (max-width: 550px) {
  #recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt h3 > span {
    padding: 5px 10px;
  }
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt h3 small {
  font-size: max(1.2rem, 10px);
  line-height: 1;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dt span.line {
  flex: 1;
  width: 1px;
  background: #c2c0bd;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dd {
  flex: 1;
  padding-bottom: max(5.5rem, 35px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dd h4 {
  font-weight: 500;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dd h4:not(:first-of-type) {
  margin-top: max(4rem, 30px);
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dd p a {
  color: #e48a40;
  text-decoration: underline;
}
#recruit #detail .detail__wrapper .detail__content .flow__content .flow__list dl dd p b {
  color: #ff0000;
  font-weight: inherit;
}/*# sourceMappingURL=recruit.css.map */