@media screen and (max-width: 768px) {
  .only-sp-recruitMenu {
    display: block;
  }
    .only-pc-recruitMenu {
    display: none;
  }
}
@media screen and (min-width: 769px) {
    .only-sp-recruitMenu {
    display: none;
  }
  .only-pc-recruitMenu {
    display: block;
  }
}
.recruitMenu{
  height: auto;
  font-family: "source-han-sans-japanese", sans-serif;
}
.recruitMenu_box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  max-width: 1350px;
  margin:  0 auto;
}

@media screen and (min-width: 769px) {
.recruitMenu{
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #824621;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.recruitMenu.-pt02{
  position: relative;
}
.recruitMenu_box p:nth-of-type(2){
position: relative;
padding-right: 19px;
font-weight: 700;
}
.recruitMenu_box span{
position: absolute;
display: block;
width: 14px;
height: 2px;
background-color: #fff;
transform: translateY(-50%);
top: 50%;
right: 0;
}

.recruitMenu_box span::before,
.recruitMenu_box span::after{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #fff;
}
.recruitMenu_box span::before{
top: -5px;
}
.recruitMenu_box span::after{
top: 5px;
}
.recruitMenu_close{
opacity: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: inherit;
display: flex;
justify-content: center;
align-items: center;
background-color: inherit;
left: 0;
top: 0;
}

.recruitMenu_close.is-open{
opacity: 1;
visibility: visible;
transition: all .3s;
}
.recruitMenu_close p{
  position: relative;
color: #fff;
padding-right: 19px;
font-size: 14px;
}

.recruitMenu_close span{
position: absolute;
display: block;
width: 14px;
height: 2px;
background-color: #fff;
transform: translateY(-50%) rotate(45deg);
top: 50%;
right: 0;
}
.recruitMenu_close span::before{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #fff;
transform: translateY(-50%) rotate(90deg);
top: 50%;
left: 0;
}

.recruitMenu_container{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  background-color: #f1ede4;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 85px 15px 50px;
   z-index: -1;
}
.recruitMenu_container.is-open{
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}
.recruitMenu_container.-pt02{
  padding: 48px 15px 50px;
  z-index: 1000;
}
.recruitMenu_wrap:not(:last-of-type){
  margin-right: 15px;
}

.recruitMenu_item{
 margin-bottom: 34px;
}

.recruitMenu_item > a{
  position: relative;
  text-decoration: none;
  color: #824621;
  font-weight: 700;
  display: inline-block;
  padding-left: 27px;
  font-size: 16px;
  line-height: 1.5;
}

.recruitMenu_item > a::before{
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #654a2f;
  border-radius: 100px;
  left: 0;
  top: 3px;
  transform: translateY(0);
}

.recruitMenu_item a:hover{
color: #e60020;
}
.recruitMenu_item > a:hover::before{
background-color: #e60020;
}

.recruitMenu_item > a::after{
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top: 1px solid#fff;
  border-right: 1px solid#fff;
  top: 11px;
  left: 6.5px;
  transform: translateY(0) rotate(45deg);
}

.recruitMenu_subList{
  margin-top: 22px;
  padding-left: 27px;
}

.recruitMenu_subItem{
  line-height: 1;
}

.recruitMenu_subItem a{
  color: #222222;
  font-size: 13px;
  margin-bottom: 17px;
  display: inline-block;
  text-decoration: none;
   line-height: 1.5;
}

.recruitMenu_btn{
  padding-left: 27px;
}

.recruitMenu_btn p{
    width: 160px;
    height: 43px;
}
.recruitMenu_btn p:nth-child(1) a{
  background-color: #e60020;
}
.recruitMenu_btn p:nth-child(2) a{
  background-color: #b90823;
  margin-top: 11px;
}
.recruitMenu_btn p a{
   border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  line-height: 39px;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: all .2s;
}

.recruitMenu_btn p:nth-child(1):hover a{
  background-color: #fff;
  color: #e60020;
  border: 2px solid #e60020;
}
.recruitMenu_btn p:nth-child(2):hover a{
  background-color: #fff;
  color: #b90823;
  border: 2px solid #b90823;
}

}

@media screen and (min-width: 1440px) {
.recruitMenu_wrap:not(:last-of-type){
  margin-right: 44px;
}
}

