@charset "UTF-8";


a:hover {
  text-decoration: none;
}

.mod-mainContent {
  /* background-image: url(../images/recruit/back.svg); */
  /* background-size: 24px 24px; */
  font-family: sans-serif;
}


.home-mv-imgs-item.item01 {
  background-image: url("../images/recruit/202202_recruit_head.jpg");
}

/* .home-mv-imgs-item.item02 {
  background-image: url("../images/recruit/head_img.jpg");
}

.home-mv-imgs-item.item03 {
  background-image: url("../images/recruit/head_img.jpg");
}

.home-mv-imgs-item.item04 {
  background-image: url("../images/recruit/head_img.jpg");
} */

#recruit-copy {
  padding-bottom: 50px;
}
.recruit-copy-txt {
  text-align: center;
  font-size: 25px;
  margin: 45px auto;
}
.linkbox {
  border-radius: 25px;
  margin: 0 auto 12px;
  max-width: 575px;
  width: 90%;
}
.linkbox a {
  padding: 15px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.linkbox img {
  width: 20%;
  height: auto;
}
.linkbox p {
  width: 77%;
  text-align: left;
  font-size: 25px;
}
.recruit-copy-line {
  border: 1px solid #16ca00;
}
.recruit-copy-line p {
  font-size: 21px;
}
.recruit-copy-line p span {
  display: block;
  color: #16ca00;
  font-size: 31px;
  font-weight: 600;
}
.recruit-copy-instagram {
  border: 1px solid #000;
}


@media screen and (min-width: 1299px) {
/* ====  Large  === */
  .home-mv-h {
    width: 70%;
    max-width: 1000px;
  }

}
@media screen and (min-width: 1025px) and (max-width: 1299px), print {
/* ====  PC  === */
  .home-mv-h {
    width: 70%;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
/* ====  TB  === */
  .home-mv-h {
    width: 70%;
  }

}
@media screen and (max-width: 767px) {
/* ====  SP  === */
  .home-mv-h {
    width: 70%;
  }

}




.recruit-copy, .recruit-voice, .recruit-blog, .recruit-link, .recruit-movie {
  position: relative;
  z-index: 1;
  -webkit-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  -o-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.recruit-copy.on, .recruit-voice.on, .recruit-blog.on, .recruit-link.on, .recruit-movie.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


.recruit-voice {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 100px;
}
.recruit-voice ul.staff-list {
  padding: 0;
  margin: 0 0 50px;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-voice .staff-list li {
  padding: 0 0 7px;
  margin: 0;
  width: 30%;
  background-color: #fff;
}
.recruit-voice .staff-list .photo {
  width: 100%;
  position: relative;
}
.recruit-voice .staff-list img {
  width: 100%;
  height: auto;
}
.recruit-voice .staff-list .photo span {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #736356;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.recruit-voice .staff-list .messege {
  width: 90%;
  margin: 20px auto;
  line-height: 1.1em;
}
.recruit-voice .staff-list .name {
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
}
.recruit-voice .staff-list .history {
  width: 90%;
  margin: 0 auto;
}
.recruit-voice .staff-list .link {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1em;
  font-family: "游明朝","游明朝体","ヒラギノ明朝 ProN","Times New Roman", sans-serif;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.recruit-voice .staff-list .link .btn_voice {
  width: 40%;
  text-indent: 10px;
  background-color: #e00012;
  color: #fff;
  padding: 4px 0;
  background-image: url(../images/common/ico_youtube.svg);
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.recruit-voice .staff-list .link .btn_more {
  width: 40%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

.btn_more_list {
  text-align: center;
}
.btn_more_list a {
  background-color: #000;
  margin: 0 auto;
  color: #fff;
  display: block;
  width: 60%;
  max-width: 550px;
  padding: 10px 0;
}


.owner-message {
  position: relative;
/*  overflow: hidden;*/
  margin-bottom: 180px;
}
.owner-message:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  -webkit-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  -o-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
  background-image: url("../images/recruit/owner_back.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.owner-message.on:before {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.owner-message h2.mod-h01 {
  position: relative;
  top: -100px;
}
.owner-message .owner-photo {
  width: 270px;
  position: absolute;
  top: -150px;
  left: calc(100% - 350px);
}
.owner-message .owner-photo img {
  width: 100%;
  height: auto;
}

.owner-message-txts {
  background-color: #fff;
  position: relative;
  top: 180px;
  z-index: 1;
  padding: 50px 0;
  text-align: center;
/*  text-shadow: 0 0 4px #000;*/
  -webkit-transition: 1.5s 0.7s cubic-bezier(0.08, 1.06, 1, 1);
  -o-transition: 1.5s 0.7s cubic-bezier(0.08, 1.06, 1, 1);
  transition: 1.5s 0.7s cubic-bezier(0.08, 1.06, 1, 1);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0;
}
.owner-message.on .owner-message-txts {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.owner-message.on .owner-message-txt {
  margin: 45px auto;
  width: 100%;
  font-size: 15px;
  line-height: 3em;
}
.owner-message-txts h3 {
  font-size: 28px;
}
.owner-message-txts .owner-name {
  font-size: 26px;
  margin-bottom: 20px;
}
.owner-message-txts small {
  display: block;
  font-size: 14px;
}
.owner-message-txts span {
  font-size: 14px;
  padding-right: 15px;
}
.owner-message-txts img {
  width: 45%;
  height: auto;
}

.recruit-blog {}
.recruit-blog .recruit-blog-posts {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.recruit-blog .recruit-blog-posts li {
  padding: 0;
  margin: 0 0 20px;
  width: 47%;
  background-color: #fff;
}
.recruit-blog .recruit-blog-posts li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-blog .recruit-blog-posts figure {
  display: block;
  width: 35%;
  height: 100px;
  
  background-size: cover;
  background-position: center;
}
.recruit-blog .recruit-blog-posts .recruit-blog-content {
  width: 62%;
  margin-right: 1%;
  font-size: 14px;
  line-height: 1.2em;
}
.recruit-blog .recruit-blog-posts .recruit-blog-posts-h {
  font-size: 15px;
  padding: 12px 0;
}
.recruit-blog .recruit-blog-posts time {
  width: 50%;
  padding: 5px 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.recruit-blog .recruit-blog-posts .recruit-blog-posts-more {
  width: 50%;
  padding: 5px 0;
  text-align: right;
  border-top: 1px solid #ccc;
}

.recruit-link {
}
.recruit-link .recruit-link-txt {
  margin: 50px 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-link .recruit-link-txt li {
  margin: 0 0 8px;
  padding: 0;
  width: 24%;
}
.recruit-link .recruit-link-txt a {
  display: block;
  background-color: #736356;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}
.recruit-link .recruit-link-img {
  margin: 100px 0 50px;
  padding: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit-link .recruit-link-img li {
  margin: 0 0 20px;
  padding: 0;
  width: 30%;
  text-align: center;
}
.recruit-link .recruit-link-img img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.recruit-link .recruit-link-img a {
  font-size: 25px;
}

.recruit-movie {
  text-align: center;
}
.recruit-movie img {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
}


.recruit-link-entry {
  padding: 20px 0 35px;
  background-color: #16ca00;
  text-align: center;
  max-width: 575px;
  width: 80%;
  margin: 0 auto 55px;
}
.recruit-link-entry img {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 1299px) {
/* ====  Large  === */
  .owner-message {
    padding: 110px 0;
  }
  .owner-message-in {
    position: relative;
  }
  .owner-message-lead {
    font-size: 2.1rem;
  }
  .owner-message-txt {
    width: 40%;
  }

}
@media screen and (min-width: 1025px) and (max-width: 1299px), print {
/* ====  PC  === */
  .owner-message {
    padding: 110px 0;
  }
  .owner-message-in {
    position: relative;
  }
  .owner-message-lead {
    font-size: 2.1rem;
  }
  .owner-message-txt {
    width: 40%;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
/* ====  TB  === */
  .owner-message {
    padding: 110px 0;
  }
  .owner-message-in {
    position: relative;
  }
  .owner-message-lead {
    font-size: 2.1rem;
  }
  .owner-message-txt {
    width: 40%;
  }

}
@media screen and (max-width: 767px) {
/* ====  SP  === */
  .owner-message {
    padding: 50px 0 75px;
  }
  .owner-message:before {
    background-position: 44% center;
  }
  .owner-message-lead {
    font-size: 2rem;
  }

}



.mod-mainContent {
  font-family: serif;
  font-size: 18px;
  line-height: 2em;
  color: #727171;
}
.recruit_in {
  width: 90%;
  max-width: 1025px;
  margin: 0 auto;
}
h2.mod-h01 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px){
  .mod-mainContent {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 600px){} 
@media screen and (max-width: 450px){} 



#recruit_head {
  padding: 0;
  margin: 0;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* #recruit_head {
  padding: 0;
  height: auto;
} */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* #recruit_head {
      padding: 0;
      height: auto;
  } */
}

#recruit_head img.img_m {
  width: 100%;
  height: auto;
}
#recruit_head h1 {
  position: absolute;
  width: 50%;
  max-width: 300px;
  padding-top: 20px;
}
#recruit_head h1 img  {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px){} 
@media screen and (max-width: 600px){
  #recruit_head h1 {
    width: 40%;
  }
} 
@media screen and (max-width: 450px){} 



#recruit_concept {
  padding: 100px 0;
}
#recruit_concept article {
  max-width: 850px;
  margin: 0 auto;
}
#recruit_concept article p {
  display: block;
  overflow: visible;
  word-break: keep-all;
}
#recruit_concept article:nth-child(2) {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit_concept article:nth-child(2) figure {
  width: 35%;
  padding: 0;
  margin: 0;
}
#recruit_concept article:nth-child(2) figure img {
  width: 100%;
  height: auto;
  display: block;
}
#recruit_concept article:nth-child(2) figure img:first-child {
  margin-bottom: 25px;
}
#recruit_concept article:nth-child(2) p {
  width: 60%;
  /*font-size: 0.8rem;*/
  line-height: 2em;
}

@media screen and (max-width: 768px){} 
@media screen and (max-width: 600px){
  #recruit_concept {
    padding: 50px 0;
  }
  #recruit_concept article:nth-child(2) figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #recruit_concept article:nth-child(2) figure img {
    width: 48%;
  }
  #recruit_concept article:nth-child(2) figure img:first-child {
    margin-bottom: 0;
  }
  #recruit_concept article:nth-child(2) p {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px){}



