@charset "UTF-8";

body{
  margin:0;
  font-family: sans-serif;
  background:rgb(243,242,236);
}

ul{
  padding:0;
  margin:0;
}  

li{
  list-style:none;
  letter-spacing: 1px;
}

body a{

}

body a:hover{

}

p{
  line-height:190%;
  letter-spacing: 1px;
}

img{
  vertical-align:top;
  width:100%;
}

#container{
  min-width: 800px;
    max-width: 100%;
    overflow: hidden;
}

#header{
  max-width:1200px;
  margin:0 auto;
  padding:25px;
  padding-bottom:10px;
}
.header-logo{
  width:340px;
}

.sec-mv{
  position:relative;
}

.sec-mv:before{
  content: "";
    width: 100%;
    height: 80%;
    background: url(image/koushi-back.jpg);
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    display: block;
    z-index: -999;
}

.sec-mv-in{
  max-width:1100px;
  margin:0 auto;
  position: relative;
}

.mv-back{
  position: absolute;
  bottom: 35px;
  left: -40vw;
  z-index: -1;
  width: 170vw;
  height: 350px;
}

.mv-bottom{
  width: 550px;
    margin: 40px auto;
    display: block;
}

.sec1{
  text-align:center;
}

.sec1 img{
  display:block;
  margin:0 auto;
  margin-top:35px;
}

.sec1-title{
  width:500px;
}

.sec1-list{
  width:750px;
  padding-left:15px;
}

.sec2-headline{
  background: rgb(38 77 135);
    padding: 80px 0 50px;
    margin-top:80px;
}

.sec2{
  background:rgb(77,143,244);
  padding-top:40px;
  padding-bottom:80px;
}

.sec2-in{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.sec2-top{
  width: 423px;
  display:block;
  margin: 0 auto 40px;
}

.sec2-title{
  max-width:500px;
  margin:0 auto 30px;
  display:block;
}

.sec2-content{
  width:1200px;
}

.sec3{
  margin-top: -50px;
  margin-bottom: -90px;
    position: relative;
    z-index: -1;
    background:#fff;
}

.sec3-in{
  max-width:800px;
  text-align:center;
  margin:0 auto;
}

.sec4{
  background: rgb(243,242,236);
}

.sec4-in{
  padding:80px 0 100px;
  text-align:center;
}

.sec4-title{
  max-width:500px;
  display:block;
  margin:0 auto;
}

.sec4-content{
  max-width:800px;
  margin:0 auto;
}

.sec5{
  padding: 66px 0;
    text-align: center;
    background: #fff;
}

.sec5-content{
  max-width:900px;
  margin:0 auto;
}

.curriculum-button{
  background: #666;
  padding: 6px 6px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: -17px;
  transition:0.4s;
  font-size:20px;
}
.curriculum-button span{
  border: 1px solid #fff;
  padding: 9px 30px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}

.curriculum-button:hover{
  background:#999;
}


.c-content{
  background:rgb(243,242,236);
  padding:80px 0;
}

.c-in{
  max-width:800px;
  margin:0 auto;

}

.sec6{
  padding:66px 0;
  background: rgb(77,143,244);
}

.sec6-in{
  max-width:1200px;
  text-align:center;
  margin:0 auto;
  position:relative;
}


.sec6-botton-link{
position: absolute;
    width: 320px;
    top: 79%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition:0.6s;
}

.sec6-botton-link:hover{
  opacity:0.7;
}

.sec6-tel-link{
width: 210px;
    top: 91%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}


.sec7{
  background:#fff;
  padding:90px 0;
}

.sec7-in{
  max-width:700px;
  margin:0 auto;
}

.sec7-in a{
  max-width:100%;
  display:block;
  margin:0;
 transition:0.7s;
 text-align:center;
 
}

.sec7-in a:hover{
  opacity:0.7;
}

.sec7-in .modal__content a:hover{
  opacity:1;
}

.sec7-button{
  max-width: 400px;
    margin: 30px 0 50px;
}


.sec8{
  padding:100px 0;
  background:#fff;
}
.sec8-in{
  max-width:1000px;
  margin:0 auto;
}

.sec8-content-top{
  padding-bottom:40px;
  border-bottom:1px solid #aaa;
}

.sec8-content-bottom{
  margin-top:40px;
}



.footer-in{
  padding: 80px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}

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

.footer-in ul{
  margin-top:15px;
  text-align:left;
}

.footer-in ul li{
margin-bottom: 10px;
}

.footer-in ul li span{
  display: inline-block;
    background: #4c7ea9;
    color: #fff;
    padding: 2px 8px 0;
    border-radius: 4px;
    margin-right:10px;
}


.footer-top{
  display:flex;
  align-items: center;
  margin-bottom:50px;
}
.footer-nav{
  width:50%;
  padding: 0 40px;
  text-align:center;
}

.footer-map{
  width:50%;
}


.copyright{
  text-align: center;
  font-size: 12px;
}

.sp-img{
  display:none;
}
.pc-img{
  display:block;
}



/*モバイル*/
@media screen and (max-width: 888px) {

  .sp-img{
    display:block;
  }
  .pc-img{
    display:none;
  }

  #header {
    padding:15px;
  }

  .header-logo img{
    width:50%;

  }

  .header-logo .sp-img{
  width: 35%;
  position: absolute;
  top: 2%;
  right: 10%;
  }


  #container{
    min-width:0;
  }

  .mv-bottom {
    width: 92%;
  }

  .sec1-title {
    width: 90%;
}

.sec1-list {
  width: 98%;
  padding-left: 0;
  margin-top: 15px!important;
  margin-left: 2%!important;
}

.sec2-headline {
  padding: 40px 0 50px;
  margin-top: 30px;
}

.sec2-top {
  width: 90%;
}

.sec2-title {
  max-width: 90%;
  margin: 0 auto;
}

.sec2-content{
  width:100%;
}

.sec3 {
  margin-top: 0;
  margin-bottom: 0;
}

.sec4-in {
  padding: 50px 0 40px;
}

.sec4-title {
  width: 90%;
}

.sec4-content {
  width: 90%;
  margin: 0 5%;
}

.sec5 {
  padding: 30px 15px;
}


.c-content {
  padding: 45px 15px;
}

.sec6 {
  padding: 68px 15px;
}

.sec6-botton-link {
  width: 50vw;
  top: 76%;
}

.sec7{
  padding: 40px 0;
}
.sec7-content-top{
  margin-bottom:30px;
}

.sec8 {
  padding: 40px 15px;
}






.footer-top {
  display: block;
}

.footer-nav {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.footer-map {
  width: 100%;
}








  

}




.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: none;
  left: 50%;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width:80%;
  width: 100%;
  max-height:80vh;
}
.modal__content img {
  max-height: 80vh;
    object-fit: contain;
    width: 100%;
}
.modal__content p {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  border-radius:10px;
}
.modal__content a {
  color: #000;
    text-align: right;
    text-decoration: none;
    height: 100%;
}
.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.js-modal-open{
  max-width:100%;
}

.js-modal-close{
  padding: 12px 15px 10px;
}

