@charset "UTF-8";


/*=======================================

  こちらにLPページの共有cssを記述してください。

  =======================================*/
/*******************************
アイコンフォント
*******************************/
/*font*/
@font-face {
  font-family: recop-iconfonts;
  src:
    url('/jobfind-pc/original/css/option/font/recop-iconfont.eot?') format('eot'),
    url('/jobfind-pc/original/css/option/font/recop-iconfont.woff') format('woff'),
    url('/jobfind-pc/original/css/option/font/recop-iconfont.ttf') format('truetype');
  font-display: swap;
}

/* pc sp表示切替 */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.cnt {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* btn */
.btn-wrapper {
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .btn-wrapper {
    padding: 30px 20px 0;
  }
}

.btn-wrapper .nojima-btn {
  display: inline-flex;
  width: 100%;
  max-width: 500px;
  align-items: center;
  justify-content: center;
  background-color: #FFEE22;
  color: #182D7B;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 40px;
  border-radius: 50vh;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-wrapper .nojima-btn::after {
  content: "";
  font-family: recop-iconfonts;
  content: "\E841";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .btn-wrapper .nojima-btn {
    font-size: 16px;
    padding: 16px 30px;
  }

  .btn-wrapper .nojima-btn::after {
    right: 16px;
  }
}

/* 青背景 */

.bg-wrapper.blue {
  background-color: #F4FAFF;
  position: relative;
  overflow: hidden;
}

.bg-wrapper.white {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.bg-wrapper.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 295px;
  background-color: #F4FAFF;
}

.point .bg-wrapper.white::before {
  height: 0;
}

.bg-wrapper.white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 295px solid #fff;
  border-right: 100vw solid transparent;
  z-index: 0;
}

.point .bg-wrapper.white::after {
  top: auto;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .bg-wrapper.white::before {
    height: 68px;
  }

  .bg-wrapper.white::after {
    border-bottom: 68px solid #fff;
  }
}

a.btn.introduction{
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
a.btn.introduction{
  line-height: 2.2;
}
}

/*=======================================
  kv
  =======================================*/
.kv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F0F8FF;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.kv-bg {
  position: relative;
  padding: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .kv-bg {
    padding: 30px 0;
  }

}

.kv-heading-wrap {
  padding-bottom: 30px;
}

.voice-heading {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #182D7B !important;
}

.voice-heading .voice-label {
  font-weight: 900;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .voice-heading .voice-label {
    font-size: 16px;
    margin-right: 8px;
    padding-right: 8px;
  }

}

.voice-heading .voice-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #002f6c;
}

.voice-heading .voice-info {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .voice-heading .voice-info {
    font-size: 15px;
  }

}

.int-kv_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.int-kv {
  width: 72%;
  height: auto;
}

@media screen and (max-width: 940px) {
  .int-kv {
    width: 100%;
  }

}

.kv-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 0;
  margin-top: -195px;
}
@media screen and (max-width: 1060px) {
  .kv-copy {
  margin-top: -155px;
}
}
@media screen and (max-width: 940px) {
  .kv-copy {
    align-items: center;
    padding-top: 0;
    margin-top: -3vh;
    display: grid; 
    justify-content: center; 
    justify-items: start; 
    align-content: start;
  }

}

.kv-copy p {
  display: inline-block;
  background-color: #182D7B;
  color: #fff !important;
  font-weight: bold;
  font-size: 36px;
  padding: 8px 24px 0;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1060px) {
  .kv-copy p {
    font-size: 29px;
  }
}

@media screen and (max-width: 940px) {
  .kv-copy p {
    font-size: 20px;
    padding: 6px 16px;
    margin-bottom: 6px;
    white-space: nowrap;
  }
}

/*=======================================
  catch
  =======================================*/
.catch {
  padding: 50px 20px;
}

@media screen and (max-width: 940px) {
  .catch {
    padding: 0 20px 60px;
  }


}

.catch p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .catch p {
    text-align: left;
    line-height: 1.5;
  }
}

/*=======================================
  report
  =======================================*/
.report {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .report {
    padding-top: 25px;
  }
}

.repo-img-kv img {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 840px !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .repo-img-kv img {
    margin-bottom: 15px;
  }
}

.repo-heading {
  text-align: center;
}

.repo-h3 {
  font-size: 36px;
  font-weight: bold;
  color: #182D7B !important;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .repo-h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

}

.repo-heading p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .repo-heading p {
    font-size: 16px;
  }
}

.repo-name {
  font-weight: bold;
}

.repo-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .repo-wrap {
    padding-top: 20px;
  }
}

.repo-wrapper {
  width: 100%;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .repo-wrapper {
    gap: 30px;
  }
}

