@charset "UTF-8";
/* ---------------------------*/
/* base
/* ---------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #171717;
  font-family: "Noto Serif", "Noto Serif JP", serif, "YuMincho", "Yu Mincho";
}

ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.section-wrapper {
  padding: 100px 0 40px;
}

.section-title {
  max-width: 1000px;
  color: #282f35;
  font-size: 4rem;
  font-style: italic;
  margin: 0 auto 80px;
  text-align: center;
  font-family: "HGP行書体";
  background-color: rgb(130, 35, 35);
  padding: 13px 20px;
  color: #fff;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.link-btn {
  display: block;
  width: 235px;
  line-height: 60px;
  margin: 0 auto 70px;
  background-color: #f7d43f;
  box-shadow: 0 0 6px #1b1310;
  border-radius: 30px;
  text-align: center;
  color: #171717;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.link-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sp-br {
  display: none;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  opacity: 0;
  transition: all 0.8s 0.3s;
  transform: translateY(30px);
}

.scroll_up.show {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------*/
/* header
    /* ---------------------------*/
.header {
  padding: 25px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.header a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.header a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.site-title {
  font-size: 4rem;
}

.nav-list {
  display: flex;
}

.nav-item {
  font-size: 2.2rem;
  margin-right: 30px;
  list-style: none;
}
.nav-item:last-of-type {
  margin-right: 0;
}

.burger-btn {
  display: none;
}

/* ---------------------------*/
/* first view
    /* ---------------------------*/
.fv {
  height: 50vh;
  position: relative;
  background-image: url(https://hokuden.verse.jp/img/recruit-main1.jpg);
  background-size: cover;
  background-position: center;
  transition: 1s;
}

/* ---------------------------*/
/* recruit
/* ---------------------------*/
.recruit-content {
  margin: 0 auto;
}
.recruit-content.wrapper {
  max-width: 1000px;
  font-size: 4rem;
  margin: 0 auto;
  text-align: center;
  font-family: "HGP行書体";
  background-color: rgb(130, 35, 35);
  color: #fff;
}
.recruit-content .page-title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 13px 20px;
  font-size: 4rem;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.recruit-content p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8rem;
}

.row {
  border-bottom: 1px dotted rgb(204, 204, 204);
  width: 80%;
  margin: 0 auto;
  padding: 1.6rem;
}

.row__title,
.row__body {
  display: inline-block;
  font-size: 18px;
  justify-content: space-between;
}

.contact {
  width: 80%;
  margin: 0 auto;
  padding: 60px;
  color: #333;
}
.contact h2 {
  padding: 20px;
  font-family: Times New Roman, serif;
  text-align: center;
}
.contact P {
  padding: 20px;
  text-align: center;
}

.recruit-link-tel {
  padding: 20px;
}

.recruit-wrap {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 90px;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  width: 331px;
  margin: 0 auto;
  color: #000;
}
.recruit-wrap:hover {
  background-color: rgb(130, 35, 35);
  color: #fff;
  box-shadow: none;
}
.recruit-wrap:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 39%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: right 0.2s;
  transform: rotate(45deg);
}

/* ---------------------------*/
/* location
  /* ---------------------------*/
.location {
  padding: 4% 10%;
}

.location {
  display: flex;
  justify-content: space-between;
}

.location-info {
  width: 45%;
}

.location-info p {
  padding: 20px 10px;
  border-bottom: #171717 solid 1px;
}

.location-map {
  width: 45%;
}

iframe {
  width: 100%;
}

/* ---------------------------*/
/* Instagram
    /* ---------------------------*/
.instagram {
  text-align: center;
  position: relative;
}

.instagram-icon {
  margin-right: 20px;
  /*アイコンの背景*/
  position: relative; /*相対配置*/
  display: inline-block;
  width: 50px; /*幅*/
  height: 50px; /*高さ*/
  vertical-align: middle; /*垂直中央に*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  border-radius: 8px; /*角丸に*/
  color: #fff;
}

.instagram-icon:before {
  /*グラデーションを重ねるため*/
  content: "";
  position: absolute; /*絶対配置*/
  top: 24px; /*ずらす*/
  left: -18px; /*ずらす*/
  width: 70px; /*グラデーションカバーの幅*/
  height: 70px; /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
}

