@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
}

object {
    pointer-events: none;
}

.sp {
    display: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img_r {
    overflow: hidden;
}

.img_r>img {
    float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}

a:hover{opacity: 0.7;}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
a{color: #2c2c2c;}

a.to_detailTop{
  width: 294px;
  padding: 15px 25px;
  right: 10rem;
  bottom: 9rem;
}
a.to_detailTop span{
  margin-right: 5px;
}

a.to_detail01{
    font-size: 1.6rem;
  width: 294px;
  padding: 13px 25px;
  margin: 0 0 0 auto;
  right: 0;
  bottom: -5rem;
}
a.to_detail01_bt{
    /*font-size: 2rem;*/
  width: 294px;
  padding: 13px 25px;
  margin: 0 auto 8rem auto;
  right: 0;
  bottom: 0;
}
/*a.to_detail01_bt:before{
    width: 20px;
    height: 20px;
}*/
a.to_detail02{
    font-size: 1.6rem;
  width: 294px;
  padding: 13px 25px;
  margin: 0 0 0 auto;
  right: 0;
  bottom: -5rem;
}

a.anchor01{
    padding-top: 190px;
    margin-top: -190px;
}
a.anchor02{
    padding-top: 30px;
    margin-top: -30px;
}


a.pageTop{
    width: 80px;
    right: 5rem;
    bottom: 37rem;
}
@media screen and (max-width: 1300px){
    a.pageTop{
        bottom: 35rem;
    }
}

/* ---------------------------------------------------------------------------
  ★header
--------------------------------------------------------------------------- */
#header {
  height: 170px;
}
#contents{}
#header h1{
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.header__inner_out{
      margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 1rem 0.4rem 1rem;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    display: block;
    padding-top: 1.3rem;
    position: relative;
    width: 33rem;
}

.header__cta {
    gap: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
}
.header_tel{
    width: 200px;
    padding-top: 0.2rem;
}
.header_tel a {
  font-size: 2.8rem;
  line-height: 2rem;
  padding: 0.2rem 0 0 2.7rem;
}
.header_tel a:before {
  width: 22px;
  height: 22px;
}
.header_tel p{
    font-size: 1.4rem;
    line-height: 1.4rem;
}

@media screen and (max-width: 1100px){
    .header__logo{
        width: 25rem;
    }
}
.sp__cta{
    display: none;
}


/* =======================================
  nav
========================================== */
.navi__menu {
    gap: 2rem;
    margin-top: 0.85rem;
    justify-content: end;
    margin-right: 1rem;
}

ul.navi__menu li{
    font-size: 1.4rem;
}
.navi__menu{
       gap: 4.5rem;  
    }
ul.navi__menu li{
    font-size: 1.6rem;
}


.header__trigger {
    cursor: pointer;
    display: none;
}
.u-pt{
    display: none;
}
ul.navi__menu li ul.navi__child {
        display: none;
}
ul.navi__menu li:hover ul.navi__child {
        display: block;
        left: 0;
        position: absolute;
        top: 1.9em;
        transition: min-height 0.5s;
        width: max-content;
        z-index: 3;
}
ul.navi__child li {
    position: relative;
    border: 2px solid var(--main-green);
    background: rgba(255, 255, 255, .8);
    width: 160px;
}
.navi__child li:nth-child(-n+3) {
        margin-bottom: 5px;
}
.navi__child li:not(:first-child) {
    }
.navi__child a {
    color: #2c2c2c;
    display: block;
    width: 100%;
    text-align: center;
}



/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
.top_img{
    width: 100%;
}
.top_img::before {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 80%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(to bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%); /* 徐々に透明にする */
  position: absolute;  /*  */
  top: 0;
  left: 0;
  z-index: 2;
}
.topCatch{
    top: 26%;
}
@media screen and (max-width: 1199px) {
    .top_img::before{
        background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%);
    }
    .topCatch{
        top: 30%;
    }
    a.to_detailTop{
        bottom: 6rem;
    }
}

.top_img ul li{
    height: 61.8vw;
}
.top_img ul li a span.arrow_w img{
    width: 14px;
}

.slick-dots li{
  width: 40px!important;
    height: 40px !important;
    bottom: -4rem;
}
.slick-dots li button:before{
  font-size: 10px!important;
}

/* -- TOP共通  ---------------*/
.tag {
    font-size: 2rem;
    top: 200px;
}
.topBusiness .tag{
   width: 90px; 
}
.topAbout_out .tag{
    width: 105px;
}
.tag_l{
   left: 4vw; 
}


.topWork_out .bg_green{
    width: 50px;
}

#home h3 span.en,
.topContact h3 span.en{
    font-size: 4.8rem;
}

.topWork h3,.topRecruit h3,.topNews h3{
    line-height: 4.8rem;
}
.topWork h3,
.topRecruit h3{
    margin-bottom: 7rem;
}


/* -- TOP_Business  ---------------*/
.topBusiness{
  position: relative;
  background:url(../img/bg_topBusiness.webp) no-repeat right bottom;
  background-size: cover;
}
.topBusiness .Box {
    padding: 155px 0 225px 8vw;
}
@media screen and (max-width: 1199px) {
    .topBusiness .Box{
        padding: 100px 0 17vw 8vw;
    }
}

.topBusiness h3{
    font-size: 3.2rem;
  line-height: 6.3rem;
}
.topBusiness .Box .txtBox {
    width: 610px;
    margin-left: 5vw;
}
.topBusiness .txtBox span::after {
  height: 4px;
  bottom: -2px;
}


