@charset "utf-8";

/* top
-------------------------------------------------------------------*/
.home .section01 h1{
  font-family: 'Noto Serif JP', serif;
  font-weight: inherit;
  font-size: 62px;
  position: absolute;
  top: 33%;
  left: 13%;
  color: #fff;
  z-index: 1;
}
.home .mainV_catch{
  font-family: 'Noto Serif JP', serif;
  font-weight: inherit;
  width: 600px;
  position: absolute;
  top: 48%;
  left: 13%;
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  z-index: 1;
}
.home h2 span{
  font-size: 23px;
}
.home h2 img{
  padding-bottom: 10px;
}
.box_blu{
  width: 80%;
  height: 920px;
  margin-right: auto;
  background-color: #004593;
}
.mainV{
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
}
.home .section_about{
  padding-top: 136px;
  padding-bottom: 156px;
  background-image: url("../img/top/bg_about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.section_about .sitewrap{
  height: 811px;
}
.section_about .btn_more{
  margin-top: 40px;
}
.section_about .pht_about{
  display: block;
  margin-left: auto;
  margin-top: 76px;
}
.about_contsBox{
  background-color: #333;
  padding: 74px 46px 58px 34px;
  width: 630px;
  height: 506px;
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  left: 0;
}
.about_contsTtl{
  font-size: 32px;
  padding-bottom: 30px;
}
.section_business{
  background-image: url("../img/top/bg_business.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.section_business h2{
  padding-top: 80px;
  padding-bottom: 25px;
}
.section_business h3,
.contact h3{
  font-size: 28px;
  font-weight: bold;
}
.home .seramic{
  padding-top: 20px;
}
.home .recycle{
  padding-top: 60px;
}
.home .reuse,
.home .being{
  padding-top: 30px;
}
.section_business p{
  line-height: 1.8;
}
.business_flex{
  display: flex;
  margin-top: 40px;
}
.business_flex:nth-child(-n+2){
  flex-direction: row-reverse;
}
.business_flex .bg_wht{
  border-bottom: 3px solid #d1080e;
  padding: 37px;
}
.business_flex:last-of-type{
  justify-content: space-between;
}
.business_flexItem{
  width: 50%;
}
.business_flexItem_under{
  width: 48%;
}
.business_flexItem_under p{
  height: 90px;
}
.section_business .underLine{
  width: 92px;
  height: 3px;
  background-color: #c90306;
  margin: 24px 0;
}
.section_business .btn_more{
  margin-top: 30px;
}
.section_news{
  padding-top: 120px;
  padding-bottom: 136px;
  background-image: url("../img/top/bg_news.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_news .btn_more{
  margin: 0 auto;
}
.news_flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news_flex .topics_list{
  width: 956px;
}
.section_news a{
  text-decoration: none;
}
.section_news a:hover p,
.section_news a:hover time{
  text-decoration: none;
}


/*BTN_MORE*/
.btn_more{
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #d1080e;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #d1080e;
  line-height: 39px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stickarrow_more{
  display: inline-block;
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  margin: 0 0 4px 35px;
}
.contact .btn_more{
  padding-left: 60px;
  margin: 60px auto;
}
.btn_more:hover{
  background-color: #fff;
  color: #d1080e;
}
.btn_more:hover .stickarrow_more{
  border-color: #d1080e;
}
@media screen and (max-width:768px){
  .btn_more{
    margin: 0 auto;
  }
}


/*scroll_dwn*/
/* アニメーション設定 */
.scrollDwn{
  position: absolute;
  bottom: 54px;
  left: 50%;
  z-index: 1;
}
.scrollTxt{
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.2em;
}
.arrow1 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow1 2s linear 0s infinite normal;
  animation: arrow1 2s linear 0s infinite normal;
}

.arrow2 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow2 2s linear 0s infinite;
  animation: arrow2 2s linear 0s infinite;
}

.arrow1 span,
.arrow2 span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow1 span {
  margin-top: -10px;
}

.arrow1 span:before,
.arrow2 span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow1 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}



@media screen and (max-width:768px){
  .home .section01{
    width: 100%;
    overflow-x: hidden;
  }
  .home .section01 h1{
  font-size: 37px;
  top: 36%;
  left: 6%;
}
.home .mainV_catch{
  width: 90%;
  top: 61%;
  left: 6%;
  font-size: 16px;
  line-height: 1.6;
}
.home h2 span{
  font-size: 16px;
}
.home h2 img{
  width: 45%;
  padding-bottom: 10px;
}
.box_blu{
  width: 90%;
  height: 90vh;
  margin-right: auto;
  background-color: #004593;
}
.mainV{
  position: absolute;
  top: 0;
  right: 0;
  height: 80vh;
  overflow-x: hidden;
}
  .mainV img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .home .scrollDwn{
    display: none;
  }
.home .section_about{
  padding-top: 68px;
  padding-bottom: 68px;
  background-position: bottom left;
}
.section_about .sitewrap{
  height: 811px;
}
.section_about .btn_more{
  margin: 20px auto 0;
}
.section_about .pht_about{
  width: 90%;
  margin-top: 30px;
}
.about_contsBox{
  padding: 25px 6%;
  width: 96%;
  height: 460px;
  position: absolute;
  top: 38%;
  left: 0;
}
.about_contsTtl{
  font-size: 22px;
  padding-bottom: 20px;
}
  .about_contsTxt{
    font-size: 16px;
  }
.section_business{
  background-image: url("../img/top/bg_business.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  background-position: center center;
}
.section_business h2{
  padding-top: 50px;
  padding-bottom: 25px;
}
  .section_business h3,
  .contact h3{
  font-size: 22px;
  font-weight: bold;
}
  .section_business .business_flex{
    display: block;
  }
  .section_business .sitewrap{
    width: 94%;
  }
  .business_flexItem{
    width: 100%;
  }
  .business_flexItem:nth-of-type(odd){
    height: 250px;
    overflow-y: hidden;
  }
  .business_flexItem img{
    max-width: 100%;
  }
  .business_flex .bg_wht{
    padding: 0 3% 25px;
    box-sizing: border-box;
  }
  .section_business .underLine{
  width: 62px;
  height: 2px;
  margin: 14px 0;
}
  .home .recycle{
    padding-top: 15px;
  }
  .home .seramic {
    padding-top: 15px;
}
  .business_flexItem_under{
    width: 100%;
  }
  .business_flexItem_under img{
    width: 100%;
  }
  .business_flexItem_under p{
    height: auto;
  }
  .business_flexItem_under_contsWrap{
    padding: 0 3%;
  }
  .home .reuse, .home .being {
    padding-top: 16px;
}
  .business_flexItem_under .btn_more{
    margin-bottom: 25px;
  }
  .home .news_flex{
    display: block;
  }
  .home .news_flex .topics_list{
    width: 90%;
    margin: 0 auto;
  }
  .section_news h2{
    text-align: center;
  }
  .section_news h2 img{
    width: 20%;
  }
  .section_news{
    padding: 70px 0 50px;
  }
  .topics_list h4{
    font-size: 10px;
    float: right;
    padding: 4px 15px;
    margin-right: 0;
  }
  .topics_list li a{
    padding: 16px 0;
  }
  .topics_list li p{
    padding-top: 8px;
  }
  
  
}
/*ぱんくず*/
.topicPath {
  padding: 18px 0 30px;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.topicPath a{
  color: #333;
  text-decoration: none;
}
.topicPath span{
  padding: 0 10px;
}


/*contact*/

/** -----------
.contact h1 {
  background-image: url("../img/contact/bg_contact.png");
  background-repeat: no-repeat;
  background-size: cover;
}
----------- **/
.contact .conts_area {
  text-align: left;
}
.contact h4 {
  text-align: left;
  border-bottom: 2px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 24px;
  position: relative;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    Hiragino Mincho ProN, Meiryo;
}
.contact h4::before {
  background-color: #009944;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 300px;
  height: 2px;
}
.txtRed {
  color: #ec5656;
}
.contact .conts_area dl {
  padding: 25px 0;
}
.contact .txt_fst {
  line-height: 1.8;
  margin-bottom: 50px;
}
.contact input,
.contact textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
}
.contact .radio,
.contact input[type="radio"] {
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 6px;
  vertical-align: baseline;
  cursor: pointer;
}
.contact .radioWrap label {
  cursor: pointer;
}
/*
.contact .radioArea {
  margin-left: 80px;
}
*/
.contact main{
  padding-top: 100px;
}
/** -----------
.contact h1{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding: 80px 0;
  background-image: url("../img/contact/bg_contact_ceramic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
----------- **/
.contact .txt01,
.contact input.wpcf7-text {
  width: 498px;
  height: 43px;
}
.contact .txt02 {
  width: 188px;
  height: 43px;
}
.contact textarea {
  width: 100%;
  height: 118px;
}
.contact dt::after {
  content: "必須";
  background-color: #004593;
  color: #fff;
  font-size: 14px;
  padding: 4px 18px;
  margin-left: 10px;
}
.hissu_none::after{
  content: none!important;
}
.contact dt {
  margin-bottom: 14px;
}
.contact .dt_last::before {
  content: none;
}
.contact .dl_last {
  margin-top: 60px;
  border-bottom: none !important;
}
.contact .btn_w250 {
  margin-bottom: 100px;
}
#file-test {
/*  display: none;*/
  font-size: 16px;
  border: none;
}
input #file-upload-button{
  padding: 0.4em 0.8em!important;
}
#file-test-label {
/*
  background: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  cursor: pointer;
  padding: 0.4em 0.8em;
  margin-top: 50px;
  margin-right: 10px;
*/
  display: none;
}