.repo-wrapper:last-of-type {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .repo-wrapper:last-of-type {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

}

.repo-wrapper .repo-text-block {
  width: 100%;
  padding: 0 20px 20px 20px;
  z-index: 1;
  box-sizing: border-box;
}


.repo-wrapper .repo-img-block {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .repo-wrapper.is-reverse {
    flex-direction: row-reverse;
  }

  .repo-wrapper.is-reverse .repo-text-block {
    padding-left: 40vw;
    padding-right: 10px;
  }

  .repo-wrapper.is-reverse .repo-img-block {
    position: static;
    width: 40vw;
    max-width: 600px;
    height: auto;
    margin: 0;
    pointer-events: none;
  }
}

.repo-wrapper .repo-img-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

}

@media screen and (max-width: 767px) {
  .repo-wrapper {
    flex-direction: column;
    overflow: visible;
    padding: 0 20px;
  }

  .repo-wrapper .repo-text-block {
    padding: 0;
  }

  .repo-wrapper .repo-img-block {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.repo-title {
  font-weight: bold;
  font-size: 28px;
  color: #182D7B !important;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .repo-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5;
  }
}

.repo-txt {
  line-height: 1.5;
  margin-bottom: 30px;
}

/*=======================================
  point
  =======================================*/
.point {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 60px;
  }
}

.point-wrap {
  padding-bottom: 90px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .point-wrap {
    padding-bottom: 20px;
  }
}

.pickup-bg {
  background-color: #182D7B;
  position: relative;
  text-align: center;
  padding: 54px 20px 100px;
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: clip;
  clip-path: polygon(
    0 0,     /* 左上 */
    100% 0,  /* 右上 */
    100% 45%,/* 右下 */
    50% 100%,/* 下中央 */
    0 45%    /* 左下 */
  );
}

.point-accents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9%;
  width: 310px;
  height: 72px;
  z-index: 8;
}
@media screen and (max-width: 763px) {
  .point-accents{
    top: 6%;
  }

}

@media screen and (max-width: 400px) {
  .point-accents{
    width: 180px;
    height: 42px;
    top: 45px;
  }

}

@media screen and (max-width: 767px) {
  .pickup-bg {
    padding: 64px 16px 75px;
    clip-path: polygon(
    0 0,     /* 左上 */
    100% 0,  /* 右上 */
    100% 55%,/* 右下 */
    50% 100%,/* 下中央 */
    0 55%    /* 左下 */
    );
  }
}

@media screen and (max-width: 500px) {
  .pickup-bg {
    clip-path: polygon(
    0 0,     /* 左上 */
    100% 0,  /* 右上 */
    100% 75%,/* 右下 */
    50% 100%,/* 下中央 */
    0 75%    /* 左下 */
    );
  }
}

@media screen and (max-width: 400px) {
  .pickup-bg {
    padding-top: 42px;
    padding-bottom: 55px;
  }
}

.point-h3 {
  color: #fff !important;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .point-h3 {
    font-size: 24px;
  }

}

.point-box {
  width: 100%;
  border: 2px solid #182D7B;
  border-radius: 20px;
  background: #fff;
  display: flex;
  padding: 30px;
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .point-box {
    flex-direction: column;
    font-size: 20px;
    gap: 30px;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
  }


}

.red {
  color: #DB0000;
}

.point-contents {
  padding-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .point-contents {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .point-contents {
    padding-top: 0;
  }
}

.point-contents .point-btn-wrapper {
  margin-left: 20px;
  flex-shrink: 0;
}

.point-contents .point-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 60px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #132c84;
  border-radius: 8px;
  position: relative;
  transition: 0.2s linear;
  text-decoration: none;
}

.point-contents .point-btn::after {
  content: "";
  font-family: recop-iconfonts;
  content: "\E841";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .point-contents .point-btn-wrapper {
    margin-left: 0;
  }

  .point-contents .point-btn {
    width: 100%;
    max-width: 280px;
  }
}

.recs-btn-block .recs-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

.recs-btn-block .recs-btn-list li {
  width: calc(50% - 10px);
  list-style: none;
}

.recs-btn-block .recs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #132b75;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.recs-btn-block .recs-btn::after {
  content: "";
  font-family: recop-iconfonts;
  content: "\E841";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .recs-btn-block .recs-btn-list {
    flex-direction: column;
    gap: 16px;
    margin: 0 16px;
  }

  .recs-btn-block .recs-btn-list li {
    width: 100%;
  }

  .recs-btn-block .recs-btn {
    font-size: 15px;
    height: 54px;
    padding: 16px;
  }
}


/* フッター上 */
@media screen and (max-width: 767px) {
  #main .space{
    padding-bottom: 190px !important;
  }
}
/* フッター */
