
  /*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
  html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}/* change colours to suit your needs */ins {background-color:#ff9;color:#000;text-decoration:none;}/* change colours to suit your needs */mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}/* change border colour to suit your needs */hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}li{list-style-type:none;}input[type="submit"] {-webkit-appearance: none;border-radius: 0px;}

  body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color: #29210c;
    background-color: #fefbf8;
      /* background: no-repeat center top url(images/layout_index.jpg) ; */
      /* height: 4000px; */
  }



  .dnbs{
      display: none;
  }

  img{
    width: 50%;
  }



main section#contact {
  padding: 74px 12px;
  background-color: #fbfbfb;
  border-top: solid 1px #f1f1f1;
}

main section#contact h2 {
  text-align: center;
  font-size: 1.5rem;
}

main section#contact h2 span {
  font-size: 1rem;
  color: #0d8c29;
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
}

main section#contact p {
  text-align: center;
  margin-top: 58px;
  line-height: 2rem;
  font-weight: bold;
}

main section#contact a{
  display: block;
  padding: 24px 0px 24px 86px;
  background: no-repeat 30px center url(images/index_contact.svg) #0d8c29;
  font-size: 1.5rem;
  display: block;
  color: #fbfbfb;
  text-decoration: none;
  max-width: 360px;
  box-sizing: border-box;
  margin: 32px auto;
  border-bottom: solid 4px #006e6b;
  background-color: #33a542;
  border-radius: 5px;
  transition: all 0.4s ease;
}

main section#contact a:hover{
  background-color: #0d8c29;
}


a.reqruit_banner {
  display: block;
  position: relative;
  max-width: 876px;
  margin: 80px auto;
  width: 100%;
  background: no-repeat center / cover url(images/reqruit_b_back.jpg);
  height: 260px;
}

a.reqruit_banner span.title {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 120px;
  height: 120px;
  background: no-repeat url(images/reqruit_b_title.svg);
  text-indent: -9999px;
}

a.reqruit_banner span.text {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 152px;
  height: 224px;
  background: no-repeat url(images/reqruit_b_text.svg);
  text-indent: -9999px;
}


textarea::placeholder,input::placeholder{
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

textarea,input{
  border-radius: 3px;
}

input#submit{
  border-radius: 5px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}





@media screen and (max-width: 768px){

  main section#contact {
    padding: 12px;
  }

  main section#contact h2 {
    font-size: 1rem;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  main section#contact h2 span {
    font-size: 0.75rem;
    margin: 4px;
  }

  main section#contact p {
    margin-top: 12px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: normal;
  }

  main section#contact a{
    margin: 12px auto;
    padding: 12px 0px 12px 40px;
    background: no-repeat 57px center / 16px url(images/index_contact.svg) #0d8c29;
    font-size: 1rem;
    text-align: center;
    width: 296px;
  }

  a.reqruit_banner {
    margin-top: 32px;
    height: 112px;
    margin-bottom: 32px;
    max-width: 380px;
  }

  a.reqruit_banner span.title {
    left: 10px;
    top: 10px;
    background-size: contain;
    width: 60px;
    height: 60px;
  }

  a.reqruit_banner span.text {
    background-size: contain;
    width: 64px;
    top: 10px;
    height: 94px;
    right: 10px;
  }

}








header {
  background: url(images/header_back.png);
}

header div.inner {
  max-width: 1142px;
  margin: 0 auto;
  padding: 24px 0px 0px;
}

header div.inner div.upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header div.inner div.upper h1 {
}

header div.inner div.upper h1 a {
  display: block;
  width: 412px;
  height: 56px;
  background: no-repeat url(images/header_logo.svg);
  text-indent: -9999px;
}

header div.inner div.upper div.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 532px;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 20px;
}

header div.inner div.upper div.right p#tel {
  padding-left: 40px;
  background: no-repeat left center url(images/header_tel_icon.svg);
  font-size: 2rem;
  font-weight: bold;
  color: #5c401d;
  font-family: 'Lato',sans-serif;
  margin: 12px;
}

header div.inner div.upper div.right a {
  display: block;
  text-indent: -9999px;
  background: no-repeat center url(images/header_reqruit_text.svg) #0d8c29;
  border-bottom: solid 2px #bd9158;
  border-radius: 4px;
  width: 254px;
  height: 48px;
}

header div.inner div.upper div.right a span {
}

header div.inner nav#global_nav {
  background: no-repeat center 24px url(images/header_illust.svg);
  padding-top: 112px;
  padding-bottom: 40px;
}

header div.inner nav#global_nav ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #bd9158;
  color: #fbfbfb;
  height: 64px;
  border-radius: 10px;
}

header div.inner nav#global_nav ul li {
  border-right: dotted 1px #fbfbfb;
  width: 100%;
}

header div.inner nav#global_nav ul li:last-child{
  border-right: none;
}

header div.inner nav#global_nav ul li a {
  display: block;
  width: 100%;
  color: #fbfbfb;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 22px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  transition: all 0.2s ease;
  letter-spacing: 0.1rem;
}

header div.inner nav#global_nav ul li a:hover{
  background-color: #5c401d;
}

header div.inner a#sp_menu{
  display: none;
}




@media screen and (max-width: 768px){

  header {

  }

  header div.inner {
    padding: 8px;
  }

  header div.inner div.upper {
  }

  header div.inner div.upper h1 {
  }

  header div.inner div.upper h1 a {
    background-size: contain;
    width: 212px;
    height: 29px;
  }

  header div.inner div.upper div.right {
    display: none;
    background: #fcf5ee;
    position: absolute;
    top: 45px;
    left: 0px;
    margin: 0px;
    z-index: 1;
    flex-direction: column;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100%;
  }

  header div.inner div.upper div.right p#tel {
    font-size: 1rem;
    background: no-repeat left center / 20px url(images/header_tel_icon.svg);
    padding-left: 24px;
    margin: 8px auto;
    width: 106px;
  }

  header div.inner div.upper div.right a {
    background: no-repeat center / 102px url(images/header_reqruit_text.svg) #0d8c29;
    width: 136px;
    height: 30px;
    margin: 0 auto;
  }

  header div.inner div.upper div.right a span {
  }

  header div.inner nav#global_nav {
    display: none;
    position: absolute;
    top: 117px;
    left: 0px;
    margin: 0px;
    z-index: 13;
    padding: 0;
    background: none;
    width: 100%;
  }

  header div.inner nav#global_nav ul {
    border-radius: 0px;
    flex-direction: column;
    height: auto;
  }

  header div.inner nav#global_nav ul li {
  }

  header div.inner nav#global_nav ul li:last-child{
  }

  header div.inner nav#global_nav ul li a {
    font-size: 0.75rem;
    padding: 12px;
  }

  header div.inner nav#global_nav ul li a:hover{
  }

  header div.inner a#sp_menu{
    display: block;
    position: absolute;
    right: 2px;
    top: 1px;
    height: 44px;
    width: 44px;
    background: no-repeat center / 26px url(images/header_menu.svg);
    text-indent: -9999px;
  }

  header.open div.inner a#sp_menu{
    background: no-repeat center / 26px url(images/header_menu_c.svg);
  }

}


footer {
  background: url(images/header_back.png);
  border-top: solid 8px #bd9158;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 12px;
}

footer h2 {
  text-align: center;
  font-size: .875rem;
  font-weight: normal;
  margin-top: 32px;
}

footer div.main {
  max-width: 1142px;
  margin: 0 auto;
  width: 100%;
}

footer div.main nav {
  width: 100%;
}

footer div.main nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer div.main nav ul li {
  width: 100%;
  border-right: dotted 1px #fbfbfb;
}

footer div.main nav ul li:last-child{
  border-right: none;
}

footer div.main nav ul li a {
  display: block;
  width: 100%;
  padding: 22px 0px;
  text-align: center;
  color: #bd9158;
  text-decoration: none;
  transition: all 0.2s ease;
  border-right: 1px dotted #5c401d;
  letter-spacing: 0.1rem;
}

footer div.main nav ul li:last-child a{
  border-right: none;
}

footer div.main nav ul li a:hover{
  background-color: #bd9158;
  color: #fbfbfb;
}

footer div.main div.middle {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer div.main div.middle div.left {

}

footer div.main div.middle div.left h3 {
}

footer div.main div.middle div.left h3 a {
  display: block;
  background: no-repeat center / contain url(images/footer_logo.svg);
  width: 352px;
  height: 48px;
  text-indent: -9999px;
}

footer div.main div.middle div.left p {
  line-height: 1.5rem;
}

footer div.main div.middle div.left p.tel {
  padding-left: 20px;
  background: no-repeat left center url(images/footer_tel.svg);
}

footer div.main div.middle nav {
  max-width: 500px;
  width: 100%;
}

footer div.main div.middle nav ul {
  display: flex;
  justify-content: space-between;
}

footer div.main div.middle nav ul li {
  width: 240px;
}

footer div.main div.middle nav ul li a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}

footer div.main div.middle nav ul li a#kaiteki_link{
  background: no-repeat center / cover url(images/footer_kaiteki_img.jpg) #fbfbfb;
  border: none;
}

footer div.main div.middle nav ul li a#reqruit_link{
  background: no-repeat center url(images/footer_reqruit_text.svg) #0d8c29;
}




