    @charset "utf-8";

    .clearfix {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        color: #483231;
        font-size: 24px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .grecaptcha-badge { 
        visibility: hidden; 
    }

.error {
color:#ec3350

}
    /* header */
    header {
        text-align: center;
        padding: 30px 0;
    }

    /* fv */
    #fv {
        width: 100%;
        height: 700px;
        background-image: url(../images/fv.webp);
        background-position: center;
        background-repeat: no-repeat;
    }

/*fvcampaign*/

#fv_campaign{
        text-align: center;
        padding: 0 0 90px;

}
#fv_campaign h2 {
        text-align: center;
        padding: 50px 0;
        margin: 0 0 30px 0;
        background-image: url(../images/campaign_title_bg.webp);
        background-position: center;
        background-repeat: no-repeat;

}

#fv_campaign article {
        margin: 0 0 30px 0;

}
    /* box00 */
    #box00 {
        width: 100%;
        height: 720px;
        background-image: url(../images/box00.webp);
        background-repeat: no-repeat;
        background-position: center;
    }


    /* box01 */
    #box01 {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0;
    }

    #box01 h2 {
        margin: 0 0 50px 0;
    }

    #box01 p {
        margin: 0 0 50px 0;
    }

    #box01 ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #box02 {
        width: 100%;
        background-image: url(../images/box02_bg.webp);
        text-align: center;
        background-repeat: no-repeat;
        background-position: center top;
    }

    #box03 {
        text-align: center;
        padding: 40px 0 100px;
    }

    /* box04 */
    #box04 {
        background: #f4ece9;
        text-align: center;
    }

    #box04 h2 {
        text-align: center;
        background-image: url(../images/box04_title_bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        padding: 25px 0;
        margin: 0 0 60px 0;
    }

    #box04 article:first-of-type {
        margin: 0 0 50px 0;
    }

    #box04 article:last-of-type {
        margin: 0 0 30px 0;
    }

    /* cv02 */
    .cv02 {
        width: 100%;
        background-image: url(../images/cv02_bg.webp);
        background-repeat: repeat-x;
        padding: 50px 0 40px;
        text-align: center;
    }

    .cv02 h2 {
        margin: 0 0 30px 0;
    }

    .baundo {
        animation: baundo .3s ease infinite alternate;
    }

    @keyframes baundo {
        0% {
            transform: translateY(0px);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    /* cv */
    #cv {
        width: 100%;
        background-image: url(../images/cv01_bg.webp);
        background-position: center top;
        background-repeat: no-repeat;
        padding: 470px 0 50px 0;
        text-align: center;
    }

    /* box05 */
    #box05 {
        padding: 100px 0 70px;
        text-align: center;
        background-color: #f5f5f5;
    }

    #box05 h2 {
        margin: 0 0 50px 0;
    }

    #box05 div {
        width: 1200px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    /* box06 */
    #box06 {
        width: 100%;
        background-image: url(../images/box06_bg.webp);
        background-position: center top;
        height: 499px;
        text-align: center;
        background-repeat: no-repeat;
        padding: 90px 0 0;
        box-sizing: border-box;
        margin: 0 0 30px;
    }

    #campaign {
        text-align: center;
        margin: 0 0 90px;
    }

    /* box07 */
    #box07 {
        padding: 100px 0 70px;
        text-align: center;

    }

    #box07 h2 {
        margin: 0 0 50px 0;
    }

    #box07 .box07_list {
        width: 1200px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #box07 .box07_list:nth-child(even){
        flex-direction: row-reverse;
    }

    #box07 .box07_list figure {
        width: 50%;
    }

     #box07 .box07_list p{
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }

    #box07 .box07_list:nth-child(even) p{
        padding: 0 40px 0 0;
    }

    /* box11 */
    #box11 {
        padding: 0 0 100px;
    }

    #box11 h2 {
        width: 100%;
        text-align: center;
        background-image: url(../images/box11_title_bg.webp);
        background-position: center;
        padding: 25px 0;
        background-repeat: no-repeat;
        margin: 0 0 50px;
    }

    #box11 article {
        margin: 0 0 30px 0;
        text-align: center;
    }

    /* form */
    #form {
        background: #f4ece9;
        padding: 0 0 80px 0;
    }

    #form h2 {
        width: 100%;
        text-align: center;
        background-image: url(../images/box11_title_bg.webp);
        background-position: center;
        padding: 25px 0;
        background-repeat: no-repeat;
        margin: 0 0 50px;
    }

    #form p {
        text-align: center;
        margin: 0 0 40px;
    }

    .custom-checkbox {
        display: inline-block;
        padding-right: 25px;
        padding-bottom: 10px;
    }

    .custom-checkbox input[type="checkbox"] {
        transform: scale(1.5);
        /* チェックボックスの大きさを調整 */
        margin-right: 5px;
        /* チェックボックスとテキストの間隔を調整 */
        background: #fff;
    }

    .custom-radio {
        position: relative;
        padding-left: 30px;
        padding-right: 25px;
        padding-bottom: 10px;
        /* マークの左側に余白を設定 */
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkmark {
        position: absolute;
        top: 9px;
        left: 0;
        height: 18px;
        /* マークの大きさを指定 */
        width: 18px;
        /* マークの大きさを指定 */
        border: 1px solid #ccc;
        /* マークの境界線のスタイルを指定 */
        border-radius: 50%;
        /* マークを円形にする */
        background: #fff;
        /* マークの背景色を指定 */
        padding: 2px;
    }

    .custom-radio input:checked~.checkmark {
        background-color: #69a2d3;
        /* マークの塗りつぶし色を指定 */
    }

    #form p:last-of-type {
        width: 1200px;
        margin: 0 auto;
        text-align: left;
        font-size: 18px;
        padding: 20px;
        box-sizing: border-box;
    }

    #form p a {
        color: #ec3350;
    }

    /* footer */
    footer {
        background: #483231;
        padding: 45px 0 250px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

    footer a {
        color: #fff;
        text-decoration: none;
    }

    /* footer_btn */
    #footer_btn {
        width: 100%;
        background: #ec3350;
        padding: 15px 0;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    #footer_btn div {
        width: 1200px;
        margin: 0 auto;

        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

#event {
        width: 1200px;
        margin: 0 auto;
        padding:0 0 3em 0;

}
#event h2 {
        margin: 0 0 2em;
        text-align: center;
}
#event div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
    /*スマホ
------------------------------*/

    @media screen and (max-width: 750px) {
    
#event {
        width: 90%;
        margin: 0 auto;
        padding:0 0 3em 0;

}

