*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
  height: auto;
}
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
}
strong {
  font-weight: normal;
}
i{
  font-style: normal;
}
h1{
  font-size: 3vw;
 }
p{
  font-size:2vw;   
 }

a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #FF9933;
}

.footer-sp{
display: none;
}

/* ****************************************************************************************************************** */
/*フェードイン
/* ****************************************************************************************************************** */
.box {
  margin: 0 0 50px;   /* 下方向に適度な余白 */
  opacity: 0;         /* 初期値は透明にしておく */
  transition: 1s;    /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  top: 50px;          /* 事前に下に50pxずらしておく */
}

.active {
  opacity: 1;         /* 透明度を元に戻す */
  top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}



 /* ****************************************************************************************************************** */
/*代表挨拶　１ブロック目
/* ****************************************************************************************************************** */
.sm-font{
  display: none;
}

.sub1-suject{
  position: relative;
  width: 100%;
  height: 1100px;
  text-align: center ;
  font-family: "serif";
  background: linear-gradient(rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0)),  url("../img/sub1/header.jpg"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-br{
width: 100%;
height: 110px;
}


@media screen and (max-width: 1300px) {
    .header-br{
height: 60px;
}
}

@media screen and (max-width: 580px) {
    .header-br{
height: 10px;
}
}


.wrapper{
display: flex;
margin-top:50px; 
}

.left-img{
    width: 700px;
    height: 1040px;
    z-index: 1;
    margin-left: 10vw;
    padding-top: 3vw;
}

.left-img img{
width: 100%;
height: 100%;
object-fit: cover ;
}


.center-font{
width: 16%;
height: 16vw;
border-bottom: 1px solid #000;
}

.center-font2{
width: 13%;
}

.right-font{
font-family: "serif";
padding-top:14vw; 
padding-left: 3vw;
letter-spacing:0.4vw;
}

.right-font h1{
font-size: 3vw;
margin-bottom:2vw; 
}

.right-font h2{
font-size: 2vw;
margin-bottom:5vw; 
}

.right-font h3{
font-size: 4vw;
}

.right-font p{
font-size: 1.3vw;
}

@media screen and (max-width: 1430px) {
    .wrapper{
        margin: 0;
    }
.left-img{
width: 400px;
height: 600px;
z-index: 1;
margin-left: 10vw;
padding-top: 3vw;
}
    
    .center-font{
height: 15vw;
}
    
    .right-font{
padding-top:9vw; 
}
    .sub1-suject{
    height: 700px;
    }
}

@media screen and (max-width: 1300px) {
    .sub1-suject{
        margin-top:50px; 
        height: 110vw;
      }

  .sm-font{
        display: inline;
        font-family: "serif";
        letter-spacing: 0.4vw;
        /* margin-top: 100px; */
    }
    
  .sm-font h1{
        font-size: 3vw;
        margin-bottom: 2vw;
        padding-top: 100px;
    }
    
    .sm-font h2{
    font-size: 2vw;
    margin-bottom:5vw; 
    }
    
    .sm-font h3{
    font-size: 4vw;
    }
    
    .sm-font p{
    font-size: 1.3vw;
    }
    

    .wrapper{
    position: relative ;
    display: inline ;
    }
    
 .left-img{
width: 45vw;
height: 70vw;;
margin-left: auto;
margin-right: auto;
padding-top:6vw; 
}
    
   .center-font{
    display: none;
    }
    
    .right-font{
    display: none;
}



}


  /* ****************************************************************************************************************** */
/*2ブロック目
/* ****************************************************************************************************************** */


.content01{
  width: 100%;
  height: auto;
  text-align: center;
  margin:100px 0; 
  font-family: "serif";
  letter-spacing: 0.4vw;
  }

    .content01 h1{
  font-size: 50px;
  }
    
    
     .content01-sb p{
      font-size: 20px;
    }


.content01-sb img{
    width: 800px;
    height: 700px;
    margin-top:2vw; 
    margin-left:6vw; 
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.content01-sb p{
    height: 60vw;
    margin-bottom: 4vw;
    padding-top: 160px;;
    padding-left: 100px; 
}

.content01-sb{
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: "serif";
    margin-left: auto;
}

@media screen and (max-width: 1940px) {
    
    
.content01-sb img{
    height: 850px;
    margin-right:100px; 
}
    
    .content01-sb img{
    display: none;
}
}

@media screen and (max-width: 1400px) {
.content01 {
margin: 0;
}
    
    .content01-sb p{
    margin-top:140px; 
    padding: 0;
    }
}

@media screen and (max-width: 1300px) {
    
    
.content01-sb img{
    display: none;
}
    
.content01{
  width: 100%;
  height: 7vw;
  margin: 0;
  }
    
    .content01 h1{
  width: 100%;
  padding: 5vw;
  font-size: 3.5vw;
  }
    
  .content01-sb p{
    height: 60vw;
    margin-bottom: 4vw;
    padding-top: 10vw;
    padding-left: 0; 
    font-size: 2vw;
}

.content01-sb{
  display: flex;
  justify-content: center ;
  width: 100%;
  text-align: center;
  font-family: "serif";
  margin-left:auto;
}
}


   /* ****************************************************************************************************************** */
/*会社概要　１ブロック目
/* ****************************************************************************************************************** */
.wrapper3{
  position: relative ;
 margin-top: 60px;
}

.wrapper3 img{
 width: 100%;
  height: 45vw;;
}

.Text{
 position: absolute ;
 top:18vw;
 right: 20vw;;
 font-size: 4vw;
 letter-spacing: 0.5vw;
 font-family: "serif";
 text-align: center;
}


  /* ****************************************************************************************************************** */
/*　2ブロック目
/* ****************************************************************************************************************** */
.company-table{
 margin-top: 30px;
}

.company-table{
 width: 80%;
 height: 30vw;
 margin-left: auto;
 margin-right: auto;
 font-family: "serif";
 font-size: 1vw;
}

.company-table tr{
border: 1px solid ; 
}

.company-table th{
 width: 15vw;
 border: 1px solid #000; 
 padding-left:2vw; 
}

.company-table td{
  padding-left:2vw; 
}

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

   .company-table{
 width: 90%;
 height: 80vw;
 margin-left: auto;
 margin-right: auto;
 font-family: "serif";
 font-size: 2.4vw;
 margin-top: 8vw;
}

.company-table tr{
border: 1px solid ; 
}

.company-table th{
 width: 15vw;
 border: 1px solid #000; 
 padding-left:2vw; 
}

.company-table td{
  padding-left:2vw; 
   padding-right: 2vw;
}
}


     /* ****************************************************************************************************************** */
/*事業内容　１ブロック目
/* ****************************************************************************************************************** */
.workvideo{
  width: 110vw;
  }

.wrapper4{
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

  .wrapper5{
    display: flex ;
    justify-content: center;
    margin-top: 60px;
    }
  
  .sub3-font{
    width: 35vw;
    height: 35vw;
    font-family: "serif";
    margin-top: -20vw;
    margin-left: -30vw;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .9);
    color: #fff;
}
  
  .sub3-font h1{
      font-size:2.6vw; 
      padding-top:6vw; 
      padding-bottom:1vw; 
 
  }

  .sub3-font:hover{
    background: #fff;
    color: #000;
    transition: 1.5s;
}
  
  .sub3-font h2{
      font-size:1.7vw; 
      margin-top:1vw; 
      width: 80%;
      margin-left: auto ;
      margin-right: auto ;
      padding-bottom:1vw; 
      border-bottom: 1px solid #eee;
  }
  
  .sub3-font p{
      font-size:1vw; 
      margin-top: 2vw;
  }
  
  .sub3-img {
   position: relative ;
   height: 20vw;
       opacity: 0.4;
}

.sub3-img:hover{
    opacity: 1;
    transition: 1.5s;
}

.wrapper4 a{
  height: 20vw;
  width: 20vw;
  margin-top: 35vw;
  margin-right: 0;
  margin-left: 9vw;
}

.wrapper5 a{
  height: 20vw;
  width: 20vw;
  margin-top: 0;
  margin-right: 7vw;
  margin-left: 10vw;
}

.sub3-font2{
    margin-top: 22vw;
    margin-left: 10vw;
}

  .sub3-img img{
    width: 20vw;
    height: 20vw;
    border-radius: 100%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .7);
  }

