@charset "utf-8";

*{
    box-sizing: border-box;
    color: #000;
}

html body{
    /* font-family: 'Roboto', 'Noto Sans JP', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif, 'icomoon';
}
img{
    max-width: 100%;
    width: auto;
    vertical-align: bottom;
}
a{
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.clor{ color:#f29219;}

#pagetop a.fixed span {box-sizing:unset;}

.lkcolor{color:#4eb132;}

@media (width > 950px) {
    .s0 {font-size: 14px;}
    .s1 {font-size: 16px;}
    .s2 {font-size: 18px;}
    
	a:hover{
    opacity: 0.5;
	}

    .sp{
        display: none;
    }
    .img_w50_pc{
        width: 50%;
    }
	section.footinfo .inner{
		width:1024px;
	}
	.floating{
		position: fixed;
        top: 250px;
        right: 22px;
		z-index: 5;
	}
	
}/*@media*/

@media (width < 951px) {
	.floating{
		position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 91%;
        padding: 13px 0 10px;
        width: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
	}
	.floating img{
		width:90%;
		max-width: 425px;
	}
    #pagetop a.fixed {
		bottom:85px;
	}
}/*@media*/
/* -------------------------------------------------- */

/* -------------------------------------------------- */
body{
    /* background-color: #fcf3d9; */

}
h1.main-title{
    display: none;
}
.contents{
    background-color:#4eb133;
    padding: 0 0 100px;
}
.contents_inner{
    max-width: 90%;
    width: 1000px;
    margin: 65px auto 0;
    background-color: #fff;
    border-radius: 35px;
    padding: 40px 40px 100px;
	position:relative;
	
}
.lparea+.lparea{
    margin-top: 100px;
}

