@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.kv {
  width: 100%;
  position: relative;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 1700px) {
  .kv {
    padding: 2vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 20px 0 0 0;
  }
}
.kv:before {
  content: "";
  width: 100%;
  height: 25vw;
  position: absolute;
  left: 0;
  top: 215px;
  background: url("../img/freshers/img_kv_back.jpg") no-repeat top center/cover;
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .kv:before {
    height: 20vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .kv:before {
    top: 230px;
  }
}
@media screen and (max-width: 768px) {
  .kv:before {
    top: 250px;
    height: 140px;
    background: url("../img/freshers/img_kv_back_sp.jpg") no-repeat top center/cover;
  }
}
@media screen and (max-width: 380px) {
  .kv:before {
    top: 240px;
  }
}
.kv:after {
  content: "";
  width: 100%;
  height: 20vw;
  position: absolute;
  left: 0;
  top: 145px;
  background: url("../img/freshers/img_kv.png") no-repeat top center/contain;
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .kv:after {
    height: 18vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .kv:after {
    top: 180px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .kv:after {
    top: 210px;
  }
}
@media screen and (max-width: 768px) {
  .kv:after {
    top: 200px;
    height: 250px;
    background: url("../img/freshers/img_kv_sp.png") no-repeat top center/contain;
  }
}
@media screen and (max-width: 380px) {
  .kv:after {
    top: 190px;
  }
}
.kv .kv-scroll {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 20px);
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #1374CA;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv .kv-scroll {
    left: calc(50% - 19px);
    bottom: 13px;
    font-size: 14px;
    width: 36px;
    height: 38px;
  }
}
.kv .kv-scroll:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #1374CA;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.kv .swiper1 {
  margin-top: 16.5vw;
}
@media screen and (min-width: 1700px) {
  .kv .swiper1 {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1280px) {
  .kv .swiper1 {
    margin-top: 260px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .kv .swiper1 {
    margin-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .kv .swiper1 {
    margin-top: 250px;
  }
}
@media screen and (max-width: 430px) {
  .kv .swiper1 {
    display: none;
  }
}
.kv .swiper1 .swiper-slide {
  -webkit-box-shadow: 2px 2px 3px rgba(44, 118, 254, 0.4);
          box-shadow: 2px 2px 3px rgba(44, 118, 254, 0.4);
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv .swiper1 .swiper-slide {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
.kv .swiper1 .swiper-slide:nth-child(2n) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kv .swiper1 .swiper-slide:nth-child(2n) {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.kv-text__wrap {
  position: relative;
  text-align: center;
}
.kv-text__wrap .kv-text__catch {
  width: 100%;
  max-width: 52vw;
  min-width: 660px;
  margin: 0 auto 1.6vw;
}
@media screen and (max-width: 768px) {
  .kv-text__wrap .kv-text__catch {
    width: 220px;
    min-width: 0;
    margin: 0 auto 20px;
  }
}
.kv-text__wrap .kv-text__bottom {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #1374CA;
}
@media screen and (max-width: 768px) {
  .kv-text__wrap .kv-text__bottom {
    font-size: 16px;
  }
  .kv-text__wrap .kv-text__bottom .punctuation {
    letter-spacing: -0.5em;
  }
}

.challenger {
  padding: 180px 0 130px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .challenger {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .challenger {
    padding: 0 0 100px;
  }
}
.challenger .challenger-text__area {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .challenger .challenger-text__area {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .challenger .challenger-text__area {
    width: 100%;
    padding-top: 326px;
  }
}
.challenger .challenger-text__area:after {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100%;
  background: url("../img/freshers/img_illust01.svg") no-repeat top 50px center/contain;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .challenger .challenger-text__area:after {
    right: -60%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .challenger .challenger-text__area:after {
    right: calc(50% - 135px);
    top: 0;
    width: 100%;
    max-width: 270px;
  }
}

.understand .understand-text__wrap {
  position: relative;
}
.understand .understand-text__wrap:after {
  /*
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  height: 100%;
  background: url("../img/freshers/img01.jpg") no-repeat top  right / contain;
  @include tab{
    width: 40%;
  }
  @include sp{
    top: 0;
    width: 100%;
    height: 230px;
    background: url("../img/freshers/img01.jpg") no-repeat top center / cover;
  }
  */
}
.understand .understand-text__wrap .swiper4 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .understand .understand-text__wrap .swiper4 {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .understand .understand-text__wrap .swiper4 {
    top: 0;
    width: 100%;
    height: 230px;
    background-position: top center;
    background-size: cover;
  }
}
.understand .understand-text__wrap .swiper4 .swiper-slide {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .understand .understand-text__wrap .swiper4 .swiper-slide {
    background-position: top center;
    background-size: cover;
  }
}
.understand .understand-text__wrap .swiper4 .swiper-slide.--bg1 {
  background-image: url("../img/freshers/img01.jpg");
}
.understand .understand-text__wrap .swiper4 .swiper-slide.--bg2 {
  background-image: url("../img/freshers/img01_2.jpg");
}
.understand .understand-text__wrap .swiper4 .swiper-slide.--bg3 {
  background-image: url("../img/freshers/img01_3.jpg");
}
.understand .understand-text__wrap .swiper4 .swiper-slide.--bg4 {
  background-image: url("../img/freshers/img01_4.jpg");
}
.understand .understand-bg__area {
  background: #F3F7F8;
  padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
  .understand .understand-bg__area {
    padding: 270px 0 40px;
  }
}
.understand .understand-text__area {
  padding: 0 25px 0 10%;
  width: 50%;
  position: relative;
}
.understand .understand-text__area .title-format__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .understand .understand-text__area {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .understand .understand-text__area {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .understand .understand-text__area {
    width: 60%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .understand .understand-text__area {
    width: 100%;
    padding: 0 25px;
  }
}
.understand .understand-text__area.--bg:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 217px;
  height: 144px;
  background: url("../img/freshers/img_illust02.svg") no-repeat bottom right/contain;
  z-index: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .understand .understand-text__area.--bg:before {
    width: 160px;
    height: 107px;
    right: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .understand .understand-text__area.--bg:before {
    width: 160px;
    height: 107px;
    right: 20px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .understand .understand-text__area.--bg:before {
    width: 160px;
    height: 107px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .understand .understand-text__area.--bg:before {
    width: 160px;
    height: 107px;
    right: 25px;
    bottom: -40px;
  }
}
@media screen and (max-width: 380px) {
  .understand .understand-text__area.--bg:before {
    width: 120px;
  }
}
.understand .understand-text__area .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .understand .understand-text__area .btn {
    margin: 40px auto 0;
  }
}
.understand .understand-bottom {
  position: relative;
  margin-top: 165px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .understand .understand-bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .understand .understand-bottom {
    margin: 40px auto 0;
    padding: 50px 0;
    background: #F3F7F8;
  }
}
.understand .understand-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: #F3F7F8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .understand .understand-bottom:before {
    display: none;
  }
}
.understand .understand-list {
  width: 100%;
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .understand .understand-list {
    display: block;
  }
}
.understand .understand-list__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .understand .understand-list__item {
    width: 100%;
  }
  .understand .understand-list__item:first-child {
    margin-bottom: 50px;
  }
}
.understand .understand-list__item a {
  display: block;
  text-align: center;
}
.understand .understand-list__item img {
  border-radius: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .understand .understand-list__item img {
    margin-bottom: 20px;
  }
}

.interview {
  padding: 180px 0;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .interview {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 80px 0 110px;
  }
}
.interview .swiper2 {
  position: relative;
  padding: 40px 0 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 {
    padding: 20px 0 70px;
  }
}
.interview .swiper2 .interview-item {
  height: auto;
}
.interview .swiper2 .interview-item .interview-item__link {
  height: 100%;
  display: block;
  border-radius: 15px;
  background-color: #F3F7F8;
  padding: 20px;
}
.interview .swiper2 .interview-item img {
  margin-bottom: 20px;
}
.interview .swiper2 .interview-item .interview-item__occupation {
  color: #1374CA;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 .interview-item .interview-item__occupation {
    font-size: 18px;
  }
}
.interview .swiper2 .interview-item .interview-item__undergraduate {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  min-height: 81px;
}
.interview .swiper2 .interview-item .interview-item__undergraduate span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 .interview-item .interview-item__undergraduate {
    margin-bottom: 15px;
  }
}
.interview .swiper2 .interview-item .interview-item__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
.interview .swiper2 .interview-item .interview-item__text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 .interview-item .interview-item__text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.interview .swiper2 .interview-item .icon-wrap {
  text-align: right;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 .interview-item .icon-wrap {
    padding-right: 35px;
  }
}
.interview .swiper2 .swiper-scrollbar {
  background-color: #EBEBEB;
  height: 25px !important;
  border-radius: 12px;
  padding: 5px;
  width: 500px !important;
  left: calc(50% - 250px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .interview .swiper2 .swiper-scrollbar {
    width: 300px !important;
    left: calc(50% - 150px);
  }
}
.interview .swiper2 .swiper-scrollbar-drag {
  background-color: #58CBE0;
}

.story .story-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story .story-text__wrap {
    display: block;
  }
}
.story .story-text__wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 183px;
  height: 157px;
  background: url("../img/freshers/img_illust03.svg") no-repeat center bottom/contain;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .story-text__wrap:before {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .story .story-text__wrap:before {
    width: 125px;
    height: 107px;
    left: inherit;
    bottom: inherit;
    top: 20px;
    right: 0;
  }
}
.story .title-format__wrap {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .story .title-format__wrap {
    width: 100%;
  }
}
.story .story-text__right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .story .story-text__right {
    width: 100%;
  }
}
.story .story-text__right .story-text__content {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .story .story-text__right .story-text__content {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .story .story-text__right .btn {
    margin: 0 auto;
  }
}
.story .swiper3 {
  padding: 110px 0 160px;
  position: relative;
  background: #F3F7F8;
  height: auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 {
    padding: 110px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 {
    padding: 30px 0 60px;
  }
}
.story .swiper3:after {
  content: "";
  position: absolute;
  left: 67vw;
  bottom: -70px;
  width: 229px;
  height: 157px;
  background: url("../img/freshers/img_illust04.svg") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3:after {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3:after {
    width: 144px;
    height: 100px;
    left: calc(50% - 72px);
    bottom: -60px;
  }
}
.story .swiper3 .story-item {
  height: auto;
}
.story .swiper3 .story-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link {
    display: block;
    padding: 20px;
  }
}
.story .swiper3 .story-item__link img {
  width: 56%;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.story .swiper3 .story-item__link .story-item__content {
  width: calc(44% - 30px);
  position: relative;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content {
    width: 100%;
    padding-bottom: 10px;
  }
}
.story .swiper3 .story-item__link .story-item__content .story-item__top {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1374CA;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__top {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__top {
    font-size: 18px;
  }
}
.story .swiper3 .story-item__link .story-item__content .story-item__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__title {
    font-size: 20px;
  }
}
.story .swiper3 .story-item__link .story-item__content .story-item__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 23px;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__text {
    font-size: 2vw;
    margin-bottom: 10px;
    line-height: 1.8;
    min-height: 174px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__text {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 430px) {
  .story .swiper3 .story-item__link .story-item__content .story-item__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    min-height: 144px;
  }
}
.story .swiper3 .story-item__link .story-item__content .icon-wrap {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .icon-wrap {
    right: 0;
    position: relative;
    padding: 0 40px 0 20px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .story-item__link .story-item__content .icon-wrap {
    right: 0;
    position: relative;
    padding: 0 40px 0 20px;
    text-align: right;
  }
}
.story .swiper3 .swiper-button-next,
.story .swiper3 .swiper-button-prev {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story .swiper3 .swiper-button-next,
  .story .swiper3 .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .story .swiper3 .swiper-button-next,
  .story .swiper3 .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
.story .swiper3 .swiper-button-next {
  right: 26.2vw;
  background: url("../img/common/icon_swiper.svg") no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .story .swiper3 .swiper-button-next {
    right: 5vw;
  }
}
.story .swiper3 .swiper-button-prev {
  left: 26.2vw;
  background: url("../img/common/icon_swiper.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .story .swiper3 .swiper-button-prev {
    left: 5vw;
  }
}

.career-step {
  padding: 240px 0 200px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .career-step {
    padding: 160px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .career-step {
    padding: 160px 0 90px;
  }
}
.career-step .career-step__content {
  width: 100%;
  position: relative;
}
.career-step .career-step__content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background: url("../img/freshers/img04.jpg") no-repeat top right/contain;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .career-step .career-step__content:after {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .career-step .career-step__content:after {
    width: 100%;
    height: 234px;
    background: url("../img/freshers/img04.jpg") no-repeat top center/cover;
  }
}
@media screen and (max-width: 430px) {
  .career-step .career-step__content:after {
    height: 184px;
    background: url("../img/freshers/img04.jpg") no-repeat top center/contain;
  }
}
.career-step .title-format__wrap {
  width: 29.1%;
  margin-left: 10%;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .career-step .title-format__wrap {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .career-step .title-format__wrap {
    width: 100%;
    margin-left: 0;
    padding: 264px 25px 0;
  }
}
@media screen and (max-width: 430px) {
  .career-step .title-format__wrap {
    padding: 195px 25px 0;
  }
}
.career-step .title-format__wrap:after {
  content: "";
  position: absolute;
  right: -100px;
  width: 190px;
  height: 160px;
  background: url("../img/freshers/img_illust05.svg") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1700px) {
  .career-step .title-format__wrap:after {
    bottom: -2.8vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .career-step .title-format__wrap:after {
    bottom: 2vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .career-step .title-format__wrap:after {
    bottom: 2vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .career-step .title-format__wrap:after {
    width: 160px;
    right: -150px;
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .career-step .title-format__wrap:after {
    width: 130px;
    height: 110px;
    right: calc(50% - 65px);
    bottom: 80px;
    background: url("../img/freshers/img_illust05.svg") no-repeat top center/contain;
  }
}
.career-step .title-format__wrap .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .career-step .title-format__wrap .btn {
    margin: 170px auto 0;
  }
}

.welfare {
  padding: 0 0 200px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .welfare {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .welfare {
    padding: 0 0 90px;
  }
}
.welfare .welfare__content {
  width: 100%;
  position: relative;
}
.welfare .welfare__content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background: url("../img/freshers/img05.jpg") no-repeat top left/contain;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .welfare .welfare__content:after {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .welfare .welfare__content:after {
    width: 100%;
    height: 234px;
    background: url("../img/freshers/img05.jpg") no-repeat top center/cover;
  }
}
@media screen and (max-width: 430px) {
  .welfare .welfare__content:after {
    height: 184px;
    background: url("../img/freshers/img05.jpg") no-repeat top center/contain;
  }
}
.welfare .title-format__wrap {
  width: 29.1%;
  margin-left: auto;
  margin-right: 10%;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .welfare .title-format__wrap {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .welfare .title-format__wrap {
    width: 100%;
    margin-left: 0;
    padding: 264px 25px 0;
  }
}
@media screen and (max-width: 430px) {
  .welfare .title-format__wrap {
    padding: 195px 25px 0;
  }
}
.welfare .title-format__wrap:after {
  content: "";
  position: absolute;
  left: -100px;
  width: 216px;
  height: 202px;
  background: url("../img/freshers/img_illust06.svg") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1700px) {
  .welfare .title-format__wrap:after {
    bottom: -4vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .welfare .title-format__wrap:after {
    bottom: -7vw;
    left: -150px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .welfare .title-format__wrap:after {
    bottom: 30px;
    left: -300px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .welfare .title-format__wrap:after {
    width: 160px;
    bottom: 3vw;
    left: -230px;
  }
}
@media screen and (max-width: 768px) {
  .welfare .title-format__wrap:after {
    width: 150px;
    height: 140px;
    left: calc(50% - 75px);
    bottom: 80px;
    background: url("../img/freshers/img_illust06.svg") no-repeat top center/contain;
  }
}
.welfare .title-format__wrap .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .welfare .title-format__wrap .btn {
    margin: 200px auto 0;
  }
}

.link-area .link-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .link-area .link-content__wrap {
    display: block;
  }
}
.link-area .link-content__wrap a {
  width: 33.3333333333%;
  height: 30vw;
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #58CBE0;
}
@media screen and (max-width: 768px) {
  .link-area .link-content__wrap a {
    width: 100%;
    height: 150px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .link-area .link-content__wrap a:last-child {
    border-bottom: none;
  }
}
.link-area .link-content__wrap a .icon {
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .link-area .link-content__wrap a .icon {
    margin-left: -25px;
  }
}