@charset "UTF-8";
/*
Theme Name: hc-recruit
Description: 樋口総研リクルートサイト
Version: 1.0
Author: Liberit Inc.
*/

/* 共通部分 -------------------------------------- */
html {
  font-size: 62.5%; /* ルートの文字サイズを10pxに設定 */
  /*height: 100%;*/
}
body {
  /*font-size: 1.6rem;*/
  min-height: 100%;
}
/*a {
  text-decoration: none;
}*/

p {
  line-height: 1.7;
}
.wrapper {
  min-height: 28dvh;
  max-width: 100%;
  margin: 0 auto;
  padding: 3% 0%;
}
/* .logo {
  width: 15em;
} */
.title {
  color: white;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 32px;
  text-align: center;
  background-color: #1e2973;
  padding: 3% 0 3% 0;
}
.entry_button {
  min-width: 8.3em;
  display: flex;
  justify-content: flex-end;
  padding-right: 1%;
}
main {
  padding: 4% 1%;
}
.entry {
  text-align: right;
  font-style: italic;
  color: #1e2973;
  font-size: 1.8rem;
  margin-top: 64px;
}
.entry span {
  border-bottom: 2px solid #1e2973;
  padding-bottom: 8px;
}
.entry i {
  margin-left: 8px;
}
.button {
  background: #0c78b0;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.button:hover {
  background: #3e9ecd;
}

/* ヘッダー -------------------------------------- */
.main-nav {
  display: flex;
  list-style: none;
  font-size: 1.4rem;
  gap: 5em;
}
.main-nav a,
.main-nav a:hover,
.main-nav a:visited {
  color: #1e2973;
}

header {
  width: 100%;
  position: fixed;
  z-index: 4;
  background-color: white;
}

header .logo {
  float: left;
  width: 17.9375%;
  margin: 1.303704em 0 0.666667em 2.6875%;
}

.entry-button {
 background-color: #0c78b0;
 color: #fff;
 padding: 23px 2.1em;
 text-decoration: underline;
 font-size: 2em;
}

.entry-button:hover {
 color: #fff;
 opacity: 0.8;
}

/* フッター -------------------------------------- */
/*footer {
  background: #3575a7 url(../img/foot_bg.png) no-repeat top right;
  background-size: auto 100%;
}
.corporate-link a,
.corporate-link a:hover,
.corporate-link a:visited {
  color: #1e2973;
}
.corporate-link i {
  margin-left: 8px;
}

/* トップページ -------------------------------------- */
.index-main-movie {
  width: 70%;
  margin: 8% 15% 0% 15%;
}
.index-contents {
  text-align: justify;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 1fr auto;
  grid-column-gap: 8%;
}
.card-container {
  display: grid;
  gap: 56px 96px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-area: 1 / 2 / 2 / 3;
  margin-bottom: 42px;
}
.card a {
  color: #000;
}
.card-img-box {
  position: relative;
  margin-bottom: 8px;
}
.card-img-box::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 5em solid transparent;
  border-right: 5em solid #013c87;
  position: absolute;
  z-index: 2;
}
.card-img-box::after {
  content: "＞";
  display: block;
  bottom: 6px;
  right: 10px;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  z-index: 3;
}
.card-img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  vertical-align: bottom;
  transition: 0.3s;
}
.card-img:hover {
  opacity: 0.8;
}
.card-text {
  font-size: 1.8rem;
}
.card-title {
  font-size: 1.4rem;
  justify-content: end;
  align-items: center; /* 線を中央 */
  display: flex; /* 文字と線を横並び */
  margin-top: 8px;
}
.card-title::before {
  background-color: #000;
  content: "";
  height: 1px; /* 線の高さ */
  width: 56px; /* 線の長さ */
  margin-right: 1rem;
}
.index-top-decoration {
  writing-mode: vertical-rl;
  font-size: 10rem;
  color: #1e2973;
  align-items: center; /* 線を中央 */
  display: flex; /* 文字と線を横並び */
  grid-area: 1 / 1 / 2 / 2;
}
.index-top-decoration::after {
  background-color: #1e2973;
  content: "";
  height: 3px; /* 線の高さ */
  width: 240px; /* 線の長さ */
  transform: rotate(90deg); /* 傾ける */
  margin-top: 140px;
}
.index-bottom-decoration {
  font-size: 10rem;
  color: #1e2973;
  justify-content: end;
  align-items: center; /* 線を中央 */
  display: flex; /* 文字と線を横並び */
  grid-area: 2 / 1 / 3 / 3;
  margin-right: 0px;
  margin-top: 5%;
}
.index-bottom-decoration::before {
  background-color: #1e2973;
  content: "";
  height: 3px; /* 線の高さ */
  width: 140px; /* 線の長さ */
  margin-right: 16px;
}
.index-sub-movie-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.index-sub-movie-title {
  color: #1e2973;
  margin-bottom: 32px;
  grid-area: 1 / 2 / 1 / 2;
}
.index-sub-movie {
  max-width: 720px;
  width: 100%;
  grid-area: 2 / 2 / 2 / 2;
}
.index-entry {
  margin-top: 16px;
  margin-bottom: 48px;
}

