@charset "UTF-8";
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #62BE42;
}

li {
  list-style: none;
}

body {
  background: #ebebeb;
}

/*----------------------------------------------------------
ヘッダー*/
header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  background: white;
}

header .container {
  width: 1100px;
  height: 100%;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

header .container h1 {
  color: #62BE42;
  font-family: 'Noto Serif JP', serif;
}

header .container h1 a {
  color: #62BE42;
}

header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container nav ul li {
  width: 120px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #b4b4b4;
}

header .container nav ul li a {
  color: #62BE42;
}

header .container nav ul li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------------
メイン画像*/
.top-image {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #00000000)), url(./jyuraku2.JPG);
  background: linear-gradient(to right, #fff, #00000000 50%), url(./jyuraku2.JPG);
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: 0 35%;
  height: 100vh;
  position: relative;
}

.top-image .text {
  position: absolute;
  top: 40%;
  left: 15%;
  font-family: 'Noto Serif JP', serif;
}

.top-image .text h1 {
  letter-spacing: 3px;
  font-size: 3rem;
  color: #4d4d4d;
}

.top-image .text span {
  color: #62BE42;
  letter-spacing: 3px;
  font-size: 4rem;
}

/*----------------------------------------------------------------
コンテンツ*/
.content {
  background: #ebebeb;
}

.content .container {
  max-width: 1100px;
  height: 100%;
  padding: 0 4%;
  margin: 0 auto;
  text-align: center;
}

.content .container .title {
  padding-top: 100px;
}

.content .container .title h2 {
  background: #62BE42;
  width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  color: white;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 100px;
}

.content .container .title .work-title h1 {
  color: #62BE42;
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #62BE42;
}

.content .container .title .work-title p {
  text-align: justify;
  line-height: 1.9;
  padding-top: 50px;
  padding-bottom: 100px;
  color: #4d4d4d;
}

/*----------------------------------------------------------------
メイン2*/
.main2 {
  background: url(./hosyu.jpg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  -webkit-transform: skew(0deg, -3deg);
          transform: skew(0deg, -3deg);
}

/*----------------------------------------------------------------
施工一覧*/
.contents2 {
  width: 100%;
}

.contents2 h2 {
  color: #62BE42;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
}

.contents2 .ichiran-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.contents2 .ichiran-text p {
  text-align: justify;
  line-height: 1.9;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #4d4d4d;
}

.contents2 .ichiran {
  height: 50vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 50px;
}

.contents2 .ichiran .image {
  height: 50vh;
  width: 50%;
  overflow: hidden;
}

.contents2 .ichiran .image img {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contents2 .ichiran .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*----------------------------------------------------------------
コンテンツ3*/
.contents3 {
  background: #ebebeb;
}

.contents3 .container {
  max-width: 1100px;
  height: 100%;
  padding: 0 4%;
  margin: 0 auto;
  text-align: center;
}

.contents3 .container .title {
  padding-top: 100px;
}

.contents3 .container .title h2 {
  background: #62BE42;
  width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  color: white;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 100px;
}

.contents3 .container .title .work-title h1 {
  color: #62BE42;
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #62BE42;
}

.contents3 .container .title .work-title p {
  text-align: justify;
  line-height: 1.9;
  padding-top: 50px;
  padding-bottom: 100px;
  color: #4d4d4d;
}

.main3 {
  height: 50vh;
  background: url(./IMG_2347.jpg);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  margin-bottom: 100px;
}

/*-------------------------------------------------------
お問い合わせ*/
.contents4 .container {
  max-width: 1100px;
  height: 100%;
  padding: 0 4%;
  margin: 0 auto;
  text-align: center;
}

.contents4 .container h2 {
  background: #62BE42;
  width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  color: white;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 100px;
}

.contents4 .container h1 {
  color: #62BE42;
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #62BE42;
}

.contents4 .container form {
  max-width: 100%;
  margin: 0 auto;
  color: #333333;
  margin-top: 100px;
}

.contents4 .container form p {
  padding: 15px 0;
}

.contents4 .container form span {
  color: red;
}

.contents4 .container form input {
  width: 100%;
  border: 1px solid #818181;
}

.contents4 .container form textarea {
  width: 100%;
  border: 1px solid #818181;
}

.contents4 .container form .btn {
  width: 200px;
  padding: 10px 0;
  border: 1px solid #62BE42;
  color: #62BE42;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.contents4 .container form .btn:hover {
  background: #62BE42;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer {
  margin-top: 100px;
  background: #62BE42;
  color: #fff;
  width: 100%;
}

footer .container {
  max-width: 1100px;
  height: 100%;
  padding: 0 4%;
  margin: 0 auto;
  text-align: center;
}

footer .container .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container .footer-nav h1 {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 4px;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Playfair Display', serif;
}

footer .container .footer-nav h1 a {
  color: white;
}

footer .container .footer-nav nav {
  padding: 50px 0;
}

footer .container .footer-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container .footer-nav nav ul li {
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .container .footer-nav nav ul li:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .container .footer-nav nav a {
  color: white;
}

@media (max-width: 700px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .container h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  header .container nav {
    display: none;
  }
  .top-image {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #00000000)), url(./jyuraku2.JPG);
    background: linear-gradient(to right, #fff, #00000000 50%), url(./jyuraku2.JPG);
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: 0 35%;
    height: 100vh;
    position: relative;
  }
  .top-image .text {
    position: absolute;
    top: 30%;
    left: 15%;
    font-family: 'Noto Serif JP', serif;
  }
  .top-image .text h1 {
    letter-spacing: 3px;
    font-size: 1rem;
    color: #4d4d4d;
  }
  .top-image .text span {
    color: #62BE42;
    letter-spacing: 3px;
    font-size: 2rem;
  }
  footer .container .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
/*# sourceMappingURL=test.css.map */