@charset "UTF-8";

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

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: normal;
    max-width: 100%;
}

object {
    pointer-events: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

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


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





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

a.to_detailTop{
  width: 215px;
  padding: 4px 0 6px 0;
  right: 2rem;
  bottom: 3rem;
}
a.to_detailTop:before{
    right: 1.5rem;
}
a.to_detailTop span{
  margin-right: 15px;
}
a.detail_W{
    width: 250px;
}

a.to_detail01,
a.to_detail02{
  width: 200px;
  padding: 4px 15px 6px 15px;
}

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

a.pageTop{
    width: 45px;
    right: 2rem;
    bottom: 63rem;
}

/* ---------------------------------------------------------------------------
  ★header
--------------------------------------------------------------------------- */
#header {
  height: 60px;
  }
#header.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.2);   
}
.header__inner {
    height: 60px;
    margin: auto;
    padding: 7.773px 0;
    width: 92%;
}
.header__logo {
    padding: 0.6rem 0 0;
    position: relative;
    width: 170px;
    z-index: 99;
}
.header__trigger {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 57px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 0;
    width: 60px;
    z-index: 99;
}
.header__trigger-menu {
    color: #2c2c2c;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}
.header__trigger-menu span.close {
    display: none;
}
.header__trigger-menu.is-active span.open {
    display: none;
}
.header__trigger-menu.is-active span.close {
    display: block;
    color: #2c2c2c;
}

.header__trigger-inner {
    display: inline-block;
    height: 20px;
    position: relative;
    transition: all 0.4s;
    width: 30px;
    margin-bottom: 3px;
}
.header__trigger-line {
    background-color: #2c2c2c;
    border-radius: 2.5px;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.5s;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.header__trigger-line:nth-of-type(1) {
    top: 0;
}
.header__trigger-line:nth-of-type(2) {
    top: 9.5px;
}
.header__trigger-line:nth-of-type(3) {
    bottom: 0;
}
.header__trigger-line:nth-of-type(1).is-active {
    transform: translateY(15px) rotate(45deg);
}
.header__trigger-line:nth-of-type(2).is-active {
    display: none;
}
.header__trigger-line:nth-of-type(3).is-active {
    transform: translateY(-3px) rotate(-45deg);
}


.header__cta{
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.header__cta a.recruit,
.header__cta a.mail,
.header__cta a.form{
    width: 80%;
    max-width: 250px;
}

.header__cta a.tel,
.header__cta a.recruit,
.header__cta a.mail,
.header__cta a.form{
    margin: 0 auto 2rem auto;
    justify-content: center;
}
.header__cta a.tel span.out{
    font-size: 3.2rem;
}
.header__cta a.tel span.out .f14{
    font-size: 1.4rem!important;
}
.header__cta a.recruit{
    justify-content: center;
}


.header__cta a.form{
    color: #2c2c2c;
    margin: 0 auto;
    text-align: center;
    line-height: 2.5rem;
    padding-top: 0.2rem;
    height: 62px;
}
.header__cta a.form span.txt01{
    display: block;
    font-size: 1.4rem;
    padding-left: 1rem;
}
.header__cta a.form span.tit{
    position: relative;
    font-size: 1.7rem;
}
.header__cta a.form span.tit:before {
        width: 25px;
        height: 25px;
    }

.pc__cta{
    display: none;
}
.inner,.inner_700,.inner_800,.inner_900,.inner_1000,.inner_1100,.inner_1200{
    width: 90%;
}

/* =======================================
  nav
========================================== */
body.is-open .navi {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #fff;
}

.navi {
    bottom: 0;
    display: block;
    opacity: 0;
    overflow: auto;
    padding-top: 10px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 50;
}
.navi__menu {
    gap: 0.9rem 0;
    border-top: none;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 8rem;
    width: 84%;
}
.navi__menu-link {
    border-bottom: 1px solid var(--main-green);
    color: var(--main-green);
    padding: 0 0 1.1rem 0.8rem;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}
/*.navi__menu-link.active{
    border-bottom: none;
}

.navi_arrow::after,
.navi_arrow::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 0.5em;
    width: 1px;
    height: 0.9em;
    background-color: var(--main-green);
    transition: all 0.3s;
}
.navi_arrow::after {
    transform: rotate(90deg);
}
.navi_arrow.active::before {
    transform: rotate(45deg)!important;
}
.navi_arrow.active::after {
    transform: rotate(135deg)!important;
}*/
.navi_arrow02::before{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-green);
    border-right: 1px solid var(--main-green);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    transform: rotate(45deg);
    transition: .3s;
}
.navi__child{
    display: none;
}
/*.navi__child {
    display: none;
    background-color: transparent;
    position: static;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.navi__child a {
    gap: 5px;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-green);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    width: 100%;
}
.navi__child li{
    position: relative;
}
.navi__child li:not(:first-child) {
    margin-bottom: 0.8rem;
}
.navi__child a{
    padding: 0.5rem 1.5rem 0.5rem 2.3rem;
}*/
.navi__buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 0 auto;
    width: 84%;
}

.header__button {
    font-size: 1.8rem;
    padding: 0.6rem 0 0.8rem 0;
    width: 45%;
}
.inner,.inner_700,.inner_800,.inner_900,.inner_1000{
    width: 90%;
}



/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
.top_img{
    width: 100%;
}
.top_img ul li{
    height: 100vw;
}
.top_img ul li a span.arrow_w img{
    width: 14px;
}
.topCatch{
    top: 26%;
}

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


/* -- TOP共通  ---------------*/
.tag {
    font-size: 1.3rem;
}
.topBusiness .tag{
    width: 65px;
    top: 80px;
}
.tag_l{
   left: -2vw;
}
.topWork_out .bg_green{
    width: 15px;
}
#home h3 span.en,
.topContact h3 span.en{
    font-size: 3rem;
}
a.bn_line{
    margin-top: 4rem;
}

/* -- TOP_Business  ---------------*/
.topBusiness{
  position: relative;
  background:url(../img/bg_topBusiness.webp) no-repeat -15.5rem bottom;
  background-size: cover;
}
.topBusiness .Box {
    padding: 5rem 0 8rem 4.5rem;
}

.topBusiness h3{
    font-size: 1.7rem;
  line-height: 3.5rem;
}

.topBusiness .txtBox span::after {
  height: 2px;
  bottom: -1px;
}

/* -- TOP_Work  ---------------*/
.topWork_out{
  padding: 4rem 0 6rem 2rem;
}
.topWork h3{
    line-height: 2.5rem;
    margin-bottom: 3rem;
}
.topWork h3 span.txt{
    font-size: 1.2rem;
}
.topWork ul{
    gap: 3.5rem 0;
}
.topWork ul li{
   width: 100%;
}
.topWork ul li .imgBox{
    width: 100%;
    height: 250px;
}
.topWork ul li span{
    font-size: 1.8rem;
    margin-top: 0.5rem;
}
.topWork ul li span:before{
    width: 22px;
    height: 22px;
}

.g_wrap{
    gap: 2rem;
    margin-top: 5rem;
}
.g_wrap h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2.7rem;
}
.g_wrap .imgBox{
    width: 100%;
    height: 250px;
}
.g_wrap a.to_detail01{
    width: 230px;
    margin-top: 1.5rem;
}
.g_wrap a.to_detail01 span{
    margin-right: 1.5rem;
}
.bg_work{
    width: 280px;
    right: 0.5rem;
    bottom: 2.5rem;  
}