.sub3-img h3{
      color: #fff;
      font-family:"serif";
      position: absolute ;
      top: 50%;
      left: 50%;
       transform: translateY(-50%) translateX(-50%);
       -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        font-size:1vw; 
        letter-spacing: 6px;
         z-index: 2;
}

.overlay1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  z-index: 1;
  }

.work-main{
position: absolute ;
top: 0;
left: 10%;
right: 10%;
}

.work-mb{
  margin-top: -10px;
  }

.workphoto{
  display: none;
}
  
@media screen and (max-width: 1700px) {
.workvideo{
  width: 115vw;
  }
    .work-main{
top: 10%;
}
}  

@media screen and (max-width: 1400px) {
.workvideo{
  width: 115vw;
  }
    .work-main{
top: 7%;
}
}  

@media screen and (max-width: 1260px) {
.workvideo{
  width: 120vw;
  }
    .work-main{
top:5%;
}
}  

@media screen and (max-width: 910px) {
.workvideo{
  width: 123vw;
  }
    .work-main{
top:5%;
}
}
    
@media screen and (max-width: 760px) {
  .workvideo{
    display: none;
    }
      .work-main{
  top:80px;
  }
  
  .workphoto{
    display: inline;
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
        
  .wrapper4{
    display: inline;
    justify-content: center;
    }
  
    .wrapper5{
      display: inline;
      justify-content: center;
      }
    
    .sub3-font{
        width: 250px;
        height: 250px;
        margin-top: -50px;
        margin-left: -10px;
        background: #fff;
        color: #000;
        opacity: 0.9;
    }
    
    .sub3-font2{
        margin-left: 70px;
        margin-top: 10vw;
    }
    
    .sub3-font h1{
        font-size:20px; 
        padding-top:50px; 
        padding-bottom:1px; 
   
    }
  
    .sub3-font:hover{
      background: #fff;
      color: #000;
            opacity: 1;
      transition: 1.5s;
  }
    
    .sub3-font h2{
        font-size:14px; 
        margin-top:1px; 
        width: 90%;
        margin-left: auto ;
        margin-right: auto ;
        padding-bottom:5px; 
        border-bottom: 1px solid #eee;
    }
    
    .sub3-font p{
        font-size:8px; 
        margin-top: 1px;
    }
    
    .sub3-img {
     display: none;
  }
  
  }



/* ****************************************************************************************************************** */
/*人材募集　１ブロック
/* ****************************************************************************************************************** */
.sub4-top{
  position: relative;
  width: 100%;
  height: 1100px;
  background: linear-gradient(rgba(0, 0, 0, .2),  rgba(0, 0, 0, .4)),  url("../img/sub4/01.png"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

.sub4-top h1{
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 300px;
  left: 0;
  text-align: right;
  padding-right: 1vw;
  width: 100%;
  font-family: "serif";
  font: bold;
  font-size: 5vw;
  color: #fff;
}

.sub4-top-p{
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 560px;
  left: 0;
  text-align: center;
  padding-left: 45vw;
  width: 100%;
  font-family: "serif";
  font: bold;
  color: #fff;
}





  /* ****************************************************************************************************************** */
/*お問い合わせ　１ページ目
/* ****************************************************************************************************************** */
.contact-page{
  font-family: "serif";
}

.contact-top1{
  width: 100%;
  height: 350px;
  text-align: center ;
  font-family: "serif";
}

.contact-top1 h1{
    position: relative ;
    line-height: 400px;
    font-size: 70px;
}

.contact-top2{
    position: relative;
    width: 2000px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}


.contact-top2-1{
  margin-top:100px; 
  width: 1100px;
  text-align: center;
}

.contact-top2-1 p{
  letter-spacing: -0.15em;
  font-size: 70px;
}


.contact-top2-1 h1{
   padding-bottom: 80px;
   font-size: 70px;
}

.contact-color01{
color: rgb(255, 151, 0);
}

.contact-color02{
color: rgb(0, 255, 227);
}

.contact-color03{
color: rgb(240, 255, 0);
}

.contact-color04{
color: rgb(255, 0, 246);
}

.contact-color05{
color: rgb(255, 1, 104);
}

.contact-color06{
color: 
    rgb(0, 100, 255);
}

.contact-top2-2{
  width: 1100px;
  font-size: 2vw;
  text-align: center ;
}

.contact-top2-2 p{
    font-size: 30px;
    padding-bottom:10px; 
}


.contact-top2-3 img{
    width: 700px;
    position: absolute;
    top:-60px;
    right: 100px;
    z-index: 3;
}


.contact-subject{
  width: 100%;
  height: 7vw;
  text-align: center;
  line-height: 7vw;
  font-size: 1.5vw;
  letter-spacing: 0.7vw;
  font-family: "serif";
  margin: 2vw 0 0 0;
  }


.contact-img{
  width: 100%;
  height: 6vw;
  text-align: center ;
  margin-top: 10vw;
}

.contact-img img{
  width: 60vw; 
}

.contact-form{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
  
    
    .contact-flex p{
    width: 100%;
    font-size: 1vw;
    font: bold;
    font-family: "serif";
    letter-spacing: 0.5vw;
    }

    .contact-flex span{
    background-color: #c30d23;
    padding: 4px 0 4px 0.4vw;
    color: white;
    border-radius: 10%
    }
    
    .contact-flex input{
    width: 30vw;
    height: 60px;
    border: 1px solid  #ccc;
    padding-left: 20px;
    }
  
    .contact-flex textarea{
    width: 30vw;
    height: 250px;
    border: 1px solid  #ccc;
    padding-left: 20px;
    }
  
  #contact-inside{
   padding-top:20px; 
  }
  
  .left-contact-name{
   padding-top:20px; 
  }
  
  .parsley-custom-error-message{
      color: red;
      letter-spacing: 0;
      font-size: 15px;
  }
  
  .parsley-errors-list{
      padding: 0;
      margin-top:10px;
  }
  
  

/*最下層の２ボタン*/

#confirm{
  display: none;
}

.__footer{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.animation {
position: relative;
display: inline-block;
width:14vw;
height:55px;
border:1px solid #BBB;
position:relative;
box-sizing:border-box;
overflow: hidden;
letter-spacing: 5px;
border-radius: 5%;
 box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .1);
}

.animation span{
position: absolute;
bottom: 0.2vw;
right: 0.2vw;
width: 13vw;
text-align: center;
font-family:"serif";
font-size:1vw;
color:#BBB;
cursor: pointer;
text-decoration:none;
line-height:45px;
transition:all .10s ease;
z-index:2;
}

.effect {
width:200px;
height:50px;
top:-2px;
left:-230px;
background:#C0C0C0;
position:absolute;
transition:all .5s ease;
z-index:1;
}

.animation:hover{
    opacity: 0.7;
    /* padding-top: 2px; */
}

@media only screen and (max-width:2000px) {
    .contact-top1{
    margin-top:0vw; 
    height: 100px;
    }
     .contact-top1 h1{
        line-height: 4vw;
        font-size: 3vw;
    }
    
        .contact-top2{
    margin-left: 2vw;
    width: 100%;
    }
    .contact-top2-1{
    width: 50%;
    }
    .contact-top2-1 p {
        letter-spacing: -0.15em;
        font-size: 3vw;
        margin: 0;
    }
     .contact-top2-1 h1 {
letter-spacing: 0;
font-size: 3vw;
 padding: 2vw 0 5vw 0;
}
.contact-top2-2{
    width: 50%;
    }
    
    .contact-top2-2 p{
    font-size: 1.4vw;
    padding-bottom: 0.7vw;
    }
    
.contact-top2-3 img{
        width: 40vw;
        top: -4vw;
        right: 8vw;
    }
    
}
/* ****************************************************************************************************************** */
/*お問い合わせ　２ページ目
/* ****************************************************************************************************************** */
.contact-table{
    font-family: "serif";
    font-size: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.contact-table tr{

border-bottom:1px solid #ccc; 
}

.contact-table th{
width: 20vw;
padding: 2vw;
}

.contact-table td{
width: 50vw;
padding-left: 2vw;
}


/*ボタンのcss*/

.confirm-footer{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
 }
 
 #back,#submit{
 display: none;
 }
 
 .animation3 {
position: relative;
display: inline-block;
width:14vw;
height:55px;
border:1px solid #BBB;
position:relative;
box-sizing:border-box;
overflow: hidden;
letter-spacing: 5px;
border-radius: 5%;
box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .1);
 margin-left: 150px;
 margin-top: 50px;
 }
 
 .animation3 span{
position: absolute;
bottom: 0.2vw;
right: 0.2vw;
width: 13vw;
text-align: center;
font-family:"serif";
font-size:1vw;
color:#BBB;
cursor: pointer;
text-decoration:none;
line-height:45px;
transition:all .10s ease;
z-index:2;
 }
 
 .effect3 {
 width:200px;
 height:50px;
 top:-2px;
 left:-230px;
 background:#C0C0C0;
 position:absolute;
 transition:all .5s ease;
 z-index:1;
 }
 

 .animation3:hover{
margin-top: 52px;
opacity: 0.7;
transition: 0.3s;
 }
 
  .animation4 {
position: relative;
display: inline-block;
width:14vw;
height:55px;
border:1px solid #BBB;
position:relative;
box-sizing:border-box;
overflow: hidden;
letter-spacing: 5px;
border-radius: 5%;
box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .1);
 margin-left: 150px;
 margin-top: 50px;
 }
 
 .animation4 span{
position: absolute;
bottom: 0.2vw;
right: 0.2vw;
width: 13vw;
text-align: center;
font-family:"serif";
font-size:1vw;
color:#BBB;
cursor: pointer;
text-decoration:none;
line-height:45px;
transition:all .10s ease;
z-index:2;
 }
 
 .effect4 {
 width:200px;
 height:50px;
 top:-2px;
 left:-230px;
 background:#C0C0C0;
 position:absolute;
 transition:all .5s ease;
 z-index:1;
 }
 

 .animation4:hover{
opacity: 0.7;
transition: 0.3s;
 }

    .animation4 {
letter-spacing: 5px;
margin-left: 0px;
margin-top: 50px;
}
    
    .animation4 span {
line-height: 45px;
}
    
        .animation3 {
letter-spacing: 5px;
margin-left: 13vw;
margin-top: 50px;
}
    
    .animation3 span {
line-height: 45px;
}


 
 @media only screen and (max-width:1030px) {
   /*ボタンのcss*/

.confirm-footer{
  display: inline;
}

#back,#submit{
 display: none;
}

