/* 🫛下層ヘッダー背景🫛 */



/*.sub_header {
    background-image: url(../image/subpage/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 535px;
    width: 100%;
}:*/


.ellipse-top {
    width: 119%;
    min-width: 1710px;
    height: 100vh;
    max-height: 845px;
    background-color: #2EBBD3;
    border-radius: 50%;
    position: absolute;
    top: -305px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .ellipse-top {
        min-width: 845px;
        height: 65vh;
        top: -30%;
    }
}

.sub_header {
    position: relative;
    z-index: 1;
    text-align: center;
}



.logo_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_container img {
    display: block;
    margin: 0 auto;
    padding-top: 12px;
}

/* 🫛下層ヘッダータイトル🫛 */
.sub_header_title {
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-top: 238px;
}

.sub_header_white_title {
    margin-top: 238px;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .sub_header_white_title {
        font-size: 36px;
    }

    .sub_header_title {
        padding-top: 200px;
    }
}

@media screen and (max-width: 500px) {
    .sub_header_white_title {
        font-size: 28px;
    }
}

/* 🫛パンくずリスト🫛 */
.breadcrumb {
    position: relative;
    top: 150px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    text-decoration: none;
    color: #333;
}

.breadcrumb a:hover {
    text-decoration: underline;
}