@charset "utf-8";
@media screen and (max-width:767px){
*{
    box-sizing: border-box;
}
.pc{
    display: none;
}
.noto-serif-jp-uniquifier {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.noto-sans-jp-uniquifier {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
#header{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#logo{
    width:100%;
    height: auto;
    margin-top: 12px;
}
#nav-toggle{
    width: 50px;
    height: 50px;
    cursor:pointer;
    float: right;
    margin-top: -59px;
    position: relative;
    z-index: 1000;
}
#nav-toggle span{
    display: block;
    width: 35px;
    height: 3px;
    background-color: #1C2A39;
    left: 7.5px;
    position: absolute;
    transition: 0.5s;
}
#nav-toggle span:nth-child(1){
    top:10px;
}
#nav-toggle span:nth-child(2){
    top:20px;
}
#nav-toggle span:nth-child(3){
    top:30px;
}
.open #nav-toggle span:nth-child(1){
    transform: rotate(45deg);
    top:20px;
}
.open #nav-toggle span:nth-child(3){
    transform: rotate(-45deg);
    top:20px;
}
.open #nav-toggle span:nth-child(2){
    opacity: 0;
}
#gNavi{
    width: 100%;
    height: 100vh;
    background-color: antiquewhite;
    position: fixed;
    top: 70px;
    left: 0;
    transform: translateX(-180vh);
    transition: 0.5s;
    z-index: 1000;
}
.open #gNavi{
    transform: translateX(0);
}
#gNavi ul{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 7px;
}
#gNavi ul li{
    margin-bottom: 10px;
    color: #1C2A39;
    font-size: 18px;
}
#gNavi ul a:hover{
    color: #edc112;
    font-weight: 500;
    border-bottom: 1px solid #edc112;
}
main{
    margin-top: 10px;
}
#main-copy{
    font-size: 20px;
    color: #F5F5F5;
    position: absolute;
    top: 88px;
    left: 20px;
}
section{
    margin-top: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
h2{
    font-size: 19px;
    text-align: center;
    color:#1C2A39 ;
    margin-top: 50px;
}
.section1Photo{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
h3{
    color: #333333;
    font-size: 14px;
}
.ColumnInner{
    text-align: center;
}
.ColumnInner a{
    background-color: #154E8A;
    width: 112px;
    height: 35px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.ColumnInner span{
    font-size: 14px;
    line-height: 1.7;
    display: block;
    margin-top: 5px;
}
.section2Photo{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
#section3{
    width: 82%;
}
.date{
    font-size: 14px;
    color: #888888;
}
#newsList li{
    padding-top: 24px;
    font-size: 14px;
}
.title{
    margin-left: 3px;
    color: #333333;
}
#more{
    color: #1C2A39;
    text-align: right;
    display: block;
    margin-top: 15px;
}
#section4{
    width: 82%;
}
#section4 span{
    margin-top: 25px;
    display: block;
    text-align: center;
}
#section4Photo img{
    width: 320px;
    height: 180px;
    margin-top: 20px;
}
.cta{
    background-color: #F7F7F7;
    width: 100%;
    height: 345px;
}
.cta h2{
    padding-top: 50px;
}
.cta p{
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
}
.cta a{
    background-color: #154E8A;
    color: #fff;
    height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    display: grid;
    place-items: center;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
}
.cta a:hover{
    color: #888888;
}
footer{
    background-color: #1C2A39;
    color: #fff;
    height: 270px;
}
#footerInner span{
    display: block;
}
#footerInner{
    padding-top: 1px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
#footerInner p{
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
}
#footerlogo-sub{
    margin-top: 10px;
}
#footer-bottom{
    margin-top: 20px;
}
#footerRight{
    margin-top: 20px;   
}
#footerRight span{
    display: block;
    font-size: 12px;
}
}