/* -- TOP_Work  ---------------*/
.topWork_out{
  padding: 10rem 0 18rem 3em;
}
.topWork ul{
    gap: 2rem;
}
.topWork ul li{
    width: 31%;
}
.topWork ul li .imgBox{
    width: 100%;
    height: 280px;
}
.topWork ul li span{
    font-size: 2.4rem;
    margin-top: 1rem;
}
.topWork ul li span:before{
    width: 27px;
    height: 27px;
}

.g_wrap{
    gap: 10rem;
    margin-top: 18rem;
}
.g_wrap h4{
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.g_wrap .imgBox{
    width: 496px;
    height: 373px;
}
.g_wrap .txtBox{
    flex: 1;
    padding: 3vw 2vw 0 0;
}
.g_wrap .txtBox br{
    display: none;
}
.bg_work{
    width: 506px;
  right: 5vw;
  bottom: 20rem;   
}
@media screen and (max-width: 1199px) {
    .g_wrap{
        gap: 4rem;
    }
    .g_wrap .imgBox{
        width: 450px;
    }
    .bg_work{
        width: 430px;
        right: 1vw;
    }
    .g_wrap .txtBox br{
        display: block!important;
    }
}


/* -- TOP_About  ---------------*/
.topAbout_out{
  padding: 10rem 0;
}
.tag_r{
   right: -110px; 
}
.topAbout_out .tag{
    top: 42px;
}
.topAbout .bg_green{
  width: 945px;
  height: 286px;
  right:-110px;
  bottom: -10rem;
}
.topAbout h4{
    font-size: 3.2rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1250px) {   
    .topAbout_out .tag_r{
        right: 0vw;
    }
    .topAbout .bg_green{
        right: 1vw;
        width: 800px;
    }
    .topAbout .Box_out{
        width: 90%;
    }
    .topAbout .Box_out br{
        display: block!important;
    }
    .topAbout a.Boxin {
        padding: 7.5rem 7rem 13.5rem 7rem;
    }
}


.topAbout .Box{
    width: 50%;
}
.topAbout .Box01{
    border-right: 1px solid var(--lt-gray);
}
.Boxin{
    padding: 9.5rem 9rem 15.5rem 9rem;
}
.topAbout .Box p:before {
    width: 33px;
    height: 33px;
    bottom: -5rem;
    right: 40%;
}


/* -- TOP_Recruit  ---------------*/
.topRecruit{
    margin-top: 10rem;
}
.topRecruit .imgBox{
    width: 496px;
    height: 373px;
    margin-right: 10rem;
}
.topRecruit .txtBox{
    width: 600px;
    padding: 3rem 11rem 0 0;
}
.topRecruit h4{
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
}
.bg_arrow{
    margin: 8rem 0 8rem 0;
}
@media screen and (max-width: 1299px) {
    .topRecruit .imgBox{
        margin-right: 3rem;
    }
    .topRecruit .txtBox br{
        display: none;
    }

}
@media screen and (max-width: 1174px) {
    .topRecruit .imgBox{
        width: 450px;
        margin-right: 3rem;
    }
    .topRecruit .txtBox{
        padding: 3rem 2vw 0 0;
    }
}
@media screen and (max-width: 1134px) {
    .topRecruit .txtBox{
        flex: 1;
    }
}


/* -- TOP_News  ---------------*/
.topNews{
    margin-bottom: 14rem;
}
.topNews h3{
    margin-bottom: 6rem;
}
.topNews ul li{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.topNews ul li .txt{
    font-size: 2.4rem;
}


/* -- TOP_Contact  ---------------*/
.topContact{
    margin-top: 10rem;
    padding: 12rem 0 14rem 0;
}
.topContact h3{
    margin-bottom: 2rem;
}
.fuki{
    width: 417px;
    text-align: center;
    padding-top: 1.5rem;
}
.fuki p span.f_small{
    font-size: ;
}
.fuki p span.f_big{
    font-size: 2rem;
    padding-bottom: 0.5rem;
}
.topContact .cta_wrap{
    gap: 2rem;
    margin-top: 4rem;
}
.topContact a.tel{
    width: 265px;
    margin-right: 2rem;
}
.topContact a.mail,
.topContact a.form{
    width: 377px;
}
.topContact a.Box{
    padding-top: 1rem;
    height: 110px;
}
.topContact a.Box span.tit{
    font-size: 2.2rem;
    margin: 0 auto;
}
.topContact a.mail span.tit,
.topContact a.form span.tit{
    padding-left: 3rem;
}
.topContact a.tel span.tit{
    font-size: 4rem;
    line-height: 5.5rem;
    padding-left: 3.5rem;
}
.topContact a.tel span.tit:before{
  width: 29px;
  height: 29px;
}

.topContact a.Box span.txt01{
    line-height: 2.8rem;
}
.topContact a.tel span.txt01{
    line-height: 1.8rem;
}

.topContact a.Box span.txt02{
    font-size: 1.4rem;
    line-height: 1.2rem;
}


.topContact a.mail span.tit:before{
  width: 22px;
  height: 22px;
}
.topContact a.form span.tit:before{
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1125px) {
    .topContact a.mail,
    .topContact a.form{
    width: 315px;
}
}



/* -- footer  ---------------*/
.footer{
    padding: 8rem 0;
}
.footer_inner{
  gap:4.7rem;
  margin: 6rem auto 3rem auto;
}
a.footer_logo{
  width: 252px;
  margin-bottom: 20px;
}
.footer_left address{
    margin-bottom: 2rem;
}
a.footer_tel {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 2.2rem;
}
a.footer_tel:before{
    width: 18px;
    height: 18px;
}
.ulMgr{
    margin-right: 5rem;
}

.footer_nav-wrap{
  gap:3.5rem;
}
.footer_li-item{
  margin-bottom: 20px;
}
.footer_left address,.footer_left p{
  font-size: 1.6rem;
}
.footer__link{
  font-size: 1.6rem;
}

/*.footer_buttons{
    margin-top: 30px;
}
.footer_buttons a{
    font-size: 1.5rem;
}
.footer_buttons a:nth-child(2){
    font-size: 1.6rem;
    margin-top: 15px;
}
.footer_nav-child a{
    font-size: 1.5rem;
}*/


/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.sub_topimg{
    /*background:url(../img/sub_topimg.webp) no-repeat;
    background-size: 100% 100%;*/
    height: 180px;
    width: 100%;
    margin: 18rem 0 2rem 0;
}
.txt_4{
    background:url(../img/sub_topimg_4.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_5{
    background:url(../img/sub_topimg_5.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_6{
    background:url(../img/sub_topimg_6.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_7{
    background:url(../img/sub_topimg_7.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_9{
    background:url(../img/sub_topimg_9.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_10{
    background:url(../img/sub_topimg_form.webp) no-repeat;
    background-size: 100% 100%;
}
.txt_gpro{
    background:url(../img/sub_topimg_gpro.webp) no-repeat;
    background-size: 100% 100%;
}

.sub_topimg h2{
    font-size: 2.8vw;
    line-height: 4rem;
      top: 48%;
}
.sub_topimg h2 span{
    font-size: 1.4vw;
}
.sub_topimg_ser h2{
    padding-top: 2.2rem;
    line-height: 3vw;
}
.sub_topimg_ser h2 span:before {
  width: 1.5em; /* 線の長さ */
}
@media (min-width: 1600px) {
    .sub_topimg_ser h2{
        font-size: 2.7vw;
        line-height: 2.7vw;
    }
    .sub_topimg h2 span{
        font-size: 1.3vw;
    }
}


.sub_topimg h2,
.txt_5 h2,
.txt_6 h2,
.txt_9 h2{
    left: 8.7vw;
    width: auto;
}

.txt_9 h2{
    font-size: 2.9vw;
}
.txt_gpro h2{
    top: 40%;
    line-height: 2.2vw;
}
.txt_gpro h2 span{
    font-size: 1.1vw;
}
.txt_gpro h2 span.flex_nowrap{
    margin-left: 0.8vw;
}
.txt_gpro h2 span.first{
    margin-right: 1.3vw;
}

ul.pankuzu{
    margin-bottom: 5rem;
}
.link_wrap {
    margin: 0 auto 7rem auto;
    gap: 2rem;
    justify-content: center;
}
.link_wrap a.to_detail02{
    width: 180px;
    bottom: 0;
}
#sub h3{
    font-size: 3.2rem;
    margin-bottom: 2rem;
}
.wrap{
    margin: 8rem auto;
}
.bor_b{
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}

/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
.message .img {
    width: 385px;
    margin-right: 4rem;
}
.message .txtBox{
    flex: 1;
}
.message_sign{
    margin-top: 40px;
}
.message_sign img{
  width: 180px;
}

#company .bg_gray{
    padding: 8rem 0;
}
.overview{
    padding: 4rem;
}


table.c-table th,table.c-table td{
  font-size: 1.6rem;
}
table.c-table th{
  padding: 32px 40px 32px 2px;
}
table.c-table td{
  padding: 32px 10px 32px 2px;
}
table.c-table td p.mgb{
    margin-bottom: 2rem;
}

.access{
    margin-bottom: 8rem;
}
.access .flex_wrap{
    gap: 5rem;
    align-items: center;
}
.access iframe{
    width: 500px;
    height: 320px;
}
.access .txtBox{
    flex: 1;
}
.access .txtBox .tit{
    font-size: 2.3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.access .mgb{
    margin-bottom: 6rem;
}



/* ---------------------------------------------------------------------------
  ESGへの取り組み
--------------------------------------------------------------------------- */
#esg .Box01 p{
    text-align: center;
    margin-bottom: 3rem;
}
#esg .Box01 .esgFigure{
    width: 800px;
    margin: 0 auto;
}

.esg_h3 span{
    padding-left: 7rem;
}
.esg_h3 span:before{
    width: 60px;
    height: 60px;
    top: 50%;
}

#esg .Box02 .toptxt,
#services.Box02 .toptxt{
    text-align: center;
    margin-bottom: 3rem;
}

/* --- 共通flex_wrap ------------------------------- */
#esg .Box02 .flex_wrap,
#services .Box02 .flex_wrap,
#road .Box04 .flex_wrap{
    gap: 3rem;
}
#esg .Box02 .imgBox,
#services .Box02 .imgBox{
    width: 420px;
}
#esg .Box02 .txtBox,
#services .Box02 .txtBox,
#road .Box04 .txtBox{
    flex: 1;
}
#esg .Box02 .txtBox h4,
#services .Box02 .txtBox h4,
#road .Box04 .txtBox h4,
#parking .Box04 h4,
#recruit .Box03 h4{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 3.5rem;
}
/* --- 共通flex_wrap_END ------------------------------- */

#esg .Box02 .txtBox h4 br.pc{
    display: none!important;
}
@media screen and (max-width: 1119px) {
    #esg .Box02 .txtBox h4 br.pc{
        display: block;
    }
}

#esg .wrap{
    margin-bottom: 0;
}
#esg .bg_gray{
    padding: 5rem 0;
    margin: 6rem 0 5rem 0;
}
#esg a.to_detail01_bt{
    /*font-size: 2rem;*/
    margin: 8rem auto 4rem auto;
}



