*{
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック","游ゴシック体",'ヒラギノ角ゴシック','Hiragino Sans', 'Noto Sans Japanese',sans-serif;

}
header{
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color:#fff;
  z-index: 200;
}
footer .copyright {
  text-align: center;
  color: #fff;
	font-size: 12px;
}
.block{
  display: block;
}
.block1{
  display: none;
}
.none{
  display: none;
}
.none1{
  display: block;
}
.clr-blue{
  color: #489CB8;
}
.w-90{
  width: 90%;
  margin: 0 auto;
}
.header-pc-menu{
  float:right;
  margin-top: 30px;
}
.header-pc-menu a{
  margin-left: 45px;
  color: #222;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.header-pc-menu a:hover{
  color: #489CB8;
}
.header-logo{
  width: auto;
  height: auto;
  float: left;
}
.header-logo img{
  width: 180px;
  height: auto;
  margin-top: 15px;
  margin-left: 0px;
}
.header-menu{
  width: 36px;
  height: 60px;
  float: right;
  cursor: pointer;
}

.form-content2 a{
  color: #444;
  font-weight: bold;
  display: inline;
}
.click{
  display: none;
}
.click a{
  color: #444;
  font-weight: bold;
}
.click.active{
  position: fixed;
  background-color: #f3f9fa;
  z-index: 100;
  height: 100%;
  color: #000;
  list-style: none;
  padding-top: 20px;
  display: block;
  width: 100%;
  margin-top: 80px;
}
.click-content{
  width: 75%;
  margin: 20px auto;
}
.click-content a{
  float: left;
  font-size: 24px;
  clear: left;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
}
.click-content span{
  font-size: 12px;
  margin-left: 30px;
  font-weight: normal;
}
.click-button a{
  font-size: 12px;
  text-align: center;
  border: solid #489CB8 2px;
  float:none;
  border-radius: 55px;
  padding: 16px 20px;
  clear: both;
  display: block;
}
.click-button img{
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.header-menu-bar,
.header-menu-bar:after,
.header-menu-bar:before{
  position: absolute;
  top: 26px;
  background-color:rgba(0,0,0,0.8);
  width: 36px;
  height: 4px;
  display: block;
  border-radius: 4px;
}
.header-menu-bar:before{
  content: "";
  top: 26px;
}
.header-menu-bar:after{
  content: "";
  top:13px;
}
.active.header-menu-bar{
  background-color: rgba(0, 0, 0, 0);
}
.active.header-menu-bar:before{
  transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 0.8);
  top: 15px;
}
.active.header-menu-bar:after{
  transform: rotate(135deg);
  background-color: rgba(0, 0, 0, 0.8);
  top: 15px;
}
.contact-text p{
  width: 400px;
  margin: 0 auto;
  height: auto;
}
.large-font{
  font-size: 22px;
}
.contact-text h4{
  font-size: 20px;
}
.span1{
  color: #53AB82;
  padding-left: 15px;
}
.span2{
  padding-right: 15px;
}
.span3{
  color: rgba(0, 0, 0, 0.36);
  padding-left: 15px;
  padding-right: 15px;
}
form{
  width: 55%;
  margin: 0 auto;
}
.form-content1 p{
  width: 150px;
  height: auto;
  display: inline-block;
  margin-left: 12%;
  font-weight: bold;
}
.form-content2{
  border: #489CB8 solid 1.5px;
  width: 450px;
  height: 70px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 35px;
}
.form-content2 p{
  display: inline-block;
  margin: auto;
  margin-top: 10px;
}
.form-row{
  margin-top: 12px;
}
input,textarea{
  margin: 0 auto;
  border-radius: 5px;
  border: #489CB8 solid 1.5px;
  width: 270px;
}
input{
  height: 25px;
}
.form-content2 input{
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.form-content3 input{
  font-weight: bold;
  background-color: #489CB8;
  color: #fff;
  width: 200px;
  height: 50px;
  margin-top: 60px;
}
.form-content4 input{
  font-weight: bold;
  color:  #489CB8;
  width: 50px;
  height: auto;
  border: #fff solid 5px;
  background-color: #fff;
  border-bottom:  #489CB8 1.5px solid;
  margin-left: 20px;
 }
.form-content5{
  width: 600px;
  height: 280px;
  border-radius: 5px;
  border: #489CB8 solid 1.5px;
  margin: auto;
}
.form-content5 p{
  width: 600px;
  font-size: 16px;
}
.form-content5 h2{
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 22px;
}
.span4{
  text-align: left;
  margin-left: 50px;
}
.span5{
  color: #53AB82;
  padding-left: 10px;
}
main{
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  margin-top: 50px;
  overflow: hidden;
}

main h3{
  text-align: right;
  margin-right: 18%;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer{
  height: 170px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
footer p{
  font-size: 22px;
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer .footer-logo{
  width: 160px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 30px;
  width: 90%;
  margin: 0 auto;
}
.footer-logo img{
  width: 180px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
}
.privacy-button a{
  width: 200px;
  height: auto;
  display:block;
  margin: 0 auto;
}
.privacy-button p{
  font-size: 18px;
}
.wrap{
  display: flex;
  align-items: center;
　overflow: hidden;
  height: 350px;
  transform: rotate(-13deg);
}
.wrap2,.wrap3{
  margin: 300px 0 -350px 0;
  position: relative;
  margin-left: 200px;
}
.wrap1{
  height: 300px;
}
.aboutus-border1{
  display: flex;
  animation: nagareru  30s  linear infinite 1s both;
  z-index: 10;
}
.aboutus-border2{
  display: flex;
  animation: nagareru2  30s  linear infinite 1s both;
  z-index: 10;
}
.aboutus-border1 img,.aboutus-border2 img{
  margin-left: 100px;
}
@keyframes nagareru {
  0%{
    transform: translateX(0) ;
  }
  100%{
    transform: translateX(-100%) ;
  }
}
@keyframes nagareru2 {
  0%{
    transform: translateX(-100%) ;
  }
  100%{
    transform: translateX(0%) ;
  }
}

@media screen and (max-width: 1200px){
  .wrap2,.wrap3{
    margin: 300px 0 -300px 0;
    position: relative;
    margin-left: 200px;
  }
}
@media screen and (max-width: 992px){
  .wrap2,.wrap3{
    margin: 300px 0 -200px 0;
    position: relative;
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px){
  .wrap{
  height: 70%;
}
.aboutus-border1 img,.aboutus-border2 img{
  margin-left: 100px;
  height: 300px;
}
.wrap2,.wrap3{
  margin: 150px 0 -240px 0;
  position: relative;
  margin-left: 200px;
}
  .header-menu-bar,
  .header-menu-bar:after,
  .header-menu-bar:before{
    position: absolute;
    top: 25px;
  }
  .header-menu-bar:before{
    content: "";
    top: 26px;
  }
  .header-menu-bar:after{
    content: "";
    top:13px;
  }
  .header-menu{
    float: right;
  }
  .block{
    display: none;
  }
  .none{
    display: block;
  }
  header{
    height: 80px;
    width: 100%;
  }
  .header-logo{
    width: 200px;
    height: auto;
    float: left;
  }
  main h3{
    font-size: 23px;
    text-align: right;
    margin-right: 14%;
    padding-top: 100px;
  }
  .form-content5{
    width: 400px;
    height: 200px;
    border-radius: 5px;
    border: #489CB8 solid 1.5px;
    margin: auto;
  }
  .form-content5 p{
    width: 400px;
    font-size: 12px;
  }
  .form-content5 h2{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  form{
    width: 80%;
    margin: 0 auto;
  }
  .footer-svg{
    margin-bottom: 20px;
    margin-left: 5%;
    padding-left: 0px;
  }
  footer{
    height: 300px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}
@media screen and (max-width: 550px){
  .wrap2,.wrap3{
    margin: 190px 0 -200px 0;
    position: relative;
    margin-left: 100px;
  }
  .wrap{
    height: 70%;
  }
  .aboutus-border1 img,.aboutus-border2 img{
    margin-left: 100px;
    height: 250px;
  }
  .none1{
    display: none;
  }
  .block1{
    display: block;
  }
  main h3{
    font-size: 19px;
    text-align: right;
    margin-right: 12%;
    padding-top: 100px;
    display: none;
  }
  form{
    width: 85%;
    margin: 0 auto;
  }
  .contact-text{
    margin-top: 100px;
  }
  .contact-text p{
    font-size: 14px;
    width: 350px;
  }
  .contact-text .large-font{
    font-size: 20px;
  }
  .contact-text h4{
    font-size: 17px;
  }
  .confirm-form .small-font{
    font-size: 12px;
    display: block;
  }
  .confirm-form p{
    float: left;
    clear: left;
  }
  .contact-button{
    width: 60%;
    margin:  0 auto;
  }
  .form-content3 input{
    clear: left;
  }
  .form-content4 input{
    clear: left;
  }
  .span1{
    padding-left: 8px;
  }
  .span2{
    padding-right: 8px;
  }
  .span3{
    padding-left: 8px;
    padding-right: 8px;
  }
  .form-content1 p{
    font-size: 15px;
    width: 140px;
    height: auto;
    display: inline-block;
    margin-left: 15%;
    font-weight: bold;
  }
  .form-content2{
    width: 270px;
  }
  .form-content2 p{
    margin-top: 5px;
    font-size: 12px;
    margin-left:  0px;
  }
}
@media screen and (max-width: 450px){
  .wrap2,.wrap3{
    margin: 140px 0 -180px 0;
    position: relative;
    margin-left: 70px;
  }
  .wrap{
    height: 70%;
  }
  .aboutus-border1 img,.aboutus-border2 img{
    margin-left: 60px;
    height: 220px;
  }
  main{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  main h3{
    font-size: 17px;
    text-align: right;
    margin-right: 10%;
    padding-top: 100px;
  }
  form{
    width: 95%;
  }
  .form-content4 input{
    margin-left: 0px;
    margin-top: 15px;
   }
   .form-content5{
     width: 300px;
     height: 150px;
     border-radius: 5px;
     border: #489CB8 solid 1.5px;
     margin: auto;
   }
   .form-content5 p{
     width: 300px;
     font-size: 10px;
   }
   .form-content5 h2{
     margin-top: 30px;
     margin-bottom: 30px;
     font-size: 16px;
   }
   .contact-text p{
     font-size: 13px;
   }
}
