@charset "UTF-8";
#container {
  width: 100%;
}

body {
  position: relative;
  background-color: #E0E0DC;
}

.header_top .key-visual {
  position: relative;
}
.header_top .key-visual img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
}
.header_top .key-visual .navi {
  width: 80%;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .header_top .key-visual .navi {
    width: 92%;
  }
}
@media screen and (max-width: 1100px) {
  .header_top .key-visual .navi {
    display: none;
  }
}
.header_top .key-visual .navi li {
  width: 100%;
  margin: 0;
  text-align: center;
}
.header_top .key-visual .navi li a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 1360px) {
  .header_top .key-visual .navi li a {
    font-size: 1.35rem;
  }
}
.header_top .key-visual .navi .recruit {
  width: 90%;
  border: 0.8px solid #fff;
  padding: 5px 10px;
  text-align: center;
}
.header_top .key-visual .navi .recruit a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1440px) {
  .header_top .key-visual .navi .recruit a {
    font-size: 1.4rem;
  }
}
.header_top .key-visual .navi .recruit a::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: url(../img/recruit_mark.svg);
}
.header_top .key-visual .txt {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  bottom: 100px;
  right: 100px;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 520px) {
  .header_top .key-visual .txt {
    font-size: 2rem;
    right: 20px;
  }
}
.header_top .key-visual .btn {
  width: 160px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 8px 10px;
  text-align: center;
  background-color: #121212;
}
@media screen and (max-width: 768px) {
  .header_top .key-visual .btn {
    bottom: 30px;
  }
}
.header_top .key-visual .btn a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.header_top .key-visual .btn a::before {
  content: url(../img/top/cooking_tohu.svg);
  position: absolute;
  top: 0px;
  left: -26px;
}

.header_sub, .header_rec {
  position: relative;
}
.header_sub .logo, .header_rec .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  background-color: #121212;
}
@media screen and (max-width: 768px) {
  .header_sub .logo, .header_rec .logo {
    padding: 10px;
  }
}
.header_sub .logo img, .header_rec .logo img {
  width: 100%;
}
.header_sub .navi, .header_rec .navi {
  width: 90%;
  margin-left: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1300px) {
  .header_sub .navi, .header_rec .navi {
    width: 95%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .header_sub .navi, .header_rec .navi {
    display: none;
  }
}
.header_sub .navi li, .header_rec .navi li {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.header_sub .navi li a, .header_rec .navi li a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 1.6rem;
}
@media screen and (max-width: 1366px) {
  .header_sub .navi li a, .header_rec .navi li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .header_sub .navi li a, .header_rec .navi li a {
    font-size: 1.4rem;
  }
}
.header_sub .navi .recruit, .header_rec .navi .recruit {
  width: 70%;
  border: 0.8px solid #121212;
  padding: 5px 10px;
  text-align: center;
}
.header_sub .navi .recruit a, .header_rec .navi .recruit a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  .header_sub .navi .recruit a, .header_rec .navi .recruit a {
    font-size: 1.4rem;
  }
}
.header_sub .navi .recruit a::before, .header_rec .navi .recruit a::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: url(../img/news/recruit_mark_b.svg);
}

.pankuzu {
  width: 100%;
  height: 30px;
  text-align: right;
  padding: 10px 20px;
  margin-bottom: 64px;
}
.pankuzu p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 12px;
}
.pankuzu p a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 12px;
}

.header_top {
  width: 100%;
  height: 100vh;
}
.header_top .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_top .top-key {
  background-image: url(../img/top/bg_img.png);
}

.header_sub {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.header_sub .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_sub .news-key {
  background-image: url(../img/news/key_news.png);
}
.header_sub .store-key {
  background-image: url(../img/store/key_store.png);
}
.header_sub .menu-key {
  background-image: url(../img/menu/key_course.png);
}
.header_sub .commit-key {
  background-image: url(../img/commit/key_commit.png);
}
.header_sub .gallery-key {
  background-image: url(../img/gallery/key_gallery.png);
}
.header_sub .single-key {
  background-image: url(../img/news/key_single.png);
}

.header_rec {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header_rec {
    height: 60vh;
  }
}
.header_rec .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header_rec .key-visual.rec-key {
  background-image: url(../img/recruit/key_recruit.png);
}
.header_rec .key-visual .key_rec_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(200, 200, 165, 0.65);
  display: grid;
  place-items: center;
}

