@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}

img {
        max-width: 100%;
        height: auto;
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 2.535vw 0;
        box-sizing: border-box;
    }
    .header_logo {
        display: inline-block;
        width: 26.548vw;
        margin: 0 1.2vw;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_wrap {
            padding: 10px 0;
        }
        .header_logo {
            width: 129.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 178px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    .kv_wrap {
        background-image: url(bg1-sp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        padding: 24px 20px 40px;
    }
    .kv_wrap img {
        width: 100%;
    }
    .kv_container {
        margin: 0 auto;
        max-width: 965px;
    }
    .kv_img1 {
        font-size: 0;
        margin: 0 0 30px;
    }
    .kv_btn {
        display: inline-block;
        width: 193px;
        cursor: pointer;
        font-size: 0;
    }
    
    @media screen and (min-width: 640px) {
        .kv_wrap {
            background-image: url(bg1-pc.png);
            padding: 40px 20px 50px;
        }
        .kv_img1 {
            margin-bottom: 40px;
        }
        .kv_btn {
            width: 280px;
        }
    }
    
    
    .mc_wrap {
        background-color: #ededed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 8px 16px 72px;
        border-bottom: 10px solid #e9c298;
    }
    .mc_container {
        margin: 0 auto;
        max-width: 1100px;
        position: relative;
    }
    .mc_lv2 {
        text-align: center;
        font-size: 0;
        margin: 0 0 16px;
    }
    .mc_lv2 img {
        width: 70px;
    }
    .mc_logo {
        text-align: center;
        margin: 0 0 56px;
    }
    .mc_logo img {
        width: 200px;
    }
    .mc_lt {
        text-align: center;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #4d4d4d;
    }
    
    @media screen and (min-width: 640px) {
        .mc_wrap {
            background-image: url(bg.png);
            padding: 22px 16px 127px;
        }
        .mc_lv2 {
            margin-bottom: 22px;
        }
        .mc_lv2 img {
            width: 105px;
        }
        .mc_logo {
            margin-bottom: 147px;
        }
        .mc_logo img {
            width: 394px;
        }
        .mc_lt {
            font-size: 12px;
        }
    }
    
    
    .modal_wrap {
        position: fixed;
        z-index: 10;
        left: 50%;
        top: 10%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 90%;
    	max-width: 1150px;
    	max-height: 80%;
    	background: rgba(0,0,0,.9);
    	overflow-y: auto;
    	padding: 60px 20px;
    	box-sizing: border-box;
    	display: none;
    }
    .modal_wrap.open {
        display: block;
    }
    .modal_container {
        margin: 0 auto;
        max-width: 940px;
    }
    .modal_lv2 {
        color: #d5b200;
        font-size: 24px;
        margin: 0 0 .8em;
        letter-spacing: .05em;
    }
    .modal_lv3 {
        color: #d5b200;
        font-size: 20px;
        margin: 0 0 1em;
        line-height: 1.33;
        letter-spacing: .05em;
    }
    .modal_txt1 {
        color: #fff;
        font-size: 16px;
        margin: 0 0 1.2em;
        line-height: 1.33;
        letter-spacing: .05em;
    }
    .modal_flex {
        display: flex;
        gap: 30px;
    }
    .modal_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 0;
        width: 30px;
        cursor: pointer;
    }
    
    @media screen and (min-width: 640px) {
        .modal_lv2 {
            font-size: 34px;
        }
        .modal_lv3 {
            font-size: 23px;
        }
        .modal_txt1 {
            font-size: 18px;
        }
        .modal_close {
            width: 46px;
            top: 24px;
            right: 24px;
        }
    }
    
    
    .top {
        position: fixed;
        width: 32px;
        font-size: 0;
        z-index: 15;
        right: 10px;
        bottom: 20px;
        cursor: pointer;
    }
    
    @media screen and (min-width: 640px) {
        .top {
            width: 36px;
            bottom: 20px;
            right: 10px;
        }
    }
    
    @media screen and (min-width: 1340px) {
        .top {
            right: auto;
            left: calc(50% + 620px);
            transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        }
    }
    
    
    .fvb_logo {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5vw;
        font-size: 0;
        background: #fff;
        padding: 16px 20px;
        margin: 0 auto;
    }
    .fvb_logo1 img{
        max-width: 100px;
         min-width: 0;
    }
    
    @media screen and (min-width: 640px) {
        .fvb_logo {
            gap: 40px;
        }
    }
    
    
    .ghbox1 {
        background: #fff;
        position: relative;
        box-shadow: 3.5px 3.5px 3.5px rgba(0,0,0,.2);
    }
    .ghbox1 > a {
        display: block;
        padding: 0 12px 20px 0;
        text-decoration: none;
    }
    .ghbox1_h {
        background: #ff650d;
        text-align: center;
        padding: 8px 4px;
    }
    .ghbox1_h h3 {
        color: #fff;
        letter-spacing: .05em;
        font-size: 22px;
        line-height: 1.294;
        margin: 0;
    }
    .ghbox1_txt1 {
        background: rgba(255,101,13,.19);
        padding: 12px;
    }
    .ghbox1_txt1 p {
        font-size: 16px;
        line-height: 1.54;
        font-weight: 600;
        color: #4d4d4d;
        margin: 0;
    }
    .ghbox1_txt2 {
        padding: 12px;
    }
    .ghbox1_txt2 p {
        font-size: 16px;
        line-height: 1.54;
        font-weight: 500;
        color: #4d4d4d;
        margin: 0;
        padding: 0 0 0 4em;
        position: relative;
    }
    .ghbox1_txt2 p.ind5 {
        padding-left: 5em;
    }
    .ghbox1_txt2 p > span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: bold;
    }
    .ghbox1_arrow {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: 20px;
    }
    
    .gh_flex2_box1 {
        margin: 30px 0;
        width: 100%;
    }
    .gh_flex {
        margin: 0 0 70px;
    }
    .gh_flex2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gh_flex2_box2 {
        width: calc(50% - 15px);
    }
    .bnr1 {
        background: #fff;
        position: relative;
        box-shadow: 3.5px 3.5px 3.5px rgba(0,0,0,.2);
        padding: 8px;
        font-size: 0;
    }
    .bnr1_img {
        overflow: hidden;
    }
    .bnr1_img img {
        width: 100%;
        transition: 1s;
    }
    .bnr1:hover img {
        transform: scale(1.1,1.1);
    }
    .gh_flex2_box2_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .banner{
        margin-bottom: 70px;
        text-align: center;
    }
    .banner img{
        width: 310px;
    }
    
    @media screen and (min-width: 768px){
        .gh_flex {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 120px;
            align-items: stretch;
        }
        .ghbox1 {
            width: 48%;
        }
        .ghbox1_h {
            padding: 20px 4px;
        }
        .ghbox1_txt1{
            padding: 20px 12px;
        }
        .gh_flex2 {
            width: calc(52% - 30px);
            flex-direction: column-reverse;
        }
        .gh_flex2_box1 {
            margin: 0;
            margin-top: auto; 

        }
        .ghbox1_h h3 br {
            display: none;
        }
        .ghbox1_h h3 {
            font-size: 20px;
        }
        .ghbox1_txt2 p {
            font-size: 14px;
        }
        .ghbox1 > a {
            padding: 0 20px 4px 0;
        }
        .gh_flex2_box2_wrap {
            margin: 0 0 30px;
        }
        .banner{
            margin-bottom: 120px;
        }
    }
    
    
    
    
    
    