@charset "UTF-8";

:root {
  --main:#420b04;
  --coy: #b8803a;
  --cog: #3d601c;
  --cor: #84221e;
}
.left, .right {
  float: none;
}


body {
  overflow-x: hidden;
  color: var(--main);
}
a {
  color: var(--main);
}
.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
  @media screen and (max-width: 767px) {
    width: 600px;
    max-width: 90%;
  }
}
.pc {
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.sp {
  display: none;
  @media screen and (max-width: 767px) {
    display: block;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}
section.fv_video_wrap, .video-container{
  position: relative;
  background-color: var(--main);
  overflow: hidden;
  height: auto;
  @media screen and (min-width: 1895px) {
    height: calc(100vh - 93px);
  }
}

section.fv video{
  display: block;
  width: auto;
  height: auto;
  max-width: 100vw; 
  @media screen and (min-width: 1895px) {
    height: calc(100vh - 93px);
  }
}
section.fv .mute{
  position: absolute;
  z-index: 10;
  bottom: 7%;
  right: 4%;
  background: none;
  border: none;
  width: 70px;
  padding: 0;
  cursor: pointer;
  @media screen and (max-width: 767px) {
    width: 30px;
    bottom: 10%;
    right: 4%;
  }
}
section.fv_video_wrap {
  width: 100%;
  text-align: center;
}
.video-container{ 
  display: inline-block;
  vertical-align: bottom;
}




header .header_menu_wrapper.active {
  z-index: 20;
}
section.fv_bottom {
  background-color: #e8e4df;
  position: relative;
  z-index: 10;
  padding:90px 0 0;
  margin-top:-10px;
  @media screen and (max-width: 767px) {
    padding-top: calc( 100px / 2);
  }
}
section.fv_bottom .r_icon {
  width:70px;
  margin:0 auto 27px;
  text-align:center;
  @media screen and (max-width: 767px) {
    margin: 0 auto calc(35px / 2);
  }
}
section.fv_bottom .r_icon img {
  width: 70%;
}
h2.en {
  font-size: 50px;
  text-align: center;
  line-height: 1;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(75 / 750 * 100vw), 50px);
  }
}
section.fv_bottom .jp {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
  font-size: 16px;
  @media screen and (max-width: 767px) {
    margin-top: calc( 12 / 750 * 100vw);
    font-size: 16px;
  }
}
section.fv_bottom .recruit_text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin:30px auto 10px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(48 / 750 * 100vw), 32px);
    margin: calc( 43px / 2) auto calc( 29px / 2);
  }
}
section.fv_bottom .recruit_text p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 68px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 20px);
    text-align: left;
    margin-bottom: calc( 80px / 2);
  }
}
section.fv_bottom .r_btns {
  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 1200px) {
    justify-content: center;
    gap: calc( 80 / 1200 * 100vw);
  }
  @media screen and (max-width: 767px) {
    display: block;
    width: calc( 561 / 750 * 100vw);
    text-align: center;
    margin: 0 auto;
  }
}
section.fv_bottom .r_btn {
  position: relative;
  @media screen and (max-width: 767px) {
    margin-bottom: calc( 58px / 2);
  }
}
@media screen and (max-width: 767px) {
  section.fv_bottom .r_btn:last-child {
    margin-bottom: 0;
  }
}
section.fv_bottom .r_btn_back {
  width: 100%;
  max-width: 336px;
  @media screen and (max-width: 767px) {
    max-width: calc( 562px / 2);
    width: 100%;
  }
}
section.fv_bottom .r_btn_text {
  position: absolute;
  top: 90px;
  width: 100%;
  text-align: center;
  @media screen and (max-width: 767px) {
    top: calc( 180px / 2);
  }
}
section.fv_bottom .r_btn_text.hoiku {
  top: 115px;
  @media screen and (max-width: 767px) {
    top: calc( 150px / 2);
  }
}
section.fv_bottom .r_btn_text p {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
}
section.fv_bottom .r_btn_text p.name_top {
  font-weight: bold;
  font-size: 26px;
  @media screen and (max-width: 767px) {
    font-size: calc( 38px / 2);
  }
}
section.fv_bottom .r_btn_text p.name {
  font-weight: bold;
  font-size: 30px;
  @media screen and (max-width: 767px) {
    font-size: calc( 44px / 2);
    margin-top: calc( 20px / 2);
  }
}
section.fv_bottom .r_btn_text p.name_bottom {
  font-size: 26px;
  @media screen and (max-width: 767px) {
    font-size: calc( 36px / 2);
    margin-top: calc( 20px / 2);
  }
}
section.fv_bottom .aroow {
  bottom: 55px;
  position: absolute;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  @media screen and (max-width: 767px) {
    bottom: calc( 100px / 2);
    width: calc( 73px / 2);
  }
}
@media screen and (max-width: 767px) {
  section.fv_bottom .r_btn.sp_m .aroow {
    bottom: calc(160px / 2);
  }
}
.back_bottom {
  position: relative;
  z-index: 5;
}


