
@charset "UTF-8";

#title+section, #title+section .heading.block_header_3{
    overflow: visible;
}
#title+section .content_wrapper{
    padding-inline: 0;
}
#title+section .heading.block_header_3{
    position:relative;
    padding: 8rem 0;
}
#title+section .heading.block_header_3 .h{
    font-size: 2.4rem;
}
#title+section .heading.block_header_3:before{
    position: absolute;
    top: auto;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0%);
    border: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: var(--i_sub_color) transparent transparent transparent;
}
@media screen and (max-width: 900px){
    #title+section .heading.block_header_3 .h{
        font-size: 2rem;
    }
    #title+section .heading.block_header_3{
        padding: 4rem 0;
    }
}
#gaiheki+section .heading.block_header_2 .h{
    padding-left: 0;
}
#gaiheki+section .heading.block_header_2 .h::before{
    content: none;
}
/*-----------MVテキストフェードアウト---------------*/
.complete~#mv_outer .mv_text{
	transition: opacity 1s 10s ease-in-out;
	opacity: 0;
}