@charset "utf-8";
/*-- ------------- --*/
/*-- component css --*/
/*-- ------------- --*/
/*-- button --*/
.c-btn{
	position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	padding:10px 50px 10px 30px;
	border-radius:40px;
    border:1px solid var(--white-color);
	line-height:1.4;
    color:var(--white-color);
    transition:all .5s;
    width:180px;
    text-decoration: none;
}
.c-btn:hover{cursor: pointer;opacity: .7;}
.c-btn::after{
	content:'';
    background: url(../img/base/icon-right.svg)no-repeat center/12px auto;
    position: absolute;
    right:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    min-height: 25px;
	transition:all .5s;
}
.c-btn:hover::after,.link__area:hover .c-btn::after{
    right:15px;
	transition:all .5s;
}
.c-btn.btn__r::after{
	color: var(--main-color);
    background: var(--white-color);
}
.c-return__btn{
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	padding:14px 30px;
	border-radius:50px;
	border:1px solid var(--main-color);
    font-weight: 500;
	line-height:1;
    color:var(--main-color);
}
.c-return__btn::after{
	content:'';
    position: relative;
    display: block;
    background: var(--main-color);
    width: 10px;
    height: 16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transition:all .5s;
    margin-left: 10px;
}
.c-t__btn{
    position: fixed;
    right:1%;
    bottom:6%;
    z-index: 100;
}
.c-t__btn a{
    position: relative;
    display: block;
    background: var(--main-color);
    color:var(--white-color);
    border:2px solid var(--white-color);
    width: 60px;
    height:60px;
    border-radius: 50%;
}
.c-t__btn a::before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)rotate(-90deg);
    display: block;
    width:15px;
    height:25px;
    background: url(../img/base/icon-right.svg)no-repeat center/15px auto;
    transition:all .5s;
}
.c-t__btn a:hover::before{
    top:calc(50% + 2px);
}
@media screen and (max-width: 768px){
.c-t__btn{position: fixed;right:5px;}
.c-t__btn a{
    width: 40px;
    height:40px;
}
}
.c-banner{padding: 40px 0!important}
.c-banner a{
    margin: 0 auto;
    max-width: 1000px;
    display: block;
}
.c-banner2{padding: 40px 0 80px!important}
.c-banner2 .l-fl{gap:30px;max-width: 1000px;margin: 0 auto;}
.c-banner2 a{
    margin: 0;
    width:calc(50% - 15px);
    display: block;
}
.c-banner2 a img{
    border:1px solid #000;
    max-height:300px;
}
@media screen and (max-width: 768px){
.c-banner{padding: 0 0 80px!important}
.c-banner2 a{
    width:100%;
}
}
/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/
/*-- Index MV--*/
.mv{
    position: relative;
    height: 600px;
    background: url(../img/top/mv.png)no-repeat right/cover;
}
.mv .mv__txt{
    position: relative;
    width:60%;
    height:480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.mv .mv__txt h1{
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
}
.mv .mv__txt p{
    color: var(--white-color);
    text-align: center;
    margin: 5px 0 20px;
}
.mv .mv__txt a{
    position: relative;
    z-index: 5;
}
#mv a:hover{opacity: 1;}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
/*-- Index MV--*/
.mv{
    height: 400px;
    background: url(../img/top/mv.png)no-repeat right/cover;
}
.mv::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.mv .mv__txt{
    width:100%;
    height:360px;
}
}

@media screen and (max-width: 640px){
/*-- Index MV--*/
.mv.wp-block-cover, .mv.wp-block-cover-image {
    min-height: 430px;
}
.mv.wp-block-cover .wp-block-cover__inner-container, .mv.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    right:0%;
}
}

