body{
    margin: 0;
}
p{
    letter-spacing: 0.2em;
}
a{
    letter-spacing: 0.2em;
}
h1{
    font-family: 'Alegreya Sans SC', sans-serif;
}
h2{
    font-family: 'Alegreya Sans SC', sans-serif;
}

.top {
    display: flex;
    justify-content: space-between;
}
.top h1{
    
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: normal;
  font-size: 46px;
  text-align: center;
  color: #000;
  margin: 20px 0 0 90px;
  letter-spacing: 0.5em;
}

.top a{
    width: 499px;
    height: 50px;
    padding-top: 30px;
    display: inline-block;


}
.top p{
   margin-top: 50px;
   margin-right: 45px;
   font-size: 10px;
   font-family: "Hiragino Kaku Gothic ProN";
   font-weight: lighter;
   text-align: left;
   color: #707070;
   line-height: 25px;
   display: inline-block;
   
}
.top nav a{
    margin: 0;
    padding: 0;
    height: 0;
}

    

.top_text2 h1{
    margin-top: 95px;
   margin-right: 45px;
   font-size: 40px;
   font-weight: lighter;
   text-align: left;
   color: #707070;
   line-height: 25px;
   display: inline-block;
}
 
.hole{
    text-align: right;
}
.hole img{
position: absolute;
left: 0;
 width: 100vw;
height: auto;
max-width: 1200px;
max-height: 1000px;
background: transparent;
    z-index: 0;
}
.hole2 {
    display: none;
}
.hole h1{
    padding-top: 100px;
    font-weight: normal;
    font-size: 45px;
    text-align: right;
    letter-spacing: 0.3em;
    color: #000;
    margin: 5vw 8vw 0 0;
    z-index: 0;
}
.hole h2{
    padding-top: 10px;
    font-weight: normal;
    font-size: 25px;
    text-align: right;
    letter-spacing: 0.3em;
    color: #000;
    margin: 0 8vw 25px 0;
    z-index: 0;
}
.hole a{
    display: block;
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: normal;
    font-size: 20px;
    text-align: right;
    color: #000;
    padding: 10px 0 0 30px;
    margin-top: 2vw;
    margin-right: 10vw;
    letter-spacing: 0.3em;

}
.wrapper {
    display: flex;
  
}


li {
    font-weight: normal;
    font-size: 35px;
    text-align: left;
    color: #707070;
    list-style: none;
    text-decoration: none;
    margin-bottom: 25px;
    width: 200px;
}
li a{
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: lighter;
    font-size: 20px;
    text-align: left;
    color: #707070;
    list-style: none;
    text-decoration: none;
    margin-left: 55px;
    
}

/*アンダーラインのアニメーション*/
li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #707070;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
li a:hover::after {
  transform: scale(1, 1);
}


ul {
    width: 200px;
    display: inline-block;
}
.back_ground {
    
    top: 170px;
    left: 260px;
    display: inline-block;
    text-align: center;
    margin-left: 20vw;
  
}
.back_ground img{
    width: 85%;
    max-width: 1200px;
    

}


.content_wrapper{
    display: flex;
    margin-top: 90px;
    justify-content: space-evenly;
    
    
}


/*HomeのCSS*/