section.blog {
  background-image: url(../img/renew/back_parts.svg);
  background-size: 40px;
  position: relative;
  border-bottom: 1px solid var(--main);
  @media screen and (min-width: 768px) {
    padding: calc( 275 / 1920 * 100vw) 0 94px;
    margin-top: calc( -175 / 1920 * 100vw);
  }
  @media screen and (max-width: 767px) {
    padding: calc( 200px / 2) 0 calc( 180px / 2);
    margin-top: calc( -80 / 750 * 100vw);
  }
}
section.blog h2 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 100px;
  font-weight: 500;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(75 / 750 * 100vw), 45px);
    margin-bottom: calc( 55px / 2);
  }
}
section.blog .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  @media screen and (max-width: 1200px) {
    justify-content: center;
    gap: calc( 50 / 750 * 100vw) calc( 40 / 750 * 100vw);
  }
  @media screen and (max-width: 767px) {
    display: block;
  }
}
section.blog .blog_content {
    width: 365px;
    display: flex;
    flex-direction: column;
  @media screen and (max-width: 1200px) {
    width: 40%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: calc( 140px / 2);
    display: block;
  }
}
section.blog .blog_content:last-child {
  @media screen and (max-width: 767px) {
    margin-bottom: 0;
  }
}
section.blog .blog_content h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(60 / 750 * 100vw), 30px);
  }
}
section.blog .blog_content h3 span {
  position: relative;
  top: -4px;
  font-size: 20px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 20px);
  }
}
section.blog .blog_content h3.coy {
  color: var(--coy);
}
section.blog .blog_content h3.cog {
  color: var(--cog);
}
section.blog .blog_content h3.cor {
  color: var(--cor);
}
section.blog .blog_content .img {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    margin: 15px auto;
  }
}
section.blog .blog_content .img img {
  width: 100%;
  object-fit: cover;
  @media screen and (min-width: 768px) {
    height: 242px;
  }
  @media screen and (max-width: 767px) {
    height: calc( 455 / 750 * 100vw);
  }
}
section.blog .blog_content .date {
  font-size: 20px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 20px);
  }
}
section.blog .blog_content .blog_title {
  font-size: 20px;
  flex-grow: 1;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 20px);
  }
}
section.blog .blog_content a.blog_link_btn {
  text-align: center;
  color: #fff;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 80px;
  font-size: 18px;
  padding: 10px 0;
 @media screen and (max-width: 767px) {
  font-size: clamp(0px, calc(36 / 750 * 100vw), calc(36px / 2));
  margin-top: calc( 80px / 2);
  padding: calc( 30px / 2) 0;
 }
}
section.blog .blog_content a.blog_link_btn.coy {
  background-color: var(--coy);
  box-shadow: 4px 4px 0px 0px #511e0c40;
}
section.blog .blog_content a.blog_link_btn.cog {
  background-color: var(--cog);
  box-shadow: 4px 4px 0px 0px #3d601c40;
}
section.blog .blog_content a.blog_link_btn.cor {
  background-color: var(--cor);
  box-shadow: 4px 4px 0px 0px #84221e40;
}
section.blog .blog_content a.blog_link_btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  right: 20px;
  @media screen and (max-width: 767px) {
    width: calc( 28 / 750 * 100vw);
    right: calc( 40 / 750 * 100vw);
    max-width: 16px;
  }
}


