@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: 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;
        }
    }
    
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    
    @media screen and (max-width: 639px) {
        .fv_side, .fv_img1, .fv_img2 {
            display: none;
        }
    }
    .fv_mv {
        font-size: 0;
        text-align: center;
    }
    .bar {
        text-align: center;
        font-size: 0;
        background: #e3e3e3;
    }
    .bar img {
        width: 100%;
    }
    
    @media screen and (min-width: 640px) {
        .fv_wrap {
            overflow: hidden;
        }
        .fv_container {
            margin: 0 auto;
            max-width: 1280px;
            position: relative;
        }
        .fv_side {
            position: absolute;
            z-index: 1;
            height: 100%;
            top: 0;
            max-width: 100vw;
        }
        .fv_left {
            right: 50%;
            transform: translateX(-270px);
        	-webkit-transform: translateX(-270px);
        	-ms-transform: translateX(-270px);
        }
        .fv_right {
            left: 50%;
            transform: translateX(270px);
        	-webkit-transform: translateX(270px);
        	-ms-transform: translateX(270px);
        }
        .fv_mv {
            position: relative;
            z-index: 3;
        }
        .fv_img1, .fv_img2 {
            position: absolute;
            z-index: 5;
        }
        .fv_img1 {
            width: 48.26%;
            left: 4%;
            top: 8%;
        }
        .fv_img2 {
            width: 15.85%;
            left: 81%;
            top: 85%;
        }
    }
    
    @media screen and (min-width: 1920px) {
        .fv_side {
            width: 50vw;
            height: auto;
        }
    }
    
    
    .itr_wrap {
        background: #e3e3e3;
        padding: 20px 20px;
    }
    .itr_container {
        margin: 0 auto;
        max-width: 920px;
    }
    .itr_txt1 {
        color: #231815;
        font-size: 16px;
        line-height: 1.5067;
        text-align: left;
        margin: 0;
    }
    
    @media screen and (min-width: 640px) {
        .itr_txt1 {
            font-size: 17px;
            line-height: 1.7058;
        }
        .itr_wrap {
            padding: 20px 20px 30px;
        }
    }
    
    
    .mn_wrap {
        overflow: hidden;
        padding: 0 8px;
    }
    .mn_container {
        margin: 0 auto;
        max-width: 1280px;
        position: relative;
    }
    .mn_container_left, .mn_container_right {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .mn_container_left {
        right: 45%;
        background-image: url(left.png);
        background-position: right top;
    }
    .mn_container_right {
        left: 45%;
        background-image: url(right.png);
        background-position: left top;
    }
    .at_wrap {
        background: #fff;
        position: relative;
        z-index: 5;
        padding: 30px 12px 44px;
    }
    .at_container {
        margin: 0 auto;
        max-width: 920px;
        position: relative;
        z-index: 5;
    }
    .lv2_wrap {
        text-align: center;
        padding: 0 0 24px;
    }
    .lv2 {
        margin: 0;
        color: #223966;
        font-size: 20px;
        line-height: 1.5;
    }
    .lv2_bar {
        width: 100%;
    }
    .prof_box {
        width: 80%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .prof_photo {
        font-size: 0;
    }
    .prof_photo img {
        width: 100%;
    }
    .prof_txt {
        position: relative;
        text-align: center;
        padding: 16px 4px;
    }
    .prof_txt::before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        background: #f2f2f2;
        border-bottom: 5px solid #000;
    }
    .prof_txt p {
        position: relative;
        z-index: 5;
        color: #231815;
        font-weight: 600;
    }
    .prof_txt1 {
        font-size: 14px;
        margin: 0;
    }
    .prof_txt2 {
        font-size: 12px;
        margin: 0 0 4px;
    }
    .prof_txt3 {
        font-size: 19px;
        margin: 0;
    }
    .prof_txt3 > span {
        font-size: .68em;
    }
    .txt1 {
        margin: 0;
        font-size: 16px;
        color: #231815;
        line-height: 1.5067;
        text-align: left;
    }
    
    @media screen and (min-width: 640px) {
        .mn_wrap {
            padding: 0 20px;
        }
        .at_wrap {
            padding: 60px 20px 80px;
        }
        .lv2 {
            font-size: 32px;
            margin-bottom: .2em;
        }
        .lv2_wrap {
            padding-bottom: 44px;
        }
        .prof_box {
            float: right;
            width: 300px;
            max-width: 300px;
            margin: 0 0 20px 40px;
        }
        .prof_txt1 {
            font-size: 18px;
        }
        .prof_txt2 {
            font-size: 14px;
        }
        .prof_txt3 {
            font-size: 25px;
        }
        .txt1 {
            font-size: 18px;
            line-height: 1.722;
        }
        .mn_container_left, .mn_container_right {
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            top: 0;
            background-size: 100%;
            background-repeat: repeat-y;
        }
        .mn_container_left {
            right: 50%;
            transform: translateX(-270px);
        	-webkit-transform: translateX(-270px);
        	-ms-transform: translateX(-270px);
        }
        .mn_container_right {
            left: 50%;
            transform: translateX(270px);
        	-webkit-transform: translateX(270px);
        	-ms-transform: translateX(270px);
        }
    }
    
    @media screen and (min-width: 1920px) {
        .mn_container_left, .mn_container_right {
            width: 50vw;
        }
    }
    
    
    .at_gray {
        position: relative;
    }
    .at_gray::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	height: 100%;
    	width: 200vw;
    	background: #f2f2f2;
    	z-index: 2;
    }
    .bnrbox {
        margin: 40px auto 0;
        background: #fff;
        padding: 30px 16px;
    }
    .bnrbox_in {
        margin: 0 auto;
        max-width: 778px;
    }
    .bnrbox h3 {
        text-align: center;
        margin: 0 0 .4em;
        font-size: 22px;
        color: #223966;
    }
    .bnrbox h4 {
        text-align: center;
        margin: 0 0 .6em;
        font-size: 19px;
        color: #223966;
    }
    .bnrbox img {
        margin: 30px 0 0;
    }
    
    @media screen and (min-width: 640px) {
        .br-sp {
            display: none;
        }
        .bnrbox h3 {
            font-size: 32px;
        }
        .bnrbox h4 {
            font-size: 24px;
        }
    }
    
    .img1 {
        text-align: center;
        font-size: 0;
        margin: 56px 0 20px;
    }
    .img1 img {
        width: 650px;
    }
    .txt2 {
        text-align: center;
        font-size: 13px;
    }
    @media screen and (min-width: 640px) {
        .txt2 {
            font-size: 15px;
        }
    }
    
    
    .dr_wrap {
        text-align: center;
        padding: 60px 0 60px;
    }
    .er_txt1 {
        color: #000;
        margin: 0 0 60px;
        font-size: 10px;
    }
    .er_bar {
        margin: 0 0 60px;
    }
    .er_logo img {
        width: 275px;
    }
    .er_logo {
        margin: 0 0 36px;
    }
    .er_txt2 {
        font-weight: 600;
        color: #231815;
        font-size: 18px;
        margin: 0 0 4px;
    }
    .er_txt3 {
        font-size: 16px;
        color: #000;
        line-height: 1.75;
        margin: 0;
    }
    .er_bar2 {
        margin: 0 auto;
        max-width: 1610px;
        width: 100%;
        display: block;
    }
    
    
    .fadein1 {
        animation: 4s fadein1_anime;
    }
    @keyframes fadein1_anime {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .fadeup {
        animation: 4s fadeup_anime;
    }
    @keyframes fadeup_anime {
        0%, 30% {
            opacity: 0;
            transform: translateY(60px);
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    .to_right {
        animation: 4s to_right_anime;
    }
    @keyframes to_right_anime {
        0% {
            right: 100%;
        }
        100% {
            right: 50%;
        }
    }
    .to_left {
        animation: 4s to_left_anime;
    }
    @keyframes to_left_anime {
        0% {
            left: 100%;
        }
        100% {
            left: 50%;
        }
    }
    
    .inview_fade {
        opacity: 0;
        transform: translateY(-30px);
    }
    .inview_fade_on {
        animation: 2s inview_fade_anime;
        opacity: 1;
        transform: translateY(0);
    }
    @keyframes inview_fade_anime {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        30% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    
    .fade_to_right {
        right: 100%;
    }
    .fade_to_right_on {
        animation: 4s fade_to_right_anime;
        right: 45%;
    }
    @keyframes fade_to_right_anime {
        0% {
            right: 100%;
        }
        100% {
            right: 45%;
        }
    }
    
    .fade_to_left {
        left: 100%;
    }
    .fade_to_left_on {
        animation: 4s fade_to_left_anime;
        left: 45%;
    }
    @keyframes fade_to_left_anime {
        0% {
            left: 100%;
        }
        100% {
            left: 45%;
        }
    }
    
    @media screen and (min-width: 640px) {
        .fade_to_right {
            right: 100%;
        }
        .fade_to_right_on {
            animation: 4s fade_to_right_anime;
            right: 50%;
        }
        @keyframes fade_to_right_anime {
            0% {
                right: 100%;
            }
            100% {
                right: 50%;
            }
        }
        
        .fade_to_left {
            left: 100%;
        }
        .fade_to_left_on {
            animation: 4s fade_to_left_anime;
            left: 50%;
        }
        @keyframes fade_to_left_anime {
            0% {
                left: 100%;
            }
            100% {
                left: 50%;
            }
        }
    }
    