/* ---------------------------------------------------------------------------
  事業案内
--------------------------------------------------------------------------- */
#services .Box01 p{
    text-align: center;
    margin-bottom: 3rem;
}
#services .link_wrap ul{
    gap: 2rem;
}
#services .link_wrap ul li {
 width: 23%;
}
#services .link_wrap ul li .imgBox {
    width: 100%;
    height: 180px;
}
#services .link_wrap ul li span {
        font-size: 2rem;
        margin-top: 1rem;
    }
#services .link_wrap ul li span:before {
        width: 27px;
        height: 27px;
        top: 48%;
    }

.flex_re_pc{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;  
}


/* ---------------------------------------------------------------------------
  道路整備事業
--------------------------------------------------------------------------- */
#services_child .Box01 h3{
    font-size: 2.8rem;
}
#services_child .Box01 h3 span::after,
#Gprotector .Box01 h3 span::after  {
    height: 4px;
    bottom: -2px;
}

#services_child .Box01 p,
#parking .Box04 p{
    text-align: center;
    margin-bottom: 3rem;
}
#services_child .bg_gray{
    padding: 4rem 4rem 5rem 4rem;
}
#services_child .Box02{
    margin: 4rem auto;
}

ul.kinds{
    gap: 2rem;
}
ul.kinds li{
    width: 260px;
    padding: 1.8rem 0 2rem 0;
}
#parking ul.kinds li,
#soilPaving ul.kinds li{
    padding: 1.2rem 0 2rem 0;
}
ul.kinds li.l_02{
  padding: 1.3rem 0 2rem 0; 
}
ul.kinds li p{
    font-size: 2.5rem;
    line-height: 2.8rem;
}
ul.kinds li p.mgt{
    padding-top: 1.3rem;
}
ul.kinds li p span{
    font-size: 1.5rem;
}
/* --- Q&A ------------------------------- */
dl.acc-item {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
dt.acc-item__ttl{
    font-size: 2.5rem;
    padding: 10px 35px 15px 60px;
}
dt.acc-item__ttl::before{
    font-size: 2.5rem;
}
dt.acc-item__ttl::after{
    right: 15px;
    top: 40%;   
}
dd.acc-item__content{
    font-size: 1.7rem;
  padding: 8px 35px 10px 60px;
  border-radius: 0.8rem;   
}
dd.acc-item__content::before{
    font-size: 2.5rem;
    top: -1px;
  left: 29px;    
}

#road .Box04 .imgBox{
    width: 450px;
}
#road .Box04 ul{
    position: absolute;
    bottom: 0rem;
    gap: 2rem;
}
#road .Box04 li{
    width: 47%;
}
#road .Box04 li h3{
    text-align: left;
}

