.l-main {
  overflow: hidden;
}

.mv {
  position: relative;
}
.mv__text {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  line-height: 2;
  position: absolute;
  width: 990px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background: rgba(244, 249, 255, 0.8);
  backdrop-filter: blur(2px);
  padding: 30px 60px;
}
@media (width < 768px) {
  .mv__text {
    width: 90%;
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 1.875;
    padding: 20px;
  }
}

.infoArea {
  padding-top: 40px;
}
.infoArea__text > a {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  color: var(--color-text);
  text-decoration: underline;
  background: var(--color-secondary);
  border-radius: 70px;
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
}

.about {
  position: relative;
  padding-top: 140px;
}
@media (width < 768px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about__circleObj01 {
  position: absolute;
  top: 200px;
  left: -100px;
  width: 673px;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (width < 768px) {
  .about__circleObj01 {
    width: 89.847715736vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
.about__circleObj02 {
  position: absolute;
  top: -200px;
  right: -300px;
  width: 673px;
  z-index: -1;
}
@media (width < 768px) {
  .about__circleObj02 {
    width: 89.847715736vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__hl {
  font-size: 56px;
  font-size: calc(56 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-secondary);
  margin-bottom: 80px;
}
@media (width < 768px) {
  .about__hl {
    font-size: 36px;
    font-size: calc(36 / 10 * 1rem);
    line-height: 1.3888888889;
    text-align: center;
    margin-bottom: 30px;
  }
}
.about__rt {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  margin-bottom: 60px;
  line-height: 2.2222222222;
  margin-bottom: 16;
}
@media (width < 768px) {
  .about__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (width < 768px) {
  .about__items__eachItem {
    margin-bottom: 40px;
  }
  .about__items__eachItem:last-child {
    margin-bottom: 0;
  }
}
.about__items__eachItem:nth-child(1) {
  width: 610px;
  float: left;
}
@media (width < 768px) {
  .about__items__eachItem:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.about__items__eachItem:nth-child(2) {
  width: 450px;
  float: right;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media (width < 768px) {
  .about__items__eachItem:nth-child(2) {
    width: 100%;
    float: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.about__items__eachItem:nth-child(3) {
  width: 450px;
  float: right;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (width < 768px) {
  .about__items__eachItem:nth-child(3) {
    width: 100%;
    float: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.about__items__eachItem__anchor {
  display: block;
}
.about__items__eachItem__anchor__fig {
  overflow: hidden;
}
.about__items__eachItem__anchor__fig > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about__items__eachItem__anchor__text {
  position: relative;
  padding-left: 85px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  text-decoration-line: underline;
  color: var(--color-text);
}
@media (width < 768px) {
  .about__items__eachItem__anchor__text {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 75px;
  }
}
.about__items__eachItem__anchor__text__arrowObj {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (width < 768px) {
  .about__items__eachItem__anchor__text__arrowObj {
    width: 60px;
    height: 60px;
  }
}
.about__items__eachItem__anchor__text__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__items__eachItem__anchor__text__arrowObj > img:last-child {
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
}
.about__items__eachItem__anchor:hover .about__items__eachItem__anchor__fig > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.about__items__eachItem__anchor:hover .about__items__eachItem__anchor__text {
  text-decoration: none;
}
.about__items__eachItem__anchor:hover .about__items__eachItem__anchor__text__arrowObj > img:first-child {
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
.about__items__eachItem__anchor:hover .about__items__eachItem__anchor__text__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.job {
  padding-bottom: 200px;
}
@media (width < 768px) {
  .job {
    padding-bottom: 100px;
  }
}
.job__hl {
  font-size: 56px;
  font-size: calc(56 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.3392857143;
  color: var(--color-secondary);
  margin-bottom: 80px;
  float: left;
}
@media (width < 768px) {
  .job__hl {
    text-align: center;
    float: none;
    font-size: 36px;
    font-size: calc(36 / 10 * 1rem);
    line-height: 1.3888888889;
    margin-bottom: 30px;
  }
}
.job__hl > span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  margin-bottom: 10px;
}
@media (width < 768px) {
  .job__hl > span {
    font-size: 20px;
    font-size: calc(20 / 10 * 1rem);
    margin-bottom: 20px;
  }
}
.job__rt {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 1.9444444444;
  float: left;
  margin-left: 120px;
  margin-top: 110px;
}
@media (width < 768px) {
  .job__rt {
    margin-left: 0;
    margin-top: 0;
    float: none;
    text-align: center;
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    margin-bottom: 40px;
  }
}
.job__items__eachItem {
  background-color: #f4f9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .job__items__eachItem {
    display: block;
    padding-bottom: 50px;
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.job__items__eachItem:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.job__items__eachItem:last-child {
  margin-bottom: 0;
}
.job__items__eachItem__img {
  width: 50%;
}
@media (width < 768px) {
  .job__items__eachItem__img {
    width: 100%;
    margin-bottom: 35px;
  }
}
.job__items__eachItem__texts {
  position: relative;
  text-align: center;
  width: 50%;
}
@media (width < 768px) {
  .job__items__eachItem__texts {
    width: 100%;
    padding: 0 20px;
  }
}
.job__items__eachItem__texts__circleObj {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
}
.job__items__eachItem__texts__hl {
  position: relative;
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  margin-bottom: 40px;
}
@media (width < 768px) {
  .job__items__eachItem__texts__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    line-height: 1.3571428571;
    margin-bottom: 20px;
  }
}
.job__items__eachItem__texts__rt {
  position: relative;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 1.9444444444;
  margin-bottom: 40px;
}
@media (width < 768px) {
  .job__items__eachItem__texts__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    margin-bottom: 35px;
  }
}
.job__items__eachItem__texts__btns {
  position: relative;
}
.job__items__eachItem__texts__btns__messageBtn {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (width < 768px) {
  .job__items__eachItem__texts__btns__messageBtn {
    width: 100%;
  }
}
.job__items__eachItem__texts__btns__descriptionBtn {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 768px) {
  .job__items__eachItem__texts__btns__descriptionBtn {
    width: 100%;
  }
}

.interview {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}
@media (width < 768px) {
  .interview {
    padding-bottom: 100px;
  }
}
.interview__circleObj {
  position: absolute;
  top: 0;
  left: -100px;
  width: 673px;
  z-index: -1;
}
@media (width < 768px) {
  .interview__circleObj {
    width: 89.847715736vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.interview__hl {
  font-size: 56px;
  font-size: calc(56 / 10 * 1rem);
  font-weight: 400;
  line-height: 35px;
  color: var(--color-secondary);
  margin-bottom: 40px;
  line-height: 1.3571428571;
}
@media (width < 768px) {
  .interview__hl {
    font-size: 36px;
    font-size: calc(36 / 10 * 1rem);
    line-height: 1.3888888889;
    text-align: center;
  }
}
.interview__rt {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 2.2222222222;
  margin-bottom: 40px;
}
@media (width < 768px) {
  .interview__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
  }
}
.interview__swiper {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.interview__swiper__wrapper__slide {
  width: 390px;
}
@media (width < 768px) {
  .interview__swiper__wrapper__slide {
    width: 75%;
  }
}
.interview__swiper__wrapper__slide__fig {
  margin-bottom: 30px;
  overflow: hidden;
}
.interview__swiper__wrapper__slide__fig > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.interview__swiper__wrapper__slide__texts__category {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  line-height: 2;
  color: var(--color-secondary);
  margin-bottom: 25px;
}
@media (width < 768px) {
  .interview__swiper__wrapper__slide__texts__category {
    margin-bottom: 0;
  }
}
.interview__swiper__wrapper__slide__texts__title {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  line-height: 1.9;
  text-decoration: underline;
  margin-bottom: 30px;
  color: var(--color-text);
}
@media (width < 768px) {
  .interview__swiper__wrapper__slide__texts__title {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    margin-bottom: 10px;
  }
}
.interview__swiper__wrapper__slide__texts__name {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  color: var(--color-text);
}
.interview__swiper__wrapper__slide__texts__name > span {
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  display: block;
}
.interview__swiper__wrapper__slide:hover .interview__swiper__wrapper__slide__fig > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.interview__swiper__wrapper__slide:hover .interview__swiper__wrapper__slide__texts__title {
  text-decoration: none;
}
.interview__swiper__navigation {
  position: absolute;
  bottom: calc(100% + 40px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 768px) {
  .interview__swiper__navigation {
    display: none;
  }
}
.interview__swiper__navigation__prev {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.interview__swiper__navigation__prev__arrowObj {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
@media (width < 768px) {
  .interview__swiper__navigation__prev__arrowObj {
    width: 60px;
    height: 60px;
  }
}
.interview__swiper__navigation__prev__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__swiper__navigation__prev__arrowObj > img:last-child {
  -webkit-transform: translate(300%, -50%) rotate(180deg);
          transform: translate(300%, -50%) rotate(180deg);
}
.interview__swiper__navigation__prev:hover .interview__swiper__navigation__prev__arrowObj > img:first-child {
  -webkit-transform: translate(-400%, -50%) rotate(180deg);
          transform: translate(-400%, -50%) rotate(180deg);
}
.interview__swiper__navigation__prev:hover .interview__swiper__navigation__prev__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.interview__swiper__navigation__next {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.interview__swiper__navigation__next__arrowObj {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
@media (width < 768px) {
  .interview__swiper__navigation__next__arrowObj {
    width: 60px;
    height: 60px;
  }
}
.interview__swiper__navigation__next__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__swiper__navigation__next__arrowObj > img:last-child {
  -webkit-transform: translate(-400%, -50%);
          transform: translate(-400%, -50%);
}
.interview__swiper__navigation__next:hover .interview__swiper__navigation__next__arrowObj > img:first-child {
  -webkit-transform: translate(300%, -50%);
          transform: translate(300%, -50%);
}
.interview__swiper__navigation__next:hover .interview__swiper__navigation__next__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interview__btn {
  width: 380px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 768px) {
  .interview__btn {
    width: 100%;
  }
}
.interview__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (width < 768px) {
  .interview__multi {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    display: block;
  }
}
.interview__multi__eachInterview {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media (width < 768px) {
  .interview__multi__eachInterview:first-child {
    margin-bottom: 40px;
  }
}
.interview__multi__eachInterview > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.interview__multi__eachInterview__texts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
}
.interview__multi__eachInterview__texts__title {
  font-size: 42px;
  font-size: calc(42 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media (width < 768px) {
  .interview__multi__eachInterview__texts__title {
    font-size: 30px;
    font-size: calc(30 / 10 * 1rem);
    line-height: 1.5;
  }
}
.interview__multi__eachInterview__texts__desc {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 1.9444444444;
  margin-bottom: 40px;
}
@media (width < 768px) {
  .interview__multi__eachInterview__texts__desc {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
  }
}
.interview__multi__eachInterview__texts__lead {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  padding-left: 90px;
  text-decoration: underline;
}
@media (width < 768px) {
  .interview__multi__eachInterview__texts__lead {
    padding-left: 80px;
  }
}
.interview__multi__eachInterview__texts__lead__arrowObj {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (width < 768px) {
  .interview__multi__eachInterview__texts__lead__arrowObj {
    width: 60px;
    height: 60px;
  }
}
.interview__multi__eachInterview__texts__lead__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interview__multi__eachInterview__texts__lead__arrowObj > img:last-child {
  -webkit-transform: translate(-400%, -50%);
          transform: translate(-400%, -50%);
}
.interview__multi__eachInterview:hover > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.interview__multi__eachInterview:hover .interview__multi__eachInterview__texts__lead {
  text-decoration: none;
}
.interview__multi__eachInterview:hover .interview__multi__eachInterview__texts__lead__arrowObj > img:first-child {
  -webkit-transform: translate(300%, -50%);
          transform: translate(300%, -50%);
}
.interview__multi__eachInterview:hover .interview__multi__eachInterview__texts__lead__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.environment {
  padding-bottom: 180px;
}
@media (width < 768px) {
  .environment {
    padding-bottom: 100px;
  }
}
.environment__circleObj {
  position: absolute;
  top: -200px;
  left: -100px;
  width: 673px;
  z-index: -1;
}
@media (width < 768px) {
  .environment__circleObj {
    width: 89.847715736vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.environment__hl {
  font-size: 56px;
  font-size: calc(56 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-secondary);
  margin-bottom: 80px;
  float: left;
}
@media (width < 768px) {
  .environment__hl {
    font-size: 36px;
    font-size: calc(36 / 10 * 1rem);
    line-height: 1.3888888889;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.environment__rt {
  font-weight: 400;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 40px;
  float: left;
  margin-left: 120px;
}
@media (width < 768px) {
  .environment__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.environment__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 40px;
  background-color: var(--color-secondary);
}
@media (width < 768px) {
  .environment__itemList {
    display: block;
    padding: 20px;
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.environment__itemList__item {
  width: 100%;
}
@media (width < 768px) {
  .environment__itemList__item {
    margin-bottom: 20px;
  }
  .environment__itemList__item:last-child {
    margin-bottom: 0;
  }
}
.environment__itemList__item__anchor {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  color: #303c52;
}
.environment__itemList__item__anchor__arrowObj {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
@media (width < 768px) {
  .environment__itemList__item__anchor__arrowObj {
    bottom: 20px;
    right: 20px;
  }
}
.environment__itemList__item__anchor__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.environment__itemList__item__anchor__arrowObj > img:last-child {
  -webkit-transform: translate(-400%, -50%);
          transform: translate(-400%, -50%);
}
.environment__itemList__item__anchor__icon {
  height: 57px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.environment__itemList__item__anchor__icon > img {
  height: 100%;
  width: auto;
}
.environment__itemList__item__anchor__text {
  text-align: center;
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  text-decoration: underline;
}
@media (width < 768px) {
  .environment__itemList__item__anchor__text {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
  }
}
.environment__itemList__item__anchor:hover {
  opacity: 0.8;
}
.environment__itemList__item__anchor:hover .environment__itemList__item__anchor__text {
  text-decoration: none;
}
.environment__itemList__item__anchor:hover .environment__itemList__item__anchor__arrowObj > img:first-child {
  -webkit-transform: translate(300%, -50%);
          transform: translate(300%, -50%);
}
.environment__itemList__item__anchor:hover .environment__itemList__item__anchor__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.entry {
  background-image: url("/contents/recruit/assets/images/root/index/entry_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px;
}
@media (width < 768px) {
  .entry {
    background-color: #fff;
    background-image: none;
    padding: 0;
  }
}
.entry__hl {
  color: var(--color-secondary);
  font-size: 56px;
  font-size: calc(56 / 10 * 1rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .entry__hl {
    font-size: 36px;
    font-size: calc(36 / 10 * 1rem);
  }
}
.entry__rt {
  text-align: center;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 2.2222222222;
  margin-bottom: 70px;
}
@media (width < 768px) {
  .entry__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    lhine-height: 2;
  }
}
@media (width < 768px) {
  .entry__holder {
    background-color: #f4f9ff;
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding-bottom: 100px;
  }
}
.entry__holder__fig {
  margin-bottom: 40px;
}
.entry__holder__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .entry__holder__items {
    display: block;
  }
}
.entry__holder__items__eachItem {
  background-color: #fff;
  padding: 50px;
  width: 100%;
}
@media (width < 768px) {
  .entry__holder__items__eachItem {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: transparent;
  }
  .entry__holder__items__eachItem:first-child {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--color-secondary);
  }
}
.entry__holder__items__eachItem__head {
  text-align: center;
  font-size: 30px;
  font-size: calc(30 / 10 * 1rem);
  font-weight: 400;
  margin-bottom: 20px;
}
@media (width < 768px) {
  .entry__holder__items__eachItem__head {
    font-size: 24px;
    font-size: calc(24 / 10 * 1rem);
  }
}
.entry__holder__items__eachItem__icon {
  height: 57px;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.entry__holder__items__eachItem__icon > img {
  height: 100%;
  width: auto;
}
.entry__holder__items__eachItem__btns {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 768px) {
  .entry__holder__items__eachItem__btns {
    width: 100%;
  }
}
.entry__holder__items__eachItem__btns__requirementsBtn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.entry__holder__items__eachItem__btns__formBtn {
  display: block;
  width: 100%;
}
.entry__holder__footLink {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-decoration: underline;
  padding: 50px;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  color: #303c52;
  padding-left: 120px;
}
@media (width < 768px) {
  .entry__holder__footLink {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    background-size: 60px;
    padding: 30px 30px 30px 110px;
  }
}
.entry__holder__footLink__arrowObj {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (width < 768px) {
  .entry__holder__footLink__arrowObj {
    width: 60px;
    height: 60px;
  }
}
.entry__holder__footLink__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry__holder__footLink__arrowObj > img:last-child {
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
}
.entry__holder__footLink:hover .entry__holder__footLink__arrowObj > img:first-child {
  -webkit-transform: translate(300%, -50%);
          transform: translate(300%, -50%);
}
.entry__holder__footLink:hover .entry__holder__footLink__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}