@charset "utf-8";
/* CSS Document */
html {
    scroll-snap-type: y proximity;
}
*, ::before, ::after {
    font-family: 'Noto Serif JP', serif;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
article section {
    max-width: 1000px;
    margin: auto;
}
body.modalback {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
#block1 {
    padding: 100px 20px 150px;
}
/*
#block1:after, #block2:after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    border-bottom: solid 2px #0057ac;
    border-left: solid 2px #0057ac;
    margin: 50px auto 30px;
    transform: rotate(-45deg);
}*/
#block1 h1 {
    text-align: center;
    font-size: 48px;
    position: relative;
    line-height: 1.8;
    margin: 0 auto 80px;
    width: 90%;
    padding: 0.5em 0;
    font-weight: 600;
}
#block1 h1::before {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-top: solid 6px #0057ac;
    border-left: solid 6px #0057ac;
    position: absolute;
    top: 0;
    left: 0;
}
#block1 h1::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-bottom: solid 6px #0057ac;
    border-right: solid 6px #0057ac;
    position: absolute;
    bottom: 0;
    right: 0;
}
#block1 p.imagecaptin {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 70px;
    color: #0057ac;
    padding-top: 5px;
}
#block1 p {
    line-height: 2.2;
    font-size: 18px;
    text-align: justify;
    width: 100%;
    margin: auto;
}
#block1 p.note{
    text-align:right;
}
#block1 p small{
    font-size:0.8em;
}

span.UL_yellow {
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 248, 1) 48.32%, rgba(255, 255, 69, 1) 50.84%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFF45' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 248, 0) 48.32%, rgba(255, 255, 69, 1) 50.84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFF45', GradientType=0);
}
#connection_team {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}
#connection_team li {
    width: calc(100% / 8);
}
#connection_team li#ct_end {
    background: #5f96cc;
    width: calc(100% / 8 * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    position:relative;
    overflow:hidden;

}

#connection_team li#ct_end::before{
    content:'';
    width:1px;
    height:200%;
    background:#fff;
    transform:rotate(25deg);
    position:absolute;
    left:-50px;
    animation-name: shain;
    animation-duration: 2s;

    animation-iteration-count: infinite;

    opacity:0.5;
    filter:blur(0);
    top:-50%;
}

@keyframes shain {
    0% {
        left:-20%;
        width:1px;
        opacity:0.0;
    }
    10%{
        width:50px;
        opacity:0.5;
    }
    30% {
        width:1px;
        left:120%;
        width:5px;
         opacity:0.0;
    }

    100% {
        width:1px;
        left:120%;
        width:5px;
         opacity:0.0;
    }

}


#connection_team li#ct_end p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    /* font-family: Noto Sans JP, sans-serif; */
    font-weight: 400;
    text-align: center;
    width: 100%;
}
#connection_team li img {
    width: 100%;
    cursor: pointer;
}
#connection_team li div.popinfo {
    display: none;
}
#block1 figure {
    margin: 50px auto;
    position: relative;
    width: 84%;
    padding-bottom: 29px;
}
#block1 figure img {
    display: block;
    margin: 0;
}


#block1 h3.catalog{
    text-align:center;
    margin-top: 70px;
    margin-bottom:30px;
    font-size:25px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 600;
}

#block1 ul.catalog {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 50px;
}
#block1 ul.catalog li {
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
    background: url(../images/circulation_bg.svg) no-repeat;
    background-size: contain;
    background-position: left 20px bottom;
}
#block1 ul.catalog li:nth-child(3n) {
    margin-right: 0;
}