#services_child .Box05{
    padding: 3rem 4rem 4rem 4rem;
    border-radius: 3rem;
}
#services_child .Box05 h3{
    margin-bottom: 1rem;
}
.circle{
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 1.7rem;
  margin-right: 1.5rem;
}

#services_child .Box05 p.tit{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
#services_child .Box05 .flex_wrap{
    gap: 3rem;
}
#services_child .Box05 .imgBox{
    width: 350px;
}
#services_child .Box05 .txtBox{
    flex:1;
}

/* ---------------------------------------------------------------------------
  駐車場整備事業
--------------------------------------------------------------------------- */
#parking .Box04 h4{
    text-align: center;
}
#parking .Box04 ul{
    gap: 2rem;
}
#parking .Box04 ul li{
    width: 31%;
}
#parking .Box04 ul li p{
  margin-top: 0.5rem;
}

/* ---------------------------------------------------------------------------
  地際防錆材販売実績
--------------------------------------------------------------------------- */
#Gprotector .Box01 h3{
    font-size: 2.8rem;
    margin-bottom: 5rem;
}
#Gprotector .Box01 .flex_wrap,
#Gprotector .movieBox .flex_wrap,
#Gprotector .Box03 .flex_wrap{
    gap: 3rem;
}
#Gprotector .Box01 .imgBox,
#Gprotector .Box03 .imgBox{
    width: 450px;
}
#Gprotector .Box01 .txtBox,
#Gprotector .movieBox .txtBox,
#Gprotector .Box03 .txtBox{
    flex: 1;
}
#Gprotector .Box01 h4{
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
}
#Gprotector .movieBox .movie iframe{
    width: 550px;
    height: 350px;
}
#Gprotector .bg_gray {
 padding: 4rem 4rem 5rem 4rem;
 margin-bottom: 5rem;
}
#Gprotector ul.kinds::after{
  width:285px;
}
#Gprotector ul.kinds li {
    width: 285px;
}
#Gprotector ul.kinds li:nth-child(2){
    padding: 2.3rem 0 1.5rem 0;
}
/*#Gprotector ul.kinds li:nth-child(3){
    padding: 3rem 0 0.8rem 0;
}*/
#Gprotector ul.kinds li p{
    font-size: 2.8rem;
    line-height: 3.5rem;
}
#Gprotector ul.kinds li:nth-child(n+4) p{
    line-height: 2.8rem;
}
#Gprotector ul.kinds li p span.small{
    line-height: 2rem;
    margin-top: 1rem;
}
#Gprotector ul.kinds li:nth-child(3) p span.first{
    margin-bottom: 1.3rem;
}
#Gprotector ul.kinds li:nth-child(3) p span.small{
    margin-top: 2.2rem;
}