.animation3 {
letter-spacing: 5px;
margin-left: 30vw;
margin-top: 50px;
        width: 40%;
    }

.animation3 span{
 width: 100%;
}

.effect3 {
   display: none;
}

.animation3:hover .effect3 {
 left:0;
}
.animation3:hover span{
 opacity: 0.7
}
     .animation4:hover span{
 opacity: 0.7
}

.animation4 {
letter-spacing: 5px;
margin-left: 30vw;
margin-top: 50px;
        width: 40%;
    }
     

.animation4 span{
  width: 100%;
}

.effect4 {
   display: none;
     }
     
     .animation4 span {
bottom: 4px;
right: 0px;
font-size: 15px;
color: #BBB;
cursor: pointer;
text-decoration: none;
line-height: 45px;
transition: all .10s ease;
z-index: 2;
}
     
          .animation3 span {
bottom: 4px;
right: 0px;
font-size: 15px;
color: #BBB;
cursor: pointer;
text-decoration: none;
line-height: 45px;
transition: all .10s ease;
z-index: 2;
}

 }


 @media only screen and (max-width:430px) {
          .animation4 span {
font-size: 10px;
}
     
               .animation3 span {
font-size: 10px;
}
     
     .animation4 {
         height: 40px;
}
     
          .animation3 {
         height: 40px;
}
 }
 
 @media only screen and (max-width:1030px) {
          .animation4 span {
bottom:-4px;
right: -3px;
line-height: 45px;

}
     
          .animation3 span {
bottom:-4px;
right: -3px;
line-height: 45px;


}
}

 
 /****************************************************************************************************************** */
