@charset "UTF-8";
/*--------------
common
----------------*/
.roboto {
    font-family: "Roboto";
}
a.btn {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
a.btn:hover {
    opacity: 0.7;
}
.ttlbox1 .ttlbox1_inner .ttl {
    font-weight: 500;
}
.ttlbox1 .ttlbox1_inner .ttl span {
    color: #c7d8cb;
    letter-spacing: 1.5px;
}
@media screen and (min-width: 415px) {
    .ttlbox1 .ttlbox1_inner {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 414px) {
    .ttlbox1 .ttlbox1_inner .enttl {
        line-height: 1.4;
    }
    .ttlbox1 .ttlbox1_inner .ttl span {
        letter-spacing: 0.5px;
        font-size: 13px;
        line-height: 1.5;
        margin: 5px 0 0 0;
    }
}
p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 414px) {
    p {
        font-size: 15px;
        line-height: 1.86;
    }
}
.ttl1 {
    margin: 0 0 40px;
}
@media screen and (max-width: 414px) {
    .ttl1 {
        background-size: 40px;
        padding: 0 0 15px;
        margin: 0 0 30px;
    }
 }
.header_nav li a, .footer_middle li a {
   -webkit-transition: .7s;
   transition: .7s;
}
.header_nav li a:hover {
    opacity: .6;
}
.footer_middle li a:hover {
    opacity: .6;
}
.bnrs li a img {
   -webkit-transition: 0.7s;
   transition: 0.7s;
}
.bnrs li a img:hover {
    opacity: 0.8;
     border-radius: 15px;
}
@media screen and (max-width: 414px) {
    .bnrs {
       width: 90%;
    }
    .bnrs li {
        width: 100%;
        margin: 0 0 5px;
    }
}
@media screen and (min-width: 415px) {
    .contactbox .contactbox_inner .subttl + p {
        margin: -15px 0 20px;
    }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; 
}
.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s; 
}
.footer .footer_bottom .box_right a{
  -webkit-transition: 1s;
  transition: 1s;
}
.footer .footer_bottom .box_right a.contactbtn:hover {
   background: #e7efd8;
}
/*--------------
トップページ
----------------*/
@media screen and (min-width: 415px) {
    #toppage .mv h1.ttl span.inline_p {
        display: inline;
        background: none;
        margin: 0;
        padding: 0;
        
    }
    #toppage .mv h1.ttl span.inline_s {
        display: none;
    }
    .lead .ttlbox {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 85px;
    }
    .lead .list li {
        letter-spacing: 1.3px;
    }
}
@media screen and (max-width: 415px) {
    #toppage .mv h1.ttl span.inline_s {
        display: inline;
          background: none;
         margin: 0;
        padding: 0;
    }
    #toppage .mv h1.ttl span.inline_p {
        display: none;
    }
}
@media screen and (min-width: 415px) {
    .lead .list-box {
        background-image: url(../img/bg_lead_pc.png);
        background-size: cover;
        width: 63.75%;
    }
    .lead .list {
        margin: 25px 0 0 60px;
    } 
}
/* AS.MANSEの特徴 */
.point .point_list li .caption {
    line-height: 1.6;
}
.point_type {
    margin: 150px 0;
}
.point_type a {
    width: calc(100% / 3 - 35px);
    background: #FFF;
    margin: 0 0 40px;
    position: relative;
    background: url("../img/icon_triangle3.svg") right 15px bottom 15px no-repeat #FFF;
    background-size: 20px;
    display: block;
}
.point_type a:after {
    content: "";
    background: url(../img/shadow.png) no-repeat;
    background-size: 225px;
    height: 15px;
    width: 225px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -112px;
}
.point_type a .pic img {
    vertical-align: bottom;
}
.point_type a .subttl {
    position: relative;
    margin: -20px 0 0 -10px;
}
.point_type a .subttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: url(../img/icon_triangle2.svg) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 15px;
}
.point_type a .subttl span {
    color: #FFF;
    display: inline-block;
    background: #157131;
    font-size: 20px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 20px;
}
.point_type a .box {
    padding: 20px 20px 30px;
    font-size: 15px;
    display: block;
}
.point_type a .box p {
   line-height: 1.6;
}
@media screen and (max-width: 414px) {
    .point_type {
        width: 100vw;
        padding: 0;
         background-image: none;
         background-color:#f3f7ed;
         -webkit-transform: skew(0deg, -12deg);
         transform: skew(0deg, -12deg);
        margin: 160px 0 50px -25px;
    }
    .point_under .point_type {
        margin: 160px 0 50px 0;
    }
    .point_type .container {
        -webkit-transform: skew(0deg, 12deg);
        transform: skew(0deg, 12deg);
        margin-top: -80px;
    }
    .point_type a {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        background-size: 14px;
    }
    .point_type a .box {
        padding: 10px 15px 30px;
        font-size: 14px;
    }

}
/* add */
.point .point_list a .caption {
    line-height: 1.35;
}
@media screen and (max-width: 414px) {
.point_type a {
        margin-bottom: 20px;
    }
}