#Gprotector .Box03 h3{
    line-height: 2.3rem;
    margin-bottom: 2rem;
}
#Gprotector .Box03 h3 span{
    font-size: 1.4rem;
    margin-right: 33rem;
}
#Gprotector .Box03 .mgb{
    margin-bottom: 4rem;
}
#Gprotector .Box03 .txt_b{
    width: 80%;
    margin: 4rem auto 0 auto;
}

#Gprotector .Box04 p{
    text-align: center;
}

#Gprotector .Box05 ul li:first-child,
#Gprotector .Box05 ul li:nth-child(4){
    width: 215px;
}
#Gprotector .Box05 ul li:nth-child(2),
#Gprotector .Box05 ul li:nth-child(3){
    width: 180px;
}
#Gprotector .Box05 ul li:last-child{
    width: 90px;
}

#Gprotector .Box05 ul li:not(:last-child):before {
        width: 28px;
        height: 28px;
        border-top: solid 8px #2c2c2c;
        border-right: solid 8px #2c2c2c;
        transform: rotate(45deg);
        top: 40%;
        right: -5px;
}
#Gprotector .Box05 ul li p.step{
    font-size: 2rem;
    margin-bottom: 0.8rem;
}
#Gprotector .Box05 ul li p.tit{
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}
 #Gprotector .Box05 ul li p.detail{
    font-size: 1.4rem;
    line-height: 2.2rem;
 }

@media (max-width: 1199px) {
    #Gprotector .Box05 ul li:first-child,
    #Gprotector .Box05 ul li:nth-child(4){
        width: 19vw;
    }
    #Gprotector .Box05 ul li:nth-child(2),
    #Gprotector .Box05 ul li:nth-child(3){
        width: 14vw;
    }
    #Gprotector .Box05 ul li:last-child{
        width: 12vw;
    }
    #Gprotector .Box05 ul li p.detail {
        font-size: 1.4vw;
    }
    #Gprotector .Box05 ul li:not(:last-child):before{
        width: 1.5vw;
        height: 1.5vw;
    }
}

#Gprotector .Box06{
  padding: 3rem 4rem 5rem 4rem;
}
#Gprotector .Box06 h4{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
#Gprotector .Box06 .form_wrap{
    gap: 3rem;
    align-items: center;
}
#Gprotector .Box06 p.txt{
    padding-top: 2rem;
    padding-left: 1rem;
    font-size: 2rem;
}
#Gprotector .Box06 a.form{
    width: 377px;
    height: 95px;
    font-size: 2.3rem;
    padding-top: 1.3rem;
}
#Gprotector .Box06 a.form span.tit{
    padding-left: 35px;
    margin-top: 0.5rem;
}
#Gprotector .Box06 a.form span.tit:after {
    width: 25px;
    height: 25px;
    left: 5px;
}

#Gprotector .Box06 .cta_wrap{
    margin-top: 2rem;
    gap: 5rem;
}
#Gprotector .Box06 .cta_wrap a.tel{
    width: 267px;
}
#Gprotector .Box06 .cta_wrap a.mail{
    width: 377px;
    height: 85px;
    padding-top: 1.5rem;
}

#Gprotector .Box06 a.tel span.tit{
    font-size: 4rem;
     padding-left: 3.6rem;
     line-height: 3rem;
}
#Gprotector .Box06 a.mail span.tit{
    font-size: 1.8rem;
    padding-left: 3.2rem;
}
#Gprotector .Box06 a.mail span.tit:before{
    width: 22px;
    height: 22px;
    top: 58%;
}
#Gprotector .Box06 a.tel span.tit:before{
    width: 28px;
    height: 28px;
    top: 50%;
}
#Gprotector .Box06 a span.txt01,
#Gprotector .Box06 a span.txt02{
    font-size: 1.4rem;
}
#Gprotector .Box06 a span.txt02{
    margin-top: 0.2rem;
    padding-left: 1rem;
    line-height: 1.2rem;
}

#Gprotector .Box07 .tit{
    font-size: 2.3rem;
    text-align: center;
}
#Gprotector .Box07 .flex_wrap{
    margin-top: 2rem;
    gap: 2rem;
}
#Gprotector .Box07 .fuki01,
#Gprotector .Box07 .fuki02{
    width: 230px;
    height: 100px;
    line-height: 2.4rem;
    padding-top: 1.3rem;
}
#Gprotector .Box07 .fuki02 p{
    transform: scale(-1, 1);
}
#Gprotector .Box07 .txtBox{
    font-size: 1.8rem;
    margin-top: 0.5rem;
    text-align: center;
}
#Gprotector .Box08 .flex_wrap{
    align-items: center;
    gap: 3rem;
}
#Gprotector a.to_detail01_bt{
    margin: 0;
}




