@charset "utf-8";
/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}
body.is-open{
  overflow: hidden;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 28px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}
main{
  margin-top: 56px;
}
/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}
/*--------------common---------------------*/

/*-----------------
c-title
-------------------*/
.c-title .en {
  font-size: 28px;

}
.c-title .ja{
  font-size: 13px;

}
/*-----------------
c-button
-------------------*/
.c-button{
  width: 100%;
  height: 56px;
  border-radius: 2px;
}
/*-----------------
c-contact
-------------------*/
.c-contact{
  padding:40px 0;
  background: url(../img/home/sp/contact_bg.jpg) no-repeat center / cover;
}
.c-contact .text{
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
  line-height: 1.7;
}
.c-contact .button-wrap .button{
  height: 56px;
}
.c-contact .button-wrap .button .tel{
  font-size: 18px;
}
.c-contact .button-wrap .button .mail{
  font-size: 16px;
}
.c-contact .button-wrap .button  +  .button{
  margin-top: 16px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header{
  height: 56px;
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  background-color: #fff;
  z-index: 10;
  padding:18px 19px;
  transition: background-color 0.3s;
}
.header.is-open{
  background-color: #f68d47;
}
.header.is-open .nav{
  opacity: 1;
  visibility: visible;
}


.header.is-open .color{
  display: none;
}
.header .nav{
 opacity: 0;
  visibility: hidden;
  background-color: #f68d47;
  width: 100%;
  position: fixed;
  top:56px;
  left: 0;
  height: calc(100vh - 56px);
  padding: 65px 30px 20px;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .logo img{
  height: 21px;
}
.header .logo .white{
  display: none;
}
.header.is-open .white{
  display: block;
}
.header .nav-open{
  background-color: #f68d47;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top:0;
}
.header .fa-solid{
  font-size: 32px;
  color: #fff;
}
.header .nav-list a{
  padding: 20px 0 20px;
  color: #fff;
  text-align: right;
  font-size: 28px;
  border-bottom:2px solid #fff ;
}
.header .fa-xmark{
  display: none;
}

.header.is-open .fa-xmark{
  display: block; 
}

.header .fa-bars{
  display: block;
}
.header.is-open .fa-bars{
  display: none;
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
.footer .footer-wrap{
  padding:40px 0 ;
}
.footer .footer-wrap .logo{
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer-wrap .logo img{
  height: 21px;
}
.footer .footer-wrap .info .address{
text-align: center;
font-size: 12px;
}
.footer .footer-wrap .info{
  margin-bottom: 50px;
}
.footer .footer-wrap .links{
  text-align: center;
}
.footer .footer-wrap .links li + li{
  margin-top: 20px;
}
.footer .footer-wrap .links li a{
  font-size: 14px;
}
.footer .copyright {
 padding: 10px 0;
}
.footer .copyright .text{
  font-size: 10px;
  text-align: center;
}
/*------------------------------------------------------------------------------
 home
------------------------------------------------------------------------------*/

/*-------------------------------
 mv
----------------------------------*/

.mv-block .title {
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  height: 150px;
  text-align: center;
}
.mv-block .title .en{
  font-size: 42px;
}
.mv-block .title .ja{
  font-size: 18px;
  margin-top: 18px;
}

.mv-block .image{
  padding-top: calc(100vh - 56px);
}
.mv-block .slick-dots li{
  width:8px;
  height: 8px;
  border: 1px solid #fff;
}

.mv-block .slick-dots li + li{
  margin-left: 8px;
}

.mv-block .slick-dots {
  bottom:45px;
}
/*-------------------------------
 information
----------------------------------*/
.information-wrap{
  padding: 15px 16px;
  margin-top:-35px;
}

.information-wrap .title{
font-size:18px;
margin-bottom: 20px;
}

.information-wrap a .text{
  display: block;
  margin-top: 4px;
}

.information-wrap .wrap{
margin-bottom: 10px;
}

.information-wrap .date{
  font-size: 12px;
}

.information-wrap .category{
  font-size: 12px;
  padding: 0 8px;
}

.information-wrap .view-more {
width:70px;
font-size:  12px;
padding-bottom: 2px;
position: absolute;
top:17px;
right: 15px;

}

.information-wrap .view-more::before{
  width:100%;
}

/*----------------
strength
------------------*/
.strength-block{
  padding:110px 0 160px;
}
.strength-block .strength-list .text{
  font-size: 22px;
  }
  
  .strength-block .strength-list li + li{
    margin-top: 40px;
  }

  /*----------------
service
------------------*/
.service-block {
  padding:40px 0 60px ;
}
.service-block .service-wrap .image{
  width:calc(100% + 56px);
margin: 0 -28px;
}
.service-block .service-wrap .info{
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 14px 20px 24px;
  border-left: 4px solid #20b000;
}
.service-block .service-wrap .title{
  margin-bottom: 10px;
}
.service-block .service-wrap .title .en{
  font-size: 24px;
}
.service-block .service-wrap .title .ja{
  font-size: 14px;
}
.service-block .service-wrap .text{
  font-size: 15px;
}
.service-block .service-wrap  .c-button{
  margin-top: 28px;
}

/*----------------
works
------------------*/
.works-block{
  padding: 160px 0;
}
.works-block .works-list li + li{
  margin-top: 40px;
}
.works-block .works-list .wrap{
  margin-top: 10px;
}
.works-block .works-list .date{
  font-size: 12px;
}
.works-block .works-list .category{
  font-size: 12px;
}

.works-block .works-list .title{
  font-size: 18px;
}

/*----------------
blog
------------------*/
.blog-block{
  padding: 40px 0 160px;
}
.blog-block .blog-list li:first-child a{
  padding-top: 0;
}
.blog-block .blog-list .image{
  margin-bottom: 10px;
}
.blog-block .blog-list a{
  padding: 36px 28px 0;
  display: block;
  width:calc(100% + 56px);
margin: 0 -28px;
}

.blog-block .blog-list .info{
  padding-bottom: 60px;
}

.blog-block .blog-list .info .date{
  font-size: 12px;
  margin-bottom: 10px;
} 
.blog-block .blog-list .info .title{
  font-size: 15px;
}
.blog-block .blog-list a::before{
  right: 28px;
  bottom:37px;
  width:53px;
  height:12px;
}
/*----------------
company
------------------*/
.home .company-block{
  padding: 200px 0 160px ;
}
.home .company-block::before{
 height: 260px;

 background: url(../img/home/sp/company_bg.jpg)no-repeat center / cover;
}
.home .company-block .inner-block{
  padding: 40px 0 0;
  margin: 0 28px;
}
.home .company-block .text{
  font-size: 15px;
}
/*------------------------------------------------------------------------------
下層共通 - key visual
------------------------------------------------------------------------------*/
.kv-block{
height: 320px;
}

.kv-block .kv-title{
font-size: 35px;
padding-bottom: 16px;
}
.kv-block .kv-title::before{
  width: 60px;
  height: 1px;
}
/*------------------------------------------------------------------------------
下層共通 - breadcrumb
------------------------------------------------------------------------------*/
.breadcrumb-list{
  padding: 4px 0;
  margin-left: 70px;
}
.breadcrumb-list li{
  font-size: 10px;
}
/*------------------------------------------------------------------------------
下層共通 - content-block
------------------------------------------------------------------------------*/
.content-block{
  padding: 50px 0 160px;
}
.content-block .article .wrap{
  margin-bottom: 40px;
}
.content-block .article .article-title{
  font-size: 24px;
  line-height: 1.7;
}
.content-block .article .content p{
  line-height: 1.6;
  font-size: 15px;
}
.content-block .article-detail .eyecath{
  margin-bottom: 40px;
}
.content-block .sidebar{
  margin-top: 80px;
}
.content-block .sidebar .title{
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.content-block .sidebar .list a{
  font-size: 15px;
}
.content-block .sidebar .children .list + .list{
  margin-top: 30px;
}
.content-block .sidebar .children{
  margin-top: 6px;
}
/*---------------------------------
下層共通 - c-category
----------------------------------*/
.c-category{
  padding: 1px 8px;
}
/*---------------------------------
下層共通 - paging-area
----------------------------------*/
.paging-area .page-numbers{
  border: 1px solid #f68d47;
}
.paging-area .page-numbers + .page-numbers{
  margin-left: 6px;
}

/*------------------------------------------------------------------------------
information
------------------------------------------------------------------------------*/
.information .kv-block{
  background-image: url(../img/information/sp/kv.jpg);
}
.information .information-list a{
  display: block;
  padding: 25px 0 20px;
}
.information .information-list .wrap{
  margin-bottom: 10px;
}

.information .information-list .title{
  font-size: 15px;
}
/*---------------------------------
information 個別ページ
----------------------------------*/
.information-dtail .content-block{
  padding-top: 110px;
}
/*---------------------------------
works
----------------------------------*/
.works .kv-block{
  background-image:url(../img/works/sp/kv.jpg);
}
.works .works-list .title{
  font-size: 15px;
}
.works .works-list li + li{
  margin-top: 40px;
}
.works .content-block .article .wrap{
  margin-bottom: 14px;
}
.works .content-block .article .content p{
  line-height: 2.2;
}
.works .article-detail .c-button{
  margin-top: 60px;
}
/*----------------------------------------------------COMPANY
---------------------------------------------------*/
.company .kv-block{
  background-image: url(../img//company/sp/kv.jpg);
}
.company .company-block{
  padding: 100px 0 160px ;
}
.company .company-block .c-titl{
  margin-bottom: 40px;
}
.company .company-wrap .company-table th,
.company .company-wrap .company-table td{
  padding: 10px 7px;
}
.company .company-wrap .company-table th{
  width: 95px;
}
.company .company-wrap .map{
  height: 240px;
  margin-top: 40px;
}
/*----------------------------------------------------contact
---------------------------------------------------*/
.contact .kv-block{
  background-image: url(../img/contact/sp/kv.jpg);
} 
.contact .contact-block{
  padding: 120px 0 160px;
}
.contact .contact-block .intro-text{
  font-size: 15px;
}
.contact .contact-block input[type="text"]{
  padding: 8px;
  border-radius: 2px;
}
.contact .contact-block .contact-form li + li {
  margin-top: 20px;
  }
  .contact .contact-block .required::after{
    width: 36px;
    height: 16px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 2px;
  }
  .contact .contact-block .radio-wrap{
    display: flex;
    flex-wrap: wrap;
   }
   .contact .contact-block .mwform-radio-field{
    margin-right:20px ;
    margin-top;10px;
   }
   .radio-wrap .mwform-radio-field-text::before{
    top: 3px;
   }
   .radio-wrap .mwform-radio-field-text::after{
    top:7px;
   }
   .privacy-policy{
    margin-top:40px ;
    padding: 12px;
    padding-right: 4px;
    border-radius: 2px;
   }
   .privacy-policy .text{
    font-size: 13px;
    line-height: 1.7;
    padding-right: 6px;
   }
   .privacy-policy .text::-webkit-scrollbar{
    width:1px;
  }
  /*------------------------------
checkbox
------------------------------*/
.mwform-checkbox-field-text{
  padding-left:22px ;
}
  .mwform-checkbox-field-text::before{
    width: 14px;
    height: 14px;
    bottom:0;
    margin: auto;
  }
  .mwform-checkbox-field-text::after{
top:0;
left:3px;
  }
  .privacy-check{
    margin-top: 12px;
  }