@charset "UTF-8";
/* CSS Document */

.top-wrapper{
    max-width:1000px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
}
.flex-wrap{
  background-image: url(../img/top-title.png);
    background-repeat: no-repeat;
    background-size: 430px;
    width: 90%;
    background-position: 110% 0;
    margin: 0 14px 20px 14px;
}
.top img{
      max-width: 450px;
  width: 100%;
}
.date{
  text-align: left;
  max-width: 520px;
  padding-top: 48px;
}
.date img{
  max-width:516px;
  padding-top: 155px;
  width: 100%;
}
.section-top__logo{
  max-width: 870px;
}
.top{
  text-align: left;
  padding-top: 10px;
}
#nav-drawer{
  display: none;
}
.side-menu ul{
    list-style: none;
    text-align: left;
    display: none;
}
.side-menu ul li{
    position: relative;
    border-bottom: 1px solid #909090;

}
.side-menu ul li a{
    color:#fff;
    text-decoration:none ;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    height: 28px;
    line-height: 1.0rem;
    width: 100%;
    height: 100%;

}
.side-menu1 ul li a::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate( 
45deg);
  transform: rotate( 
45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  border-radius: 1px;
}

.side-menu1{
    width: 230px;
    position: relative;
}
.side-menu1 ul{
  margin-top: 14px;
    list-style: none;
    text-align: left;
}
.side-menu1 ul li{
    position: relative;

}

.side-menu1 ul li{
    background-color: #313640;
    border-bottom: 0.5px solid rgb(172, 172, 172);
}
.side-menu1 ul li:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
}
.side-menu1 ul li:last-child{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  border-bottom: none;
}
.side-menu1 ul li:hover{
  background-color: #00009A;
  color: #fff;
}

.side-menu1 ul li a{
  color: #fff;
    text-decoration:none ;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    height: 28px;
    line-height: 1.1rem;
    width: 100%;
    height: 100%;
    padding: 15px 8px
}
.wrap{
  margin-top: 20px;
  padding-left: 14px;
}

.languege {
  margin: 12px 0 29px 0;
  text-align: center;
}
.languege a{
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.ja{
  background-color: #00009A;
  padding: 10px 21px;
}
.ja:hover{
  background-color: #209EFF;
  opacity: 1;
}
.en{
  background-color: #00009A;
  padding: 11px 67px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 88%);
}
.en:hover{
  opacity: 1;
}
.pc-none{
  display: none;
}
.openbtn{
    display: none;
}
.content a:hover{
  opacity: 1;
  color: #209EFF;
}

.content h2{
  max-width: 100%;
  padding: 22px 13px;
  font-family: ten-mincho, serif;
    text-align: left;
    margin: 15px auto 0 auto;
    background: linear-gradient(
90deg, rgb(0, 20, 80), rgb(0, 53, 213),rgb(255, 255, 255));
    color: #fff;
    font-size: 1.7rem;}
.content {
  background-color: #fff;
}
.info{
  padding: 20px 23px ;
  height: 60vh;
}
.info h3{
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 42px;
  background-color: #f1f1f1;
  position: relative;
  box-shadow: 2px 2px rgb(200 200 200 / 50%);
}
.info h3:before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #00009A;
  position: absolute;
  top: 12px;
  left: 0;
}
.content p{
  padding:5px 0 30px 13px;
  line-height: 1.3rem;
}
@media(max-width:768px){
  .top{
    padding-top: 0;
  }
  .openbtn{
    display: block;
}
  .side-menu ul{
    display: block;
  }
  #nav-drawer{
    display: block;
  }
  .wrap{
    display: none;
  }
    .section-top{
        height:100%;
        background-size:40% cover;
    }
    .flex-wrap{
        margin: 0 auto;
        padding: 20px 14px 40px 14px;
        width: 100%;
      }
      
    .left{
      display: block;
      padding:30px 14px ;
   
    }
    .left p{
      border-left: none;
      margin: 0;
      padding: 10px 0 0 0;
    }
 
    .languege{
      position: relative;
      text-align: center;
    }
    .content p{
      padding-left: 4px;
    }




}
    @media(max-width:499px){
      .pc-none{
        display: block;
      }
      body{
        background-image: url(../img/sp-main.png);
        background-size:cover;
        background-position:19% -71px;
        background-repeat: no-repeat;
      }
      .flex-wrap{
        background-image: none;
      }

        .section-top{
        background-size: 271px,cover;
        background-position: 44vw bottom,center center;
    }
    .header-content-wrapper img{
        max-width: 300px;
        padding: 2px 0 0 0;
    } 
    .side-menu-sp img{
        padding: 0;
    }
    .top img{
      max-width: 403px;
      width: 100%;
    }
    .content h2{
      font-size: 1.1rem;
    }
    .top-wrapper{
      margin: 0 auto;
    }
    .footer{
      margin-top: 0;
    }
}