/* ---------------------------------------------------------------------------
  土舗装事業
--------------------------------------------------------------------------- */
#soilPaving ul.kinds li{
    width: 47%;
}
.soil_fleBox{
    margin: 5rem auto 4rem auto;
    padding: 4rem 0;
}
.soil_fleBox .flex_wrap{
    gap: 3rem;
}
.soil_fleBox .imgBox{
    width: 420px;
}
.soil_fleBox .txtBox{
    flex: 1;
}
.soil_fleBox .txtBox h4{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 3.5rem;
}
#soilPaving .Box02 h3{
    line-height: 3.5rem;
}
#soilPaving .Box02 h3 span{
    font-size: 2rem;
}
#soilPaving .Box04 ul li{
    width: 45%;
}
#soilPaving .Box04 ul li:first-child{
  padding-right: 20px;
}
#soilPaving .Box04 ul li:first-child:before{
  width: 40px;
  height: 40px;
  border-top: solid 10px #2c2c2c;
  border-right: solid 10px #2c2c2c;
  transform: rotate(45deg);
  top: 38%;
  right: -50px;    
}


#soilPaving .Box04 ul li p.Before,
#soilPaving .Box04 ul li p.After{
    width: 135px;
    height: 50px;
    line-height: 3.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 3.2rem;
}
#soilPaving .Box04 ul li:last-child .imgBox{
    margin-bottom: 1rem;
}
#soilPaving .Box04 ul li .imgBox{
    height: 335px;
}
#soilPaving .Box04 ul li .imgBox img{
    height: 100%;
    object-fit: cover;
}



/* ---------------------------------------------------------------------------
  施工事例
--------------------------------------------------------------------------- */
#cases .toptxt{
    text-align: center;
}
#cases .tabs {
    margin: 5rem auto 0 auto;
  padding-bottom: 40px;
}
.tabs {
  width: 80%;
}
#cases .tabs_wrap{
    width: 800px;
    margin: 0 auto;
}
.tab_item{
    width: 230px;
    height: 55px;
    line-height: 50px;
}
.tab_labels {
  width: 720px;
}
.tab_item_wrap {
  display: flex;
  align-items: center;
}
.tab_item {
  text-align: center;
  display: inline-block;
}

#cases .mgr{
    margin-right: 2rem;
}
.tab_content{
  padding-top: 5rem;
}
.tab_content ul{
    margin-bottom: 4rem;
}
.tab_content ul li{
    width: 31%;
}
.tab_content ul li p{
    line-height: 2.5rem;
}
#cases .tab_content .imgBox{
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}
.mark{
    font-size: 1.5rem;
    padding: 0.2rem 1rem;
    width: 130px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.m_gpro{
    width: 200px;
}



/*.table_design {
    text-align: center;
    font-size: 1.6rem;
}
.table_design th, .table_design td{
    text-align: center;
}
.tab_content p.year{
    font-size: 2.6rem;
    margin-bottom: 1rem;
}
.tab_content_in{
    margin-bottom: 4rem;
}*/

/* ---------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------- */
#recruit .Box_top{
  background: url(../img/rec_topimg.webp) no-repeat;
  background-size: cover;
  height: 465px;
}
#recruit .Box_topin{
    bottom: 2rem;
    right: 2rem;
    padding: 1.5rem 2rem 1.8rem 2rem;
}
#recruit .Box_top h3{
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}
#recruit .Box01{
    text-align: center;
}
#recruit .Box01 h3{
    font-size: 2.8rem;
}
#recruit .Box01 h3 span::after {
        height: 4px;
        bottom: -2px;
}
#recruit .Box02 .flex_wrap{
    gap: 3rem;
}
#recruit .Box02 .Boxin{
    width: 47%;
    padding: 2rem 3rem;
}
#recruit .Box02 h4{
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 1rem;
}
#recruit .Box02 h4 span{
    font-size: 1.8rem;
}
#recruit .Box02 .Boxin ul{
    margin-top: 1rem;
}
#recruit .Box02 .Boxin ul li::before {
    margin-right: 3px;
    margin-bottom: 1px;
  width: 10px;
  height: 10px;
}
#recruit .Box02 p{
    text-align: center;
    margin: 4rem 0;
}

#recruit .Box03{
    margin-bottom: 8rem;
}
#recruit .Box03 .flex_wrap{
    gap: 3rem;
    margin-top: 4rem;
}
#recruit .Box03 .imgBox{
    width: 420px;
}
#recruit .Box03 .txtBox{
    flex: 1;
}

#recruit .bg_gray {
    padding: 8rem 0;
}
#recruit .Box04{
    padding: 4rem;
}
#recruit .Box04 .tit{
    font-size: 2.3rem;
    margin-bottom: 1rem;
}
/*#recruit .Box04 .tit::before {
    width: 20px;
    height: 20px;
    top: 11px;
}*/
#recruit .Box04 .tit span{
    font-size: 1.8rem;
}
#recruit table.c-table th{
    width: 7.5em;
    vertical-align: middle;
}
#recruit .Box04 td p span.tit02{
    width: 65px;
    margin-right: 1.5rem;
}
#recruit .Box04_mgb{
    margin-bottom: 5rem;
}

#recruit .Box05{
    margin: 8rem auto 4rem auto;
    padding: 4.5rem 5rem 6rem 5rem;
}
#recruit .Box05 .toptxt p{
    text-align: center;
}
#recruit .Box05 a.mail{
    width: 330px;
}
#recruit .Box05 .cta_wrap{
    gap: 2rem;
}
#recruit a.to_detail01_bt{
    width: 320px;
}