#recruit_messege {
  padding-bottom: 50px;
}
#recruit_messege article {
  padding-bottom: 75px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#recruit_messege article .recruit_messege_txt {
  /* font-size: 0.8rem; */
  line-height: 2em;
}
#recruit_messege article .staff_po {
  font-size: 1.15rem;
  line-height: 2em;
}
#recruit_messege article .staff_name {
  font-size: 1.15rem;
  /* line-height: 1em; */
  font-family: sans-serif;
  margin-bottom: 50px;
}
#recruit_messege article .staff_name small {
  display: block;
  font-size: 0.8rem;
  font-family: serif;
}
#recruit_messege article h4 {
  font-size: 1.3rem;
  font-family: sans-serif;
  line-height: 2em;
  color: #61A459;
  letter-spacing: 1px;
  word-break: keep-all;
}
#recruit_messege article p {
  word-break: keep-all;
}
#recruit_messege article figure {}
#recruit_messege article figure img {
  width: 100%;
  height: auto;
}
#recruit_messege article.messege_01 .recruit_messege_txt {
  width: 45%;
}
#recruit_messege article.messege_01 figure {
  width: 52%;
}
#recruit_messege article.messege_02 .recruit_messege_txt {
  width: 60%;
}
#recruit_messege article.messege_02 figure {
  width: 35%;
}