@media screen and (max-width: 768px){

  footer {
    padding: 12px 0px 0px;
    overflow: hidden;
  }

  footer h2 {
    margin-top: 12px;
    font-size: 0.75rem;
    margin-bottom: 12px;
  }

  footer div.main {
  }

  footer div.main nav {
  }

  footer div.main nav ul {
    flex-direction: column;

  }

  footer div.main nav ul li {
  }

  footer div.main nav ul li:last-child{
  }

  footer div.main nav ul li a {
    padding: 12px;
    font-size: 0.875rem;
    box-sizing: border-box;
    border: none;
  }

  footer div.main nav ul li a:hover{
  }

  footer div.main div.middle {
    margin-top: 4px;
  }

  footer div.main div.middle div.left {
    margin: 0 auto;
  }

  footer div.main div.middle div.left h3 {
    margin: 0 auto;
  }

  footer div.main div.middle div.left h3 a {
    width: 262px;
    height: 36px;
    margin: 0 auto;
  }

  footer div.main div.middle div.left p {
    font-size: 0.75rem;
  }

  footer div.main div.middle div.left p.tel {
  }

  footer div.main div.middle nav {
    margin: 8px auto;
  }

  footer div.main div.middle nav ul {
  }

  footer div.main div.middle nav ul li {
    margin: 4px auto;
  }

  footer div.main div.middle nav ul li a {
  }

  footer div.main div.middle nav ul li a#kaiteki_link{
  }

  footer div.main div.middle nav ul li a#reqruit_link{
    background-size: 148px;
  }
}




div#page_index {
}

div#page_index main {
}

div#page_index main section#catch {
  border-top: solid 8px #bd9158;
  border-bottom: solid 8px #bd9158;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

div#page_index main section#catch div.left {
  position: relative;
  width: 100%;
}

div#page_index main section#catch div.left h2 {
  margin: 0 auto;
  color: #fbfbfb;
  z-index: 12;
  text-align: center;
  position: absolute;
  top: 168px;
  left: calc(50% - 100px);
  text-shadow: 0px 0px 4px #848484;
  font-size: 1.25rem;
}

div#page_index main section#catch div.left h2 span{
  display: block;
}

div#page_index main section#catch div.left h2 span.line1 {
  font-size: 2rem;
}

div#page_index main section#catch div.left h2 span.line2 {
  font-size: 2rem;
  margin: 12px 0px;
}

div#page_index main section#catch div.left h2 span.line2 span.bf {
  font-family: 'Lato',sans-serif;
  display: inline-block;
  font-size: 7rem;
  padding-right: 8px;
}

div#page_index main section#catch div.left h2 span.line3 {
  line-height: 3rem;
}

div#page_index main section#catch div.left h2 span.line4 {
}

div#page_index main section#catch div.left ul {
  width: 100%;
  height: 100%;
  position: relative;
}

div#page_index main section#catch div.left ul:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.1);
}

div#page_index main section#catch div.left ul li{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

div#page_index main section#catch div.left ul li img{
  display: none;
}

div#page_index main section#catch div.left ul li#img1 {
  background: no-repeat center / cover url(images/index_catch_img1.jpg);
  animation: fade1 16s infinite;
}

div#page_index main section#catch div.left ul li#img1 img {
}

div#page_index main section#catch div.left ul li#img2 {
  background: no-repeat center / cover url(images/index_catch_img2.jpg);
  animation: fade2 16s infinite;
}

div#page_index main section#catch div.left ul li#img2 img {
}

div#page_index main section#catch div.left ul li#img3 {
  background: no-repeat center / cover url(images/index_catch_img3.jpg);
  animation: fade3 16s infinite;
}

div#page_index main section#catch div.left ul li#img3 img {
}

div#page_index main section#catch div.left ul li#img4 {
  background: no-repeat center / cover url(images/index_catch_img4.jpg);
  animation: fade4 16s infinite;
}

div#page_index main section#catch div.left ul li#img4 img {
}

div#page_index main section#catch div.right {
  width: 100%;
}

div#page_index main section#catch div.right a#catch_reqruit_link {
  display: block;
  height: 280px;
  width: 100%;
  position: relative;
  text-decoration: none;
  background: no-repeat center / cover url(images/index_catch_reqruit_back.jpg);
}

div#page_index main section#catch div.right a#catch_reqruit_link h3 {
  width: 112px;
  height: 112px;
  position: absolute;
  left: 40px;
  top: 128px;
  background: no-repeat center url(images/index_reqruit.svg);
  text-indent: -9999px;
}

div#page_index main section#catch div.right a#catch_reqruit_link p {
  position: absolute;
  right: 40px;
  top: 30px;
  text-indent: -9999px;
  width: 152px;
  height: 200px;
  background: no-repeat center 20px url(images/index_catch_r_text.svg) rgba(14,156,45,0.9);
  border-bottom: solid 24px rgba(30,219,63,0.9);
}

div#page_index main section#catch div.right a#catch_blog_link {
  display: block;
  height: 280px;
  width: 100%;
  text-decoration: none;
  background: no-repeat center / cover url(images/index_president.jpg);
  text-indent: -9999px;
  position: relative;
}

div#page_index main section#catch div.right a#catch_blog_link h3 {
  width: 41%;
  height: 172px;
  background: no-repeat center / contain url(images/index_president.svg);
  position: absolute;
  top: 40px;
  left: 7%;
}

div#page_index main section#bloginfo {
  max-width: 1142px;
  margin: 68px auto;
}

div#page_index main section#bloginfo h2 {
  text-align: center;
  font-size: 1.5rem;
}

div#page_index main section#bloginfo h2 span {
  font-size: 1rem;
  color: #0d8c29;
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
}

div#page_index main section#bloginfo nav#news_nav {
  border-top: solid 4px #bd9158;
}

div#page_index main section#bloginfo nav#news_nav dl {
  display: flex;
  border-bottom: dotted 2px #939393;
  padding: 24px 0px;
}

div#page_index main section#bloginfo nav#news_nav dl dt {
  color: #0d8c29;
  min-width: 160px;
  margin-right: 24px;
  font-weight: bold;
}

div#page_index main section#bloginfo nav#news_nav dl dd {
}

div#page_index main section#bloginfo nav#news_nav dl dd a {
  color: #29210c;
  text-decoration: none;
}

div#page_index main section#bloginfo nav#news_nav dl dd a:hover{
  text-decoration: underline;
}

div#page_index main section#about {
  margin: 160px auto 0px;
  padding: 130px 0px;
  background-color: #fcf5ee;
}

div#page_index main section#about h2 {
  text-align: center;
  font-size: 2rem;
}

div#page_index main section#about h2 span {
  font-size: 1rem;
  color: #0d8c29;
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
}

div#page_index main section#about p.explain {
  text-align: center;
  color: #fbfbfb;
  font-size: 1.25rem;
  padding: 140px 0px;
  background: no-repeat center / cover url(images/index_about_back.jpg);
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 76px;
}

div#page_index main section#about ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 1142px;
  padding: 0px 12px;
}

div#page_index main section#about ul li {
  max-width: 320px;
}

div#page_index main section#about ul li:nth-child(2){
  margin: 0 12px;
}

div#page_index main section#about ul li section {
}

div#page_index main section#about ul li section h3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  color: #bd9158;
  padding-top: 46px;
  box-sizing: border-box;
  font-size: 1.25rem;
  margin: 0 auto;
}

div#page_index main section#about ul li section h3#title_biz {
  background: no-repeat center 88px url(images/index_about_biz.svg) #fbfbfb;
}

div#page_index main section#about ul li section h3#title_item {
  background: no-repeat center 76px url(images/index_about_item.svg) #fbfbfb;
}

div#page_index main section#about ul li section h3#title_history {
  background: no-repeat center 76px url(images/index_about_history.svg) #fbfbfb;
}

div#page_index main section#about ul li section img {
  width: 100%;
  margin-top: -86px;
  display: block;
}

div#page_index main section#about ul li section div.explain_area {
  background-color: rgba(254,254,254,0.9);
  max-width: 250px;
  margin: -20px auto 0;
  padding: 12px;
  line-height: 1.5rem;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}

div#page_index main section#about ul li section div.explain_area p {
}

div#page_index main section#about ul li section div.explain_area a {
  display: block;
  text-align: center;
  color: #fff;
  background: no-repeat 200px center url(images/link_dir.svg) #bd9158;
  padding: 12px 20px 12px 0px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: all 0.2s ease;
}

div#page_index main section#about ul li section div.explain_area a:hover{
  background-color: #5c401d;
}

div#page_index main section#pickup {
  padding: 36px 12px 124px;
  background-color: #fcf5ee;
}

div#page_index main section#pickup h2 {
  text-align: center;
  font-size: 1.5rem;
}

div#page_index main section#pickup h2 span {
  font-size: 1rem;
  color: #0d8c29;
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
}

div#page_index main section#pickup nav {
  margin-top: 52px;
}

div#page_index main section#pickup nav ul {
  display: flex;
  justify-content: space-around;
  max-width: 1024px;
  margin: 0 auto;
}

div#page_index main section#pickup nav ul li {
  max-width: 488px;
  width: 100%;
  margin: 0px 6px;
}

div#page_index main section#pickup nav ul li a {
  display: block;
}

div#page_index main section#pickup nav ul li a img {
  display: block;
  width: 100%;
}

div#page_index main section#pickup nav ul li p {
  margin-top: 20px;
  line-height: 1.5rem;
}



