@charset "utf-8";
@media screen and (min-width:768px) {
.sp{
    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{
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index:5;
}
#logo{
    float:left;
    margin-top: 20px;
}
#gNavi{
    float:right;
    width: 70%;
    margin-top: 35px;
}
#gNavi ul{
    display: flex;
    justify-content: space-between;
}
#gNavi a{
    color:#1C2A39;
    font-size: 16px;
}
#gNavi a:hover{
    color: rgb(63, 32, 187);
}
#siryo-seikyu{
    font-weight: bold;
    background-color: #154E8A;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
    margin-top: -6px;
}
#siryo-seikyu a{
    color: #fff;
}
#siryo-seikyu a:hover{
    color:#888888;
}
#aaa {
    width:100%;
    height: 700px;
    margin-right:auto;
    margin-left:auto;
}
#main-copy{
    font-size: 46px;
    margin-top: 60px;
    margin-left: 80px;
    color: #F5F5F5;
    line-height: 35px;
    padding-bottom: 555px;
    position: absolute;
    top: 70px;
    left: -61px;
    text-shadow: 1px 1px 3px #154E8A;
}
#main-copy span{
    font-size:16px;
}
section{
    margin-top: 80px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
h2{
    font-size: 24px;
    text-align: center;
    color: #1C2A39;
}
.Column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.ColumnInner{
    display: flex; /* Flexboxを有効化 */
    flex-direction: column; /* 要素を縦並びに */
    align-items: flex-start; /* 要素を左寄せに */
    margin-top: 10px;
}
.ColumnInner a{
    background-color: #154E8A;
    display: block;
    width: 112px;
    height: 35px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    font-weight: bold;
}
.ColumnInner a:hover{
    color: #888888;
}
.Column-section2{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
h3{
    color: #333333;
    font-size: 20px;
}
.Column div{
    width: 374px;
    height: 116px;
    justify-content: center;
    display: flex;
    margin-top: 45px;
}
.section2 ul{
    margin-top: 10px;
}
.detail{
    margin-top: 10px;
    display: block;
}
.date{
    font-size: 14px;
    color: #888888;
}
#newsList{
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
}
#newsList li{
    padding-top: 24px;
}
.title{
    margin-left: 24px;
    color: #333333;
}
#more{
    color: #1C2A39;
    text-align: center;
    display: block;
    margin-top: 40px;
    width: 112px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
}
#more::after{
    content:url(../../images/Vector.png);
    margin-left: 12px;
}
#section4 span{
    margin-top: 80px;
    display: block;
    text-align: center;
}
#section4Photo{
    width: 1000px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    justify-content: space-between;
}
.cta{
    background-color: #F7F7F7;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta h2{
    padding-top: 50px;
}
.cta p{
    text-align: center;
    margin-top: 40px;
}
.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{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
}
#footerInner p{
    margin-top: 60px;
    font-size: 30px;
    color: #fff;
}
#footerlogo-sub{
    margin-top: 10px;
}
#footer-bottom{
    margin-top: 41px;
}
#footerRight{
    margin-top: 212px;   
}
#footerRight span{
    display: block;
}
}