@media screen and (max-width: 768px) {
.recruitMenu{
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #824621;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.recruitMenu{
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #824621;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.recruitMenu_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  max-width: 1350px;
  margin:  0 auto;
}
.recruitMenu_box p:nth-of-type(2){
position: relative;
padding-right: 19px;
font-weight: 700;
}
.recruitMenu_box span{
position: absolute;
display: block;
width: 14px;
height: 2px;
background-color: #fff;
transform: translateY(-50%);
top: 50%;
right: 0;
}

.recruitMenu_box span::before,
.recruitMenu_box span::after{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #fff;
}
.recruitMenu_box span::before{
top: -5px;
}
.recruitMenu_box span::after{
top: 5px;
}
.recruitMenu_close{
opacity: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: inherit;
display: flex;
justify-content: center;
align-items: center;
background-color: inherit;
left: 0;
top: 0;
}
.recruitMenu_close.is-open{
opacity: 1;
visibility: visible;
transition: all .3s;
}
.recruitMenu_close p{
  position: relative;
color: #fff;
padding-right: 19px;
}

.recruitMenu_close span{
position: absolute;
display: block;
width: 14px;
height: 2px;
background-color: #fff;
transform: translateY(-50%) rotate(45deg);
top: 50%;
right: 0;
}
.recruitMenu_close span::before{
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #fff;
transform: translateY(-50%) rotate(90deg);
top: 50%;
left: 0;
}
.recruitMenu_container{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
.recruitMenu_container.is-open{
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}
.recruitMenu_container.-pt02{
  position: absolute;
  z-index: 1000;
  height: auto;
}
.recruitMenu_wrap{
   overflow-y: scroll;
  height: calc(100% - 40px);
  width: 100%;
}
.recruitMenu_list{
  background-color: #f1ede4;
}
.recruitMenu_item{
  position: relative;
border-bottom: 1px solid #cdb5a6;
}

.recruitMenu_item a{
position: relative;
display: block;
padding: 15px 20px;
color: #654a2f;
text-decoration: none;
font-size: 14px;
line-height: 1.5;
}

.recruitMenu_item a::before{
position: absolute;
content: "";
display: block;
width: 10px;
height: 10px;
border-top: 1px solid #654a2f;
border-right: 1px solid #654a2f;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.recruitMenu_item a.-sub::before{
display: none;
}
.recruitMenu_item a.-sub {
  margin-right: 54px;
}

.recruitMenu_item .recruitMenu_subBtn{
  position: absolute;
  display: block;
  width: 54px;
  height: 52px;
  right: 0;
  top: 0;
}

.recruitMenu_item .recruitMenu_subBtn::before,
.recruitMenu_item .recruitMenu_subBtn::after{
position: absolute;
content: "";
display: block;
width: 13px;
height: 1px;
background-color: #654a2f;
border-top: 0px;
border-right: 0px;
right: 22px;
top: 50%;
transform: translateY(-50%);
transition: all .3s;
}
.recruitMenu_item .recruitMenu_subBtn::after{
transform: rotate(0deg);
transition: all .3s;
}
.recruitMenu_item .recruitMenu_subBtn::after{
transform: rotate(90deg);
}
.recruitMenu_item .recruitMenu_subBtn.is-open::after{
transform: rotate(0);
transition: all .3s;
}
.recruitMenu_subList{
  display: none;
  background-color: #fff;
  padding: 12px 0;
}

.recruitMenu_subItem a{
 font-size: 13px;
 color: #222;
}

.recruitMenu_subItem a::before{
 display: none;
}

.recruitMenu_btn{
  width: 100%;
  display: flex;
  align-items: center;
}
.recruitMenu_btn p{
  width: 100%;
  color: #fff;
  text-align: center;
}
.recruitMenu_btn p:nth-child(1){
  background-color: #e60020;
  border-right: 1px solid #fff;
}
/* .recruitMenu_btn p:nth-child(2){
  background-color: #b90823;
} */
 .recruitMenu_btn p:nth-child(2){
  background-color: #e60020;
}

.recruitMenu_btn a{
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 70;
  padding: 20px 0;
  font-size: 15px;
  width: 100%;
  line-height: 1.5;
}
}
.recruitMenu_list.-ml{
  margin-left: 27px;
}
.recruitMenu_overlay.is-overlay{
  position: fixed;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34,34,34, .3);
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
z-index: -2;
}

.recruitMenu_overlay.-pt02.is-overlay{
top: 0;
height: calc(100vh + 116px);
z-index: 1;
}

@media screen and (min-width: 769px) {
.recruitMenu_overlay.-pt02.is-overlay{
  top: 0;
  height: calc(100vh);
  z-index: -1;
}
}

body.is-open{
width: 100%;
height: 100%;
position: fixed;
}
