html{
    font-size: 16px;
    font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,
                'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    color: #444444;
}
p{
    margin:0;
}
body{
    position: relative;
    margin:0px;
    overflow-x: hidden;
}
.width-max{
    width: 100%;}
.height-max{
    height: 100%;}
.width-80{
    width: 80%;}
.width-half{
    width: 50%;}
.center_margin{
    margin-left: auto;
    margin-right: auto;
}
.hidden_view{
    display: none;}
.pc_hidden_view{
    display: none;}
.slide_under{
    z-index: 1;}
.slide_upper{
    z-index: 2;}
.opacity_on{
    opacity: 1;}
.opacity_off{
    opacity: 0;}
.bottom-halfline-margin{
    margin-bottom: 1em;}
.bottom-1line-margin{
    margin-bottom: 2em;}
.bottom-2line-margin{
    margin-bottom: 4em;}
.bottom-1line-padding{
    padding-bottom: 2em;}
.bottom-2line-padding{
    padding-bottom: 4em;}
.lineup_3{
    width: 33.3%;
    text-align: center;
    font-size: 1rem;
    float: left;}
.lineup_2{
    width: 50%;
    text-align: center;
    font-size: 1rem;
    float: left;}
.lineup_3in2_margin_left{
    margin-left: 16.65%;}
.lineup_3in2_margin_right{
    margin-right:16.65%;}
.icon_view{
    background-color: #fff;
    border-radius: 50%;
    width: 132px;
    height: 132px;}
.icon_margin{
    margin-top: 32px;}
.photo_view{
    border-radius: 50%;
    cursor: pointer;
}
.float_clear::after{
    content: "";
    display: block;
    clear: both;}
.table_view{
    display: table;
    width: 100%}
.block_view{
    display: block;}
.inline-block_view{
    display:inline-block;}
.text_left{
    text-align: left;}
.text_right{
    text-align: right;}
.text_center{
    text-align: center;}
.weight_500{
    font-weight: 500;}
.weight_bold{
    font-weight: bold;}
.font_small{
    font-size: 0.7rem;}
.font_middle{
    font-size: 1.6rem;}
.font_large{
    font-size: 2.5rem;}
.top-menu{
    display: none;}
input[type="date"] {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}
input{
  vertical-align: middle; /* 垂直方向の中央揃え */
}
select{
  vertical-align: middle; /* 垂直方向の中央揃え */
}

