@charset "utf-8";

@media screen and (max-width: 768px){


/* ヘッダー */


.header-inner {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
}

.area_logo_header .logo {
    display: block;
    margin: 30px 10px;
    text-align: center;
}

.nav_header {
    display: none;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  padding-top: 50px;
  z-index : 998;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;

}


/* slick */
.img01 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
  position: absolute;
  /* text-shadow: 1px 1px 22px gray; */
}

.img02 h2 {
font-size: 2.5rem;
font-weight: bold;
color: #fff;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
position: absolute;
/* text-shadow: 1px 1px 22px gray; */
}
.img03 h2 {
font-size: 2.5rem;
font-weight: bold;
color: black;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
position: absolute;
/* text-shadow: 1px 1px 24px gray; */
}

.slogan-inner {
    width: 100%;
    padding-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
}

.slogan_ttl h2 {
    display:inline-block;
    font-size: 2rem;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
    border-bottom: 4px solid #000;
}

.area_home_slogan .contents {
  margin-top: 50px;
  line-height: 1.5rem;
  padding: 0 20px;

}

/* トップ会社案内 */

.area_home_about{
    margin: 0 auto;
}

.about-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.imageLeft {
    display: block;
    width: 100%;
}

.about-img {
  width: 100%;
  display: block;
}

.about-text {
    width: 100%;
    padding: 40px;
    margin-top: 620px;
    background:white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about-text .contents {
    display: inline-block;
    width: 100%;
    padding: 0 40px 0 10px;
}

.p-btn {
    text-align: center;
}

/* トップ業務案内 */

.work-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.imageRight {
    display: block;
    width: 100%;
}

.work-text {
    width: 100%;
    margin-top: 950px;
    padding: 40px;
    background:white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.work-text .contents {
  display: inline-block;
  width: 100%;
  padding: 0 40px 0 10px;
}

.work-img {
    margin-top: 350px;
    width: 100%;
    display: block;
}

/* トップ施工例 */
.area_home_gallery {
    margin-top: 1300px;
    background-color: #fff4d2;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}

.gallery-inner {
    width: 100%;
    margin: 0 auto;
}

.area_home_gallery .flex-box {
  margin-bottom: 40px;
	flex-wrap: wrap;
}

.area_home_gallery .g-img {
  width: 48%;
  text-align: center;
  padding-bottom: 10px;
  display: block;
}


.area_home_gallery .g-img img {
  width: 100%;
  height: 200px;
  object-fit: cover; 
}

  /* フッター */
  footer {
    background-color: #E0E0E0;
}

footer h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

footer .container {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
}

footer .footerLeft {
    width: 30%;
}

footer .contents {
    margin: 20px -20px 20px 0px ;
}


footer .footerRight {
    width: 30%;
    margin: 20px;
    padding-top: 50px;
}

footer .footerRight li {
    margin-bottom: 5px;
}

footer .footernav {
    width: 30%;
    margin: 20px;
    padding-top: 50px;
}

footer .footernav  li {
    margin-bottom: 20px;
}

/* アバウトページ */

.pro-inner {
  max-width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding: 0 40px;
}

.area_pro_profile {
  display: flex;
  width: 100%;
}
.area_pro_profile .profile_img {
  padding: 0 40px;
  margin-top: 50px;
  width: 40%;
}

.area_pro_profile .profile_img img {
  width: 200px;
  object-fit: cover;
}


.pro_ttl h2 {
  display:inline-block;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}

.area_pro .contents {
  margin-top: 50px;
  line-height: 1.5rem;
  padding: 0 40px;
  margin-bottom: 50px;
}

.philo-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.philo_ttl h2 {
  display:inline-block;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}

.area_philo .contents {
margin-top: 50px;
line-height: 1.5rem;
padding: 0 40px;

}

.company_table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0 60px;
}

.company_table h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

table.table01 tr td {
	width: 100%;
	padding: 25px 20px;
	border-bottom: 1px solid #CCC;
  line-height: 1.5rem;
}

/* workページ */
.work-inner {
  width: 100%;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.work_ttl h2 {
  display:inline-block;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}

.area_work .container_item {
  width: 50%;
  padding:0 40px 40px 40px;
}

.feature-inner {
  width: 100%;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.feature_ttl h2 {
  display:inline-block;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
  margin-bottom: 40px;
}

.area_feature .container_img {
  width: 50%;
  height: 300px;
  object-fit: cover;
}

.area_feature .container_text {
  width: 50%;
  padding: 0 40px;
}


/* ギャラリーページ */
.area_gallery .flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  }

  .area_gallery .g-img {
    width: 48%;
    display: block;
    }

    .area_gallery .g-img p{
      text-align: center;
      padding-bottom: 10px;
      display: block;
    
      }
}


@media screen and ( max-width: 480px) {

    /* ヘッダー */


.header-inner {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
}

.area_logo_header .logo {
  display: block;
  margin: 20px 0px 20px 0px;
}

/* slick */
.img01 h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    position: absolute;
    /* text-shadow: 1px 1px 22px gray; */
  }

  .img02 h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  /* text-shadow: 1px 1px 22px gray; */
  }
  .img03 h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  /* text-shadow: 1px 1px 24px gray; */
  }

  .slogan-inner {
    width: 100%;
    padding-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
}

