@charset "UTF-8";

#mv .mv_text>div {
    color: #018870;
    text-shadow: 0 0 7px #fff;
}
#mv .mv_text {
    height: 100%;
    align-items: center;
    bottom: 0 !important;
}
#mv .mv_text.t_align_center>div p.static {
    color: #ffffff;
    text-shadow: 0 0 7px #000;
}
#mv.slide01 .mv_img li.show img {
    animation: unset;
}
#mv .mv_img li img {
    object-fit: contain;
}
#mv .mv_img li.pos_c img {
    object-position: 50% 90%;
}
#map + section .content_wrapper {
    padding: 0;
}
#map + section .content_wrapper iframe {
    width: 100%;
}
#staff1, #staff2 {
    display: none;
}
main#main > #staff1 + .widget_staff01, main#main > #staff2 + .widget_staff01 {
    max-width: 360px;
    width: calc(100% / 3);
}
main#main > #staff1 + .widget_staff01 .inner_item, main#main > #staff2 + .widget_staff01 .inner_item {
    width: 100%;
}
@media (max-width: 900px) {
main#main {
    display: block;
}
main#main > #staff1 + .widget_staff01, main#main > #staff2 + .widget_staff01 {
    max-width: 100%;
    width: 100%;
}
}


@media screen and (max-width: 1023px) {
    #mv .mv_text {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 800px) {
    #mv .mv_text p {
        font-size: 3vw !important;
    }
}



#mv .mv_img {
background: #FFFCF7;
}
#mv .mv_scroll {
bottom: 10px;
width: 40px;
height: 40px;
left: calc(50% - 20px);
}
#mv .mv_scroll a::before {
    width: 11px!important;
    height: 11px!important;
    top: 12px!important;
    left: 13px!important;
}
#mv .mv_scroll a::after{
    width: 40px;
    height: 40px;
}
#mv_banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    max-width: 1200px;
    width: 100%;
    z-index: 14;
}
#mv_banner .wrapper_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#mv_banner .wrapper_item .inner_item {
    width: 23.5%;
}
#mv_banner .wrapper_item .inner_item a:hover img {
    opacity: 0.7;
}
#mv_banner .banner_ttl {
    background: var(--i_main_color);
    font-weight: bold;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    position: relative;
}
#mv_banner .banner_ttl:before {
    display: block;
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 3px;
    left: 3px;
    background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
#mv_banner {
    display: none;
}
}


.mv_under_banner {
    display: block;
}
.mv_under_banner .wrapper_item {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mv_under_banner .wrapper_item .inner_item {
    width: 25%;
}
.mv_under_banner .wrapper_item .inner_item .inner_item_img {
    width: 80%;
    margin: 0 auto;
}
.mv_under_banner .wrapper_item .inner_item a:hover img {
    opacity: 0.7;
}
.mv_under_banner .content_wrapper {
    text-align: center
}
@media screen and (max-width: 900px) {
.mv_under_banner .wrapper_item .inner_item {
    width: 50%;
}
.mv_under_banner .wrapper_item .inner_item:nth-child(n + 3) {
    margin-top: 2rem;
}
}
@media screen and (max-width: 450px) {
.mv_under_banner .wrapper_item {
    display: block;
}
.mv_under_banner .wrapper_item .inner_item {
    width: 100%;
}
.mv_under_banner .wrapper_item .inner_item:nth-child(n + 3) {
    margin-top: 0;
}
.mv_under_banner .wrapper_item .inner_item:nth-child(n + 2) {
    margin-top: 2rem;
}
}

/*-----------------------20251205追加----------------------------------*/
/* オンラインサービス */
.mv_under_banner .wrapper_item .inner_item .inner_item_img img {
    width: 100%;
    height: 100%;
}