section#jigyou, section#sns {
  background-color: #f9f4e7;
  @media screen and (min-width: 768px) {
    padding: 90px 0 100px;
  }
  @media screen and (max-width: 767px) {
    padding: calc( 130px / 2) 0 calc( 140px / 2);
  }
}
section#jigyou .jigyou_item {
    width: 33%;
    max-width: 580px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 200px;
    padding-top: 20px;
    @media screen and (max-width: 1200px) {
      margin-bottom: 30px;    
      width: 48%;  
    }
    @media screen and (max-width: 768px) {
      width: 600px;
      max-width: 90%;
    }
}
section#jigyou .jigyou_item img {
  width: 95%;
}
section#jigyou .recruit_btn {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px 0 50px;
  @media screen and (max-width: 767px) {
    padding: 35px 0;
  }
}
section#jigyou .recruit_btn a, section.news .news_btn a, .job_btn a {
  background-color: var(--main);
  width: 90%;
  display: inline-block;
  color: #fff;
  box-shadow: 4px 4px 0px 0px #420b0440;
  border-radius: 50px;
  position: relative;
  text-align: center;
  @media screen and (min-width: 768px) {
    padding: 10px;
    max-width: 483px;
    font-size: 18px;
  }
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(36 / 750 * 100vw), calc(36px / 2));
    padding: calc( 20 / 750 * 100vw);
  }
}
section#jigyou .recruit_btn a img, section.news .news_btn a img, .job_btn a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  right: 20px;
  @media screen and (max-width: 767px) {
    width: 12px;
    right: 20px;
  }
}
section#jigyou .section_title {
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(75 / 750 * 100vw), calc( 75px / 2));
  }
}