/* メッセージ -------------------------------------- */
.message-top {
  object-fit: cover;
  object-position: top;
  border-radius: 27% / 46%;
  margin-bottom: 8%;
  /*line-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  width: 95%;
  height: auto;
  padding: 0 5% 0 5%;*/
}
.message-contents {
  padding: 0 10%;
  font-size: 1.5rem;
  text-align: justify;
}
.message-contents p {
  margin-bottom: 24px;
}
.signature {
  text-align: right;
}

/* みんなの前職インタビュー -------------------------------------- */
.interview-top-box {
  position: relative;
  margin-bottom: 24px;
}
.interview-top {
  object-fit: contain;
  object-position: top;
  width: 100%;
  max-height: 600px;
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 14% 100%, 0 18%);
}
.interview-decoration {
  position: absolute;
  right: 4%;
  top: 11%;
  width: 80px;
}
.interview-decoration-img {
  width: 100%;
}
.interview-decoration-title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 10%;
  top: 5%;
  color: #fff;
  font-size: 2.2rem;
}
.interview-decoration-subtitle {
  writing-mode: vertical-rl;
  position: absolute;
  left: 12%;
  top: 38%;
  font-size: 2.2rem;
  color: #1e2973;
}
.profile-box {
  display: flex;
  justify-content: right;
  gap: 16px;
  margin-bottom: 64px;
}
.profile {
  background-color: #0c78b0;
  color: #fff;
  padding: 4px 16px;
}
.interview-contents {
  padding: 0 8%;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 120px;
}
.interview-contents .interview-contents-title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.interview-contents p {
  margin-bottom: 24px;
}
.member-list-title {
  color: #1e2973;
  align-items: center; /* 線を中央 */
  display: flex; /* 文字と線を横並び */
  margin-bottom: 40px;
}
.member-list-title::after {
  background-color: #1e2973; /* 線の色 */
  content: "";
  height: 3px; /* 線の高さ */
  width: 64px; /* 線の長さ */
  margin-left: 1rem;
}
.member-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.member a {
  color: #000;
  font-size: 1.4rem;
}
.member-img-box {
  position: relative;
  margin-bottom: 8px;
}
.member-img-box::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 3.8em solid transparent;
  border-right: 3.8em solid #013c87;
  border-radius: 0 0 24px 0;
  position: absolute;
  z-index: 100;
}
.member-img-box::after {
  content: "＞";
  display: block;
  bottom: 5px;
  right: 8px;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  z-index: 101;
}
.member-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
  vertical-align: bottom;
  transition: 0.3s;
}
.member-img:hover {
  opacity: 0.8;
}

