
.recruit-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}

.recruit-section__header {
  padding-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .recruit-section__header {
    padding-bottom: 92px;
  }
}

.company-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  padding-top: 0;
  max-height: 1085px;
  aspect-ratio: 1512 / 1085;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .company-section::before {
    top: 127px;
    width: 100%;
    min-width: auto;
    left: 0;
    transform: none;
    background: url(/recruit/common/img/recruit_cmn_sub-pages_bg_01_sp.webp) center top / contain no-repeat;
  }
}

.company-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  max-height: 1000px;
  padding-top: 7px;
  aspect-ratio: 1512/860;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_02.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .company-section::after {
    top: 64.8%;
    width: 100%;
    min-width: auto;
    left: 0;
    transform: none;
    background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_02_sp.webp") center top / contain no-repeat;
  }
}

/* Common */
.banner-section__content {
  position: relative;
}

.banner-section__content {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .banner-section__content {
    margin-bottom: 50px;
  }
}
.banner-section__content .ico.pos01 {
  position: absolute;
  top: -161px;
  right: 118.5px;
  width: 203px;
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos01 {
    position: absolute;
    top: clamp(-99px, -16.93vw, -161px);
    right: clamp(5px, 0.68vw, 5.5px);
    width: clamp(102px, 19.86vw, 203px);
  }
}

.banner-section__content .ico.pos02 {
  position: absolute;
  top: clamp(-184px, -12.5vw, -150px);
  left: min(80%, 1113px);
  width: clamp(240px, 19.981vw, 287px);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos02 {
    top: -102px;
    right: -0.5px;
    left: unset;
    width: 146px;
  }
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico img {
    width: 100%;
  }
}
.banner-section__content .ico.hide {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .banner-section__content .banner img {
    width: 100%;
  }
}

/* Common */

.box-radius .box-radius-section:nth-child(n+2) {
  margin-top: 104px;
}

@media screen and (max-width: 768px) {
  .box-radius .box-radius-section:nth-child(n+2) {
    margin-top: 50px;
  }
}

.box-radius-section {
  overflow: hidden;
}

.box-radius-section .box-radius-section__title {
  background: #1B8C62;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  .box-radius-section .box-radius-section__title {
    font-size: 1.6rem;
    padding: 22px 16px;
  }
}

.box-radius-section .box-radius-section__content {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .box-radius-section .box-radius-section__content {
    padding: 16px;
  }
}

.box-radius-section .box-radius-section__content p.text:nth-child(n+2) {
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .box-radius-section .box-radius-section__content p.text:nth-child(n+2) {
    margin-top: 3px;
  }
}

.box-radius-section .box-radius-section__content .cmn-col {
  margin-top: 24px;
}

.box-radius-section .box-radius-section__content .image {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.box-radius-section .box-radius-section__content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

dl.row {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.row {
    display: block;
  }
}

dl.row>dt {
  color: #1B8C62;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  width: calc(134/780*100%);
  padding: 20px 0;
  border-bottom: 1px solid #D1D1D1;
}

@media screen and (max-width: 768px) {
  dl.row>dt {
    font-size: 1.4rem;
    border-bottom: none;
  }
}

dl.row>dd {
  font-size: 1.4rem;
  line-height: 1.5;
  width: calc(646/780*100%);
  padding: 20px 0 14px;
  border-bottom: 1px solid #D1D1D1;
}

dl.row>dt {
  padding: 20px 0 14px;
}

@media screen and (max-width: 768px) {
  dl.row>dt {
    padding: 9px 0 0;
  }
}

dl.row>dd {
  padding: 20px 0 14px;
}

@media screen and (max-width: 768px) {
  dl.row>dd {
    padding: 0 0 10px;
  }

  dl.row>dt, 
  dl.row>dd {
    width: 100%;
    line-height: 1.8;
  }
}

dl.row>*:nth-child(1),
dl.row>*:nth-child(2) {
  padding: 4px 0 14px;
}

@media screen and (max-width: 768px) {
  dl.row>*:nth-child(1),
  dl.row>*:nth-child(2) {
    padding: 0 0 5px;
  }
}

dl.row>*:nth-last-child(2) {
  padding: 20px 0 4px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  dl.row>*:nth-last-child(2) {
    padding: 10px 0 0;
  }
}

dl.row>*:nth-last-child(1) {
  padding: 20px 0 4px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  dl.row>*:nth-last-child(1) {
    padding: 6px 0;
    border-bottom: none;
  }
}

dl.list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.list {
    display: block;
  }
}

dl.list:nth-child(n+2) {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  dl.list:nth-child(n+2) {
    margin-top: 11px;
  }
}

dl.list:last-child {
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  dl.list:last-child {
    padding-bottom: 0;
  }
}

dl.list>dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

dl.list>dt:nth-child(1n+1) {
  max-width: 120px;
  min-width: 120px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  dl.list>dt:nth-child(1n+1) {
    padding-bottom: 0;
    padding-top: 4px;
    max-width: 100%;
    min-width: 90px;
  }
}

dl.list>dd {
  font-size: 1.4rem;
  line-height: 1.5;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  dl.list>dd {
    line-height: 1.7;
    width: 100%;
    margin-top: 8px;
  }
}

dl.list>dd:nth-child(1n+2) {
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  dl.list>dd:nth-child(1n+2) {
    padding-bottom: 10px;
  }

  dl.list>dd:last-child {
    padding-bottom: 0;
  }
}


@media screen and (max-width: 768px) {
  dl .copyright {
    line-height: 1.8;
  }
}