@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #24292e;
  font-family: sans-serif;
}
a {
  text-decoration: none;

}
img {
  max-width: 100%;
}
li {
  list-style: none;
  padding-bottom:20px;
}

.wrapper {
  font-size: 0.9rem;
}
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}

.c-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 65px;
  }
  
  
.com_title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 65px;
    font-weight: bold;
    margin:auto;
  }
 

.com_text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}

  .sec-title {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 30px;
}

  .sec-title p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 65px;
  }
  .m-title {
  font-size: 1.5rem;
  text-align: center;
}

.columns {
text-align: center;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {

  
.sec-title {
  font-size:2rem;
  text-align: center;
  padding-bottom: 30px;
}
  li {
  list-style: none;
  padding-bottom:20px;
  font-size:1.4rem;
}
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 60px 0 20px;
  font-size: 2rem;
  /* text-align: right*/
}

#header ul {
  /* display: flex; */
  text-align: right;
  font-size: 30px
}

#header li {
  font-size: .8rem;
  margin-left: 20px
}

#header li a {
  color: #fff
}

#header li a:hover {
  opacity: .7
}

#header li img.icon {
  width: 20px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 768px) {
  #header {
  height: 150px;
  padding:20px 60px;
}
#header li a {
  color: #24292e 
}

}
/* ハンバーガーメニュー */

.hamburger {
    margin: 0 auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
  
}

.hamburger .btn-gNav {
    position: fixed;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #121212;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav{
  margin-left:40%;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    text-align:right;
}

.gNav .gNav-menu li {
    margin: 0 ;
    padding: 0 5px;
    white-space:nowrap;
}
.gNav .gNav-menu a {
    font-size:1.1rem;
}

@media screen and (max-width: 768px) {
    .btn-gNav {
        display: block;
      color:#121212;
    }

    .gNav {
       margin-left:-10%;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color:#121212;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 3px;
}
#mainvisual img {
  width: 100%;
  max-width: 1920px;

  object-fit: contain;
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {


}

/*-------------------------------------------
About
-------------------------------------------*/

#about{
padding:10px 30px;
}
#about ul {
  box-sizing:border-box;
  padding: 0 50px;
  /* padding-bottom: 30px; */
}
#about li:first-child {
  padding-bottom: 20px;
}
#about p {
  text-align:justify;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
  #about{
  padding:35px;
  }
  #about ul {
    box-sizing:border-box;
    padding: 0 50px;
  }
}
/*-------------------------------------------
Works
-------------------------------------------*/
#works ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  
  flex-direction: column;
}
#works li {
  /* width: 31%; */
  margin-bottom: 23px;
  
  width: 100%;
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {


}
/*-------------------------------------------
News
-------------------------------------------*/
#news{
  padding:30px;
}

#news dl {
  display: flex;
  flex-wrap: wrap;
  /* border-top: solid 1px #c8c8c8; */
  margin-bottom: 20px;
  
  flex-direction: column;
}
#news dt {
  /* width: 20%; */
  width: 100%;
  border-bottom: solid 1px #c8c8c8;
  border-top:solid 1px #c8c8c8;
  /* border-bottom: none; */
  padding: 15px;
  font-size:0.8rem;
  text-align:left;
}
#news dd {
  width: 100%;
  padding: 15px;
  font-size:0.7rem;
  text-align:left;
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
  #news dt {
    width: 80%;
    padding: 15px;
    font-size:1rem;
   /* margin-left:80px; */
    text-align:left;
  }
  #news dd {
       width: 80%;
    padding: 15px;
    font-size:1rem;
    /* margin-left:80px; */
    text-align:left;
  }
  
  }

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
display: :flex;
padding: 0px 0px 100px 0;
}

#contact dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  flex-direction: column;
}
#contact dt {
  width: 100%;
}
#contact dd {
  width: 100%;
  margin-bottom: 10px;
}
#contact dd input,
#contact dd textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 10px;
}
#contact dd textarea {
  height: 10rem;
}
#contact .button {
  text-align: center;
}
#contact .button input {
  width: 200px;
  background-color: #24292e;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #24292e;
}
#contact .button input:hover {
  background: #fff;
  color: #24292e;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {


}
/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
    background-color: #898989;
    color: #121212;
    padding:20px;
    text-align: center;
}

#footer p{
    white-space:nowrap;
    text-align:center;
    font-size:50%;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {


}

  /*-------------------------------------------
  Company page
  -------------------------------------------*/
  .box {
      height: 200px;
      background-image: url("");
      background-color: #121212;
      color:#fff;
      justify-content:center;
      align-items:center;
      padding:70px 0 0 0 ;
      margin:0 0 50px 0;
  }
  .box h2{
      font-family:sans-serif ;
      font-size:1.4rem;
      white-space:nowrap;
   

  }
  .box p{
      font-family:sans-serif ;
      font-size: 1rem;
      position:center;

  } 

  .com_wrapper{
      margin: : auto;
  }


/* table01 ：会社概要内容*/

#c_about{
      padding:30px;
  }
  
  #table01 tr {
      border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
      padding: 10px 0;
      border: none;
  }
  
  /* タイトル */
  #table01 th {
   /* width: 50%; */
      text-align:left;
      padding:20px ;
      white-space:nowrap;
      font-size:0.9rem
    }
/* 内容 */
 #table01 td {
      font-size:0.9rem;
      padding:20px;
 }
  

    /* map */
  #map{
      padding-bottom:100px;
  }

  .gmap_iframe {
    aspect-ratio: 16/9;
    max-width: 1000px;
    width: 85%;
    height: 60%;
}

@media (min-width: 1024px) {
  .gmap_iframe {
    
    aspect-ratio: 16/9;
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding-top: 40px
}
}

     
    /*-------------------------------------------
  　　Contact button
  　　-------------------------------------------*/
    a.btn {
        display: block;
        text-align: center;
        /* vertical-align: middle; */
        text-decoration: none;
        width: 70%;
        margin: auto;
        padding: 10px 30px;
        font-family:sans-serif ;
        font-weight: bold;
        background-color:#898989;
        border: 2px solid #898989; /*枠色*/
        color: #121212; /*文字色*/
        cursor: pointer;
        position: relative;
         overflow: hidden;
         z-index: 1;
         white-space:nowrap;
    }
    /* カーソルを合わせた装飾 */
    a.btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #898989; /*背景色*/
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }
    a.btn_23:hover::before {
        transform: translateX(0);
    }
    a.btn_23:hover {
        color: #fff;
    }
    
    
    /*-------------------------------------------
  　　3 t_column
  　　-------------------------------------------*/
  　　