@keyframes fade1{
    0%{
        opacity: 1;
    }
    12.5%{
        opacity: 1;
    }
    25%{
        opacity: 0;
    }
    37.5%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    62.5%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    87.5%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes fade2{
    0%{
        opacity: 0;

    }
    12.5%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    37.5%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    62.5%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    87.5%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes fade3{
    0%{
        opacity: 0;
    }
    12.5%{
        opacity: 0;
    }
    25%{
        opacity: 0;
    }
    37.5%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    62.5%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    87.5%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes fade4{
    0%{
        opacity: 0;
    }
    12.5%{
        opacity: 0;
    }
    25%{
        opacity: 0;
    }
    37.5%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    62.5%{
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    87.5%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}




@media screen and (max-width: 768px){

  div#page_index {
  }

  div#page_index main {
  }

  div#page_index main section#catch {
    display: block;
    border-top: solid 4px #bd9158;
    border-bottom: solid 4px #bd9158;
  }

  div#page_index main section#catch div.left {
  }

  div#page_index main section#catch div.left h2 {
    top: 80px;
    left: calc(50% - 108px);
  }

  div#page_index main section#catch div.left h2 span{
  }

  div#page_index main section#catch div.left h2 span.line1 {
  }

  div#page_index main section#catch div.left h2 span.line2 {
  }

  div#page_index main section#catch div.left h2 span.line2 span.bf {
  }

  div#page_index main section#catch div.left h2 span.line3 {
  }

  div#page_index main section#catch div.left h2 span.line4 {
  }

  div#page_index main section#catch div.left ul {
    height: 400px;
  }

  div#page_index main section#catch div.left ul:after{
  }

  div#page_index main section#catch div.left ul li{
  }

  div#page_index main section#catch div.left ul li img{
  }

  div#page_index main section#catch div.left ul li#img1 {
  }

  div#page_index main section#catch div.left ul li#img1 img {
  }

  div#page_index main section#catch div.left ul li#img2 {
  }

  div#page_index main section#catch div.left ul li#img2 img {
  }

  div#page_index main section#catch div.left ul li#img3 {
  }

  div#page_index main section#catch div.left ul li#img3 img {
  }

  div#page_index main section#catch div.left ul li#img4 {
  }

  div#page_index main section#catch div.left ul li#img4 img {
  }

  div#page_index main section#catch div.right {
  }

  div#page_index main section#catch div.right a#catch_reqruit_link {
    height: 160px;
  }

  div#page_index main section#catch div.right a#catch_reqruit_link h3 {
    width: 74px;
    background: no-repeat center / contain url(images/index_reqruit.svg);
    top: 10px;
    left: 10px;
    height: 76px;
  }

  div#page_index main section#catch div.right a#catch_reqruit_link p {
    background: no-repeat center 20px / 53px url(images/index_catch_r_text.svg) rgba(14,156,45,0.9);
    width: 90px;
    height: 122px;
    top: 10px;
    right: 10px;
    border-bottom: solid 12px rgba(30,219,63,0.9);
  }

  div#page_index main section#catch div.right a#catch_blog_link {
    height: 160px;
    background-position: top;
  }

  div#page_index main section#catch div.right a#catch_blog_link h3 {
    height: 82px;
    top: 30px;
  }

  div#page_index main section#bloginfo {
    margin: 12px;
  }

  div#page_index main section#bloginfo h2 {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  div#page_index main section#bloginfo h2 span {
    font-size: 0.75rem;
    margin: 4px;
  }

  div#page_index main section#bloginfo nav#news_nav {
  }

  div#page_index main section#bloginfo nav#news_nav dl {
    font-size: 0.75rem;
    display: block;
    padding: 12px 0;
  }

  div#page_index main section#bloginfo nav#news_nav dl dt {

  }

  div#page_index main section#bloginfo nav#news_nav dl dd {
    margin-top: 12px;
    line-height: 1rem;
  }

  div#page_index main section#bloginfo nav#news_nav dl dd a {
  }

  div#page_index main section#bloginfo nav#news_nav dl dd a:hover{
  }

  div#page_index main section#about {
    margin: 16px auto 0px;
    padding: 24px 0px;
  }

  div#page_index main section#about h2 {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  div#page_index main section#about h2 span {
    font-size: 0.75rem;
    margin: 4px;
  }

  div#page_index main section#about p.explain {
    margin-top: 24px;
    padding: 20px 12px;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }

  div#page_index main section#about ul {
  }

  div#page_index main section#about ul li {
  }

  div#page_index main section#about ul li:nth-child(2){
  }

  div#page_index main section#about ul li section {
    margin: 20px 0px;
  }

  div#page_index main section#about ul li section h3 {
  }

  div#page_index main section#about ul li section h3#title_biz {
    font-size: 1rem;
  }

  div#page_index main section#about ul li section h3#title_item {
    font-size: 1rem;
  }

  div#page_index main section#about ul li section h3#title_history {
    font-size: 1rem;
  }

  div#page_index main section#about ul li section img {
  }

  div#page_index main section#about ul li section div.explain_area {
  }

  div#page_index main section#about ul li section div.explain_area p {
    font-size: 0.75rem;
  }

  div#page_index main section#about ul li section div.explain_area a {
    font-size: 0.75rem;
  }

  div#page_index main section#about ul li section div.explain_area a:hover{
  }

  div#page_index main section#pickup {
    padding-bottom: 12px;
  }

  div#page_index main section#pickup h2 {
    font-size: 1rem;
  }

  div#page_index main section#pickup h2 span {
    font-size: 0.75rem;
  }

  div#page_index main section#pickup nav {
    margin-top: 24px;
  }

  div#page_index main section#pickup nav ul {
    display: block;
  }

  div#page_index main section#pickup nav ul li {
    margin: 0 auto;
  }

  div#page_index main section#pickup nav ul li a {
  }

  div#page_index main section#pickup nav ul li a img {
  }

  div#page_index main section#pickup nav ul li p {
    font-size: 0.75rem;
    margin-top: 4px;
    margin-bottom: 20px;
  }
}



body{
  /* background: no-repeat center top url(images/layout_company.jpg); */
}

div#page_company {
  /* height: 20000px; */
}

div#page_company main {
}

div#page_company main section#company {
  background-color: #fcf5ee;
}

div#page_company main section#company div.catch_area {
  padding: 92px 12px;
  background: no-repeat center / cover url(images/company_catch_back.jpg);
}

div#page_company main section#company div.catch_area h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #fbfbfb;
}

div#page_company main section#company div.catch_area h2 span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #14d93f;
  margin-top: 28px;
}

div#page_company main section#company div.catch_area p {
  text-align: center;
  padding: 12px;
  line-height: 2rem;
  font-size: 1.25rem;
  color: #fbfbfb;
  max-width: 480px;
  margin: 40px auto 0px;
}

div#page_company main section#company section#philosophy {
  padding: 132px 12px 0px;
  max-width: 1140px;
  margin: 0 auto;
}

div#page_company main section#company section#philosophy h3 {
  border: solid 4px #bd9158;
  padding: 8px;
  width: 218px;
  margin: 0 auto -112px;
  z-index: 1;
  position: relative;
}

div#page_company main section#company section#philosophy h3 span{
  text-align: center;
  color: #fbfbfb;
  font-size: 2.5rem;
  padding: 88px 0px;
  background-color: #bd9158;
  display: block;
}

div#page_company main section#company section#philosophy div.inner {
  padding: 180px 80px 80px;
  display: flex;
  justify-content: space-between;
  background-color: #fbfbfb;
  border-top: solid 6px #bd9158;
}

div#page_company main section#company section#philosophy div.inner ul.left {
  max-width: 580px;
  width: 100%;
  font-family: "游明朝",YuMincho,"Noto Serif SC","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","HG Mincho E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
}

div#page_company main section#company section#philosophy div.inner ul.left li {
  font-size: 2rem;
  position: relative;
  margin: 76px 0px 120px 32px;
  line-height: 2.5rem;
}

div#page_company main section#company section#philosophy div.inner ul.left li:last-child{
  margin: 76px 0px 0px 32px;
}

div#page_company main section#company section#philosophy div.inner ul.left li span {
  display: block;
  position: absolute;
  font-size: 3.5rem;
  color: #bd9158;
  top: -54px;
  left: -30px;
}

div#page_company main section#company section#philosophy div.inner div.right {
  width: 100%;
  max-width: 332px;
  font-family: "游明朝",YuMincho,"Noto Serif SC","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","HG Mincho E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
  margin-left: 20px;
}

div#page_company main section#company section#philosophy div.inner div.right h4 {
  color: #bd9158;
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: normal;
}

div#page_company main section#company section#philosophy div.inner div.right ul {
  line-height: 2rem;
  margin-bottom: 40px;
}

div#page_company main section#company section#philosophy div.inner div.right ul li {
}

div#page_company main section#company section#message {
  padding: 104px 12px;
  max-width: 1140px;
  margin: 0 auto;
}

div#page_company main section#company section#message h3 {
  border: solid 4px #bd9158;
  padding: 8px;
  width: 218px;
  margin: 0 auto -112px;
  z-index: 1;
  position: relative;
}

div#page_company main section#company section#message h3 span {
  text-align: center;
  color: #fbfbfb;
  font-size: 2.5rem;
  padding: 68px 0px;
  background-color: #bd9158;
  display: block;
}

