@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/

.br_sp{
  display: none;
}
.br_pc{
  display: block;
}
.btn{
  position: relative;
  background-color:#FF8C6B;
  width: 512px;
  height: 60px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 508px;
  font-size:14px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#F0714F;
}

#keyview{
  position: relative;
  width: 100%;
  height: 414px;
  padding: 10px 0 10px;
  background-color: #F7FBF8;
}
.bg_keyview{
  position: relative;
  width: calc(100% - 20px);
  height: 414px;
  min-width: 1346px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.bg_keyview::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  width: 100%;
  min-width: 1366px;
  height: 414px;
}
.bg_keyview img{
  width: 100%;
}
.txt_keyview{
  position: absolute;
  top: 180px;
  left: 0;
  min-width: 450px;
  padding: 30px ;
  background-color: rgb(255 255 255 / 90%);
}
.txt_keyview h1{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #333333;
}
.txt_keyview h1 span{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #4CAF7A;
}
.txt_keyview p{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

/* cont_job*/
#cont_job{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #FAF6F1;
  overflow: hidden;
}
.job_head{
  width: 1200px;
  margin: 0 auto;
}
.job_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.job_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.job_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
#job_area{
  width: 1200px;
  margin: 60px auto 0;
}
.job_area_list{
  width: 100%;
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.job_area_list li{
  width: 525px;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.job_area_list li img{
  width: 100%;
  border-radius: 10px;
}
.job_area_list li h3{
  margin: 30px 0 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #2F7A5B;
}
.job_area_list li p{
  margin: 30px 0 0px;
  font-size: 14px;
  line-height: 1.5em;
  color: #555555;
}
.job_white{
  margin-top: 20px;
  padding: 0px 0 15px;
  background-color: #F7FBF8;
}
.job_white h4{
  padding: 20px 15px 20px;
  font-size: 14px;
  line-height: 1em;
  color: #2B2B2B;
  font-weight: 700;
}
.job_white ul{
  width: calc(100% - 30px)!important;
  margin: 0 auto;
  display: flex;
  gap:9px;
  flex-wrap: wrap;
}
.job_white ul li{
  position: relative;
  width: auto!important;
  padding: 0px 0px 0px 21px;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.job_white ul li::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  content: '';
  background: url(../images/about_icon05.svg)no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

#requirements_area{
  width: 1200px;
  margin: 100px auto 0;
  padding: 100px 0px 100px;
  overflow: hidden;
  background-color: #F6FBF8;
  border-radius: 20px;
}
.requirements_head h2{
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
  text-align: center;
}
.requirements_head p{
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
}
.requirements_detail{
  width: 1080px;
  margin: 30px auto 0;
  padding: 60px 0px 60px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 12px;
}
.requirements_detail h3{
  font-size: 18px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
  text-align: center;
}
.requirements_detail ul{
  width: 1024px;
  margin: 30px auto 0;
}
.requirements_detail li{
  width: 100%;
  border-bottom: 1px solid #E6ECE8;
  display: flex;
  padding: 20px 0 20px;
}
.requirements_detail li:first-child{
  border-top: 1px solid #E6ECE8;
}
.requirements_detail h4{
  flex: 0 0 154px;
  width: 180px;
  margin-left: 30px;
  color: #555555;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  overflow: hidden;
}
.requirements_detail p{
  color: #555555;
  font-size: 16px;
  line-height: 18px;
}
.requirements_detail p span{
  color: #2F7A5B;
  font-size: 16px;
  line-height: 18px;
  font-weight:700;
}
.requirements_btn{
  margin: 60px auto 0;
}
/* recruit_bg*/
#recruit_bg{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#recruit_bg img{
  width: 100%;
}

/* cont_spot*/
#cont_spot{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #F7FBF8;
  overflow: hidden;
}
.spot_head{
  width: 1200px;
  margin: 0 auto;
}
.spot_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
  text-align:center;
}
.spot_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform:translateX(-50%);
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.spot_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
}
#spot_area{
  width: 1200px;
  margin: 60px auto 0;
}
.spot_img{
  position: relative;
  width: 640px;
  height: 675px;
  float: left;
  margin-left: 60px;
}
.spot_img_map{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.spot_img_map img{
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.spot_img_arrow{
  position: absolute;
  top: 346px;
  left: 344px;
  width: 22px;
  height: 32px;
  z-index: 0;
}
.spot_img_arrow img{
  width: 100%;
}
.spot_list_right{
  width: 380px;
  float: right;
  margin-right: 50px;
}
.spot_list_right ul{
  width: 100%;
}
.spot_list_right li{
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  background-color: #FFF;
  overflow: auto;
}
.spot_list_right li h3{
  position: relative;
  margin: 30px 30px 0;
  padding-left: 25px;
  font-size: 20px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.spot_list_right li h3::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  content: '';
  background: url(../images/recruit_icon01.svg)no-repeat;
  background-size: cover;
  width: 13px;
  height: 20px;
}
.spot_list_right li p{
  position: relative;
  margin: 15px 30px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
}
.spot_tel{
  width: 318px;
  height: 38px;
  margin: 25px auto 0;
  background-color: #EEF8F1;
  border: 1px solid #98FB98;
}
.spot_tel a{
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #2F7A5B;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.spot_list_bottom{
  clear: both;
  width: 100%;
  padding-top: 80px;
}
.spot_list_bottom ul{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.spot_list_bottom li{
  width: 380px;
  padding-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  background-color: #FFF;
  overflow: auto;
}
.spot_list_bottom li h3{
  position: relative;
  margin: 30px 30px 0;
  padding-left: 25px;
  font-size: 20px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.spot_list_bottom li h3::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  content: '';
  background: url(../images/recruit_icon01.svg)no-repeat;
  background-size: cover;
  width: 13px;
  height: 20px;
}
.spot_list_bottom li p{
  position: relative;
  margin: 15px 30px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
}
/*cont_question*/
#cont_question{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #FAF6F1;
  overflow: hidden;
}
.question_head{
  width: 1200px;
  margin: 0 auto;
}
.question_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.question_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.question_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #2B2B2B;
}
#question_area{
  width: 1200px;
  margin: 60px auto 0;
}
#question_area ul{
  width: 100%;
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
#question_area ul li{
  position: relative;
  width: 470px;
  height: 130px;
  padding: 30px 30px 0px 70px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#question_area li h3{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #2B2B2B;
}
#question_area li h3::before{
  position: absolute;
  top: 50%;
  left: -2.3em;
  transform:translateY(-50%);
  content: '';
  background: url(../images/recruit_icon02.svg)no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