.gray_background,.gray_background_ins{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(80,80,80,0.6);
    width: 100vw;
    height: 100vh;
    z-index: 900;}
    .content_base{
        position: relative;
        background-color: #fff;
        width: 80vw;
        max-width: 600px;
        height: 80vh;
        margin:30px auto;
        overflow-y: auto;
    }
    .close_button{
        cursor: pointer;
        position: absolute;
        width:35px;
        height:35px;
        top: 6px;
        right: 6px;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;}
        .close_button::before{transform: rotate(45deg);top: 16px;}
        .close_button::after{transform: rotate(-45deg);top: 14px;}
        .close_button::before,.close_button::after{
            display:block;
            content:" ";
            position: relative;
            height:2px;
            width:35px;
            background-color: #888888;}
    .content_base .ins {
        padding: 4rem 0 !important;
    }
    .content_base .content_modal {
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 8rem 0;}
        .content_base .content_modal h3 {
            position: relative;
            margin: 2rem 0;
            border-bottom: 1px solid #b4d000;}
        .content_base .content_modal h3::after {
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;}
        .content_modal .modal_left{
            text-align: left;
            display: table-cell;
            width:25%;}
            .modal_left p{
                color: #356c7b;
                font-weight: bold;
                font-size: 1rem;
            }
        .content_modal .modal_right{
            text-align: left;
            display: table-cell;
            padding-left: 2vw;
            width:calc(75% - 2vw);}
            .modal_right p{
                font-size: 1rem;
            }
        .prof_message{
            font-size: 1rem;}
        .prof_title_base{
            position: relative;}
            .prof_title_base .prof_img{
                position: absolute;
                top: -80px;
                right: -15px;
                width:150px;
                height: 150px;
                border-radius: 50%;}
            .prof_title_base .prof_img .prof_image1,
            .prof_title_base .prof_img .prof_image2{
                position: absolute;
                border-radius: 50%;}

        .content_base .content_modal img{
            width: 100%;
        }

.loading_base{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    width: 100vw;
    height: 110vh;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 0;
    animation:  wait_anime 4s ease 0s 1 alternate,
                fadeout 1s ease 4s 1 alternate;}
.loading_logo{
    line-height: 50%;
    position: absolute;
    width: 300px;
    height: 300px;
    top: calc(50% - 200px);
    left: calc(50% - 150px);}
    .loading_logo .logo_bell{
        position: absolute;
        z-index: 3;
        transform: rotateZ(0deg);
        animation:  fadein 1s ease 0s 1 alternate,
                    bell_anime 1s ease 1s 1 alternate,
                    wait_anime 1s ease 2s 1 alternate;}
    .loading_logo .logo_L{
        position: absolute;
        z-index: 3;
        animation:  fadein 1s ease 0s 1 alternate;}
    .loading_logo .logo_R{
        position: absolute;
        z-index: 3;
        animation:  fadein 1s ease 0s 1 alternate;}
    .loading_logo .logo_text{
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 300px;}
    .loading_logo .logo_text{
        z-index: 1;}
    .loading_logo .logo_text:before {
        content: '';
        background-color: #fff;
        z-index: 2;
        transform: rotateZ(180deg);
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none;
        position: absolute;
        clip-path: inset(50% 0 0 0);
        animation:  text_wait_anime 2s ease 0s 1 alternate,
                    text_anime 1s ease 2s 1 alternate;}

.top-side{
    position: fixed;
    z-index: 100;
    top: -10px;
    left:0;
    width: 24vh;
    height:calc(100vh + 20px);
    min-height: 500px;
    background-image:
            linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
            url("../img/bell-2.png");
    background-size: 100% 100%;}
    .top-side .side-content{
        position: relative;
        top: 0;
        left: 0;
        width:20vh;
        height: 100%;
        text-align: center;}
        .side-content .side-logo{
            height: 10vh;
            margin: 50px auto ;}
        .side-content .side-text-img{
            height: 30vh;}
    .top-side .side-menu{
        position: absolute;
        bottom: 5vh;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 7vh;
        font-size: 2.5vh;}
        .top-side .side-menu p{
        cursor: pointer;}

.top-main{
    position: relative;
    height:100vh;
    width: calc(100vw - 18vh);
    margin-left: 18vh;
    z-index: 0;}
    .top-main .slide{
        overflow: hidden;
        position: absolute;
        width:100%;
        height:100vh;}
    #slide1 .cover1,#slide2 .cover1,#slide3 .cover1,
    #slide1 .cover2,#slide2 .cover2,#slide3 .cover2,
    #slide1 .cover3,#slide2 .cover3,#slide3 .cover3,
    #slide1 .cover4,#slide2 .cover4,#slide3 .cover4,
    #slide1 .cover5,#slide2 .cover5,#slide3 .cover5{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    #slide1 > div{background: url("../img/photo1.jpg") center / cover;}
    #slide2 > div{background: url("../img/photo2.jpg") center / cover;}
    #slide3 > div{background: url("../img/photo3.jpg") center / cover;}
    
    #slide1 .cover1,#slide2 .cover1,#slide3 .cover1{
        clip-path: inset(0 0 79% 0);
        animation:  cover1_anime 2s ease 0s 1 alternate,
                    cover_zoom 8s ease 0s 1 alternate ;}
    #slide1 .cover2,#slide2 .cover2,#slide3 .cover2{
        clip-path: inset(20% 0 59% 0);
        animation:  wait_hidden_anime .2s ease 0s 1 alternate,
                    cover2_anime 2s ease .2s 1 alternate,
                    cover_zoom 8s ease 0s 1 alternate ;}
    #slide1 .cover3,#slide2 .cover3,#slide3 .cover3{
        clip-path: inset(40% 0 39% 0);
        animation:  wait_hidden_anime .4s ease 0s 1 alternate,
                    cover3_anime 2s ease .4s 1 alternate,
                    cover_zoom 8s ease 0s 1 alternate ;}
    #slide1 .cover4,#slide2 .cover4,#slide3 .cover4{
        clip-path: inset(60% 0 19% 0);
        animation:  wait_hidden_anime .6s ease 0s 1 alternate,
                    cover4_anime 2s ease .6s 1 alternate,
                    cover_zoom 8s ease 0s 1 alternate ;}
    #slide1 .cover5,#slide2 .cover5,#slide3 .cover5{
        clip-path: inset(80% 0 0 0);
        animation:  wait_hidden_anime .8s ease 0s 1 alternate,
                    cover5_anime 2s ease .8s 1 alternate,
                    cover_zoom 8s ease 0s 1 alternate ;}
    .bell_guidelines{
        position: absolute;
        top:calc(50% - 3vw);
        left:0;
        z-index: 3;
        width: 100%;
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
        color:#fff;
        filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.7));
    }
    .bell_guidelines img {
      max-width:70%;
    }