/* ---------------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------------- */
#news .topNews{
    margin-bottom: 6rem;
}
#news #pager{
    margin-bottom: 7rem;
}
#news-post h3{
    font-size: 2.8rem;
}
#news-post .imgBox{
    width: 400px;
    height: 300px;
    margin-top: 0.5rem;
}
#news-post .flex_wrap{
    gap: 3rem;
}
#news-post .flex_wrap .justify{
    flex: 1;
}
#news-post .pager {
    padding-bottom: 3rem;
}

#news-post a.to_detail01_bt{
    margin-top: 4rem;
}
#news-post a.to_detail01_bt:before{
    width: 20px;
    height: 20px;
}

/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact .Box01 p{
    text-align: center;
    margin-bottom: 4rem;
}
#contact .telBox{
    padding: 3rem 4rem 4rem 4rem;
    margin-bottom: 4rem;
}
#contact .telBox h3{
    margin-bottom: 2.5rem;
}
#contact .telBox h3 span{
    padding-left: 4rem;
}
#contact .telBox h3 span:before {
    width: 29px;
    height: 29px;
}
#contact .telBox .flex_wrap{
    gap: 4rem;
}
#contact .telBox .Box {
    font-size: 4rem;
    line-height: 5.5rem;
}
#contact .telBox .Box span.f_s{
  font-size: 3rem;
}
#contact .telBox p.txt_b{
    font-size: 1.7rem;
    text-align: center;
}
#contact .bn_line{
    margin-bottom: 5rem;
}

#contact .c_table_01 table tbody tr th {
    width: 23rem;
}
.submit_wrap{
  width: 288px;
}
.submit_wrap:before{
    /*top: 32%;*/
    top: 50%;
}

#contact .privacy_wrap{
    margin: 3rem auto 3rem auto;
}
#contact .privacy_wrap p{
    font-size: 1.5rem;
}

#form h4{
    padding: 0.5rem 0;
}
#form h4.second{
    margin: 6rem 0 1rem 0;
}

#thanks{
  margin-bottom: 8rem;
}
#thanks .miniTextBox{
    padding: 5rem 0;
}
#thanks .miniTextBox p{
    text-align: center;
}
#error{
    margin-top: 24rem;
}

.ajust_p{
    line-height: 1.7rem;
    margin-bottom: 0.3rem;
}
.ajust_p span{
    display: block;
    padding-left: 0.5rem;
}

/* ---------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------- */
.sec_h3_wrap{
    padding: 50px 0;
}
.sec_h3_wrap h3{
    top:5px;
}
.bgblue_wrap,.bgblue02_wrap{
    padding: 4rem;
}
ul.air_facility_wrap_in .spacer{
    display: none;
}



/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
    width: calc(100% / 4);
}

.instagramcont li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    background: #949494;
}

.instagramcont li a img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */

.c_table_01 {
    /* border: 2px solid #eaf1f8; */
    /* border-radius: 0.5em; */
}

.c_table_01 table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
    border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
    border-bottom: 3px solid #e3f1e7;
    vertical-align: top;
    padding: 16px 15px;
    font-weight: 500;
    width: 24.5%;
    word-break: break-all;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
    border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
    border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
    border-bottom: 1px solid #ecf6ef;
    vertical-align: top;
    padding: 16px 21px;
    word-break: break-all;
}

.c_table_02 table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
}

.c_table_02 table thead {
    background-color: #666;
    color: #fff;
    margin: 0;
    border: 0;
}

.c_table_02 table thead tr th {
    padding: 10px;
    text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
    padding: 10px;
    font-size: 14px;
    word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */

.c_newslist_01>a {
    display: block;
    color: #000;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
}

.c_newslist_01>a dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
}

.c_newslist_01>a dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
}

.c_newslist_02 dl {
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
}

.c_newslist_02 dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
}

.c_newslist_02 dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
}

.c_newslist_02 dl dd>a {
    display: block;
    color: #000;
}

.c_newslist_03 a {
    display: block;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
    color: #000;
}

.c_newslist_03 dl {
    margin: 10px 0;
}

.c_newslist_03 dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
}

.c_newslist_03 dl dt .imgBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.6%;
}

.c_newslist_03 dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
}

.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
    display: block;
}

.icon_new {
    margin-left: 15px;
    display: inline-block;
    color: #e60012;
    z-index: 3;
}

.days_txt {
    color: #000;
}

.lr_xBox .main_xBox {
    float: left;
    width: 70%;
}

.lr_xBox .aside_xBox {
    float: right;
    width: 25%;
}

.archive_xBox>dl a {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.archive_xBox>dl dd {
    display: none;
}

.c_postlink li:first-child {
    float: left;
    width: 40%;
}

.c_postlink li:last-child {
    float: right;
    width: 40%;
    text-align: right;
}

.c_dBox h1,
.c_dBox h2,
.c_dBox h3,
.c_dBox h4,
.c_dBox h5,
.c_dBox h6 {
    font-weight: bold;
}

.c_dBox img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */

.c_cateBox_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c_cateBox_01>a {
    width: calc(100% / 4);
    display: block;
    color: #000;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
    position: relative;
}

.c_cateBox_01>a .txtBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
}

.c_cateBox_02 dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
}

.c_cateBox_02 dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
}

.c_cateBox_02 dl dd>a {
    display: block;
    color: #000;
}

.cate_xBox a {
    display: block;
    padding: 10px;
    background: #eee;
    margin-bottom: 5px;
}


/* =======================================
	★ページャー
========================================== */

