@charset "UTF-8";
/* ******** */
/* 共通処理 */
/* ******** */
body{
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.5;
    color: #333;
    min-width: 320px;
    font-weight: 500;
    background-color: #fff;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.btnSection {
    max-width: 300px;
    margin: 0 auto;
  }
  a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #171C61;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 6% 0 12%;
    color: #171C61;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_02:hover {
    background: #171C61;
    color: #fff;
  }
  a.btn_02:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #171C61;
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: -7px;
  }
  a.btn_02:hover:before {
    border-color: transparent transparent transparent #fff;
  }
p{
    font-size: 18px;
}
.container_org{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}
main{
    flex: 1 1 80%;
}
aside{
    flex: 1 1 20%;
    min-width: 150px;
    margin: 40px 20px
}
a {
    text-decoration: none;
    color: #000000;
}
@media screen and (max-width: 768px){
    .container_org{
        display: block;
    }
    .grid{
        display: block;
    }
    .grid-item{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .grid-col-3 > .grid-item {
        width: 100%;
    }
}

/* ******** */
/* ヘッダー */
/* ******** */
.header{
    /* background-color: #171C61; */
    align-items: center;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-contents{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.navlist{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
    max-width: 1024px;
    white-space: nowrap;
}
.navitem{
	text-align: center;
	/* border-right: 1px solid #ddd; */
}
.navitem > a{
    display: block;
    padding: 10px 13px;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
	font-size: 15px;
}
nav.nav {
    margin: auto 0;
}
.navitem > a:hover{
    border-bottom: 2px solid #000000;
}
.nav a{
    text-decoration: none;
    color: #000000;
}
@media screen and (max-width: 768px){
    .header{
        padding: 15px 0 5px;
    }
    .header-contents{
        display: block;
        text-align: center;
        padding: 0;
    }
    .title_name{
        margin: 0 auto;
    }
    .title_name a {
        display: inline;
    }
    .navitem{
        width: 100%;
        border: none;
    }
    .navitem > a{
        padding: 2px;
    }
    .navitem:first-child {
        border: none;
    }
}

/* ******** */
/* コンテンツ1*/
/* ******** */
.swiper-pagination {
    display: none;
}
.news {
    width: 60%;
    margin: 0 auto;
}
.news li {
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted;
    margin-left: 30px;
}
.rinen{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.custom-text-news::after {
    content: "News";
    position: absolute;
    right: 0%;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 1;
    top: -30px;
    font-weight: bold;
}
.report {
    width: 90%;
    margin: 0 auto;
}
.custom-text-report::after {
    content: "Report";
    /* position: absolute; */
    /* right: 0;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 1;
    top: -75%;
    font-weight: bold; */
}
.wp-block-post {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.report .wp-block-post-title a {
    padding: 0 10px;
}
.wp-block-post-featured-image img {
    border: 0;
}
/* .custom-text-philosophy{
    position: relative;
}
.custom-text-philosophy::after {
    content: "Philosophy";
    position: absolute;
    left: 5%;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 99;
    top: 25%;
    font-weight: bold;
    transform: rotate(-25deg);
} */
.custom-text-salutations::after {
    content: "Salutations";
    position: absolute;
    right: 0;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 1;
    top: -75%;
    font-weight: bold;
}
.custom-text-officer::after {
    content: "Officer";
    position: absolute;
    right: 0;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 3;
    top: -75%;
    font-weight: bold;
    color: white;
}
.custom-text-joining::after {
    content: "Joining";
    position: absolute;
    right: 0;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    z-index: 3;
    top: -75%;
    font-weight: bold;
    color: white;
}
.custom-text-sponsors{
    position: relative;
}
.custom-text-sponsors::after {
    content: "Sponsors";
    position: absolute;
    right: 0;
    opacity: 0.1;
    font-size: 125px;
    letter-spacing: 10px;
    top: -95px;
    font-weight: bold;
    color: black;
}
.banner{
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .contents1 .has-text-align-center {
        margin: 0;
    }
    strong{
        font-size: 18px;
    }
    .contents1 .wp-block-image {
        width: 90%;
        margin: 20px auto;
    }
}
.footer{
    width: 90%;
    margin: 0 auto;
}