div#page_company main section#company section#message div.inner {
  padding: 180px 80px 80px;
  display: flex;
  justify-content: space-between;
  background-color: #fbfbfb;
  border-top: solid 6px #bd9158;
}

div#page_company main section#company section#message div.inner div.img_base {
  width: 100%;
  max-width: 482px;
}

div#page_company main section#company section#message div.inner div.img_base img {
  display: block;
  width: 100%;
}

div#page_company main section#company section#message div.inner div.right{
  width: 100%;
  max-width: 452px;
  margin-left: 44px;
}

div#page_company main section#company section#message div.inner div.right p {
  /* font-family: "游明朝",YuMincho,"Noto Serif SC","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","HG Mincho E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif; */
  line-height: 1.75rem;
}

div#page_company main section#company section#message div.inner div.right dl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
}

div#page_company main section#company section#message div.inner div.right dl dt {
  color: #0d8c29;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

div#page_company main section#company section#message div.inner div.right dl dd {
  font-size: 2rem;
  font-weight: bold;
}

div#page_company main section#company section#history {
    padding: 0px 12px;
    max-width: 1140px;
    margin: 0 auto;
}

div#page_company main section#company section#history h3 {
  border: solid 4px #bd9158;
  padding: 8px;
  width: 218px;
  margin: 0 auto -112px;
  z-index: 1;
  position: relative;
}

div#page_company main section#company section#history h3 span{
  text-align: center;
  color: #fbfbfb;
  font-size: 2.5rem;
  padding: 88px 0px;
  background-color: #bd9158;
  display: block;
}

div#page_company main section#company section#history div.inner{
  padding: 180px 80px 80px;
  display: flex;
  justify-content: space-between;
  background-color: #fbfbfb;
  border-top: solid 6px #bd9158;
}

div#page_company main section#company section#history ul {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

div#page_company main section#company section#history ul li {
}

div#page_company main section#company section#history ul li dl {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

div#page_company main section#company section#history ul li dl dt {
  color: #bd9158;
  font-size: 1.25rem;
  min-width: 200px;
  display: flex;
  align-items: center;
}

div#page_company main section#company section#history ul li dl dt:before{
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  border: solid 4px #bd9158;
  margin-right: 12px;
}

div#page_company main section#company section#history ul li dl dd {
}

div#page_company main section#company section#overview {
  padding: 0px 12px;
  max-width: 1140px;
  margin: 104px auto 0px;
}

div#page_company main section#company section#overview h3 {
  border: solid 4px #bd9158;
  padding: 8px;
  width: 218px;
  margin: 0 auto -112px;
  z-index: 1;
  position: relative;
}

div#page_company main section#company section#overview h3 span{
  text-align: center;
  color: #fbfbfb;
  font-size: 2.5rem;
  padding: 88px 0px;
  background-color: #bd9158;
  display: block;
}

div#page_company main section#company section#overview div.inner {
  padding: 180px 80px 80px;
  background-color: #fbfbfb;
  border-top: solid 6px #bd9158;
}

div#page_company main section#company section#overview div.inner div.content_area{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

div#page_company main section#company section#overview div.inner div.content_area dl {
  border-bottom: dotted 1px #bd9158;
  padding: 16px;
  display: flex;
}

div#page_company main section#company section#overview div.inner div.content_area dl dt {
  color: #bd9158;
  width: 100%;
  max-width: 200px;
  font-weight: bold;
  line-height: 2.5rem;
}

div#page_company main section#company section#overview div.inner div.content_area dl dd {
  line-height: 2.5rem;
}

div#page_company main section#company section#overview div.inner div.content_area dl dd ul {
}

div#page_company main section#company section#overview div.inner div.content_area dl dd ul li {
}

div#page_company main section#company section#overview div.inner div.content_area dl dd iframe {
}

div#page_company main section#company section#overview div.inner div.content_area dl.access{
  display: block;

}

div#page_company main section#company section#overview div.inner div.content_area dl.access dt{

}

div#page_company main section#company section#overview div.inner div.content_area dl.access dd{

}

div#page_company main section#company section#overview div.inner div.content_area dl.access dd iframe{
  width: 100%;
  margin-top: 16px;
}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs{
  display: block;
}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dt{

}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd{

}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li{
  width: 100%;
  max-width: 276px;
  margin-top: 16px;
}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li img{
  display: block;
  width: 100%;
}

div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li span{
  display: block;
  text-align: center;
  line-height: 1rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

div#page_company main section#company section#contact {
}

div#page_company main section#company section#contact h2 {
}

div#page_company main section#company section#contact h2 span {
}

div#page_company main section#company section#contact p {
}

div#page_company main section#company section#contact a {
}





@media screen and (max-width: 768px){

  div#page_company {
  }

  div#page_company main {
  }

  div#page_company main section#company {
  }

  div#page_company main section#company div.catch_area {
    padding: 56px 16px 16px;
  }

  div#page_company main section#company div.catch_area h2 {
    font-size: 1rem;
  }

  div#page_company main section#company div.catch_area h2 span {
    font-size: 0.75rem;
    margin-top: 12px;
  }

  div#page_company main section#company div.catch_area p {
    font-size: 0.75rem;
    margin-top: 0px;
    line-height: 1.5rem;
  }

  div#page_company main section#company section#philosophy {
    padding: 12px;
  }

  div#page_company main section#company section#philosophy h3 {
    margin-bottom: 12px;
  }

  div#page_company main section#company section#philosophy h3 span{
    font-size: 1rem;
    padding: 20px;
  }

  div#page_company main section#company section#philosophy div.inner {
    padding: 12px;
    display: block;
  }

  div#page_company main section#company section#philosophy div.inner ul.left {

  }

  div#page_company main section#company section#philosophy div.inner ul.left li {
    margin: 20px 0px 40px 8px;
    font-size: 0.875rem;
  }

  div#page_company main section#company section#philosophy div.inner ul.left li:last-child{
    margin: 20px 0px 0px 8px;
    font-size: 0.875rem;
  }

  div#page_company main section#company section#philosophy div.inner ul.left li span {
    font-size: 2rem;
    top: -28px;
    left: -10px;
  }

  div#page_company main section#company section#philosophy div.inner div.right {
    margin: 12px 0;
  }

  div#page_company main section#company section#philosophy div.inner div.right h4 {
    font-size: 1rem;
  }

  div#page_company main section#company section#philosophy div.inner div.right ul {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 12px;
  }

  div#page_company main section#company section#philosophy div.inner div.right ul li {
  }

  div#page_company main section#company section#message {
    padding: 12px;
  }

  div#page_company main section#company section#message h3 {
    margin-bottom: 12px;
  }

  div#page_company main section#company section#message h3 span {
    font-size: 1rem;
    padding: 20px;
  }

  div#page_company main section#company section#message div.inner {
    padding:12px;
    display: block;
  }

  div#page_company main section#company section#message div.inner div.img_base {
  }

  div#page_company main section#company section#message div.inner div.img_base img {
  }

  div#page_company main section#company section#message div.inner div.right{
    margin: 0;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  div#page_company main section#company section#message div.inner div.right p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 12px;
  }

  div#page_company main section#company section#message div.inner div.right dl {
  }

  div#page_company main section#company section#message div.inner div.right dl dt {
    font-size: 0.75rem;
    margin-bottom: 0px;
  }

  div#page_company main section#company section#message div.inner div.right dl dd {
    font-size: 0.875rem;
  }

  div#page_company main section#company section#history {
  }

  div#page_company main section#company section#history h3 {
    margin-bottom: 12px;
  }

  div#page_company main section#company section#history h3 span{
    font-size: 1rem;
    padding: 20px;
  }

  div#page_company main section#company section#history div.inner{
    padding: 12px;
  }

  div#page_company main section#company section#history ul {
  }

  div#page_company main section#company section#history ul li {
  }

  div#page_company main section#company section#history ul li dl {
    display: block;
    margin-bottom: 12px;
  }

  div#page_company main section#company section#history ul li dl dt {
    font-size: 0.75rem;
  }

  div#page_company main section#company section#history ul li dl dt:before{
    width: 12px;
    height: 12px;
    border: solid 1px #bd9158;
  }

  div#page_company main section#company section#history ul li dl dd {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 4px;
  }

  div#page_company main section#company section#overview {
    margin-top: 12px;
  }

  div#page_company main section#company section#overview h3 {
    margin-bottom: 12px;
  }

  div#page_company main section#company section#overview h3 span{
    font-size: 1rem;
    padding: 20px;
  }

  div#page_company main section#company section#overview div.inner {
    padding: 12px;
  }

  div#page_company main section#company section#overview div.inner div.content_area{
  }

  div#page_company main section#company section#overview div.inner div.content_area dl {
    display: block;
    padding: 0px;
    margin-bottom: 8px;
  }

  div#page_company main section#company section#overview div.inner div.content_area dl dt {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  div#page_company main section#company section#overview div.inner div.content_area dl dd {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  div#page_company main section#company section#overview div.inner div.content_area dl dd ul {
  }

  div#page_company main section#company section#overview div.inner div.content_area dl dd ul li {
  }

  div#page_company main section#company section#overview div.inner div.content_area dl dd iframe {
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.access{

  }

  div#page_company main section#company section#overview div.inner div.content_area dl.access dt{

  }

  div#page_company main section#company section#overview div.inner div.content_area dl.access dd{

  }

  div#page_company main section#company section#overview div.inner div.content_area dl.access dd iframe{
    height: 312px;
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs{
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dt{

  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd{

  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul{
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li{
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li img{
  }

  div#page_company main section#company section#overview div.inner div.content_area dl.imgs dd ul li span{
  }

  div#page_company main section#company section#contact {
  }

  div#page_company main section#company section#contact h2 {
  }

  div#page_company main section#company section#contact h2 span {
  }

  div#page_company main section#company section#contact p {
  }

  div#page_company main section#company section#contact a {
  }

}


