.hero {
  margin-bottom: 100px;
}
@media (width < 768px) {
  .hero {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    margin-bottom: 60px;
  }
}

.eachBlock {
  background-color: #f4f9ff;
  padding: 60px;
  margin-bottom: 60px;
}
.eachBlock:last-child {
  margin-bottom: 180px;
}
@media (width < 768px) {
  .eachBlock:last-child {
    margin-bottom: 100px;
  }
}
@media (width < 768px) {
  .eachBlock {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding: 50px 20px;
  }
}
.eachBlock__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  line-height: 1.2777777778;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .eachBlock__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
  }
}
.eachBlock__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 768px) {
  .eachBlock__holder {
    display: block;
  }
}
.eachBlock__holder__photo {
  width: 458px;
}
@media (width < 768px) {
  .eachBlock__holder__photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.eachBlock__holder__texts {
  width: 518px;
}
@media (width < 768px) {
  .eachBlock__holder__texts {
    width: 100%;
  }
}
.eachBlock__holder__texts__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  margin-bottom: 30px;
}
.eachBlock__holder__texts__list {
  margin-bottom: 30px;
  padding-left: 1em;
}
.eachBlock__holder__texts__list__item {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
}
.eachBlock__holder__texts *:last-child {
  margin-bottom: 0;
}
.eachBlock__steps {
  margin-top: 60px;
}
.eachBlock__steps__eachStep {
  position: relative;
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-secondary);
  margin-bottom: 60px;
}
.eachBlock__steps__eachStep:after {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 57px;
  height: 24px;
  background-image: url("/contents/recruit/assets/images/about/training/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.eachBlock__steps__eachStep:last-child {
  margin-bottom: 0;
}
.eachBlock__steps__eachStep:last-child:after {
  display: none;
}
@media (width < 768px) {
  .eachBlock__steps__eachStep {
    display: block;
    padding: 40px 20px;
  }
}
.eachBlock__steps__eachStep__num {
  width: 180px;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  text-align: center;
}
@media (width < 768px) {
  .eachBlock__steps__eachStep__num {
    width: 100%;
  }
}
.eachBlock__steps__eachStep__num > span {
  font-size: 30px;
  font-size: calc(30 / 10 * 1rem);
}
.eachBlock__steps__eachStep__desc {
  width: 740px;
  border-left: 1px solid var(--color-secondary);
  padding-left: 60px;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
}
@media (width < 768px) {
  .eachBlock__steps__eachStep__desc {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--color-secondary);
    margin-top: 20px;
    padding-top: 20px;
  }
}
.eachBlock__remarks {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  color: var(--color-text);
  text-align: right;
  margin-top: 10px;
}

