  @charset "utf-8";

:root {
    /* --text-color: #231f20; */
    --text-color: #ffffff;
    --framework-text-color : #28437D;

    --blue: #6bd0f6;
    --light-blue: #abe0f9;
    --deep-blue: #26467a;
    --pink: #f0597c;
    --orange: #f36520;
    --dark-blue: #186c93;
    --green: #4e8972;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    line-height: 1.6;
    letter-spacing: 0.14em;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    position: relative;
    background-color: var(--blue);
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

a {
    color: inherit;
}

p,
ul {
    margin-bottom: 1em;
}

.mb-1em {
    margin-bottom: 1em;
}

li {
    list-style: none;
}

.list-content li {
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
}

.list-content li:not(:last-child) {
    margin-bottom: 0.5em;
}

.list-content li::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.list-content.list-deep-blue li::before {
    background-color: var(--deep-blue);
}

.list-content.list-white li::before {
    background-color: var(--white);
}

.background-color-blue {
    background-color: var(--blue);
}

.background-color-light-blue {
    background-color: var(--light-blue);
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 10px;
}

.wrap:first-child {
    padding-top: 20px;
}

.wrap:last-child {
    padding-bottom: 100px;
}

.h2-wrap {
    border-bottom: 2px solid var(--white);
    margin-bottom: 2em;
}

.h2-wrap h2 {
    color: var(--white);

    line-height: 1.4;
    padding-bottom: 0.25em;
}

.dark-blue-content h3 {
    color: var(--dark-blue);
}

.dark-blue-content li::before {
    background-color: var(--dark-blue);
}

.orange-content h3 {
    color: var(--orange);
}

.orange-content li::before {
    background-color: var(--orange);
}

.pink-content h3 {
    color: var(--pink);
}

.pink-content li::before {
    background-color: var(--pink);
}

.green-content h3 {
    color: var(--green);
}

.green-content li::before {
    background-color: var(--green);
}

.first-view-wrap {
    position: relative;
    z-index: 9999;
    min-height: calc(100vh + 0px);
    height: auto;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(
       180deg,
       #006EAA 0%,
       #006EAA 40%,
       #80BADF 75%,
       #80BADF 100%
    );
}

.first-view-wrap section {
    position: relative;
}

.first-view-wrap h1 {
    width: 60%;
}

.first-view-h2-wrap {
    padding-left: 1em;
    position: relative;
    margin: 20px 0 0 20px;
    width: 60%;
}

.first-view-h2-wrap::before {
    content: "";
    width: 2px;
    height: calc(100% - 0.5em);
    background-color: var(--white);
    left: 0;
    top: 0.4em;
    position: absolute;
}

.first-view-h2-wrap h2 {
    margin-bottom: 5px;
    color: var(--white);
}

.first-view-h2-wrap p {
    color: #fff;
}

.first-view-wrap .top-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 40%;
}

.scroll-trigger-wrap {
    position: absolute;
    color: var(--white);
    text-align: center;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.scroll-trigger {
    position: relative;
    height: 70px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s;
}

.scroll-trigger::before {
    content: "";
    position: absolute;
    border-style: solid;
    left: -10px;
    width: 10px;
    height: 10px;
    border-width: 0 0 2px 2px;
    transform: rotate(315deg);
    top: 36px;
    position: relative;
    display: block;
    left: calc(50% - 5px);
    animation-name: fadeDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        top: 36px;
    }

    to {
        opacity: 1;
        top: 45px;
    }
}

.content {
    margin: 0 auto;
    padding-top: 60px;
    background: linear-gradient(
       180deg,
       #006EAA 0%,
       #006EAA 50%,
       #80BADF 70%,
       #80BADF 100%
    );
}

.content-inner {
    opacity: 0;
    transition: all 1s;
    padding: 0 50px;
}

.flex-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.flex-content .image-content {
    width: 50%;
}

.flex-content .image-content img,
figure img {
    width: 100%;
}

.flex-content .text-content {
    width: 50%;
}

.membership-wrap .flex-content .text-content,
.gadri-secretariat-wrap .flex-content .text-content,
.sendai-framework-wrap .flex-content .text-content {
    width: 70%;
}

.membership-wrap .flex-content .image-content,
.gadri-secretariat-wrap .flex-content .image-content,
.sendai-framework-wrap .flex-content .image-content {
    width: 30%;
}

.membership-wrap figure img,
.access-figure img {
    padding: 10px;
}

.membership-wrap figcaption {
    color: var(--white);
    line-height: 1.2;
    /* font-weight: bold; */
    font-size: 1em;
    margin-bottom: 10px;
    border-left: 2px solid;
    padding: 0 0 0 10px;
}

.access-figure figcaption {
    color: var(--framework-text-color);
    line-height: 1.2;
    /* font-weight: bold; */
    font-size: 1em;
    margin-bottom: 10px;
    border-left: 2px solid;
    padding: 0 0 0 10px;
}

.sendai-framework-wrap {
    color : var(--framework-text-color);
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sendai-framework-wrap .h2-wrap {
    border-bottom: 2px solid var(--framework-text-color);
}

.sendai-framework-wrap .h2-wrap h2 {
    color : var(--framework-text-color);
}

.board-of-directors-wrap .image-content {
    display: flex;
    justify-content: center;
}

.board-of-directors-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.9em;
}

