/* 共通 */
body {
  color: #000;
  font-family: メイリオ,ＭＳ ゴシック,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,Helvetica,Osaka-mono,sans-serif!important;
  line-height: 1.5;
  min-width: 1024px;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
.container {
  width: 95%;
  max-width: 1020px;
  margin: auto;
}
.clear::after {
  content: "";
  clear: both;
  display: block;
}
/* 共通 */



/* ヘッダー */
header {
  height: 70px;
  padding: 10px 0;
}
.header-left {
  float: left;
  line-height: 70px;
}
.header-right {
  float: right;
  line-height: 70px;
}
.header-left img {
  width: 70px;
  height: 70px;
  vertical-align: middle;
}
.header-title {
  display: inline;
  vertical-align: middle;
  font-weight: bold;
  font-size: 60px;
  
}
.header-nav-item {
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
.icon {
  display: inline-flex;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  margin-left: 30px;
  padding-left: 20px;
}
.icon:hover {
  opacity: 0.7;
}
/* ヘッダー */



/* トップ */
#top {
  background-image:linear-gradient(rgba(0 0 0 / .5),rgba(0 0 0 / .5)), url(/img/top.jpg);
  background-size: cover;
  padding: 240px 0;
}
.top-title {
  font-family: "Sawarabi Mincho";
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 40px;
  border: 2px solid #ccc;
}
/* トップ */



/* 事業内容（アバウト） */
.inner {
  color: white;
  padding: 40px;
  background-color: #222;
}
.inner h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 400px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.business p {
  padding: 120px;
  font-size: 22px;
  text-align: center;
}
/* 事業内容（アバウト） */


/* 画像 */
.img-wrapper {
	display: flex;
}
.img-item1 a {
  display: block;
  position: relative;
  transition:all 1.0s;
}
.img-item1 a:hover::after {
  content: 'after';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 80px;
  color: #111111;
  text-decoration: none;
  background-color: rgba(227,191,0,5);
}
.img-item2 a {
  display: block;
  position: relative;
  transition:all 1.0s;
}
.img-item2 a:hover::after {
  content: 'before';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 80px;
  color: #111111;
  text-decoration: none;
  background-color: rgba(227,191,0,5);
}
.img-item3 a {
  display: block;
  position: relative;
  transition:all 1.0s;
}
.img-item3 a:hover::after {
  content: 'after';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 80px;
  color: #111111;
  text-decoration: none;
  background-color: rgba(227,191,0,5);
}
.img-item4 a {
  display: block;
  position: relative;
  transition:all 1.0s;
}
.img-item4 a:hover::after {
  content: 'before';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 80px;
  color: #111111;
  text-decoration: none;
  background-color: rgba(227,191,0,5);
}
.img-wrapper .img-item1 {
  width: 60%;
}
.img-wrapper .img-item2 {
  width: 40%;
}
.img-wrapper .img-item3 {
  width: 40%;
}
.img-wrapper .img-item4 {
  width: 60%;
}
.img-item01 {
	height: 500px;
}
.img-item02 {
  height: 500px;
}
.img-item03 {
  height: 500px;
}
.img-item04 {
  height: 500px;
}
/* 画像 */



/* 施工事例 */
.inner-2 {
  padding: 40px;
}
.inner-2 h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 500px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner-2 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.examples .container {
  width: 90%;
  max-width: 1200px;  
}
.examples-wrapper {
  display: flex;
  justify-content: space-between;
}
.examples-item {
  width: 30%;
}
.examples {
  padding: 160px 0;
  background-color: #f0ece8;
}
.example-title {
  margin-top: 10px;
  font-size: 20px;
}

.suppliers-wrapper {
  margin-top: 60px;
  text-align: center;
}
.suppliers-title {
  margin: 0 auto;
  width: 230px;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
.suppliers-title:first-letter {
    font-size: 150%;
    color: #eb6100;
}
.suppliers-item {
  font-size: 24px;
  line-height: 48px;
}
/* 施工事例 */


/* 文言 */
.inner-3 {
  padding: 40px;
}
.inner-3 h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 200px;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner-3 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.blend {
	background: linear-gradient(120deg,#053E62 50%,#fff 50%);
	padding: 120px;
}

.blend p {
	mix-blend-mode: difference;
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
/* 文言 */

/* Q&A */
.inner-4 {
  padding: 40px;
  color: white;
  background-color: #222;
}
.inner-4 h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 360px;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner-4 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
#answer .container {
  padding: 20px 60px 60px 60px;
  width: 90%;
  max-width: 700px;
}
#answer .container dt {
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  text-indent: -25px;
  }
#answer .container dt:before {
  content: "Q.";
  font-weight: bold;
  font-size: 40px;
  margin-right: 7px;
  }
#answer .container dd {
  margin: 0 40px 40px 35px;
  text-indent: -25px;
  }
#answer .container dd:before {
  content: "A.";
  font-weight: bold;
  font-size: 40px;
  margin-right: 7px;
  }
/* Q&A */


/* 画像 */
.painter-wrapper {
  width: 40%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 60px;
}
.painter-image {
  height: 360px;
}
.image .container {
  width: 80%;
  max-width: 980px;
}
.contact-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contact-image {
  width: 45%;
  height: 360px;
}
.renovate-image {
  width: 45%;
  height: 360px;
}
.color-wrapper {
  width: 40%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.color-image {
  height: 360px;
}
/* 画像 */


/* 会社概要 */
.inner-5 {
  color: white;
  padding: 40px;
  background-color: #222;
}
.inner-5 h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 480px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner-5 p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
#outline dt {
  text-align: center;
	font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
#outline dd {
  text-align: center;
  padding-bottom: 16px;
	margin-bottom: 20px;
  margin-top: -10px;
  border-bottom: 1px solid #ccc;
}
#outline .container {
  width: 80%;
  max-width: 700px;
}
.col2 {
  font-size: 18px;
  padding: 40px;
}

