@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
body {
    font-family: 源ノ角ゴシック JP;
  position: relative;
    line-height: 1.5;
}

body .wrapper {
  width: 100%;
position: relative;
    z-index:2;
    top: 0;
  overflow: hidden;
}
body .wrapper .menu {
  position: fixed;
    z-index: 1;
  top: 50px;
  right: 20px;
  width: 40px;
  height: 6px;
  background: #fff;
  cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
}
@media screen and (min-width:600px){
   .menu {
        display: none;
    }
    
}
body .wrapper span:before,
body .wrapper span:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  height: 6px;
  width: 40px;
  background: #fff;
     border: 1px solid #000;
    box-sizing: border-box;
}
body .wrapper span:before {
  top: -13px;
}
body .wrapper span:after {
  bottom: -13px;
}
body .wrapper .overlay {
  position: fixed;
  bottom: -99%;
  height: 100%;
  background: #30c4c9;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
@media screen and (min-width:600px){
    body .wrapper .overlay{
        height:100px;
         position: fixed;
        bottom: 99%;
        top: 0;
        background-color: #3251EE;
    }
}
body .wrapper .overlay.anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out forwards;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay.anim.reverse-anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out reverse;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay ul {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  padding-left: 0;
  margin-left: -10px;
  font-size: 2em;
  font-weight: 800;
}
.submenu{
    display: none;
}

@media screen and (min-width:600px){
 body .wrapper .overlay ul{
        display: flex;
        max-width: 1110px;
     height: 100%;
     margin: 0 auto;
        justify-content:flex-end;
        align-items: center;
     
    }
    body .wrapper .overlay ul li{
        width: 112px;
        padding-right: 10px;
    }
    body .wrapper .overlay ul li a{
        font-size: 20px;
    }
   .submenu{
        display: block;
       font-size: 12px;
       margin-left: 10px;
    }
    body .wrapper .overlay ul li a:hover{
        background-color: #30c4c9;
    }
   
}
@media screen and (min-width:1025px){
     body .wrapper .overlay{
        position: fixed;
        bottom: 99%;
        top: 0;
        height: 110px;
        background-color: #3251EE;
    }
    body .wrapper .overlay ul li:hover{
        background-color: #30c4c9;
    }
    body .wrapper .overlay ul li a{
        font-size: 25px;
    }
      body .wrapper .overlay ul li{
          padding-left: 20px;
        padding-right: 20px;
    }
}
body .wrapper .overlay ul li a {
  text-decoration: none;
  color: white;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  overflow: hidden;
}
body .wrapper .overlay ul li a:after {
  display: block;
  border-radius: 2px;
  content: '';
  left: 0;
  bottom: -10px;
  height: 5px;
  background: #fff;
  transform: translateX(-101%);
}
body .wrapper .overlay ul li a:hover {
  text-decoration: none;
}
body .wrapper .overlay ul li a:hover:after {
  animation: border-anim 0.5s 1 ease normal;
  transform: translateX(0);
}
@-webkit-keyframes border-anim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-anim {
  0% {
    left: 0;
    bottom: -99%;
    width: 100%;
  }
  33% {
    left: -99%;
    bottom: -99%;
    width: 100%;
  }
  66% {
    left: -99%;
    bottom: 0;
    width: 100%;
  }
  100% {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

header img{
    width:70px;
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 24px;
    }
@media screen and (min-width:600px){
    header img{
        width: 100px;
        height: 100px;
        z-index: 3;
        top: 10px;
    }
    body .wrapper .overlay ul{
        position: relative;
    }
}
    @media screen and (min-width:1025px){
        
       header img{
        width: 140px;
        height: 140px;
    }
}
.hero{
    width: 100%;
    height: auto; 
    vertical-align: middle;
}
.hero-pc{
    display: none;
}
@media screen and (min-width:600px){
    .hero{
        display: none;
    }
    .hero-pc{
        display: block;
        width: 100%;
        height: auto;
        vertical-align: middle;
    }
}
.bgcontainer{
     background-image: url("../img/background-img-sp.jpg") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width:600px){
    .bgcontainer{
        background-image:url("../img/background-img.jpg");
        background-repeat: no-repeat;
        
        background-size: cover;
    }
}
.lead{
    
    margin:0 auto;
    width: 90%;
    height: auto;
  }
.lead h1{
    letter-spacing: -2px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 31px;
    color: #27BDDC;
}
.lead p{
    text-align: center;
}
.about{
    font-size: 16px;
     color: #707070;
}
.position{
    position: relative;
    width: auto;
    z-index: auto;
}
.heading{
    position: absolute;
    transform: rotate(-15deg);
    font-family: Ink Free;
    font-size: 40px;
    color: #000;
}
.about{
      padding-top: 20px;
    padding-bottom: 20px;
}
.leadimg{
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.contents{
    z-index: auto;
    position: relative;
}
.relative{
    max-width: 1110px;
    position: relative;
    margin: 0 auto;
}
.h{
    position: absolute;
    top: 40px;
    left: 15%;
    transform: rotate(-15deg);
    font-family: Ink Free;
    font-size: 40px;
    color: #000;
    z-index: 1;
}
@media screen and (min-width:600px){
    .leadimg{
        max-width: 1110px;
        height: 500px;
    }
    .lead h1{
        padding-top: 140px;
        padding-bottom: 124px;
    }
    .about{
        max-width: 610px;
        margin: 0 auto;
      text-align: center;
    padding-bottom: 20px;
}
    .h{
        font-size: 50px;
    }
}

.margin{
    margin-bottom: 1em; 
   
}
.textarea p{
     color: #707070;
}
.contents{
    background-image: url("../img/background-img.gif");
padding-bottom: 40px;
}


.contents img{
    position: relative;
}
@media screen and (min-width:1025px){
    .contens img{
        position: relative;
    }
}
.contents section{
    width: 64%;
    margin: 0 auto 40px auto;
    padding-top: 40px;
}
@media screen and (min-width:1025px){
    .contents{
        position: relative;
    }
    .h{
    position: absolute;
    top: 70px;
    left: 0%;
    transform: rotate(-15deg);
    font-family: Ink Free;
    font-size: 40px;
    color: #000;
    z-index: 1;
}
    .contents section{
        width: 100%;
      padding-top: 100px;  
    }

    .flexbox{
        max-width: 1110px;
        height: auto;
        display: flex;
        justify-content: center;
        
        margin: 0 auto;
    }
    
    .flexitem3{
         width: 100%;
        height: 380px;
       background-color: rgba(255,255,255,0.50);
        margin-left: 30px;
    }
}
.contentsH{
    display: block;
    width: 100%;
    height: auto;
    
}
.pcimg{
    display: none;
}
@media screen and (min-width:1025px){
   

    .contentsH{
        display: none;
    }
    .pcimg{
        display: block;
        width: 100%;
        height: auto;
    }
    
}
.flexitem3{
       background-color: rgba(255,255,255,0.50);
    }
@media screen and (min-width:600px){
.contents section:last-child{
    margin: 0 auto;
}
.ctscontainer{
    background-color: transparent;
    
    font-size: 16px;
    color: #707070;
}
}

.ctscontainer h2{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #707070;
    padding-top: 24px;
    margin-bottom: 20px;
}
@media screen and (min-width: 1025px){
  .ctscontainer h2{
       font-size: 40px;
        padding-top: 40px;
        margin-bottom: 24px;
    }
    .ctscontainer .font{
        font-size: 30px;
    }
}
.textarea{
    margin-right: 10px;
    margin-left: 10px;
}
.plan{
    width: 100%;
     background-color: #362D4B;
}

.plan p{
    margin-top:24px ;
   height: 30px;
    text-align: center;
    
}
.plan a{
    width: 100%;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.plan a:hover{
    cursor: pointer;
    background-color: #30c4c9;
}
@media screen and (min-width: 1025px){
    .plan{
        height: 40px;
    }
    .plan a{
        line-height: 40px;
    }
}
aside{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:antiquewhite;
}
.flexitem{
    width:100%;
    padding: 10px;
}
.flexitem a{
text-decoration: none;  
    color: #707070;
    display: block;
}
.flexitem a:hover{
    background-color: rgba(158,231,240,0.5);
}
.flexitem li{
    font-size: 12px;
    list-style-type: none;
    border-bottom: 1px solid rgba(187,116,0,1.00);
    margin-bottom: 10px;
}
.flexitem li:hover{
    font-size: 16px;
    
}
.flexitem li span{
    margin: 10px 0;
    border-bottom: dotted 2px #707070;
}
.flexitem2{
    padding: 10px;
    width: 100%;
}
video{
    width:100%;
}
@media screen and (min-width:600px){
    .flexitem li{
    font-size: 16px;
}
    .flexitem li:hover{
    font-size: 20px;
    
}
    aside{
        padding-left: 100px;
        padding-right: 100px;
    }
    
}
footer{
    width: 100%;
    height: 90px;
    background: url("../img/footerImg.jpg") no-repeat center center;
    background-size: cover;
   
    position: relative; 
}
footer p{
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: 12px;
    font-weight: normal;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
@media screen and (min-width:600px){
    footer{
        height: 200px;
    background: url("../img/footerimg-pc.jpg") no-repeat 80%;
       
    }
}
@media screen and (min-width:1025px){
    footer{
        width: 100%;
        height: 200px;
    background: url("../img/footerimg-pc.jpg") no-repeat 100% 100%;
    }
}
@media screen and (min-width:1920px){
    footer{
         height: 200px;
    background: url("../img/footerimg-pc.jpg") no-repeat center center;
        background-size: cover;
}
}
.btn-liquid {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 60px;

  border-radius: 27px;

  color: #fff;
  font: 700 14px/60px "Droid Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-liquid .inner {
  position: relative;

  z-index: 2;
}

.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;

  z-index: 1;
}
.pagetop{
    position: fixed;
    bottom: 50px;
    right: 40px;
}
#breadcrumb {
    width: 100%;
  padding: 10px 0 0 10px;
    background-color: #3251EE;
    line-height: 1.5;
    
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.87em;
    color: #fff;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: #fff;
  content: ">";
  font-size: 14px;
}
#breadcrumb li a {
  text-decoration: none;
    color: #fff;
}

#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
} 