.overseas {
  background-color: #f4f9ff;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (width < 768px) {
  .overseas {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.overseas__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  line-height: 1.2777777778;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .overseas__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
  }
}
.overseas__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  margin-bottom: 120px;
}
@media (width < 768px) {
  .overseas__rt {
    margin-bottom: 110px;
  }
}
.overseas__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 100px;
}
@media (width < 768px) {
  .overseas__features {
    display: block;
  }
}
.overseas__features__eachFeature {
  position: relative;
  width: 33.3333%;
  background-color: #fff;
}
@media (width < 768px) {
  .overseas__features__eachFeature {
    width: 100%;
    margin-bottom: 80px;
  }
  .overseas__features__eachFeature:last-child {
    margin-bottom: 0;
  }
}
.overseas__features__eachFeature__num {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (width < 768px) {
  .overseas__features__eachFeature__num {
    width: 94px;
    height: 94px;
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
  }
}
.overseas__features__eachFeature__num > div > span {
  font-size: 30px;
  font-size: calc(30 / 10 * 1rem);
  display: block;
  text-align: center;
  line-height: 1.5;
}
@media (width < 768px) {
  .overseas__features__eachFeature__num > div > span {
    font-size: 24px;
    font-size: calc(24 / 10 * 1rem);
  }
}
.overseas__features__eachFeature__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  padding: 100px 40px 40px;
}
@media (width < 768px) {
  .overseas__features__eachFeature__rt {
    padding: 70px 20px 40px;
  }
}
.overseas__recentAchievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 100px;
}
@media (width < 768px) {
  .overseas__recentAchievements {
    display: block;
  }
}
.overseas__recentAchievements__col {
  width: 33.3333%;
}
@media (width < 768px) {
  .overseas__recentAchievements__col {
    width: 100%;
  }
}
.overseas__recentAchievements__col__hl {
  color: var(--color-secondary);
  font-size: 30px;
  font-size: calc(30 / 10 * 1rem);
  font-weight: 400;
  border-left: 3px solid var(--color-secondary);
  padding-left: 24px;
}
@media (width < 768px) {
  .overseas__recentAchievements__col__hl {
    margin-bottom: 40px;
  }
}
@media (width < 768px) {
  .overseas__recentAchievements__col__list {
    margin-bottom: 40px;
  }
}
.overseas__recentAchievements__col__list__item {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2.125;
  color: var(--color-secondary);
}
.overseas__recentAchievements__col__list__item:last-child {
  margin-bottom: 0;
}
.overseas__recentAchievements__col__photos__eachPhoto {
  margin-bottom: 20px;
}
.overseas__recentAchievements__col__photos__eachPhoto:last-child {
  margin-bottom: 0;
}
.overseas__relatedInterviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 768px) {
  .overseas__relatedInterviews {
    display: block;
  }
}
.overseas__relatedInterviews__texts__hl {
  color: var(--color-secondary);
  font-size: 30px;
  font-size: calc(30 / 10 * 1rem);
  font-weight: 400;
  border-left: 3px solid var(--color-secondary);
  padding-left: 24px;
}
@media (width < 768px) {
  .overseas__relatedInterviews__texts__hl {
    font-size: 24px;
    font-size: calc(24 / 10 * 1rem);
    margin-bottom: 40px;
  }
}
.overseas__relatedInterviews__interviews {
  width: 760px;
}
@media (width < 768px) {
  .overseas__relatedInterviews__interviews {
    width: 100%;
  }
}
.overseas__relatedInterviews__interviews__eachInterview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: var(--color-secondary);
}
@media (width < 768px) {
  .overseas__relatedInterviews__interviews__eachInterview {
    display: block;
  }
}
.overseas__relatedInterviews__interviews__eachInterview:last-child {
  margin-bottom: 0;
}
.overseas__relatedInterviews__interviews__eachInterview__arrowObj {
  position: absolute;
  bottom: 20px;
  right: 40px;
  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) {
  .overseas__relatedInterviews__interviews__eachInterview__arrowObj {
    right: 20px;
  }
}
.overseas__relatedInterviews__interviews__eachInterview__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;
}
.overseas__relatedInterviews__interviews__eachInterview__arrowObj > img:last-child {
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
}
.overseas__relatedInterviews__interviews__eachInterview__fig {
  width: 270px;
  overflow: hidden;
}
@media (width < 768px) {
  .overseas__relatedInterviews__interviews__eachInterview__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
.overseas__relatedInterviews__interviews__eachInterview__fig > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overseas__relatedInterviews__interviews__eachInterview__texts {
  color: #fff;
}
.overseas__relatedInterviews__interviews__eachInterview__texts__title {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  font-weight: 700;
  line-height: 1.7777777778;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (width < 768px) {
  .overseas__relatedInterviews__interviews__eachInterview__texts__title {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
  }
}
.overseas__relatedInterviews__interviews__eachInterview__texts__date {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  font-weight: 700;
}
.overseas__relatedInterviews__interviews__eachInterview:hover .overseas__relatedInterviews__interviews__eachInterview__texts__title {
  text-decoration: none;
}
.overseas__relatedInterviews__interviews__eachInterview:hover .overseas__relatedInterviews__interviews__eachInterview__fig > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.overseas__relatedInterviews__interviews__eachInterview:hover .overseas__relatedInterviews__interviews__eachInterview__arrowObj > img:first-child {
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
.overseas__relatedInterviews__interviews__eachInterview:hover .overseas__relatedInterviews__interviews__eachInterview__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.others {
  padding-top: 150px;
  padding-bottom: 180px;
}
@media (width < 768px) {
  .others {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.others__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  line-height: 1.2777777778;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
}
@media (width < 768px) {
  .others__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    margin-bottom: 40px;
  }
}
.others__eachBlock {
  background-color: #f4f9ff;
  padding: 60px;
  margin-bottom: 60px;
}
@o &:last-child {
  .others__eachBlock {
    margin-bottom: 0;
  }
}
.others__eachBlock *:last-child {
  margin-bottom: 0;
}
@media (width < 768px) {
  .others__eachBlock {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding: 50px 20px;
    margin-bottom: 40px;
  }
}
.others__eachBlock__hl {
  color: var(--color-secondary);
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 30px;
  border-left: 3px solid var(--color-secondary);
  padding-left: 24px;
}
@media (width < 768px) {
  .others__eachBlock__hl {
    font-size: 20px;
    font-size: calc(20 / 10 * 1rem);
  }
}
.others__eachBlock__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  margin-bottom: 30px;
  padding-left: 26px;
}
.others__eachBlock__list {
  padding-left: 26px;
}
.others__eachBlock__list__item {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  line-height: 2;
  text-indent: -2em;
  margin-left: 2em;
}
.others__eachBlock__list__item > ul {
  padding-left: 30px;
}
.others__eachBlock__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (width < 768px) {
  .others__eachBlock__column {
    display: block;
  }
}
.others__eachBlock__column__col {
  width: 50%;
  padding-left: 26px;
}
@media (width < 768px) {
  .others__eachBlock__column__col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.others__eachBlock__column__col__hl {
  color: var(--color-secondary);
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media (width < 768px) {
  .others__eachBlock__column__col__hl {
    white-space: normal;
  }
}
.others__eachBlock__column__col__hl > span {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
}
.others__eachBlock__column__col__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
  margin-bottom: 30px;
  padding-left: 26px;
}
.others__eachBlock__column__col__list {
  margin-bottom: 30px;
}
.others__eachBlock__column__col__list__item {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  line-height: 2;
  text-indent: -2em;
  margin-left: 2em;
}
.others__eachBlock__column__col__list__item > ul {
  padding-left: 30px;
}
.others__eachBlock__column__col *:last-child {
  margin-bottom: 0;
}