.sections{
    width: calc(100vw - 18vh);
    margin-left: 18vh;
    text-align: center;
    position: relative;}
.sections hr{
    height: 9px;
    border:0;
    box-shadow: inset 0 9px 9px -9px #bbb;}
.sections rt{
    font-size: 30%;}
.sections button{
        background-color: #FFF;
        border: 0;
        }

.content{
    width: 65vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    overflow-x: hidden;}
    .pos-relative{
        height: 100%;
        position:relative;}
    .sections .zeromargin{
        margin: 0;}
    .sections p{
        font-size: 1.2rem;
}

.sections .section1{
    position: relative;
    height:25vh;
    background-repeat: no-repeat; 
    background: url("../img/bg-ojiba.jpg") bottom center / 100% auto no-repeat;}
    .section1 #cont1{
        position:absolute;
        text-align:right;
        width: 30vw;
        min-width: 465px;
        top:calc(50% - 20px);
        right:calc(100px);}
    .section1 #cont1 .section1_title{
            width: 100%;}
            .section1 h1{
                font-size: 3.5rem;
                color: #454545;
                text-shadow: 2px 1px #c7edff, 4px 2px #9acee7, 6px 3px #6bbade;
                }
            .section1 h1 hr{
                margin-bottom: 0.3em;
                display: inline-block;
                height:2px;
                width:20px;
                background-color: #b4d000;}
    .section1 .blue{
        color: #356c7b;
        letter-spacing: 0.1em;
        font-size: 4rem;}
    .section1 .green{
        color: #b4d000; 
        font-size: 5.2rem;}
    .section1 h3{
        border-bottom: solid 1px #b4d000;
        position: relative;}
    .section1 h3::after{
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: -1px;
        width: 80%;
        border-bottom: 1px solid #999999;
}

.sections .section2{
    text-align: left;
    position: relative;
    width:100%;
    background: url("../img/bg-w.jpg") center / cover;}
    .section2 .section2_left{
        float: left;
        position: relative;
        width: 70%;}
    .section2 .section_align_right{
    	padding-top:2rem;
    	padding-bottom:2rem;
    }
    .section2 .section_align_right h1{
        font-size: 1.2rem;}
        .section2 h1 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}
    .section2 .section_align_right h4{
        color: #2f6878;
        font-size: 2.2rem;
        font-weight: bold;
        letter-spacing: 0.2em;
        padding-top: 1rem;
        //padding-bottom: 1rem;
        border-bottom: solid 1px #b4d000;
        position: relative;}
    .section2 .section_align_right h4::after{
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 80%;
        border-bottom: 1px solid #999999;}
    .section2 .section_align_right .top_margin{
        padding-top: 1.5rem;}
    .section2 .section2_right{
        float: left;
        position: relative;
        text-align: right;
        width: 30%;}
    .section2 .section2_right img{
        width:80%;
        min-width: 200px;
        min-height: 200px;
        max-width: 350px;
        max-height: 350px;
    }
    

.sections .section3{
    position: relative;
    width: 100%;
    display: table;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url("../img/bg-w.jpg") center / cover;}
    .section3 .content{
        padding: 4rem 0;
    }
    .section3 .section3_left{
        text-align: left;
        display: table-cell;
        min-width: 230px;}
    .section3 .section3_right{
        text-align: left;
        padding-left: 5vw;
        width:70%;
        border-left: 1px solid #999999;
        display: table-cell;
        vertical-align: middle;}
    .section3 .section3_title{
        width: 100%;}
        .section3 h2{
            color: #2f6878;
            text-align: left;
            letter-spacing: 0.2em;}
        .section3 h1{
            text-align: left;
            font-size: 1.2rem;}
        .section3 h1 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}
    .section3_img{
        float: left;
        width: 30%;
        min-width: 180px;
        max-width: 400px;}
    .section3_content{
        float: left;
        text-align: left;
        width:70%;}
        .section3_content .content_title_right{
            position: relative;
            left: -70px;
            top: 0;
            color: #2f6878;
            font-size: 2.6rem;
            font-weight: bold;}
        .section3_content .content_title_left{
            position: relative;
            right: -70px;
            top: 0;
            text-align: right;
            color: #2f6878;
            font-size: 2.6rem;
            font-weight: bold;
        }