section.news {
  background-image: url(../img/renew/back_parts.svg);
  background-size: 40px;
  background-repeat: repeat;
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  padding: 100px 0;
  @media screen and (max-width: 767px) {
    padding: calc( 140 / 750 * 100vw) 0;
  }
}
section.news .news_content {
  @media screen and (min-width: 768px) {
    padding: 30px 0 20px;
    display: flex;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  @media screen and (max-width: 767px) {
    display: block;
    padding: calc( 90px / 2) 0 30px;
  }
}
section.news .news_content_wrap {
  @media screen and (max-width: 767px) {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 10px 90px;
  }
}
section.news .triangle1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
section.news .triangle2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  transform: rotate(90deg);
}
section.news .triangle3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  transform: rotate(-90deg);
}
section.news .triangle4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  transform: rotate(180deg);
}
section.news .news_content .left {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  display: flex;
  border-right: 1px solid var(--main);
  @media screen and (max-width: 767px) {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--main);
    margin-bottom: calc( 60 / 750 * 100vw);
    border-right: none;
  }
}
section.news .news_content .left h2 {
  font-size: 50px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(64 / 750 * 100vw), 50px);
    text-align: center;
  }
}
section.news .news_content .left p {
  font-weight: bold;
  @media screen and (min-width: 768px) {
    font-size: 16px;
    margin-top: -10px;
  }
  @media screen and (max-width: 767px) {
    font-size: 16px;
    text-align: center;
    margin: calc( -20 / 750 * 100vw) 0 calc( 30 / 750 * 100vw);
  }
}
section.news .news_content .right {
  @media screen and (min-width: 768px) {
    width: 70%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
section.news .news_content .right .news_details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  @media screen and (max-width: 767px) {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
}
section.news .news_content .right .news_details .date {
  width: 20%;
  text-align: center;
  @media screen and (max-width: 767px) {
    text-align: left;
    margin-bottom: 10px;
  }
}
section.news .news_content .right .news_details .news_details_items {
  display: flex;
  gap: 0 10px;
  width: 80%;
  flex-wrap: nowrap;
  @media screen and (max-width: 767px) {
    display: block;
  }
}
section.news .news_content .right .news_details .news_details_items p {
  white-space: nowrap; /* タグや場所が途中で改行されるのを防ぐ */
  flex-shrink: 0
}
section.news .news_content .right .news_details .news_details_items .tag {
  border: 1px solid var(--main);
  border-radius: 50px;
  padding: 0 8px;
  width: 5em;
  text-align: center;
  width: 90px;
  height: 28px;
  @media screen and (max-width: 767px) {
    display: none;
  }
}
section.news .news_content .right .news_details .news_details_items .place {
  border-radius: 50px;
  padding: 0 8px;
  background-color: var(--cog);
  color: #fff;
  height: 28px;
  @media screen and (max-width: 767px) {
    display: inline-block;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 100px;
  }
}
section.news .news_content .right .news_details .news_details_items .place.cor {
  background-color: var(--cor);
}
section.news .news_content .right .news_details .news_details_items .place.coy {
  background-color: var(--coy);
}
section.news .news_content .right .news_details .news_details_items .title {
  flex-shrink: 1;      /* タイトルだけは、画面幅に合わせて縮むことを許可する */
  white-space: normal;
  @media screen and (max-width: 767px) {
    width: calc( 100% + 70px);
  }
}
section.news .news_btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 55px;
  width: 280px;
  max-width: 100%;
  @media screen and (max-width: 767px) {
    margin-top: 0;
    width: 100%;
  }
}

.top_sns_links {
  @media screen and (max-width: 767px) {
    max-width: 600px;
    margin: 0 auto;
    width: 95%;
  }
}
/* .top_sns_links > li {
  max-width: 100%;
  @media screen and (max-width: 767px) {
    width: 45%;
  }
} */
/* .top_insta_link {
  font-size: 30px;
  @media screen and (max-width: 1200px) {
    font-size: clamp(0px, calc(47 / 750 * 100vw), 30px);
  }
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(34 / 750 * 100vw), 30px);
  }
} */
/* .top_insta_link img {
  width: 100px;
  @media screen and (max-width: 1200px) {
    width:30% ;
  }
  @media screen and (max-width: 767px) {
    max-width: 83px;
    width: calc( 83 / 750 * 100vw);
  }
} */
.top_sns_links li:hover {
  opacity: 0.5;
}
.top_insta_link a {
  width: 100%;
}
.top_insta_link a:hover {
  opacity: 1;
}

section#about {
  padding: 0;
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  background: url(../img/renew/about_bg.jpg) no-repeat center top / cover;
}
section#about .about_back{
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0 100px;
  @media screen and (max-width: 767px) {
    padding: calc( 100px / 2) 0 calc( 110px / 2);
  }
}
section#about .link {
  background-color: #649682;
  box-shadow: 4px 4px 0px 0px #511e0c;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  width: 289px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
}
section#about .section_title {
  @media screen and (max-width: 767px) {
    display: block;
    text-align: center;
    font-size: clamp(0px, calc(70 / 750 * 100vw), calc(70px / 2));
  }
}
section#about .section_title_img {
  @media screen and (max-width: 767px) {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 136px;
  }
}
section#about .about_title {
  font-size: clamp(0px, calc(52 / 750 * 100vw), calc(52px / 2));
}
section#about .about_text {
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), calc(32px / 2));
    width: 90%;
  }
}




