@charset 'UTF-8';

/* ------ define ------ */

body {
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
  font-feature-settings: "palt";

}

html {
  font-size: 62.5%;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

.pc-only {
  display: none !important;
}

img {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  border: none;
  display: block;
}

a:link {
  text-decoration: none;
}


/* ------ common class ------ */
/* 追従ボタン */
.following_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(5, 24, 67, .86);
  z-index: 999;
}

.following_btn a img {
  display: inline-block;
  width: 4%;
  margin-left: 0.5em;
}

.regist_btn {
  display: block;
  max-width: 764px;
  width: 91%;
  margin: 16px auto;
  padding: 20.5px 0px;
  text-align: center;
  color: #FFF;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: bold;
  border-radius: 50px;
  background: linear-gradient(90deg, #FE9901 23%, #FEB33C 50%, #FE9901 75%);
  background: -webkit-linear-gradient(90deg, #FE9901 23%, #FEB33C 50%, #FE9901 75%);
  background: linear-gradient(90deg, #FE9901 23%, #FEB33C 50%, #FE9901 75%);
  text-decoration: none;
}

.regist_btn a:link {
  color: #FFF;
}

/* title */
.common_title {
  display: inline-block;
  background: linear-gradient(90deg, #5A6D89 0%, #5673AF 100%);
  background: -webkit-linear-gradient(0, #5A6D89 0%, #5673AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: .5%;
  margin: 30px 0;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 1.44;
  border-bottom: 2px solid #A59975;
}
/* ------ common class ------ */


/* ------ header　------ */
#header {
  width: 100%;
  background-color: white;
}

.header_wrap {
  width: 93.3%;
  margin: 0 auto;
  padding: 1.5% 0;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 40%;
  margin-left: 0;
  padding-top: 1%;
}

.login_top {
  border-radius: 7px;
  border: 1px solid #727dab;
  text-align: center;
  padding: 7% 0;
  display: block;
  font-size: 2.9vw;
}

.login_bt {
  width: 18%;
  color: #727dab;
  margin-right: 0;
  display: block;
}

.login_bt a {
  display: block;
  color: #727dab;
  font-size: 1.3em;
}

.login_bt a:hover {
  background: linear-gradient(to right, #727dab, #7683a0);
  color: white;
}
/* ------ header　------ */


/*------  KV ------ */
.top {
  width: 100%;
  background-image: url(../images/sp_top_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 63.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_title_s {
  margin-bottom: 29px;
  max-width: 291px;
  width: 45%;
  max-height: 30px;
}

.top_title {
  margin: 0 auto 33.85px;
  color: #FFF;
  font-size: clamp(20px, 10vw, 35.81px);
  font-style: italic;
  letter-spacing: 5.1px;
  line-height: .912;
  text-align: center;
  text-shadow: 0 1.75px 1.75px rgba(0, 56, 148, .21);
}

.top_title-first {
  margin-bottom: 15.51px;
}

.top_title_flex {
  display: flex;
  gap: 8px;
}

.top_title_flex_txt {
  padding: 7px 21.5px;
  background-color: #FFF;
  color: #535571;
  font-size: clamp(10px, 4.27vw, 16px);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1;
  text-align: center;
  border-radius: 34.25px;
  white-space: nowrap;
}
/*------  KV ------ */


/*------  worry こんな風に考えている方へ ------ */
.worry {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 65px;
  max-width: 500px;
  width: 93%;
}

.worry_items{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*------  worry こんな風に考えている方へ ------ */


/*------  job 転職成功事例 ------ */
.job {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F5F5F5;
  padding: 0 0 80px;
}

.job_title-blue {
  position: relative;
  background-color: #051843;
  width: 100%;
  margin-bottom: 14px;
  padding: 19.5px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 1.68;
  font-style: italic;
  z-index: 1;
}

/* 三角 */
.job_title-blue::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 40px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #051843;
  border-width: 44px;
  border-radius: 7px;
  transform: scaleX(0.5) rotate(45deg);
  z-index: -1;
}

.job_slider_wrap {
  max-width: 1230px;
  width: 90%;
}

.slick-slide::after{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, .4);
  max-width: 390px;
  width: 100%;
  height: 100%;
}

.slick-slide.slick-current::after{
  content: none;
}

.job_slider {
  display: flex;
  flex-direction: column;
}

.slick-slide {
  position: relative;
  margin: 0 18px;
}

.slick-list {
  margin: 0 -18px !important;
}

.slick-initialized .slick-slide {
  max-width: 390px;
  width: 72vw;
}

/* slick arrow */
.arrow {
  position: absolute;
  width: 37.36px;
  aspect-ratio: 1/1;
  z-index: 10;
  top: calc(50% - 35.5px);
  right: calc(50% - 36vw - 36px);
  cursor: pointer;
}

.arrow-prev {
  right: auto;
  left: calc(50% - 36vw - 36px);
  transform: scale(-1, 1);
}
/*------ job 転職成功事例 ------ */


/*------ kigyo 掲載企業例 ------ */
.kigyo{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 500px;
  width: 95%;
}

.kigyo_logo{
  padding: 20.5px 4.5px;
  box-shadow: 0 0 4.34px 0 rgba(165, 153, 117, .5);
}

.kigyo_cap{
  margin: 5px 0 4px auto;
  font-size: 10px;
  line-height: 1.4;
}
/*------ kigyo 掲載企業例 ------ */


/*------ change CHANGE LIFE! ------ */
.change {
  background-image: url("../images/sp_change_bg.png");
  background-size: cover;
  background-position: top center;
}

.sp_change_title {
  max-width: 303px;
  max-height: 59px;
  padding: 119px 0 72.5px;
  margin: 0 auto;
}
/*------ change CHANGE LIFE! ------ */


/* ------ footer ------ */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 22px 0 117px;
  text-align: center;
  background-color: #051843;
  font-size: 12px;
  line-height: 1.416;
  letter-spacing: 0.96;
}

footer ul {
  padding-bottom: 8.34px;
}

footer li {
  display: inline-block;
  padding: 0 3%;
  ;
}

footer li:last-child {
  border-left: solid 1px #FFF;
}

footer li a {
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
}

footer small {
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0;
}