.sections .section4{
    background-color: #f4f5e9;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: url("../img/bg-y.jpg") center / cover;}
    .section4 .section4_left{
        float: left;
        width: calc(50% - 20px);
        margin-right: 15px;}
    .section4 .section4_right{
        float: left;
        width: calc(50% - 20px);
        margin-left: 15px;}
    .section4 .section4_item{
        border-radius: 10px;
        background-color: #fff;
        height: 110px;
        color: #666666;}
        .section4 .section4_item:visited{
            color: #666666;}
    .section4 .section4_item img{
        max-height: 90px;
        max-width: 90px;}
    .section4 .section4_item .table_cell{
        display: table-cell;
        vertical-align: middle;
        text-align: center;}
    .section4 .company .section4_item .table_cell.logo_view{
        width: 140px;}
    .section4 .items .section4_item .table_cell.logo_view{
        width: 50%;}
        .section4 .items .section4_item .table_cell.logo_view img{
            max-height: 70px;}
    .section4 h1{
        letter-spacing: 0.1em;
        color:#356c7b;
        position: relative;
        text-align: left;
        border-bottom: solid 1px #b4d000;
        font-size: 1.6rem;
        margin-top: 4rem;}
        .section4 h1::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;}
    .section4 h2{
        letter-spacing: 0.1em;
        font-weight: bold;
        text-align: left;
        font-size: 1.2rem;}
    .section4 h3{
        letter-spacing: 0.1em;
        font-weight: bold;
        text-align: left;
        font-size: 1.2rem;
        padding-left: 10px;}
    .section4 .lineup_3 .icon_view{
        background-color: #fff;
        border-radius: 50%;

    }

.sections .section5{
    background-color: #ebf4f7;
    position: relative;
    width: 100%;
    display: table;
    padding-top: 4rem;
    padding-bottom: 4rem;}
    .section5 .section5_left{
        text-align: left;
        display: table-cell;
        width:22vw;
        min-width: 310px;
        padding: 0 3vw;
        vertical-align: middle;}
    .section5 .section5_right{
        text-align: left;
        padding-left: 5vw;
        width:calc(75% - 5vw);
        border-left: 1px solid #999999;
        display: table-cell;
        vertical-align: middle;}
        .section5 .section5_right p{
            line-height: 2.2rem;}
            .section5 .section5_right p span{
                padding-right: 2vw;
                width: 175px;}
    .section5 .section5_title{
        width: 100%;}
        .section5 .section5_title h1{
            text-align: left;
            line-height: 4rem;
            font-size: 1.2rem;}
        .section5 .section5_title h1 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}
        .section5 .section5_left h4{
            text-align: left;
            display: inline-block;}
        


.sections .section6{
    position: relative;
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url("../img/bg-w.jpg") center / cover;}
    .section6 .section6_left{
        text-align: left;
        float: left;
        width:35%;}
    .section6 .section6_right{
        text-align: left;
        float: left;
        padding-left: 2vw;
        width:calc(65% - 2vw);}
    .section6 .section6_title{
        width: 100%;}
        .section6 h1{
            text-align: left;
            line-height: 4rem;
            font-size: 1.2rem;}
        .section6 h1 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}