/*-- .home --*/
.home .bg__top{
    background:var(--main-color);
}
/*-- .recycling --*/
.home section.recycling{
    padding-top: 120px;
}
.recycling .bg__top{
    padding:40px 0 ;
}
.recycling .txt__area{
    text-align: right;
    padding:0;
    margin-right:auto;
}
.recycling h2{
    font-weight: 700;
    color:var(--white-color);
}
.recycling p{
    color:var(--white-color);
    margin-bottom: 20px;
}
.recycling a{
    margin-left: auto;
}
.recycling .img1{
    background: url(../img/top/top01.png)no-repeat top right/cover;
    width: calc(65% + 40px);
    position: relative;
    margin-top: -80px;
    margin-right: -15%;
    margin-left: -40px;
}
/*-- compound --*/
.compound  .bg__top{
    padding:40px 0 ;
}
.compound .txt__area{
    padding:0px;
    margin-left:auto;
    color:var(--white-color);
}
.compound h2{
    font-weight: 700;;
    color:var(--white-color);
}
.compound p{
    color:var(--white-color);
    margin-bottom: 20px;
}
.compound .img2{
    width:60%;
    position: relative;
    right:0px;
}
.compound .img2{
    background: url(../img/top/top02.png)no-repeat top left/cover;
    width: calc(65% + 40px);
    position: relative;
    margin-bottom: -80px;
    margin-left: -15%;
    margin-right: -40px;
}
/*-- company --*/
.company .l-fl__45l{
    background: var(--white-color);
    padding: 30px;
    text-align: center;
}
.company .l-fl__45l img{
    max-width: 80%;
    margin: 0 auto;
}
.company .txt__area{
    padding: 60px 40px 60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.company h2{
    font-weight: 700;;
    color:var(--white-color);
}
.company p{
    color:var(--white-color);
    margin-bottom: 20px;
}
.company .img3{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    height:calc(100% - 20px);
    padding: 20px;
    margin:10px 0;
}
.company .img3 img{
    max-width: 60%;
    margin:0 auto;
}
/*-- facility --*/
.facility .txt__area{
    text-align: right;
    padding: 60px 0 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.facility h2{
    font-weight: 700;;
    color:var(--white-color);
}
.facility p{
    color:var(--white-color);
    margin-bottom: 20px;
}
.facility a{
    margin-left: auto;
}
.facility img{
    object-fit: cover;
    width: 100%;
    height:100%;
    position: relative;
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
/*-- .recycling --*/
.recycling .img1{
    background: url(../img/top/top01.png)no-repeat top right/cover;
    width: calc(60% + 40px);
    position: relative;
    margin-top:-80px;
    margin-right:-10%;
}
/*-- compound --*/
.compound .img2{
    background: url(../img/top/top02.png)no-repeat top left/cover;
    width: calc(60% + 40px);
    position: relative;
    margin-bottom:-80px;
    margin-left:-10%;
}
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 900px){
/*-- .recycling --*/
.recycling .bg__top{
    padding:0 ;
}
.recycling .img1{
    background: none;
    width: calc(100% + 40px);
    position: relative;
    margin:0 -20px;
}
.recycling .txt__area{
    text-align: left;
    padding: 30px 0px;
    margin-right:0;
}
.recycling a{
    margin-left: 0;
}
/*-- compound --*/
.compound  .bg__top{
    padding:0 ;
}
.compound .img2{
    background: none;
    width: calc(100% + 40px);
    position: relative;
    margin:0 -20px;
}
.compound .txt__area{
    padding: 30px 20px;
    margin-left:0;
    color:var(--white-color);
}
/*-- company --*/
.company .l-fl__45l img{
    max-width: 80%;
    margin: 0 auto;
}
.company .txt__area{
    padding: 10px 0px 30px;
    display: block;
    height: 100%;
}
.company .img3{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    height:calc(100% - 40px);
    padding: 20px;
    margin:20px 0;
}
.company .img3 img{
    max-width: 60%;
    margin:0 auto;
}
/*-- facility --*/
.facility{margin-bottom: 40px}
.facility  .txt__area{
    text-align: left;
    padding: 30px 0px;
    display: block;
}
.facility a{
    margin-left: 0;
}
.facility img{
    margin: 20px auto 0;
}
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 640px){
/*-- Index case --*/
#case-studies{
}
#case-studies .case__list{
    display: flex;
    flex-wrap: wrap;
}
#case-studies .case__list li{
    width:100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
#case-studies .case__list li:nth-child(4n){
    margin-right: 0;
    margin-bottom: 30px;
}
#case-studies .case__list li:nth-child(2n){
    margin-right: 0;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 480px){
}