/* -------------------------------------------------- */
.kv{
background-color: #fff;
text-align: center;
}
.kv img{
    max-width: 100%;
    width: 1366px;
    margin: 0 auto;
}
/* -------------------------------------------------- */
.link_img_wrap{
    display: flex;
    gap: 0 2%;
    justify-content: center;
}
.link_img_wrap>div{
    width: 32%;
}
/* -------------------------------------------------- */
.h2_type01{
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
	color:#4eb133;
    background-repeat: no-repeat;
    background-position: center bottom;
    letter-spacing:normal;
}
.h2_type01 span{
    color: #ea5514;
}
.border_text{
    font-size: 1.2em;
    padding: 20px 0;
    margin: 0 auto 40px;
    text-align: left;
	color:#4eb133;
}
/* -------------------------------------------------- */
.v_detail_wrap{
    position: relative;
    margin: 0 0 75px;
}
.vd_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 40%;
}
.vd_line:not(:last-child){
    margin: 0 0 20px;
}
.vd_hl{
    background-color: #f29219;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    width: 138px;
    text-align: center;
    margin: 0 0 10px;
}
.vd_date{
    font-size: 1.4em;
    font-weight: bold;
}
.vd_date_bf{
    font-size: 1.4em;
    display: inline-block;
    line-height: 1;
}
.vd_date_bf>span{
    font-size: 1.4em;
}
.vd_note{
    margin-top: 0.2em;
    font-size: 0.8em;
}
/* -------------------------------------------------- */
.vd_contact{
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}
.vd_contact>h2{
    background-color: #171c61;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    width: 138px;
    text-align: center;
    margin: 0 auto 10px;
}
.vd_contact_box{
    background-color: #eeeeee;
    padding: 20px 3%;
    margin:  25px 0 0;
}
.vd_cb_text{
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.1em;
}
.vd_cb_flex{
    display: flex;
    gap: 0 4%;
}
.vd_cb_flex>:nth-child(2){
    flex: 1;
}
.vd_cb_tel{
    font-size: 1.8em;
    margin: 0 0 10px;
    font-weight: bold;
}
.vd_cb_note{
    font-size: 0.9em;
}
.vd_cb_btn:not(:last-child){
    margin: 0 0 10px;
}
.vd_cb_btn>a{
    background-color: #f3cb00;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
    text-indent: -0.5em;
    text-decoration: none;
}
.vd_cb_btn>a::before{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/assets/images/gousetsu2024/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/* -------------------------------------------------- */
.img_box{
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
}
.img_box:not(:last-child){
    margin: 0 0 85px;
}
.ib_img{
    width: 33%;
}
.ib_text{
    flex: 1;
}
.ib_hl{
    background-color: #5acbe0;
    padding: 0 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 15px;
    min-height: 95px;
    display: flex;
    align-items: center;
}
.ib_hlbg2{
    background-color: #8bd683;
}
.ib_hlbg3{
    background-color: #ffae4d;
}
.ib_sl{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px;
    letter-spacing: -0.05em;
}
.ib_dnote{
    margin:15px 0 0 ;
    font-size: 0.8em;
}
/* -------------------------------------------------- */
.vd_btn_type01{
    margin: 0 0 75px;
}
.vd_btn_type01>a{
    position: relative;
    background-color: #f3cb00;
    text-decoration: none;
    /* color: #fff; */
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 95%;
    margin:  0 auto;
    font-size: 2em;
    border-radius: 35px;
    font-weight: bold;
}
.vd_btn_type01>a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/gousetsu2024/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* -------------------------------------------------- */
.vd_outline{
    background-color: #afdfff;
    padding: 20px 20px;
    /* margin: 25px 0 0; */
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}
.vd_outline>h2{
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
}
.vd_outline>h2 span{
    font-size: 0.8em;
    display: block;
    line-height: 1.4;
    text-align: center;
    /* margin: 0 0 0.5em; */
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */


/* SP--------------------------------------------------
-------------------------------------------------- */
@media (width <= 767px) {
    body{
        font-size: 14px;
    }

    .pc{
        display: none;
    }
    /* -------------------------------------------------- */
    .contents{
        padding: 0 0 40px;
    }
    .contents_inner{
        padding: 20px 20px 40px;
        border-radius: 25px;
        margin: 25px auto 0;
    }
    .lparea+.lparea {
        margin-top: 60px;
    }
    .border_text{
        text-align: left;
        margin: 0 auto 20px;
    }
    /* -------------------------------------------------- */
    .h2_type01{
        font-size: 1.7em;
        letter-spacing:-0.05em;
    }
    /* -------------------------------------------------- */
    .vd_img{
        position: inherit;
        margin: 20px 0 0;
        max-width: 100%;

    }
    .v_detail_wrap{
        margin: 0 0 25px;
    }
    /* -------------------------------------------------- */
    .vd_btn_type01>a{
        font-size: 1.4em;
        padding: 15px 0;
        max-width: 100%;
    }
    .vd_btn_type01>a::before {
        right: 15px;
        width: 15px;
        height: 15px;
        
    }
    /* -------------------------------------------------- */
    .img_box{
        flex-direction: column;
    }
    .img_box:not(:last-child){
        margin: 0 0 65px;
    }
    .ib_text{
        order: 1;
    }
    .ib_img{
        order: 2;
        width: 100%;
        margin: 20px 0 0 ;
    }
    .ib_hl{
        justify-content: center;
        min-height: 90px;
        padding: 0 0px;
    }
    .ib_sl{
        font-size: 1.4em;
    }
    /* -------------------------------------------------- */
    .vd_hl{
        font-size: 1.6em;
    }
    .vd_cb_flex{
        flex-direction: column;
    }
    .vd_cb_flex>:nth-child(2){
        margin-top: 20px;
    }
    /* -------------------------------------------------- */
    .vd_contact>h2{
        font-size: 1.6em;
    }
    .vd_cb_text{
        font-size: 1.2em;
    }
    .vd_contact_box{
        padding: 20px 20px;
    }
    .vd_cb_tel{
        text-align: center;
    }
    .vd_cb_btn>a{
        font-size: 1.1em;
    }
    /* -------------------------------------------------- */
    .vd_outline>h2{
        font-size: 1.6em;
    }
    .vd_outline>h2 span{

        margin: 0 0 0.5em;
    }
    /* -------------------------------------------------- */
}/*@media*/