/*問い合わせ
/* ****************************************************************************************************************** */

._top-contact{
  display: flex;
  margin: 0;
  height: 25vw;;
  }
  
  ._left-contact{
    position: relative ;
    width: 50%;
    text-align: center;
    font-size: 1.4vw;
    font-family: "serif";
}

._contact-pp{ 
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

  ._right-contact{
  position: relative;
   width: 50%;
   height: 25vw;
   background-color: #000055;
  }
  
  ._right-contact img{
  width: 100%;
  height: 100%;
  }
  
  ._contact-h1{
  width: 100%;
  height:10vw;
  line-height: 10vw;
  display: inline-block;
  color: #000;
  background-color: #fff;
  text-align: center ;
  }
  
  ._right-contact a{
    width: 100%;
    position: absolute ;
    top: 0;
    left: 0;
    text-align: center ;
    text-decoration: none;
    font-family: "serif";
    color: #000;
    height: 25vw;
  }
  
  ._right-contact h1{
    width: 30%;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    font-size: 20px;
      position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
      opacity: 0.7;
  }


  ._right-contact:hover{
    margin-right:35px;
    transition: 0.1s;
  }
  
  ._right-contact h1:hover{
      color: #69c4f0;
  }
  
  ._right-contact a:hover{
      background-image: url(../img/mail.jpg); 
      background-size:cover;
      background-position: center ;
      background-repeat:no-repeat; 
      transition: 0.5s;
  }
  
   @media screen and (max-width: 1700px) {
       ._right-contact h1{
    font-size: 15px;
  }
                 ._right-contact h1{
                  top: 60%;
  
  }
  }
       
        @media screen and (max-width: 1300px) {
            ._right-contact h1{
    font-size: 12px;
    padding: 4px;
  }
  }
  
        @media screen and (max-width: 1115px) {
                      ._right-contact h1{
    font-size: 10px;
  }
  }
        @media screen and (max-width: 880px) {
            ._right-contact h1{
                  top: 60%;
    height: 50px;
    line-height: 50px;
  }
  ._right-contact h1{
    font-size: 1vw;
  }
  }
  
        @media screen and (max-width: 700px) {
                      ._right-contact h1{
                  top: 75%;
    height: 50px;
    line-height: 50px;
  }
  }

    @media screen and (max-width: 800px) {
        ._top-contact{
    height: 200px;
  }
          ._left-contact{
    height: 200px;
    text-align: center;
    /* padding-top: 8vw; */
    font-size: 2vw;
    font-family: "serif";
}
          ._right-contact img{
  width: 100%;
  height: 200px;
  object-fit: cover ;
  }
}

@media screen and (max-width: 630px) {
  ._top-contact{
height: 200px;
}
    ._left-contact{
width: 100%;
height: 200px;
text-align: center;
font-size: 13px;
font-family: "serif";
color: white ;
background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url(../img/contact2.jpg) ;
background-size:cover;
}
._right-contact{
display: none;
}
}

     /* ****************************************************************************************************************** */
  /*フッター
  /* ****************************************************************************************************************** */
  ._footer{
    width: 100%;
    font-family: "serif";
    display: flex;
    justify-content: center ;
    height: 450px;
    border: 1px solid  #ccc;
    }

  ._footer h1{
    font-size:20px;
    font-weight: 900;
    margin-bottom:20px; 
    padding-top: 40px
}

  ._footer li{
    font-size:16px;
    padding: 7px;
}

._footer a{
   text-decoration: none;
   color: #000;
}

  .footer-ce{
      margin: 0 200px;
}

  .footer6{
      margin-top:100px; 
}
     
    .copyright{
     text-align: center ;
    }

    .copyright p{
    margin: 0;
    font-family: "serif";
    font-size: 15px;
    background-color: #000;
    color: #fff;
    }

    ._footer h1:hover{
      opacity: 0.7;
  }
  
  ._footer li:hover{
      opacity: 0.7;
  }

@media screen and (max-width: 1501px) {
    ._footer{
    height: 400px;
    border: 1px solid  #ccc;
    padding-bottom:440px; 
    }

  .footer h1{
    font-size:16px;
    margin-bottom:20px; 
    padding-top: 40px;
    text-align: left ;
}

  .footer li{
    font-size:13px;
    padding: 7px;
}

  .footer-ce{
      margin: 0 150px;
}

  .footer6{
      margin-top:100px; 
}
}

      @media screen and (max-width: 1115px) {
      ._footer{
    height: 400px;
    border: 1px solid  #ccc;
    padding-bottom:0; 
    }

  ._footer h1{
    font-size:12px;
    margin-bottom:20px; 
    padding-top: 40px;
    text-align: left ;
}

  ._footer li{
    font-size:10px;
    padding: 6px;
}

  .footer-ce{
      margin: 0 100px;
}

  .footer6{
      margin-top:70px; 
}
          }
  
  
      @media screen and (max-width: 630px) {
            .copyright p{
    font-size: 10px;
    }
  }

      @media screen and (max-width: 758px) {
              ._footer{
    display: none;
    }

}
  
._left-contact p{
  font-size: 1.4vw;
  }

      @media screen and (max-width: 2000px) {
.contact-top1{
margin-top:110px; 
}
}

 @media screen and (max-width: 1400px) {
.contact-top1{
margin-top:60px; 
 height: 30px;
     }
 .contact-top2-3 img{
     width: 40vw;
    }
}
          
           @media screen and (max-width: 1300px) {
.contact-top1{
margin-top:30px; 
 height: 90px;
     }
 .contact-top2-3 img{
     width: 40vw;
    }
}
          
     /* ****************************************************************************************************************** */
  /*フッター
  /* ****************************************************************************************************************** */
  ._footer{
    width: 100%;
    font-family: "serif";
    display: flex;
    justify-content: center ;
    height: 450px;
    border: 1px solid  #ccc;
    }

  ._footer h1{
    font-size:20px;
    font-weight: 900;
    margin-bottom:20px; 
    padding-top: 40px
}

  ._footer li{
    font-size:16px;
    padding: 7px;
}

._footer a{
   text-decoration: none;
   color: #000;
}

  .footer-ce{
      margin: 0 200px;
}

  .footer6{
      margin-top:100px; 
}
     
    .copyright{
     text-align: center ;
    }

    .copyright p{
    margin: 0;
    font-family: "serif";
    font-size: 15px;
    background-color: #000;
    color: #fff;
    }

    ._footer h1:hover{
      opacity: 0.7;
  }
  
  ._footer li:hover{
      opacity: 0.7;
  }

.imgcontact img{
display: none;
}

@media screen and (max-width: 1501px) {
    ._footer{
    height: 400px;
    border: 1px solid  #ccc;
    padding-bottom:440px; 
    }

  .footer h1{
    font-size:16px;
    margin-bottom:20px; 
    padding-top: 40px;
    text-align: left ;
}

  .footer li{
    font-size:13px;
    padding: 7px;
}

  .footer-ce{
      margin: 0 150px;
}

  .footer6{
      margin-top:100px; 
}
}

      @media screen and (max-width: 1115px) {
      ._footer{
    height: 400px;
    border: 1px solid  #ccc;
    padding-bottom:0; 
    }

  ._footer h1{
    font-size:12px;
    margin-bottom:20px; 
    padding-top: 40px;
    text-align: left ;
}

  ._footer li{
    font-size:10px;
    padding: 6px;
}

  .footer-ce{
      margin: 0 100px;
}

  .footer6{
      margin-top:70px; 
}
          }
  
  
      @media screen and (max-width: 630px) {
            .copyright p{
    font-size: 10px;
    }
  }

      @media screen and (max-width: 758px) {
              ._footer{
    display: none;
    }

}
  
._left-contact p{
    font-size: 1.4vw;
}

      @media screen and (max-width: 2000px) {
.contact-top1{
margin-top:110px; 
}
}

 @media screen and (max-width: 1400px) {
.contact-top1{
margin-top:60px; 
 height: 30px;
     }
 .contact-top2-3 img{
     width: 40vw;
    }
}
          
           @media screen and (max-width: 1300px) {
.contact-top1{
margin-top:30px; 
 height: 90px;
     }
 .contact-top2-3 img{
     width: 40vw;
    }
}

@media screen and (max-width: 875px) {
      .contact-top1{
   display: none;
  }
  .contact-top2{
  height: 200px;
  }
  
  .contact-top2-3 img{
  display: none;
  }
  .contact-top2-1{
  width: 100%;
  }
  .contact-top2-1 p{
   padding: 0;
   margin: 0;
   letter-spacing: 0.3px;
   font-size:19px;
           }
       .contact-top2-1 h1{
   padding: 0;
   margin:10px 0 40px 0;
   letter-spacing: 7px;
   font-size:19px;
           }
  .contact-top2-2{
  width: 100%;
  }
  .contact-top2-2 p{
  width: 100%;
  letter-spacing: 1px;
  font-size: 10px;
  }
  .contact-img img{
      width: 90%;
  }
  .contact-subject{
  height: 80px;
  line-height: 100px;
 font-size: 15px;
  }
  .contact-form{
  width: 100%;
  text-align: center;
  }
  .contact-flex p{
  font-size: 10px;
  letter-spacing: 4px;
  }
  .contact-flex input{
  width: 70%;
  height: 50px;
  }
  .contact-flex textarea{
     width: 70%;
  }
  .animation{
  width: 140px;
  height: 40px;
  }
  .animation span {
position: absolute;
top: -3px;
left: 2px;
width: 140px;
text-align: center;
font-family: "serif";
font-size: 10px;
color: #BBB;
cursor: pointer;
text-decoration: none;
line-height: 45px;
transition: all .10s ease;
z-index: 2;
}
        .imgcontact img{
    display: flex;
    justify-content: center ;
    width: 70%;
        margin:0 auto; 
    padding:70px 100px 100px 100px;
    }
    
    .contact-top2-1{
    margin-top:-60px; 
    }
    
    .contact-img{
    margin-top: 100px;
    }
}
          
@media screen and (max-width: 475px) {
        .imgcontact img{
    display: flex;
    justify-content: center ;
    width: 100%;
    padding:70px 100px 100px 100px;
    }
}

 /* ****************************************************************************************************************** */
/*名刺ページ(TOP)
/* ****************************************************************************************************************** */
.sub3-5-top{
  display: flex;
  font-family: "serif";
}

.sub3-5-top1{
  width: 70%;
  height: 900px;
  background-image:url(../img/sub3-5/01.jpg);
  background-size:cover ;
  background-position :center;
}

.sub3-5-top2{
  position: relative ;
  width: 30%;
  background-color: #602424;
}

.sub3-5-top2-1{
  position: absolute;
  top: 240px;
  left: -10vw;
}

.sub3-5-top h1{
  font-size: 3vw;
  color: red;
  margin-bottom:100px;
}
.sub3-5-top p{
  font-size: 1vw;
  color: #fff;
}

@media screen and (max-width: 1400px) {
 
.sub3-5-top2-1 {
position: absolute;
top: 140px;
left: -10vw;
}

.sub3-5-top1 {
height: 600px;
}
    
    .sub3-5-top h1 {
font-size: 3vw;
color: red;
margin-bottom:60px;
}
}


      /* ****************************************************************************************************************** */
/*名刺ページ(gallery)
/* ****************************************************************************************************************** */
/*ロングスライド(横比率)=================================================================================================================*/
.slideshow li{
list-style: none;
}

/* スライドする要素 */
.content {
position: relative;
width: 100%;
height: 100%;
z-index: 5;
}

/* スライドレールの枠 */
.wrap {
overflow: hidden;
display: flex;
align-items: center;
z-index: 5;
}
/* content4つをまとめたスライドブロック */
.slideshow {
display: flex;
-webkit-animation: loop-slide 50s infinite linear 0.1s both;
animation: loop-slide 50s infinite linear 0.3s both;
z-index: 5;
background-color: #000;

}

.slideshow img{
height: 400px;
z-index: 5;
margin: 10px;
}

@keyframes loop-slide {
from {
  transform: translateX(0);
}
to {
  transform: translateX(-100%);
}
}

ol, ul {
padding-left: 0;
}

@media screen and (max-width: 1400px) {
.slideshow img{
height: 150px;
z-index: 5;
margin: 10px;
}
}

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

.slideshow img{
width: 40vw;
height: 35vw;
z-index: 5;
}
}

         /* ****************************************************************************************************************** */
