.triangle_background{
    position: absolute;
    z-index: -3;
    background-color: #FFFAD5;
    top: 0;
    width: 100%;
    height: 700px;
}
.top_wrapper{
    max-width: 1246px;
    margin: 0 auto;
    min-height: 700px;
    max-height: 700px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.top_heading_flex_content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.top_heading_flex01{
    width: 60%;
}
.top_heading_flex02{
    width: 40%;
}
.top_heading_head01 {
    width: 100%;
    margin-bottom: 20px;
}
.top_heading_head02 {
    width: 90%;
    margin-bottom: 20px;
}
.top_heading_head01 p,
.top_heading_head02 p{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    background-color: #141414;
    padding: 10px;
    display: block;
}
.top_heading_text01{
    margin-bottom: 10px;
}
.top_heading_text01 p{
    font-size: 16px;
    font-weight: 700;
}
.top_heading_text02{
    background-color: #03C7D5;
}
.top_heading_text02_inflex01 p{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}
.top_heading_text02_inflex_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}
.top_heading_text02_inflex02 img{
    width: 180px;
    transform: scale(1.3);
    margin-top: -20px;
}
.top_heading_flex02{
    max-height: 80%;
}
.top_heading_flex02_under_area{
    background-image:url(/static/image/topback_1s.png);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    top: -100px;
    z-index: 1;
    box-shadow: 30px 30px 1px 0px #ffebb4;
}
.top_heading_flex02_img{
    text-align: end;
    z-index: 2;
    position: relative;
}
.top_heading_flex02_img img{
    width: 280px;
}
.top_heading_flex02_head h2{
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}
.top_heading_flex02_text01 p{
    font-size: 30px;
    font-weight: 700;
    color: #E1B202;
}
.too_heading_flex02_text02 p{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.too_heading_flex02_text02 p span{
    font-size: 30px;
    font-weight: 700;
}
.top_heading_flex02_button p{
    font-size: 20px;
    font-weight: 700;
}
.top_heading_flex02_button a{
    background-color: #58C4DD;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
    width: 240px;
    display:block;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom:10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background: linear-gradient(to bottom, #1FBBD0, #039BAF);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -2;
}

.triangle_right {
    position: absolute;
    top: 0;
    right: 0; /* 右寄せ */
    width: 700px;
    height: 700px;
    background: linear-gradient(to bottom, #1FBBD0, #039BAF);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -3;
}
/*-----------*/
/*
Swiper
*/
/*-----------*/
.slider_area_container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.swiper_under_text{
    max-width: 1600px;
    width: 95vw;
    margin-left: auto;
    margin-right: 0;
}
.slider_wrapper {
    max-width: 1600px;
    width: 95vw;
    height: 520px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.slider_container {
    width: 100%;
    height: 100%;
}
.slider_slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

.slider_pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper_under_text{
    margin-top: 20px;
}
.swiper_under_text p{
    font-size: 14px;
}

@media(max-width:1246px){
    .top_wrapper{
        max-width: 98vw;
    }
    .top_wrapper{
        align-items: center;
    }
    .top_heading_head01{
        width: 100%;
    }
    .top_heading_head02{
        width: 90%;
    }
    .top_heading_head01 p, .top_heading_head02 p {
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        background-color: #141414;
        padding: 10px;
        display: block;
    }
    .top_heading_text02_inflex01 p{
        font-size: 25px;
    }
    .top_heading_text02_inflex02 img{
        width: 140px;
        transform: scale(1.3);
        margin-top: -20px;
    }
    .top_heading_flex02_img img{
        width: 160px;
    }
    .top_heading_flex02_head h2{
        font-size: 25px;
        margin-top: 50px;
    }
    .triangle_background{
        height: 700px;
    }
    .triangle {
        width: 400px;
        height: 700px;
    }
    .triangle_right {
        width: 400px;
        height: 700px;
    }
}
@media(max-width:768px){
    .top_wrapper{
        max-height: 100vh;
        min-height: 100vh;
        padding-top: 160px;
    }
    .triangle_background{
        height: 1000px;
    }
    .triangle {
        width: 200px;
        height: 1000px;
    }
    .triangle_right {
        width: 200px;
        height: 1000px;
    }
    .top_heading_flex_content{
        flex-wrap: wrap;
        gap: 0;
    }
    .top_heading_flex01{
        width: 100%;
    }
    .top_heading_flex02{
        width: 100%;
    }
    .top_heading_text02_inflex02 img{
        width: 100px;
        transform: scale(1.2);
    }
    .top_heading_text02_inflex01 br{
        display: none;
    }
    .top_heading_text02_inflex_content{
        gap: 20px;
    }
    .top_heading_head01 p{
        font-size: 25px;
    }
    .top_heading_flex02_head h2{
        margin-top: 20px;
    }
    .slider_area_container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .swiper_under_text{
        max-width: 1600px;
        width: 95vw;
        margin-left: auto;
        margin-right: 0;
    }
    .slider_wrapper {
        max-width: 1600px;
        width: 98vw;
        height: 280px;
    }
    .slider_container {
        width: 100%;
        height: 100%;
    }
    .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.4;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .swiper_under_text{
        margin-top: 10px;
    }
    .swiper_under_text p{
        font-size: 14px;
        line-height: 35px;
    }
}

/*----------*/
/*
トップフレーズ
/*
/*----------*/
.top_phrase_wrapper{
    max-width: 1600px;
    width: 98vw;
    margin-left: auto;
    padding-bottom: 60px;
}
.top_phrase_flex_content{
    display: flex;
    gap: 20px;
}
.top_phrase_flex01{
    width: 35%;
}
.top_phrase_heading{
    margin-bottom: 20px;
}
.top_phrase_heading h3{
    font-size: 35px;
    font-weight: 700;
}
.top_phrase_text p{
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}
.top_phrase_flex02{
    width: 65%;
}
.top_phrase_flex02 img{
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    transition: filter 0.3s ease !important;
    filter: brightness(0.8) !important;
}
.top_phrase_flex02 img:hover {
    filter: brightness(1) !important;
}
.top_phrase_text p{
    font-size: 16px;
}
@media(max-width:1600px){
    .top_phrase_heading br{
        display: none;
    }
}
@media(max-width:1246px){
    .top_phrase_wrapper{
        max-width: 1600px;
        width: 95vw;
        margin-left: auto;
        padding-bottom: 60px;
    }
    .top_phrase_flex_content{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .top_phrase_flex01{
        width: 100%;
    }
    .top_phrase_flex02{
        width: 100%;
    }
    .top_phrase_heading{
        margin-bottom: 20px;
    }
    .top_phrase_heading h3{
        font-size: 25px;
    }
    .top_phrase_text p{
        font-size: 16px;
        line-height: 35px;
    }
    .top_phrase_flex02 img{
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    .top_phrase_text p{
        font-size: 16px;
    }
}


/*-----ナビゲーション-----*/

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
    transition: background-color 0.3s, transform 0.3s !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold !important;
}

/* ホバー時 */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.1) !important;
}

/* ページネーション */
.swiper-pagination-bullet {
    background: #999 !important;
    opacity: 1 !important;
    transition: background-color 0.3s, transform 0.3s !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    transform: scale(1.3) !important;
}

/* ページネーションの位置調整 */
.slider_pagination {
    bottom: 20px !important;
}

.slider_slide .slider_image {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease !important;
    filter: brightness(0.8) !important; /* 若干暗め */
}

/* ホバーで明るさを戻す */
.slider_slide:hover .slider_image {
    filter: brightness(1) !important;
}
.swiper-slide img{
    max-height: 450px;
}
@media(max-width:768px){
    .swiper-slide img{
        height: 100% !important;
        max-height: 300px;
    }
}