@charset "utf-8";

/* リセットcss */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* リセットcss */
html{
  scroll-behavior: smooth;
}

* {
  font-family: sans-serif !important;
}

.pc{display: block;}
.sp{display: none;}

 .contents {
  overflow: hidden;
}

/* header */

.header {
   position: relative;
   left: 50%;
  width: 1480px;
  height: 100px;
  margin: 0 0 50px -740px;
  margin-bottom: 100px;
}

.header h1 {
  font-family: Meiryo;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  color: #333;
  margin: 20px 0 0 30px;
}

.header p {
  margin-left: 30px;
}

.pc_menu {
  width: 100%;
  height: 100%;;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 30px;
  position: relative;
}

.pc_menu li {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: center;
  position: relative;
  font-family: Meiryo;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  color: #5d5d5d;
  margin-left: 60px;
}

.pc_menu a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc_menu li:hover {
  color: gray;
}




/* main_image */

div#main_image {
  position: relative;
  left: 50%;
  width: 1480px;
  height: auto;
  margin-left: -740px;
  margin-bottom: 150px;
}


div#main_image h1 {
  font-family: "Yu Mincho";
  font-weight: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 100px;
  text-align: left;
  color: #5d5d5d;
  position: absolute;
  top: 260px;
  right: 30px;
}

div#main_image img {
  width: 100%;
}

/* wrapper */

 div#contena {
  position: relative;
  left: 50%;
  width: 1020px;
  height: auto;
  margin: 0 0 0 -510px;
}

/* area */

div#area {
  width: 100%;
}

 h2 {
  max-width: 1020px;
  width: 100%;
  height: 115px;
  font-family: Meiryo;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
  position: relative;
  display: inline-block;
  z-index: 10;
}

h2:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #e5d429;
  width: 60px;
  height: 60px;
  margin: -100px -50px -45px 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


.job_btn {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.job_btn li {
  width: 315px;
  height: 60px;
  border-radius: 10px;
  background: #5d5d5d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: Meiryo;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.28em;
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: center;
  position: relative;
}

.job_btn li:hover {
  color: gray;
}

.job_btn li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*============== merit================*/

div#merit {
  width: 100%;
  height: auto;
  background-color: #F7F7F7;
  margin-top: 150px;
  margin: 150px auto 0;
}

div#merit h2 {
    padding-top: 70px;
}

div#merit h2:before {
    margin-top: 63px;
}

div#wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

/* leftここから */




  div#merit_left {
    width: 510px;
    height: 468px;
  }

  div#merit_left img {
    margin: 0 auto;
    width: 142.89px;
    display: block;
    margin-bottom: 75px;
  }

  div.syuusei01 h3 {
    width: 479.77px;
    height: 40px;
    font-family: Meiryo;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 32px;

  }

  div.syuusei01 p {
    width: 400px;
    height: 204.52px;
    font-family: Meiryo;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 38px;
    text-align: left;
    color: #333;
    margin: 0 auto;
  }


/* rightここから */

  div#merit_right {
    width: 510px;
    height: 468px;
  }

  div#merit_right img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 62px;
  }

/*================ syokusyu============= */



div#syokusyu01 {
  margin-top: 150px;
  margin-bottom: 150px;
  width: 1020px;
  height: auto;
}

div#reji img {
  width: 480px;
  height: 326px;
}

div#shinadasi img {
  width: 480px;
  height: 326px;
}


h2#syokusyu {
  width: 1020px;
  height: 128px;
  line-height: 128px;
  margin-bottom: 60px;
}


div#reji {
  padding-bottom: 70px;
}

div#reji,#shinadasi {
  width: 1020px;
  height: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.moji {
  width: 480px;
  height: 326px;
  margin-right: 0;
}


h4 {
  font-family: Meiryo;
font-weight: bold;
font-size: 20px;
letter-spacing: 0.1em;
line-height: 40px;
text-align: center;
color: #333;
margin-bottom: 17px;

}

div#syokusyu01 p {
width: 415px;
font-family: Meiryo;
font-weight: normal;
font-size: 16px;
letter-spacing: 0.1em;
line-height: 40px;
text-align: left;
color: #333;
margin: 0 auto;
}



.button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 396px;
  height: 60px;
  border-radius: 10px;
  background: #5d5d5d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 18px;
  font-family: Meiryo;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #fff;
  margin: 30px auto 0;
}

.button:hover {
   color: gray;
}


.button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* gaioyu */

div#santoku {
  width: 1020px;
  height: 212px;
  background-color: #fff;
  margin-bottom: 100px;
  margin: 0 auto;
  /* display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; */
}

div#santoku p {
font-family: Meiryo;
font-weight: normal;
font-size: 16px;
letter-spacing: 0.1em;
line-height: 40px;
text-align: left;
color: #333;
}

/* footer */

footer {
  width: 100%;
  height: 100px;
  background-color: #009A45;
}

footer p {
  font-family: Meiryo;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding-top: 33px;

}