/*名刺ページ(ロゴTOP部分)
/* ****************************************************************************************************************** */
.sub3-5-logo{
  display: flex;
  z-index: 1;
}

  .sub3-5-subject h1{
    width: 24vw;
    font-family: "serif";
    border-bottom: 2px solid #bbb;
    font-size: 3vw;
    text-align: center ;
    margin-top: 5vw;
    margin-bottom: 3vw;
    margin-left: 5vw;
    letter-spacing: 0.3vw;
    z-index: 1;
}

.sub3-5-logo p{
    font-family: "serif";
    font-size: 1.7vw;
    margin-left:10vw; 
    letter-spacing: 0.3vw;
    z-index: 1;
}

.sub3-5-logo1-1{
    width: 60%;
    text-align: center ;
    margin: 4vw;
    z-index: 1;
}

.sub3-5-logo2{
    position: relative ;
    width:40%;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 0px;
    z-index: 1;
    perspective:1110px;
}

.sub3-5-logo2 h1{
    width: 100%;
    margin: -5vw 0 5vw 0;
    font-family: "serif";
    color: #2c4eba;
    z-index: 1;
}

.sub3-5-logo2 img{
   width: 20vw;
   animation:5s linear infinite rotation;
   z-index: 1;
}

@keyframes rotation{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}


