@charset "UTF-8";

@media  (min-width: 1080px) {
header{
  width: 100%;
    height: 25px;
    padding:20px;
    background:lightskyblue;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 5px dashed #000;
    z-index:999;
    margin-left: -2%;
  }

  ul {
    list-style: none;
    display: flex;
    font-size:20px;
    margin-top: -0.5%;
  }

  
  ul li a {
    padding:10px 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
     font-family:"Noto Sans JP", sans-serif;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }



.body{
  text-align: center;
  font-family:"Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0 auto;
  background-repeat: repeat;
  background-size: 100% auto;

}
.bg{
    max-width: 100%;
    background-image: url(recruit.img/bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    text-align: center;
  }

.logo{
  text-align: center;
  margin-top:4%;
}

.logo img{
  width:50%;
}

.square{
  text-align: center;
  margin-top: 2%;
}
.video{
  width:70%;
  margin-left: 15%;
 }
.title{
    text-align: center;
}
.kochira{
    padding: 10px 19px;
    margin: 10px 650px;
    color: black;
    background: #6495ED;
    border-top: solid 5px #010066;
    border-bottom: solid 5px #010066;
    text-align: center;
    margin-top: 5%;
}
.kochira p {
    margin: 0; 
    padding: 0;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color:red;
    font-weight: bold; 

}
.title1{
    text-align: center;
    margin-top: 4%;
}


.info{
    width: 20%;
}
.text{
    margin-top: 2%;
    text-align: center;
    font-family:"Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bolder;
    
}
.day{
  font-size: 25px;
  text-align: center;
  font-weight: bolder;
  font-family:"Noto Sans JP", sans-serif;
  margin-top: 3%;
}
.day1{
  margin-top: 3%;
  margin-left: 3%;
}
.day2{
  margin-left: 20%;
  margin-top: 5%;
}
.day3{
  margin-left: 15%;
  margin-top: 3%;
}
.day4{
  margin-left: 14%;
  margin-top: 5%;
}
.square1{
    text-align: left;
    margin-left: 22%;
    margin-top: -5%;
}

.square3{
    text-align: right;
    margin-right: 20%;
    margin-top:-7%;
}
.square4{
    text-align: left;
    margin-left: 22%;
    margin-top: -2%;
}
.square2{
    text-align: right;
    margin-right: 20%;
   
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 8px #000;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
.box5 p {
    margin: 0; 
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
     font-family:"Noto Sans JP", sans-serif;
}
.hyou{
  margin-left: 30%;
  border: double 8px;
  margin-right: 30%;
  margin-top: 3%;
}

    .table{

        width: 100%;
        border-collapse: collapse;
    
      }
      
      table tr{
        border-bottom: solid 2px white;
        
      }
      
      table tr:last-child{
        border-bottom: none;
       
      }
      
      table th{
        position: relative;
        text-align: left;
        width: 40%;
        background-color: lightskyblue;
        color:  #000;
        text-align: center;
        padding: 15px;
         font-family:"Noto Sans JP", sans-serif;
        
      
      }
      
      table th:after{
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top:calc(50% - 10px);
        right:-10px;
        border-left: 10px solid lightskyblue;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
       
      }
      
      table td{
        text-align: left;
        width: 40%;
        text-align: center;
        background-color: #FFFEF9;
        padding: 15px ;
        font-weight: bolder;
         font-family:"Noto Sans JP", sans-serif;
      }
      .red{
        color: red;
      }
    }

@media  (min-width: 768px) and (max-width: 1000px) {
  header{
  width: 100%;
    height: 25px;
    padding:20px;
    background:lightskyblue;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 5px dashed #000;
    z-index:999;
    margin-left: -2%;
  }

  ul {
    list-style: none;
    display: flex;
    font-size:20px;
    margin-top: -0.5%;
  }

  
  ul li a {
    padding:10px 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
     font-family:"Noto Sans JP", sans-serif;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }



.body{
  text-align: center;
  font-family:"Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0 auto;
  background-repeat: repeat;
  background-size: 100% auto;

}
.bg{
    max-width: 100%;
    background-image: url(recruit.img/bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    text-align: center;
  }

.logo{
  text-align: center;
  margin-top:4%;
}

.logo img{
  width:50%;
}
.video{
  width:70%;
  margin-left: 15%;
 }
.square{
  text-align: center;
  margin-top: 2%;
}

.title{
    text-align: center;
}
.kochira{
    padding: 10px 19px;
    margin: 10px 292px;
    color: black;
    background: #6495ED;
    border-top: solid 5px #010066;
    border-bottom: solid 5px #010066;
    text-align: center;
    margin-top: 5%;
}
.kochira p {
    margin: 0; 
    padding: 0;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color:red;
    font-weight: bold; 

}
.title1{
    text-align: center;
    margin-top: 4%;
}
.info{
    width: 20%;
}

.day{
  font-size: 20px;
  text-align: center;
  font-weight: bolder;
  font-family:"Noto Sans JP", sans-serif;
  margin-top: 3%;
}
.day1{
  margin-top: 3%;
  margin-left: -10%;
  margin-right: 5%;
}
.day2{
  margin-left: 11%;
  margin-top: 3%;
  margin-right: 10%;
}
.day3{
  margin-top: 3%;
  margin-left: 6%;
  margin-right: 4%;
}
.day4{
  margin-left: 9%;
  margin-top: 3%;
  margin-right: 18%;
}

.artist{
  width:100%;
}

.artist1{
  width:120%;
}


.square1{
    text-align: left;
    margin-left: 12%;
    margin-top: -6%;
    
}
audio{
  width: 30%;
}
.square3{
    text-align: right ;
    margin-right: 15%;
    margin-top:-7%;
}
.square4{
    text-align: left;
    margin-left: 12%;
    margin-top: -2%;
    
}
.square2{
    text-align: right ;
    margin-right: 15%;
}
.text{
    margin-top: 2%;
    text-align: center;
    font-family:"Noto Sans JP", sans-serif;
    font-size: 15.5px;
    font-weight: bolder;
    margin-left: 3%;
    margin-right: 3%;
}
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 8px #000;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
.box5 p {
    margin: 0; 
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
     font-family:"Noto Sans JP", sans-serif;
}
.hyou{
  margin-left: 15%;
  border: double 8px;
  margin-right: 15%;
  margin-top: 3%;
}

    .table{

        width: 100%;
        border-collapse: collapse;
    
      }
      
      table tr{
        border-bottom: solid 2px white;
        
      }
      
      table tr:last-child{
        border-bottom: none;
       
      }
      
      table th{
        position: relative;
        text-align: left;
        width: 50%;
        background-color: lightskyblue;
        color:  #000;
        text-align: center;
        padding: 15px;
         font-family:"Noto Sans JP", sans-serif;
        
      
      }
      
      table th:after{
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top:calc(50% - 10px);
        right:-10px;
        border-left: 10px solid lightskyblue;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
       
      }
      
      table td{
        text-align: left;
        width: 40%;
        text-align: center;
        background-color: #FFFEF9;
        padding: 15px ;
        font-weight: bolder;
         font-family:"Noto Sans JP", sans-serif;
      }
       .red{
        color: red;
      }
}

@media (min-width:1px) and (max-width:767px){
   header{
    width: 100%;
    height: 30px;
    padding:5px;
    background:lightskyblue;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 3px dashed #000;
    z-index:999;
    margin-left: -2%;
  }

  ul {
    list-style: none;
    display: flex;
    font-size: 11px;
    margin-left: -8%;
  }

  
  ul li a {
    padding:8px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family:"Noto Sans JP", sans-serif;

  }
  
  ul li a:hover {
    text-decoration: underline;
  }



.body{
  text-align: center;
  font-family:"Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0 auto;
  background-repeat: repeat;
  background-size: 100% auto;

}
.logo{
  text-align: center;
  margin-top:9%;
}
.logo img{
  width:60%;
}

.square{
  text-align: center;
  margin-top: 5%;
}
.video{
        width: 85%;
        margin-left: 7.5%;
 }


.title{
    text-align: center;
}
.info{
    width: 30%;
}


.kochira{
    padding: 3px 5px;
    margin: 10px 125px;
    color: black;
    background: #6495ED;
    border-top: solid 3px #010066;
    border-bottom: solid 3px #010066;
    text-align: center;
    margin-top: 5%;
}
.kochira p {
    margin: 0; 
    padding: 0;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color:red;
    font-weight: bold; 
    font-size: 10px;

}
.title1{
    text-align: center;
    margin-top: 4%;
}


.day{
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  font-family:"Noto Sans JP", sans-serif;
  margin-top: 3%;
}
.day1{
  margin-top: 3%;
  margin-left: -10%;
  margin-right: 6%;
}
.day2{
  margin-left: 8%;
  margin-top: 3%;
  margin-right: 7%;
}
.day3{
  margin-top: 3%;
  margin-left: 4%;
  margin-right: 3%;
}
.day4{
  margin-left: 4%;
  margin-top: 3%;
  margin-right: 16%;
}

.artist{
  width:100%;
}

.artist1{
  width:120%;
}


.square1{
    text-align: left;
    margin-left: 13%;
    margin-top: 3%;
        margin-right: -5%;
    
}
audio{
  width: 75%;
  height:30px;
}
.square3{
 
        text-align: left;
    margin-left: 13%;
    margin-top: 3%;
        margin-right: -5%;
}
.square4{
          text-align: left;
    margin-left: 13%;
    margin-top: 3%;
        margin-right: -5%;  
    }
    
}
.square2{
   
  text-align: left;
    margin-left: 13%;
    margin-top: 3%;
        margin-right: -5%;
}
.text{
    margin-top: 2%;
    text-align: center;
    font-family:"Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: bolder;
    margin-left: 3%;
    margin-right: 3%;
}
.box5 {
    padding: 0.5em 1em;
    margin: 1em 0;
    border: double 8px #000;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
     
}
.box5 p {
    margin: 0; 
    padding: 0;
    text-align: left;
    font-size: 11px;
    font-weight: bolder;
     font-family:"Noto Sans JP", sans-serif;
}
.hyou{
  margin-left: 5%;
  border: double 8px;
  margin-right: 5%;
  margin-top: 3%;
}

    .table{

        width: 100%;
        border-collapse: collapse;
    
      }
      
      table tr{
        border-bottom: solid 2px white;
        
      }
      
      table tr:last-child{
        border-bottom: none;
       
      }
      
      table th{
        position: relative;
        text-align: left;
        width: 50%;
        background-color: lightskyblue;
        color:  #000;
        text-align: center;
        padding: 15px;
        font-size: 11px;
         font-family:"Noto Sans JP", sans-serif;
        
      
      }
      
      table th:after{
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top:calc(50% - 10px);
        right:-10px;
        border-left: 10px solid lightskyblue;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
       
      }
      
      table td{
        text-align: left;
        width: 45%;
        text-align: center;
        background-color: #FFFEF9;
        padding: 15px ;
        font-weight: bolder;
        font-size: 11px;
         font-family:"Noto Sans JP", sans-serif;
      }
       .red{
        color: red;
      }
    