h1 {
    color: #777777;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-image: url(images/.png);
    height: 320px;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: top center;
}

.zvz {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.naiyou {
    font-size: 20px;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

header {
    margin-top: 40px;
}



.zvz {
    margin-top: 200px;
}

.form {
    color: #ffffff;
    background-color: rgb(38, 125, 69);
}

.form:hover {
    box-shadow: 0 5px 12px rgba(8, 8, 8, 0.2);

}




.body {

    margin: 100px;

}


.sofu {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

.sohu {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.midashi {
    margin-top: 15%;
    font-size: 30px;
    text-align: center;
    background-color: rgb(53, 54, 53);
    box-shadow: 0 5px 12px rgba(8, 8, 8, 0.2);
    padding: 10px;
    border: 10px solid;
    border-image: linear-gradient(to right, #fe0032, #1da0f1, #ff00c7, #1da0f1, #1482ff, #5aa36e) 1;
    border-top: 10px solid;
    border-radius: 20px;
}
.midashi img{
width: 30px;
    
}

p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h2 {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 画面幅が900px以下の場合のスタイル */
@media screen and (max-width: 900px) {
    .container {
        padding: 10px;
    }
}

/* 画面幅が600px以下の場合のスタイル */
@media screen and (max-width: 800px) {
    .container {
        padding: 5px;
    }
}






#global-nav {
    position: fixed;
    /* 固定表示 */
    top: 0;
    /* 上部に配置 */
    left: 0;
    width: 100%;
    /* 幅を100%に設定 */
    background-color: rgba(30, 215, 96, 0.5);
    backdrop-filter: blur(10px);
    /* 背景色 */
    z-index: 9999;
    /* 他の要素より前面に表示 */
}

#global-nav {
    box-shadow: 0 5px 12px rgba(8, 8, 8, 0.2);
    /*影はここ*/
}

#global-nav .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    /* 上下のパディングを調整 */
}

.global-list {
    display: flex;
    justify-content: center;
    /* 中央揃え */
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-list li {
    margin-right: 40px;
}

.global-list a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;

    transform: scale(1.0);
    transition: 0.3s;
}

.global-list a:hover {
    box-shadow: 0 5px 12px rgba(8, 8, 8, 0.2);
    color: #00eeff;
    width: 20px;
    border-radius: 16px;
    transform: scale(1.8);
    transition: 0.3s;
}

#popup1 {
    display: none;
}

#popup2 {
    display: none;
}

#popup3 {
    display: none;
}

#popup4 {
    display: none;
}

#popup5 {
    display: none;
}

#popup6 {
    display: none;
}

#popup7 {
    display: none;
}

#popup8 {
    display: none;
}

#popup8 {
    display: none;
}

#popup9 {
    display: none;
}

#popup10 {
    display: none;
}

.overlay {
    display: none;
}

#popup1:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup2:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup3:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup4:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup5:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup6:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup7:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup8:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup9:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup10:checked+.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}





.window {
    width: 90vw;
    max-width: 200px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.styled-image {
    width: 100%;
    height: auto;
    /* 高さを自動調整 */
}


.close {
    cursor: pointer;
    position: absolute;
    box-shadow: 0 5px 12px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);

    top: -10px;
    /* ボタン位置調整 */
    right: -65px;
    /* ボタン位置調整 */
    font-size: 30px;
    /* 閉じるボタンのサイズ */
    transform: scale(1.0; ) transition: 0.3s;
}

.close:hover {
    box-shadow: 0 5px 12px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: scale(1.2);
    transition: 0.3s;
}

.close:click {
    color: #3c3c3c;
}

.koukoku {
    display: flex;
    justify-content: center;
    /* 中央揃え */
    list-style: none;
    margin: 0;
    padding: 0;
}

.koukoku li {
    margin-right: 40px;
    font-size: 16px;
}

footer {
    width: 70%;
    color: rgba(30, 215, 96, 0.5);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    position: fixed;
    bottom: 0;
    margin-bottom 0px;
}
