@charset "utf-8";

.label{
  margin-right: 5px;
}


#mainImg{
  display:block;
  margin-bottom: 100px;
  background: url('../img/mainImg.jpg') no-repeat;
  height: 500px;
  background-size: cover;
  position: relative;
}

.catch_block{
  font-feature-settings: "palt";
  text-align: center;
  position: absolute;
  top: 35%;
  left: 35%;
   text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;        /* $BJ8;z$N1F(B */
}


.catch_block p{
  font-size: 2.4rem;
  line-height: 1.5;
  display: inline;
  color: #70730c;
  font-family: serif;
}


@media (max-width: 480px){
  #mainImg {
    height: 400px;
    background:url(../img/mainImg_sp.jpg) no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
  .catch_block {
    width: 100%;
    float: unset;
    font-feature-settings:unset;
    padding: 15px;
    left:0;
    top: 30%;
  }

  .catch_block p{
    font-size: 1.5rem;
  } 
}


/*$B;E;v(B*/

section#job h3 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
    color:#6e7021 ;
}

section#job .inner {
  padding: 4.8rem 1.4rem;
  max-width: 95rem;
  width: 100%;
  margin: 0 auto;
}

section#job .inner p{
   font-size: 1.2rem;
   margin-bottom: 30px;
}

.job_box{
  border-bottom: 1px solid #6e7021; 
}




@media (max-width: 480px){
  section#job{
    margin-top: 0;
  }
  section#job .inner {
    padding-bottom:0;
  }
 section h2 {
    font-size: 1.8rem;
  }
  section h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
  }
  #job .job_box:last-child {
    padding-bottom: 0;
    margin-bottom:0;
    border: none;
  }
}


/*intro*/
#intro small{
  font-size:1.2rem;
  margin-top: 15px;
}

#job .job_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 99%;
    margin: 0 auto;
}


#job .job_box .sec_l{
  width: 100%;
  background-size: cover;
  border-radius: 5%;
}


.job_box img {
    padding: 15px;
}


@media (max-width: 480px){
  #job .job_box .sec_l {
    height: 200px;
  }
  section#job .inner p {
    font-size: 1.1rem;
  }
  section#job h3 {
    font-size: 1.5rem;
  }
}


.secList {
  display: block;
}


.link_btn span {
   background: #2e2e2c;
   color: #fff;
   padding: 10px 20px;
   border-radius: 10rem;
   font-size: 1.2rem;
   cursor: pointer;
}

.link_btn span:hover {
    color: #;
    transition: .2s;
}


.link_btn span::after {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    padding-left: 10px;
}

.section1,.section2,.section3,.section4,.section5,.section6{
  background: #fbf5e4;
  width: 100%;
  height: 400px;
  display: none;
  border-radius: 0 0 20px 20px;
}

#message .sec_r{
  margin-top: 60px;
}

#message img{
  padding: 20px;
}

#merit h3{
  display: block;
  text-align: center;
}

#merit img{
  width: 60%;
  display: block;
  margin: 0 auto;
}


#merit h3 span{
  position: relative;
  padding: 0 45px;
}
#merit h3 span:before, #merit h3 span:after {
  content: '';
  position: absolute;
  top: 53%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #2e2e2c;
}
#merit h3 span:before {
  left:0;
  transform: rotate(60deg);
}
#merit h3 span:after {
  right: 0;
  transform: rotate(-60deg);
}

@media (max-width: 480px){
  #message .sec_r {
    margin-top: 0;
  }
  #message img {
    padding:0 5px;
  }
  #message .sec_l {
    padding: 0;
  }
}