#question_area li p{
  position: relative;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #2B2B2B;
}
#question_area li p::before{
  position: absolute;
  top: 0;
  left: -3em;
  content: '';
  background: url(../images/recruit_icon03.svg)no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
/* recruit_bg*/
#recruit_bg02{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#recruit_bg02 img{
  width: 100%;
}
/*cont_privacy*/
#cont_privacy{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #F7FBF8;
  overflow: hidden;
}
.privacy_head{
  width: 1200px;
  margin: 0 auto;
}
.privacy_head h2{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
}
.privacy_head h2::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.privacy_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
#privacy_area{
  width: 1080px;
  margin: 60px auto 0;
  padding: 60px;
  background-color: #FFFFFF;
}
#privacy_area p{
  font-size: 16px;
  line-height: 1.5em;
  color: #2B2B2B;
}
#privacy_area h3{
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.5em;
  color: #2F7A5B;
  font-weight: 700;
}
#privacy_area a{
  font-size: 16px;
  line-height: 1.5em;
  color: #6FA8DC;
}


/*スマホ*/
@media (max-width: 767px){
  .br_sp{
    display: none;
  }
  .br_pc{
    display: block;
  }
  .btn{
    position: relative;
    background-color:#FF8C6B;
    width: calc(100% - 20px);
    height: 45px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:14px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#F0714F;
  }
  .br_pc{
    display: none;
  }
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left:45%;
    transform:translateX(-45%);
    width: 100%;
    min-width: 1366px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 295px;
    min-width: auto;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .br_sp{
    display: block;
  }

  /* cont_job*/
  #cont_job{
    width: 100%;
    padding: 50px 0 50px;
    background-color: #FAF6F1;
    overflow: hidden;
  }
  .job_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .job_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #4FAE77;
    font-weight: 700;
  }
  .job_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .job_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  #job_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  .job_area_list{
    width: 100%;
    display: block;
    gap:0px;
    flex-wrap: wrap;
  }
  .job_area_list li{
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  .job_img{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .job_area_list li img{
    width: 100%;
    border-radius: 10px;
  }
  .job_area_list li h3{
    margin: 10px 10px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #2F7A5B;
  }
  .job_area_list li p{
    margin: 10px 10px 0px;
    font-size: 14px;
    line-height: 1.5em;
    color: #555555;
  }
  .job_white{
    width: calc(100% - 20px);
    margin: 15px auto 0;
    padding: 0px 0 15px;
    background-color: #F7FBF8;
  }
  .job_white h4{
    padding: 15px;
    font-size: 14px;
    line-height: 1em;
    color: #2B2B2B;
    font-weight: 700;
  }
  .job_white ul{
    width: calc(100% - 30px)!important;
    margin: 0 auto;
    display: flex;
    gap:5px;
    flex-wrap: wrap;
  }
  .job_white ul li{
    position: relative;
    width: auto!important;
    padding: 0px 0px 0px 21px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1em;
    color: #2B2B2B;
  }
  .job_white ul li::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    content: '';
    background: url(../images/about_icon05.svg)no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
  }

  #requirements_area{
    width: calc(100% - 20px);
    margin: 50px auto 0;
    padding: 50px 0px 50px;
    overflow: hidden;
    background-color: #F6FBF8;
  }
  .requirements_head h2{
    font-size: 23px;
    line-height: 1em;
    color: #4FAE77;
    font-weight: 700;
    text-align: center;
  }
  .requirements_head p{
    margin: 30px 10px 0;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
    text-align: left;
  }
  .requirements_detail{
    width: calc(100% - 20px);
    margin: 30px auto 0;
    padding: 30px 0px 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
  }
  .requirements_detail h3{
    font-size: 18px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
    text-align: center;
  }
  .requirements_detail ul{
    width: calc(100% - 20px);
    margin: 15px auto 0;
  }
  .requirements_detail li{
    width: 100%;
    border-bottom: 1px solid #E6ECE8;
    display: flex;
    padding: 15px 0 15px;
  }
  .requirements_detail li:first-child{
    border-top: 1px solid #E6ECE8;
  }
  .requirements_detail h4{
    flex: 0 0 85px;
    width: 180px;
    margin-left: 5px;
    color: #555555;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    overflow: hidden;
  }
  .requirements_detail p{
    color: #555555;
    font-size: 14px;
    line-height: 18px;
  }
  .requirements_detail p span{
    color: #2F7A5B;
    font-size: 14px;
    line-height: 18px;
    font-weight:700;
  }
  .requirements_btn{
    margin: 30px auto 0;
  }
  /* recruit_bg*/
  #recruit_bg{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #recruit_bg img{
    position: absolute;
    top: 0;
    left: 43%;
    transform:translateX(-43%);
    width: auto;
    height: 100%;
  }

  /* cont_spot*/
  #cont_spot{
    width: 100%;
    padding: 50px 0 50px;
    background-color: #F7FBF8;
    overflow: hidden;
  }
  .spot_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .spot_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #6FA8DC;
    font-weight: 700;
    text-align:left;
  }
  .spot_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    transform:translateX(0);
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .spot_head p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
    text-align: left;
  }
  #spot_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  .spot_img{
    width: 355px;
    height: 374px;
    margin: 0 auto;
    float: none;
  }
  .spot_img_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .spot_img_map img{
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  }
  .spot_img_arrow{
    position: absolute;
    top: 180px;
    left: 185px;
    width: 22px;
    height: 32px;
    z-index: 0;
  }
  .spot_img_arrow img{
    width: 100%;
  }
  .spot_list_right{
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .spot_list_right ul{
    width: 100%;
    margin-top: 25px;
  }
  .spot_list_right li{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    background-color: #FFF;
    overflow: auto;
  }
  .spot_list_right li h3{
    position: relative;
    margin: 20px 15px 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .spot_list_right li h3::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    content: '';
    background: url(../images/recruit_icon01.svg)no-repeat;
    background-size: cover;
    width: 13px;
    height: 20px;
  }
  .spot_list_right li p{
    position: relative;
    margin: 15px 15px 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .spot_tel{
    width: calc(100% - 30px);
    height: 46px;
    margin: 20px auto 0;
    background-color: #EEF8F1;
    border: 1px solid #98FB98;
  }
  .spot_tel a{
    display: block;
    font-size: 14px;
    line-height: 46px;
    color: #2F7A5B;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
  }
  .spot_list_bottom{
    clear: both;
    width: 100%;
    padding-top: 0px;
  }
  .spot_list_bottom ul{
    display: block;
    gap: 0px;
    flex-wrap: wrap;
  }
  .spot_list_bottom li{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    background-color: #FFF;
    overflow: auto;
  }
  .spot_list_bottom li h3{
    position: relative;
    margin: 20px 15px 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .spot_list_bottom li h3::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    content: '';
    background: url(../images/recruit_icon01.svg)no-repeat;
    background-size: cover;
    width: 13px;
    height: 20px;
  }
  .spot_list_bottom li p{
    position: relative;
    margin: 15px 15px 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  /*cont_question*/
  #cont_question{
    width: 100%;
    padding: 50px 0 50px;
    background-color: #FAF6F1;
    overflow: hidden;
  }
  .question_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .question_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1.5em;
    color: #4FAE77;
    font-weight: 700;
  }
  .question_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .question_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  #question_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  #question_area ul{
    width: 100%;
    display: block;
    gap:0px;
    flex-wrap: wrap;
  }
  #question_area ul li{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 0px 20px 0px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #question_area ul li:last-child{
    margin-bottom: 0px;
  }
  #question_area li h3{
    position: relative;
    margin: 0 20px 0 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    color: #2B2B2B;
  }
  #question_area li h3::before{
    position: absolute;
    top: 50%;
    left: -2.5em;
    transform:translateY(-50%);
    content: '';
    background: url(../images/recruit_icon02.svg)no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  #question_area li p{
    position: relative;
    margin: 20px 20px 0 40px;
    font-size: 14px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  #question_area li p::before{
    position: absolute;
    top: 0;
    left: -2.5em;
    content: '';
    background: url(../images/recruit_icon03.svg)no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  /* recruit_bg*/
  #recruit_bg02{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #recruit_bg02 img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  /*cont_privacy*/
  #cont_privacy{
    width: 100%;
    padding: 50px 0 50px;
    background-color: #F7FBF8;
    overflow: hidden;
  }
  .privacy_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .privacy_head h2{
    position: relative;
    font-size: 22px;
    line-height: 1em;
    color: #6FA8DC;
    font-weight: 700;
  }
  .privacy_head h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .privacy_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  #privacy_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
    padding: 30px 0 30px;
    background-color: #FFFFFF;
  }
  #privacy_area p{
    margin: 0 10px 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  #privacy_area h3{
    margin: 2em 10px 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #2F7A5B;
    font-weight: 700;
  }
  #privacy_area a{
    font-size: 16px;
    line-height: 1.5em;
    color: #6FA8DC;
  }




}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left: 55%;
    transform:translateX(-55%);
    width: 100%;
    min-width: 1366px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 435px;
    min-width: 295px;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }

}
