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;
}


h2{
    color: #ffffff;
    font-size: 40px;
    position: center;
}
@media screen and (max-width: 800px) {
h2 {
    color: #ffffff;
    font-size: 40px;
    position: center;
    margin-top: 200px;
}
}
h3{
    color: #ffffff;
    font-size: 20px;
}
p{
    color: #ffffff;
    font-size: 20px;
}
header{
    margin-top: 40px;
}
.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;

}











.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;
        font-style: normal;
    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;
}v
















#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: 1200px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    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;
    top: -10px;
    /* ボタン位置調整 */
    right: -3px;
    /* ボタン位置調整 */
    font-size: 30px;
    /* 閉じるボタンのサイズ */
}



.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;
}