/* -- TOP_About  ---------------*/
.topAbout_out{
  padding: 5rem 2rem 5rem 0;
}
.topAbout_out .tag{
    width: 70px;
    top: 3rem;
}
.topAbout_out .bg_green{
  width: 85%;
  height: 200px;
  right: 0;
  bottom: 0;
}
.tag_r{
   right: -54px;
}
.topAbout h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.topAbout .Box{
    width: 100%;
}
.topAbout .Box01{
    border-bottom: 1px solid var(--lt-gray);
}
.Boxin{
    padding: 3rem 2rem 8rem 2rem;
}
.topAbout .Box p:before {
    width: 25px;
    height: 25px;
    bottom: -4rem;
    right: 40%;
}



/* -- TOP_Recruit  ---------------*/
.topRecruit{
    margin-top: 5rem;
}
.topRecruit h3{
    margin-bottom: 3rem;
}
.topRecruit .imgBox{
    width: 100%;
    height: 250px;
}
.topRecruit .txtBox{
    margin-top: 2rem;
}
.topRecruit h4{
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
}
.topRecruit a.to_detail01{
    margin: 2rem 0 0 auto;
}
.bg_arrow{
    margin: 4rem 0 4rem 0;
}


/* -- TOP_News  ---------------*/
.topNews h3{
    margin-bottom: 3rem;
}
.topNews ul li{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.day{
    font-size: 1.4rem;
}
.topNews ul li .txt{
    font-size: 1.7rem;
}
.topNews a.to_detail02{
    margin: 1rem 0 0 auto;
}


/* -- TOP_Contact  ---------------*/
.topContact{
    margin-top: 4rem;
    padding: 3rem 0 5rem 0;
}
.topContact h3{
    margin-bottom: 2rem;
}
.fuki{
    text-align: left;
    padding: 0.8rem 1.5rem 3rem 0;
    width: 100%;
    margin-top: 2rem;
    transform: scale(-1, 1);
    background-position: right top;
}
.fuki p.white{
    transform: scale(-1, 1);
}
.fuki p span.f_small{
    font-size: ;
}
.fuki p span.f_big{
    font-size: 1.7rem;
    padding-bottom: 0.2rem;
}
.topContact .cta_wrap{
    gap: 2.5rem;
    margin-top: 2rem;
}
.topContact a.tel{
    margin: 0 auto;
}
.topContact a.mail,
.topContact a.form{


}
.topContact a.Box{
    width: 100%;
    padding-top: 0.5rem;
    height: 95px;
}
.topContact a.Box span.tit{
    font-size: 1.8rem;
    margin: 0 auto;
}
.topContact a.mail span.tit,
.topContact a.form span.tit{
    padding-left: 3rem;
}
.topContact a.tel span.tit{
    padding-left: 3.5rem;
}
.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.tel span.tit{
    font-size: 4rem;
    line-height: 5.5rem;
}
.topContact a.tel span.tit:before{
  width: 29px;
  height: 29px;
}
.topContact a.mail span.tit:before{
  width: 22px;
  height: 22px;
}
.topContact a.form span.tit:before{
  width: 25px;
  height: 25px;
}










.section_wrap{
    margin-bottom: 50px;
}
.aboutus_inner{
  background-size: 250px;
  background-position: calc(50% - 50px) -47px;
  margin-top: 9.5rem;
}
.aboutus_h3{
    padding: 60px 0 50px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
h3.aboutus_tit{
    font-size: 2.2rem;
}
.txt_wrap h4{
    font-size: 2rem;
    line-height: 3.5rem;
    margin-bottom: 25px;
}
.aboutus_txt{
    background-size: 200px;
    background-position: 95% 80%;
    padding: 260px 0 0 0;
}

/* -- service ---------------*/
.bg_skyblue{
    padding: 50px 0;
}
.sec_com{
    padding: 50px 0;
    background-size: 280px;
}
.sec_com h3{
    top:3px;
    z-index: 2;
}
h3.section_tit{
    font-size: 2.2rem;
    padding-top: 2px;
}
h3.section_tit::before{
    height:35px;
    }
.service_wrap{
    gap: 22rem;
    margin-bottom: 140px;
}

.service_txt{
    width: 290px;
  padding: 15px 20px;
    bottom: -180px;
}
.service_txt p span:first-child{
    font-size: 2rem;
}
.ele_txt{
    bottom: -150px;
}
.service_txt_in{
    background-size: 33px;
}
.bg_circle_big01{
  width: min(100%, 300px);
  top: 4rem;
  left: 0;
}
.bg_circle_big02{
  width: min(100%, 300px);
  bottom: -4rem;
  right: 0;
}


/* -- works ---------------*/
.works_wrap_l{
    width: 100%;
}
.works_wrap_l a{
  font-size: 1.5rem;
  bottom: -3rem;
}
.works_arrow{
     width: 3rem;
  margin-left: 15px;
}
.works_img{
    width: 60%;
    margin: 65px auto 0 auto;
}
.works_wrap a span.bg_circle{
  left: -3rem;
}

/* -- strength ---------------*/
.strength{
    padding: 50px 0 100px 0px;
}
.strength_h3 h3{
    left: 37%!important;
    transform: translateX(-23%)!important;
    width: 190px;
}
ul.strength_wrap li{
    width: 250px;
    height: 250px;
    padding: 45px 0;
    margin: 0 auto 20px auto;
}
.strength_num{
  font-size: 3rem;
  margin-bottom: 5px;
}
.strength_txt{
  font-size: 1.8rem;
  margin-top: 10px;
}
a.strength_to span:first-child{
  font-size: 1.5rem;
}
a.strength_to{
  margin-top: 20px;
  margin-right: 10px;
}

/* -- company  ---------------*/
.company_p{
  font-size: 1.6rem;
}
.company_wrap{
    margin: 50px auto 0 auto;
}
.company_wrap a{
    font-size: 1.6rem;
    margin: 0 auto 50px auto;
}
.company_arrow{
    width: 2.5rem;
    padding-top: 5px
}

/* -- recruit  ---------------*/

.recruit_wrap{
    padding: 30px 15px;
}
.recruit_wrap h4{
  font-size: 2rem;
  margin-bottom: 15px;
}
.recruit_wrap p{
    text-align: justify;
}
a.recruit_button{
    margin-top: 30px;
}
.recruit_topage_wrap{
    width: 14em;
    margin: 20px auto 0 auto;
}
.recruit_topage_wrap a:first-child{
    margin-bottom: 10px;
}

/* -- news ---------------*/
.news{
    margin-bottom: 90px;
}
#home .news_wrap{
    gap: 2rem;
}
.news_tit{
    width: 100%;
    font-size: 2rem;
}
a.info_arrow {
    margin: 10px 10px 0 0;
}


/* -- infomation  ---------------*/
.info_wrap{
    padding: 50px 0 50px 0;
}
#info .contact_h3{
    padding: 45px 0;
    background-size: 280px;
}
.contact_l{
  width: 100%;
}
.contact_r{
    width: 95%;
    margin: 20px auto 0 auto;
  padding: 30px 10px;
  border-radius: 2rem;
  line-height: 2.5rem;
}
.contact_h3{
    padding: 50px 0 20px 0;
}
.contact_tel{
    font-size: 3rem;
    padding-left: 30px;
    margin-right: 10px;
}
.contact__button{
    width: 95%;
}
.contact__button_in{
    background-size: 12%;
    padding-right: 20px;
     padding-left: 40px;
}