/* =================スマホcssここから========= */





@media screen and (max-width: 1199px) {


  .pc{display: none;}
  .sp{display: block;}


/*contentsここから */
  .contents {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }


  div#contena {
    position: relative;
    left: 0%;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }



  .logo {
    width: 52.8vw;
    height: auto;
    text-align: center;
    margin: 100px auto 0;
    display: block;
  }

  .logo img {
    width: 40.8vw;
    height: auto;
    text-align: center;
    margin: -4vw auto 0;
    display: block;
  }

  #wrapper h1 {
    font-family: Meiryo;
    font-weight: bold;
    font-size: 2.5vw;
    letter-spacing: 0.06em;
    line-height: 3.5vw;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    padding-top: 16px;
  }


/* mainimageここから */



  div#main_image {
  position: relative;
  left: 0%;
  width: 100%;
  height: auto;
  margin: 3vw 0 0 0;
  }

  div#main_image h1 {
    font-size: 4vw;
    top: 40%;
    right: 1%;
    letter-spacing: 0.08em;
    line-height: 6vw;
    text-align: left;
    font-family: "Yu Mincho";
  }


  div#main_image img {
    width: 100%;
    height: auto;
  }

/* areaここから */
    h2 {
    height: 15vw;
     font-size: 20px;
     letter-spacing: 0.1em;
    }

    h2:before {
    width: 42px;
    height: 42px;
    -webkit-transform: translate(-60%,-70%);
    transform: translate(-60%,-70%);
  }
  div#merit h2 {
    margin-left: 10px;
  }

  div#area h2 {
    margin-top: 70px;
  }


  .job_btn {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: center;
  }

  .job_btn li {
    width: 90%;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0.3em;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-weight: normal;
  }

/* meritここから */

div#merit {
  width: 100%;
  height: auto;
  background-color: #F7F7F7;
  padding-bottom: 100px;
  margin-top: 10vw;
}

div#merit h2 {
    padding-top: 2vw;
}


div#wrap {
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

div.syuusei01 h3 {
  font-size: 17px;
  margin: 30px auto 30px;
  text-align: center;
}


div#merit_left img {
  margin-top: 33px;
  margin-bottom: 20px;
  display: block;
  width: 23vw;
  height: auto;
}

div#merit_right img {
  margin-top: 33px;
  margin-bottom: 20px;
  display: block;
  width: 21.33333vw;
  height: auto;
}

div.syuusei01 {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

div.syuusei01 p {
  width: 70%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 40px;
  }

/* ===============syokusyuここから */


div#syokusyu01 {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 130px;
}

div#syokusyu01 p {
width: 80%;
font-size: 16px;
letter-spacing: 0.1em;
line-height: 40px;
text-align: left;
color: #333;
margin: 0 auto;
}

 div#reji,#shinadasi {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  /* -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; */
  margin: 0 auto 50px;
}

div#reji img,div#shinadasi img {
width: 100%;
height: 100%;
}

div#reji {
  padding-bottom: 0;
}

div.moji {
  width: 120%;
  height: auto;
}

h4 {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  padding-top: 20px;
}



div.moji p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.button {
  width: 90%;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
}

div#santoku {
  width: 90%;
  height: auto;
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

div#santoku p {
  height: auto;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

div#yasai img {
  width: 100%;
  height: auto;
  }

footer p {
font-size: 12px;
letter-spacing: 0.06em;
line-height: 16px;
padding-left: 10px;
padding-right: 10px;

}



/* humberger-menu css ここから===*/


div#wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #009a45;
  z-index: 1000;
}

div#wrapper p {
  position: relative;
}



nav#pc_global-navi {
  position: fixed;
  top: 0;
  right: -700px;
}


#wrapper nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 50px;
  background: #009A45;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2
}

#wrapper nav ul li {
    padding: 20px 28px;
    position: relative;
}

#wrapper nav ul li a {
    text-decoration: none;
      position: absolute;
      top: 30px;
      left: 30%;
      width: 100%;
      height: 100%;
      color: #fff;
      font-family: Meiryo;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.06em;
}

#wrapper .btn-gnavi {
  position: fixed;
  top: 22px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}





#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#wrapper .btn-gnavi.open span {
    background: #fff
}

#wrapper .btn-gnavi.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: translate(-7px,17px) rotate(45deg);
    transform: translate(-7px,17px) rotate(45deg)
}

#wrapper .btn-gnavi.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
    transform: translate(-7px,-17px) rotate(-45deg)
}


}

@media screen and (min-width: 1199px)  {
  div#wrapper,div#yasai {
    visibility: hidden;
    /* width: 0;
    height: 0;
    margin: 0;
    padding: 0; */
  }
}

@media (min-width: 750px) and (max-width: 1199px) {

  div#reji img,div#shinadasi img {
    display:block;
    width: 728px;
    height: 477px;
    margin: 0 auto;

  }
}

/* @media screen and (min-width: 1199px)  {
  div#wrapper,div#yasai {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }

} */