#event div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#event div article{
        margin: 0 0 1em;

}
        .pc {
            display: none;
        }

        .sp {
            display: block;
        }

        body {
            font-size: 14px;
        }

        /* header */
        header {
            text-align: center;
            padding: 15px 0;
        }

        /* fv */
        #fv {
            width: 100%;
            height: auto;
            background-image: none;
        }

        /* box00 */
        #box00 {
            width: 100%;
            height: auto;
            background-image: none;
        }
        /* box01 */
        #box01 {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            padding: 50px 25px;
            box-sizing: border-box;
        }

        #box01 h2 {
            margin: 0 0 25px 0;
        }

        #box01 p {
            margin: 0 0 25px 0;
        }

        #box01 ul {
            display: -webkit-flex;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        #box01 ul li {
            width: 48%;
            margin: 0 0 5%;
        }

        #box02 {
            width: 100%;
            background-image: none;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center top;
        }

        #box03 {
            text-align: center;
            padding: 20px 0 50px;
        }

        /* box04 */
        #box04 h2 {
            background-image: none;
            padding: 0;
            margin: 0 0 30px 0;
        }

        #box04 article {
            width: 90%;
            margin: 0 auto;
        }

        #box04 article:first-of-type {
            margin: 0 auto 50px;
        }

        #box04 article:last-of-type {
            margin: 0 auto 30px;
        }
        /* cv02 */
        .cv02 {
            padding: 25px 0 20px;
            text-align: center;
        }

        .cv02 h2 {
            margin: 0 0 15px 0;
        }

        .cv02 div {
            width: 80%;
            margin: 0 auto;
        }

        /* cv */
        #cv {
            width: 100%;
            background-image: none;
            padding: 0 0 40px;
            text-align: center;
        }

        #cv>img {
            margin: 0 0 20px;
        }

        #cv a {
            width: 90%;
            margin: 0 auto;
            display: block;
        }

        /* box06 */
        #box06 {
            padding: 50px 0;
        }

        #box06 h2 {
            margin: 0 0 15px 0;
        }

        #box06 article {
            margin: 0 0 15px 0;
        }

        /* box07 */
        #box07 {
            padding: 50px 0 30px;
            text-align: center;
        }

#box07 .box07_list{
    width: 90%;
    margin: 0 auto 40px;
}