/* -- footer  ---------------*/
.footer{
    padding: 4rem 0;
}
.footer_inner{
  gap:3rem;
  margin: 3rem auto 3rem auto;
}
.footer_left{
    width: 100%;
}
a.footer_logo{
  width: 180px;
  margin-bottom: 15px;
}

.footer_left address{
    margin-bottom: 1.5rem;
}
a.footer_tel {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 2.2rem;
}
a.footer_tel:before{
    width: 18px;
    height: 18px;
}
.ulMgr{
    margin-right: 2rem;
}
.footer_li {
    width: 100%;
}
.footer_li-item,.footer_li-item a{
  margin-bottom: 15px;
}
.footer_nav{
    width: 100%;
    margin-top: 3rem;
}
.footer_nav-wrap{
    gap: 0 3.5rem;
}
.footer_nav-wrap div ul.footer_li{
    width: 100%;
}
.footer__copy{
    font-size: 1.4rem;
}




/*.footer__button{
    width: 250px;
    padding: 1.5rem;
}
.footer_buttons{
    text-align: center;
}
.footer_buttons a{
  margin: 30px 0 5px 0;
  font-size: 1.8rem;
}
.footer_nav-child{
    margin-top: 15px;
}
.footer_nav-child a{
    font-size: 1.3rem;
}*/


