@charset "utf-8";
body {
    font-family: "Noto Sans JP", sans-serif !important;
}

.mRL {
    margin-right: auto;
    margin-left: auto;
}

.top25 .main-visual{
    height: 700px;
    position: relative;
    background-image: url("../images/25top/bg_main-visual.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;

}

/* .top25 .main-visual div:first-child{
    display: block;
    flex: 0 0 30%;
} */

/* .top25 .main-visual > div:last-child{
    display: block;
    width: 70%;
    height: 700px;
    flex: 0 0 70%;
    background-image: url("../images/25top/bg_main-visual.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */

.top25 .main-visual h1 {
    position: absolute;
    top: 210px;
    right: 50%;
}

.top25 .main-visual h1 img{
    width: clamp(420px, 50vw, 520px);
}

.top25 .main-visual > div:first-child {
    position: relative;
}


.top25 .main-visual > div:last-child {
    position: relative;
}

.main-visual-main {
    background-image: url(../images/25top/img_main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;;
    height: 510px;
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 40%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .top25 .main-visual-main {
        width: 310px;
        height: 430px;
        bottom: 20px;
        right: 30px;
    }
    .top25 .main-visual h1 img {
        width: 58vw;
        margin-left: 30px;
        margin-top: 110px;
    }
    .top25 .main-visual > div:last-child {
        width: 70%;
        height: 590px;
    }
}

.top25 .main-visual-sp {
    display: none;
    width: 100%;
    height: auto;
}

.top25 .main-visual-sp img {
    width: 100%;
    height: auto;
}

.achievements-container {
    height: 750px;
    margin-top: -50px;
    background: #fff;
    width: 100%;
    transform: skewY(-5deg) translateY(-60px);
}
.achievements {
    transform: skewY(5deg) translateY(60px);
    width: 100%;
    text-align: center;
    padding: 15px 0 30px 0;
}
.achievements p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    padding: 0 20px;
}

.achievements-btn {
    transform: skewY(5deg) translateY(60px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 10px;
    max-width: 960px;
    margin: 20px auto 0;
    padding: 0 20px;
}
.achievements-btn div {
  display: flex;
  justify-content: center;
}
.achievements-btn div img {
  width: 100%;
}
.achievements-btn .center {
  grid-column: 1 / -1;         /* 2カラムの範囲に置く */
  place-self: center;          /* 中央寄せ（左右中央） */
  justify-content: center;     /* 内部要素を中央に */
  width: auto;
  max-width: 452.5px;
}

@media (max-width: 767px) {
    .achievements-container {
        height: 880px;
        margin-top: 0px;
        }
    .achievements {
        padding: 0 0 20px 0;
        }
    .achievements p {
        font-size: 14px;
    }
    .achievements-btn {
        grid-template-columns: 1fr;
        column-gap: 0; /* 1カラムなので不要 */
        padding: 0 15px;
        max-width: 400px;
    }
    .achievements-btn .center {
    grid-column: span 1;
    }
}
.creed-nav-container {
    height: 400px;
    margin-top: -230px;
    background-image: url(../images/25top/bg-nav2-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
}

.creed-nav{
    padding: clamp(60px, 17vh, 130px);
    text-align: center;
    width: 100%;
    height: auto;
}

.creed-title {
    width: 100%;
    height: 180px;
    background-color: #043e8e;
    transform: skewY(-5deg) translateY(-60px);
}

.creed-title h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.creed-title h2 img {
    height: clamp(80px, 10vw, 130px);
    margin-top: 40px;
    transform: skewY(5deg);
    margin-top: 10px;

}

.creed-area {
    width: 100%;
    height: auto;
    position: relative;
}

.creed-area > section:nth-of-type(even){
    background-color: #D9F2FF;
}

.creed-area > section:nth-of-type(odd){
    background-color: #fff;
}

.creed-content{
    height: 400px;
    transform: skewY(-5deg) translateY(-60px);
    position: relative;
    overflow: hidden;
}

.creed-content > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.creed-content > .reverse{
    flex-direction: row-reverse;
}

.creed-content > div > div:nth-child(2){
    margin-left: 100px;
    margin-right: 30px;
    transform: skewY(5deg);
}

.creed-content > div.reverse > div:nth-child(2){
    margin-left: 30px;
    margin-right: 100px;
}

.creed-area .creed-content-img {
    width: auto;
    height: 100%;
}

.creed-area .creed-content-img img {
    width: auto;
    height: 100%;
    transform: skewY(5deg) scale(1.2);
}

.creed-content > div > div:nth-child(2) > div:nth-child(1){
    display: flex;
    align-items: center;
}

.creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 {
    font-size: 25px;
    margin: 15px 0;
}

.creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 > span {
    font-size: 20px;
}

.creed-content > div > div:nth-child(2) > div:nth-child(1) > img {
    width: 150px;
}

.creed-content .creed-text {
    max-width: 550px;
    margin: 0 20px;
}

.creed-content > div > div:nth-child(2) > div:nth-child(2) > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.creed-content.impartiality > div > div:first-child{
    bottom: -10px;
    left: 0;
}
.creed-content.belief > .reverse > div:first-child{
    left: 40%;
    bottom: 30px;
}
.creed-content.challenge > div > div:first-child{
    bottom: 16px;
    left: 0;
}
.creed-content.comprehension > .reverse > div:first-child{
    left: 40%;
    bottom: -13px;
}
.creed-content.accomplish > div > div:first-child{
    bottom: -10px;
    left: 0;
}

.more-button {
    width: 150px;
    position: relative;
    margin-top: 20px;
}

.more-button > a {
    display: block;
    padding: 10px;
    padding-left: 25px;
    background-color: #054ea1;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size:14px;
    text-align: center;
    transition: all .3s;
}

.more-button a::before, .more-button a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    margin: auto;
    vertical-align: middle; 
}

.more-button a::before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.more-button a::after {
    left: 16px;
    bottom: 19px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #054ea1;
    border-right: 3px solid #054ea1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: left .3s;
}

.more-button > a:hover {
    background-color: #00a0e9
}

.more-button > a:hover::after {
    left: 15px;
}

@media (max-width: 960px) {
    .top25 .main-visual-sp {
        display: block;
    }
    .top25 .main-visual {
        display: none !important;
    }
    .creed-title h2 {
        margin-top: -80px;
    }
    .top25 .main-visual h1 img {
        display: none;
    }
    .top25 .main-visual .main-visual-main  {
        background-image: none;
    }
    .top25 .main-visual > div:last-child {
        background-image: none;
    }
}

@media (max-width: 1040px) {
    .creed-title {
        height: 130px;
    }
    .creed-content {
        height: 250px;
    }
    .creed-content > div > div:nth-child(2) {
        margin-left: 50px;
        margin-right: 20px;
    }
    .creed-content > div.reverse > div:nth-child(2) {
        margin-left: 20px;
        margin-right: 50px;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 {
        font-size: 18px;
        margin: 5px 0;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 > span {
    font-size: 16px;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(2) > p {
        font-size: 13px;
        line-height: 1.5;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(1) > img {
        width: 90px;
    }
    .more-button {
        margin-top: 10px;
    }
}

.container-fluid.activity {
    padding: 150px 0 0 0 !important;
    background: rgb(234,234,235);
    background: linear-gradient(0deg, rgba(234,234,235,1) 0%, rgba(247,247,247,1) 70%, rgba(255,255,255,1) 100%);
    overflow: hidden;
}

.entit {
    text-align: center;
    margin-bottom: 60px;
}

.container-fluid > div > .entit .initiative {
    background-image: url(../images/25top/25_entit_06.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 539px;
    height: 148px;
    position: absolute;
    top: -70px;
    right: -85px;
    z-index: -1;
}

.news25 {
    margin: 160px 20px 20px 20px;
    text-align: center;
}

.sns25 {
    margin: 160px 20px 0 20px;
    text-align: center;
}

.sns .container-fluid {
    margin: 0 !important;
    padding: 20px 0 60px !important;
}

.supporter25 {
    padding: 150px 20px !important;
    text-align: center !important;
    background: #eaeaeb;
    overflow: hidden;
}

.supporter25.entit {
    margin-bottom: 0;
}

.supporter25 h2 {
    margin-bottom: 50px;
}

.supporter25 p {
    font-size: 18px;
    color: #333;
    line-height: 1.8 !important;
    font-weight: 500;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .creed-content > div {
        flex-direction: column-reverse;
    }
    .creed-content > div > div:nth-child(2) {
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .creed-content > div.reverse > div:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px;
    }
    .creed-content > div > div > div {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 {
        font-size: 20px;
        margin: 18px 0;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(1) > h3 > span {
    font-size: 16px;
    }
    .creed-content > .reverse {
        flex-direction: column-reverse;
    }
    .creed-content {
        height: 600px;;
    }
    .creed-area .creed-content-img {
        height: 300px;
        overflow: hidden;
    }
    .creed-area .creed-content-img img {
        width: 100%;
        height: auto;    
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(1) > img {
        width: 120px;
    }
    .creed-content > div > div:nth-child(2) > div:nth-child(2) > p {
        font-size: 14px;
        line-height: 1.7;
    }
    .creed-nav-container {
        height: 805px;
        margin-top: -130px;
    }
    h2 {
        font-size: 24px;
    }
    .supporter25 p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .creed-content.more-button {
        margin-right: 20px;
    }
}

.sns > .container-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sns > .container-fluid > div {
    width: 375px;
    margin: 0 30px 60px;
}

/* initiative */
.container-fluid.initiative {
    padding: 100px 0 0 0 !important;
    overflow: hidden;
}

.container-fluid.initiative h2 img {
    height: clamp(58px, 7vw, 105px);
}

.initiative-container {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 50px;
    margin: 0 auto;
}

.initiative-container > a {
    width: 100%;
    height: 90px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 20px 80px;
    background-color: #054ea1;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}

.initiative-container > a::before, .initiative-container > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: auto;
    vertical-align: middle; 
}

.initiative-container > a::before {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.initiative-container > a::after {
    right: 41px;
    bottom: 43px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #054ea1;
    border-right: 3px solid #054ea1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: right .3s;
}

.initiative-container  > a:hover {
    background-color: #00a0e9
}

.initiative-container > a:hover::after {
    right: 39px;
}
/* initiative */

/* activity */
.container-fluid.activity h2 img {
    height: clamp(50px, 6vw, 90px);
}
/* activity */


@media (max-width: 960px) {
    .container-fluid.initiative {
        padding: 60px 0 0 0 !important;
    }
    .container-fluid.activity {
        padding: 100px 0 0 0 !important;
    }
    .supporter25 {
        padding: 100px 20px !important;
    }
    .initiative-container {
        padding: 0 15px;
    }
    .initiative-container > a {
        height: 90px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 15px 80px 15px 20px;
    }
}

@media (max-width: 550px) {
    .creed-title h2 {
        margin-top: 0;
    }
    .container-fluid.initiative {
        padding: 30px 0 0 0 !important;
    }
    .container-fluid.activity {
        padding: 60px 0 0 0 !important;
    }
    .supporter25 {
        padding: 60px 20px !important;
    }
    .initiative-container {
        padding: 0 15px;
        gap: 10px;
    }
    .initiative-container > a {
        height: 110px;
        font-size: 14px;
        font-weight: 600;
        padding: 15px;
    }
    .initiative-container > a::before, .initiative-container > a::after {
        top: 80%;
        right: 0;
    }
    .initiative-container > a::before {
        width: 20px;
        height: 20px;
    }
    .initiative-container > a::after {
        right: 17px;
        bottom: 22px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #054ea1;
        border-right: 2px solid #054ea1;
    }
    .initiative-container > a:hover::after {
        right: 15px;
    }
}