.sub3-5-logo3{
 display: flex ;
 justify-content: center;
 z-index: 1;
}

.sub3-5-logo3-2{
 display: flex ;
 justify-content: center;
 z-index: 1;
}

.sub3-5-logo3 img{
    width: 20vw;
    height: 20vw;
    margin: 3vw;
    padding: 3vw;
    z-index: 1;
}

.sub3-5-logo3-2 img{
    width: 20vw;
    height: 20vw;
    margin: 3vw;
    padding: 3vw;
    z-index: 1;
}

.wrapper3{
  margin-top:-110px 
  }


@media screen and (max-width: 1450px) {
    .sub3-5-logo2 h1{
    margin: -7vw 0 4vw 0;
    z-index: 1;
}
}

@media screen and (max-width: 1300px) {
.sub3-5-subject h1{
    margin: 0 0 70px 100px;;
    }
}

@media screen and (max-width: 770px) {
    
    .sub3-5-top2-1 {
position: absolute;
top: 80px;
left: -60vw;
}
    
     .sub3-5-top h1 {
font-size:30px;
color: red;
margin-bottom: 60px;
}
    
    .sub3-5-top p {
font-size: 11px;
color: #fff;
}
    
    .sub3-5-top1 {
  background: linear-gradient(rgba(0, 0, 0, .6),  rgba(0, 0, 0, .6)),  url(../img/sub3-5/01.jpg);
background-size: cover;
background-position: center;
}
    
.slideshow img {
width: 170px;
height: 100px;
z-index: 5;
}
    
    .sub3-5-subject h1 {
width: 34%;;
padding:0 0 10px 0;
margin: 30px auto 60px auto;
font-family: "serif";
border-bottom: 2px solid #bbb;
font-size: 13px;
text-align: center;

letter-spacing: 0.3vw;
z-index: 1;
}
    
    .sub3-5-logo {
display: inline;
z-index: 1;
}
    
.sub3-5-logo2 {
position: relative;
width: 40%;
margin: 70px auto 60px;
text-align: center;
transform-style: preserve-3d;
perspective: 0px;
z-index: 1;
perspective: 1110px;
}
    
    .sub3-5-logo2 h1{
        display: none;
    }
    
    .sub3-5-logo1{
    text-align: center ;
    }
    
    .sub3-5-logo p {
font-family: "serif";
font-size: 10px;
margin-left: 0;
letter-spacing: 1px;
z-index: 1;
}
    
.sub3-5-logo1-1 {
width: 100%;
text-align: center;
margin: 40px 0;
z-index: 1;
}
    
}