/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.sub_topimg{
    background:url(../img/sub_topimg_sp.webp) no-repeat;
    background-size: cover;
    height: 25vw;
    width: 100%;
    margin: 6.2rem 0 1.5rem 0;
}
.txt_4{
    background:url(../img/sub_topimg_4_sp.webp) no-repeat;
    background-size: cover;
}
.txt_5{
    background:url(../img/sub_topimg_5_sp.webp) no-repeat;
    background-size: cover;
}
.txt_6{
    background:url(../img/sub_topimg_6_sp.webp) no-repeat;
    background-size: cover;
}
.txt_7{
    background:url(../img/sub_topimg_7_sp.webp) no-repeat;
    background-size: cover;
}
.txt_9{
    background:url(../img/sub_topimg_9_sp.webp) no-repeat;
    background-size: cover;
}
#esg .txt_9{
    background:url(../img/sub_topimg_esg_sp.webp) no-repeat;
    background-size: cover;
}
.txt_10{
    background:url(../img/sub_topimg_9_sp.webp) no-repeat;
    background-size: cover;
}
.txt_gpro{
    background:url(../img/sub_topimg_9_sp.webp) no-repeat;
    background-size: cover;
}

.sub_topimg h2{
    top: 50%;
    left: 12.5vw;
    font-size: 6.2vw;
    width: auto;
}
.sub_topimg h2 span{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.sub_topimg_ser h2{
    line-height: 2.6rem;
    top: 52%;
}
.sub_topimg_ser span:before {
  width: 1em; /* 線の長さ */
}

.txt_5 h2{
    left: 13.3vw;
}
.txt_7 h2{
    left: 13.5vw;
}
.txt_9 h2{
   left: 7vw;
   font-size: 6.1vw;
}
#esg .txt_9 h2{
   left: 12.5vw;
   font-size: 6.1vw;
   letter-spacing: 0.15rem;
}
.txt_10 h2{
   left: 7vw;
   font-size: 6.1vw;
   letter-spacing: 0;
}
.txt_gpro h2{
    top: 40%;
    line-height: 4.7vw;
    letter-spacing: 0.04em;
}
.txt_gpro h2 span{
    font-size: 2.5vw;
}
.txt_gpro h2 span.flex_nowrap{
    margin-left: 1.7vw;
}
.txt_gpro h2 span.first{
    margin-right: 2.3vw;
}


ul.pankuzu{
    margin-bottom: 3rem;
}
.link_wrap {
      -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
    margin: 0 auto 3rem auto;
    gap: 2rem;
}
.link_wrap a.to_detail02{
    width: 46%;
    bottom: 0;
}
#sub h3{
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 3.5rem;
}
#sub .Box01 h3{
    margin-bottom: 1.5rem;
}
.wrap{
    margin: 4rem auto;
}
.bor_b{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
.message .img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 2rem auto;
}
.message_sign{
    margin-top: 30px;
}
.message_sign img{
  width: 130px;
}

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


table.c-table th,table.c-table td{
font-size: 1.5rem;
}
table.c-table th{
  padding: 20px 24px 20px 2px;
}
table.c-table td{
  padding: 20px 5px 20px 2px;
}
table.c-table_sp th {
        border: 1px solid #f4f6f5;
        background: #e3f1e7;
        vertical-align: top;
        padding: 12px 13px;
        color: var(--main-green);
        font-weight: 600;
        width: 100%;
        display: block;
        word-break: break-all;
}
table.c-table_sp td {
        border-right: 1px solid #f4f6f5;
        border-left: 1px solid #f4f6f5;
        border-top: none;
        border-bottom: none;
        vertical-align: top;
        padding: 12px 13px;
        word-break: break-all;
        width: 100%;
        display: block;
}
table.c-table_sp td:last-child{
    border-bottom: 1px solid #f4f6f5;
}
table.c-table td p.mgb{
    margin-bottom: 2rem;
}

.access{
    margin-bottom: 4rem;
}
.access .flex_wrap{
    gap: 1rem;
}
.access iframe{
    width: 100%;
    height: 250px;
}
.access .txtBox{
    width: 100%;
}
.access .txtBox .tit{
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.access .mgb{
    margin-bottom: 4rem;
}



/* ---------------------------------------------------------------------------
  ESGへの取り組み
--------------------------------------------------------------------------- */
#esg .Box01{
    border-bottom: 1px solid var(--main-green);
    padding-bottom: 3rem;
}
#esg .Box01 p{
    text-align: justify;
}
#esg .Box01 .esgFigure{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#esg .wrap{
    margin: 3rem auto;
}
.esg_h3{
    text-align: left!important;
}
.esg_h3 span{
    display: block;
    padding-left: 6rem;
    line-height: 3rem;
}
.esg_h3 span:before{
    width: 50px;
    height: 50px;
    top: 55%;
}

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

/* --- 共通flex_wrap ------------------------------- */
#esg .Box02 .flex_wrap,
#services .Box02 .flex_wrap,
#road .Box04 .flex_wrap{
    gap: 1.3rem;
}
#esg .Box02 .imgBox,
#services .Box02 .imgBox,
#services .Box02 .flex_wrap .imgBox,
#esg .Box02 .flex_wrap .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

