@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  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;
}

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


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


a:link {
  text-decoration: none;
  /*	color: #333;*/
}


/* ------ 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;
  margin: 21px auto 21.62px;
  padding: 17px 0px 16.5px;
  text-align: center;
  color: #FFF;
  letter-spacing: 3px;
  font-size: 30.38px;
  line-height: 1.348;
  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: 1%;
  margin: 40px 0;
  font-style: italic;
  font-size: 36px;
  letter-spacing: 3.6px;
  line-height: 1.44;
  border-bottom: 2px solid #A59975;
}

#bace {
  margin: auto;
  width: 100%;
  max-width: 1366px;
  box-shadow: 0 0 25px 0 rgba(5, 24, 67, .2);
}
/* ------ common class ------ */


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

.header_wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 240px;
  margin-left: 0;
}

.login_top {
  width: 90px;
  border-radius: 7px;
  border: 1px solid #727dab;
  padding: 7px 0;
  display: block;
  text-align: center;
}

.login_bt {
  color: #727dab;
  font-size: 1.5em;
}

.login_bt a {
  color: #727dab;
}

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


/*------  KV ------ */
.top {
  color: #FFF;
  background-image: url(../images/pc_top_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_title_s {
  margin-bottom: 48px;
  max-width: 291px;
  max-height: 30px;
}

.top_title {
  margin: 0 auto 47.5px;
  color: #FFF;
  font-size: 8.25em;
  font-style: italic;
  letter-spacing: 9px;
  line-height: .912;
  text-align: center;
  text-shadow: 0 4.04px 4.04px rgba(0, 56, 148, .21);
}

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

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

.top_title_flex_txt {
  padding: 19px 69.5px;
  background-color: #FFF;
  color: #535571;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2.24px;
  line-height: 1;
  text-align: center;
  border-radius: 34.25px;
}
/*------  KV ------ */


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


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

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

/* 三角 */
.job_title-blue::after {
  content: "";
  position: absolute;
  bottom: -8px;
  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: 29vw;
}

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

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

/*------ kigyo 掲載企業例 ------ */
.kigyo{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kigyo_logo{
  margin: 0 auto 48px;
  padding: 50px 35px 38px;
  max-width: 823px;
  width: 80%;
  box-shadow: 0 0 10px 0 rgba(165, 153, 117, .5);
}

.kigyo_cap{
  margin-top: 3px;
  text-align: right;
  font-size: 12px;
  line-height: 1.416;
}
/*------ kigyo 掲載企業例 ------ */


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

.pc_change_title {
  max-width: 298px;
  max-height: 84px;
  padding: 216px 0 90px;
  margin: 0 auto;
}
/*------ change CHANGE LIFE! ------ */


/* ------ footer ------ */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 165px;
  text-align: center;
  background-color: #051843;
  font-size: 14.14px;
  line-height: 1.4144;
  letter-spacing: 1.1312;
}

footer ul {
  padding-bottom: 15px;
}

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;
}