[class*=__section] {
  border-radius: 10px;
}

.lower__section {
  padding: 0 0 0 23px;
  margin: 46px 0 10px;
}
.lower__title {
  margin-bottom: 41px;
}
.lower__title-en {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  line-height: 1;
}
.lower__title-ja {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.recruit__section {
  margin: 0 16px 120px 0;
  padding: 30px 60px 200px;
  background: #fff;
}
.recruit__title {
  display: grid;
  place-content: center;
  margin-bottom: 40px;
}
.recruit__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.recruit__title .section__title-jp {
  color: #F28936;
  text-align: center;
}
.recruit__switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 312px));
  grid-template-rows: 80px;
  place-content: center;
  gap: 12px;
  margin-bottom: 133px;
}
.recruit__switch-el {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: grid;
  place-content: center;
  background: #3E3E3E;
  position: relative;
  transition: opacity 0.4s ease;
}
.recruit__switch-el::before {
  content: "";
  width: 14px;
  height: 14px;
  rotate: 45deg;
  background: #F28936;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -7px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.recruit__switch-el:hover {
  opacity: 0.6;
}
.recruit__switch-el.is-active {
  background: #F28936;
}
.recruit__switch-el.is-active::before {
  opacity: 1;
}
.recruit__switch-stop {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruit__content {
  margin-bottom: 61px;
}
.recruit__stop {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #f00;
  margin-bottom: 40px;
  padding: 20px 0;
}
.recruit__items-description {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 65%);
  gap: 60px;
  margin-bottom: 87px;
}
.recruit__items-image {
  display: block;
  min-width: 210px;
  aspect-ratio: 340/400;
}
.recruit__items-h3 {
  color: #F28936;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 28px;
}
.recruit__items-h3Sub {
  color: #3E3E3E;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-top: 11px;
}
.recruit__items-h4 {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.recruit__items-h4::before {
  content: "";
  width: 6px;
  height: 20px;
  background: #F28936;
}
.recruit__items-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.recruit__work {
  margin-bottom: 150px;
}
.recruit__work-el {
  display: grid;
  grid-template: auto/255px minmax(auto, 1fr);
  gap: 52px;
  padding: 17px 0 22px;
  border-top: 1px solid #D9D9D9;
}
.recruit__work-el:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.recruit__work-title {
  color: #F28936;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.5;
}
.recruit__work-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.recruit__point {
  margin-bottom: 70px;
}
.recruit__point-h4 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.recruit__point-h4::before {
  content: "";
  width: 6px;
  height: 24px;
  background: #F28936;
}
.recruit__point-table {
  width: 100%;
}
.recruit__point-tr {
  display: grid;
  grid-template-columns: minmax(auto, 288px) 1fr;
}
.recruit__point-th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #D9D9D9;
  background: #F3F3F3;
  padding: 13px;
}
.recruit__point-td {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #D9D9D9;
  padding: 13px;
}
.recruit__point-red {
  color: #DE3333;
}
.recruit__inside {
  display: flex;
  gap: 5px;
}
.recruit__inside-title {
  font-weight: unset;
}
.recruit__entry {
  display: flex;
  justify-content: center;
}
.recruit__entry-link {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F28936;
  background: url(../images/icn__bigArrowWhite.png) no-repeat center right 20px/auto;
  background-color: #F28936;
  border-radius: 60px;
  transition: color 0.4s ease, background 0.4s ease, background-color 0.4s ease;
}
.recruit__entry-link:hover {
  color: #F28936;
  background: url(../images/icn__bigArrow.png) no-repeat center right 20px/auto;
  background-color: #fff;
}

@media (min-width: 1366px) {
  [class*=__section] {
    max-width: 1080px;
  }
}
@media (max-width: 1280px) {
  .lower__title-en {
    font-size: clamp(4rem, 2.032rem + 8.4vw, 8.75rem);
  }
  .recruit__section {
    margin: 0 2.7% 120px;
  }
}
@media (max-width: 768px) {
  .lower__section {
    padding: unset;
    margin: 46px 2.7% 10px;
  }
  .recruit__section {
    padding: 30px 8.5% 171px;
  }
  .recruit__switch {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 60px);
    margin-bottom: 65px;
  }
  .recruit__switch-el {
    font-size: 24px;
  }
  .recruit__switch-el::before {
    display: none;
  }
  .recruit__items-h3 {
    font-size: clamp(2.5rem, 2.023rem + 2.04vw, 3rem);
  }
  .recruit__items-h3Sub {
    font-size: clamp(1.25rem, 0.773rem + 2.04vw, 1.75rem);
  }
  .recruit__items-description {
    grid-template-columns: 1fr;
  }
  .recruit__work-el {
    grid-template: auto/1fr;
    gap: 10px;
  }
  .recruit__point-tr {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=recruit.css.map */