#block1 ul.catalog li img{
    width: 30%;
}
#block1 ul.catalog li img:not(.catalog05) {
    
    border: solid 1px #eee;
}
#block1 ul.catalog li div.texts {
    width: 70%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-left: 0;
}
#block1 ul.catalog li div.texts p {
    font-size: 12px;
    margin: 0;
    font-family: 'Noto Sans JP';
    padding-left: 10px;
    line-height: 1.4;
}
#block1 ul.catalog li div.texts p.circulation {
    margin-top: 0;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    z-index: 2;
    /* background: url(../images/circulation_bg.svg) no-repeat; */
    /* background-size: contain; */
    /* background-position: bottom; */
}
#block1 ul.catalog li div.texts p.circulation span {
    font-family: Oswald;
    font-size: 60px;
    color: #004698;
    vertical-align: -0.05em;
    line-height: 1;
}
#block1 ul.catalog li div.texts p. #block1 figure img.img03 {
    margin-bottom: 50px;
}
#block1 img.img04 {
    position: absolute;
    bottom: 0;
    right: 0;
}
#block1 .history {
    margin: 100px auto;
    padding-bottom: 00px;
    width: 100%;
}
#block1 .history figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
}
#block1 .history figure img {
    width: 30%;
    margin: 0;
}
#block1 .history p {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    color: #0057ac;
    font-family: Noto Sans JP, sans-serif;
}
#block2 {
    padding: 100px 20px 300px;
    background: #e5eef7;
    position: relative;
    margin-bottom: -150px;
}
#block2 section {
    background-image: url(../images/block02_back.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 2%;
    background-size: 45%;
}
#block2 section::before {
    content: '';
    width: 100px;
    height: 20px;
    display: block;
    margin: 0 auto 20px;
    background: url(../images/block02_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#block2 h2 {
    text-align: center;
    font-size: 48px;
    position: relative;
    line-height: 1.8;
    margin: 0 auto 100px;
    width: 60%;
    padding: 0.5em 0;
    font-weight: 600;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block2 h2 img {
    display: block;
    margin: auto;
}
#block2 h2::before {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-top: solid 6px #0057ac;
    border-left: solid 6px #0057ac;
    position: absolute;
    top: 0;
    left: 0;
}
#block2 h2::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-bottom: solid 6px #0057ac;
    border-right: solid 6px #0057ac;
    position: absolute;
    bottom: 0;
    right: 0;
}
#block2 h3 {
    display: inline-block;
    background: #000;
    margin-left: -80px;
    color: #fff;
    padding: 10px;
    text-align: right;
    padding-left: 100px;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 300;
    padding-right: 4%;
    letter-spacing: 0.1em;
}
#block2 article {
    margin-bottom: 100px;
}
#block2 article p {
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    width: 90%;
    margin: 0 auto 50px;
    letter-spacing: 0.1em;
}
#block2 div.block2_graph {
    position: relative;
}
#block2 div.block2_graph img {
    width: 38%;
    display: block;





    margin: auto;
}
#block2 div.block2_graph h4 {
    position: absolute;
    right: 10%;
    top: 5%;
    color: #0057ac;
    font-size: 16px;
    border-bottom: solid 4px #0057ac;
    padding-bottom: 5px;
}
#block2 div.block2_graph p.total {
    position: absolute;
    top: 43%;
    left: 40%;
    text-align: center;
    width: 20%;
    line-height: 1.2;
    color: #0057ac;
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.02em;
    font-family: 'Noto Sans JP';
    font-weight:500;
}
#block2 div.block2_graph p.total span {
    display: block;
    font-size: 0.6em;
    letter-spacing: 0;
}
#block2 div.block2_graph p.total small {
    font-size: 0.6em;
    font-family: 'Noto Sans JP';
    font-weight:500;
}
#block2 div.block2_graph p.legend01, #block2 div.block2_graph p.legend02, #block2 div.block2_graph p.legend03, #block2 div.block2_graph p.legend04 {
    margin: 0;
    display: inline-block;
    position: absolute;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-family: 'Noto Sans JP';
    font-weight:500;
}
#block2 div.block2_graph p.legend01 span, #block2 div.block2_graph p.legend02 span, #block2 div.block2_graph p.legend03 span, #block2 div.block2_graph p.legend04 span {
    font-size: 14px;
    display: block;
}
#block2 div.block2_graph p.legend01 small, #block2 div.block2_graph p.legend02 small, #block2 div.block2_graph p.legend03 small, #block2 div.block2_graph p.legend04 small {
    font-size: 0.5em;
    font-family: 'Noto Sans JP';
    font-weight:500;
}
#block2 div.block2_graph p.legend01 {
    top: 40%;
    right: 12%;
    width: 15%;
}
#block2 div.block2_graph p.legend01::before {
    content: '';
    display: block;
    width: 48%;
    height: 50%;
    background-image: url(../images/legend01_before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -53%;
    top: 44%;
}
#block2 div.block2_graph p.legend02 {
    top: 96%;
    left: 29%;
    width: 13%;
}
#block2 div.block2_graph p.legend02::before {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background-image: url(../images/legend02_before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -60%;
    top: -52%;
}
#block2 div.block2_graph p.legend03 {
    top: 47%;
    left: 18%;
    width: 13%;
}
#block2 div.block2_graph p.legend03::before {
    content: '';
    display: block;
    width: 52%;
    height: 70%;
    background-image: url(../images/legend03_before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -34%;
    top: 40%;
}
#block2 div.block2_graph p.legend04 {
    top: 1%;
    left: 20%;
    width: 17%;
}
#block2 div.block2_graph p.legend04::before {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background-image: url(../images/legend04_before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -59%;
    top: 40%;
}
#block2 article.sentens2 img {
    
    margin: auto;
    width: 77%;
}
/*
#block2 article.sentens3 div.flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    padding-left: 5%;
}
#block2 article.sentens3 div.flex p {
    width: 55%;
    margin: 0;
    margin-right: 5%;
    font-weight: 400;
}
#block2 article.sentens3 div.flex img {
    width: 40%;
}
*/
#block2 article.sentens3 div.flex a {
    display: block;
    max-width: 770px;
    margin: auto;
}
#block2 article.sentens3 div.flex a span{
    display:block;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 70px;
    color: #0057ac;
    padding-top: 10px;
}