.sections .section7{
    background-color: #307b8f;
    color: #fff;
    position: relative;
    width: 100%;
    padding-top: 6rem;}
    .section7 .swiper-container{
        padding-bottom:6rem;}
        .swiper-button-next, .swiper-button-prev{
            position: absolute;
            top: 50%;
            width: 48px;
            height: 28px;
            margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
            z-index: 10;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image:
            linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
            url("../img/arrow.png");
        background-size: 100% 100%;}
        .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
        .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
            content:"";}
            .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
                bottom: 50px;
            }
        .swiper-button-next{
            transform: rotateZ(90deg);}
        .swiper-button-prev{
            transform: rotateZ(270deg);}
    .section7 .section7_left{
        text-align: left;
        float: left;
        width:35%;}
    .section7 .section7_right{
        text-align: left;
        float: left;
        padding-left: 2vw;
        width:calc(65% - 2vw);}
    .section7 .section7_title{
        width: 100%;}
        .section7 h1{
            text-align: left;
            line-height: 4rem;
            font-size: 1.2rem;}
        .section7 h1 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;
        }
    .name_position{
        position: relative;
        top: -0.5rem;
    }

.sections .section8{
    background-color: #f4f5e9;
    position: relative;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    
    .section8 h1{
        letter-spacing: 0.1em;
        color:#356c7b;
        position: relative;
        text-align: left;
        border-bottom: solid 1px #b4d000;
        font-size: 1.6rem;
        margin-top: 4rem;}
        .section8 h1::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;}    
    
    }
    .section8 .section8_left{
        text-align: left;
        float: left;
        width:calc(22% - 2vw);
        padding-left: 2vw;}
    .section8 .section8_right{
        text-align: left;
        float: left;
        padding-left: 2vw;
        width:calc(78% - 2vw);}
    .section8 .section8_title{
        width: 100%;
        padding: 2rem 0;}
        .section8 h2{
            text-align: left;
            line-height: 4rem;
            font-size: 1.2rem;}
        .section8 h2 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}
        .section8 .table_view{
            position: relative;
            border-bottom: 1px solid #b4d000;
            padding-bottom: 1rem;
        }
        .section8 .table_view::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;
        }
        .section8 .map_view{
            width: 100%;
            height:400px;}