#esg .Box02 .txtBox h4,
#services .Box02 .txtBox h4,
#road .Box04 .txtBox h4,
#parking .Box04 h4,
#recruit .Box03 h4{
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 2.8rem;
}
/* --- 共通flex_wrap_END ------------------------------- */

#esg .wrap{
    margin-bottom: 0;
}
#esg .bg_gray{
    padding: 3rem 0;
    margin: 3rem 0;
}

#esg a.to_detail01_bt,
#Gprotector a.to_detail01_bt{
    margin: 4rem auto 2rem auto;
    padding: 5px 15px 7px 15px;
    width: 230px;
}
#esg a.to_detail01_bt:before,
#services a.to_detail01_bt:before,
#Gprotector a.to_detail01_bt:before,
#recruit a.to_detail01_bt:before,
#news-post a.to_detail01_bt:before{
    width: 15px;
    height: 15px;
}


/* ---------------------------------------------------------------------------
  事業案内
--------------------------------------------------------------------------- */
#services .Box01 h3,
#road .Box01 h3,
#parking .Box01 h3,
#soilPaving .Box01 h3,
#recruit .Box01 h3 {
    line-height: 3.2rem;
}
#road .Box03 h3,
#parking .Box03 h3,
#soilPaving .Box03 h3{
    margin-bottom: 0.3rem;
}
#services .link_wrap{
    margin-top: 3rem;
}
#services .link_wrap ul{
    gap: 1.5rem;
}
#services .link_wrap ul li {
 width: 47%;
}
#services .link_wrap ul li .imgBox {
    width: 100%;
    height: 100px;
}
#services .link_wrap ul li span {
        margin-top: 0.5rem;
}
#services .link_wrap ul li span:before {
    width: 15px;
    height: 15px;
    top: 50%;
}

#services a.to_detail01{
    width: 250px;
    margin: 1rem 0 0.5rem auto;
}
#services a.to_detail01 span{
    margin-right: 1rem;
}

#services .detail_bt_wrap,
#services_child .detail_bt_wrap{
    margin-bottom: 2rem;
}
#services a.to_detail01_bt,
#services_child a.to_detail01_bt{
    font-size: 1.7rem;
    margin: 1rem auto;
    padding: 8px 15px 10px 15px;
    width: 230px;
}


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

#services_child .Box01 p{
    text-align: justify;
    margin-bottom: 3rem;
}
#services_child .bg_gray{
    padding: 1rem 2rem 2.5rem 2rem;
}
#services_child .Box02{
    margin: 2rem auto;
}
#services_child .Box02 h3{
    margin-bottom: 1rem;
}

ul.kinds{
    gap: 1rem;
}
ul.kinds li{
    width: 100%;
    padding: 0.9rem 0 1rem 0;
}
ul.kinds li p{
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0.04em;
}
ul.kinds li p span{
    font-size: 1.5rem;
}
/* --- Q&A ------------------------------- */
dl.acc-item {
  padding: 7px 10px 15px 10px;
}
dl.acc-item:not(:last-child) {
    margin: 0 0 15px;
}
dl.acc-item dt{
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding: 10px 0 10px 45px;
}
dl.acc-item dt::before {
    left: 22px;
    top: 49%;
}
dl.acc-item dt::after{
    right: 10px;
    top: 50%;
}
dt.acc-item__ttl::before{
    font-size: 2rem;
}
dd.acc-item__content{
    line-height: 2.5rem;
  padding: 7px 15px 7px 45px;
  border-radius: 0.8rem;    
}
dd.acc-item__content::before{
    font-size: 2rem;
    top: 6px;
  left: 22px;    
}

#road .Box03{
    margin-bottom: 4rem;
}
#road .Box04 ul{
    width: 80%;
    max-width: 400px;
    gap: 2rem;
    position: absolute;
    left: 50%;
    bottom: -85vw;
    transform: translateX(-50%);
}
#road .Box04 li{
    width: 48%;
}
#road .Box04 li h3{
    margin-bottom: 0;
}
#road .Box04 .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 31vw;
}
#road .Box04 .txtBox{
    width: 100%;
}
#services_child .Box05{
    padding: 2rem;
    border-radius: 1.5rem;
}
#services_child .Box05 h3{
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 1rem;
}
#services_child .Box05 h3 span{
    display: block;
    line-height: 3rem;
}
.circle{
  width: 60px;
  height: 60px;
  line-height: 60px!important;
  font-size: 1.5rem;
  margin-right: 1rem;
}
#services_child .Box05 h3 span.txt{
    flex: 1;
}
#services_child .Box05 p.tit{
    margin-bottom: 1.5rem;
}
#services_child .Box05 .flex_wrap{
    gap: 1.5rem;
}
#services_child .Box05 .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------
  駐車場整備事業
--------------------------------------------------------------------------- */
#parking .Box04 ul{
    gap: 2rem;
    margin-top: 2rem;
}
#parking .Box04 ul li img{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
#parking .Box04 ul li p{
  margin-top: 0.2rem;
}

/* ---------------------------------------------------------------------------
  地際防錆材販売実績
--------------------------------------------------------------------------- */
#Gprotector .Box01 h3{
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
}
#Gprotector .Box01 .flex_wrap,
#Gprotector .movieBox .flex_wrap{
    gap: 2rem;
}
#Gprotector .Box01 .imgBox,
#Gprotector .Box03 .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
#Gprotector .Box01 h4{
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
}
#Gprotector .movieBox .movie{
    width: 100%;
}
#Gprotector .movieBox .movie iframe{
    display: block;
    width: 100%;
    height: 250px;
}
#Gprotector .movieBox .movie h3,
#Gprotector .Box02 h3{
    margin-bottom: 0.5rem;
}
#Gprotector .bg_gray {
 padding: 1rem 2rem 2.5rem 2rem;
