@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: 3.735vw 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: 15px 0;
        }
        .header_logo {
            width: 179.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 210px;
        }
        .header_wrap {
            padding: 20.33px 0 17.33px;
        }
    }
    
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    .sphide {
        display: none;
    }
    .fv_mv {
        font-size: 0;
        animation: 3s fv_mv_anime;
    }
    @keyframes fv_mv_anime {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .fv_wrap {
        position: relative;
        font-size: 0;
    }
    .fv_wrap img {
        width: 100%;
    }
    @media screen and (min-width: 640px) {
        .sphide {
            display: inline-block;
        }
        .fv_txt {
            position: absolute;
            z-index: 5;
            width: 52%;
            left: 4%;
            top: 48%;
            animation: 2.5s fv_anime1;
        }
        @keyframes fv_anime1 {
            0% {
                transform: translateX(-180px);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
            }
            40%,100% {
                opacity: 1;
            }
        }
        @keyframes fv_anime2 {
            0% {
                transform: translateX(180px);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
            }
            40%,100% {
                opacity: 1;
            }
        }
    }
    
    
    .itr_wrap {
        background: #fff;
        padding: 20px 20px 30px;
    }
    .itr_container {
        margin: 0 auto;
        max-width: 940px;
    }
    .itr_txt {
        margin: 0;
        line-height: 1.5;
        font-weight: 600;
        font-size: 16px;
        color: #231815;
    }
    @media screen and (min-width: 640px) {
        .itr_wrap {
            padding: 32px 20px;
        }
        .itr_txt {
            font-size: 18px;
            line-height: 2;
        }
    }
    
    
    .main_wrap {
        overflow: hidden;
        animation: 1.3s main_wrap_anime;
    }
    @keyframes main_wrap_anime {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .sec1_wrap {
        padding: 30px 25px;
        position: relative;
        z-index: 7;
        background-color: rgba(153, 213, 148, 0.1);
        margin-bottom: 50px;
    }
    .sec2_wrap {
        padding: 30px 25px;
        position: relative;
        z-index: 7;
        background-color: #f5f5f5;
        margin-bottom: 50px;
    }
    .sec1_container {
        margin: 0 auto;
        max-width: 930px;
        position: relative;
    }
    .lv2_wrap {
        text-align: center;
        margin: 0 0 40px;
    }
    .lv2 {
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        color: #251e1c;
    }
    .lv2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;/*線の上下位置*/
        display: inline-block;
        width: 150px;/*線の長さ*/
        height: 4px;/*線の太さ*/
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);/*位置調整*/
        background-color: #539f60;/*線の色*/
}
    .prof_box {
        margin: 0 auto 40px;
        width: 70%;
        max-width: 250px;
        position: relative;
        text-align: center;
    }
    .prof_photo {
        font-size: 0;
        position: relative;
        margin: 0 0 6px;
    }
    .prof_photo img {
        position: relative;
        z-index: 5;
    }
    .c_txt1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.48;
        color: #231815;
    }
    .c_txt1 sup{
        font-size: 80%;
    }
    .annotation{
        padding-left: 1em;
        text-indent: -1em;
        font-size: 14px;
        line-height:1.5;
        margin-top: 0.5em;
        display: block;
        list-style: none;
    }
    .sec1_img{
        margin:60px auto 60px;
        font-size: 0;
    }
    .sec2_img{
        margin: 60px auto 30px;
        font-size: 0;
    }
    .sec1_img p , .sec2_img p{
        font-size: 14px;
    }
    @media screen and (min-width: 640px) {
        .br-sp {
            display: none;
        }
        .sec1_wrap , .sec2_wrap{
            padding: 50px 40px;
        }
        .lv2 {
            font-size: 40px;
        }
        .lv2:before{
            width: 260px;/*線の長さ*/
        }
        .lv2_wrap {
            margin-bottom: 60px;
        }
        .prof_box {
            float: left;
            margin: 0 40px 50px 0;
            width: 100%;
            max-width: 310px;
        }
        .c_txt1 {
            font-size: 18px;
            line-height: 1.722;
        }
        .annotation{
            font-size: 14px;
        }
        .sec1_img{
            margin: 80px auto 80px;
            max-width: 930px;
        }
        .sec2_img{
            margin: 80px auto 30px;
            max-width: 800px;
        }
        .sec1_img p , .sec2_img p{
            font-size: 16px;
            text-align: center;
        }
    }
    @media screen and (min-width: 1370px) {
        .sec1_container {
            position: static;
        }        
    }
    
    
    
    
    
    
    .sec3_wrap {
        padding: 0 20px;
        margin: 0 auto 20px;
    }
    .sec3_img {
        margin: 0 auto 45px;
        font-size: 0;
        max-width: 570px;
    }
    .sec3_txt1 {
        text-align: center;
        font-size: 12px;
        color: #000;
        margin: 0;
    }
    @media screen and (min-width: 640px) {
        .sec3_img {
            margin: 80px auto;
        }
        .sec3_wrap {
            padding: 0 20px;
        }
    }
    
    
    .sec4_wrap {
        text-align: center;
        padding: 10px 20px 50px;
        color: #000;
        border-bottom: 8px solid #539f60;
        margin-bottom: 10px;
    }
    .sec4_img {
        font-size: 0;
        margin: 0 0 30px;
    }
    .sec4_img img {
        width: 350px;
    }
    .sec4_txt1 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .sec4_txt2 {
        font-size: 16px;
        line-height: 1.948;
        margin: 0;
    }
    .sec4_txt2 a{
        color: #000;
        text-decoration: none;
    }
    .contact {
        font-size: 0;
        margin: 30px 0 0;
        display: inline-block;
        position: relative;
        width: 200px; 
        overflow: hidden;
    }
    .contact img {
        height: auto;
        display: block;
        transition: opacity 0.3s ease;
    }
    .contact:hover img {
        opacity: 0; 
    }
    .contact .img_hov {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; 
    }
    .contact:hover .img_hov {
        opacity: 1; 
    }
    @media screen and (min-width: 640px) {
        .sec4_wrap{
            padding: 25px 20px 65px;
        }
        .sec4_img img {
            width: 450px;
        }
        .contact {
            width: 250px;
        }
    }    
    
    .inview_fade2 {
        opacity: 0;
        transform: translateY(60px);
    	-webkit-transform: translateY(60px);
    	-ms-transform: translateY(60px);
    }
    .inview_fade2_on {
        animation: 2s inview_fade2_anime;
        opacity: 1;
        transform: translateY(0);
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    }
    @keyframes inview_fade2_anime {
        0% {
            opacity: 0;
            transform: translateY(60px);
        	-webkit-transform: translateY(60px);
        	-ms-transform: translateY(60px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        	-webkit-transform: translateY(0);
        	-ms-transform: translateY(0);
        }
    }
    
    
    
    
    
    
    
    
    
    