/* =====================================================================
recruit/jikouen.html
===================================================================== */
#recruit_renewal .fv {
  background-image: url(../recruit/img/renewal/recruit_fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center top;
  padding: 80px 0 130px;
  @media screen and (max-width: 767px) {
    background-image: url(../recruit/img/renewal/recruit_fv_sp.jpg);
    padding: calc(80px / 2) 0;
  }
}
#recruit_renewal .fv h2 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(52 / 750 * 100vw), 50px);
  }
}
#recruit_renewal .fv p.en {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: -10px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(28 / 750 * 100vw), 30px);
  }
}
#recruit_renewal .fv .place_wrap {
  background-color: rgba(184, 128, 58, 0.8);
  color: #fff;
  padding: 50px 0 40px;
  margin-top: 50px;
  @media screen and (max-width: 767px) {
    padding: calc(40px / 2) 0;
    margin-top: calc(80px / 2);
  }
}
@media screen and (max-width: 767px) {
  #recruit_renewal .fv .container {
    width: 100%;
    max-width: 100%;
  }
}
#recruit_renewal .fv .place_wrap .place_de {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(39 / 750 * 100vw), 30px);
  }
}
#recruit_renewal .fv .place_wrap .place_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(52 / 750 * 100vw), 40px);
    margin-top: calc( -20 / 750 * 100vw);
  }
}
#recruit_renewal .fv .merit_title {
  background-color: #fff;
  color: #b87f3a;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 24px);
    line-height: 2;
  }
}
#recruit_renewal .fv .merit_wrap {
  background-color: rgba(184, 128, 58, 0.8);
  color: #fff;
  padding: 25px 0 55px;
  @media screen and (max-width: 767px) {
    padding: calc( 40px / 2) 0 calc( 75px / 2);
  }
}
#recruit_renewal .fv .merit_wrap .merit {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 23px);
    line-height: 1.3;
    width: 90%;
    margin: 0 auto 10px;
  }
}
#recruit_renewal .fv .merit_wrap .merit_text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  @media screen and (max-width: 767px) {
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: clamp(0px, calc(32 / 750 * 100vw), 18px);
  }
}

section.youkou h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px;
  width: 100vw;
  background: #e8e4df;
  padding: 25px 0;
  @media screen and (max-width: 767px) {
    font-size: clamp(20px, calc(40 / 750 * 100vw), 30px);
    margin-bottom: 30px;
  }
}
.tabs input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
.tab-labels {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  gap: 0 20px;
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
    max-width:calc( 500px / 2);
    gap: 10px 20px;
  }
}
.tab-label {
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid var(--main);
  border-radius: 100px;
  display: inline-block;
  font-size: 20px;
  width: 150px;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.none-tab-label {
  border: 1px solid var(--main);
  text-align: center;
  font-size: 20px;
  @media screen and (max-width: 767px) {
    margin-top: 10px;
  }
}
.none-tab-label a {
  width: 120px;
  display: inline-block;
  font-size: 20px;
  @media screen and (max-width: 767px) {
    width: 110px;
  }
}
.tab-label:hover {
  opacity: 0.5;
}
.tab-contents > div {
  display: none;
  padding: 15px;
}
#tab1:checked ~ .tabs-inner label[for="tab1"],
#tab2:checked ~ .tabs-inner label[for="tab2"] {
  background-color: var(--main);
  color: #fff;
}
/* チェックされたタブの内容を表示 */
#tab1:checked ~ .tabs-inner .content-tab1,
#tab2:checked ~ .tabs-inner .content-tab2 {
  display: block;
}
.tab-contents h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 24px);
    margin-bottom: calc(35px / 2);
  }
}
.tabs-inner .kome {
  text-align: center;
  margin: 20px auto 50px;
  font-size: 16px;
  @media screen and (max-width: 767px) {
    margin: calc(30px / 2) 0 calc( 60px / 2);
  }
}
.tab-contents .work_item_container .job {
  background-color: var(--coy);
  text-align: center;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}