margin-bottom: 3rem;
}
#Gprotector ul.kinds li {
    width: 100%;
    padding: 0.5rem 0 1rem 0;
}
#Gprotector ul.kinds li p span{
   font-size: 1.4rem;
}
#Gprotector ul.kinds li:nth-child(2){
    padding: 0.5rem 0 0.5rem 0;
}
/*#Gprotector ul.kinds li:nth-child(3){
    padding: 3rem 0 0.8rem 0;
}*/
#Gprotector ul.kinds li:nth-child(-n+3) p{
    font-size: 2.2rem;
    line-height: 2.6rem;
}
#Gprotector ul.kinds li:nth-child(n+4) p{
    line-height: 2.2rem;
}
#Gprotector ul.kinds li p span.small{
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 0.5rem;
}
#Gprotector ul.kinds li:first-child p span.first,
#Gprotector ul.kinds li:nth-child(2) p span.first
#Gprotector ul.kinds li:nth-child(3) p span.first{
    margin-bottom: 0.2rem;
}
#Gprotector ul.kinds li:first-child p span.small,
#Gprotector ul.kinds li:nth-child(3) p span.small{
    margin-top: 1rem;
}
#Gprotector ul.kinds li:nth-child(2) p span.small{
    margin-top: 0.3rem;
}
#Gprotector .bn_catalog a.to_detail01{
    width: 250px;
    padding: 7px 15px 9px 15px;
}

#Gprotector .Box03 h3{
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
#Gprotector .Box03 h3 span{
    font-size: 1.2rem;
    margin-right: 21rem;
}
#Gprotector .Box03 .flex_wrap{
    gap: 1rem;
}
#Gprotector .Box03 .mgb{
    margin-bottom: 4rem;
}
#Gprotector .Box03 .txt_b{
    margin-top: 2rem;
}

#Gprotector .Box04 h3{
    line-height: 3.2rem;
}
#Gprotector .Box04 .bg_gray{
    padding:1rem 2rem 1rem 2rem;
}

#Gprotector .Box05 h3{
    margin-bottom: 2rem;
}
#Gprotector .Box05 ul li{
    width: 100%;
    text-align: center;
}
#Gprotector .Box05 ul li:not(:last-child){
    margin-bottom: 5rem;
}
#Gprotector .Box05 ul li:not(:last-child):before {
        width: 18px;
        height: 18px;
        border-top: solid 6px #2c2c2c;
        border-right: solid 6px #2c2c2c;
        transform: translateX(-50%) rotate(-225deg);
        bottom: -3rem;
        left: 50%;
}
#Gprotector .Box05 ul li p.step{
    font-size: 1.5rem;
    line-height: 1.6rem;
}
#Gprotector .Box05 ul li p.tit{
    font-size: 2rem;
    line-height: 3.5rem;
}
#Gprotector .Box05 ul li p.detail{
    line-height: 2.5rem;
}
#Gprotector .Box05 ul li p.detail span{
    display: inline-block;
    text-align: left;
}

#Gprotector .Box06{
  padding: 2.5rem 1.5rem 3rem 1.5rem;
}
#Gprotector .Box06 h4{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#Gprotector .Box06 .form_wrap{
    gap: 1rem;
}
#Gprotector .Box06 p.txt{
    padding-top: 1rem;
    padding-left: 0.5rem;
}
#Gprotector .Box06 a.form{
    padding-top: 1rem;
    height: 75px; 
}
#Gprotector .Box06 a.form span.tit{
    font-size: 1.7rem;
    padding-left: 35px;
}
#Gprotector .Box06 a.form span.tit:after {
    width: 25px;
    height: 25px;
    left: 5px;
}

#Gprotector .Box06 a.form,
#Gprotector .Box06 a.tel,
#Gprotector .Box06 a.mail{
    width: 100%;
    max-width: 400px;
}

#Gprotector .Box06 a.mail{
    height: 65px;
    padding-top: 1rem;
}
#Gprotector .Box06 a.tel{
    height: 75px;   
}
#Gprotector .Box06 .cta_wrap{
    margin-top: 1rem;
    gap: 2rem;
}
#Gprotector .Box06 a.tel{
   line-height: 2.1rem;
}
#Gprotector .Box06 a.mail span.tit{
    padding-left: 2.8rem;
}
#Gprotector .Box06 a.tel span.tit{
    font-size: 2.7rem;
     padding-left: 3.5rem;
}
#Gprotector .Box06 a.tel span.tit:before,
#Gprotector .Box06 a.mail span.tit:before{
    width: 22px;
    height: 22px;
    top: 55%;
}
#Gprotector .Box06 a.tel span.tit:before{
    left: 8px;
}
#Gprotector .Box06 span.txt01,
#Gprotector .Box06 span.txt02{
    font-size: 1.3rem;
}
#Gprotector .Box06 span.txt02{
    margin-top: 0.4rem;
    padding-left: 1rem;
    line-height: 1.2rem;
}

