@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #707070;
}

.pc {display: block;}
.sp {display: none;}

.warp {
  overflow: hidden;
}

#contents {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

/* header ------------------------------ */
header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.header_title {
  position: relative;
  display: -webkit-box;  display: flex;
}
.title_text {
  margin-left: 10px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

/* PC版 問い合わせ ------------------------------ */

.inquiry {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
          align-items: center;
  background: #FF5656;
}
.inquiry_icon {
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
.inquiry_text {
  font-size: 15px;
  color: #fff;
}
.inquiry a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* pc menu ------------------------------ */
nav.pc ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 665px;
  margin: 20px auto 0;
  list-style: none;
}

nav.pc ul li a {
  text-decoration: none;
}
/* footer ------------------------------ */
footer {
  position: relative;
  padding: 40px 0 50px;
  border-top: 2px solid #559545;
}
.footer_cont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.footer_menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 615px;
  list-style: none;
}
.footer_menu ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #2D2D2D;
}
.footer_address {
  margin-right: 20px;
}
.address_name {
  font-size: 21px;
  letter-spacing: 2px;
  color: #2D2D2D
}
.address_info {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #2D2D2D
}
.address_tel {
  font-size: 20px;
  letter-spacing: 2px;
}
.address_tel span {
  padding-right: 3px;
  font-size: 14px;
  color: #2D2D2D
}

.cont_header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  background: #559545;
}
.cont_header p {
  font-size: 25px;
  letter-spacing: 3px;
  color: #fff;
}

.cont_title h2 {
  font-size: 22px;
  color: #559545;
  text-align: center;
  font-weight: normal;
}
.cont_title hr {
  width: 95px;
  margin: 5px auto 0;
  border: 0;
  border-bottom: 3px solid #559545;
}

/* RHP ------------------------------ */
.top_img {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
  background: url(../images/search_back.png);
  background-position: center;
}
.top_img p {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 34px;
  letter-spacing: 10px;
  color: #fff;
  transform: translateY(-50%);
}
.job_search_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
.job_search_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.osae {
  margin-top: 100px;
}
.osae p {
  width: 640px;
  margin: 20px auto 0;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #272727;
  text-align: justify;
  text-justify: inter-ideograph;
}

.movie {
  margin-top: 100px;
}
.movie_cont {
  width: 640px;
  margin: 20px auto 0;
}

.search {
  margin-top: 100px;
}
.search_cont {
  width: 100%;
  padding: 100px 0;
  margin-top: 30px;
  background: #F7F7F7;
}
.search_point {
  width: 860px;
  margin: 5px auto 0;
  font-size: 12px;
  text-align: right;
}
.search_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.job_btn {
  position: relative;
  display: block;
  width: 286px;
  height: 95px;
  margin-right: 2px;
  padding-top: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #C5C5C5;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}
.job_btn:hover {
  background: #282C34;
}
.job_btnl:last-child {
  margin-right: 0;
}
.job_btn:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  content: "選択";
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
  margin: auto;
  font-size: 14px;
  letter-spacing: 2px;
  color: #757878;
  border: 1px solid #B1B1B1;
  border-radius: 100px;
  background: #fff;
  transition: all 0.1s;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox']:checked + label {
  background: #56AC8A;
}
input[type='checkbox']:checked + label:after {
  content: "OFF";
  letter-spacing:  0;
}
.job_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  margin: 30px auto 0;
  background: #53A19C;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  user-select: none;
}
.job_submit:hover {opacity: 0.7;}
.job_submit p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}
/* charm ------------------------------ */
.charm {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
.charm_cont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 20px;
}
.charm_box {
  width: 285px;
  text-align: center;
}

.charm_head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #559545;
}
.charm_no {
  position: relative;
  bottom: -15px;
  font-size: 36px;
  color: #559545;
}
.charm_headline {
  position: relative;
  bottom: -5px;
  padding-left: 10px;
  font-size: 21px;
  line-height: 25px;
  color: #559545;
}
.charm_text {
  margin-top: 20px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.oubo {
  width: 916px;
  margin: 0 auto 100px;
  text-align: center;
}
.oubo_cont {
  margin-top: 50px;
  display: -webkit-box;display: flex;
}
.oubo_box {
  width: 237px;
}
.oubo_box2 {
  width: 203px;
}
.oubo_box p,.oubo_box2 p {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 15px;
  color: #707070;
  text-align: justify;
  text-justify: inter-ideograph;
}
.oubo_word {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 178px;
  height: 102px;
  font-size: 21px;
  letter-spacing: 2px;
  background: #559545;
  color: #fff;
  float: left;
}
.clear {
  clear: both;
}
.oubo_bottom {
  display: inline-block;
  margin-top: 50px;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
.sp.oubo_bottom {
  display: none;
}

.pagetop a {
  display: none;
}
