@charset "utf-8";

/* /////////////////////////////
      下層共通
///////////////////////////// */
.pc{
  display: block;
}
.sp{
  display: none;
}
.page_ttl{
  text-align: center;
}
.page_ttl h2{
  font-size: 70px;
  color: var(--green);
  letter-spacing: 0.2em;
}
.page_ttl p{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.page_sc{
  padding-top: 140px;
}
.page_sc h3{
  font-size: 36px;
  font-weight: 400;
  color: var(--green);
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 50px;
}
.flex_item{
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .page_ttl h2{
    font-size: 40px;
  }
  .page_ttl p{
    font-size: 20px;
  }
  .page_sc{
    padding-top: 60px;
  }
  .page_sc h3{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .flex_item{
    flex-wrap: wrap;
  }
}
.pcnav .globalnavi ul li.menu__single {
    position: relative;
}
.pcnav .globalnavi ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
}
.menu__single{
  position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single ul.menu__second-level li{
  text-align: left;
  color: #8b8b8b;
}
li.menu__single ul.menu__second-level li a{
  width: 75%;
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  font-size: 13px;
}
li.menu__single:hover ul.menu__second-level {
    top: 35px;
    visibility: visible;
    opacity: 1;
    transition-delay:.5s;
}
li.menu__single:hover ul.menu__second-level li:last-child {
    transition-delay:.3s;
}
li.menu__single:hover ul.menu__second-level li a:hover{
    color: #209146;
}

@media screen and (max-width:767px){
  .sp-menu nav .menu__single a{
    margin-bottom: 0;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 0;
  }
  ul.menu__second-level li{
    font-size: 10px;
  }
  li.menu__single ul.menu__second-level li:first-child a{
    margin-top: 10px;
    margin-bottom: 0;
  }
  li.menu__single ul.menu__second-level li:last-child a{
    margin-bottom: 30px;
  }
  li.menu__single ul.menu__second-level{
    position: relative;
  }
}

/* /////////////////////////////
      下層ページ
///////////////////////////// */
/* ピックアップ製品01 油水分離槽 */
.pickup01_img01{
  margin-top: 60px;
}
.pickup01_img02{
  max-width: 445px;
  width: 45%;
}
.pickup01_detail01_txt01{
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: justify;
  max-width: 520px;
  width: 52%;
}

.pickup01_detail02_txt01{
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: justify;
  font-weight: 400;
}
.pickup01_detail02_txt02{
  font-size: 18px;
  color: var(--green);
  letter-spacing: 0.2em;
  margin-top: 15px;
  display: inline-block;
  font-weight: 400;
}

.pickup01_img03{
  display: block;
  text-align: center;
  max-width: 460px;
  width: 48%;
}
.pickup01_img03 p{
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 0.15em;
}
.pickup01_link_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 170px;
}
.pickup01_link_list li{
  text-align: center;
  margin: 0 12px;
  max-width: 300px;
  width: 48%;
}
.pickup01_link_list li a{
  position: relative;
  height: 80px;
  border: solid 1px var(--green);
  color: var(--green);
  display: block;
}
.pickup01_link_list li a span{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.pickup01_link_list li a:hover{
    background: var(--green);
    color: #fff;
    opacity: 1 !important;
  }

/* pickup01_ach  */
.lower_ttl{
  text-align: center;
}
.lower_ttl h2{
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.lower_ttl p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
}
.modal {
  display: block;
  width: 778px;
  max-width: 100%;
  height: 557px;
  position: fixed;
  z-index: 1000001;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background: #FAFAF7;
}
.modal02{
  height: 231px;
}
.closed {
  display: none;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 500000;
background: rgba(0, 0, 0, 0.6);
}
.modal-guts {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: auto;
}
.modal-guts h4 span{
  margin-top: -3px;
  padding-right: 30px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .1em;
}
.modal-guts h4{
  width: 90%;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #209146;
  letter-spacing: .1em;
}
.modal-guts figure{
  width: 87%;
  margin: 50px auto 20px;
}
.modal-guts p{
  width: 87%;
  margin: 35px auto 70px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .1em;
}
.modal .close-button {
position: absolute;
z-index: 1;
top: 10px;
right: 20px;
border: 0;
padding: 5px 10px;
font-size: 2rem;
color: #000;
}
.ach_box,.open-button{
  width: 48%;
  height: 240px;
  display: block;
  text-align: center;
  border: 1px solid #0A9747;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content:center;
  background-color: #fff;
}
.ach_box .flex_item{
  width: 80%;
  align-items: center;
  justify-content:flex-start;
}
.flex_item02{
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
.ach_box p{
  text-align: left;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: 400;
}
.ach_box span{
  padding-right: 40px;
  letter-spacing: .1em;
  font-size: 40px;
  font-weight: 400;
}
.pickup01_detail03 h4{
  font-size: 32px;
  letter-spacing: .2em;
}

.pickup01_detail03 .cate_list{
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.pickup01_detail03 .cate_list a{
  width: 85px;
  margin-right: 10px;
  padding: 3px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  text-align: center;
}
.pickup01_detail03 .cate_list a:first-child{
  background-color: #B0B0B0;
}
.pickup01_detail03 .cate_list a:nth-child(2){
  background-color: #7A7A7A;
}
.pickup01_detail03 .cate_list a:last-child{
  background-color: #424242;
}
.pickup01_detail03 .accordion {
  margin: 10px auto 30px;
}
.pickup01_detail03 .toggle {
  display: none;
}
.pickup01_detail03 .option {
  position: relative;
  margin-bottom: 1em;
  letter-spacing: .1em;
}
.pickup01_detail03 .kikaku_ttl,
.pickup01_detail03 .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.pickup01_detail03 .kikaku_ttl {
  border-bottom: solid 1px #ccc;
  padding: 10px 30px;
  display: block;
  color: #000;
  font-weight: 400;
  position: relative;
}
.pickup01_detail03 .kikaku_ttl::after,
.pickup01_detail03 .kikaku_ttl::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #000;
  transition: all 0.3s;
}
.pickup01_detail03 .kikaku_ttl::after {
  transform: rotate(90deg);
}
.pickup01_detail03 .kikaku_content {
  max-height: 0;
  overflow: hidden;
}
.pickup01_detail03 .kikaku_content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.pickup01_detail03 .toggle:checked + .kikaku_ttl{
  border-bottom: none;
}
.pickup01_detail03 .toggle:checked + .kikaku_ttl + .kikaku_content {
  margin-top: 50px;
  max-height: 100%;
  transition: all 1s;
  /*border-bottom: dashed 1px #0A9747;*/
}
.pickup01_detail03 .toggle:checked + .kikaku_ttl::before {
  transform: rotate(90deg) !important;
}
table.str_detail {
  width: 100%;
  margin: 20px auto 0px;
}
table.str_detail tr:first-child{
  background-color: #888888;
  color: #fff;
}
table.str_detail tr:first-child th,table.str_detail tr:first-child td{
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-right: 1.5px solid #000;
}
table.str_detail .td_row{
  width: 70px;
}
table.str_detail .td_col{
  width: 60px;
  padding: 10px 0;
}
table.str_detail th,table.str_detail td{
  padding: 15px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #333;
  vertical-align: middle;
}
table.str_detail th:last-child,table.str_detail td:last-child{
  border-right: none!important;
}
.wh_bg{
  margin :0 auto 150px;
  max-width: 808px;
}
table.str_detail th.dot,table.str_detail td.dot{
  border-right: 1.5px dashed #000;
}
table.str_detail .gry_bg th{
  background-color: #888888;
  color: #fff;
}
.zm_icon{
  position: relative;
}
.zm_icon:after{
  content: "";
  width: 23px;
  height: 23px;
  background:url(../img/common/zoom.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: auto;
}
.zm_icon:hover{
  background: var(--green);
  color: #fff;
  opacity: 1 !important;
  transition: .3s;
}
.zm_icon:hover:after{
  content: "";
  width: 23px;
  height: 23px;
  background:url(../img/common/zoom_wh.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: auto;
}
/*pickup02*/
.pickup02_list{
  margin: 0 auto 100px;
  max-width: 808px;
}
.pickup02_list h4{
  margin: 15px auto 10px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: .1em;
}
.pickup02_list p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: justify;
}
.data_btn{
  margin-top: 20px;
  color: #209146;
  display: block;
  letter-spacing: .1em;
  font-weight: 400;
}

/*products*/
.p_txt{
  margin: 80px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
section.products_detail{
  padding: 80px 0;
  border-top: 1px dashed #0A9747;
}
#onlycatalog{
  max-width: 808px;
  margin: auto;
}
section.products_detail .catalog_img{
  max-width: 397px;
  margin: 60px auto 0;
}
section.products_detail .data_list .catalog_img{
  width: 25%;
}
.dl_btn{
  width: 184px;
  height: 33px;
  line-height: 31px;
  margin: 50px auto 0;
  border: 1px solid #209146;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: #209146;
  text-align: center;
  display: block;
  position: relative;
}
.dl_btn:after{
  content: "";
  width: 12px;
  height: 12px;
  background:url(../img/products/icon.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}
.catalog_box{
  width: 30%;
}
.catalog_box p{
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.dl_btn{
  margin: 30px auto 0;
  padding-right: 10px;
}
.dl_btn:hover{
  background: var(--green);
    color: #fff;
    opacity: 1 !important;
}
.dl_btn:hover:after{
  content: "";
  width: 12px;
  height: 12px;
  background:url(../img/products/icon_wh.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}
.data_list{
  max-width: 808px;
  margin: auto;
}
.data_list h4{
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  letter-spacing: .1em;
}
.data_list .cate_list{
  display: flex;
  align-items: center;
}
.data_list .cate_list03{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #000;
}
.data_list .cate_list a{
  width: 85px;
  margin-right: 10px;
  padding: 3px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  text-align: center;
}
.data_list .cate_list a:first-child{
  background-color: #B0B0B0;
}
.data_list .cate_list a:nth-child(2){
  background-color: #7A7A7A;
}
.data_list .cate_list02 a:nth-child(2),.data_list .cate_list03 a:nth-child(2){
  background-color: #B0B0B0;
}
.data_list .cate_list02 a:nth-child(3),.data_list .cate_list03 a:nth-child(3){
  background-color: #7A7A7A;
}
.data_list .cate_list a:last-child{
  background-color: #424242;
}
.cate_list a:hover{
  background: var(--green)!important;;
    color: #fff;
    opacity: 1 !important;
}
.catalog_img p{
  margin-top: 30px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 400;
}
.data_box{
  margin-top: 50px;
  padding: 30px 0;
}
.data_box02{
  margin-top: 0;
  border-bottom: 1px solid #888888;
}
.data_box03{
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
.data_box p{
  width: 35%;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
}
.data_box02 p.data_num{
  width: 20%;
  padding-left: 0;
}
.data_box02 .data_detail{
  width: 80%;
}
.data_box .cate_list02 p,.data_box .cate_list03 p{
  padding-left: 0px;
}
.data_list .data_item{
  width:75%;
  margin-left: 100px;
}
.data_list .flex_item02{
  align-items: flex-start;
}
.data_list .flex_item02 .catalog_img{
  margin: 30px auto 0!important
}
.data_list .cate_list02{
  border-top: none;
}
.data_flex{
  margin-top: 140px;
  padding-bottom: 30px;
  align-items: center;
  border-bottom: 1px solid #888;
}
.data_flex02{
  padding: 0;
}
.data_flex03{
  margin-top: 0;
  padding: 0;
}
section.products_detail .data_list figure.catalog_img{
  width: 30%;
  margin: 0 auto 0;
  text-align: center;
}
.data_flex p{
  width: 40%;
  text-align: center;
}
.data_flex02 p,.data_flex03 p{
  text-align: left;
  padding-left: 80px;
  font-size: 16px;
  font-weight: 400;
}
.data_flex .cate_list{
  width: 40%;
}
.data_flex02 figure.catalog_img,.data_flex03 figure.catalog_img{
  width: 30%!important;
  padding-left: 80px!important;
}
#pr01,#pr02,#pr03,#pr04,#pr05,#pr06,#pr07,#pr08,#aq01,#aq02,#aq03,#aq04,#aq05,#ach01,#ach02{
  padding-top: 100px;
  margin-top: -100px;

}
#ach01,#ach02{
  padding-top: 120px;
  margin-top: -120px;
}
#z_data{
  padding-top: 120px;
  margin-top: -120px;
}
/*case*/
.case_box ul.casestudy_list li{
  width: 30%;
  position: relative;
  margin-bottom: 50px;
}
.case_box ul.casestudy_list:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.case_box ul.casestudy_list .casestudy_txtarea{
  padding: 20px 10px;
}
.case_box ul.casestudy_list li .post_ttl{
  font-size: 16px;
  font-weight: 400;
}
.case_box ul.casestudy_list li .post_cat li{
  font-size: 14px;
  font-weight: 400;
}
.case_box ul.casestudy_list li .post_cat li,.case_box ul.casestudy_list li .post_tag li{
  width: 100%;
  margin-bottom: 0;
}
.case_box ul.casestudy_list li .post_tag li{
  font-size: 12px;
  font-weight: 400;
}
.case_box ul.casestudy_list li .thumbnail .thumbnail_item{
  max-height: 288px;
}
.wp-pagenavi{
  margin: auto;
    display: block;
    text-align: center;
}
.casedetail_box{
  max-width: 1016px;
  margin: auto;
}
.casedetail_box .post_ttl{
  font-size: 26px;
  font-weight: 400;
}
.casedetail_box .post_cat{
  font-size: 18px;
}
.casedetail_box .post_tag{
  font-size: 16px;
}
.casedetail_box .post_cat li,.casedetail_box .post_tag li{
  font-weight: 400;
  letter-spacing: .1em;
}
.casedetail_box .post_cat li{
  letter-spacing: .2em; 
}
.casedetail_box .thumbnail .thumbnail_item{
  width: 100%;
  height: 480px;
}
.casedetail_box .casestudy_list li{
  width: 100%;
  max-width: 100%;
}
.casedetail_box .casestudy_txtarea{
  max-width: 808px;
  margin: 50px auto 0;
}
.casedetail_box .casestudy_txtarea span{
  color: var(--green);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
}
.casedetail_box .casestudy_txtarea .modal .close-button{
  color: #209146;
}
.casedetail_box .detail_img{
  width: 170px;
  height: 100%;
}
.casedetail_box .detail_img figure{
  margin: auto;
}
.pic_item{
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.casedetail_box .open-button{
  width: auto;
  height: auto;
  border: none;
}
.casedetail_box .detail_img02{
  width: 100%;
  height: 600px;
}
.casedetail_box .pic_item02{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.casedetail_box .modal{
  width: 450px;
  height: 600px;
}
.detail_txt{
  margin: 30px auto 50px;
}
.detail_txt p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
}
.casedetail_box h3{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 65px;
  color: #0A9747;
}
.casedetail_box h3 span{
  font-size: 25px; 
  color: #000; 
  display: inline-block;
  text-align: right;
  letter-spacing: .2em;
}
.casedetail_box .casestudy_list.other_list{
  margin-top: 50px;
}
.casedetail_box .casestudy_list.other_list li{
  width: 30%;
  max-width: 288px;
}
.casedetail_box .other_list .post_ttl{
  font-size: 20px;
}
.casedetail_box .casestudy_list.other_list .post_cat li,.casedetail_box .casestudy_list.other_list .post_tag li{
  width: 100%;
  font-size: 18px;
}
.casedetail_box .casestudy_list.other_list .post_tag li{
  font-size: 14px;
}
.casedetail_box .other_list .casestudy_txtarea{
  margin-top: 10px;
  padding: 20px;
}
.casedetail_box .other_list .casestudy_txtarea .post_ttl{
  font-size: 16px;
}

.casedetail_box .other_list .casestudy_txtarea .post_cat li{
  font-size: 14px;
}
.casedetail_box .other_list .casestudy_txtarea .post_tag li{
  font-size: 12px;
}
.casedetail_box .casestudy_list.other_list .thumbnail .thumbnail_item{
  max-height: 288px;
}
.contact_box{
  max-width: 808px;
  margin: auto;
  background-color: #fff;
}
.contact_area{
  max-width: 600px;
  margin: 85px auto 0;
  padding: 85px 0;
}
.contact_area .form_table{
  max-width: 600px;
  margin-top: 20px;
  display: block;
}
.contact_area figure{
  width: 41px;
}
.contact_area h3{
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .1em;
}
.contact_area p{
  font-size: 12px;
  font-weight: 400;
}
.contact_area .form_table th,.contact_area .form_table td{
  width: 100%;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.contact_area .form_table td{
  margin-bottom: 20px;
}
.contact_area .form_table input{
  width: 100%;
  height: 38px;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
}
.contact_area .form_table textarea{
  width: 100%;
  height: 120px;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
}
.must{
  color: #D32929;
  padding-left: 10px;
}
::placeholder {
  padding-left: 5px;
  color: #B3B3B3;
  font-size: 16px;
}
.policy_list{
  border: solid 1px #B3B3B3;
  padding: 10px;
  height: 124px;
  overflow-y: scroll;
  margin-bottom: 20px;
  font-size: 10px;
}
.policy_ttl{
  font-size: 12px;
  font-weight: bold;
}
.contact_area .form_table .mwform-checkbox-field input{
  width: 12px;
  height: 12px;
}
.mwform-checkbox-field{
  display: inline-block;
}
.mwform-checkbox-field label{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
input[type="submit"]{
  width: 120px;
  height: 33px;
  border: 1px solid #209146;
  border-radius: 30px;
  color: #209146;
  text-align: center;
  display: block;
  background-color: #fff;
}
.contact_area p.complete_txt{
  font-size: 16px;
}
.contact_area p.tel_txt{
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: .1em;
}
.contact_area span{
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}
.contact_area span.caution{
  font-size: 13px;
  padding-left: 20px;
}
.octagon {
  width: 138px;
  height: 138px;
  position: relative;
  background: #0A9747; /* 8角形の色or画像 */
}
.octagon::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FAFAF7;
  border-left-color: #FAFAF7;
  position: absolute;
  top: 0;
  left: 0;
}
.octagon::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FAFAF7;
  border-right-color: #FAFAF7;
  position: absolute;
  top: 0;
  right: 0;
}
.octagon_frame::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FAFAF7;
  border-left-color: #FAFAF7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.octagon_frame::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FAFAF7;
  border-right-color: #FAFAF7;
  position: absolute;
  bottom: 0;
  right: 0;
}
.octagon02 {
  width: 130px;
  height: 130px;
  position: relative;
  background: #FAFAF7; /* 8角形の色or画像 */
}
.octagon02::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #0A9747;
  border-left-color: #0A9747;
  position: absolute;
  top: 0;
  left: 0;
}
.octagon02::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #0A9747;
  border-right-color: #0A9747;
  position: absolute;
  top: 0;
  right: 0;
}
.octagon_frame02::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #0A9747;
  border-left-color: #0A9747;
  position: absolute;
  bottom: 0;
  left: 0;
}
.octagon_frame02::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #0A9747;
  border-right-color: #0A9747;
  position: absolute;
  bottom: 0;
  right: 0;
}
.biz_ankor{
  width: 95%;
  margin:0 auto 50px;
}
.biz_ankor a{
  width: 140px;
}
.about_box h3{
  margin-bottom: 30px;
  font-size: 24px;
  text-align: left;
}
.about_list{
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dashed #0A9747;
}
.about_list01{
  padding-top: 80px;
  border-top: 1px dashed #0A9747;
}
.about_list02{
  padding-bottom: 0px;
  border-bottom: none;
}
.about_col{
  margin-top: 80px;
  align-items: center;
}
.about_col02{
  margin-top: 50px;
  align-items: flex-start;
}
.about_col p{
  width: 50%;
  max-width: 475px;
  margin-bottom: 10px;
  text-indent: 1em;
  text-align: justify;
  line-height: 2.2;
  letter-spacing: .14em;
  font-size: 16px;
  font-weight: 400;
}
.about_col p.ml{
  margin-left: 30px;
}
.about_col p.mr{
  margin-right: 30px;
}
.about_col figure,.about_col div.text_box{
  width: 45%;
  max-width: 475px;
}
.about_col div.text_box{
  width: 50%;
}
.about_col div.text_box p{
  width: 100%;
}
.about_col div.text_box span{
  margin-top: 30px;
  text-align: right;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .19em;
}
.access_col{
  align-items: flex-start;
}
.access_col h3{
  width: 20%;
}
.access_col p{
  width: 100%;
  margin-bottom: 10px;
  text-indent: 0;
  text-align: left;
  line-height: 1.6;
}
.access_info{
  width: 40%;
}
.access_info div{
  margin-bottom: 70px;
}
.access_info .place_name{
  font-size: 20px;
  font-weight: 500;
}
.access_info .place_info{
  font-size: 16px;
  letter-spacing: .1em;
}
.access_info a.maps{
  display: block;
  text-decoration: underline;
  font-size: 13px;
}
.access_map{
  width: 40%;
  margin-left: 30px;
}
.access_map iframe{
  margin-bottom: 60px;
}
.recruit_col{
  align-items: flex-start;
}
.recruit_col h3{
  width: 30%;
}
.recruit_col div{
  width: 60%;
}
.recruit_col div figure{
  width: 100%;
}
.about_col p.recruit_txt{
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  text-indent: 0;
}
.recruit_btn{
  text-decoration: underline;
}
.company_col{
  align-items: flex-start;
  justify-content: flex-start;
}
.company_col h3{
  width: 20%;
}
.company_col table.company_info{
  width: 75%;
}
.company_col table.company_info tr{
  margin-bottom: 30px;
  display: block;
  letter-spacing: .1em;
}
.company_col table.company_info th{
  width: 180px;
  text-align: left;
  font-weight: 400;
}
.company_col table.company_info td{
  font-weight: 400;
}
.wp-pagenavi a, .wp-pagenavi span{
    margin: 0 20px!important;
    border: none!important;
    padding: 5px 10px!important;
    font-size: 14px;
    font-weight: 400;
}
.wp-pagenavi span.current{
  background-color: #209146;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .wh_bg{
    background-color: #fff;
    margin: 0px auto 60px;
    padding: 30px 20px 50px;
  }
  .lower_ttl h2{
    margin: 30px auto 15px;
    font-size: 24px;
  }
  .lower_ttl p{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .pickup01_img02,.pickup01_detail01_txt01{
    max-width: 100%;
    width: 100%;
  }
  .pickup01_detail01_txt01{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
    margin-top: 20px;
  }
  .pickup01_img01 {
    margin-top: 30px;
  }
  .pickup01_detail02_txt01{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .pickup01_detail02_txt02{
    font-size: 14px;
  }
  .pickup01_img03{
    margin-bottom: 20px;
    width: 100%;
  }
  .pickup01_img03 p{
    font-size: 18px;
  }
  .pickup01_link_list{
    margin-top: 60px;
  }
  .pickup01_link_list li{
    width: 100%;
    margin: 10px auto;
  }
  .ach_box, .open-button{
    width: 100%;
    height: 110px;
    margin-top: 20px;
  }
  .flex_item02{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .ach_box span{
    padding-right: 30px;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .ach_box p{
    font-size: 3.4vw;
    font-weight: 400;
  }
  .ach_box .flex_item{
    width: 80%;
  }
  .modal-guts figure{
    width: 90%;
  }
  .modal-guts h4{
    width: 100%;
    height: 80px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .modal-guts h4 span{
    margin-top: 0;
  }
  .modal-guts p{
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .modal-guts h4 span{
    padding-right: 20px;
    font-size: 32px;
  }
  .modal .close-button{
    top: 0;
    right: 0;
  }
  .pickup01_detail03 h4{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }
  .pickup01_detail03 .cate_list{
    justify-content: center;
  }
  table.str_detail{
    overflow-x: scroll; 
    white-space:nowrap;
    display: block;
    margin: 20px auto;
  }
  .pickup02_list h4{
    font-size: 18px;
  }
  .pickup02_list p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .p_txt{
    margin: 40px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  section.products_detail{
    padding: 80px 0 30px;
  }
  section.products_detail .catalog_img,.catalog_box{
    width: 85%;
    margin: auto;
  }
  .catalog_box{
    width: 100%;
    margin-bottom: 50px;
  }
  .catalog_box p{
    margin-top: 20px;
    font-size: 16px;
  }
  .dl_btn{
    margin: 20px auto 0;
  }
  section.products_detail .data_list figure.catalog_img{
    width: 100%;
  }
  .data_list h4{
    font-size: 18px;
  }
  .flex_item02{
    padding-bottom: 40px;
  }
  .flex_item02 p.sp{
    margin: 50px auto 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .data_list .data_item{
    width: 100%;
    margin-left: 0;
  }
  .data_box p{
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .data_list .cate_list{
    margin: 10px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1000000;
  }
  .data_box{
    margin-top: 0;
    padding: 10px 0;
    border: none;
  }
  .data_box02 p.data_num{
    width: 100%;
  }
  .data_box02 .data_detail{
    width: 100%;
  }
  .data_list .cate_list02{
    width: 90%;
    border-top: 1px dashed #000;
    padding-top: 30px;
  }
  .data_list .cate_list03{
    border-top: none;
    padding-top: 0px;
  }
  .data_box .cate_list02 p, .data_box .cate_list03 p{
    width: 100%;
  }
  .data_list .cate_list a{
    margin: 10px 5px 30px;
  }
  .data_flex02 figure.catalog_img, .data_flex03 figure.catalog_img{
    width: 100%!important;
    padding-left: 0!important;
  }
  .data_flex{
    margin-top: 50px;
    background-color: #fff;
    border-bottom: none;
  }
  .data_flex p{
    width: 100%;
  }
  .data_flex p.sp{
    margin-top: 30px;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .data_flex .cate_list{
    width: 100%;
  }
  .case_box ul.casestudy_list li{
    width: 49%;
    margin-bottom: 30px;
  }
  .casedetail_box .post_ttl{
    font-size: 20px;
  }
  .casedetail_box .other_list .post_ttl{
    font-size: 14px;
  }
  .casedetail_box .post_cat li{
    font-size: 12px!important;
  }
  .casedetail_box .post_tag li{
    font-size: 10px!important;
  }
  .casedetail_box h3{
    max-width: 90%;
    margin: auto;
    font-size: 40px;
    line-height: 1;
  }
  .casedetail_box h3 span{
    font-size: 18px;
  }
  .casedetail_box .casestudy_list.other_list li{
    width: 90%;
    margin: 10px auto 0;
    max-width: 100%;
  }
  .casedetail_box .casestudy_list li{
    width: 100%;
    max-width: 90%;
    margin: auto;
  }
  .casedetail_box .thumbnail .thumbnail_item{
    height: 250px;
  }
  .casedetail_box .detail_img{
    width: 100%;
  }
  .casedetail_box .casestudy_list.other_list{
    margin-top: 20px;
  }
  .casedetail_box .other_list .casestudy_txtarea{
    margin-top: 0;
    padding: 10px;
  }
  .casedetail_box .casestudy_list .post_cat li,.casedetail_box .casestudy_list .post_tag li{
    max-width: 100%;
  }
  .casedetail_box .casestudy_list.other_list .post_cat li,.casedetail_box .casestudy_list.other_list .post_tag li{
    max-width: 100%;
    margin: auto;
  }
  .casedetail_box .casestudy_txtarea{
    margin-top: 30px;
    padding: 10px 0;
  }
  .detail_txt{
    margin: 30px auto 30px;
  }
  .contact_box{
    margin-top: 20px;
    padding: 10px;
  }
  .contact_area {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 25px 0;
  }
  .contact_area figure{
    width: 25px;
  }
  .contact_area h3{
    font-size: 18px;
  }
  input[type="submit"]{
    width: 50%;
    margin: auto;
  }
  .contact_area p.complete_txt{
    padding: 10px;
    font-size: 14px;
  }
  .contact_area p.complete_txt{
    font-size: 13px;
  }
  .contact_area p.tel_txt{
    font-size: 18px;
  }
  .contact_area span{
    font-size: 14px;
  }
  .contact_area span.caution{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 0;
    display: block;
  }

  .biz_ankor{
    display: none;
  }
  .about_box h3{
    margin-bottom: 10px;
    font-size: 18px;
    text-indent: 1em;
  }
  .about_list{
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .about_list01{
    border-top: none;
    padding-top: 40px;
  }
  .about_col{
    margin-top: 20px;
  }
  .about_col02{
    margin-top: 30px;
  }
  .about_col p{
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
    text-indent: 1em;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 14px;
  }
  .about_col p.ml{
    margin-left: auto;
  }
  .about_col p.mr{
    margin-right: auto;
  }
  .about_col figure,.about_col div.text_box{
    width: 100%;
  }
  .about_col div.text_box p{
    width: 100%;
  }
  .about_col div.text_box span{
    margin-top: 20px;
    text-align: right;
    display: block;
    font-size: 14px;
  }
  .access_col h3{
    width: 100%;
    text-indent: 1em;
  }
  .access_col p{
    width: 100%;
    margin-bottom: 10px;
    text-indent: 0;
    text-align: left;
    line-height: 1.6;
  }
  .access_info{
    width: 100%;
  }
  .access_info div{
    margin-bottom: 0;
  }
  .access_info .place_name{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .access_info .place_info{
    font-size: 14px;
    letter-spacing: .1em;
  }
  .access_info .place_info a{
    margin-right: 10px;
  }
  .access_info a.maps{
    display: block;
    text-decoration: underline;
    font-size: 14px;
    text-align: right;
  }
  .access_map{
    width: 100%;
    margin-left: 0;
  }
  .access_map iframe{
    margin-bottom: 0;
  }
  .recruit_col{
    align-items: flex-start;
  }
  .recruit_col h3{
    width: 100%;
  }
  .recruit_col div{
    width: 100%;
  }
  .recruit_col div figure{
    width: 100%;
  }
  .about_col p.recruit_txt{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    text-indent: 0;
    text-align: center;
  }
  .recruit_btn{
    text-decoration: underline;
  }
  .company_col{
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .company_col h3{
    width: 100%;
  }
  .company_col table.company_info{
    width: 100%;
  }
  .company_col table.company_info tr{
    margin-bottom: 30px;
    display: block;
    letter-spacing: .1em;
  }
  .company_col table.company_info th{
    width: 130px;
    text-align: left;
    font-size: 14px;
  }
  .company_col table.company_info td{
    font-size: 14px;
  }
  .pickup01_detail03.sp .kikaku_ttl::before,.pickup01_detail03.sp .kikaku_ttl::after{
    left: auto;
    right: 5px;
  }
  .pickup01_detail03.sp .accordion{
    margin: auto;
  }
  #ankor04,#ankor05{
    margin-bottom: 10px;
  }
  #ankor05{
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .company_col h3{
    text-indent: 0;
  }
  .pickup01_detail03.sp .kikaku_ttl{
    padding: 10px 5px;
    border-bottom: dashed 1px #0A9747;
  }
  .pickup01_detail03.sp .kikaku_ttl::after, .pickup01_detail03.sp .kikaku_ttl::before{
    background-color: #0A9747;
  }
  .casedetail_box .open-button{
    width: 100%;
    height: auto;
    border: none;
  }
  .zm_icon:after{
    content: "";
    width: 15px;
    height: 15px;
  }
  .wp-pagenavi a, .wp-pagenavi span{
    margin: 0 4px!important;
    font-size: 11px;
  }
  .casedetail_box .modal{
    width: 100%;
    height: 400px;
  }
  .casedetail_box .detail_img02{
    height: 400px;
  }
  .pickup01_detail03 .option{
    margin-bottom: 10px;
  }
  .pickup01_detail03 .kikaku_ttl{
    font-size: 12px;
  }
  .modal {
  width: 100%;
  max-width: 100%;
  height: 450px;
  top: 50%;
  }
  .modal02{
    height: 250px;
  }
  .detail_txt p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: justify;
  }
  .contact_area p{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
  }
  .contact_area .form_table th, .contact_area .form_table td{
    font-size: 14px;
  }
  .data_btn{
    font-size: 14px;
  }
  .case_box ul.casestudy_list li .post_ttl,.casedetail_box .other_list .casestudy_txtarea .post_ttl{
    font-size: 14px;
    letter-spacing: .15em;
  }
  .case_box ul.casestudy_list li .post_cat li,.casedetail_box .post_cat li{
    font-size: 12px;
  }
  .case_box ul.casestudy_list li .post_tag li{
    font-size: 10px;
  }
}

@media screen and (max-width:350px){
  .wp-pagenavi a, .wp-pagenavi span{
    margin: 0 2px!important;
    font-size: 10px;
  }
}


/*　当社について */
.polygonNav{
  border: 1px solid #209146;
  width: 140px;
  height: 140px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.polygonNav:hover{
  background: #209146;
  color: #fff;
  transition: 0.5s;
}
a.polygonNav:link:hover{
 opacity: 1;
}
.polygonNav::before{
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-left: 1px solid #209146;
  position: absolute;
  background: #FAFAF7;
  transform: rotate(-45deg);
  right: -16px;
  top: -16px;
}

.polygonNav::after{
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 1px solid #0A9747;
  position: absolute;
  background: #FAFAF7;
  transform: rotate(45deg);
  left: -16px;
  top: -16px;
}

.polygonNav__inner{
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #209146;
  letter-spacing: .2em;
  font-weight: 400;
  margin: 0 auto;
}

.polygonNav__inner:hover{
  color: #fff;
}

.polygonNav__inner::before{
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-left: 1px solid #209146;
  position: absolute;
  background: #FAFAF7;
  transform: rotate(45deg);
  right: -16px;
  bottom: -16px;
}

.polygonNav__inner::after{
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 1px solid #209146;
  position: absolute;
  background: #FAFAF7;
  transform: rotate(-45deg);
  left: -16px;
  bottom: -16px;
}