.col2 li{
	width: 100%;
  margin: 20px 0 20px 0;
}
#map{
  display: block;
	position: relative;
	padding-bottom: 30%;
	height: 0;
  overflow: hidden;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	border: 0;
}
/* 会社概要 */


/* お問い合わせ */
.inner-7 {
  padding: 40px;
  text-align: center;
  } 
.inner-7 h1 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝";;
  width: 300px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.inner-7 p {  
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  } 
#contact {
  padding-bottom: 40px;
} 
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
} 
.Form-Btn {
  cursor: pointer;
}  
.Form-Btn:hover {
  opacity: 0.7;
}
/* お問い合わせ */


/* フッター */
footer {
  height: 80px;
  background-color: #222;
  color: white;
  line-height: 80px;
  font-size: 12px;
  margin-right: 0 ;
}
.copyright {
  float: right;
}
/* フッター */

/* トップに戻るボタン */
#t-scroll {
  position:fixed;
  bottom:30px;
  right:20px;
}
#t-scroll a {
  background-color:#999;
  color:#fff;
  text-align:center;
  text-decoration:none;
  padding:20px 20px;
}
#t-scroll a:hover {
  background-color:#666;
  text-decoration:none;
}
/* トップに戻るボタン */

/* フワッと */
.fadeInDown {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
 }
 @-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
 }
 @keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
 }
 /* フワッと */








































/* レスポンシブ */
@media screen and (max-width: 767px) {
  /* ヘッダー */
  header {
    height: 140px;
  }
    .header-left{
      float: none;
      text-align: center;
      margin-bottom: 20px;
    }
    .header-title {
      font-size: 48px;
    }
    .header-nav-item {
      font-size: 22px;
    }
    .header-right {
      float: none;
    }
    .header-nav {
      display: flex;
      justify-content: space-between;
      height: 42px;
      line-height: 46px;
    }
    .icon {
      border: none;
    }
    /* ヘッダー */

    /* トップ */
    #top {
      height: 580px;
      background-size: cover;
      margin: 0 auto;
      display: flex;
      justify-content: center;
    }
    .top-title {
      font-size: 48px;
    }
    /* トップ */

    /* 事業内容 */
    .inner h1 {
      font-size: 62px;
      width: 55%;
    }
    .inner p {
      font-size: 30px;
    }
    .business p {
      font-size: 30px;
    }
    /* 事業内容 */

    /* 施工事例 */
    .inner-2 h1 {
      font-size: 62px;
      width: 70%;
    }
    .inner-2 p {
      font-size: 30px;
    }
    .examples .container {
      width: 80%;
      max-width: 980px;
    }
    .examples-wrapper {
      flex-wrap: wrap;
    }
    .examples-item {
      width: 100%;
      margin-bottom: 40px;
    }
    .example-title {
      font-size: 26px;
    }
    /* 施工事例 */

    /* 画像 */
    .painter-wrapper {
      width: 80%;
      max-width: 980px;
    }
    .painter-image {
      height: 500px;
    }
    #images .container {
      width: 100%;
    }
    .contact-wrapper {
      display: block;
      width: 85%;
      max-width: 1220px;
      margin: auto;
    }
    .contact-image {
      display: block;
      height: 480px;
      margin-bottom: 60px;
      width: 100%;
    }
    .renovate-image {
      height: 480px;
      width: 100%;
      margin-bottom: 60px;
    }
    .color-wrapper {
      width: 80%;
      max-width: 980px;
    }
    .color-image {
      height: 500px;
    }
    /* 画像 */


    /* 企業理念 */
    .inner-3 h1 {
      font-size: 62px;
      width: 30%;
    }
    .inner-3 p {
      font-size: 30px;
    }
    .blend p {
      font-size: 54px;
      
    }
    /* 企業理念 */

    /* Q&A */
    .inner-4 h1 {
      font-size: 62px;
      width: 30%;
    }
    .inner-4 p {
      font-size: 30px;
    }
    #answer .container dt{
      font-size: 26px;
    }
    #answer .container dd{
      font-size: 22px;
    }
    /* Q&A */

    /* 会社概要 */
    .inner-5 h1 {
      font-size: 62px;
      width: 65%;
    }
    .inner-5 p {
      font-size: 26px;
    }
    #outline .container dt {
      font-size: 24px;
    }
    #outline .container dd {
      font-size: 20px;
    }
    /* 会社概要 */

    /* お問い合わせ */
    .inner-6 h1 {
      font-size: 62px;
      width: 50%;
    }
    .inner-6 p {
      font-size: 26px;
    }
    /* お問い合わせ */

    /* フッター */
    .copyright {
      float: none;
      text-align: center;
    }
    /* フッター */

    


    /* フワッと */
    .fadeInDown {
      -webkit-animation-fill-mode:both;
      -ms-animation-fill-mode:both;
      animation-fill-mode:both;
      -webkit-animation-duration:1s;
      -ms-animation-duration:1s;
      animation-duration:1s;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      visibility: visible !important;
     }
     @-webkit-keyframes fadeInDown {
      0% { opacity: 0; -webkit-transform: translateY(-20px); }
      100% { opacity: 1; -webkit-transform: translateY(0); }
     }
     @keyframes fadeInDown {
      0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
      100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
     }
    /* フワッと */
  }
  



  /* お問い合わせ */
  @media screen and (max-width: 480px) {
    #contact .container {
     width: 90%;
     max-width: 400px;
    }
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 22px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 22px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #e93f33;
    color: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 22px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #ec6c52;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
  /* お問い合わせ */
/* レスポンシブ */