.about {
    text-align: center;
    position: relative;
    top:200px;
     -webkit-clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    background-color:#F8F8F8;
    padding: 0 0 650px 0;
    z-index: 0;
}
.about_back img{
    position: absolute;
      top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.about h1{
    
    font-weight: normal;
    font-size: 39px;
    text-align: center;
    color: #000;
    position: absolute;
     top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    
}
.about a{
    display: block;
    position: absolute;
    margin: 470px 20px 0 20px;
    width: 70%;
   left: 15vw;
    
}
.about_logo img{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 330px auto 0 auto;
    
}
.service_wrapper{
   margin-top: 300px;
    position: relative;
}
.service_back img{
    position: absolute;
    top:2%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    z-index: 0;
}
.service_wrapper h1{
    position: relative;
    text-align: center;
    margin-top: 80px;
    z-index: 100;
    font-weight: normal;
    font-size: 39px;
    color: #000;


    
}
.service_wrapper a{
text-align: left;  
display: block;
 width: 250px;
font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 15px;
color: #000;


}
.service_wrapper h2{
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #000;


}
.service_wrapper p{
     text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 10px;
color: #000;
}
.content_wrapper img{
    width: 150px;
    height: 150px;
}
.img_center{
    text-align: center;
    
}
.and_more p{
    
    text-align: right;
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: normal;
    font-size: 15px;
    color: #707070;
    margin-top: 80px;
    margin-right: 180px;
}
.Works_wrapper h1{
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #707070;
    margin-top: 100px;
    margin-bottom: 60px;
    
}

.img_wrapper{
    display: inline-flex;
    width: 100vw;
     overflow-x:scroll;
}


.Works_wrapper {
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
     -webkit-clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    background-color:#F8F8F8;
    z-index: 0;
}
.Works_img img{
    width: 30vw;
    height: 20vw;
    border: 1px solid #fff;
    margin: 0 50px;
    box-shadow: 10px 10px 10px #999;
    background: #707070;
}
.Works_back img{
    position: absolute;
    top:5%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:140px 0 0 0;
    padding:0;
    z-index: 0;
}
.Works_wrapper h1{
    position: relative;
    text-align: center;
    z-index: 100;
    font-weight: normal;
    font-size: 39px;
    color: #000;
}
.contact_back img{
    position: absolute;
    top:5%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:20px 0 0 0;
    padding:0;
    z-index: 0;
}
.sub_title h1 a{
    position: relative;
    text-align: center;
    z-index: 100;
    font-weight: normal;
    font-size: 39px;
    color: #000;
    margin: 0;
    text-decoration: none;
    display: inline;
    left: 0;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.contact a{
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000;
    margin: 50px 20px 20px 20px;
    display: inline-block;
    width: 70%;
   
}
.contact{
    text-align: center;
}
.footer_list img{
    width: 30px;
    height: 30px;
    margin:80px 15px 20px 15px;
/* background: url(...); */
}
.footer_list p{
   font-family: "Hiragino Kaku Gothic ProN";
   font-weight: normal;
   font-size: 12px;
   text-align: left;
   color: #000;
  display: inline-block;
 margin-top: auto;
    padding-bottom: 20px;
}
/*ページトップボタン*/   
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

.footer_list {
    text-align: center;
    position: relative;
    padding-top: 50px;
     -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    background-color:#F8F8F8;
    z-index: 0;
}
/*AboutのCSS*/
.menber{
    text-align: center;
}
.menber img{
    width: 80vw;
}
.wrapper2{
    margin-top: 0;
}
.wrapper2 li{
    display: inline-block;
}
.wrapper2 ul{
width: 100vw;
}
.service_wrapper2 h2 {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #000;
}
.service_wrapper2{
   margin-top: 0;
    position: relative;
}
    
.service_wrapper2 a{
text-align: left;  
display: block;
 width: 250px;
font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 12px;
    letter-spacing: 0.2em;
color: #000;
line-height: 20px;
}
.service_wrapper2 p{
     text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 10px;
color: #000;
}
.about_logo2 img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 200px auto 0 auto;
    width: 250px;
    height: auto;
}
.about2 {
    text-align: center;
    position: relative;
    top: 0;
    -webkit-clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    clip-path: polygon(0 15%, 100% 25%, 100% 90%, 0 100%);
    background-color: #F8F8F8;
    padding: 0 0 450px 0;
    z-index: 0;
}
.about2 h1 {
    font-weight: normal;
    font-size: 39px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.under_top2{
    margin-bottom: 50px;
    margin-top: 0;
    position: absolute;
    left: 44%;
}
.about_back2 img {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
.About_text {
    text-align: center;
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.About_text a{
    margin: auto;
    width: auto;
    text-align: center;
    padding:  40px 60px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0.2em;
}
.company{
    text-align: right;
    display: flex;
}
.company img{
    text-align: left;
    width: 300px;
    margin-left: 10%;
    display: inline-block
}
.company p{
    margin: 50px 10% 0 auto;
    font-size: 14px;
    width: auto;
    text-align: left;
    padding: 20px;
    line-height: 30px;
    display: inline-block;
}
.company span{
    font-weight: bold;
}
.title{
    margin-top: 150px;
}
.menber_content1{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}
.menber_photo img{
    display: inline-block;
    width: auto;
    margin: auto 5vw auto 10vw;
}
.menber_text{
    display: inline-block;
    margin:20px 20% 0 0;
}
.menber_text p{
    font-size: 16px;
    text-align: left;
}
.menber_text span{
    font-weight: bold;
}
.menber_text a{
    width: auto;
    line-height: 30px;
    font-size: 12px;
}



/*Works css*/
.works_content{
    display: flex;
    flex-direction: column;
}
.works_content img{
    width: 80%;
    margin:20% auto 0 auto;
    border: 0px solid #707070;
    background: #F8F8F8;
}
.works_content h1{
    margin: 3% auto 0 17%;
    font-size: 2.5rem;
}
.works_content a{
    margin: 1% auto;
    width: 60%;
    padding-left: 15%;
    margin-bottom: 80px;
}
.works_text p{
    position: absolute;
    top:280px;
    left: 10vw;
    font-size: 15px;
    margin-right: 10vw;
}

/*contact css*/
.lead-form{
  text-align: center;
  font-size:20px;
margin-top: 10vw;
}
form{
  width:460px;
  margin:10vw auto;
}
.item{
  overflow: hidden;
  margin-bottom: 50px;
}
.label{
  float: left;
  margin-right: 20px;
  width:155px;
  border-left: solid 3px #707070;
  padding-left: 10px;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="email"]{
  border: solid 1px #707070;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
textarea{
  border: solid 1px #707070;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #707070;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}


/*footerのCSS*/
.footer_list {
    display: flex; 
	margin-top: auto;
    
}
.footer_list ul{
    display: flex;
    margin-top: auto
}
.footer_list ul li{
    padding-top: 150px;
	margin-left: 10px;
	
}
.logo img{
    width: 250px;
    height: 250px;
/* background: url(...); */
   
    
    
}
.logo {
    position: relative;
    bottom: 80px;
    right: 50px;
}


/*ServiceのCSS*/
.content_wrapper2 img{
    width: 150px;
    height: 150px;
}
.content_wrapper2 {
    display: flex;
    margin-top: 90px;
    justify-content: space-evenly;
}
.price_content img{
    width: 25vw;
    height: auto;
}
.price_content{
    display: flex;
}
.price {
     margin: 20vw  0 10vw 0;
         -webkit-clip-path: polygon(0 0, 100% 15%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 90%, 0 100%);
    background-color:#F8F8F8;
    padding-top: 5%;
    padding-bottom: 15%;
}
.price h1{
    margin: 10vw auto 10vw auto;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
}
.price_wrapper{
    flex-direction: column;
}
.price_content h2{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
}
.price_content a{
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
}

.pack_wrapper{
    display: flex;
}
.pack h1{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 10vw;
}
.pack_content{
    width: 80%;
    margin: 0 2vw 0 2vw;
    border: 0px solid #707070;
    background: #F8F8F8;
}
.pack_content h2{
    text-align: left;
    font-size: 30px;
    margin-left: 10px;
}
.pack_content a{
    font-size: 14px;
    letter-spacing: 0.2em;
    display: block;
    text-align: left;
    margin-left: 20px;
}
.pack_content img{
    width: 25vw;
    height: auto;
    margin: 20px auto;
}
.pack_photo{
    text-align: center;
}
.option {
    margin: 10vw 20px;
}
.option h2{
    font-size: 12px;
    text-align: right;
    color: #707070;
    letter-spacing: 0.2em;
}
.option a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #707070;
    text-align: center;
    width: 200px;
    margin: 30px auto 10px auto;
    padding: 10px;
    color: #707070;
    letter-spacing: 0.2em;
}
.work_flow h1{
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    margin: 20vw 0 15vw 0;
}
.flow_content h2{
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 5vw;
}
.flow_content a{
    width: 50vw;
    display: block;
    margin: 0 auto 10vw auto;
    letter-spacing: 0.2em;
}




/*フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} 
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}



.back_ground a {
  padding-top: 80px;
}
.back_ground a span {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.back_ground a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.back_ground a span:nth-of-type(2) {
  top: 83%;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*ブログのCSS*/
.blog li{
    width: 80vw;
    font-size: 20px;
}
.blog ul{
    width: 80vw;
    display: block;
    padding: 60px;
    margin: 20px auto;
}
p.titleWrap {
    text-align: center;
}
.blog_img{
    margin: 7vw auto;
}
.blog_img p{
    max-width: 800px;
    margin: 0 auto;
}
.text p{
    margin-bottom: 15vw;
    letter-spacing: 0.2em;
}
a.btn{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #707070;
    font-size: 15px;
}

.blog a {
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 5vw auto;
}
.blog p{
    font-size: 15px;
}
.blog img {
    width: 95vw;
    height: auto;
    max-width: 800px;
}
.text {
    width: 70vw;
    margin: 0 auto;
}