@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;
    }
    
    @media screen and (max-width: 639px) {
        .br-pc {
            display: none;
        }
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .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: 38.548vw;
    }
    .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: 179.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 210px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }
    
    
    
    .fv_wrap {
        background-image: url(mv.png);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 0 0 30px;
        background-color: #00aaea1A;
    }
    .fv_wrap img {
        width: 100%;
    }
    .fv_mv {
        padding: 20px 0 10px;
        font-size: 0;
        text-align: center;
    }
    .fv_txt_wrap {
        position: relative;
        padding: 18px 20px;
    }
    .fv_txt_wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        mix-blend-mode: multiply;
        background: linear-gradient(90deg, #124489 0%, #578abb 33.3%, #0068b2 66.7%, #0d3e80 100%);
    }
    .fv_txt {
        position: relative;
        z-index: 5;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5067;
        margin: 0;
    }
    
    @media screen and (min-width: 640px) {
        .fv_wrap {
            padding: 0 0 3%;
        }
        .fv_mv {
            padding: 66px 0 20px;
        }
        .fv_mv img {
            max-width: 900px;
        }
        .fv_txt_wrap {
            padding: 45px 20px;
        }
        .fv_txt {
            max-width: 720px;
            margin: 0 auto;
            font-size: 17px;
            line-height: 1.647;
        }
    }
    
    
    .c_bg1 {
        background-image: url(bg1-sp.png);
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 100%;
        position: relative;
    }
    .c_bg1::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: url(bg2.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .jg_wrap {
        padding: 16px 12px 40%;
    }
    .jg_main_top {
        font-size: 0;
    }
    .jg_main_top img {
        width: 100%;
    }
    .jg_container {
        margin: 0 auto;
        max-width: 1040px;
        position: relative;
        z-index: 10;
    }
    .jg_main {
        position: relative;
        background-image: url(bg3-2.png);
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 100%;
        position: relative;
        padding: 10px 20px 30px;
    }
    .card1 {
        position: relative;
        margin: 0 auto 40px;
        max-width: 390px;
    }
    .card1 a {
        text-decoration: none;
    }
    .card1_h {
        background-image: url(heading-bg.png);
        background-position: right top;
        background-repeat: repeat-y;
        background-size: cover;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: .2em 0;
        position: relative;
        z-index: 5;
    }
    .card1_h_space {
        letter-spacing: .2em;
    }
    .card1_photo_wrap {
        position: relative;
        z-index: 5;
        text-align: center;
        font-size: 0;
    }
    .card1_photo {
        margin: 0 auto;
        display: inline-block;
        background: #fff;
        box-shadow: 0 5px 5px rgba(0,0,0,.1);
        overflow: hidden;
    }
    .card1_photo img {
        transition: 1s;
        height: 185px;
        width: auto;
    }
    .card1:hover .card1_photo img {
        transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
    }
    .card1_head {
        position: relative;
    }
    .card1_head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(90deg, #af3cff 0%, #0b4fd7 50%, #00dfff 100%);
        opacity: .3;
    }
    .card1_head::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: url(content-bg3.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .card1_body {
        position: relative;
        padding: 12px 12px 12px 8px;
    }
    .card1_body::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(-90deg, #ffffff00 0%, #00a8e7 14.7462%, #0b4fd7 58.7323%, #893c92 100%);
        opacity: .15;
    }
    .card1_body::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: url(content-bg5.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .card1_body_cut {
        display: block;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(content-bg4.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .card1_txt1, .card1_txt2 {
        position: relative;
        z-index: 5;
    }
    .card1_txt1 {
        color: #000;
        font-size: 15px;
        margin: 0 0 .25em;
        line-height: 1.47;
        font-weight: 500;
    }
    .card1_txt2 {
        color: #000;
        font-size: 16px;
        margin: 0;
        line-height: 1.47;
        font-weight: 600;
    }
    .card1_txt2_line1 {
        margin: .8em 0;
    }
    .line_grad1 {
        background: linear-gradient(90deg, #ffffff00 0%, #0047cc 17.0134%, #003fb9 45.4545%, #0080e3 79.6238%, #ffffff00 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 27px;
        z-index: 3;
        opacity: .7;
    }
    
    
    @media screen and (min-width: 640px) {
        .c_bg1 {
            background-image: url(bg1-pc.png);
        }
        .c_bg1::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-image: url(side-bg.png);
            background-position: center top;
            background-repeat: repeat-y;
            background-size: 100%;
        }
        .jg_main {
            padding: 16px 20px 30px;
        }
        .jg_col {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 0 auto;
            max-width: 800px;
        }
        .card1 {
            width: 48.75%;
            max-width: 390px;
            margin: 0 0 40px;
        }
        .card1_h {
            font-size: 16px;
        }
        .card1_txt1 {
            font-size: 16px;
        }
        .card1_txt2 {
            font-size: 17px;
        }
        .card1_body {
            padding: 16px 6px 12px 8px;
        }
        .jg_wrap {
            padding: 16px 20px 330px;
        }
        .line_grad1 {
            height: 58.8951px;
        }
    }
    
    
    .pagetop {
        display: none;
    }
    @media screen and (min-width: 640px) {
        .pagetop {
            display: block;
            font-size: 0;
            width: 45px;
            position: fixed;
            z-index: 10;
            bottom: 30px;
            right: 30px;
            opacity: 0;
            visibility: hidden;
            transition: opacity .4s ease, visibility .4s ease;
        }
        .pagetop.is-visible {
            opacity: 1;
            visibility: visible;
        }
        .pagetop.is-stopped {
            position: absolute;
            bottom: -145px;
            right: 10px;
        }
    }
    @media screen and (min-width: 1180px) {
        .pagetop {
            left: calc(50% + 565px);
            right: auto;
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        }
        .pagetop.is-stopped {
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    