#footer {
  width: 100%;
  height: 500px;
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #footer {
    height: 400px;
  }
}
#footer .footer_inner {
  width: 1100px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner {
    width: 90%;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    padding-top: 50px;
  }
}
#footer .footer_inner .logo {
  width: 50px;
  margin-bottom: 50px;
}
#footer .footer_inner .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  column-gap: 2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .navi {
    display: none;
  }
}
#footer .footer_inner .navi li {
  width: 100%;
  text-align: center;
}
#footer .footer_inner .navi li a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
#footer .footer_inner .recruit_box {
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}
#footer .footer_inner .recruit_box img {
  width: 25px;
  margin-bottom: 10px;
}
#footer .footer_inner .recruit_box p {
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
#footer .copy {
  display: block;
  text-align: center;
}
#footer .copy small {
  font-size: 10px;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

#container {
  margin-bottom: 80px;
}

.page_title {
  text-align: center;
  margin-bottom: 60px;
}
.page_title h2 {
  line-height: 1;
  font-size: 2.7rem;
  color: #121212;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.content_inner h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.pic_slider {
  background: url(../img/recruit/recpic_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 60px;
}
.pic_slider .slide_wrap {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pic_slider .slide_wrap {
    width: 90%;
  }
}
.pic_slider .slide_wrap .slider {
  margin-bottom: 30px;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .pic_slider .slide_wrap .slider {
    height: 230px;
  }
}
.pic_slider .slide_wrap .slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pic_slider .slide_wrap .slide_read {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
}
.pic_slider .slide_wrap .slide_read br {
  display: none;
}
@media screen and (max-width: 520px) {
  .pic_slider .slide_wrap .slide_read br {
    display: block;
  }
}
.pic_slider .slide_wrap .slide_desc {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.senpai {
  width: 540px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .senpai {
    width: 90%;
  }
}
.senpai .pic {
  margin-bottom: 20px;
}
.senpai .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.senpai .senpai_txt {
  font-size: 1.3rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .senpai .senpai_txt br {
    display: none;
  }
}

.howto {
  background: #607159;
  padding: 40px 0 50px;
  margin-bottom: 80px;
}
.howto h3 {
  text-align: center;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.7rem;
}
.howto .howto_wrap {
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
}
@media screen and (max-width: 900px) {
  .howto .howto_wrap {
    display: block;
    width: 100%;
  }
}
.howto .howto_wrap .howto_box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto .howto_wrap .howto_box:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
.howto .howto_wrap .howto_box h4 {
  color: #E0E0DC;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
.howto .howto_wrap .howto_box .desc {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  color: #E0E0DC;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .howto .howto_wrap .howto_box .desc {
    font-size: 1.3rem;
  }
}
.howto .howto_wrap .howto_box .btn {
  display: inline-block;
  padding: 13px 30px;
  color: #607159;
  background: #E0E0DC;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  outline: 1px solid #607159;
  outline-offset: -1px;
}
.howto .howto_wrap .howto_box .btn:hover {
  transition: all 0.7s ease-in-out;
  background: #607159;
  outline: 1px solid #E0E0DC;
  color: #E0E0DC;
}

.detail h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 30px;
}
.detail .detail_body {
  width: 630px;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .detail .detail_body {
    width: 90%;
  }
}
.detail .detail_body > div {
  display: grid;
  grid-template-columns: 24% 76%;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #BEBEBE;
  position: relative;
  opacity: 0;
  right: -40px;
}
.detail .detail_body > div:last-child {
  border-bottom: 1px solid #BEBEBE;
}
.detail .detail_body > div.viewon {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 768px) {
  .detail .detail_body > div {
    display: block;
  }
}
.detail .detail_body > div dt, .detail .detail_body > div dd {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  color: #121212;
}
.detail .detail_body > div dt span, .detail .detail_body > div dd span {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  color: #121212;
  display: inline-block;
  padding: 3px 12px 5px;
  border: 1px solid #121212;
  margin: 6px 6px 6px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail .detail_body > div dt {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.detail .recbtn_area {
  text-align: center;
}
.detail .recbtn_area .recbtn {
  background: #0D1D0D;
  display: inline-block;
  padding: 14px 30px;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  outline: 1px solid #0D1D0D;
  outline-offset: -1px;
}
.detail .recbtn_area .recbtn:hover {
  transition: all 0.8s ease;
  background: transparent;
  outline: 1px solid #0D1D0D;
  color: #0D1D0D;
}

/*# sourceMappingURL=recruit.css.map */