/* お客様の声 */
.voice .box .txt {
    color: #494f4e;
}
@media screen and (min-width: 415px) {
    .voice .box {
        padding: 0 30px 30px;
    }
}
/* よくあるご質問 */
.faq .inner .box .box_inner .list dt:last-of-type {
    margin-bottom: 5px;
}
.footer .footer_top .txt {
    color: #446a58;
    line-height: 1.7;
}

/* point_under */
@media screen and (min-width: 415px) {
    .point_under .point_type {
        background: url(../img/bg_point_inner.png) center top no-repeat;
        background-size: 1600px;
        height: 1125px;
        padding: 150px 0 0 0;
        margin: 0;
    }
}
#service-page .point_under {
    margin-bottom: 80px;
}
.point_under .point_type .container {
    position: relative;
    width: 1160px;
    padding: 0 20px;
    margin: auto;
}
@media screen and (max-width: 414px) {
    .point_under .point_type {
        background-image:none;
        height: auto;
        padding: 0;
        margin: 70px auto 100px;
    }
    #service-page .point_under {
        margin-bottom: 40px;
    }
    .point_under .point_type .container {
        position: static;
        width: 100%;
        padding: 0 0;
        margin: auto;
    }
}

/*--------------
about
----------------*/
.company_outline .list dt {
     color: #157131;
}
@media screen and (min-width: 415px) {
    .about_message .ajust {
        letter-spacing: 0.6px;
    }
}
.about_message .rinen_housin .box_rinen .txt {
    line-height: 1.5;
    font-weight: 500;
}
@media screen and (min-width: 415px) {
    .about_message .rinen_housin {
        padding: 50px 0 30px;
     }
}
@media screen and (min-width: 415px) {
    .company_outline2 .list dt {
        width: 30%;
        padding: 16px 0;
    }
    .company_outline2 .list dd {
        width: 70%;
        padding: 16px 0;
    }
}
.history_access .history .list dt span {
    font-weight: 300; 
}
@media screen and (min-width: 415px) {
    .history_access .access_detail {
        margin: 40px 0 0 0;
    }
    .history_access .history .list dt span {
        font-size: 14px;
        padding: 0 5px 3px;
    }
    .history_access .access_detail .pic p {
        font-size: 16px;
    }
}
.history_access .access_detail .row:first-of-type {
    margin: 0 0 20px;
}
.plant .plant_facility .box .subttl span {
    font-weight: 400;
    padding: 0 12px 0 20px;
}
/* sp */
@media screen and (max-width: 414px) {
    .about_message .box .pic {
        width: 80%;
        margin: 0 auto 20px;
    }
    .company_outline2 .list dt {
        width: 100%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid  #cccccc;
        padding: 5px 0;
        background: none;
        color: #157131;
        margin: 0 0 5px;
    }
     .history_access{
         background-image: none;
         background-color:#f3f7ed;
         -webkit-transform: skew(0deg, -12deg);/*背景斜め*/
         transform: skew(0deg, -12deg);/*背景斜め*/
         margin-top: 80px;
    }
    .history_access .container{
        -webkit-transform: skew(0deg, 12deg);/*背景斜め*/
        transform: skew(0deg, 12deg);/*背景斜め*/
    }
     .history_access .history .ttlboxg:before {
        width: 88px;
        height: 88px;
        background: url("../img/icon_gear.png") no-repeat;
        background-size: 88px;
        left: -35px;
        top: -40px; 
    } 
    .history_access .history {
        position: relative;
        top: -70px;
        margin: 0;
    }
    .history_access .access {
        position: relative;
        top: -20px;
    }
    .history_access .access_detail {
        position: relative;
        top: -20px;
    }
    .history_access .ttlboxg .ttlboxg_inner {
        margin-bottom: 20px;
    }
    .history_access .access_detail .txt .subttl {
        margin: 0 0 10px;
    }
    .history_access .access_detail .pic:first-of-type {
        margin: 0 0 5px;
    }
    .plant_map .scroll {
        width: auto;
        overflow: scroll;
        background-image: url(../img/scroll.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 320px auto;
    }
    .plant_map p.pic {
        width: 800px;
        display: block;
        overflow: scroll;
    }
    .plant_map p.pic img {
        width: 100%;
        height: auto;
    }
    .plant .plant_facility {
        margin: 30px 0 0;
    }
    .plant_facility .inner_s {
        width: 100%;
        padding: 0 25px;
    }
    .plant .bnrs {
        margin: 40px auto;
    }
}
#about-page .contactboxwrap {
    margin-top: 110px;
    margin-bottom: 130px;
}
@media screen and (max-width: 414px) {
    #about-page .contactboxwrap {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}
/*--------------
#service-page
----------------*/
.service-all{
     background-image: none;
     background-color:#f3f7ed;
     -webkit-transform: skew(0deg, -12deg);
     transform: skew(0deg, -12deg);
     margin-top: 80px;
}
.service-all .container{
    -webkit-transform: skew(0deg, 12deg);
    transform: skew(0deg, 12deg);
}
.service-all .box {
    width: 47%;
    margin-bottom: 50px;
    border: 2px solid #157131;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0;
}
.service-all .box h3 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 68px;
    background:#157131;
    background-image: linear-gradient(
-16deg, #156431 50%, #157131 50%);
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.service-all .box h3:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #156431;
}
.service-all .box ul {
   margin: 40px 40px 30px;
    padding: 0;
}
@media screen and (min-width: 415px) {
    .service-all .box ul {
        min-height: 264px;
    }
}
.service-all .box ul li span{
     color: #157131;
    font-size: 14px;
    margin-right: 10px;
}
.service-all .box ul li {
    border-bottom: 2px dotted #b3b3b3;
    font-size: 18px;
    padding-bottom: 13px;
    margin-bottom: 18px;
}
.service-all .box .btn {
    margin: 0 auto 30px; 
}
#service-all .contactboxwrap {
    margin-top: 110px;
    margin-bottom: 130px;
}
#service-all .point {
    margin: 80px 0 0 0;
    background-image: none;
}
@media screen and (max-width: 414px) {
    .service-all{
         margin-top: 30px;
    }
    .service-all .container{
       
    }
    .service-all .box {
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #157131;
    }
    .service-all .box h3 {
        font-size: 22px;
        line-height: 60px;
    }
    .service-all .box h3:before {
          margin-left: -15px;
          border: 15px solid transparent;
          border-top: 15px solid #156431;
    }
    .service-all .box ul {
       margin: 20px;
    }
    .service-all .box ul li span{
        font-size: 13px;
        margin-right: 5px;
    }
    .service-all .box ul li {
        border-bottom: 1px dotted #b3b3b3;
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .service-all .box .btn {
        margin: 0 auto 20px; 
        width: 85%;
        height: 48px;
    }
}
/*--------------
#service-page  other
----------------*/
.leadtxtbox .caution {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 90%;
}
.slick-track {
     margin-left: 0; 
      margin-right: 0; 
}
/* 縦型写真用レイアウト */
.box-tate .txt {
    width: 61%;
}
.box-tate .img {
    width: 33%;
}
.box-tate .box1 .txt {
    width: 100%;
}
#service-page .content_inner .caution {
    color: #6e7272;
    font-size: 12px;
    margin-top: -20px;
}
#service-page .contactboxwrap {
    position: relative;
    z-index: 999;
    margin-top: 0px;
    margin-bottom: 0px;
}
#service-page.inspection .contactboxwrap, #service-page.resin .contactboxwrap {
    margin-top: 60px;
}
@media screen and (max-width: 414px) {
    .content .serviceslide {
        margin: 15px 0 15px 0;
    }
    .box-tate {
        display: block;
    }
    .box-tate .txt {
        width: 100%;
    }
    .box-tate .img {
        width: 100%;
        margin: 25px auto 0;
        text-align: center;
    }
    #service-page .content .ttl {
        margin-bottom: 25px;
    }
    #service-page .content_inner .caution {
        margin-top: -10px;
    }
    #service-page .point {
        margin: 60px 0 0 0;       
    }
    #service-page .contactboxwrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    #service-page.inspection .contactboxwrap, #service-page.resin .contactboxwrap {
        margin-top: 0;
    }
}
/*--------------
#reason-page
----------------*/
#reason-page .leadtxtbox {
    margin-bottom: 70px;
}
.reason .box {
   background:#f3f7ed;
   background : -webkit-gradient(linear, left top, right top, from(rgba(243, 247, 237, 1)), to(rgba(255, 255, 255, 1)));
   background : linear-gradient(90deg, rgba(243, 247, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 60px 0;
}
.reason .box:nth-child(even) {
   background:#f3f7ed;
     background : -webkit-gradient(linear,  left top, right top,  from(rgba(255, 255, 255, 1)), to(rgba(243, 247, 237, 1)));
     background : linear-gradient(90deg,  rgba(255, 255, 255, 1) 0%, rgba(243, 247, 237, 1) 100%);
}
.reason .box h2 span {
    display: inline-block;
    background:#157131;
    background-image: linear-gradient(-16deg, #156431 50%, #157131 50%);
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 10px;
     margin-right: 10px;
}
.reason .box h2 {
    color: #157131;
    font-size: 28px;
    margin-bottom: 14px;
}
.reason .box:nth-child(even) .inner_s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.reason .img {
    width: 20.4%; 
}
.reason .txt {
    width: 74.4%; 
}
#reason-page .bnrs {
    margin-top: 110px;
}
#reason-page .contactboxwrap {
    margin-top: 80px;
}
@media screen and (max-width: 414px) {
    #reason-page .leadtxtbox {
        margin-bottom: 30px;
    }
    .reason .box {
        padding: 30px 0;
    }
    .reason .box .inner_s {
        width: 100%;
    }
    .reason .box .inner_s.row {
        display: block;
    }
    .reason .box h2 span {
        font-size: 20px;
        line-height: 1.5;
        display: block;
        width: 30%;
        margin: 0 auto 5px;
    }
    .reason .box h2 {
        font-size: 22px;
        margin-bottom: 10px;
        text-align: center;
    }
    .reason .box:nth-child(even) .inner_s {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .reason .img {
        width: 45%; 
        margin: 0 auto 20px;
    }
    .reason .txt {
        width: 100%; 
        margin: 0 auto;
    }
    #reason-page .bnrs {
        margin-top: 60px;
    }
    #reason-page .contactboxwrap {
        margin-top: 40px;
    }
}
#reason-page .contactboxwrap {
    margin-top: 110px;
    margin-bottom: 130px;
}
@media screen and (max-width: 414px) {
    #reason-page .contactboxwrap {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}
/*--------------
#recruit-page
----------------*/
.staff1 .ttl1 span span {
    font-weight: 500;
}
.staff1 .subttl {
    font-weight: 500;
     margin-top: -1px;
}
.staff1 .yoko_box .subttl span {
   font-weight: 500;
}
.recruit_bointbox .subttl span {
     font-weight: 500;
    letter-spacing: 3px;
}
.staff1 .recruit_bointbox .box h4 {
    font-size: 22px;
    font-weight: 500;
}
@media screen and (min-width: 415px) {
    .staff1 .subttl {
        font-size: 28px;
    }
    .staff1 .yoko_box .list dd:last-of-type {
        border-bottom: 1px solid #157131;
    }
    #recruit-page .contactbox .contactbox_inner .subttl + p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 414px) {
    #recruit-page .btnslist {
        display: block;
        width: 80%;
    }
    #recruit-page .btnslist li {
        width: 100%;
    }
     #recruit-page .btnslist li:first-child {
        margin-bottom: 10px;
    }
    .staff1 .leadtxt {
        margin: 0 0 25px;
    }
    .staff1 .yoko_box {
        margin: 20px 0;
        border-top: 6px solid #157131;
    }
    .staff1 .subttl {
        font-size: 24px;
        margin: -1px 0 20px;
    }
    .staff1 .yoko_box .subttl span {
        padding: 0 30px 5px;
    }
    .staff1 .yoko_box .list {
        margin: 25px 0 0 0;
    }
    .staff1 .yoko_box .list dt {
        background: none;
        border-top: 1px solid  #157131;
        border-bottom: 1px solid #157131;
        color:  #157131;
    }
    .staff1 .yoko_box .list dd {
        border-bottom: none;
    }
    .staff1 .recruit_bointbox {
        height: 520px;
        padding: 25px 25px;
    }
    .staff1 .recruit_bointbox .subttl {
        margin: 0 0 25px;
    }
    .staff1 .recruit_bointbox .box {
        margin: 0 0 30px;
    }
    .staff1 .recruit_bointbox .icon {
        margin: 0 auto 10px;
        width: 45%;
    }
    #recruit-page footer {
        margin-top: 100px;
    }
}
/*--------------
#contact-page
----------------*/
@media screen and (min-width: 415px) {
    #contact-page .leadtxtbox {
        margin-bottom: 40px;
    }
}
dd select#product {
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    color: #0d1413;
}

@media screen and (max-width: 414px) {
    dd select#product {
        padding: 0px 30px;
        height: 50px;
    }
}

/*--------------
404
----------------*/
#notfound-page .ttlbox1 a {
    text-decoration: underline;
}
.leadtxtbox {
    margin-bottom: 120px;
}