.instagram-title {
  font-size: 2.8rem;
  margin-bottom: 60px;
  opacity: 0;
  color: #000;
}
.instagram-title.scroll_up.show {
  opacity: 1;
}
.instagram-title.scroll_up.show .char {
  display: inline-block;
  animation: kf-animate-chars 0.8s ease 0.3s forwards;
}
.instagram-title.scroll_up.show .char:nth-child(1) {
  animation-delay: 0.08s;
}
.instagram-title.scroll_up.show .char:nth-child(2) {
  animation-delay: 0.16s;
}
.instagram-title.scroll_up.show .char:nth-child(3) {
  animation-delay: 0.24s;
}
.instagram-title.scroll_up.show .char:nth-child(4) {
  animation-delay: 0.32s;
}
.instagram-title.scroll_up.show .char:nth-child(5) {
  animation-delay: 0.4s;
}
.instagram-title.scroll_up.show .char:nth-child(6) {
  animation-delay: 0.48s;
}
.instagram-title.scroll_up.show .char:nth-child(7) {
  animation-delay: 0.56s;
}
.instagram-title.scroll_up.show .char:nth-child(8) {
  animation-delay: 0.64s;
}
.instagram-title.scroll_up.show .char:nth-child(9) {
  animation-delay: 0.72s;
}
.instagram-title.scroll_up.show .char:nth-child(10) {
  animation-delay: 0.8s;
}

/* 文字列アニメーション
*/
/*----------------------------*/
@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.instagram-btn {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 90px;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  width: 331px;
  transition: right 0.2s;
}
.instagram-btn:hover {
  background-color: rgb(130, 35, 35);
  color: #fff;
  box-shadow: none;
}
.instagram-btn:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 6%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: right 0.2s;
  transform: rotate(45deg);
}
.instagram-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 8%;
  bottom: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

/* ---------------------------*/
/* footer
    /* ---------------------------*/
.footer {
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: rgb(130, 35, 35);
}

/* ---------------------------*/
/* タブレット版
    /* ---------------------------*/
@media screen and (max-width: 768px) {
  /* ---------------------------*/
  /* base
    /* ---------------------------*/
  .section-wrapper {
    padding: 100px 0 40px;
  }
  .section-title {
    font-size: 3rem;
    margin-bottom: 50px;
    max-width: 614px;
  }
  .section-inner {
    padding: 0 4vw;
  }
  .section-bottom {
    font-size: 4rem;
    padding: 0 4vw;
  }
  .link-btn {
    margin-bottom: 40px;
  }
  /* ---------------------------*/
  /* header
    /* ---------------------------*/
  .header {
    padding: 30px 4vw 0;
  }
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(130, 35, 35);
    z-index: 2;
  }
  .nav-list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-item {
    margin: 0 0 30px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0;
  }
  /* ---------------------------*/
  /* ハンバーガーボタン
    /* ---------------------------*/
  .burger-btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 4vw;
    z-index: 3;
  }
  .burger-btn .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
  }
  .bar_top,
  .bar_mid {
    margin-bottom: 8px;
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -12px) rotate(-45deg);
    transition: transform 0.3s;
  }
  /* ---------------------------*/
  /* fv_sp
  /* ---------------------------*/
  /* ---------------------------*/
  /* recruit_sp
      /* ---------------------------*/
  .recruit-content.wrapper {
    max-width: 614px;
  }
  /* ---------------------------*/
  /* concept_sp
      /* ---------------------------*/
  /* ---------------------------*/
  /* menu_sp
    /* ---------------------------*/
  .menu-list {
    display: block;
    padding: 0 4vw;
    margin-bottom: 80px;
  }
  .menu-item {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .menu-title {
    top: 90%;
    width: 80%;
    z-index: auto;
  }
  .service-list {
    display: block;
    margin-bottom: 40px;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .service-item a {
    line-height: 250px;
  }
  .d-demo__wrap {
    display: flex;
    overflow: hidden;
  }
  .d-demo__list {
    display: flex;
    list-style: none;
  }
  .d-demo__list--left {
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
  }
  .d-demo__item {
    width: 62.5vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  /* ---------------------------*/
  /* location_sp
    /* ---------------------------*/
  .location {
    display: block;
  }
  .location-info {
    width: 100%;
  }
  .location-map {
    width: 100%;
    padding-top: 80px;
  }
  /* ---------------------------*/
  /* Instagram_sp
    /* ---------------------------*/
  .instagram-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
/* ---------------------------*/
/* スマホ版
/* ---------------------------*/
@media screen and (max-width: 480px) {
  .nav-list li {
    font-size: 1.8rem;
  }
  .header-inner img {
    width: 200px;
  }
  .burger-btn {
    right: 5vw;
  }
  .recruit-content .page-title {
    font-size: 3rem;
  }
  .row__title {
    font-size: 1.6rem;
  }
  .row__body {
    font-size: 1.4rem;
  }
  .contact {
    width: 100%;
    padding: 60px 20px 0;
    color: #333;
  }
  .contact h2 {
    padding: 20px;
    font-family: Times New Roman, serif;
    text-align: center;
  }
  .contact P {
    display: none;
  }
  .location-info {
    font-size: 1.2rem;
  }
  .instagram-title {
    letter-spacing: 0.02rem;
  }
  .instagram-icon {
    margin-right: 7px;
  }
  .instagram-btn {
    width: 72%;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .footer {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=recruit.css.map */