/* Move「前職は。」 -------------------------------------- */
.movie-contents {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.movie {
  width: 100%;
  margin-top: 32px;
}

/* 特色 -------------------------------------- */
.features-contents {
  padding: 0 10%;
  max-width: 100%;
  font-size: 1.4rem;
}
.features-row {
  display: flex;
  padding: 4% 2%;
}
.features-row-index {
  font-size: 3rem;
  align-items: baseline; /* 線を下揃え */
  display: flex; /* 文字と線を横並び */
}
.features-row-index::after {
  background-color: #1e2973; /* 線の色 */
  content: "";
  height: 1px; /* 線の高さ */
  width: 64px; /* 線の長さ */
}
.features-row-index::after {
  margin-left: -18px; /* 文字との余白 */
  transform: rotate(-45deg); /* 傾ける */
}
.features-row-contents {
  padding-left: 2%;
}
.features-row-contents-title {
  font-size: 1.8rem;
  color: #0c78b0;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* 募集要項 -------------------------------------- */
.recruit-contents {
  padding: 0 10%;
  max-width: 100%;
  font-size: 1.4rem;
}
.recruit-row {
  display: flex;
  border-top: 2px solid #dddddd;
  padding: 4% 2%;
}
.row-title {
  width: 20%;
  margin-right: 6%;
}
.row-contents {
  width: 80%;
}
.row-contents-connectsite {
  width: 40em;
}
.row-contents-1 {
 width: 100%;
}
.benefits-list {
  list-style-position: inside;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.row-contents .button-box {
  display: inline-block;
  text-align: center;
}
.row-contents .button-box p {
  text-align: left;
}
.row-contents .button {
  padding: 4% 22%;
  margin: 32px auto;
}
.banner-list {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.banner-img {
  max-width: 200px;
  max-height: 48px;
}
.row-title-logo {
  object-fit: contain;
  width: 24%;
}
.row-contents-logo {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-left: 8%;
}
.row-contents-logo-title {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.white-logo {
  max-width: 135px;
  height: auto;
}

.recruit-movie-contents {
 font-size: 1.4rem;
 text-align: center;
 margin-bottom: 20px;
}

.recruit-movie-contents .recruit-movie-contents-title {
 font-size: 2.2rem;
 line-height: 1.4;
 margin-bottom: 15px;
}

.recruit-movie-contents p {
 margin-bottom: 24px;
}

.recruit-row-movie {
 display: flex;
 border-top: 2px solid #dddddd;
 padding: 3% 0;
}

/* スマホ -------------------------------------- */
@media screen and (max-width: 599px) {
  /* ヘッダー・フッター ----- */
 /* .logo {
    transform-origin: top;
get_footer('recruit');
    transform: scale(0.95);
  }*/
  /* トップページ ----- */
  .index-top-decoration {
    font-size: 8rem;
  }
  .index-top-decoration::after {
    width: 200px; /* 線の長さ */
    margin-top: 120px;
  }
  .index-bottom-decoration {
    font-size: 8rem;
  }
  .index-bottom-decoration::before {
    width: 100px; /* 線の長さ */
  }
  /* みんなの前職インタビュー ----- */
  .interview-decoration {
    transform-origin: top right;
    transform: scale(0.8);
  }
  /* 募集要項*/
  .recruit-contents {
    font-size: 1.7em;
    padding: 0 5%;
  }
  .recruit-movie-contents .recruit-movie-contents-title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  /* 特色 */
  .features-contents {
    font-size: 1.7em;
  }

  /* メッセージ */
  .message-contents{
    font-size: 1.7em;
  } 

  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #bbbbbb;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #343434;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #343434;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* メニュー背景　*/
  nav.primary-menu-container {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: white;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }

  nav.primary-menu-container ul {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 100%;
    flex-direction: column;
  }

  nav.primary-menu-container ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    font-weight: bold;
  }
  nav.primary-menu-container ul li:last-child {
    padding-bottom: 0;
  }

  nav.primary-menu-container ul li a {
    display: block;
    color: #1e2973;
    padding: 1em 0;
    text-decoration: none;
  }

  /* クリックでjQueryで追加・削除 */
  nav.primary-menu-container.active {
    opacity: 0.95;
    display: block;
    transform: translateX(0%);
  }

  .white-logo {
    max-width: 60px;
  }
}
/* スマホ（小） -------------------------------------- */
@media screen and (max-width: 499px) {
  /* トップページ ----- */
  .index-top-decoration {
    font-size: 6rem;
  }
  .index-top-decoration::after {
    width: 200px; /* 線の長さ */
    margin-top: 120px;
  }
  .index-bottom-decoration {
    font-size: 6rem;
    /*margin-right: 0px;*/
  }
  .index-bottom-decoration::before {
    width: 80px; /* 線の長さ */
  }
  /* みんなの前職インタビュー ----- */
  .interview-decoration {
    transform-origin: top right;
    transform: scale(0.6);
  }
}



.g-slide{
position: relative;
overflow: hidden;
margin: 15px 0 20px 0;
padding-bottom: 50%;
padding-top: 65px;
}

.g-slide iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