.sections .section9{
    position: relative;
    width: 100%;
    display: table;
    padding-top: 6rem;
    padding-bottom: 6rem;}
    .section9 .section9_left{
        text-align: left;
        display: table-cell;
        width:80%;
        vertical-align: middle;}
    .section9 .section9_right{
        text-align: left;
        display: table-cell;
        width:calc(20% - 42px);}
    .section9 .section9_right img{
        border:1px solid #5996a6;
        margin:20px;}
        .section9 .section9_right .add_friend{
            border:unset;
            margin:21px;}
    .section9 .section9_title{
        margin-top: 2em;
        width: 100%;}
        .section9 h2{
            color: #2f6878;
            font-size: 1.6rem;
            text-align: left;
            display: inline-flex;
            align-items: center;}
        .section9 .LINE_title{
            position: relative;
            border-bottom: 1px solid #b4d000;
            margin-bottom: 2rem;
        }
        .section9 .LINE_title::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 90%;
            border-bottom: 1px solid #999999;
        }
	.sectionfm .required {
	}

	.sectionfm .required:after {
	    content: " *";
	    color: #E00;
	}

        
    .sectionfm  .form_left{
        text-align: left;
        float: left;
        width:calc(22% - 2vw);
        padding-left: 2vw;}
    .sectionfm .form_right{
        text-align: left;
        float: left;
        padding-left: 2vw;
        width:calc(78% - 2vw);}

    .sectionfm .form_all{
        text-align: left;
        float: left;
        padding-left: 2vw;
        width:calc(100% - 2vw);}
    .sectionfm .form_title{
    
        width: 100%;
        padding: 2rem 0 4rem;}
    .sectionfm table{
        margin-bottom:4rem;
        font-size: 1.2rem;}
    .sectionfm h2{
        letter-spacing: 0.1em;
        color:#356c7b;
        position: relative;
        text-align: left;
        border-bottom: solid 1px #b4d000;
        font-size: 1.6rem;
        margin-top: 1rem;}
        .sectionfm h2::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;}    
            text-align: left;
            line-height: 4rem;
            font-size: 1.2rem;}
            
        .sectionfm h2 hr{
            margin-bottom: 0.3em;
            display: inline-block;
            height:2px;
            width:20px;
            background-color: #b4d000;}
        .sectionfm .table_view{
            position: relative;
            border-bottom: 1px solid #b4d000;
            padding-bottom: 1rem;
        }
        .sectionfm .table_view::after{
            content: "";
            display: block;
            line-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80%;
            border-bottom: 1px solid #999999;
        }
        .sectionfm h1{
            color: #666;
        
        }
        .sectionfm .buttonarea{
            padding: 2rem 0 4rem;
            
        }
    
.footer{
    background-color: #5996a6;
    position: relative;}
    .footer .footer1 .content{
        color: #fff;
        position: relative;
        line-height: 64px;
        text-align: left;
        overflow-y: hidden;}
        .footer .footer1 .content a,
        .footer .footer1 .content a:visited{
            text-decoration: none;
            color: #fff;}
        .footer .footer1 .content .f_logo{
            position: absolute;
            top: 8px;
            right: 0;
            width:48px;}
    .footer .footer2{
        background-color: #224b57;
        color: #fff;
        position: relative;
        text-align: right;
        font-weight: bold;
        line-height: 2rem;
        font-size: 0.8rem;}

@media (max-aspect-ratio: 10/9) {
    .sp_hidden_view{
        display: none;}
    .pc_hidden_view{
        display: block;}
    .content {
        width: 95vw;
        padding: 0 0 0 0;}
    .content_modal .modal_left{
        width: 32%;}
    .content_modal .modal_right{
        width: calc(73% - 2vw);}
    .top-side{
        display: none;
    }
    .loading_logo {
        width: 200px;
        height: 200px;
        top: calc(50% - 150px);
        left: calc(50% - 100px);
    }
    .loading_logo .logo_text{
        width: 200px;
        height: 200px;}
    .top-menu{
        display: block;
        position: fixed;
        z-index: 100;
        top: 0px;
        left:0;
        width: 100%;
        height: 70px;
        background-image:
                linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                url("../img/bell_sp-2.png");
        background-size: 100% 100%;}
        .top-menu .top-menu-content{
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: left;}
            .top-menu-content .top-logo{
                height: 60%;
                margin: 10px;}
            .top-menu-content .top-text-img{
                height: 18px;
                position: relative;
                top: -20px;}
        .top-menu .side-menu{
            position: absolute;
            top: 75px;
            right: -50vw;
            width: 50vw;
            text-align: center;
            line-height: 15vh;
            font-size: 2.5vh;
            background-color: rgba(45,123,143,0.6);
            transition: all 0.5s ease;}
            .top-menu .side-menu p{
                cursor: pointer;
                color: #fff;}
            .top-menu .side-menu hr{
                height: 1px;
                width: 80%;
                margin: 0 auto;
                background-color: #fff;
                border: unset;}
                .top-menu .side-menu.menu_open{
                    right: 0vw;
                    transition: all 0.5s ease;}
    .hamburger_btn{
        position: absolute;
        width: 50px;
        height: 50px;
        top: 7px;
        right: 7px;
        background-color: #2f6878;
        border-radius: 50%;
        cursor: pointer;}
        .hamburger_btn .hamburger_btn_line{
            position: absolute;
            top: 24px;
            left: 9px;}
        .hamburger_btn_line::before{
            transform: rotate(0deg);
            top: -11px;}
        .hamburger_btn_line::after{
            transform: rotate(0deg);
            top: 7px;}
        .hamburger_btn_line,.hamburger_btn_line::before,.hamburger_btn_line::after{
            display: block;
            content: " ";
            position: relative;
            height: 4px;
            width: 32px;
            background-color: #fff;
            transition: all 0.5s ease;}
            .hamburger_btn_line.close_button::before{
                transform: rotate(45deg);
                top: -1px;}
            .hamburger_btn_line.close_button::after{
                transform: rotate(-45deg);
                top: -5px;}
            .hamburger_btn_line.close_button{
                background-color: #2f6878;}

    .content_base{
        width: 90vw;
        max-width: unset;
    }
    .top-main,
    .sections{
        margin: 0;
        height: 100vh;
        width: 100vw;
        .section1{
            height: 30vh;
            width: 100%;}
        
        
        }
        .sections p{
            font-size: 1rem;}
            .content_base .content_modal h3{
                font-size: 1.6rem;}
    .top-main{
        margin-top: 60px;
        height: calc(100vh - 60px);}
        .section1 #cont1 {
            position: relative;
            width:100%;
            top: calc(50%);
            right:calc(10%);
            min-width:auto;}
        .section1 h1{
            font-size:2.5rem;
        }
        .section1 h6{
            font-size: 1.6rem;
        }
        .section1 h3{
            width: 100%;
            margin: 1em auto;}
            .section1 .blue{
                font-size: 3rem;}
            .section1 .green{
                font-size: 4.6rem;}
    .section1_title{
        padding:0;}
    
    .sections .section2{
        height:auto;
        padding-top: 1rem;
        }
    .section2 .section_align_right h4{
        font-size: 1.6rem;}

    .section2 .section2_left,
    .section2 .section2_right{
        width:100%;
        float: none;}
    .section3 .section3_left,
    .section3 .section3_right{
        width:100%;
        float: none;
        display: block;}
    .section3 .section3_right {
        border: unset;
        padding-left: 0;
    }
    .section3_content{
        width: 100%;}
    .section3_content .content_title_right,
    .section3_content .content_title_left {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        font-size: 2.6rem;
        font-weight: bold;}
    .sections3 .content .section3_content p{
        font-size: 0.5rem;}
    .section4 .section4_left,
    .section4 .section4_right{
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section4 .company .section4_item .table_cell.logo_view{
        width: 120px;}
    .section4 .items .section4_item .table_cell.logo_view{
        width: 50%;}
    .section5 .section5_left,
    .section5 .section5_right {
        text-align: left;
        display: block;
        width: 100%;
    }
    .section5 .section5_right {
        border: none;}
    .section5 .section5_right p span{
        width: 180px;}
    .section6 .section6_left {
        width:35%;}
    .section6 .section6_right {
        width: 100%;
        padding-left: 0;}
    .section6 .section6_left,
    .section6 .section6_right {
        text-align: left;
        float: none;}
    .prof_title_base .prof_img {
        position: absolute;
        top: -120px;
        right: -15px;
        width: 110px;
        height: 110px;
        border-radius: 50%;}
    .section9 h2{
        font-size: 1.2rem;}
    .section9 .section9_left,
    .section9 .section9_right{
        text-align: left;
        display: block;
        width: 100%;}
    .sectionfm  h1{
        text-align: center;}
    .sectionfm  .form_left{
        text-align: left;
        width:100% ;
        padding-left: 1vw;}
    .sectionfm  .form_right{
        text-align: left;
        width:100% ;
        padding: 0 2vw 0 1vw; }
    .sectionfm .form_title{
        padding:2rem 0 1rem;}
    .sectionfm table{
        font-size: 1rem;}
    .tables_default table{
        font-size: 1rem;}
    .tables_default table {
        font-size: 1rem;}
        
    .section9 .section9_right {
        padding-right: 1vw;
        text-align: center;}
    .section9 .section9_right img,
    .section9 .section9_right .add_friend{
        padding: 0;
        margin: 2rem 0;
        width:50%;}
    .footer{
        font-size: 1rem;}
    .footer .footer1 .content{
        height: 8rem;
        line-height: 29px;
        padding-top:17px}
    .footer .footer1 .content .f_logo {
        top:unset;
        bottom: -10px;
        text-align: right;
        width: 70px;}
    .footer .footer1 .content .f_logo img{
        width: 58px !important;}
    .footer .footer2{
        font-size: 0.7rem;
    }
}
.w-10{width:10% !important;}
.w-15{width:15% !important;}
.w-20{width:20% !important;}
.w-30{width:30% !important;}
.w-35{width:35% !important;}
.w-40{width:40% !important;}
.w-45{width:45% !important;}


.fadeout{
    opacity: 0;
    animation:  fadeout 3s ease 0s 1 alternate;}
.fadeout_short{
    opacity: 0;
    animation:  fadeout 1s ease 0s 1 alternate;}
.fadein{
    opacity: 1;
    animation:  fadein 3s ease 0s 1 alternate;}
.fadein_short{
    opacity: 1;
    animation:  fadein 1s ease 0s 1 alternate;}

.scroll_fadein{
    opacity: 1;
    top: 0;
    left: 0;
    animation:  scroll_fadein 1s ease 0s 1 alternate;}


/* アニメーション */
@keyframes slide_anime1{
0%{
    background-image:url("../img/photo1.jpg");
}
100%{
    background-image:url("../img/photo2.jpg");
}
}
@keyframes slide_anime2{
0%{
    background-image:url("../img/photo2.jpg");
}
100%{
    background-image:url("../img/photo3.jpg");
}
}
@keyframes slide_anime3{
0%{
    background-image:url("../img/photo3.jpg");
}
100%{
    background-image:url("../img/photo1.jpg");
}
}
@keyframes cover1_anime {
0% {clip-path: inset(0 0 79% 100%);}
100% {clip-path: inset(0 0 79% 0);}
}
@keyframes cover2_anime {
0% {clip-path: inset(20% 0 59% 100%);}
100% {clip-path: inset(20% 0 59% 0);}
}
@keyframes cover3_anime {
0% {clip-path: inset(40% 0 39% 100%);}
100% {clip-path: inset(40% 0 39% 0);}
}
@keyframes cover4_anime {
0% {clip-path: inset(60% 0 19% 100%);}
100% {clip-path: inset(60% 0 19% 0);}
}
@keyframes cover5_anime {
0% {clip-path: inset(80% 0 0 100%);}
100% {clip-path: inset(80% 0 0 0);}
}
@keyframes cover_zoom {
0% {
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
}
100% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
}

@keyframes toggle_photo {
0% {transform: rotateY(0deg);}
100% {transform: rotateY(360deg);}
}

@keyframes scroll_fadein {
0% {
    top:200px;
    opacity: 0;
}
100% {
    top:0px;
    opacity: 1;}
}

@keyframes wait_anime{
0%{opacity: 1;}
100%{opacity: 1;}
}
@keyframes wait_hidden_anime{
0%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes bell_anime{
0%{transform: rotateZ(0deg);}
34%{transform: rotateZ(30deg);}
42%{transform: rotateZ(-30deg);}
50%{transform: rotateZ(30deg);}
58%{transform: rotateZ(-20deg);}
66%{transform: rotateZ(10deg);}
74%{transform: rotateZ(-5deg);}
82%{transform: rotateZ(5deg);}
100%{transform: rotateZ(0deg);}
}
@keyframes bell_wait_anime{
    from{opacity: 0;}
    to{opacity: 0;}
}
@keyframes bell_L_anime{
0%{
    transform: rotateZ(100deg);
    opacity: 0;
}
100%{
    transform: rotateZ(0deg);
    opacity: 1;
}
}
@keyframes bell_R_anime{
0%{
    transform: rotateZ(-100deg);
    opacity: 0;
}
100%{
    transform: rotateZ(0deg);
    opacity: 1;
}
}

@keyframes text_wait_anime{
0%{transform: rotateZ(360deg);}
100%{transform: rotateZ(360deg);}
}
@keyframes text_anime{
0%{transform: rotateZ(360deg);}
100%{transform: rotateZ(180deg);}
}


@keyframes fadeout{
0%{opacity: 1;}
100%{opacity: 0;}
}
@keyframes fadein{
0%{opacity: 0;}
100%{opacity: 1;}
}
/*add 2022.09.25 s.honma フリーダイヤル一覧*/
#tel a{
	text-decoration: none;
	font-weight: 600;
	color:#00BFFF;
	font:'Verdana';
	margin-left:1em;
}
#tel .ms{
	color:#00665a;
}
#tel .sj{
	color:#cc0022;
}
#tel .sc{
	color:#10458f;
}
/*add 2025.06.07 s.honma MVV*/
.text-end {
    text-align: right !important;
}
.text-yellowgreen {
    color: #c9f16c;
}
.text-green {
    color: #b4d000;
}
. bg-white{
    background-color:#FFF;
}
.text-decoration-none{
    text-decoration:none;
}
.d-none{
	display:none;
}
/*add 2025.08.24 s.honma ボタン修正*/
.col-6{
	width:70% !important; 
}
