@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}

body {
    font-optical-sizing: auto;
    font-family: "Josefin Sans", "Noto Sans JP" , sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    color: #44444F;
}

h1{
    font-optical-sizing: auto;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

h2{
    font-optical-sizing: auto;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 24px;
    color: #44444F;
}

h3{
    margin-top: 6px;
    font-optical-sizing: auto;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    color: #44444F;
}

li{
    list-style: none;
    font-optical-sizing: auto;
    font-family: "Josefin Sans", "Noto Sans JP" , sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 18px;
    color: #44444F;
}

a:link{text-decoration: none;color:#44444F;}
a:visited{text-decoration: none;color:#44444F;}
a:hover{text-decoration: none;color: #44444F; opacity: 80%; transition: 0.5s;}
a:active{text-decoration: none;color: #44444F;}

header{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header .logo{
    width: 20%;
    padding: 10px;
}

header .gnav{
    width: 80%;
}

header .gnav ul{
    display: flex;
    justify-content: flex-end;
}

header .gnav li{
    margin-right: 50px;
    padding-top: 28px;
}

footer{
    background-color: #ccc;
}

footer .copyright{
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

footer .copyright p{
    text-align: center;
}

.top main{
    max-width: 100%;
    background-image: url(../img/bg_5050.png);
    background-repeat: repeat-y;
    background-position: center;
}

.top section{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.top .left_box{
    width: 280px;
    background-color: #fff;
    padding: 40px;
}

.top .left_box ul{
    padding-top: 50px;
}

.top .left_box li{
    vertical-align: baseline;
    margin-bottom: 20px;
}

.top .left_box li img{
    padding-right: 5px;
}

.top .right_box{
    width: calc(100% - 280px);
    padding: 25px 25px 80px 25px;
    background-color: #0D3156;
}

.top .img_gallery{
    display: flex;
    padding: 20px 0 20px 20px;
}

/* .top .img_gallery img{
    margin-right: 10px;
} */

.top .img_gallery p{
    color: #fff;
}

.article-list {
    display: grid;
    gap:25px;
    grid-template-columns: repeat(2, 1fr);
}
   
.article-list .article-item {
    position: relative;
    z-index: 1;
}
   
.article-list .article-item a {
    display: block;
}
   
.article-list .article-item img {
    display: block;
    max-width: 100%;
    max-height: 28vw;
    object-fit:contain;
}
   
.article-list .article-item .text-wrap {
    padding: 1rem;
    margin-bottom: 30px;
    color: #fff;
}

.category main{
    max-width: 100%;
}

.category section{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.category .left_box{
    width: 280px;
    /* background-color: #fff; */
    padding: 40px;
}

.category .left_box ul{
    padding-top: 50px;
}

.category .left_box li{
    vertical-align: baseline;
    margin-bottom: 20px;
}

.category .left_box li img{
    margin-right: 5px;
}

.category .right_box{
    width: calc(100% - 280px);
    padding: 25px 0 50px 35px;
    /* background-color: #0D3156; */
}

.category .right_box .article-list .article-item .text-wrap {
    padding: 1rem;
    color: #44444f;
}

.pagination {
    display: block;
    margin: 4rem 0;
    text-align: center;
}
   
.pagination ul {
    font-size: 0;
}
   
.pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
}
   
.pagination ul li:last-child {
    margin-right: 0;
    border: 0;
}
   
.pagination ul li a,
.pagination ul li .current {
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
}
   
.pagination ul li a {
    text-decoration: none;
    color: #555;
}
   
.pagination ul li .current {
    color: #fff;
    background-color: #1d2d43;
}
   
.pagination ul li .prev,
.pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
}
   
.pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
}

.profile main{
    max-width: 100%;
}

.profile section{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.profile .left_box{
    width: 300px;
    padding: 40px;
    margin-right: 50px;
}

.profile .left_box ul{
    padding-top: 50px;
}

.profile .left_box li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.profile .left_box li img{
    margin-top: -3px;
    margin-right: 10px;
}

.profile .center_box{
    width: 600px;
    margin-right: 50px;
}

.profile .center_box .can{
    display: flex;
    align-items: center;
    padding: 20px;
}

.profile .center_box .can img{
    margin-right: 20px;
}

.profile .center_box h2{
    margin-top: 70px;
    font-size: 18px;
}

.profile .center_box .can h3{
    margin-bottom: 10px;
    font-family: "Noto Sans JP" , sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 18px;
}

.profile .right_box{
    width: 300px;
    padding: 50px;
}

.profile .right_box h2{
    margin-top: 20px;
    font-size: 18px;
}

.profile .right_box ul{
    padding: 20px;
}

.profile .right_box li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile .right_box li img{
    margin-right: 6px;
}

.profile .right_box hr{
    margin-bottom: 6px;
}

.identity main{
    max-width: 100%;
}

.identity section{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.identity .left_box{
    width: 300px;
    padding: 40px;
    margin-right: 50px;
}

.identity .left_box ul{
    padding-top: 50px;
}

.identity .left_box li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.identity .left_box li img{
    margin-top: -3px;
    margin-right: 10px;
}

.identity .right_box{
    width: 600px;
    padding-bottom: 80px;
    margin-right: 50px;
}

.identity .right_box .can{
    align-items: center;
    padding: 20px;
}

.identity .right_box .can img{
    margin-right: 20px;
}

.identity .right_box h2{
    margin-top: 70px;
    font-size: 18px;
}

.identity .right_box .can h3{
    margin-bottom: 10px;
    font-family: "Noto Sans JP" , sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 24px;
}

.management main{
    max-width: 100%;
}

.management section{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.management .left_box{
    width: 300px;
    padding: 40px;
    margin-right: 50px;
}

.management .left_box ul{
    padding-top: 50px;
}

.management .left_box li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.management .left_box li img{
    margin-top: -3px;
    margin-right: 10px;
}

.management .right_box{
    width: 600px;
    padding-bottom: 80px;
    margin-right: 50px;
}

.management .right_box .can{
    align-items: center;
    padding: 20px;
}

.management .right_box .can img{
    margin-right: 20px;
}

.management .right_box h2{
    margin-top: 70px;
    font-size: 18px;
}

.management .right_box .can h3{
    margin-bottom: 10px;
    font-family: "Noto Sans JP" , sans-serif;
    font-weight: 600;
    font-style: bold;
    font-size: 24px;
}

#content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 130px 80px 130px;
    text-align: center;
}

#content h1{
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
}

#content h3{
    margin-bottom: 15px;
    font-size: 20px;
}

#content img{
    margin-bottom: 80px;
}