.board-of-directors-list h3 {
    margin-bottom: 0.25em;
}

.map-img-wrap {
    margin: 30px auto;
}

.map-img-wrap img {
    /* max-width: 650px; */
    margin: 0 auto;
}

.activities .image-content {
    width: 200px;
}

.activities .text-content {
    width: calc(100% - 200px);
}

.activities-img {
    display: flex;
    justify-content: flex-end;
    max-width : 400px;
    margin-left: auto;
}

.message-wrap {
    color : var(--framework-text-color);
    /* background-color: #fff; */
    /* padding: 60px; */
    padding: 0px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.message-wrap-frame1 {
    padding: 0px;
}

.message-wrap-frame2 {
    padding: 60px;
    background-color : #fff;
    position: relative;

    /* Safari 9.1Î´œº¤Ê¤É¹Å¤¤¥Ö¥é¥¦¥¶ÓÃ */
    -webkit-clip-path: polygon(41px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 41px);
    clip-path: polygon(41px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 41px);
}

.message-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.message-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

/*
.message-wrap::before {
    border-right: 40px solid transparent;
    border-top: 40px solid var(--light-blue);
}
*/

.message-wrap::after {
    border-left: 40px solid transparent;
    border-bottom: 40px solid #b5b5b5;
}

.message-wrap .bird-img {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 80px;
    z-index : 9999;
}

.message-wrap .h2-wrap {
    border-bottom: 2px solid var(--framework-text-color);
}

.message-wrap .h2-wrap h2 {
    color : var(--framework-text-color);
}

.gadri-secretariat-wrap .h2-wrap {
    border-bottom: 2px solid var(--framework-text-color);
}

.gadri-secretariat-wrap .h2-wrap h2 {
    color : var(--framework-text-color);
}

.gadri-secretariat-wrap .text-content {
    padding-bottom: 30px;
    color : var(--framework-text-color);
}

.contact-ul li {
    padding-left: 0;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    align-items: flex-start;
}


.contact-ul li > span:first-child {
    background-color: var(--deep-blue);
    color: #fff;
    padding: 1px 2px;
    font-size: 0.8em;
    letter-spacing: 0;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.contact-ul li > span:last-child {
    display: block;
    flex: 1 1 calc(100% - 70px);
}

footer {
    height: 100px;
    background-image: url(/contents/pamphlet/image/footer-img.webp);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    /* background-color: transparent; */
    background-color: #80BADF;
}

@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .pc-only {
        display: none!important;
    }

    body {
        font-size: 14px;
        letter-spacing: 0.075em;
    }

    .content-inner {
        opacity: 0;
        transition: all 1s;
        padding: 0 15px;
    }

    .wrap {
        padding: 30px 10px;
    }

    .h2-wrap {
        margin-bottom: 1.5em;
    }

    .h2-wrap h2,
    .first-view-h2-wrap h2 {
        font-size: 1.2em;
    }

    .list-content li::before {
        width: 8px;
        height: 8px;
        top: 6px;
    }

    .flex-content {
        gap: 15px;
    }

    .flex-content {
        flex-wrap: wrap;
    }

    .flex-content.sp-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-content .text-content,
    .flex-content .image-content {
        width: 100%!important;
    }

    .activities .image-content img {
        width: 200px;
        margin: 0 auto;
    }

    .first-view-wrap {
        padding-bottom : 0px;
        min-height: auto;
    }

    .first-view-wrap .wrap {
        padding-bottom : 0px;
    }

    .first-view-wrap h1 {
        width: calc(100% - 20px);
    }

    .first-view-h2-wrap {
        width: calc(100% - 40px);
        margin: 30px 0 0 10px;
    }

    .first-view-wrap .top-img {
        /* position: absolute; */
        position: relative;
        width: 100%;
        bottom: auto;
        right: -10px;
    }

    .scroll-trigger::before {
        animation-name: spFadeDown;
    }

    @keyframes spFadeDown {
        from {
            opacity: 0;
            top: 30px;
        }
    
        to {
            opacity: 1;
            top: 39px;
        }
    }

    .scroll-trigger-wrap {
        position: relative;
        bottom: 0;
    }

    .sendai-framework-wrap {
        padding: 30px;
        border-radius: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .board-of-directors-list {
        gap: 10px;
    }

    .message-wrap {
        /* padding: 40px; */
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .message-wrap-frame2 {
        padding: 40px;

        /* Safari 9.1Î´œº¤Ê¤É¹Å¤¤¥Ö¥é¥¦¥¶ÓÃ */
        -webkit-clip-path: polygon(31px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 31px);
        clip-path: polygon(31px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 31px);
    }

     /*
    .message-wrap::before {
        border-right: 30px solid transparent;
        border-top: 30px solid var(--light-blue);
    }
    */

    .message-wrap::after {
        border-left: 30px solid transparent;
        border-bottom: 30px solid #b5b5b5;
    }

    .message-wrap .bird-img {
        right: -5px;
        top: -30px;
        width: 70px;
    }

    .membership-wrap figcaption,
    .access-figure figcaption {
        font-size: 1em;
    }

    footer {
        /* background-color: transparent; */
        background-color: #80BADF;
        background-position: center bottom;
        background-size: cover;
    }
}

@media (hover: hover) {
    .scroll-trigger:hover {
        transform: scale(1.1);
    }
}