@media screen and (max-width: 768px){} 
@media screen and (max-width: 600px){
  #recruit_messege article {
    padding-bottom: 30px;
  }
  #recruit_messege article .recruit_messege_txt {
    padding-bottom: 15px;
  }
  #recruit_messege article .staff_name {
    margin-bottom: 25px;
  }
  #recruit_messege article.messege_01 .recruit_messege_txt {
    width: 100%;
  }
  #recruit_messege article.messege_01 figure {
    width: 100%;
  }
  #recruit_messege article.messege_02 .recruit_messege_txt {
    width: 100%;
    order: 1;
  }
  #recruit_messege article.messege_02 figure {
    width: 100%;
    order: 2;
  }
} 
@media screen and (max-width: 450px){} 



#recruit_information {
  padding-bottom: 100px;
}
#recruit_information .recruit_in {
  border: 1px solid #727171;
}
#recruit_information dl {
  padding: 50px;
  margin: 0 auto;
}
#recruit_information dl dt {
  position: absolute;
  width: 160px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #727171;
}
#recruit_information dl dd {
  position: relative;
  padding: 0;
  padding-left: 250px;
  padding-bottom: 50px;
  margin: 0;
}
#recruit_information dl dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#recruit_information dl dd ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #727171;
  word-break: keep-all;
}
#recruit_information dl dd ul li.detail {
  font-size: 0.85rem;
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 768px){}
@media screen and (max-width: 600px){
  #recruit_information dl {
    padding: 25px;
  }
  #recruit_information dl dt {
    position: relative;
    border: 1px solid #727171;
    margin-bottom: 15px;
  }
  #recruit_information dl dd {
    padding-left: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 450px){}



#recruit_contact {}
#recruit_contact figure {
  margin-bottom: 100px;
}
#recruit_contact h2 {
  font-size: min(50px, 5vw);
  font-family: sans-serif;
  color: #DADBDB;
  text-align: center;
  font-weight: normal;
  line-height: 0.8em;
}
#recruit_contact .recruit_contact_link {
  background-color: #DADBDB;
  text-align: center;
  padding: 82px 0;
}
#recruit_contact h3 {
  font-size: min(25px, 6vw);
  margin-bottom: 15px;
}
#recruit_contact ul {
  padding: 0;
  margin: 0;
  margin-top: 35px;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#recruit_contact ul li {
  font-size: min(1rem, 2vw);
  width: 45%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #727171;
}

@media screen and (max-width: 768px){}
@media screen and (max-width: 600px){
  #recruit_contact figure {
    margin-bottom: 50px;
  }
  #recruit_contact .recruit_contact_link {
    padding: 40px 0;
  }
  #recruit_contact ul {
    margin-top: 15px;
  }
  #recruit_contact ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: min(1rem, 4vw);
  }
}
@media screen and (max-width: 450px){}