#Gprotector .Box07 .tit{
    font-size: 1.7rem;
    text-align: justify;
}
#Gprotector .Box07 .flex_wrap{
    margin-top: 1rem;
    gap: 1rem;
}
#Gprotector .Box07 .fuki01,
#Gprotector .Box07 .fuki02{
    width: 220px;
    height: 85px;
    line-height: 2rem;
    padding-top: 1.5rem;
}
#Gprotector .Box07 .txtBox{
    font-size: 1.6rem;
}
#Gprotector .Box08{
 padding: 1rem 2rem 2rem 2rem;
}
#Gprotector .Box08 p{
    text-align: center;
}
#Gprotector a.to_detail01_bt{
    margin: 1rem auto 0 auto;
}



/* ---------------------------------------------------------------------------
  土舗装事業
--------------------------------------------------------------------------- */
#soilPaving .Box02 h3{
    line-height: 3rem;
}
.soil_fleBox{
    margin: 3rem auto;
    padding: 3rem 0;
}
.soil_fleBox .flex_wrap{
    gap: 1.5rem;
}
.soil_fleBox .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
.soil_fleBox .txtBox h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2.8rem;
}
#soilPaving .Box02 h3{
    margin-top: 1rem;
    line-height: 2.3rem;
}
#soilPaving .Box02 h3 span{
    font-size: 1.4rem;
}
#soilPaving .Box04 ul{
    gap: 4rem;
}
#soilPaving .Box04 ul li{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
#soilPaving .Box04 ul li:first-child:before{
  width: 20px;
  height: 20px;
  border-top: solid 5px #2c2c2c;
  border-right: solid 5px #2c2c2c;
  transform: rotate(-225deg);
  top: auto;
  bottom: -3.5rem;
  right: 45%;    
}
#soilPaving .Box04 ul li p.Before,
#soilPaving .Box04 ul li p.After{
    width: 80px;
    height: 30px;
    line-height: 2.3rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.8rem;
}
#soilPaving .Box04 ul li:last-child .imgBox{
    margin-bottom: 1rem;
}


/* ---------------------------------------------------------------------------
  施工事例
--------------------------------------------------------------------------- */
#cases .toptxt{
    text-align: center;
}
#cases .tabs {
    margin: 2rem auto 0 auto;
  padding-bottom: 40px;
}
.tabs {

}
#cases .tabs_wrap{
    width: 800px;
    margin: 0 auto;
}
.tab_item{
    width: 47%;
    height: 45px;
    line-height: 40px;
}
.tab_labels {
}
.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: 4rem;
}
.tab_content ul{
    margin-bottom: 4rem;
    gap: 3rem;
}
.tab_content ul li{
    width: 100%;
    text-align: center;
}
.tab_content ul li p{
    line-height: 2.3rem;
}
#cases .tab_content .imgBox{
    width: 80%;
    max-width: 400px;
    height: 200px;
    margin: 0 auto 1rem auto;
}
.mark{
    font-size: 1.4rem;
    padding: 0 0.5rem;
    width: 130px;
    text-align: center;
    margin: 0 auto 0.5rem auto;
}
.m_gpro{
    width: 200px;
}


/* ---------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------- */
#recruit .Box_top{
  background: url(../img/rec_topimg_sp.webp) no-repeat;
  background-size: cover;
  height: 250px;
}
#recruit .Box_topin{
    width: 85%;
    bottom: -14rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 8px 8px 8px 0.1px rgba(0,0,0,0.15);
}
#recruit .Box_top h3{
    font-size: 2.2rem;
    line-height: 2.7rem;
    margin-bottom: 0.5rem;
}
#recruit .Box_top p{
    text-align: justify;
}
#recruit .Box01{
    margin-top: 16rem;
    text-align: center;
}
#recruit .Box01 h3{
    font-size: 1.8rem;
    margin-top: 18rem;
}
#recruit .Box01 h3 span::after {
        height: 2px;
        bottom: -1px;
}
#recruit .Box01 p{
    text-align: justify;
}

#recruit .Box02 .flex_wrap{
    gap: 2rem;
}
#recruit .Box02 .Boxin{
    padding: 1rem 1.5rem;
}
#recruit .Box02 h4{
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
#recruit .Box02 h4 span{
    font-size: 1.4rem;
}

#recruit .Box02 .Boxin ul{
    margin-top: 1rem;
}
#recruit .Box02 .Boxin ul li::before {
    margin-right: 3px;
  width: 10px;
  height: 10px;
}
#recruit .Box02 .imgBox{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;    
}
#recruit .Box02 p{
    text-align: justify;
    margin: 2rem 0;
}
#recruit a.to_detail01_bt{
    font-size: 1.7rem;
    margin: 3rem auto 2rem auto;
    padding: 5px 15px 7px 15px;
    width: 260px;
}

#recruit .Box03 .flex_wrap{
    gap: 2rem;
}
#recruit .Box03 .imgBox{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
#recruit .Box03 a.to_detail01{
    width: 230px;
    margin: 2rem 0 0 auto;
}