.pager {
    width: auto;
    margin: 0 auto;
}

.wp-pagenavi {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2.6;
    border: 1px solid #000000;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    vertical-align: top;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
}

.wp-pagenavi span.extend {
    border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */

.c_form01 {
    margin-bottom: 50px;
}

.c_form01 table {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    width: 100%;
    /* IE */
    /* Edge */
}

.c_form01 table tbody tr {
    border-bottom: 1px solid #afafaf;
}

.c_form01 table tbody tr th {
    vertical-align: top;
    padding: 24px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    width: 24.5%;
}

.c_form01 table tbody tr th span {
    margin-left: 10px;
}

.c_form01 table tbody tr td {
    vertical-align: top;
    padding: 24px;
}

.c_form01 table tbody tr td select {
    padding: 0;
    font-size: 14px;
    width: 400px;
    padding: 11px;
}

.c_form01 table tbody tr td label {
    margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
    padding: 5px 10px;
    font-size: 1.4rem;
    border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type=text],
.c_form01 table .inp02 input[type=text] {
    font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 10px;
    width: 90%;
    height: 200px !important;
    border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
    color: #a9a9a9;
}

.c_form01 .kojin_wrap {
    background: #fff;
    padding: 5%;
    margin-bottom: 20px;
}

.c_form01 .submit_wrap {
    margin-bottom: 5%;
    text-align: center;
}

.c_form01 .submit_wrap .submit {
    max-width: 340px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    margin: auto;
    font-size: 1.6rem;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #a9a9a9;
}

input:-ms-input-placeholder {
    color: #a9a9a9;
}

input::-ms-input-placeholder {
    color: #a9a9a9;
}

input::placeholder {
    color: #a9a9a9;
}

input.short {
    width: 25%;
}

input.middle {
    width: 50%;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */

.close {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 10;
}

.close::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.popup_Box.on {
    z-index: 1;
    opacity: 1;
}

.popup_Box.on .close {
    z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
    position: relative;
    padding: 30px 60px;
    width: 100%;
}

.popup_Box .popup_Box_inner .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
    color: #fff;
}

#js_listItem .is_hidden {
    display: none;
}

#input_plural {
    margin: 10px 0;
}

#input_plural input.form-control {
    display: inline-block;
    color: #555;
}

#input_plural .btn_wrap {
    float: right;
}

#input_plural .pluralBtn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */

.csl_slider_01 .imgBox img {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.csl_slider_01 .sclick_previmg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 17%;
    top: 50%;
    cursor: pointer;
}

.csl_slider_01 .sclick_nextimg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    right: 17%;
    top: 50%;
    cursor: pointer;
}

.csl_slider_02 .imgBox img {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.csl_slider_02 .sclick_previmg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 60%;
    top: 50%;
    cursor: pointer;
}

.csl_slider_02 .sclick_nextimg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 60%;
    top: 50%;
    cursor: pointer;
}

.csl_slider_03_wp {
    margin-bottom: 20px;
    background: #00a0b4;
}

.csl_slider_03_wp .img_wrap {
    display: block;
}

.csl_slider_03_wp .img_wrap *:not(img) {
    display: none;
}


/* ---------------------------------------------------------------------------
  ★パーツ集:よくあるご質問
--------------------------------------------------------------------------- */

.c_faq_box_01 .sToggle {
    counter-reset: numb2;
}

.c_faq_box_01 .sToggle dl {
    counter-increment: numb2;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #0c3380;
    background: #fff;
    margin: 0 0 30px;
}

.c_faq_box_01 .sToggle dl dt {
    padding: 5px 35px 5px 60px;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
    color: #0c3380;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    word-break: break-all;
}

.c_faq_box_01 .sToggle dl dt::after {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #ff9595;
    border-right: 2px solid #de0101;
    position: absolute;
    top: 45%;
    right: 15px;
    margin: auto;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c_faq_box_01 .sToggle dl dt::before {
    content: "Q" counter(numb2);
    /* content: "Q.01"; */
    display: block;
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: #008f96;
    top: 47%;
    left: 29px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Lora", serif;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
    -webkit-animation: sTog 0.7s;
    animation: sTog 0.7s;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

.c_faq_box_01 .sToggle dl dd {
    padding: 5px 35px 5px 60px;
    display: none;
    position: relative;
    word-break: break-all;
}

.c_faq_box_01 .sToggle dl dd::before {
    content: "A" counter(numb2);
    /* content: "A.01"; */
    display: block;
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: #da0000;
    top: 0;
    left: 29px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-family: "Lora", serif;
}

@-webkit-keyframes sTog {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
        transform: translateY(-50%) translateX(-50%) rotate(135deg);
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
        transform: translateY(70%) translateX(-50%) rotate(135deg);
    }
    50.1% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
        transform: translateY(70%) translateX(-50%) rotate(315deg);
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
        transform: translateY(-20%) translateX(-50%) rotate(315deg);
    }
}

@keyframes sTog {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
        transform: translateY(-50%) translateX(-50%) rotate(135deg);
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
        transform: translateY(70%) translateX(-50%) rotate(135deg);
    }
    50.1% {
        opacity: 0;
        -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
        transform: translateY(70%) translateX(-50%) rotate(315deg);
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
        transform: translateY(-20%) translateX(-50%) rotate(315deg);
    }
}

.flex_row_reverse.cl50>li:not(:nth-child(2n)) {
    margin-right: 0%;
    margin-left: 4%;
}