/* other cities setting
------------------------------------*/
#otherCities {
  padding: 40px 0 0;
}
#otherCities h3 {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
  color: #114C00;
}
#otherCities ul {
  display: flex;
  flex-wrap: wrap;
  background: #FAF7EA;
  padding: 20px 20px 14px;
}
#otherCities ul li {
  position: relative;
  margin: 0 15px 6px;
}
#otherCities ul li::after {
  content: '';
  position: absolute;
  top: 53%;
  left: -15px;
  border-top: 2px solid #114C00;
  border-right: 2px solid #114C00;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0;
  width: 5px;
  height: 5px;
}
#otherCities ul li a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  color: #114C00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#otherCities ul li a:hover {
  opacity: 0.7;
}

/* contact guide setting
------------------------------------*/
#contactGuide {
  position: relative;
  border-radius: 10px;
  background: #114C00;
  margin: 80px 0 50px;
  padding: 40px 0;
  text-align: center;
}
#contactGuide h3 {
  position: relative;
  margin: -80px 0 40px;
  font-weight: 600;
  font-size: 20px;
  color: #114C00;
}
#contactGuide h3 br {
  display: none;
}
#contactGuide p {
  margin: 0 0 20px;
  line-height: 2;
  font-size: 14px;
  color: #fff;
}
#contactGuide p .onlySP {
  display: none;
}
#contactGuide button {
  border-radius: 10px;
  border: none;
  background: url(/img/arrow_06.png) right 15px center/12px auto no-repeat, url(/img/icon_apply.png) left 15px center/45px auto no-repeat, #fff;
  cursor: pointer;
  outline: none;
  width: 450px;
  height: 75px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contactGuide button:hover {
  opacity: 0.7;
}
#contactGuide button a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-decoration: none;
  color: #114C00;
  font-weight: 600;
  font-size: 16px;
}

/* other Info setting
------------------------------------*/
#otherInfo {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#otherInfo article {
  box-sizing: border-box;
  border-radius: 10px;
  background: #FAF7EA;
  padding: 30px;
  width: 47.5%;
}
#otherInfo article h3 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #114C00;
}
#otherInfo article#aboutRecruit .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#otherInfo article#aboutRecruit .txt picture {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 180 / 140;
  width: 43.373%;
  overflow: hidden;
}
#otherInfo article#aboutRecruit .txt picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#otherInfo article#aboutRecruit .txt p {
  width: 54.457%;
  line-height: 1.5;
  font-size: 14px;
}
#otherInfo article#aboutRecruit .txt + .txt {
  margin: 0;
  flex-direction: row-reverse;
}
#otherInfo article#recruitFlow ol li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  background: #fff;
}
#otherInfo article#recruitFlow ol li:not(:last-child) {
  margin: 0 0 30px;
}
#otherInfo article#recruitFlow ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  background: url(/img/arrow_05.png) 0 0/cover no-repeat;
  width: 25px;
  height: 20px;
  margin: 0 0 0 -12.5px;
}
#otherInfo article#recruitFlow ol li picture {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px 0 0 9px;
  aspect-ratio: 80 / 60;
  width: 80px;
  overflow: hidden;
}
#otherInfo article#recruitFlow ol li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#otherInfo article#recruitFlow ol li h4 {
  width: 320px;
  font-size: 12px;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* other cities setting
  ------------------------------------*/
  #otherCities {
    padding: 12vw 0 0;
  }
  #otherCities h3 {
    margin: 0 0 2.4vw;
    text-align: center;
    font-size: 4vw;
  }
  #otherCities ul {
    padding: 4vw 4vw 2.8vw;
  }
  #otherCities ul li {
    margin: 0 3.2vw 1.2vw;
  }
  #otherCities ul li::after {
    left: -2.933333vw;
    border-top: 0.4vw solid #114C00;
    border-right: 0.4vw solid #114C00;
    margin: -1.0666667vw 0 0;
    width: 1.0666667vw;
    height: 1.0666667vw;
  }
  #otherCities ul li a {
    font-size: 3.2vw;
  }

  /* contact guide setting
  ------------------------------------*/
  #contactGuide {
    border-radius: 2vw;
    margin: 24vw 0 16vw;
    padding: 12vw 0 8vw;
  }
  #contactGuide h3 {
    margin: -26vw 0 8vw;
    font-size: 4vw;
  }
  #contactGuide h3 br {
    display: block;
  }
  #contactGuide p {
    margin: 0 0 4vw;
    font-size: 3.2vw;
  }
  #contactGuide p .onlySP {
    display: block;
  }
  #contactGuide button {
    border-radius: 2vw;
    background: url(/img/arrow_06.png) right 2.8vw center/2.4vw auto no-repeat, url(/img/icon_apply.png) left 2.8vw center/9.06667vw auto no-repeat, #fff;
    width: 80vw;
    height: 16vw;
  }
  #contactGuide button a {
    height: 16vw;
    line-height: 16vw;
    font-size: 3.2vw;
  }

  /* other Info setting
  ------------------------------------*/
  #otherInfo {
    display: block;
    margin: 0 0 12vw;
  }
  #otherInfo article {
    border-radius: 2vw;
    padding: 6vw;
    width: 100%;
  }
  #otherInfo article h3 {
    margin: 0 0 2.4vw;
    font-size: 4vw;
  }
  #otherInfo article#aboutRecruit {
    margin: 0 0 12vw;
  }
  #otherInfo article#aboutRecruit .txt {
    margin: 0 0 4vw;
  }
  #otherInfo article#aboutRecruit .txt picture {
    width: 36%;
  }
  #otherInfo article#aboutRecruit .txt p {
    width: 60%;
    font-size: 3vw;
  }
  #otherInfo article#recruitFlow ol li {
    border-radius: 1.6vw;
  }
  #otherInfo article#recruitFlow ol li:not(:last-child) {
    margin: 0 0 8vw;
  }
  #otherInfo article#recruitFlow ol li:not(:last-child)::after {
    bottom: -5.8vw;
    width: 4.8vw;
    height: 4vw;
    margin: 0 0 0 -2.4vw;
  }
  #otherInfo article#recruitFlow ol li picture {
    border-radius: 1.6vw 0 0 1.6vw;
    width: 16vw;
  }
  #otherInfo article#recruitFlow ol li h4 {
    width: 62.4vw;
    font-size: 3vw;
  }
}