/*--- ---------- ---*/
/*---  固定ページ ---*/
/*--- ---------- ---*/
/*-- sdgs --*/
.sdgs .section__top{
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
}
.sdgs .section__top h1{
    font-weight: 700;
    margin: 0 0 15px;
}
.sdgs .section__top .declaration-date{
    text-align: right;
    margin: 0 0 15px;
}
.sdgs .section__top .c-txt1{
    font-weight: 700;
    text-align: center;
}
.sdgs .section__body .l-fl__5l,
.sdgs .section__body .l-fl__5r{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sdgs .section__body .section__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sdgs .section__body .c-img1{
    display: block;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.sdgs .section__body .section__c:last-child{
    margin: 40px auto 0px;
}
.sdgs .section__body h2{
    font-weight: 700;
    color: #ce3315;
}
.sdgs .section__body p{
    margin: 5px 0 10px;
}
.sdgs .section__body h3{
    font-weight: 700;
    margin: 10px 0 5px;
}
.sdgs .section__body ul{}
.sdgs .section__body li{
    display: flex;
    margin: 0;
}
.sdgs .section__body li p{
    line-height: 1.5;
    margin: 0;
    padding-left: 10px;
}
.sdgs .section__body li::before{
    content:'';
    display: flex;
    align-items: center;
    border-left:2px solid #000;
    border-bottom:2px solid #000;
    width:12px;
    height:6px;
    transform: rotate(-45deg);
    margin-top: 0.8rem;
}
.sdgs .section__body .img__area{
    margin: 25px 0 0;
}
.sdgs .section__body .img__area img{
    max-width: 100px;
}
.sdgs .section__bottom{
    margin:60px 0;
    padding: 30px 5% 0;
    border-top:1px solid #000;
}
.sdgs .section__bottom h3{
    font-weight: 700;
    margin: 0 0 5px;
}
.sdgs .decoration1{
    margin: 0 0 60px;
}
.sdgs .decoration2{
    margin:60px 0 0 ;
}
/*-- 固定ページ 事業内容 --*/
.services .page-hero,.services .page-hero2{padding-bottom:0; }
.plastic-list p{margin: 5px 0 0;text-align: center;}
.s-compound1 .l-grid-2{
    margin: 0 0 45px;
}
.s-compound1 .l-grid-2 .t__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s-compound1 h3{
    margin: 0 0 15px;
}
.s-compound2 .section__body{
    text-align: center;
}
.s-compound2 .section__body img{
    width: 100%;
}
.inventory-purchase .section__body{
    text-align: center;
    padding-bottom: 0;
}
.inventory-purchase a{
    text-align: center;
    color:var(--main-color);
    text-decoration: underline;
}
/*-- 固定ページ 会社案内 --*/
.company .section__body img{
    max-width: 80%;
    margin: 0 auto 30px;
    display: block;
}
.company dl{
    max-width: 80%;
    margin: 0 auto;
    border-top:1px solid #333;
}
.company dl dt,.company dl dd{
    position: relative;
    border-bottom:1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.company dl dt{
    width:200px;
    padding-left: 10px;
}
.company dl dd{
    width:calc(100% - 200px);
    padding-left: 20px;
    padding-right: 10px;
}
.company dl dt::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: var(--main-color);
    opacity: .3;
}
/*-- 固定ページ 設備紹介 --*/
.facilities .img__box h3{
    margin: 10px 0 0;
}
/*-- 固定ページ お問い合わせ --*/
.contact__page{}
.contact__page .contact__body{
    margin: 0 auto;
    border-bottom:1px solid #bbb;
    max-width: 1000px;
}
.contact__page .contact__body .contact__left{
    width:30%;
    padding: 12px 10px;
    border-top:1px solid #bbb;
    display: flex;
    align-items: center;
}
.contact__page .contact__body .contact__left.must__item::after{
    content:'必須';
    font-size: 14px;
    display: inline-block;
    border:1px solid #C00;
    color:#C00;
    margin-left: 10px;
    padding: 3px 8px;
}
.contact__page .contact__body .contact__right div.mfp_err {
    background-position: 0px 6px;
}
.contact__page .contact__body .contact__right{
    width:70%;
    padding: 12px 10px;
    border-top:1px solid #bbb;
}
.contact__page .contact__body .contact__right p{
    width:calc(100% - 20px);
    padding-left: 10px
}
.contact__page .contact__body .contact__right input{
    width:100%;
    background: transparent!important;
}
.contact__page .contact__body .contact__right input[type=checkbox] {
    width:15px;
}
.contact__page .contact__body .contact__right input[type="radio"] {
    width:auto;
}
.contact__page form#mailformpro label.mfp_checked {
    padding: 3px;
    border: solid 0px #CCC;
    background-color: transparent;
    box-shadow: inherit;
}
.contact__page form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: solid 0px #EEE;
}
.contact__page .contact__body .contact__right textarea{
    width:100%!important;
    min-height:80px;
    background: transparent;
}
.submit__btn{
    margin:30px auto 40px;
    text-align: center;
}
.submit__btn button{
	position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	padding:10px 40px 10px 40px;
	border-radius:0px;
    border:2px solid var(--main-color);
	line-height:1.4;
    color:var(--main-color);
    background: var(--white-color);
    transition:all .5s;
}
.submit__btn button:hover{
    cursor: pointer;
    background: var(--white-color);
    box-shadow: none;
    opacity: .7;
}
.page .mfp_buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page #mfp_button_send.mfp_element_button{
    position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
	padding:10px 40px 10px 40px;
	border-radius:0px;
    border:2px solid var(--main-color);
	line-height:1.4;
    color:var(--main-color);
    background: var(--white-color);
    transition:all .5s;
    width: 180px;
}
.page #mfp_button_send.mfp_element_button:hover{
    cursor: pointer;
    background: var(--white-color);
    box-shadow: none;
    opacity: .7;
}
.page #mfp_button_cancel.mfp_element_button{
    position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
	padding:10px 40px 10px 40px;
	border-radius:0px;
	line-height:1.4;
    transition:all .5s;
    width: 180px;
}
@media screen and (max-width: 1200px){
/*-- sdgs --*/
.sdgs .section__bottom{
    margin:50px 0 0;
    padding: 50px 0 0;
    border-top:1px solid #000;
}
/*-- 固定ページ 会社案内 --*/
.company .section__body img{
    max-width: 100%;
    margin: 0 auto 30px;
}
.company dl{
    max-width: 100%;
}
}
@media screen and (max-width: 900px){
/*-- sdgs --*/
.sdgs .section__bottom .l-fl{
    gap:30px;
}
}
@media screen and (max-width: 768px){
/*-- 固定ページ 会社案内 --*/
.company dl dt,.company dl dd{
    position: relative;
    border-bottom:1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
}
.company dl dt{
    border-bottom:0px solid #333;
}
.company dl dt::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: var(--main-color);
    opacity: .3;
}
/*-- 固定ページ お問い合わせ --*/
.contact__page .contact__body .contact__left{
    width:100%;
    padding: 10px 10px;
    border-top:1px solid #bbb;
    display: flex;
    align-items: center;
}
.contact__page .contact__body .contact__right{
    width:100%;
    padding: 10px 10px;
    border-top:1px solid #bbb;
}
}
@media screen and (max-width: 640px){
.safety h3{
    font-size: 16px;
    text-align: center;
    margin: 30px 0 20px;
}
}
@media screen and (max-width: 480px){

}