#file-test-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0;
  width: 100%;
}
.contact .btn_submit input {
  margin-left: 0;
  border: none;
  background: none;
  font-size: 16px;
}
.contact .btn_w250:hover input {
  color: #fff;
}
.contact .btn_w250:hover {
  text-decoration: none;
  background-color: #49b581;
  color: #fff;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact .btn_w250:hover .stickarrow_blk {
  border-color: #fff;
  margin-left: 130px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact input.yubin {
  width: 62px;
  height: 30px;
  margin-left: 0;
}
.contact input.yubin01 {
  width: 62px;
  height: 30px;
  margin-left: 6px;
}
.contact input.adress01 {
  width: 100%;
  height: 43px;
  margin-left: 0;
}
.contact select,
.suuryou{
  width: 188px;
  height: 43px;
  border-color: #bfbfbf;
  border-radius: 3px;
  font-size: 16px;
  box-sizing: border-box;
}
.tani{
  width: 125px!important;
  margin-left: 10px;
}
.contact input.adress02 {
  width: 300px;
  height: 30px;
  margin-left: 5px;
}
/** -----------
.contact span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
}
----------- **/
.mt6 {
  margin-top: 6px;
}
.contact .check {
  vertical-align: baseline !important;
}
.txt_education {
  margin-left: 61px;
  margin-top: 10px;
}
.line_blu{
  width: 100%;
  height: 1px;
  background-color: #004593;
}
.line_gry{
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.txtBlu{
  color: #004593;
}
.contact .line_blu{
  margin-bottom: 40px;
}
.contact .txt_indent{
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.contact .txtBlu{
  margin-bottom: 10px;
}
.contact .bg_footer{
  margin-top: 86px;
}
.contact{
  background-image: url("../img/top/bg_news.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .topicPath{
    font-size: 10px;
    padding: 5px 0 15px;
  }
  .contact main{
    padding-top: 40px;
  }
  .kaso h1{
    font-size: 22px;
    height: 85px;
    padding: 11px 0;
    box-sizing: border-box;
  }
  
  .contact .radioArea,
  .contact span.wpcf7-list-item {
    display: block;
  }
  .contact dt{
    margin-bottom: 6px;
  }
  .contact dt::before {
    font-size: 10px;
    padding: 4px 6px;
    margin-left: -12%;
  }
  .contact .conts_area dl {
    font-size: 16px;
  }
  .eg_green {
    font-size: 14px;
  }
  .contact input,
  .contact textarea {
    margin-left: 0;
    padding: .2rem .5rem;
  }
  .contact .radio, .contact input[type="radio"] {
    margin-left: 0;
  }
  .contact .txt01{
    width: 100%;
    height: 30px;
  }
  .contact .txt02{
    width: 50%;
    height: 30px;
  }
  .contact textarea {
    width: 100%;
    height: 50px;
  }
  .contact select{
    height: 30px;
    width: 50%;
    font-size: 10px;
}
  .contact .btn_more{
    margin-bottom: 30px;
  }
  .contact input.adress01 {
    height: 30px;
}
  .contact .ml62 {
    margin-left: 0;
  }
  .contact dt::after {
    font-size: 10px;
    padding: 2px 12px;
    margin-left: 7px;
}
  .contact .conts_area dl{
    padding-bottom: 10px;
  }
  .contact h4 {
    font-size: 15px;
    margin: 15px 0 0;
    padding-bottom: 8px;
    letter-spacing: -0.005em;
  }
  .contact h4::before {
    width: 32%;
  }
  .contact .txt_fst {
    margin: 20px 0;
  }
  .contact .dt_last {
    margin-left: 0;
  }
  .contact .dl_last {
    margin: 30px 0 12px;
  }
  .contact .btn_w250 {
    margin: 30px auto 50px;
    font-size: 12px;
    height: 38px;
    line-height: 35px;
    width: 140px;
    padding-left: 14px;
  }
  .contact .btn_submit input {
    font-size: 12px;
  }
  .contact .stickarrow_blk {
    width: 13px;
    height: 4px;
    margin-left: 48%;
    margin-bottom: 2px;
  }
  .txt_education {
    margin-left: 4%;
    margin-top: 8px;
    font-size: 14px;
  }
  .contact .bg_footer {
    margin-top: 44px;
}
  .contact .txtBlu{
    font-size: 16px;
  }
  .contact .txt_indent{
    font-size: 16px;
  }
  .sp_mb30{
    margin-bottom: 30px;
  }
}

.contact_recycle h3{
  margin-bottom: 25px;
  padding-top: 50px;
}
/** -----------
.contact_recycle h1{
  background-image: url("../img/contact/bg_contact_recycle.jpg");
}
----------- **/
.contact .nisugata label{
  display: inline-block;
  width: 60px;
} 
.contact .nisugata dd{
  margin-bottom: 20px;
}
.contact .nisugata dt{
  margin-bottom: 30px;
}
.sosei_txt{
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 20px;
}
.contact .line_gry{
  margin: 50px 0;
}
.hissu_ml00::after{
  margin-left: 0!important;
}
.lh18{
  line-height: 1.8;
}

@media screen and (max-width:768px){
  .contact_recycle h3 {
    margin-bottom: 10px;
    padding-top: 40px;
}
  .contact .line_blu {
    margin-bottom: 8px;
}
  .contact .line_gry{
    margin: 40px 0 20px;
  }
  .suuryou{
    height: 30px;
  font-size: 10px!important;
  }
  .taniWrap{
    width: 20%;
  }
  .tani{
    width: 100%!important;
  }
  .attention p{
    text-indent: -1em;
    padding-left: 1em;
  }
  
  
  
  
  
  
  
}