#block2 article.sentens3 div.flex a:hover {
    opacity: 0.8;
}
#block2 article.sentens3 div.flex img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 770px;
}
#block2::after {
    content: '';
    width: 720px;
    height: 150px;
    margin: 0;
    background: url(../images/block03_after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    bottom: 71px;
}
/*
#block2 article.sentens4 {
    display: flex;
    align-items: flex-start;
}
#block2 article.sentens4 img {
    width: 20%;
}
#block2 article.sentens4 div {
    padding-right: 5%;
    width: 80%;
}
#block2 article.sentens4 div p {
    margin: 0 0 50px;
    padding-left: 7%;
    width: 100%;
    font-weight: 400;
}
#block3 {
    background-color: #d9e6f3;
    padding: 100px 20px 400px;
    position: relative;
    margin-bottom: -150px;
}
#block3::after {
    content: '';
    width: 720px;

    height: 150px;
    margin: 0;
    background: url(../images/block03_after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;

    bottom: 71px;
}
#block3 section::before {
    content: '';
    width: 144px;
    height: 20px;
    display: block;
    margin: 0 auto 20px;
    background: url(../images/block03_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#block3 h2 {
    text-align: center;
    font-size: 48px;
    position: relative;
    line-height: 1.8;
    margin: 0 auto 100px;
    width: 40%;
    padding: 0.5em 0;
    font-weight: 600;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block3 h2 img {
    display: block;
    margin: auto;
}
#block3 h2::before {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-top: solid 6px #0057ac;
    border-left: solid 6px #0057ac;
    position: absolute;
    top: 0;
    left: 0;
}
#block3 h2::after {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    border-bottom: solid 6px #0057ac;
    border-right: solid 6px #0057ac;
    position: absolute;
    bottom: 0;
    right: 0;
}
#block3 h3 {
    padding-left: 12%;
    font-size: 20px;
    line-height: 2.5;
    position: relative;
    margin-bottom: 50px;
}
#block3 h3 span {
    display: inline-block;
    padding-bottom: 0.3em;
    border-bottom: solid 2px #0057ac;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}
#block3 h3.num1::before {
    content: '';
    width: 120px;
    height: 150px;
    display: block;
    position: absolute;
    left: -20px;
    top: -15px;
    background: url(../images/block03_h3num1.svg) no-repeat;
    background-size: contain;
}
#block3 h3.num2::before {
    content: '';
    width: 120px;
    height: 150px;
    display: block;
    position: absolute;
    left: -20px;
    top: 5px;
    background: url(../images/block03_h3num2.svg) no-repeat;
    background-size: contain;
}
#block3 div.text {
    width: 85%;
    margin-left: 15%;
}
#block3 div.text h4 {
    font-size: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 600;
    line-height: 1.7;
    color: #0057ac;
}
#block3 div.text dl {
    margin: 20px 0 40px;
}
#block3 div.text dl dt {
    font-size: 15px;
    font-family: Noto Sans JP, sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
}
#block3 div.text > img {
    display: block;
    margin: 0 auto 50px;
}
#block3 div.text p {
    font-size: 15px;
    line-height: 1.6;
    font-family: Noto Sans JP, sans-serif;
    margin-top: 20px;
}
#block3 div.text div.flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 150px;
}
#block3 div.text div.flex figure {
    width: 48%;
}
#block3 div.text div.flex figure img {
    width: 100%;
}
#block3 div.text div.flex figure figcaption {
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}
#block3 a {
    display: block;
    width: 66%;
    background: #0057ac;
    margin: 50px auto;

    text-align: center;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
}
#block3 a::after {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}
*/
footer {
    background: rgba(0, 87, 172, 0.9);
    mix-blend-mode: multiply;
    padding: 50px 0px;
    position: relative;
    height: 153px;
}
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, footer {
        background: rgba(0, 87, 172, 0.8);
    } /* IE11 */
}
footer div {
    max-width: 1000px;
    margin: auto;
}
footer div img {
    display: block;
    width: 20%;
    margin-bottom: 5px
}
footer div adress {
    font-family: Noto Sans JP, sans-serif;
    color: #fff;
    font-size: 12px
}
#pagetop {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #0057ac;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    border-radius: 50%;
    border: solid 1px #fff;
}
#pagetop::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 9px 5px;
    border-color: transparent transparent #ffffff transparent;
    position: relative;
    top: -2px;
}
#ovarRay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
}
#ct_popup {
    display: none;
    width: 100%;
    max-width: 1000px;
    height: 500px;
    position: fixed;
    top: calc(50% - 230px);
    left: calc(50% - 500px);
    z-index: 1000;
    padding: 80px 20px 0;
}
#ct_popup #pop_close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
#ct_popup #pop_close::before, #ct_popup #pop_close::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    transform: rotate(45deg);
}
#ct_popup #pop_close::after {
    transform: rotate(-45deg);
}
#ct_popup section li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#ct_popup section li img {
    width: 30%;
    box-shadow: 5px 5px 10px #000;
    position: relative;
    z-index: 10;
}
#ct_popup section li div.popinfo {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#ct_popup section li div.popinfo > div.title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#ct_popup section li div.popinfo h4 {
    width: 50%;
    color: #fff;
    padding-left: 8%;
    font-size: 34px;
    font-weight: 600;
}
#ct_popup section li div.popinfo h4 span {
    display: block;
    font-size: 14px;
    color: #0057ac;
    margin-top: 5px;
    letter-spacing: 0.05em;
}
#ct_popup section li div.popinfo h5 {
    width: 50%;
    color: #fff;
    text-align: right;
}
#ct_popup section li div.popinfo h5 span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
#ct_popup section li div.popinfo h5 span:not(.read) {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
}
#ct_popup section li div.popinfo h6 {
    width: 100%;
    padding: 10px;
    padding-left: 8%;
    margin: 20px 0;
    background: #0055a9;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1;
}
#ct_popup section li div.popinfo p {
    color: #fff;
    padding-left: 8%;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 0.1em;
    font-size: 14px;
}
@media screen and (min-width: 640px) {
    #connection_team li#ct_end:hover {
        background-color: #0055a9;
    }
    #connection_team li#ct_end:hover::before{
        content:none;
    }
    #block3 a:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 1000px) {
    #block1 {
        padding: 10vw 2vw 0;
    }
    #block1:after, #block2:after {
        width: 2.5vw;
        height: 2.5vw;
        margin: 5vw auto 3vw;
    }
    #block1 h1 {
        font-size: 4.8vw;
        margin: 0 auto 8vw;
    }
    #block1 h1 img {
        width: 90%;
    }
    #block1 p {
        font-size: 1.8vw;
    }
    #connection_team {
        margin: 7vw 0;
    }
    #connection_team li#ct_end p {
        color: #fff;
        font-size: 1.1vw;
        line-height: 1.6;
        font-family: Noto Sans JP, sans-serif;
        font-weight: 400;
    }
    #block1 figure {
        margin: 5vw auto;
        width: 90%;
    }
    #block1 figure img {
        width: 100%;
        margin: 0 2.5vw;
    }
    #block1 figure img.img03 {
        width: 60vw;
        margin: 0;
        margin-bottom: 5vw;
    }
    #block1 figure img.img04 {
        width: 36vw;
        margin: 0;
    }
    #block1 img.img05 {
        display: block;
        margin: 5vw auto 10vw;
    }
    #block1 ul.catalog {
        width: 100%;
        margin: 5vw auto;
    }
    #block1 ul.catalog li {
        margin-bottom: 3vw;
    }
    #block1 ul.catalog li:nth-child(3n) {
        margin-right: 0;
    }
    #block1 ul.catalog li div.texts p {
        font-size: 1.2vw;
        padding-left: 1vw;
    }
    #block1 ul.catalog li div.texts p.circulation {
        margin-top: 1vw;
        font-size: 2.4vw;
    }
    #block1 ul.catalog li div.texts p.circulation span {
        font-size: 6vw
    }
    #block2 {
        padding: 10vw 2vw 30vw;
        overflow: hidden;
        margin-bottom: -15vw;
    }
    #block2::after {
        width: 72vw;
        height: 15vw;
        bottom: 7.1vw;
    }
    #block2 section::before {
        content: '';
        width: 10vw;
        height: 2vw;
        margin: 0 auto 2vw;
    }
    #block2 h2 {
        font-size: 4.8vw;
        margin: 0 auto 10vw;
    }
    #block2 h3 {
        margin-left: -8vw;
        padding: 1vw;
        padding-left: 10vw;
        font-size: 2.5vw;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }
    #block2 article {
        margin-bottom: 10vw;
    }
    #block2 article p {
        line-height: 2;
        font-size: 1.8vw;
        width: 90%;
        margin: 0 auto 5vw;
    }
    #block2 div.block2_graph h4 {
        font-size: 1.6vw
    }
    #block2 div.block2_graph p.total {
        font-size: 2.8vw;
    }
    #block2 div.block2_graph p.legend01, #block2 div.block2_graph p.legend02, #block2 div.block2_graph p.legend03, #block2 div.block2_graph p.legend04 {
        font-size: 2.4vw;
    }
    #block2 div.block2_graph p.legend01 span, #block2 div.block2_graph p.legend02 span, #block2 div.block2_graph p.legend03 span, #block2 div.block2_graph p.legend04 span {
        font-size: 1.4vw;
        display: block;
    }
    /*
    #block3 {
        background-color: #d9e6f3;
        padding: 10vw 2vw 40vw;
        position: relative;
        margin-bottom: -15vw;
    }
    #block3::after {
        width: 72vw;
        height: 15vw;
        bottom: 7.1vw;
    }
    #block3 section::before {
        width: 14.4vw;
        height: 2vw;
        margin: 0 auto 2vw;
    }
    #block3 h2 {
        font-size: 4.8vw;
        margin: 0 auto 10vw;
    }
    #block3 h3 {
        font-size: 2vw;
        margin-bottom: 5vw;
    }
    #block3 h3.num1::before {
        width: 12vw;
        height: 15vw;
        left: -2vw;
        top: -2vw;
    }
    #block3 h3.num2::before {
        content: '';
        width: 12vw;
        height: 15vw;
        left: -2vw;

        top: 1vw;
    }

    #block3 div.text h4 {
        font-size: 2vw;
    }
    #block3 div.text dl {
        margin: 2vw 0 4vw;
    }
    #block3 div.text dl dt {
        font-size: 1.4vw;
    }
    #block3 div.text > img {
        margin: 0 auto 5vw;
        width: 58vw;
    }
    #block3 div.text p {
        font-size: 1.5vw;
        line-height: 1.6;
        margin-top: 2vw;
    }
    #block3 div.text div.flex {
        margin: 2vw 0 15vw;
    }
    #block3 div.text div.flex figure figcaption {
        font-size: 1.2vw;
        margin-bottom: 1vw;
    }
    #block3 a {
        width: 66%;
        margin: 5vw auto;
        padding: 3vw;
        border-radius: 1vw;
        font-size: 1.8vw;
    }

    #block3 a::after {
        content: '';
        width: 2vw;
        height: 2vw;
        right: 2vw;
        top: calc(50% - 1vw);
    }
    */
    footer {
        padding: 5vw 2vw;
        height: 15vw;
    }
    footer div img {
        margin-bottom: 0.5vw;
    }
    footer div adress {
        font-size: 1.2vw;
    }
    #ct_popup {
        width: 100%;
        height: 50vw;
        position: fixed;
        top: 50% -25vw);
        left: 0;
        padding: 8vw 2vw 0;
    }
    #ct_popup #pop_close {
        width: 5vw;
        height: 5vw;
        right: 2vw;
    }
    #ct_popup section li div.popinfo h4 {
        font-size: 3.4vw;
    }
    #ct_popup section li div.popinfo h4 span {
        font-size: 1.4vw;
        margin-top: 0.5vw;
    }
    #ct_popup section li div.popinfo h5 span {
        font-size: 1.8vw;
        margin-bottom: 1vw;
    }
    #ct_popup section li div.popinfo h5 span:not(.read) {
        font-size: 1.3vw;
    }
    #ct_popup section li div.popinfo h6 {
        padding: 1vw;
        padding-left: 8%;
        margin: 2vw 0;
        font-size: 2.2vw;
    }
    #ct_popup section li div.popinfo p {
        font-size: 1.4vw;
    }
}
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #block1 {
        padding: 6vw 5vw 15vw;
    }
    #block1:after, #block2:after {
        width: 4vw;
        height: 4vw;
        margin: 5vw auto 3vw;
    }
    #block1 h1 {
        font-size: 5.4vw;
        margin: 0 auto 8vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 28vw;
    }
    #block1 h1 img {
        display: block;
        width: 90%;
    }
    #block1 h1::before, #block1 h1::after {
        border-width: 4px;
    }
    #block1 p {
        font-size: 3.6vw;
        width: 100%;
    }
    #connection_team {
        margin: 6vw 0;
        display: none;
    }
    #connection_team li {
        width: calc(100% / 4);
    }
    #connection_team li#ct_end {
        width: calc(100% / 4 * 2);
    }
    #connection_team li#ct_end p {
        color: #fff;
        font-size: 2.8vw;
        line-height: 1.6;
        text-align: justify;
    }
    #connection_team li#ct_end::before{
        content:none;
    }
    #block1 figure {
        margin: 5vw auto;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
    }
    #block1 figure img {
        margin: 0;
    }
    #block1 figure img.img03 {
        margin-bottom: 5vw;
        width: 80%;
    }
    #block1 figure img.img04 {
        width: 60%;
        margin-left: 40%;
        position: static;
    }
    #block1 img.img05 {
        display: block;
        margin: 5vw auto 10vw;
        width: 100%;
    }

    #block1 h3.catalog{
        margin-top: 10vw;
        margin-bottom: 5vw;
        font-size: 5vw;
        font-family: Noto Sans JP, sans-serif;
        font-weight: 600;
        line-height: 1.4;
    }

    #block1 ul.catalog {
        width: 100%;
        margin: 8vw auto;
    }
    #block1 ul.catalog li:nth-child(3n) {
        margin-right: 0;
    }
    #block1 ul.catalog li {
        margin-bottom: 3vw;
        width: 50%;
        margin-right: 0;
    }
    #block1 ul.catalog li:nth-child(2n) {
        margin-right: 0;
    }
    #block1 ul.catalog li div.texts p {
        font-size: 2.4vw;
        padding-left: 1vw;
    }
    #block1 ul.catalog li div.texts p.circulation {
        margin-top: 1vw;
        font-size: 2.4vw;
    }
    #block1 ul.catalog li div.texts p.circulation span {
        font-size: 7vw;
    }
    
    #block1 .history {
        margin: 10vw auto;
        padding-bottom: 50px;
        width: 100%;
    }
    #block1 .history figure {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    #block1 .history figure img {
        width: 80%;
        margin: 0;
        margin-bottom: 4vw;
    }
    #block1 .history p {
        margin: 0;
        width: 100%;
        font-size: 3vw;
        line-height: 1.7;
        color: #0057ac;
        font-family: Noto Sans JP, sans-serif;
    }
    #block2 {
        background-color: #d9e6f3;
        padding: 10vw 5vw 30vw;
        position: relative;
        margin-bottom: -15vw;
    }
    #block2::after {
        width: 72vw;
        height: 15vw;
        bottom: 5.1vw;
    }
    #block2 section::before {
        content: '';
        width: 20vw;
        height: 4vw;
        margin: 0 auto 2vw;
    }
    #block2 h2 {
        font-size: 4.8vw;
        margin: 0 auto 10vw;
        width: 90%;
        min-height: unset;
        padding: 6vw 0;
    }
    #block2 h2::before {
        border-top: solid 4px #0057ac;
        border-left: solid 4px #0057ac;
    }
    #block2 h2::after {
        border-bottom: solid 4px #0057ac;
        border-right: solid 4px #0057ac;
    }
    #block2 h2 img {
        height: 8vw;
    }
    #block2 h3 {
        margin-left: -10vw;
        padding: 2vw;
        padding-left: 10vw;
        margin-bottom: 2vw;
        font-size: 4vw;
    }
    #block2 article {
        margin-bottom: 15vw;
    }
    #block2 article p {
        line-height: 2;
        font-size: 3.4vw;
        width: 100%;
        margin: 0 auto 5vw;
    }
    #block2 div.block2_graph {
        position: relative;
        padding-top: 12vw;
    }
    #block2 div.block2_graph h4 {
        font-size: 4vw;
        right: 15vw;
        border-bottom-width: 2px;
        top: 0;
    }
    #block2 div.block2_graph img {
        width: 50%;
        display: block;
        margin: auto;
    }
    #block2 div.block2_graph p.total {
        font-size: 4vw;
        top: 51%;
        left: 37.5%;
        width: 25%;
    }
    #block2 div.block2_graph p.legend01, #block2 div.block2_graph p.legend02, #block2 div.block2_graph p.legend03, #block2 div.block2_graph p.legend04 {
        font-size: 4.4vw;
    }
    #block2 div.block2_graph p.legend01 {
        top: 50%;
        right: 0%;
        width: 23%;
    }
    #block2 div.block2_graph p.legend01::before {
        content: '';
        display: block;
        width: 56%;
        height: 50%;
        background-image: url(../images/legend01_before.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -62%;
        top: 44%;
    }
    #block2 div.block2_graph p.legend02 {
        top: 97%;
        left: 10%;
        width: 22%;
    }
    #block2 div.block2_graph p.legend02::before {
        content: '';
        display: block;
        width: 87%;
        height: 85%;
        background-image: url(../images/legend02_before.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: -85%;
        top: -45%;
    }
    #block2 div.block2_graph p.legend03 {
        top: 54%;
        left: -2%;
        width: 24%;
    }
    #block2 div.block2_graph p.legend04 {
        top: 17%;
        left: -2%;
        width: 36%;
    }
    #block2 div.block2_graph p.legend04::before {
        content: '';
        display: block;
        width: 48%;

        height: 78%;
        background-image: url(../images/legend04_before.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: -27%;
        top: 48%;
    }
    #block2 article.sentens2 img {
        /* display: block; */
        margin: auto;
        width: 100%;
    }
    #block2 article.sentens3 div.flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        margin: auto;
        padding-left: 0;
    }
    #block2 article.sentens3 div.flex p {
        width: 100%;
        margin: 0;
        margin-right: 0;
        /* order: 2; */
    }
    #block2 article.sentens3 div.flex img {
        width: 100%;
        margin: 4vw auto 0;
        order: 1;
    }
    #block2 article.sentens4 {
        position: relative;
        display: block;
    }
    #block2 article.sentens4 img {
        width: 36%;
        position: absolute;
        top: 0;
        right: 0;
    }
    #block2 article.sentens4 div {
        padding-right: 0;
        width: 100%;
    }
    #block2 article.sentens4 div p {
        padding-left: 0
    }
    #block2 article.sentens4 div p.r1 {
        width: 60%;
    }
    /*
    #block3 {
        background-color: #d9e6f3;
        padding: 10vw 5vw 50vw;
        position: relative;
        margin-bottom: -15vw;
    }
    #block3::after {
        width: 72vw;
        height: 15vw;
        bottom: 7.1vw;
    }
    #block3 section::before {
        width: 30vw;
        height: 4vw;
        margin: 0 auto 2vw;
    }
    #block3 h2 {
        font-size: 4.8vw;
        margin: 0 auto 6vw;
        width: 60%;
        min-height: unset;
        padding: 4vw 0;
    }
    #block3 h2 img {
        height: 8vw;
    }
    #block3 h2::before, #block3 h2::after {
        border-width: 4px;
    }
    #block3 h3 {
        font-size: 3.4vw;
        margin-bottom: 4vw;
        padding-left: 13%;
        line-height: 2.5;
    }
    #block3 h3 span {
        display: inline;
        padding-bottom: 0.5vw;
        border-block-width: 1px;
    }
    #block3 h3.num1::before {
        width: 14vw;
        height: 16vw;
        left: -4vw;
        top: 5vw;
    }
    #block3 h3.num2::before {
        content: '';
        width: 14vw;
        height: 20vw;
        left: -3vw;
        top: 9.5vw;
    }
    #block3 div.text {
        width: 100%;
        margin-left: 0%;
    }
    #block3 div.text h4 {
        font-size: 3.3vw;
        font-weight: 600;
        margin-bottom: 2vw;
    }
    #block3 div.text dl {
        margin: 2vw 0 4vw;
    }
    #block3 div.text dl dt {
        font-size: 3.2vw;
        line-height: 1.4;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 2vw;
        font-weight: 400;
    }
    #block3 div.text > img {
        margin: 0 auto 10vw;
        width: 100%;
    }
    #block3 div.text p {
        font-size: 3.2vw;
        line-height: 1.6;
    }
    #block3 div.text div.flex {
        margin: 4vw 0 15vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    #block3 div.text div.flex figure {
        width: 80%;
        margin-bottom: 4vw
    }
    #block3 div.text div.flex figure figcaption {
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    #block3 a {
        width: 100%;
        margin: 5vw auto;
        padding: 4vw 0;
        border-radius: 2vw;
        font-size: 4vw;
    }
    #block3 a::after {
        content: '';
        width: 2vw;
        height: 2vw;
        right: 2vw;
        top: calc(50% - 1vw);
    }
    */
    footer {
        padding: 4vw 2vw;
        height: 16vw;
    }
    footer div img {
        margin-bottom: 0.5vw;
        width: 30vw;
    }
    footer div adress {
        font-size: 1.2vw;
    }
    #ct_popup {
        display: none;
        width: 100%;
        max-width: unset;
        height: 80vh;
        position: fixed;
        top: 10vh;
        left: 0;
        padding: 8vw 4vw 0;
    }
    #ct_popup #pop_close {
        display: block;
        width: 8vw;
        height: 8vw;
        position: absolute;
        top: 0;
        right: 4vw;
        cursor: pointer;
    }
    #ct_popup section li {
        list-style: none;


        display: block;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #ct_popup section li img {
        width: 30%;
        display: block;
        margin: 0 auto 2vw;
        box-shadow: 3px 3px 5px #000;
        position: absolute;
        left: 4vw;
        top: 8vw;
        z-index: 10;
    }
    #ct_popup section li div.popinfo {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #ct_popup section li div.popinfo > div.title {
        width: 60%;
        display: block;
        margin-left: 40%;
        min-height: 42vw;
    }
    #ct_popup section li div.popinfo h4 {
        width: 100%;
        padding-left: 0;
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    #ct_popup section li div.popinfo h4 span {
        display: block;
        font-size: 4vw;
        margin-top: 1vw;
        margin-left: 0;
    }
    #ct_popup section li div.popinfo h5 {
        width: 100%;
        margin-left: 0;
        color: #fff;
        text-align: left;
    }
    #ct_popup section li div.popinfo h5 span {
        display: block;
        font-size: 3.6vw;
        margin-bottom: 1vw;
        font-weight: 600;
    }
    #ct_popup section li div.popinfo h5 span:not(.read) {
        font-size: 3vw;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 0;
    }
    #ct_popup section li div.popinfo h6 {
        width: 100%;
        padding: 2vw;
        margin: 0 0 2vw;
        background: #0055a9;
        color: #fff;
        font-size: 3.4vw;
        letter-spacing: 0.1em;
        line-height: 1;
    }
    #ct_popup section li div.popinfo p {
        color: #fff;
        padding-left: 0;
        line-height: 1.6;
        text-align: justify;
        letter-spacing: 0.1em;
        font-size: 3vw;
    }
}