body{
  /* background: no-repeat center top url(images/leyout_business.jpg); */
}


div#page_business {
}

div#page_business main {
}

div#page_business main section#business {
}

div#page_business main section#business div.catch {
  padding: 92px 12px;
  background: no-repeat center / cover url(images/business_catch_back.jpg);
}

div#page_business main section#business div.catch h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #fbfbfb;
}

div#page_business main section#business div.catch h2 span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #14d93f;
  margin-top: 28px;
}

div#page_business main section#business div.catch p {
  text-align: center;
  padding: 12px;
  line-height: 2rem;
  font-size: 1.25rem;
  color: #fbfbfb;
  max-width: 680px;
  margin: 40px auto 0px;
}

div#page_business main section#business section#stable {
  margin: 140px auto auto;
  max-width: 1140px;
  position: relative;
}

div#page_business main section#business section#stable div.contents{
  background-color: rgba(255,255,255,0.85);
  padding: 40px 40px 40px 0px;
  border-top-left-radius: 20px;
  width: 100%;
  max-width: 586px;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1;
}

div#page_business main section#business section#stable div.contents h3 {
  padding: 8px 0px 14px 48px;
  font-size: 2rem;
  border-bottom: solid 8px #eddcc6;
  margin-bottom: 32px;
}

div#page_business main section#business section#stable div.contents p {
  padding-left: 52px;
  line-height: 1.75rem;
}

div#page_business main section#business section#stable div.contents a {
  margin-top: 82px;
  display: block;
  float: right;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #bd9158;
  padding: 16px;
  min-width: 208px;
  text-align: center;
  border-radius: 4px;
}

div#page_business main section#business section#stable div.img_base {
  position: relative;
  height: 536px;
}

div#page_business main section#business section#stable div.img_base img{
  display: block;
  position: absolute;
}

div#page_business main section#business section#stable div.img_base img#img_wood {
  width: 656px;
}

div#page_business main section#business section#stable div.img_base img#img_material {
  top: 294px;
  left: 166px;
  width: 406px;
}

div#page_business main section#business section#dedicate {
  margin: 160px auto auto;
  max-width: 1140px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

div#page_business main section#business section#dedicate div.contents {
  background-color: rgba(255,255,255,0.85);
  padding: 40px 40px 40px 0px;
  border-top-left-radius: 20px;
  width: 100%;
  max-width: 588px;
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 2;
  min-height: 312px;
}

div#page_business main section#business section#dedicate div.contents h3 {
  padding: 8px 0px 14px 48px;
  font-size: 2rem;
  border-bottom: solid 8px #eddcc6;
  margin-bottom: 32px;
}

div#page_business main section#business section#dedicate div.contents p {
  padding-left: 52px;
  line-height: 1.75rem;
}

div#page_business main section#business section#dedicate div.img_base {
}

div#page_business main section#business section#dedicate div.img_base img#img_diver {
  width: 656px;
  display: block;
  position: relative;
}

div#page_business main section#business section#dedicate div.img_base img#img_car {
  display: block;
  width: 406px;
  position: relative;
  z-index: 1;
  margin-top: -97px;
  margin-left: 83px;
}


@media screen and (max-width: 768px){

  div#page_business {
  }

  div#page_business main {
  }

  div#page_business main section#business {
  }

  div#page_business main section#business div.catch {
    padding: 56px 16px 16px;
  }

  div#page_business main section#business div.catch h2 {
    font-size: 1rem;
  }

  div#page_business main section#business div.catch h2 span {
    font-size: 0.75rem;
    margin-top: 12px;
  }

  div#page_business main section#business div.catch p {
    font-size: 0.75rem;
    margin-top: 0px;
    line-height: 1.5rem;
  }

  div#page_business main section#business section#stable {
    margin: 0px;
  }

  div#page_business main section#business section#stable div.contents{
    position: static;
    padding: 12px;
    box-sizing: border-box;
  }

  div#page_business main section#business section#stable div.contents h3 {
    font-size: 1rem;
    border-bottom: solid 4px #eddcc6;
    margin-bottom: 8px;
    padding: 8px;
  }

  div#page_business main section#business section#stable div.contents p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0px;
  }

  div#page_business main section#business section#stable div.contents a {
  }

  div#page_business main section#business section#stable div.img_base {
    height: auto;
  }

  div#page_business main section#business section#stable div.img_base img{
  }

  div#page_business main section#business section#stable div.img_base img#img_wood {
    width: 100%;
    position: static;
  }

  div#page_business main section#business section#stable div.img_base img#img_material {
    width: 100%;
    position: static;
  }

  div#page_business main section#business section#dedicate {
    margin: 40px 0px 0px 0px;
    display: block;
  }

  div#page_business main section#business section#dedicate div.contents {
    position: static;
    padding: 12px;
    box-sizing: border-box;
    min-height: 0px;
  }

  div#page_business main section#business section#dedicate div.contents h3 {
    font-size: 1rem;
    border-bottom: solid 4px #eddcc6;
    margin-bottom: 8px;
    padding: 8px;
  }

  div#page_business main section#business section#dedicate div.contents p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0px;
  }

  div#page_business main section#business section#dedicate div.img_base {
  }

  div#page_business main section#business section#dedicate div.img_base img#img_diver {
    width: 100%;
    position: static;
  }

  div#page_business main section#business section#dedicate div.img_base img#img_car {
    width: 100%;
    position: static;
    margin: 0;
  }
}