#box07 h2{
    margin: 0 0 25px 0;
}

#box07 .box07_list figure,#box07 .box07_list p{
    width: 100%;
}
#box07 .box07_list p,#box07 .box07_list:nth-child(even) p{
    padding: 20px 0 0;
}

        /* footer_btn */
        #footer_btn {
            width: 100%;
            background: #ec3350;
            padding: 8px 0;
            position: fixed;
            left: 0;
            bottom: 0;
        }

        #footer_btn div {
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;

            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            align-items: center;
        }

        #footer_btn div h2 {
            display: none;
        }

        /* box05 */
        #box05 {
            padding: 50px 0 30px;
            text-align: center;

        }

        #box05 h2 {
            margin: 0 0 25px 0;
        }

        #box05 div {
            width: 100%;
            margin: 0 auto;

            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        #box05 div figure {
            margin: 0 0 20px;
        }

        /* box08 */
        #box08 {
            text-align: center;
            padding: 0 0 40px;
        }

        #box08 h2 {
            margin: 0 0 25px 0;
        }

        #box08 div {
            width: 90%;
            margin: 0 auto;

            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        #box08 div figure {
            margin: 0 0 15px 0;
        }

        /* box09 */
        #box09 {
            width: 100%;
            background: #f5f5f5;
            padding: 30px 0;
            text-align: center;
        }

        #box09 h2 {
            margin: 0 0 20px 0;
        }

        /* box06 */
        #box06 {
            width: 100%;
            background-image: none;
            height: auto;
            text-align: center;
            background-repeat: no-repeat;
            padding: 45px 0 0;
            box-sizing: border-box;
            margin: 0 0 15px;
        }

        #campaign {
            text-align: center;
            margin: 0 0 45px;
        }
        /* box11 */
        #box11 {
            padding: 0 0 50px;
        }

        #box11 h2 {
            width: 100%;
            text-align: center;
            background-image: none;
            background-position: center;
            padding: 0;
            background-repeat: no-repeat;
            margin: 0 0 25px;
        }

        #box11 article {
            margin: 0 0 15px 0;
            text-align: center;
        }

        /* footer */
        footer {
            background: #483231;
            padding: 20px 20px 35%;
            font-size: 12px;
            box-sizing: border-box;
        }

        /* form */
        #form {
            padding: 0 0 40px 0;
        }

        #form h2 {
            width: 100%;
            text-align: center;
            background-image: none;
            background-position: center;
            padding: 0;
            background-repeat: no-repeat;
            margin: 0 0 25px;
        }

        #form p {
            text-align: center;
            margin: 0 0 20px;
        }

        .custom-checkbox {
            display: inline-block;
            padding-right: 15px;
            padding-bottom: 5px;
        }

        .custom-checkbox input[type="checkbox"] {
            transform: scale(1.5);
            /* チェックボックスの大きさを調整 */
            margin-right: 5px;
            /* チェックボックスとテキストの間隔を調整 */
            background: #fff;
        }

        .custom-radio {
            position: relative;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 5px;
            /* マークの左側に余白を設定 */
            cursor: pointer;
            display: inline-block;
            vertical-align: top;
        }

        .custom-radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .checkmark {
            position: absolute;
            top: 5px;
            left: 0;
            height: 9px;
            /* マークの大きさを指定 */
            width: 9px;
            /* マークの大きさを指定 */
            border: 1px solid #ccc;
            /* マークの境界線のスタイルを指定 */
            border-radius: 50%;
            /* マークを円形にする */
            background: #fff;
            /* マークの背景色を指定 */
            padding: 1px;
        }

        .custom-radio input:checked~.checkmark {
            background-color: #69a2d3;
            /* マークの塗りつぶし色を指定 */
        }

        #contact_btn button {
            width: 300px;
            line-height: 60px;
            text-align: center;
            color: #fff;
            background: #483231;
            border-radius: 30px;
            font-size: 16px;
            border: none;
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            cursor: pointer;
        }

        #form p:last-of-type {
            width: 90%;
            margin: 0 auto;
            text-align: left;
            font-size: 12px;
            padding: 10px;
            box-sizing: border-box;
        }
        
        
/*fvcampaign*/

#fv_campaign{
        text-align: center;
        padding: 0 0 50px;

}
#fv_campaign h2 {
        text-align: center;
        padding:0;
        background-image:none;
        margin: 0 0 15px 0;

}

#fv_campaign article {
            width: 90%;
            margin: 0 auto 15px;

}


    }