/* 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/29.-Pale-Cornflower-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%;
  }

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

  ul li{
    list-style: none;
}

/* ==================== */

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;
}
/* ==================== */

.news-wrap{
    display: grid;
    place-items: center;
}

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

.list{
    background-color:rgba(0, 85, 255, 0.25);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100vh;
    padding: 20px;
}



.date{
    font-family: balboa-plus-fill,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: clamp(18px, 1vw, 40px);
    letter-spacing: 0.1em;
}
.text{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic";
    font-weight: bold;
    font-style: normal;
    font-size: clamp(20px, 1vw, 40px);
}

.line{
  padding: 0.3em;
  border-bottom: solid 3px #ffffff;
}

.wrapper{
  min-height: 100vh;
  position: relative;/*←相対位置*/
}

footer{
  font-family: balboa-plus-fill,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 100%;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
  text-align: center;
}