@media screen and (max-width: 630px) {
._left-contact p {
font-size: 10px;
}
}

@media screen and (max-width: 1941px) {
.content01-sb p {
        height: auto;
        margin-bottom: 0;
        padding-top: 0px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1400px) {
.content01{
  width: 100%;
  height: auto;
  text-align: center;
  margin:100px 0; 
  font-family: "serif";
  letter-spacing: 0.4vw;
    }
    .content01-sb p {
        height: auto;
        margin:0;
        padding-top: 0px;
        padding-left: 0;
    }
  }
    
    @media screen and (max-width: 1300px) {
        .content01 h1 {
width: 100%;
padding: 0;
}
        
        .content01{
  width: 100%;
  height: auto;
  text-align: center;
  margin:8vw 0; 
  font-family: "serif";
  letter-spacing: 0.4vw;
    }
    }

    @media screen and (max-width: 1300px) {
      .wrapper3 {
      margin-top: 50px;
      }
      }

.page2-h1{
margin-top:130px;
text-align: center ;
      font-family: "serif";
}

.contact-table{
margin-top:40px 
}

@media screen and (max-width: 1400px) {
    .page2-h1{
margin-top:60px;
text-align: center ;
      font-family: "serif";
}
}

@media screen and (max-width: 900px) {
    .page2-h1 h1{
    font-size: 30px;
    }
}


/****************************************************************************************************************** */
/*問い合わせ
/* ****************************************************************************************************************** */

.top-contact{
  display: flex;
  margin: 0;
  height: 25vw;
  border: 1px solid #000;
  display: none;
}

.left-contact{
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 1.4vw;
  font-family: "serif";
  /* background-color: #160909; */
  /* color: #fff; */
}

.contact-pp{ 
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}

.right-contact{
  position: relative;
  width: 50%;
  height: 25vw;
  /* background-color: #160909; */
}

.right-contact img{
  width: 100px;
  height: 100%;
}

.contact-h1{
width: 100%;
height:10vw;
line-height: 10vw;
display: inline-block;
color: #000;
background-color: #fff;
text-align: center ;
}

.right-contact a{
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
text-decoration: none;
font-family: "serif";
color: #000;
height: 25vw;
}

.right-contact h1{
width: 30%;
/* height: 90px; */
line-height: 90px;
/* background-color: #fff; */
font-size: 20px;
position: absolute;
top: 55%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
opacity: 0.7;
color: #fff;
}


.right-contact:hover{
/* margin-right: 35px; */
transition: 0.1s;
opacity: 0.6;
}

@media screen and (max-width: 1700px) {
 .right-contact h1{
font-size: 15px;
}
           .right-contact h1{
            top: 60%;

}
}
 
  @media screen and (max-width: 1300px) {
      .right-contact h1{
font-size: 12px;
padding: 4px;
}
}

  @media screen and (max-width: 1100px) {
                .right-contact h1{
font-size: 10px;
}
}
  @media screen and (max-width: 880px) {
      .right-contact h1{
            top: 60%;
height: 50px;
line-height: 50px;
}
.right-contact h1{
font-size: 1vw;
}
}

  @media screen and (max-width: 700px) {
                .right-contact h1{
            top: 75%;
height: 50px;
line-height: 50px;
}
}

@media screen and (max-width: 800px) {
  .top-contact{
height: 200px;
}
    .left-contact{
height: 200px;
text-align: center;
/* padding-top: 8vw; */
font-size: 2vw;
font-family: "serif";
}
    .right-contact img{
width: 100%;
height: 200px;
object-fit: cover ;
}
}

@media screen and (max-width: 630px) {
.top-contact{
height: 200px;
}
.left-contact{
width: 100%;
height: 200px;
text-align: center;
font-size: 13px;
font-family: "serif";
color: white ;
background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url(../img/contact2.jpg) ;
background-size:cover;
}
.right-contact{
display: none;
}
}

/* ****************************************************************************************************************** */
/*フッター
/* ****************************************************************************************************************** */
.footer{
    width: 100%;
    font-family: "serif";
    display: flex;
    justify-content: center;
    height: 650px;
    border: 1px solid  #362d2d;
    background-color: #000000;
    color: #fff;
}

.footer h1{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-top: 100px;
  color: #fff;
}

.footer li{
  font-size: 16px;
  padding: 10px;
}

.footer a{
text-decoration: none;
color: #fff;
}

.footer a:hover{
opacity: 0.7;
}

.footer-ce{
margin: 0 200px;
}

.footer6{
margin-top:100px; 
}

.copyright{
text-align: center ;
}

.copyright p{
  margin: 0;
  font-family: "serif";
  font-size: 15px;
  background-color: #404040;
  color: #fff;
}

.footer h1:hover{
opacity: 0.7;
}

.footer li:hover{
opacity: 0.7;
}

@media screen and (max-width: 1500px) {
.footer{
    height: 400px;
    border: 1px solid  #2b2727;
    /* background-color: #300000; */
    /* color: #fff; */
}

.footer h1{
font-size:16px;
margin-bottom:20px; 
padding-top: 40px;
text-align: left ;
}

.footer li{
font-size:13px;
padding: 7px;
}

.footer-ce{
margin: 0 150px;
}

.footer6{
margin-top:100px; 
}
}

@media screen and (max-width: 995px) {
.footer{
height: 400px;
border: 1px solid  #ccc;
}

.footer h1{
font-size:12px;
margin-bottom:20px; 
padding-top: 40px;
text-align: left ;
}

.footer li{
font-size:10px;
padding: 6px;
}

.footer-ce{
margin: 0 100px;
}

.footer6{
margin-top:70px; 
}
    }


@media screen and (max-width: 630px) {
      .copyright p{
font-size: 10px;
}
}

@media screen and (max-width: 758px) {
        .footer{
display: none;
}

}


/* ****************************************************************************************************************** */
/*実績一覧
/* ****************************************************************************************************************** */

/* 019 */
.button019 a {
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 200px auto;
  max-width: 780px;
  height: 100px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 3px;
  font-family: "serif";
  border: 1px solid #ccc;
  }
  
  .button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  }
  
  .button019 a:hover {
  background: #000000;
  color: #ffffff;
  letter-spacing: 5px;
  transition: 0.3s;
  }
  
  .button019 a:hover:after {
  right: 1.4rem;
  }
  
  @media screen and (max-width: 500px) {
   .button019 a {
  max-width: 280px;
  height: 80px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 3px;
  font-family: "serif";
  border: 1px solid #ccc;
  }
  }
  
  .ec-mr{
    margin-top: 200px;
          text-align: center ;
          font-family: "serif";
          font-size: 20px
    }
    
      @media screen and (max-width: 500px) {
            .ec-mr{
    margin-top: 200px;
          text-align: center ;
          font-family: "serif";
          font-size: 14px
    }
    }

    .content01-sb{
      margin-bottom: 100px;
      }


