
@charset "UTF-8";

/*見出しの設定*/
.heading.block_header_2 .h {
    font-size: 3.5rem !important;
    padding-left: 0;
    border-bottom: 2px solid var(--i_main_color);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.heading.block_header_2 .h::before {
    display: none;
}

@media screen and (max-width: 800px) {
    .heading.block_header_2 .h {
        font-size: 2.8rem !important;
    }
}

/*表の設定*/
a[id^="ab1"]+.block_table_1 table th {
    border-left: 0;
    background: #f9f9f9;
}

a[id^="ab1"]+.block_table_1 table td {
    border-right: 0;
    padding: 6px 6px 6px 18px;
}

a[id^="ab1"]+.block_table_1 table div {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#ab1_1+.block_table_1 table th {
    color: var(--i_main_color);
    font-size: 2.5rem;
}


/*背景英語の設定*/
a[id^="ab"]+div:before,
a[id^="ab"]+section:before {
    position: absolute;
    display: block;
    top: 0;
    left: -20px;
    pointer-events: none;
    font-size: 16.5rem;
    font-weight: 600;
    color: #ffd700;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

#ab1+div:before {
    content: "Outline";
}

#ab2+section:before {
    content: "Message";
    left: auto;
    right: -20px;
    z-index: 2;
}

#ab3+section:before {
    content: "SDGs";
    z-index: 2;
}

#ab1_1+div:before {
    content: "History";
    left: auto;
    right: -20px;
}

#ab5+section:before {
    content: "Access";
    display: none;
}

a[id^="ab"]+div.trigger:before,
a[id^="ab"]+section.trigger:before,
a[id^="ab"]+div.trigger3:before {
    opacity: 1;
    animation: anm1 2s ease-in-out forwards;
}

@keyframes anm1 {
    0% {
        transform: translateX(-150px);
    }

    100% {
        transform: translateX(0px);
    }
}

#ab2+section.trigger:before,
#ab1_1+div.trigger:before {
    animation: anm2 2s ease-in-out forwards;
}

@keyframes anm2 {
    0% {
        transform: translateX(150px);
    }

    100% {
        transform: translateX(0px);
    }
}

@media screen and (max-width: 800px) {

    a[id^="ab"]+div:before,
    a[id^="ab"]+section:before {
        font-size: 12rem;
    }
}

/*コンテンツ区切りの設定*/
#ab1_1+div:after,
a[id^="ab"]+section:after {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    pointer-events: none;
}

a[id^="ab"]+section:after,
#ab1_1+div:after {
    left: 0;
}

#ab3+section:after,
#ab5+section:after {
    right: 0 !important;
    left: auto;
}

/*画像の動き*/
a[id^="ab"]+section .inner_item_img {
    overflow: hidden;
}

a[id^="ab"]+section .inner_item_img img {
    transform: translateY(-10%) scale(1.1);
    transform-origin: 50% 0;
}

a[id^="ab"]+section.trigger .inner_item_img img {
    transition: 0.8s ease-in-out;
    transform: translateY(0) scale(1.1);
}

/*背景 丸の動き*/
#ab1+div:after {
    position: absolute;
    display: block;
    content: "";
    top: 10%;
    left: -10%;
    width: 500px;
    height: 500px;
    border: 130px solid #eee;
    border-radius: 54% 46% 46% 54% / 43% 44% 56% 57%;
    animation: move13 5s linear infinite;
    z-index: -1;
}

@keyframes move13 {
    50% {
        border-radius: 54% 46% 54% 46% / 38% 55% 45% 62%;
    }

    75% {
        border-radius: 54% 46% 46% 54% / 43% 44% 56% 57%;
    }
}

#ab4+section {
    overflow: visible;
}

#ab4+section:after {
    display: none;
}

#ab4+section::before {
    position: absolute;
    display: block;
    content: "";
    top: -20%;
    right: -2%;
    width: 600px;
    height: 600px;
    background: #f8f8f8;
    border-radius: 51% 40% 40% 52% / 35% 40% 59% 55%;
    animation: move014 6s linear infinite;
    z-index: -1;
    left: auto;
}

@keyframes move014 {
    50% {
        border-radius: 64% 89% 85% 52% / 70% 57% 88% 55%;
    }

    75% {
        border-radius: 73% 89% 100% 52% / 100% 99% 88% 63%;
    }
}

.widget_map {
    overflow: visible;
}

.widget_map:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -10%;
    right: -10%;
    left: auto;
    width: 500px;
    height: 500px;
    border: 150px solid #eee;
    border-radius: 54% 46% 46% 54% / 43% 44% 56% 57%;
    animation: move15 8s linear infinite;
    z-index: -1;
}

@keyframes move15 {
    50% {
        border-radius: 54% 46% 54% 46% / 38% 55% 45% 62%;
    }

    75% {
        border-radius: 54% 46% 46% 54% / 43% 44% 56% 57%;
    }
}

@media screen and (max-width: 1400px) {
    #ab1+div:after {
        width: 300px;
        height: 300px;
        border: 100px solid #eee;
    }

    #ab4+section::before {
        width: 400px;
        height: 400px;
    }

    .widget_map::before {
        width: 300px;
        height: 300px;
        border: 100px solid #eee;
    }
}

@media screen and (max-width: 650px) {
    #ab1+div:after {
        width: 200px;
        height: 200px;
        border: 80px solid #eee;
    }

    #ab4+section::before {
        width: 300px;
        height: 300px;
    }

    .widget_map::before {
        width: 200px;
        height: 200px;
        border: 80px solid #eee;
    }
}