.tab-contents .work_item_container .job span {
  font-weight: normal;
}
.work_item_container .flex {
  display: flex;
  justify-content: center;
  background-color: #f1e6d8;
  padding: 25px 50px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    padding: calc(80px / 2) 15px;
  }
}
.work_item_container .flex .left {
  background-image: radial-gradient(circle, #b8803a 2px, transparent 2px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 4px 16px;
  width: 49%;
  @media screen and (max-width: 767px) {
    width: 100%;
    background-image: inherit;
  }
}
.work_item_container .flex .right {
  width: 50%;
  padding-left: 35px;
  @media screen and (max-width: 767px) {
    width: 100%;
    padding-left: 0;
  }
}
.work_item_container .flex .job_detaile {
  display: flex;
  margin-bottom: 25px;
}
.work_item_container .flex .hed {
  width: 90px;
  color: var(--coy);
  font-weight: bold;
  font-size: 16px;
  @media screen and (max-width: 767px) {
    width: calc(200px / 2);
  }
}
.work_item_container .flex .body {
  width: calc( 100% - 100px );
  font-size: 16px;
  @media screen and (max-width: 767px) {
    width: calc( 100% - 90px );
  }
}
.job_btn {
  width: 354px;
  margin: 30px auto 90px;
  text-align: center;
  @media screen and (max-width: 767px) {
    max-width: 95%;
  }
}

section.voice {
  border-top: 20px solid #b8803a;
  background-image: url(../img/renew/back_parts.svg);
  background-size: 40px;
  background-repeat: repeat;
  @media screen and (max-width: 767px) {
    border-top: 15px solid #b8803a;
    background-color: #e8e4df;
    background-image: none;
  }
}
.voice_hed {
  text-align: center;
  margin: 0 auto;
  padding: 45px 0;
  background-color: #e8e4df;
  @media screen and (max-width: 767px) {
    padding: calc(50px / 2);
  }
}
.voice_hed h2 {
  width: 196px;
  margin: 0 auto;
  @media screen and (max-width: 767px) {
    width: calc( 241 / 750 * 100vw);
  }
}
.voice_hed h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 28px);
  }
}
.voice_content {
  @media screen and (max-width: 767px) {
    background-image: url(../img/renew/back_parts.svg);
    background-size: 40px;
    background-repeat: repeat;
    width: 95%;
    margin: 0 auto;
  }
}
.voice_pic_wrap {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1340px) {
    align-items: flex-end;
  }
  @media screen and (max-width: 1200px) {
    width: 48%;
  }
  @media screen and (max-width: 767px) {
    width: 93%;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.voice_pic_wrap .left {
  width: calc( 1200px / 2 - 50px);
  padding-top: 95px;
  @media screen and (max-width: 767px) {
    width: 100%;
    padding-top: 20px;
  }
}
.voice_pic_wrap .left .name_wrap {
  margin-bottom: 30px;
  border-left: 8px solid var(--coy);
  padding-left: 20px;
  @media screen and (max-width: 767px) {
    margin-bottom: 25px;
  }
}
.voice_pic_wrap .left .name_wrap p {
  font-size: 16px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 16px);
  }
}
.voice_pic_wrap .left .name_wrap h3 {
  font-size: 26px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(44 / 750 * 100vw), 26px);
  }
}
.ab_container {
  position: relative;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  left: 70px;
  @media screen and (max-width: 1340px) {
    width: 1200px;
    left: 0px;
  }
}
.voice_pic_wrap .right {
  width: 52%;
  position: absolute;
  right: 0;
  @media screen and (max-width: 1340px) {
    width: calc( 1200px / 2 - 50px);
  }
  @media screen and (max-width: 1200px) {
    width: 48%;
  }
  @media screen and (max-width: 767px) {
    position: relative;
    width: 100%;
  }
}
.interview_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  @media screen and (max-width: 767px) {
    display: block;
    margin-top: ;
  }
}
.interview_wrap .right, .interview_wrap .left {
  width: calc( 1200px / 2 - 50px);
  @media screen and (max-width: 1200px) {
    width: 48%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.interview_wrap .interview_box {
  margin-bottom: 60px;
  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
  }
}
.interview_wrap .interview_box .q {
  color: var(--coy);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 20px);
    margin-bottom: 5px;
    padding-left:1.5em;
		text-indent:-1.5em;
  }
}
.interview_wrap .interview_box .a {
  font-size: 16px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(32 / 750 * 100vw), 16px);
  }
}
.interview_wrap .interview_box .a .indents {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}
.interview_img_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  @media screen and (max-width: 767px) {
    display: block;
    padding-bottom: 1px;
  }
}
.interview_img_wrap .left, .interview_img_wrap .right {
  width: calc( 1200px / 2 - 50px);
  @media screen and (max-width: 1200px) {
    width: 48%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.voice_02_top {
  height: 100px;
  width: 100%;
  background-color: #e8e4df;
  @media screen and (max-width: 767px) {
    height: 60px;
  }
}
.voice_02 .voice_pic_wrap {
  flex-direction: column;
  @media screen and (max-width: 1340px) {
    justify-content: end;
  }
  @media screen and (max-width: 1200px) {
    width: 93%;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
  }
}
.voice_02 .voice_pic_wrap .left { 
  margin: 0 0 0 auto;
  @media screen and (max-width: 1200px) {
    width: 48%;
    position: relative;
    right: calc( -52 / 750 * 100vw);
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    right: inherit;
  }
}
.voice_02 .voice_pic_wrap .right {
  width: 52%;
  position: absolute;
  left: 0;
  @media screen and (max-width: 1340px) {
    width: calc( 1200px / 2 - 50px);
  }
  @media screen and (max-width: 1200px) {
    width: 48%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    position: relative;
    left: inherit;
  }
}
.voice_02 .ab_container {
  right: 0;
  left: -70px;
  @media screen and (max-width: 1340px) {
    width: 1200px;
    right: 0px;
    left: 0;
  }
}

section.flow {
  border-top: 20px solid #b8803a;
  padding: 80px 0 0;
  @media screen and (max-width: 767px) {
    border-top: 15px solid #b8803a;
    padding: 50px 0 0;
  }
}
section.flow h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(52 / 750 * 100vw), 30px);
  }
}
section.flow .h2_bottom {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(40 / 750 * 100vw), 20px);
    text-align: left;
  }
}
section.flow .flow_img {
  margin: 70px auto 80px;
  @media screen and (max-width: 767px) {
    margin: 40px auto 60px;
  }
}
section.flow .flow_img p {
  text-align: center;
  font-size: clamp(0px, calc(32 / 750 * 100vw), 16px);
  margin-bottom: 20px;
}
section.flow .flow_img .sp_flow_wrap {
  @media screen and (max-width: 767px) {
    background-color: #f9f4e7;
    padding: 10px 20px;
    overflow-x: scroll;
    position: relative;
  }
}
section.flow .flow_img .sp_flow_wrap img {
  @media screen and (max-width: 767px) {
    width: 1200px;
    max-width: inherit;
  }
}
section.flow .intern_wrap {
  background-color: #e8e4df;
  border-radius: 20px;
  padding: 50px 0 80px;
  @media screen and (max-width: 767px) {
    border-radius: 10px;
    padding: 35px 0 20px;
  }
}
section.flow .intern_wrap .intern_inner {
  width: 960px;
  margin: 0 auto;
  max-width: 750px;
  @media screen and (max-width: 767px) {
    max-width: 90%;
  }
}
section.flow .intern_wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  @media screen and (max-width: 767px) {
    font-size: clamp(0px, calc(60 / 750 * 100vw), 30px);
    font-weight: 500;
    line-height: 1.3;
  }
}
section.flow .intern_wrap .h3_bottom {
  font-size: 16px;
  margin: 35px 0;
  @media screen and (max-width: 767px) {
    margin: 30px 0;
    font-size: clamp(0px, calc(32 / 750 * 100vw), 16px);
  }
}
section.flow .intern_wrap .intern_youkou {
  background-color: #fff;
  padding: 25px 30px 40px;
  border-radius: 15px;
  @media screen and (max-width: 767px) {
    padding: 25px 20px 30px;
  }
}
section.flow .intern_wrap .intern_youko p {
  font-size: 16px;
}
section.flow .intern_wrap a {
  width: 141px;
  border: 1px solid var(--main);
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
section.flow .intern_wrap a img {
  width: 10px;
  position: relative;
  top: -5px;
  left: 5px;
}
.job_btn.square {
  margin-top: 60px;
  @media screen and (max-width: 767px) {
    margin-top: calc(70px / 2);
  }
}
.job_btn.square a {
  border-radius: 10px;
  box-shadow: none;
  padding: 20px 10px;
}


#recruit_renewal.hieda .fv .place_wrap, #recruit_renewal.hieda .fv .merit_wrap{
  background-color: rgba(61, 96, 28, 0.8);
}
#recruit_renewal.hieda .fv .merit_title {
  color: var(--cog);
}
#recruit_renewal.hieda .tab-contents .work_item_container .job {
  background-color: var(--cog);
}
#recruit_renewal.hieda .work_item_container .flex .left {
  background-image: radial-gradient(circle, #3d601c 2px, transparent 2px);
  @media screen and (max-width: 767px) {
    background-image: inherit;
  }
}