.policy{
  width: 70%;
      margin: 0 auto ;
      font-family: "serif";
      margin-bottom:100px; 
  }
  
  .policy h1{
      text-align: center ;
      margin: 100px 0 100px 0;
      font-size: 40px;
  }
  
  .policy h2{
      text-align: center ;
      margin: 70px 0 50px 0;
      font-size: 30px;
  }
  
        @media screen and (max-width: 600px) {
            .policy h1{
      text-align: center ;
      margin: 100px 0 100px 0;
      font-size: 24px;
  }
  
  .policy h2{
      text-align: center ;
      margin: 70px 0 50px 0;
      font-size: 20px;
  }
  }

  .policy p{
    width: 100%;
      text-align: center ;
      font-size: 16px;
  }


.l-header__logo{
  text-align: center;

}



.l-header__logo p{

    font-size:20px;
}

.diologo{
font-family: "serif";
display: flex ;
}

.diologo-img img{
    width: 80px;
    margin-right: 20px;
}

.diologo-font h1{
    font-size: 28px;
    letter-spacing: 5px;
    margin-top: 2px;
}

.diologo-font h2{
    height: 20px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: gioviale, sans-serif;
}

.diologo-font h3{
        height: 20px;
        font-size: 24px;
    letter-spacing: 1px;
    font-family: gioviale, sans-serif;
}

@media screen and (max-width: 1300px) {
  .l-header__logo{
margin-top: 0px;
}
  
  .diologo-img img{
  width: 60px;
  margin-right: 20px;
}

.diologo-font h1{
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 5px;
}

.diologo-font h2{
  margin-top: 2px;
  height: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: gioviale, sans-serif;
}

.diologo-font h3{
      height: 12px;
      font-size: 14px;
  letter-spacing: 1px;
  font-family: gioviale, sans-serif;
}
}


@media screen and (max-width: 763px) {
    .l-header__logo{
  margin-top: 0px;
}
    
    .diologo-img img{
    width: 50px;
    margin-right: 20px;
}

.diologo-font h1{
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 0px;
}

.diologo-font h2{
    margin-top: 2px;
    height: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: gioviale, sans-serif;
}

.diologo-font h3{
        height: 12px;
        font-size: 14px;
    letter-spacing: 1px;
    font-family: gioviale, sans-serif;
}
}

@media screen and (max-width: 860px){
  .design h2 {
  width: 100%;
  text-align: center;
  text-shadow:none;
  color: #fff;
  margin-bottom: 50px;
  }
      
      .design h2 {
   font-family: "serif";
  width: 100%;
  font-size: 40px;
  text-align: center;
  text-shadow:none;
  color: #fff;
  margin-bottom: 50px;
  }
      
  .square {
    color: #f965bc;
    }
        
        .design01 h2{
        color: #D29CFA;
        }
        
            .design02 h2{
        color: #94C6F8;
        }
        
            .design03 h2{
        color: #F58484;
        }
    
    }


@media screen and (max-width: 758px) {
  .footer{
    display: none;
}
.footer-sp{
  margin-top:100px; 
  width: 100%;
  height: 450px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: "serif";
  font-weight: bold;
}
   
.footer-sp a{
    color: #fff;
    }
.footer-sp li{
    text-align: center ;
    list-style:none;
    font-size: 17px;  
    margin: 20px 0;
    }
    
.footer-sp2 h1{
    font-size: 19px;
    font-weight: bold;
    margin: 50px 0px 30px 0px;
    }
    
.footer-sp2 li{
    font-size: 15px;
    font-weight: bold;
    margin-bottom:50px; 
    }
}

.sub3img3{
margin-top: 20vw;
}

.sub3-font3{
margin-top: 60vw;
}

スタイル属性 {
}
@media screen and (max-width: 760px){
.sub3img3 {
    margin-top: 100px;
    margin-left: 0px;
    }
    
    .sub3-font3{
    margin-top: 80px
    }
}

.footer-sp-mg{
  margin: 0;
  }

  @media screen and (max-width: 760px){
.sub3-font {
opacity: 0.6;
}
}

.__footer{
  margin-top: 100px;
}

@media screen and (max-width: 880px){
.sm-font h1 {
    padding-top: 40px;
    }
}

