/* pc　768px以上 */
@media only screen and (min-width: 699px), print {
    img{
      width: 100%;
      height: auto;
    }
    body:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100%;
      background:url(img/38.-Sky-Blue_1.jpg) no-repeat 0 0 / cover;
      background-size: cover;
      background-position: center;  
    }
  }

  .curved {
    position: relative;
    background: none;
    height: 14vh;
    border-bottom-left-radius: 50% 4%;
    border-bottom-right-radius: 50% 4%;
  }

  nav.globalMenuSp {
    z-index: 1;
    position: absolute;/*絶対配置*/
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center; 
  }
   
  .globalMenuSp li {
    list-style: none;
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-right: 40px;
    margin-left:10px ;
    place-items: center;
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
   
  .globalMenuSp li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px;
  }

  .header{
    width: 100%;
    text-align: center;
  }

.text1{
  margin: 30px;
  color: #fff;
}
.text2{
  margin: 30px;
  color: #fff;
}
.text3{
  margin: 30px;
  color: #fff;
}
.text4{
  margin: 30px;
  color: #fff;
}

  .video-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 100px;
  }

  .video-wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 100px;
  }
  .video-wrap3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 100px;
  }  
  .video-wrap4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 100px;
  }

  .box1{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }

  .box2{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }
  .box3{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }
  .box4{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }
  .box5{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }
  .box6{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin:auto;
  }

  .text{
    font-family: yu-gothic-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    margin: 10px;
  }

  .v1{
    width:450px;
    margin:auto;
    object-fit: cover;
  }

  .title{
    display: grid;
    place-items: center;
  }
  .title-text{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(25px, 1vw, 40px);
    letter-spacing: 0.3rem;
    color: #fff;
  }

  .line{
    padding: 0.3em;
    border-bottom: solid 3px #ffffff;
  }
  
  footer{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    width: 100%;
  
    bottom: 0; /*下に固定*/
    text-align: center;
  }