#recruit .bg_gray {
    margin: 3rem 0;
    padding: 2rem 0 3rem 0;
}
#recruit .Box04{
    padding: 1.5rem 1rem 1rem 1rem;
}
#recruit .Box04 .tit{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
/*#recruit .Box04 .tit::before {
    width: 15px;
    height: 15px;
    top: 10px;
}*/
#recruit .Box04 .tit span{
    font-size: 1.4rem;
}
#recruit .Box04 p.indent01{
    padding-left: 0.8em;
    text-indent: -0.8em;
    text-align: justify;
}
#recruit .Box04 td.treat p{
    display: flex;
    margin-bottom: 1rem;
    text-align: justify;
}
#recruit .Box04 td p span.tit02{
    width: 80px;
    margin-right: 1rem;
}
#recruit .Box04 td p span.br_sp{
    flex: 1;
}
#recruit .Box04 td p span.shop_ad{
    display: block;
    margin-left: 1.2rem;
}
#recruit .Box04_mgb{
    margin-bottom: 4rem;
}

#recruit .Box05{
    padding: 1.5rem 1.5rem 3rem 1.5rem;
}
#recruit .Box05 h3{
    margin-bottom: 0.5rem;
}
#recruit .Box05 .toptxt p{
    text-align: justify;
}
#recruit .Box05 .cta_wrap{
    gap: 2rem;
    margin-top: 1rem;
}
#recruit .topContact a.tel span.tit {
    font-size: 3.5rem;
    line-height: 4.5rem;
}
#recruit .topContact a.Box span.txt02{
    margin-top: 0.2rem;
}
#recruit .topContact  a.Box{
    height: 85px;
    line-height: 2.5rem;
    margin-top: 0.3rem;
}


/* ---------------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------------- */
#news .topNews{
    margin-bottom: 3rem;
}
#news #pager{
    margin-bottom: 3rem;
}

#news-post h3{
    font-size: 2rem;
    line-height: 3.3rem;
    margin-bottom: 1.5rem;
}
#news-post ul.pankuzu li:nth-child(2) a {
        min-width: 70px;
}
#news-post .imgBox{
    width: 80%;
    max-width: 400px;
    height: 200px;
    margin: 0 auto;
}
#news-post .flex_wrap{
    gap: 2rem;
}

#news-post a.to_detail01_bt{
    margin: 4rem auto 2rem auto;
    padding: 5px 15px 7px 15px;
    width: 230px;
}
#news-post a.to_detail01_bt:before{
    width: 15px;
    height: 15px;
}

/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact{
    margin-bottom: 1rem;
    padding-bottom: 3.5rem;
}
#contact .Box01 p{
    text-align: justify;
    margin-bottom: 2rem;
}
#contact .telBox{
    padding: 1.5rem;
    margin-bottom: 2rem;
}
#contact .telBox h3{
    margin-bottom: 1rem;
    line-height: 3rem;
}
#contact .mailBox h3{
    margin-bottom: 0;
}
#contact .telBox h3 span{
    padding-left: 4rem;
}
#contact .telBox h3 span:before {
    width: 29px;
    height: 29px;
}
#contact .telBox .Box {
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
}
#contact .telBox .Box span.f_s{
  font-size: 1.7rem;
}
#contact .telBox p.txt_b{
    text-align: center;
    margin: 0.5rem 0 1rem 0;
}
#contact .telBox .flex_wrap{
    justify-content: center;
}
#contact a.bn_line{
    margin-top: 2rem;
    margin-bottom: 3rem;
}

#contact table, #contact table tbody, #contact table tbody tr {
    display: block;
}
#contact table.c-table_sp th {
        display: block;
        align-items: center;
        border: 1px solid #f4f6f5;
        background: #e3f1e7;
        vertical-align: top;
        padding: 12px 13px;
        color: #333;
        font-weight: 500;
        width: 100%;
        word-break: break-all;
}
table.c-table_sp td {
        border-right: 1px solid #e3f1e7;
        border-left: 1px solid #e3f1e7;
        border-top: none;
        border-bottom: none;
        vertical-align: top;
        padding: 12px 13px;
        word-break: break-all;
        width: 100%;
        display: block;
    }

.privacy_wrap {
    margin: 2rem auto;
}
.privacy_wrap p{
    font-size: 1.3rem;
}
#contact label.c_b {
    font-size: 1.4rem;
    gap: 1rem;
    display: block;/*警告の位置調整*/
    padding-left: 1.7em;
    text-indent: -1.7em;
}
form#mailformpro label{
    white-space: normal!important;/*警告の位置調整*/
}
div.mfp_err{
    text-indent: 0;/*警告のインデントなし*/
}

.submit_wrap{
  width: 270px;
  margin: 4rem auto 0 auto;
}
.submit_wrap:before{
    top: 50%;
}

#form h4{
    font-size: 1.6rem;
    padding: 0.5rem 0 0.6rem 0;
    margin-bottom: 1rem;
}
#form h4.second{
    margin: 4rem 0 1rem 0;
}


#contact,#thanks{
  margin-bottom: 6rem;
}
#contact table.c-table_sp th{
    display: flex;
    align-items: center;
    border: 1px solid #f4f6f5;
        background: #dff2f6;
        vertical-align: top;
        padding: 12px 13px;
        color: #333;
        font-weight: 500;
        width: 100%;
        word-break: break-all;
}

#thanks .miniTextBox{
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 5rem 0;
}
#thanks .miniTextBox p{
    text-align: justify;
}
#error{
    margin-top: 10rem;
}





/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}

.nav_wrp.changed {
    display: block;
}

.nav_site {
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 240px;
    height: 100%;
    padding: 100px 30px 50px;
    position: fixed;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 1;
}

.nav_site.active {
    opacity: 1;
    top: 0;
    right: 0;
}


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

.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;
}

#contact .popup-inner {
    padding: 40px 20px;
}