.slogan_ttl h2 {
    display:inline-block;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
    border-bottom: 4px solid #000;
}

.area_home_slogan .contents {
  margin-top: 50px;
  line-height: 1.5rem;
  margin-bottom: 30px;
  padding: 0 10px;

}

/* トップ会社案内 */

.area_home_about{
  margin: 0 auto;
}

.about-inner {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.imageLeft {
  width: 100%;
}

.about-text {
  width: 100%;
  padding: 40px;
  margin-top: 350px;
  margin-bottom: 20px;
  background:white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about-text .contents {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 40px 0 10px;
  line-height: 150%;
}

/* トップ業務案内 */
.area_home_work{
  margin: 0 auto;
  display: block;
}
.area_home_work .work-inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  
}

.area_home_work .imageRight {
  width: 100%;
}

.area_home_work .work-text h3 {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}

.area_home_work .work-text {
  width: 100%;
  margin-top: 1100px;
  margin-bottom: 20px;
  padding: 40px;
  background:white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  line-height: 150%;
}

.area_home_work .work-img {
  margin-top: 700px;
  width: 100%;
  right: 0;
  display: block;
}

.area_home_work .work-text .contents {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 40px 0 10px;
  line-height: 150%;
}

/* トップ施工例 */
.area_home_gallery {
  margin-top: 1500px;
  background-color: #fff4d2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-inner {
  width: 100%;
  margin: 0 auto;
}

.area_home_gallery .flex-box {
display: block;
width: 100%;
}

.area_home_gallery .g-img {
width: 100%;
display: block;
margin-top: 50px;
margin-bottom: 30px;
}

.area_home_gallery.g-img p{
  text-align: center;
  padding-bottom: 30px;
  display: block;

  }


.area_home_gallery .g-img a {
display: block;
}

.area_home_gallery .p-btn{
  display: block;
  margin-top: 70px;
}

.area_home_gallery .g-img img {
  width: 100%;
  height: 200px;
  object-fit: cover; 
}

  /* フッター */
  footer {
    background-color: #E0E0E0;
}

footer h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

footer .container {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: block;
}

footer .footerLeft {
    width: 100%;
}

footer .footerLeft .logo {
  margin: 0 auto;
}

footer .contents {
    margin: 20px 20px 20px 0px;
}


footer .footerRight {
    width: 100%;
    margin: 20px;
    padding-top: 50px;
}

footer .footerRight li {
    margin-bottom: 5px;
}

footer .footernav {
    width: 100%;
    margin: 20px;
    padding-top: 50px;
}

footer .footernav  li {
    margin-bottom: 20px;
}

/* アバウトページ */
.pro-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px;
}

.pro_ttl h2 {
  display:inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}
.area_pro_profile {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.area_pro_profile .profile_img {
  width: 100%;
  padding: 0 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.area_pro_profile .profile_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.area_pro .contents {
  margin-top: 50px;
  line-height: 1.5rem;
  margin-bottom: 30px;
  padding: 0 10px;

}

.philo-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.philo_ttl h2 {
  display:inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}

.area_philo .contents {
margin-top: 50px;
line-height: 1.5rem;
margin-bottom: 30px;
padding: 0 10px;

}

.company_table {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

.company_table h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

table.table01 tr td {
	width: 100%;
	padding: 25px 20px;
	border-bottom: 1px solid #CCC;
  line-height: 1.5rem;
}

/* workページ */
.work-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.work_ttl h2 {
  display:inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
}

.area_work .container {
  display: flex;
  flex-direction: column;
}

.area_work .container_item {
  width: 100%;
  padding:0 40px 40px 40px;
}


.feature-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.feature_ttl h2 {
  display:inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #000;
  margin-bottom: 40px;
}

.area_feature .container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.area_feature .container_img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  object-fit: cover;
}

.area_feature .container_text {
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
}

.area_feature .container_text h3{
  font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.contact {
  width: 100%;
}
.contact-inner {
  width: 100%;
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_box .contact_text {
  margin-right: -10px;
  width: 100%;
  font-weight: 600;
  text-align: center;
}

.contact_box .contact_text p {
  line-height: 1.2rem;
}

.contact_box .tel {
  line-height: 2rem;
}
/* ギャラリーページ */
.area_gallery .flex-box {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  }

  .gallery_text_ttl h2 {
    display:inline-block;
    font-size:  1.5rem;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
    border-bottom: 4px solid #000;
}
  
  .area_gallery .g-img {
  width: 100%;
  display: block;
  margin-top: 50px;
  }
  
  .area_gallery .g-img p{
    text-align: center;
    padding-bottom: 50px;
    display: block;
  
    }
  
  
  .area_gallery .g-img a {
  display: block;
  }

  .area_gallery .g-img img {
    width: 100%;
    height: 200px;
    object-fit: cover; 
  }

}