body{
  /* background: no-repeat center top url(images/layout_blog.jpg); */
}



  /* =========================================================
  page_blog
  ========================================================= */
  div#page_blog {
  }

  div#page_blog main {
  }

  div#page_blog main section#blog {
  }

  div#page_blog main section#blog div.catch{
    background: no-repeat center / cover url(images/blog_catch_back.jpg);
  }

  div#page_blog main section#blog div.catch div.inner {
    padding: 58px 12px;
    box-sizing: border-box;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }

  div#page_blog main section#blog div.catch div.inner h2 {
    height: 200px;
    width: 325px;
    background: no-repeat center url(images/blog_title.svg);
    margin-left: 174px;
    text-indent: -9999px;
  }

  div#page_blog main section#blog div.catch div.inner p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fbfbfb;
    margin: 52px 0px 0px 145px;
    font-weight: bold;
    text-shadow: 0px 0px 4px #333;
  }

  /* =========================================================
  main_content
  ========================================================= */
  div#page_blog main section#blog div#main_content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 92px auto;
    display: flex;
    justify-content: space-between;
  }

  div#page_blog main section#blog div#main_content div.left{
    border-top: solid 8px #bd9158;
    max-width: 706px;
    padding: 28px;
    box-sizing: border-box;
    background-color: #fbfbfb;
    width: 100%;
  }

  div#page_blog main section#blog div#main_content div.left h3.left_title {
    padding: 12px;
    border-bottom: solid 1px #bd9158;
    color: #bd9158;
  }

  div#page_blog main section#blog div#main_content div.left ul {
  }

  div#page_blog main section#blog div#main_content div.left ul li {
  }

  div#page_blog main section#blog div#main_content div.left ul li a {
    text-decoration: none;
    color: #29210c;
  }

  div#page_blog main section#blog div#main_content div.left ul li a:hover{
    text-decoration: underline;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: solid 1px #f1f1f1;
    padding: 12px 0px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right {
    margin-left: 24px;
    max-width: 500px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right h3 {
    color: #0d8c29;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right p.date {
    margin-bottom: 16px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text {
    height: 64px;
    overflow: hidden;
    line-height: 1.5rem;
    position: relative;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    background:linear-gradient(to top,#fbfbfb, transparent);
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text p {
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text p:after{

  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.img_base {
    max-width: 124px;
    width: 100%;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.img_base img.attachment-160x160 {
    display: block;
    width: 100%;
  }

  div#page_blog main section#blog div#main_content div.side {
    max-width: 400px;
    margin-left: 20px;
    width: 100%;
  }

  div#page_blog main section#blog div#main_content div.side section#president {
    border-top: solid 8px #bd9158;
    margin-top: 216px;
    background-color: #fbfbfb;
    padding-bottom: 60px;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-left: solid 1px #f1f1f1;
  }

  div#page_blog main section#blog div#main_content div.side section#president h3 {
    max-width: 280px;
    width: 100%;
    margin: -224px auto 0;
  }

  div#page_blog main section#blog div#main_content div.side section#president h3 img {
    display: block;
    width: 100%;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl {
    max-width: 240px;
    width: 100%;
    margin: 32px auto;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dt {
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dd {
    text-align: center;
    margin-left: 12px;
    font-size: 1.125rem;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dd span {
    display: block;
    font-size: 0.875rem;
    margin-top: 4px;
    font-weight: normal;
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    color: #bd9158;
    line-height: 1.25rem;
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof h4 {
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof ul {
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof ul li {
  }

  div#page_blog main section#blog div#main_content div.side a {
  }


  section#blog div#main_content article.main_article_single {
    border-top: solid 8px #bd9158;
    max-width: 706px;
    padding: 28px;
    box-sizing: border-box;
    background-color: #fbfbfb;
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-left: solid 1px #f1f1f1;
  }

  section#blog div#main_content article.main_article_single h3 {
    font-size: 1.75rem;
    padding-bottom: 12px;
    border-bottom: solid 2px #f1f1f1;
    margin-bottom: 8px;
  }

  section#blog div#main_content article.main_article_single span {
    font-size: 0.875rem;
  }

  section#blog div#main_content article.main_article_single a#return_blog{
    margin-top: 82px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #bd9158;
    padding: 16px;
    min-width: 208px;
    text-align: center;
    border-radius: 4px;
    max-width: 240px;
  }

  section#blog div#main_content article.main_article_single div.content {
    padding: 20px 0px;
    line-height: 2.5rem;
    font-size: 1.125rem;
  }

  section#blog div#main_content article.main_article_single div.content p {
  }






@media screen and (max-width: 768px){

  /* =========================================================
  page_blog
  ========================================================= */
  div#page_blog {
  }

  div#page_blog main {
  }

  div#page_blog main section#blog {
  }

  div#page_blog main section#blog div.catch{
    padding: 0px;
  }

  div#page_blog main section#blog div.catch div.inner {
    padding: 12px;
  }

  div#page_blog main section#blog div.catch div.inner h2 {
    background-size: contain;
    width: 110px;
    height: 69px;
    margin-left: 24px;
  }

  div#page_blog main section#blog div.catch div.inner p {
    margin: 8px 0px 0px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  /* =========================================================
  main_content
  ========================================================= */
  div#page_blog main section#blog div#main_content {
    margin-top: 12px;
    display: block;
  }

  div#page_blog main section#blog div#main_content div.left{
    padding: 12px;
  }

  div#page_blog main section#blog div#main_content div.left h3.left_title {
  }

  div#page_blog main section#blog div#main_content div.left ul {
  }

  div#page_blog main section#blog div#main_content div.left ul li {
  }

  div#page_blog main section#blog div#main_content div.left ul li a {
  }

  div#page_blog main section#blog div#main_content div.left ul li a:hover{
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article {
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right {
    margin-left: 8px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right p.date {
    font-size: 0.75rem;
    margin-bottom: 4px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text:after{
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text p {
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.right div.main_text p:after{

  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.img_base {
    max-width: 72px;
  }

  div#page_blog main section#blog div#main_content div.left ul li a article.main_article div.img_base img.attachment-160x160 {
    width: 100%;
    height: auto;
  }

  div#page_blog main section#blog div#main_content div.side {
    margin: 0 auto;
  }

  div#page_blog main section#blog div#main_content div.side section#president {
    padding-bottom: 12px;
  }

  div#page_blog main section#blog div#main_content div.side section#president h3 {
  }

  div#page_blog main section#blog div#main_content div.side section#president h3 img {
  }

  div#page_blog main section#blog div#main_content div.side section#president dl {
    margin: 12px auto;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dt {
    font-size: 0.75rem;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dd {
    font-size: 0.75rem;
  }

  div#page_blog main section#blog div#main_content div.side section#president dl dd span {
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof{
    font-size: 0.75rem;
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof h4 {
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof ul {
  }

  div#page_blog main section#blog div#main_content div.side section#president div.prof ul li {
  }

  div#page_blog main section#blog div#main_content div.side a {
  }


  section#blog div#main_content article.main_article_single {
    padding: 12px;
  }

  section#blog div#main_content article.main_article_single h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  section#blog div#main_content article.main_article_single span {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  section#blog div#main_content article.main_article_single a#return_blog{
    font-size: 0.75rem;
    margin: 20px auto 20px;
  }

  section#blog div#main_content article.main_article_single div.content {
  }

  section#blog div#main_content article.main_article_single div.content p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

}



  body{
    /* background: no-repeat center top url(images/layout_woods.jpg); */
  }

  div#page_woods {
  }

  div#page_woods main {
  }

  div#page_woods main section#woods {
  }

  div#page_woods main section#woods div.catch {
    padding: 92px 12px;
    background: no-repeat center / cover url(images/woods_catch_back.jpg);
  }

  div#page_woods main section#woods div.catch h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #fbfbfb;
  }

  div#page_woods main section#woods div.catch h2 span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #0d8c29;
    margin-top: 28px;
  }

  div#page_woods main section#woods div.catch p {
    text-align: center;
    padding: 12px;
    line-height: 2rem;
    font-size: 1.25rem;
    color: #fbfbfb;
    max-width: 740px;
    margin: 40px auto 0px;
  }

  div#page_woods main section#woods section.woods_section {
    max-width: 1140px;
    min-height: 400px;
    margin: 8px auto;
  }

  div#page_woods main section#woods section.woods_section h3 {
    padding: 18px 0px 14px 18px;
    font-size: 2rem;
    border-bottom: solid 8px #eddcc6;
    margin-bottom: 32px;
  }

  div#page_woods main section#woods section.woods_section p {
    line-height: 1.5rem;
    margin-bottom: 32px;
  }

  div#page_woods main section#woods section.woods_section h4 {
    font-size: 1.5rem;
    margin: 48px 0px 16px;
    border-bottom: solid 2px #bd9158;
    padding-bottom: 12px;
    color: #bd9158;
  }

  div#page_woods main section#woods section.woods_section div.img_area{
    display: flex;
    justify-content: space-between;
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base {
    width: 100%;
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base:first-child{
    margin-right: 16px;
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base img {
    display: block;
    width: 100%;
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base span {
    display: block;
    margin-top: 12px;
  }

  div#page_woods main section#woods a.reqruit_banner {
  }

  div#page_woods main section#woods a.reqruit_banner span.title {
  }

  div#page_woods main section#woods a.reqruit_banner span.text {
  }

  div#page_woods main section#woods section#contact {
  }

  div#page_woods main section#woods section#contact h2 {
  }

  div#page_woods main section#woods section#contact h2 span {
  }

  div#page_woods main section#woods section#contact p {
  }

  div#page_woods main section#woods section#contact a {
  }


@media screen and (max-width: 768px){

  div#page_woods {
  }

  div#page_woods main {
  }

  div#page_woods main section#woods {
  }

  div#page_woods main section#woods div.catch {
    padding: 56px 16px 16px;
  }

  div#page_woods main section#woods div.catch h2 {
    font-size: 1rem;
  }

  div#page_woods main section#woods div.catch h2 span {
    font-size: 0.75rem;
    margin-top: 12px;
  }

  div#page_woods main section#woods div.catch p {
    font-size: 0.75rem;
    margin-top: 0px;
    line-height: 1.5rem;
  }

  div#page_woods main section#woods section.woods_section {
  }

  div#page_woods main section#woods section.woods_section h3 {
    font-size: 1rem;
    border-bottom: solid 4px #eddcc6;
    margin-bottom: 8px;
    padding: 8px;
  }

  div#page_woods main section#woods section.woods_section p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0px;
  }

  div#page_woods main section#woods section.woods_section h4 {
  }

  div#page_woods main section#woods section.woods_section div.img_area{
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base {
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base:first-child{
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base img {
  }

  div#page_woods main section#woods section.woods_section div.img_area div.img_base span {
  }

  div#page_woods main section#woods a.reqruit_banner {
  }

  div#page_woods main section#woods a.reqruit_banner span.title {
  }

  div#page_woods main section#woods a.reqruit_banner span.text {
  }

  div#page_woods main section#woods section#contact {
  }

  div#page_woods main section#woods section#contact h2 {
  }

  div#page_woods main section#woods section#contact h2 span {
  }

  div#page_woods main section#woods section#contact p {
  }

  div#page_woods main section#woods section#contact a {
  }
}

  body{
    /* background: no-repeat center top url(images/layout_contact.jpg); */
  }

  div#page_contact {
  }

  div#page_contact main {
  }

  div#page_contact main section#contact {
    background-color: transparent;
    padding: 0px;
  }

  div#page_contact main section#contact div.catch {
    padding: 88px 12px;
    background: no-repeat center / cover url(images/contact_catch_back.jpg);
  }

  div#page_contact main section#contact div.catch h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #fbfbfb;
  }

  div#page_contact main section#contact div.catch h2 span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #0d8c29;
    margin-top: 28px;
  }

  div#page_contact main section#contact div.main_area {
    padding: 40px 12px;
  }

  div#page_contact main section#contact div.main_area h3.complete_title{
    text-align: center;
    font-size: 2.5rem;
  }

  div#page_contact main section#contact div.main_area p.explain {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-top: 72px;
  }

  div#page_contact main section#contact div.main_area div.tel_area {
    margin: 62px auto 30px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
    padding: 56px 0px;
    background-color: #fcf5ee;
  }

  div#page_contact main section#contact div.main_area div.tel_area h3 {
    font-size: 1.5rem;
    color: #bd9158;
  }

  div#page_contact main section#contact div.main_area div.tel_area p.tel_number {
    padding-left: 40px;
    background: no-repeat left bottom url(images/header_tel_icon.svg);
    font-size: 3rem;
    font-weight: bold;
    color: #5c401d;
    font-family: 'Lato',sans-serif;
    margin: 32px auto 0px;
    letter-spacing: 2px;
    max-width: 350px;
  }

  div#page_contact main section#contact div.main_area div.tel_area p.time {
    margin-top: 24px;
    font-size: 1.125rem;
    color: #bd9158;
  }

  /* =========================================================
  formArea
  ========================================================= */
  div#page_contact main section#contact div.main_area div#formArea {
    max-width: 780px;
    margin: 92px auto;
  }

  div#page_contact main section#contact div.main_area div#formArea form {
  }

  div#page_contact main section#contact div.main_area div#formArea form dl {
    margin-bottom: 2px;
    display: flex;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dt {
    min-width: 280px;
    padding: 32px;
    text-align: right;
    background-color: #bd9158;
    border-left: solid 8px #5c401d;
    color: #fbfbfb;
    box-sizing: border-box;
    font-size: 1.125rem;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd {
    padding: 16px;
    width: 100%;
    background-color: #fcf5ee;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd span{
    display: block;
    color: #fbfbfb;
    padding: 8px;
    background-color: #f21819;
    margin-top: 8px;
    border-radius: 4px;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd input {
    font-size: 1rem;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #c5cada;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dt span {
    font-size: 0.875rem;
    margin-left: 12px;
    font-weight: bold;
    color: #fbfbfb;
    background-color: #0d8c29;
    padding: 6px;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd textarea#contactv {
    font-size: 1rem;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #c5cada;
  }

  div#page_contact main section#contact div.main_area div#formArea form input#submit {
    cursor: pointer;
    margin: 60px auto;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    max-width: 440px;
    width: 100%;
    padding: 20px;
    transition: all .2s ease;
    border-bottom: solid 4px #006e6b;
    background-color: #33a542;
  }

  div#page_contact main section#contact div.main_area div#formArea form input#submit:hover{
    background-color: #0d8c29;
  }


