@charset "utf-8";
/* CSS Document */

#about_main_p {
    padding-bottom: 80px;
}

#about_main_p > div#Greetings > .zb {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100lvh;
    background-image: url(../images/skjbhh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

#about_main_p > div#Greetings > .txt {
    background:rgba(255,255,255,0.85);
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding: 30px 0 30px;
}

#about_main_p > div#Greetings > .txt > div {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#about_main_p > div#Greetings > .txt > div > h3 {
    background-color: #008bd5;
    color: #ffffff;
    border-radius: 30px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    font-size: 1.1rem;
}

#about_main_p > div#Greetings > .txt > div > dl {
    margin-top: 10px;
}

#about_main_p > div#Greetings > .txt > div > dl > dt {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    color: #00344f;
}

#about_main_p > div#Greetings > .txt > div > dl > dt > span {
    font-size: 1.8rem;
    display: block;
}

#about_main_p > div#Greetings > .txt > div > dl > dd {
    padding-top: 25px;
    color: #55636b;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > p {
    padding-top: 2em;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > p:first-of-type {
    padding-top: 0;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > div.img {
    padding-top: 25px;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > div.name {
    display: block;
    padding-top: 20px;
    font-size: 2.4rem;
    text-align: right;
    line-height: 1.6;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > div.name span {
    display: block;
    font-size: 1.2rem;
}

#organization{
    position: relative;
    padding-bottom: 80px;
}

#organization::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
    to right, 
    #008bd5 0%, #008bd5 25%, /*ピンク*/
    #f8b800 25%, #f8b800 50%, /*黄色*/
    #7cb12a 50%, #7cb12a 75%, /*緑*/
    #e62a40 75%, #e62a40 100% /*青*/
    );
}

#organization > .block {
    margin-top: 30px;
}

#organization .pdf {
    width: fit-content;
}

#organization .pdf::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/about/images/skjbpdf.png);
    background-repeat: no-repeat;
}

#relatedorganizations{
    position: relative;
}

#relatedorganizations > .block:first-of-type {
    margin-top: 30px;
}

#relatedorganizations::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
    to right, 
    #008bd5 0%, #008bd5 25%, /*ピンク*/
    #f8b800 25%, #f8b800 50%, /*黄色*/
    #7cb12a 50%, #7cb12a 75%, /*緑*/
    #e62a40 75%, #e62a40 100% /*青*/
    );
}


/***********************************************************/
@media only screen and (min-width:768px) {


#about_main_p > div#Greetings > .txt {
    margin-top: 0;
    padding: 60px 0 80px;
}

#about_main_p > div#Greetings > .txt > div > h3 {
    background-color: #008bd5;
    color: #ffffff;
    border-radius: 30px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 1.4rem;
}

#about_main_p > div#Greetings > .txt > div > dl {
    margin-top: 20px;
}

#about_main_p > div#Greetings > .txt > div > dl > dt {
    font-size: 3rem;
}

#about_main_p > div#Greetings > .txt > div > dl > dt > span {
    font-size: 4rem;
    line-height: 1.5;
}

#about_main_p > div#Greetings > .txt > div > dl > dd {
    padding-top: 50px;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > div.img {
    padding-top: 35px;
}

#about_main_p > div#Greetings > .txt > div > dl > dd > div.name {
    display: none;
}

#organization > .block {
    margin-top: 0;
}

#relatedorganizations > .block:first-of-type {
    margin-top: 0;
}


}




/***********************************************************/
@media only screen and (min-width:1200px) {



}

