.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
}

main{
    margin-top:0px;
}

iframe{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

/* アーカイブ画像の統一サイズ */
.imgbox_01 .archive_img {
    width: 100%; /* 親要素に対して幅を100%に設定 */
    max-width: 120px; /* 最大幅を120pxに制限 */
    height: auto; /* 高さを自動調整 */
    object-fit: cover; /* 画像の比率を維持しつつ切り抜き */
    aspect-ratio: 1 / 1; /* 正方形の比率を維持 */
}

.about-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -35px;
}