@media screen and (max-width:1600px) {
  .l-main {
    padding-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .l-main-side > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width:768px) {
  .l-main-side > ul > li {
    font-size: 1.4rem;
    width: calc(50% - 10px);
    margin: 0;
  }
}

.p-page-header__ttl {
  top: 32.1875vw;
}
@media screen and (max-width:768px) {
  .p-page-header__ttl {
    top: 294px;
  }
}

.intro {
  padding-top: 40px;
  padding-bottom: 160px;
}
@media screen and (max-width:768px) {
  .intro {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
.intro__txt {
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .intro__txt {
    font-size: 1.6rem;
  }
}

.environment {
  border-top: 1px solid var(--bg-primary-color);
  padding-bottom: 240px;
}
@media screen and (max-width:768px) {
  .environment {
    padding-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  .environment:last-of-type {
    padding-bottom: 0;
  }
}
.environment__img {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .environment__img {
    margin-bottom: 0;
  }
}

.detail {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .detail {
    margin-bottom: 40px;
  }
}
.detail__ttl {
  font-size: 3.2rem;
  border-left: 3px solid #000;
  padding-left: 24px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .detail__ttl {
    font-size: 2rem;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
@media screen and (max-width:768px) {
  .detail__inner {
    margin-top: -10px;
    margin-left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .detail__inner.sepa02 .detail__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width:768px) {
  .detail__inner.sepa03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width:769px) {
  .detail__inner.sepa03 .detail__item {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width:768px) {
  .detail__inner.sepa03 .detail__item {
    width: calc(50% - 2.5px);
    margin-top: 5px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:768px) {
  .detail__inner.sepa03 .detail__item .detail__item__ttl:before {
    top: 50%;
    margin-top: -10px;
  }
}
@media screen and (max-width:768px) {
  .detail__inner.sepa03_sp .detail__item {
    width: 100%;
    display: block;
  }
}
.detail__item {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 48px 40px;
}
@media screen and (max-width:768px) {
  .detail__item {
    margin-top: 10px;
    margin-left: 0;
    padding: 30px;
  }
}
.detail__item.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__item__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .detail__item__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 28px;
  }
}
.detail__item__ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/recruit/freshers/assets/images/ico_list.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width:768px) {
  .detail__item__ttl:before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
.detail__item__txt {
  font-size: 1.6rem;
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .detail__item__txt {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.detail__etc {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .detail__etc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #030407;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 48px 0;
}
@media screen and (max-width:768px) {
  .voice {
    padding: 30px;
  }
}
.voice__ttl {
  width: 27%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width:768px) {
  .voice__ttl {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}
.voice__content {
  border-left: 1px solid #CCCCCC;
  width: 73%;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width:768px) {
  .voice__content {
    border-left: none;
    border-top: 1px solid #000000;
    width: 100%;
    line-height: 1.7857142857;
    padding: 20px 20px 0;
  }
}
.voice__box {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width:768px) {
  .voice__box {
    font-size: 1.4rem;
  }
}
.voice__box:before, .voice__box:after {
  content: "";
  width: 20px;
  height: 19px;
  background: url(/recruit/freshers/assets/images/workenvironment/voice_mark.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (max-width:768px) {
  .voice__box:before, .voice__box:after {
    width: 12px;
    height: 11px;
  }
}
.voice__box:before {
  top: -5px;
  left: -40px;
}
@media screen and (max-width:768px) {
  .voice__box:before {
    left: -20px;
  }
}
.voice__box:after {
  bottom: -10px;
  right: -40px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width:768px) {
  .voice__box:after {
    right: -20px;
  }
}
.voice__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  margin-top: 24px;
}
.voice__name:before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #030407;
  margin-right: 8px;
}
@media screen and (max-width:768px) {
  .voice__name {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.voice__name + .voice__box {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .voice__name + .voice__box {
    margin-top: 30px;
  }
}