#recruit_renewal.hieda .work_item_container .flex .hed {
  color: var(--cog);
}
#recruit_renewal.hieda .work_item_container .flex {
  background-color: #d8dfd2;
}
#recruit_renewal.hieda section.voice, #recruit_renewal.hieda section.flow {
  border-top: 20px solid var(--cog);
  @media screen and (max-width: 767px) {
    border-top: 15px solid var(--cog);
  }
}
#recruit_renewal.hieda .voice_pic_wrap .left .name_wrap {
  border-left: 8px solid var(--cog);
}
#recruit_renewal.hieda .interview_wrap .interview_box .q {
  color: var(--cog);
}

#recruit_renewal.kayoicho .fv .place_wrap, #recruit_renewal.kayoicho .fv .merit_wrap{
  background-color: rgba(132, 34, 30, 0.8);
}
#recruit_renewal.kayoicho .work_item_container .flex .left {
  background-image: radial-gradient(circle, #84221e 2px, transparent 2px);
  @media screen and (max-width: 767px) {
    background-image: inherit;
  }
}
#recruit_renewal.kayoicho .fv .merit_title {
  color: var(--cor);
}
#recruit_renewal.kayoicho .tab-contents .work_item_container .job {
  background-color: var(--cor);
}
#recruit_renewal.kayoicho .work_item_container .flex .hed {
  color: var(--cor);
}
#recruit_renewal.kayoicho .work_item_container .flex {
  background-color: #e6d3d2;
}
#recruit_renewal.kayoicho section.voice, #recruit_renewal.kayoicho section.flow {
  border-top: 20px solid var(--cor);
  @media screen and (max-width: 767px) {
    border-top: 15px solid var(--cor);
  }
}
#recruit_renewal.kayoicho .voice_pic_wrap .left .name_wrap {
  border-left: 8px solid var(--cor);
}
#recruit_renewal.kayoicho .interview_wrap .interview_box .q {
  color: var(--cor);
}