@media screen and (max-width: 768px){

  div#page_contact {
  }

  div#page_contact main {
  }

  div#page_contact main section#contact {
  }

  div#page_contact main section#contact div.catch {
    padding: 56px 16px 16px;
  }

  div#page_contact main section#contact div.catch h2 {
    font-size: 1rem;
  }

  div#page_contact main section#contact div.catch h2 span {
    font-size: 0.75rem;
    margin-top: 12px;
  }

  div#page_contact main section#contact div.main_area {
    padding: 40px 0px;
  }

  div#page_contact main section#contact div.main_area h3.complete_title{
    font-size: 1rem;
  }

  div#page_contact main section#contact div.main_area p.explain {
    margin-top: 0px;
    padding: 12px;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  div#page_contact main section#contact div.main_area div.tel_area {
    margin-top: 0px;
    padding: 12px;
  }

  div#page_contact main section#contact div.main_area div.tel_area h3 {
    font-size: 0.875rem;
  }

  div#page_contact main section#contact div.main_area div.tel_area p.tel_number {
    font-size: 1.25rem;
    width: 166px;
    background-size: 24px;
    padding-left: 28px;
    margin: 8px auto 0;
  }

  div#page_contact main section#contact div.main_area div.tel_area p.time {
    font-size: 0.75rem;
    margin-top: 8px;
  }

  /* =========================================================
  formArea
  ========================================================= */
  div#page_contact main section#contact div.main_area div#formArea {
    margin-top: 30px;
  }

  div#page_contact main section#contact div.main_area div#formArea form {
  }

  div#page_contact main section#contact div.main_area div#formArea form dl {
    display: block;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dt {
    font-size: 0.875rem;
    padding: 12px;
    text-align: left;
    box-sizing: border-box;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd {
    font-size: 0.75rem;
    padding: 12px;
    box-sizing: border-box;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd span{
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd input {
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dt span {
    font-size: 0.75rem;
  }

  div#page_contact main section#contact div.main_area div#formArea form dl dd textarea#contactv {
  }

  div#page_contact main section#contact div.main_area div#formArea form input#submit {
    margin: 20px auto;
    width: auto;
    font-size: 1rem;
    padding: 20px 32px;
  }

}

  div#page_reqruit {
    background: #fcf5ee;
    padding-bottom: 88px;
  }

  div#page_reqruit main {
  }

  div#page_reqruit main section#reqruit {
  }

  div#page_reqruit main section#reqruit div.catch {
    background: no-repeat center / cover url(images/reqruit_catch_back.jpg);
  }

  div#page_reqruit main section#reqruit div.catch div.inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 {
    background-color: rgba(14,156,45,0.9);
    border-bottom: solid 24px rgba(30,219,63,0.9);
    margin-bottom: 200px;
        width: 257px;
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 span.square {
    text-indent: -9999px;
    display: block;
    width: 120px;
    height: 120px;
    background: no-repeat center url(images/reqruit_catch_icon.svg);
    margin: 66px auto 0px;
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 span.copy {
    text-indent: -9999px;
    display: block;
    width: 106px;
    height: 178px;
    background: no-repeat center url(images/reqruit_catch_text.svg);
    margin: 40px auto 60px;
  }

  div#page_reqruit main section#reqruit section#team {
    padding: 96px 12px;
    background: no-repeat center / cover url(images/reqruit_team_back.svg);
    position: relative;
  }

  div#page_reqruit main section#reqruit section#team:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 560px;
    height: 560px;
    background: no-repeat left top / cover url(images/reqruit_team_topleft.png);
  }

  div#page_reqruit main section#reqruit section#team:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 560px;
    height: 560px;
    background: no-repeat left top / cover url(images/reqruit_team_bottomright.png);
  }

  div#page_reqruit main section#reqruit section#team div.inner{
    padding: 64px 12px;
    background-color: rgba(255,255,255,0.7);
    max-width: 584px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  div#page_reqruit main section#reqruit section#team div.inner h3 {
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
  }

  div#page_reqruit main section#reqruit section#team div.inner h3 span {
    display: block;
  }

  div#page_reqruit main section#reqruit section#team div.inner p {
    margin: 64px 0px 0px;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    font-weight: bold;
  }

  div#page_reqruit main section#reqruit section#team div.inner p span.gren {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#manto {
    background: no-repeat center / cover url(images/reqruit_manto_back.jpg);
  }

  div#page_reqruit main section#reqruit section#manto div.inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 118px 12px;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content{
    padding: 36px;
    background-color: rgba(255,255,255,0.7);
    max-width: 408px;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 span.br {
    display: block;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 span.br span.green {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content p {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 16px;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content p span.green {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#airy {
    background: no-repeat center / cover url(images/reqruit_airy_back.jpg);
  }

  div#page_reqruit main section#reqruit section#airy div.inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 118px 12px;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content{
    padding: 36px;
    background-color: rgba(255,255,255,0.7);
    max-width: 408px;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content h3 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content h3 span.green {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content p {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 16px;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content p span.green {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#job {
    padding: 136px 12px 100px;
  }

  div#page_reqruit main section#reqruit section#job div.inner{
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 112px;
    box-sizing: border-box;
    position:relative;
    min-height: 678px;
  }

  div#page_reqruit main section#reqruit section#job div.inner h3{
  }

  div#page_reqruit main section#reqruit section#job div.inner h3 span.t_job {
    display: block;
    color: #0d8c29;
    margin-bottom: 4px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
  }

  div#page_reqruit main section#reqruit section#job div.inner h3 span.t_taguchi{
    text-indent: -9999px;
    display: block;
    width: 100%;
    max-width: 1030px;
    background: no-repeat left url(images/reqruit_job_title.svg),no-repeat 516px bottom url(images/reqruit_job_car.svg);
    height: 61px;
    border-bottom: solid 8px #bd9158;
  }



  div#page_reqruit main section#reqruit section#job div.inner img {
    width: 100%;
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content {
    position: absolute;
    right: 0;
    top: 206px;
    padding: 40px 40px 40px 40px;
    background: rgba(14,156,45,0.9);
    border-top: solid 8px #bd9158;
    color: #fbfbfb;
    width: 388px;
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content:before{
    content: "";
    display: block;
    width: 117px;
    height: 60px;
    background: no-repeat url(images/reqruit_job_truck.svg);
    position: absolute;
    top: -66px;
    right: 12px;
  }


  div#page_reqruit main section#reqruit section#job div.inner div.content h4 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 40px;
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  div#page_reqruit main section#reqruit section#interview {

  }

  div#page_reqruit main section#reqruit section#interview div.title_base{
    border-bottom: solid 8px #bd9158;
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 {
    text-align: right;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 34px;
    background: no-repeat left bottom url(images/reqruit_interview_icon.svg);
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.int {
    display: block;
    color: #0d8c29;
    margin-bottom: 4px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
  }
  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.voice{
    text-indent: -9999px;
    display: block;
    width: 100%;
    max-width: 1140px;
    background: no-repeat right url(images/reqruit_interview_title.svg);
    height: 61px;
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.voice span{
    display: none;
  }

  div#page_reqruit main section#reqruit section#interview div.content{
    background-color: #fbfbfb;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 {
    display: flex;
    flex-direction: column-reverse;
    padding: 51px 0px;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 0px 20px;
    align-items: center;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower h4 {
    font-size: 2.125rem;
    line-height: 3.5rem;
    min-width: 440px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower p {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-top: 16px;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower p span.green {
    color: #0d8c29;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper {
    position: relative;
    z-index: 1;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper:after{
    content: "";
    display: block;
    width: 297px;
    height: 297px;
    position: absolute;
    bottom: -140px;
    left: -147px;
    background: no-repeat url(images/reqruit_interview_wood.svg);
    z-index: -1;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper img {
    display: block;
    width: 100%;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl {
    position: absolute;
    right: 0px;
    bottom: 48px;
    color: #fbfbfb;
    width: 296px;
    text-align: right;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl dt {
    font-size: 1.25rem;
    padding: 12px;
    background: rgba(30,219,63,0.9)
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl dd {
    font-size: 2.5rem;
    padding: 18px;
    background: rgba(14,156,45,0.9);
  }

  div#page_reqruit main section#reqruit section#wanted {
    padding: 116px 12px 0px;
  }

  div#page_reqruit main section#reqruit section#wanted h3 {
    max-width: 980px;
    margin: 0 auto;
    padding: 96px 0px;
    text-align: center;
    font-size: 3rem;
    color: #fbfbfb;
    background: no-repeat center / cover url(images/reqruit_wanted_back.jpg);
  }

  div#page_reqruit main section#reqruit section#wanted div.inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 0px 64px;
    background-color: #f5ebdf;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: dotted 1px #29210c;
    padding: 12px 0px;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl dt {
    color: #0d8c29;
    font-weight: bold;
    min-width: 136px;
    line-height: 2rem;
    margin-right: 12px;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl dd {
    line-height: 2rem;
    width: 100%;
  }

  /* =========================================================
  wanted_catch
  ========================================================= */
  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch {
    max-width: 788px;
    margin: 88px auto 0px;
    display: flex;
    justify-content: space-between;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch div.img_base {
    max-width: 374px;
    width: 100%;
    margin-right: 40px;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch div.img_base img {
    display: block;
    width: 100%;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch p {
    width: 100%;
    font-size: 1.75rem;
    line-height: 3rem;
    margin-bottom: 40px;
    font-weight: bold;
  }

  div#page_reqruit main section#reqruit section#entry {
    background-color: #fbfbfb;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  div#page_reqruit main section#reqruit section#entry h3 {
    max-width: 952px;
    padding: 48px 12px;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    color: #fbfbfb;
    position: relative;
    background-color: #bd9158;
    z-index: 0;
  }

  div#page_reqruit main section#reqruit section#entry h3:after{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-bottom: solid 1px #bd9158;
    border-right: solid 1px #bd9158;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 42px);
    transform: rotate(45deg);
    background-color: #bd9158;
    z-index: -1;
  }

  div#page_reqruit main section#reqruit section#entry div.inner {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form {
    max-width: 786px;
    margin: 104px auto 0px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl {
    margin-bottom: 2px;
    display: flex;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dt {
    min-width: 272px;
    padding: 32px;
    text-align: right;
    background-color: #bd9158;
    border-left: solid 8px #5c401d;
    color: #fbfbfb;
    box-sizing: border-box;
    font-size: 1.125rem;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dt span{
    font-size: 0.875rem;
    margin-left: 12px;
    font-weight: bold;
    color: #fbfbfb;
    background-color: #0d8c29;
    padding: 6px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd {
    padding: 16px;
    width: 100%;
    background-color: #fcf5ee;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd span.err_ms {
    display: block;
    color: #fbfbfb;
    padding: 8px;
    background-color: #f21819;
    margin-top: 8px;
    border-radius: 4px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd input {
    font-size: 1rem;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #c5cada;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dt {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul {
    display: flex;
    align-items: center;
    height: 100%;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li {
    display: flex;
    align-items: center;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input{
    display: none;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input#male {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li label {
    position: relative;
    display: block;
    padding-left: 48px;
    margin-right: 40px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li label:before {
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #fbfbfb;
    border: solid 1px #c5cada;
    position: absolute;
    top: -10px;
    left: 0px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input:checked + label:after{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #0d8c29;
    position: absolute;
    top: -1px;
    left: 9px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input#female {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dt {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover {
    display: flex;
    align-items: center;
    /* height: 100%; */
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects select {
    height: 44px;
    font-size: 1rem;
    background-color: #fbfbfb;
    border: solid 1px #c5cada;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects select option {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects span {
    margin-right: 20px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd textarea#prv {
    font-size: 1rem;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #c5cada;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form input#submit {
    cursor: pointer;
    margin: 60px auto;
    color: #fbfbfb;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    max-width: 440px;
    width: 100%;
    padding: 20px;
    background-color: #33a542;
    transition: all .2s ease;
    border-bottom: solid 4px #006e6b;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form input#submit:hover{
    background-color: #0d8c29;
  }


@media screen and (max-width: 768px){

  div#page_reqruit {
  }

  div#page_reqruit main {
  }

  div#page_reqruit main section#reqruit {
  }

  div#page_reqruit main section#reqruit div.catch {
  }

  div#page_reqruit main section#reqruit div.catch div.inner {
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 {
    width: 100px;
    margin-bottom: 0px;
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 span.square {
    background-size: contain;
    width: 60px;
    height: 60px;
    margin: 20px auto 0px;
  }

  div#page_reqruit main section#reqruit div.catch div.inner h2 span.copy {
    background-size: contain;
    width: 60px;
    height: 102px;
    margin: 20px auto 20px;
  }

  div#page_reqruit main section#reqruit section#team {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#team:before{
    width: 186px;
    height: 186px;
  }

  div#page_reqruit main section#reqruit section#team:after{
    width: 186px;
    height: 186px;
  }

  div#page_reqruit main section#reqruit section#team div.inner{
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#team div.inner h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  div#page_reqruit main section#reqruit section#team div.inner h3 span {
  }

  div#page_reqruit main section#reqruit section#team div.inner p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }

  div#page_reqruit main section#reqruit section#team div.inner p span.gren {
  }

  div#page_reqruit main section#reqruit section#manto {
  }

  div#page_reqruit main section#reqruit section#manto div.inner {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content{
    padding: 12px;
    max-width: 100%;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 span.br {
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content h3 span.br span.green {
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }

  div#page_reqruit main section#reqruit section#manto div.inner div.content p span.green {
  }

  div#page_reqruit main section#reqruit section#airy {
  }

  div#page_reqruit main section#reqruit section#airy div.inner {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content{
    padding: 12px;
    max-width: 100%;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content h3 span.green {
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }

  div#page_reqruit main section#reqruit section#airy div.inner div.content p span.green {
  }

  div#page_reqruit main section#reqruit section#job {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#job div.inner{
    padding: 0;
    min-height: 0px;
  }

  div#page_reqruit main section#reqruit section#job div.inner h3{
  }

  div#page_reqruit main section#reqruit section#job div.inner h3 span.t_job {
    font-size: 1rem;
  }

  div#page_reqruit main section#reqruit section#job div.inner h3 span.t_taguchi{
    background-size: 144px;
    height: 24px;
  }



  div#page_reqruit main section#reqruit section#job div.inner img {
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content {
    padding: 12px;
    position: static;
    box-sizing: border-box;
    width: auto;
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content:before{
    display: none;
  }


  div#page_reqruit main section#reqruit section#job div.inner div.content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 12px;
  }

  div#page_reqruit main section#reqruit section#job div.inner div.content p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }

  div#page_reqruit main section#reqruit section#interview {

  }

  div#page_reqruit main section#reqruit section#interview div.title_base{
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 {
    background: none;
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.int {
    font-size: 1rem;
  }
  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.voice{
    background-size: 144px;
    height: 24px;
  }

  div#page_reqruit main section#reqruit section#interview div.title_base h3 span.voice span{
  }

  div#page_reqruit main section#reqruit section#interview div.content{
    padding-bottom: 4px;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner{
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 {
    padding: 0;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower {
    align-items: baseline;
    margin: 0;
    padding: 12px;
    display: block;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 12px;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 4px;
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.lower p span.green {
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper {
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper:after{
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper img {
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl {
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl dt {
    background: rgba(30,219,63,0.9)
  }

  div#page_reqruit main section#reqruit section#interview div.content div.inner div.main1 div.upper dl dd {
  }

  div#page_reqruit main section#reqruit section#wanted {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#wanted h3 {
    padding: 32px;
    font-size: 1rem;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner {
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl {
    display: block;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl dt {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner dl dd {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  /* =========================================================
  wanted_catch
  ========================================================= */
  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch {
    margin: 12px 0px;
    display: block;
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch div.img_base {
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch div.img_base img {
  }

  div#page_reqruit main section#reqruit section#wanted div.inner div#wanted_catch p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 4px;
    margin-bottom: 0px;
  }

  div#page_reqruit main section#reqruit section#entry {
  }

  div#page_reqruit main section#reqruit section#entry h3 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 18px;
  }

  div#page_reqruit main section#reqruit section#entry h3:after{
    width: 40px;
    height: 40px;
    bottom: -21px;
    left: calc(50% - 20px);
  }

  div#page_reqruit main section#reqruit section#entry div.inner {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form {
    margin: 38px auto 0px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl {
    display: block;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dt {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 12px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dt span{
    font-size: 0.75rem;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 12px;
    box-sizing: border-box;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd span.err_ms {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd input {
    background-color: #fff;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dt {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd {
    padding: 20px 12px;
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input{
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input#male {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li label {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li label:before {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input:checked + label:after{
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.form_radio dd ul li input#female {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dt {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover { */
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects select {

  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects select option {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl.birth_date dd div.cover div.selects span {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form dl dd textarea#prv {
  }

  div#page_reqruit main section#reqruit section#entry div.inner form input#submit {
    margin: 20px auto;
    width: auto;
    font-size: 1rem;
    padding: 20px 32px;
  }
}
