/* ================================================================ */
/* ------------------2022_01 新卒ページリニューアル-------------------- */
/*------- 2022_01 現在recruit.htmlのみに適用されています ------------*/
/* ================================================================ */
/* =========================================================
		header
========================================================= */
header.active {
  height: 70px;
}
.header__inner {
  height: 100%;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  margin: 0;
}
.header h1 img {
  width: 194px;
  margin-right: 0;
}
.header h1 span {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-left: 22px;
}
.header__btn {
  width: 170px;
}
.header__btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(to bottom, #fd8331, #ff6600);
}
.header__btn a span {
  font-size: 12px;
}
@media only screen and (max-width: 736px) {
  header {
    height: 50px;
    position: static;
  }
  header.active {
    height: 50px;
  }
  .header__inner {
    max-width: 100%;
    padding: 0;
  }
  .header h1 {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    width: 100%;
  }
  .header h1 img {
    width: 130px;
  }
  .header h1 span {
    display: block;
    color: #333333;
    font-size: 10px;
    margin-left: 0;
    margin-top: 0;
  }
}
/* 20221214 編集 start */
/* =========================================================
		recruitBtn
========================================================= */
@media only screen and (max-width: 736px) {
  .recruitBtn{
    margin-top: 50px;
  }
}
/* 20221214 編集 end */
/* =========================================================
		mv
========================================================= */
.mv {
  /* padding-top: 70px; */
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  /* 20221214 編集 start */
  padding-top: 0;
  /* 20221214 編集 end */
}
@media only screen and (min-width: 1110px) {
  .mv {
    background-color: #e6f4fd;
  }
}
.mv-inner {
  background-image: none;
  min-height: 350px;
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  background-position: top 0px left 0px;
  background-size: contain;
}
.mv-item {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.mv-item-badge {
  position: absolute;
  top: 17px;
  left: 471px;
  width: 432px;
}
.mv-item-catch {
  position: absolute;
  width: 454px;
  top: 96px;
  left: 479px;
}
.mv-item-subkv {
  position: absolute;
  top: 259px;
  left: 536px;
}
.mv-item-subkv p{
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.mv-item-subkv p:before,
.mv-item-subkv p:after {
  position: absolute;
  content: "";
  top: 50%;
  border-top: 1px solid #222222;
  width: 50px;
  height: 1px;
}
.mv-item-subkv p:before{
  left: 0;
  transform: translate(-100%, -50%);
}
.mv-item-subkv p:after{
  right: 0;
  transform: translate(100%, -50%);
}
.mv-item-text {
  position: absolute;
  line-height: 1.5;
  top: 299px;
  left: 553px;
  font-size: 10px;
}

@media only screen and (max-width: 1100px) {
  .mv-inner {
    min-height: 31.81vw;
    width: 100%;
  }
  .mv-item-badge {
    top: 1.54vw;
    left: 42.81vw;
    width: 39.27vw;
  }
  .mv-item-catch {
    width: 41.27vw;
    top: 8.72vw;
    left: 43.54vw;
  }
  .mv-item-subkv {
    top: 23.54vw;
    left: 48.72vw;
  }
  .mv-item-subkv p{
    font-size: 1.45vw;
    padding: 0 0.9vw;
  }
  .mv-item-subkv p:before,
  .mv-item-subkv p:after {
    border-top: 1px solid #222222;
    width: 4.54vw;
  }
  .mv-item-text {
    top: 27.18vw;
    left: 50.27vw;
    font-size: 0.9vw;
    width: 45.63vw;
  }
}

@media only screen and (max-width: 736px) {
  .mv {
    /* 20221214 編集 start */
    padding-top: 0;
    /* 20221214 編集 end */
  }
  .mv-inner {
    min-height: auto;
    height: 60vw;
  }
  .mv-item-badge {
    top: 4vw;
    left: 28.26vw;
    width: 69.33vw;
  }
  .mv-item-catch {
    width: 59.2vw;
    top: 15.73vw;
    left: 34.4vw;
  }
  .mv-item-subkv{
    top: 45.06vw;
    left: 46.66vw;
  }
  .mv-item-subkv p{
    color: #007FC3;
    font-weight: bold;
    font-size: 3.46vw;
    line-height: 1.38;
  }
  .mv-item-subkv p:before, .mv-item-subkv p:after{
    display: none;
  }
  .mv-item-text {
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    width: 92vw;
    font-size: 2.4vw;
  }
}

/* =========================================================
		entryBlock
========================================================= */

.entryBlock {
  margin: 60px 0;
}
.entryBlock__text_small {
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  .entryBlock {
    margin: 60px 0;
  }
}
.entryBlock__btn a {
  background: linear-gradient(to bottom, #fd8331, #ff6600);
}
/* =========================================================
		banner
========================================================= */
.banner {
  position: relative;
}
.mainVisual__list{
  padding-right: 0;
  margin-left: 0;
}
@media (max-width: 736px) {
  .mainVisual__list {
    margin-top: 26.06vw;
  }
  .mainVisual__list .mainVisual__item .mainVisual__itemIcon-persons {
    width: 18.13vw;
    top: -4.53vw;
  }
  .mainVisual__list .mainVisual__item .mainVisual__itemIcon-building {
    width: 15.2vw;
  }
  .mainVisual__list .mainVisual__item .mainVisual__itemIcon-paper {
      width: 10.93vw;
  }
}
/* ---------------mv下の会員登録ボタン--------------------- */
.banner + .entryBlock {
  margin-top: 90px;
}
.banner + .entryBlock .entryBlock__btn a {
  display: flex;
  line-height: normal;
  align-items: center;
  padding-left: 64px;
}
.banner + .entryBlock .entryBlock__btn a img {
  margin-right: 20px;
}
@media (max-width: 736px) {
  .banner + .entryBlock {
    margin-top: 58vw;
  }
  .banner + .entryBlock .entryBlock__btn a {
    padding-left: 32px;
  }
}

.banner + .entryBlock .entryBlock__btn p {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.banner + .entryBlock .entryBlock__btn p span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
/* =========================================================
		company
========================================================= */
.company__list {
  width: 4064px;
  animation: loopImage 50s linear infinite;
}
.company__list .company__item {
  flex-shrink: 0;
}
/* 余白調整 */
@media only screen and (max-width: 736px) {
  .company__bottomItem:not(:first-child) {
    margin-top: 24px;
  }
}

/* =========================================================
		offer
========================================================= */
.offerTop__icon02 {
  top: -75px;
}
/* 20221214 編集 start */
.offer__inner .entryBlock{
  margin: 48px 0;
}
.offer__inner .entryBlock__btn a{
  flex-direction: unset;
}
.offer__inner .entryBlock__btn a span{
  margin-top: 7px;
}
/* 20221214 編集 end */
@media only screen and (max-width: 736px) {
  .offer {
    padding-bottom: 10px;
  }
  .offer__inner {
    padding: 0;
  }
  .offer + .entryBlock {
    margin-bottom: 0;
  }
  .offerTop__icon02 {
    top: -55px;
  }
  .offerBottom {
    margin-left: 15px;
  }
  /* 20221214 編集 start */
  .offer__inner .entryBlock__btn a{
    flex-direction: column;
  }
  .offer__inner .entryBlock__btn a span{
    margin-top: 0;
  }
  /* 20221214 編集 end */
}

/* =========================================================
		reasons
========================================================= */
.reasons {
  padding-top: 70px;
  background: linear-gradient(
    180deg,
    #fff 0,
    #fff 100px,
    #007fc3 100px,
    #007fc3 100%
  );
  /* 20221214 編集 start */
  padding-bottom: 54px;
  /* 20221214 編集 end */
}
.reasons__box {
  flex-wrap: wrap;
}
.reasons__box h3 {
  min-height: auto;
}
.reasonsTop__icon02 {
  top: -80px;
  left: 40px;
}
.reasons__text--bold {
  font-weight: bold;
}
/* 20221214 編集 start */
.reasons .entryBlock{
  margin: 16px 0 0;
}
.reasons .entryBlock__btn {
  background: #fff;
  border-radius: 8px;
}
.reasons .entryBlock__btn a{
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  padding-left: 0;
  position: relative;
}
.reasons .entryBlock__btn a span{
  font-weight: bold;
}
/* 20221214 編集 end */
@media only screen and (max-width: 736px) {
  .reasons {
    padding-top: 100px;
    margin-top: 8px;
    background: linear-gradient(
      180deg,
      #fff 0,
      #fff 140px,
      #007fc3 140px,
      #007fc3 100%
    );
    /* 20221214 編集 start */
    padding-bottom: 32px;
    /* 20221214 編集 end */
  }
  .reasonsTop__icon02 {
    top: -62px;
    left: 20px;
  }
  /* 20221214 編集 start */
  .reasons .entryBlock__btn a.pcOnly{
    display: none;
  }
  .reasons .entryBlock__btn a{
    text-align: center;
    padding: 9px 0;
    font-size: 16px;
  }
  .reasons .entryBlock__btn a span{
    font-size: 13px;
  }
  /* 20221214 編集 end */
}
/* 20221214 編集 start */
@media only screen and (max-width: 370px) {
  .reasons .entryBlock__btn a{
    font-size: 13px;
  }
  .reasons .entryBlock__btn a span{
    font-size: 10px;
  }
}
@media only screen and (min-width: 737px) {
  .reasons .entryBlock__btn a.spOnly{
    display: none;
  }
}
/* 20221214 編集 end */
/* =========================================================
		trouble
========================================================= */
.trouble {
  padding-bottom: 1px;
  margin-bottom: 0;
}
.trouble__item {
  font-weight: normal;
}
.trouble__item span {
  font-size: 16px;
  font-weight: bold;
}
.trouble__item::after {
  top: 50%;
  transform: translateY(-50%);
}

.trouble__icon {
  right: -20px;
}

@media only screen and (max-width: 736px) {
  .trouble__item span {
    font-size: 14px;
  }
  .trouble__icon {
    right: 5px;
  }
}
@media only screen and (max-width: 370px) {
  .trouble__icon {
    right: -5px;
  }
}

/* =========================================================
		flow
========================================================= */
.flow {
  background-image: none;
  padding-top: 40px;
}
.flow__btn a {
  background: linear-gradient(to bottom, #fd8331, #ff6600);
}
@media only screen and (max-width: 736px) {
  .flow__itemTop {
    padding-top: 0;
    margin-bottom: 0;
  }
  .flow__goal {
    top: -40px;
  }
}

/* =========================================================
		schedule
========================================================= */
.schedule {
  padding: 114px 0 60px 0;
  background: linear-gradient(
    180deg,
    #fff 0,
    #fff 144px,
    #007fc3 144px,
    #007fc3 100%
  );
  margin-top: -60px;
}
.schedule-inner {
  width: 1000px;
  padding-bottom: 12px;
}
.scheduleTop {
  width: 592px;
  height: 85px;
  background-image: url(/challenge/promo/img/003/title_top_waku.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 17px;
  padding-right: 99px;
  padding-left: 25px;
  margin: 0 auto 10px;
  text-align: center;
  color: #007fc3;
  font-size: 20px;
}
.scheduleTop::after {
  content: "";
  width: 25px;
  height: 58px;
  background-color: #007fc3;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule__title {
  font-size: 35px;
  color: #fff;
  line-height: 1.48;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 44px;
  position: relative;
  font-weight: bold;
}
.schedule__title::after {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 90px;
  background: linear-gradient(
    90deg,
    #3bb1e8 0%,
    #3bb1e8 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scheduleTop__icon {
  width: 95px;
  position: absolute;
  bottom: 29px;
  right: 4px;
}
.scheduleTop__icon02 {
  width: 196px;
  position: absolute;
  top: -90px;
  left: 32px;
}
.schedule-left {
  width: 378px;
}
.schedule-right {
  margin-right: 26px;
}
@media only screen and (max-width: 736px) {
  .schedule {
    position: relative;
    padding: 91px 0 24px 0;
    background: linear-gradient(
      180deg,
      #fff 0,
      #fff 140px,
      #007fc3 140px,
      #007fc3 100%
    );
  }
  .scheduleTop {
    max-width: 345px;
    width: 100%;
    height: 90px;
    background-image: url(/challenge/promo/img/003/title_top_waku_sp.png);
    position: relative;
    padding-top: 9px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .scheduleTop::after {
    content: "";
    width: 10px;
    height: 61px;
  }
  .scheduleTop__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .schedule__title {
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 57px;
  }
  .schedule-inner {
    background-color: #007fc3;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
    width: 100%;
  }
  .schedule-left {
    margin: 16px auto 0;
    width: 100%;
    background-color: #fff;
  }
  .schedule-right {
    width: 100%;
  }
  .schedule-img {
    left: 12px;
  }
  .scheduleTop__icon {
    width: 76px;
    position: absolute;
    bottom: 29px;
    right: 4px;
  }
  .scheduleTop__icon02 {
    width: 165px;
    position: absolute;
    top: -70px;
    left: 15px;
  }
}

/* =========================================================
		point
========================================================= */
.point {
  width: 1000px;
  max-width: 100%;
  padding: 40px;
  margin: 100px auto 60px;
  background-color: #e6f4fd;
  border: 3px solid #007fc3;
  border-radius: 7px;
  background-image: none;
  position: relative;
}
.point::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  border-top: 70px solid #007fc3;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 70px solid transparent;
}
.point::after {
  content: "";
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  border-top: 70px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 70px solid transparent;
}
.point-head {
  margin-top: -100px;
  width: 538px;
}
.point-head-mg {
  font-size: 30px;
  margin-left: 80px;
}
.point-box {
  background-color: #e6f4fd;
  margin-bottom: 0;
}
.point-item {
  background-color: #fff;
}
.point-item-head {
  background: linear-gradient(
    180deg,
    #e6f4fd 0,
    #e6f4fd 70%,
    #fff 70%,
    #fff 100%
  );
}
.point + .entryBlock {
  margin-bottom: 60px;
}
@media only screen and (min-width: 737px) {
  .point-item {
    padding: 24px;
  }
}
@media only screen and (max-width: 736px) {
  .point {
    border: none;
    padding: 130px 16px 40px;
    margin-top: 0;
  }
  .point::before {
    display: none;
  }
  .point::after {
    top: 0;
    border-top: 45px solid #007fc3;
    border-right: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid transparent;
  }
  .point-head-mg {
    font-size: 18px;
    margin-left: 80px;
  }
  .point-box {
    background-color: #fff;
    width: 100%;
  }
  .point-item-head {
    background: transparent;
  }
}
@media only screen and (max-width: 370px) {
  .point-head::before {
    left: 18px;
  }
}

/* =========================================================
		voice
========================================================= */

/* -------------pc------------------ */
@media only screen and (min-width: 1079px) {
  .voice-wrapper {
    align-items: center;
  }
  .voice-pt02 {
    padding-top: 0;
  }
  .voice-img {
    position: static;
  }
  .voice-img img {
    width: 100%;
  }
  .voice-wrapper-left {
    width: 136px;
    flex-shrink: 0;
  }
  .voice-wrapper-right {
    width: 750px;
    flex-shrink: 0;
    margin-left: 24px;
  }
  .voice-wrapper-right-info {
    border-bottom: 2px solid #fff100;
    padding: 4px 0 8px;
  }
  .voice-wrapper-right-info li {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    font-weight: bold;
  }
}
.voice {
  background-image: url(/challenge/promo/img/recruit/voice-bg02.png);
  background-position: top;
  background-size: cover;
  background-repeat: repeat;
}
.voice-wrapper {
  box-sizing: content-box;
  border-left-color: #007fc3;
}
.voice-box {
  width: 273px;
  max-width: 100%;
}
.voice-wrapper-right-head {
  font-size: 22px;
  line-height: 1.35;
  font-weight: bold;
  color: #007fc3;
}
.voice-wrapper-right-text {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1078px) {
  .voice {
    padding-top: 64px;
  }
  .voice__title {
    margin-bottom: 30px;
  }
  .voice-img {
    top: -2px;
    left: 15px;
  }
  .voice-item {
    display: inline-block;
  }
  .voice-fs {
    color: #333;
    font-size: 16px;
  }
  .voice-fw {
    color: #333;
    font-weight: normal;
  }
  .voice-color {
    color: #333;
  }
  .voice-wrapper-right-head {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1078px) {
  .voice-wrapper {
    height: 555px;
    padding-top: 24px;
  }
}

/* =========================================================
		strengths
========================================================= */
.strengths {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .strengths__boxTitle {
    max-width: 100%;
  }
  .strengths__boxTitle h3 {
    font-size: 18px;
  }
  .strengths__icon01 {
    top: -128px;
  }
  .strengths__icon02 {
    top: -150px;
  }
}
@media only screen and (max-width: 370px) {
  .strengths__icon01 {
    width: 75px;
  }
  .strengths__icon02 {
    width: 75px;
  }
  .strengths__boxTitle h3 span {
    font-size: 15px;
  }
}

/* =========================================================
		faq
========================================================= */
.faq {
  padding: 40px 0;
}
@media only screen and (max-width: 736px) {
  .faq {
    padding: 25px 0;
  }
}
/* もっと見る追加による調整 */
.faq__box .faq__box_hide > dl:first-of-type {
  margin-top: 16px;
}
.faq__box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #007fc3;
  font-size: 18px;
  font-weight: normal;
  max-width: 100%;
  margin: 0 auto;
  border: solid 2px #cccccc;
  cursor: pointer;
  margin-top: 28px;
  position: relative;
}
/* もっと見る */
a.faq__box_btn::before {
  content: "";
  right: 10px;
  top: 26px;
  position: absolute;
  width: 15px;
  height: 7px;
  background-size: contain;
  background-image: url(/challenge/promo/img/recruit/voice-icon_arrow02.svg);
}
a.faq__box_btn::after {
  content: "もっと見る";
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
/* 閉じる */
a.faq__box_btn.on-click::before {
  content: "";
  right: 10px;
  top: 26px;
  position: absolute;
  width: 15px;
  height: 8px;
  background-image: url(/challenge/promo/img/recruit/voice-icon_arrow01.svg);
}
a.faq__box_btn.on-click::after {
  content: "閉じる";
}

/* =========================================================
		consultation
========================================================= */
.consultation {
  width: 904px;
  max-width: 100%;
  margin: 80px auto;
  border-radius: 7px;
}
.consultation-wrapper {
  width: 650px;
}
@media only screen and (max-width: 736px) {
  .consultation {
    padding: 32px 15px;
    margin-bottom: 0;
  }
  .consultation-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .consultation-wrapper::before {
    left: 10px;
  }
}
/* =========================================================
		catchcopy
========================================================= */
.catchcopy__text {
  text-align: left;
}

/* =========================================================
		bottomArea
========================================================= */
.bottomArea__bg {
  background-image: url(/challenge/promo/img/recruit/bottomarea_bg2.png);
}
@media only screen and (max-width: 736px) {
  .bottomArea__bg {
    background-image: url(/challenge/promo/img/recruit/bottomarea_bg2_sp.png);
  }
}
/* ---------------フッター上の会員登録ボタン--------------------- */
.bottomArea__bg .entryBlock__btn a {
  display: flex;
  line-height: normal;
  align-items: center;
  padding-left: 64px;
}
.bottomArea__bg .entryBlock__btn a img {
  margin-right: 20px;
}
.bottomArea__bg .entryBlock__btn p {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.bottomArea__bg .entryBlock__btn p span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .bottomArea .entryBlock__btn a {
    padding-left: 24px;
  }
  .bottomArea__bg .entryBlock__btn p span {
    font-size: 13px;
  }
  .bottomArea__bg .entryBlock__btn a img {
    margin-right: 10px;
  }
}
/* =========================================================
		fixArea
========================================================= */
@media only screen and (max-width: 736px) {
  .fixArea {
    top: 50px;
  }
  .fixArea .btn {
    padding: 0;
  }
}

/* =========================================================
		slider
========================================================= */
/* スライダー調整 */
.offer .slick-prev {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  left: 5px !important;
}
.offer .slick-prev::after {
  width: 12px !important;
  height: 12px !important;
  top: 15px !important;
  left: 17px !important;
}
.offer .slick-next {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  right: 5px !important;
}
.offer .slick-next::after {
  width: 12px !important;
  height: 12px !important;
  top: 15px !important;
  right: 17px !important;
}
@media only screen and (max-width: 736px) {
  .offer .slick-prev {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    left: 5px !important;
  }
  .offer .slick-prev::after {
    width: 9px !important;
    height: 9px !important;
    top: 11px !important;
    left: 10px !important;
  }
  .offer .slick-next {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    right: 5px !important;
  }
  .offer .slick-next::after {
    width: 9px !important;
    height: 9px !important;
    top: 11px !important;
    right: 10px !important;
  }
  .voice .slick-prev {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    left: 5px !important;
  }
  .voice .slick-prev::after {
    width: 9px !important;
    height: 9px !important;
    top: 11px !important;
    left: 10px !important;
  }
  .voice .slick-next {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    right: 5px !important;
  }
  .voice .slick-next::after {
    width: 9px !important;
    height: 9px !important;
    top: 11px !important;
    right: 10px !important;
  }
}