.categories {
  display: flex;
  gap: 0 10px
}
.category {
  border-radius: 50px;
  padding: 0 10px;
  color: var(--main);
  border: 1px solid var(--main);
}
.category.category-3 {
  background-color: var(--coy);
  color: #fff;
  border: none;
}
.category.category-4 {
  background-color: var(--cog);
  color: #fff;
  border: none;
}
.category.category-112 {
  background-color: var(--cor);
  color: #fff;  
  border: none;
}
.today_post_img_box {
  border: none;
}
.footer .footer_icons {
  z-index: 100;
}
.jigyou_link { 
  background-color: #f1e6d8;
}
.jigyou_item.hieda .jigyou_link {
  background-color: #d8dfd2;
}
.jigyou_item.kayoi .jigyou_link {
  background-color: #e6d3d2;
}









.jikouen_ul li {
  background-color: #f4ece1;
  border-bottom: 1px solid #fff;
}
.hieda_ul li {
  background-color: #e2e7dd;
  border-bottom: 1px solid #fff;
}
.kayoicho_ul li {
  background-color: #eddedd;
  border-bottom: 1px solid #fff;
}
.jikouen_ul li.border_none, .hieda_ul li.border_none, .kayoicho_ul li.border_none {
  border-bottom: none;
}
.menu_flex {
  padding: 0rem 2rem 1rem;
}
.menu_flex a {
 padding: 0 10px;
}
.jikouen_ul li span {
  color: #b8803a;
  font-size: 1rem;
}
.hieda_ul li span {
  color: #3d601c;
  font-size: 1rem;
}
.kayoicho_ul li span {
  color: #721910;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #recruit_icon img {
    width: 25px;
  }
}

