@charset "utf-8";

/* ==========================================================================
	main
========================================================================== */

#hasei_main .img_area{
   background-image:url(../image/consultation/main_bg.jpg);
}


#hasei_main,
#footer{overflow: hidden;}

@media screen and (max-width :800px ){
    #hasei_main, #footer{overflow: visible;}
}

/* ==========================================================================
	intro
========================================================================== */
.intro {
    position: relative;
    background:#ffee9c;
    margin:60px auto 0;
}
.intro:before{
    content:"";
    display: block;
    width: 100%;
    height: 255px;
    background:#fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.intro .tit_area {
    position: relative;
    height: 195px;
    margin:0 auto 140px;
    box-sizing:border-box;
    z-index:10;
}

.intro .s_tit{
    position: relative;
    display: block;
    width: 240px;
    margin:0 auto;
    z-index:10;
}
.intro h2 {
    position: relative;
    width: 260px;
    margin:22px auto 0;
    z-index:10;
}


.intro .intro_bar {
    position: absolute;
    width: 90%;
    max-width:1200px;
    height:60px;
    background:#ffee9c;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: -60px;
    border-radius:30px 30px 0 0;
    z-index:1;
}
.intro .intro_bar:before{
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom:0;
    left:-40px;
    background:url(../image/about/intro_lb.png);
    background-size:cover;
}
.intro .intro_bar:after{
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom:0;
    right:-40px;
    background:url(../image/about/intro_rb.png);
    background-size:cover;
}


.intro .illust_area{
    display: block;
    position: absolute;
    width: 736px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin:auto;
    z-index:5;
    opacity:0;
	transform: translateY(50px);
	transition: .4s;
    transition-delay: 0.3s;
}
.intro .illust_area.move{
    opacity:100;    
	transform: translateY(0px);
}

.intro .illust_area .illust01{
    position: absolute;
    width: 147px;
    left: 20px;
    bottom:0;
    z-index:3;
}
.intro .illust_area .illust02{
    position: absolute;
    width: 179px;
    right: 0px;
    bottom:0;
    z-index:5;
}

.intro .box01 {
    position: relative;
    width: 95%;
    max-width:1250px;
    margin:0 auto;
    z-index:10;
}
.intro .box01 .img_area {
    width: 64.8%;
    height: 460px;
    border-radius:10px;
    background:url(../image/consultation/intro_box01_img.jpg) right center;
    background-size:cover;
    margin-left: 35.2%;
}
.intro .box01 .tit_area {
    position: absolute;
    left: 8.32%;
    top: 0;
    width: 203px;
}

.intro .box02 {
    width: 95%;
    max-width:1400px;
    position: relative;
    z-index:5;
    margin:0 auto;
    min-height:435px;
}

.intro .box02 .img_area {
    position: absolute;
    left: 50px;
    top: 25px;
    width: 340px;
}
.intro .box02 .img_area img{
    position: relative;
    border-radius:10px;
    z-index:20;
}

.intro .box02 .img_area .inview {
    display: block;
    position: absolute;
    width: 160px;
    z-index:1;
    top: -142px;
    left: 27px;
    opacity:0;
	transform: translateY(50px);
	transition: .4s;
    transition-delay: 0.3s;
}
.intro .box02 .img_area .inview.move{
    opacity:100;    
	transform: translateY(0px);
}

.box02 p {
    position: relative;
    font-size: 17px;
    line-height: 38px;
    font-weight: 600;
    width: 78.5%;
    margin-left: 21.5%;
    padding:153px 100px 134px 160px;
    box-sizing:border-box;
    z-index:10;
    transform: translateY(-85px);
    background:#fff;
    border-radius:10px;
}


@media screen and (max-width :1150px ){
    
    .intro .box01 .tit_area {
        left: 4%;
    }
    .intro .box01 .img_area {
        width: 66%;
        margin-left: 34%;
    }
    .intro .box02 .img_area{left: 0;}
    
}



@media screen and (max-width :1000px ){
    
    .box02 p{padding-left: 200px;padding-right: 30px;}
}
@media screen and (max-width :800px ){


    .intro {
        margin:35px auto 0;
        padding-bottom: 45px;
        background:#ffee9c;
    }
    .intro:before,
    .intro:after{
        display:none;

    }
    .intro .tit_area {
        position: relative;
        height: 132px;
        margin:0 auto;
        box-sizing:border-box;
        z-index:10;
    }
    .intro .tit_area:before{
        content:"";
        display: block;
        width: 100%;
        height: 50px;
        background:#fff;
        position: absolute;
        left: 0;
        top: 0px;
        z-index:1;
    }

    .intro .s_tit{
        position: relative;
        display: block;
        width: 218px;
        margin:0 auto;
        z-index:10;
    }
    .intro h2 {
        position: relative;
        width: 178px;
        margin:15px auto 0;
        z-index:10;
    }


    .intro .intro_bar {
        width: 85%;
        height:30px;
        bottom: auto;
        top: 23px;
        border-radius:15px 15px 0 0;
    }
    .intro .intro_bar:before{
        width: 20px;
        height: 20px;
        left:-20px;
    }
    .intro .intro_bar:after{
        width: 20px;
        height: 20px;
        right:-20px;
    }


    .intro .illust_area{display:none;}

    .intro .box01 {
        width: 90%;
    }
    .intro .box01 .img_area {
        width: 100%;
        height: 204px;
        border-radius:5px;
        margin:0 auto;
    }
    .intro .box01 .tit_area {
        position: relative;
        left: auto;
        top: auto;
        height:auto;
        width: 144px;
        margin:40px 0 44px 50%;
    }

    .intro .box01 .tit_area:before{display:none;}
    .intro .box02 {
        width: 90%;
        z-index:5;
        margin:0 auto;
        min-height:0px;
    }

    .intro .box02 .img_area {
        position: absolute;
        left: auto;
        right:calc(50% + 30px);
        top: -180px;
        width: 170px;
    }
    .intro .box02 .img_area img{
        border-radius:5px;
    }

    .intro .box02 .img_area .inview {
        width: 107px;
        top: -98px;
        left: 14px;
    }

    .box02 p {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-left: 0;
        padding:0;
        background:none;
        border-radius:0px;
        transform: translateY(0);
    }



}






/* ==========================================================================
	reservation
========================================================================== */


.reservation {
    position: relative;
    padding:70px 0 150px;
    width: 95%;
    max-width:1140px;
    margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    align-items: flex-start;
}
.reservation .text_area {
    width: 56%;
    max-width:580px;
    padding-top: 50px;
}
.reservation .stit {
    display: block;
    width: 330px;
    margin-bottom: 21px;
    padding-left: 10px;
}
.reservation h2 {
    width: 329px;
    padding-left: 10px;
}
.reservation .text_area p{
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    margin:45px 0 50px;
    padding-left: 10px;
    box-sizing:border-box;
}
.reservation .text_area p span{
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    background: linear-gradient(transparent 70%, #ffe200 30%);
}
.reservation .pc_link_area {
    position: relative;
    width: 100%;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.reservation .pc_link_area a {
    position: relative;
    width: 48.2%;
    display: block;
    border-radius:20px;
    box-sizing:border-box;
    min-height:100px;
    box-shadow: 0px 5px 0px 0px rgba(214,208,176,.5);
}
.reservation .pc_link_area a:hover{
    box-shadow:none;
    transform: translateY(3px);
}
.reservation .pc_link_area a:first-child{
    background:#fff;
    padding:22px 25px;
    border:4px solid #0d6fb8;
}
.reservation .pc_link_area a:first-child h3 {
    width: 121px;
    margin-bottom: 12px;
}
.reservation .pc_link_area a:first-child .en{
    font-size: 15px;
    color:#643e2f;
}
.reservation .pc_link_area .illust {
    display: block;
    width: 115px;
    position: absolute;
    top: -13px;
    right: -12px;
}
.reservation .pc_link_area a:last-child{
    padding:22px 0 25px;
    
    background:#ea5413;
}
.reservation .pc_link_area a:last-child h3 {
    width:201px;
    margin:0 auto 10px;
}
.reservation .pc_link_area a:last-child h4{
    position: relative;
    width: 177px;
    padding-left:33px;
    margin:0 auto;
}

.reservation .pc_link_area a:last-child h4:before{
    content:"";
    display: block;
    width: 27px;
    height: 29px;
    position: absolute;
    left: -2px;
    top: -3px;
    background:url(../image/consultation/reservation_tell_icon.png);
    background-size:cover;
}



.reservation .img_area{
    position: relative;
    width: 44%;
    height: 440px;
    border-radius:10px;
    background:url(../image/consultation/reservation_img.jpg);
    background-size:cover;
}
.reservation .img_area .inview {
    width: 143px;
    position: absolute;
    right: 30px;
    top: -21px;
    opacity:0;
	transform: translateY(50px);
	transition: .4s;
    transition-delay: 0.3s;
}
.reservation .inview.move{
    opacity:100;    
	transform: translateY(0px);
}


@media screen and (max-width :1200px ){
    .reservation .text_area{
        padding-right: 20px;
        box-sizing:border-box;
    }
}
@media screen and (max-width :1050px ){
    .reservation .pc_link_area a{width: 100%;}
    .reservation .pc_link_area a:first-child{margin-bottom: 15px;}
}
@media screen and (max-width :800px ){


    .reservation {
        position: relative;
        padding:50px 0 ;
        width: 90%;
        display: block;
    }
    .reservation .text_area {
        width: 100%;
        max-width:800px;
        padding-top: 0;
    }
    .reservation .stit {
        width: 230px;
        padding:0;
        margin:0 auto;
    }
    .reservation h2 {
        width: 230px;
        padding-left:0px;
        margin:13px auto 37px;
    }
    .reservation .text_area p{
        font-size: 16px;
        line-height: 29px;
        text-align: center;
        margin:0 auto 35px;
        padding-left: 0;
    }
    .reservation .text_area p span{
        font-size: 16px;
        line-height: 29px;
    }
    .reservation .pc_link_area {display:none;}



    .reservation .img_area{
        width: 100%;
        height: 317px;
        border-radius:5px;
        background-position:bottom center;
    }
    .reservation .img_area .inview {
        width: 104px;
        top: -11px;
    }
    
    .reservation ul {
    	-js-display: flex;
    	display:-webkit-box;
    	display: -webkit-flex;
    	display:-moz-box;
    	display:-ms-flexbox;
    	display: flex;
    	-webkit-justify-content: space-between;
        justify-content: space-between;
    	-webkit-flex-wrap: wrap;
    		-ms-flex-wrap: wrap;
    			flex-wrap: wrap;
        margin:35px auto 0;
    }
    .reservation ul li {width: 48%;}
    .reservation ul li a {
        display: block;
        width: 100%;
    }
    
    .reservation ul li a .tit_area:before{
        content:"";
        display: block;
        position: absolute;
        width: 140px;
        height: 10px;
        top: -5px;
        left: 0;
        right: 0;
        margin:auto;
        z-index:1;
        background:#fff;
    }
    .reservation ul li a .tit_area{
        position: relative;
        border:3px solid #0d6fb8;
        box-sizing:border-box;
        width: 100%;
        height: 110px;
        border-radius:10px 10px 0 0;
        padding-top: 14px;
    }
    .reservation ul li:nth-child(2) a .tit_area{border-color:#ea5413;}
    
    .reservation ul li a .tit {
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        margin:auto;
        width: 85px;
        z-index:10;
    }
    .reservation ul li:nth-child(2) a .tit {
        width: 103px;
    }
    .reservation ul .tit_area .en {
        position: relative;
        display: block;
        text-align: center;
        font-size: 14px;
        color:#643e2f;
        z-index:10;

    }
    .reservation ul .illust {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom:-2px;
        margin:auto;
        width: 70px;
        transform: translateX(8px);
    }
    
    .reservation ul li:nth-child(2) .illust{transform: translateX(5px);}
    
    .reservation ul li:nth-child(2) a .illust {
        width: 78px;
    }
    .reservation ul .l_txt {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        height: 50px;
        background: #0d6fb8;
        padding-top: 15px;
        box-sizing:border-box;
        border-radius:0 0 10px 10px;
        box-shadow: 0px 3px 0px 0px rgba(214,208,176,.3);
    }
    .reservation ul .l_txt:before{
        content:"";
        display: block;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 19px;
        right:calc(50% + 57px);
        margin:auto;
        background:url(../image/common/link_w_ar_sp.png);
        background-size:cover;
    }
    .reservation ul li:nth-child(2) .l_txt:before{
        display:none;
    }
    .reservation ul li:nth-child(2) .l_txt {
        background: #ea5413;
    }
    .reservation ul .l_txt img {
        width: 95px;
    }
    .reservation ul li:nth-child(2) a .l_txt img {
        width: 133px;
    }


    
    
    
    
    
}

/* ==========================================================================
	first
========================================================================== */

.first {
    position: relative;
    width: 100%;
    margin:0 auto;
    padding:20px 0 50px;
    background:#fff6cc;
    z-index:30;
}



.first .first_bar {
    position: absolute;
    width: 90%;
    max-width:1200px;
    height:60px;
    background:#fff6cc;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: -60px;
    border-radius:30px 30px 0 0;
    z-index:1;
}
.first .first_bar:before{
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom:0;
    left:-40px;
    background:url(../image/consultation/first_lb.png);
    background-size:cover;
}
.first .first_bar:after{
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom:0;
    right:-40px;
    background:url(../image/consultation/first_rb.png);
    background-size:cover;
}

.first_inr {
    position: relative;
    width: 95%;
    max-width:1200px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin:0 auto;
}
.first .tit_area {
    position: relative;
    width: 232px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0 54px 0 70px;
    box-sizing:border-box;
    min-height:448px;
}
.first h2 {
    position: relative;
    width: 41px;    
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    height: 440px;
}
/*
.first h2 img{
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}
*/
.first h2:after{
    content:"";
    display: block;
    position: absolute;
    right: -17px;
    top: 296px;
    width: 136px;
    height: 135px;
    background:url(../image/consultation/first_illust.png);
    background-size:cover;
    
}
.first .enb {
    display: block;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    height: 440px;
}

.first .tit_area .illust{
    position: -webkit-sticky;
    position: sticky;
    top: 296px;
}
.first .tit_area .illust img{
    position: -webkit-sticky;
    position: sticky;
    top: 296px;
}

.first ul{
    width: calc(100% - 232px);
    max-width:900px;
    
}

.first li {
    position: relative;
    background:#fff;
    padding:40px 43px 40px 0;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin-bottom: 30px;
    border-radius:10px;
}
.first li:nth-child(6){
    margin-bottom: 80px;
}

.first li:last-child{padding-left: 50px;}
.first li:before{
    content:"";
    display: block;
    width: 100px;
    height: 35px;
    position: absolute;
    left: 20px;
    bottom:-30px;
    background:#fff;
}

.first li:nth-child(6):before{
    height: 85px;
    bottom: -85px;
}
.first li:last-child:before{display:none;}
.first .img_area {
    position: relative;
    width: 280px;
    height: 220px;
    border-radius:0 10px 10px 0;
    background:url(../image/consultation/first_img01.jpg);
    background-size:cover;
}


.first li:nth-child(2) .img_area {background-image:url(../image/consultation/first_img02.jpg);}
.first li:nth-child(3) .img_area {background-image:url(../image/consultation/first_img03.jpg);}
.first li:nth-child(4) .img_area {background-image:url(../image/consultation/first_img04.jpg);}
.first li:nth-child(5) .img_area {background-image:url(../image/consultation/first_img05.jpg);}
.first li:nth-child(6) .img_area {background-image:url(../image/consultation/first_img06.jpg);}


.first .img_area .en{display:none;}
.first .text_area {
    width: 62%;
    position: relative;
    max-width:540px;
}



.first li:last-child .text_area{width: 100%;max-width:1000px;}
.first .text_area .en {
    font-size: 20px;
    color:#ea5413;
    border-bottom:1px solid #ea5413;
}

.first .text_area h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color:#ea5413;
    margin-top:15px;
}
.first .text_area h3 span{
    font-size: 17px;
    line-height: 33px;
    font-weight: 600;
    color:#ea5413;
}
.first .text_area p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 16px;
    z-index:20;
}
.first h4 {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
    margin-top: 8px;
}
.first h4 span {
    display:inline-block;
    font-size: 15px;
    padding:8px 10px;
    margin-right: 10px;
    background:#ffe200;
    border-radius:5px;
    font-weight: 600;
}
.first .fukidashi {
    position: absolute;
    width: 100%;
    padding-left: 144px;
    bottom:-65px;
    right: 0;
    box-sizing:border-box;
}
.first figure {
    position: absolute;
    left: 0;
    top: -20px;
    width:113px;
}
.first h5 {
    position: relative;
    padding:20px 10px;
    text-align: center;
    background:#f3f3f3;
    border-radius:10px;
    border:5px solid #fff;
    font-size: 16px;
    box-sizing:border-box;
}
.first h5:before{
    content:"";
    display: block;
    width: 16px;
    height: 28px;
    position: absolute;
    left: -16px;
    top: 0;
    bottom:0;
    margin:auto;
    background:url(../image/consultation/first_fukidashi_ar.png);
    background-size:cover;
}



@media screen and (max-width :1100px ){
    .first .img_area{
        width: 38%;
    }
    .first .text_area{
        width: 57%;
    }
    .first li {padding-right: 30px;}
    
}
@media screen and (max-width :1050px ){
    .first .fukidashi{bottom:-95px;}
}

@media screen and (max-width :800px ){

    .first {
        padding:40px 0 20px;
    }



    .first .first_bar {
        display:none;
    }

    .first_inr {
        width: 90%;
        display: block;
        margin:0 auto;
    }
    .first .tit_area {
        position: relative;
        width: calc(100% - 7.5vw);
        display: block;
        padding:0;
        margin:0 auto;
        padding:0;
        min-height:10px;
    }
    
    
    .first .tit_area:before{    
        content: "";
        display: block;
        position: absolute;
        right: 3.75vw;
        top: -10px;
        width: 100px;
        height: 100px;
        background: url(../image/consultation/first_illust.png);
        background-size: cover;
    }
    .first h2 {
        position: relative;
        width: 128px;
        top: auto;
        height: auto;
    }
    .first h2:after{
        display:none;
        height: 100px;

    }
    .first .enb {
        display: block;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        font-size: 15px;
        text-align: left;
        margin: 18px 0 38px;
        position: relative;
        top: auto;
        height: auto;
    }
    

    .first ul{
        width: 100%;
    }

    .first li {
        position: relative;
        background:#fff;
        padding:20px 20px 25px 0;
        display: block;
        margin-bottom: 30px;
        border-radius:5px;
    }
    .first li:nth-child(6){
        margin-bottom: 40px;
    }

    .first li:last-child{padding-top: 0;padding-left:0;padding-right: 60px;}
    .first li:before{
        width: 50px;
        height: 35px;
        left: 10px;
        bottom:-30px;
    }

    .first li:nth-child(6):before{
        height: 45px;
        bottom: -45px;
    }
    .first li:last-child:before{display:none;}
    .first .img_area {
        width: 83%;
        height: auto;
        border-radius:0 5px 5px 0;
    }
    .first .img_area .en { 
        display: block;
        font-feature-settings: normal;
        vertical-align: top;
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        position: absolute;
        right: -33px;
        top: 0;
        font-size: 15px;        
        color: #ea5413;
        border-left: 1px solid #ea5413;
    }
    
    
    
    .first .img_area:before{
        content:"";
        display: block;
        padding-top: 78.6%;
    }
    .first .text_area {
        width:100%;
        max-width:800px;
        padding:19px 0 0 25px;
        box-sizing:border-box;
    }

    .first li:nth-child(6) .text_area{
        padding-bottom: 47px;
    }

    .first .text_area .en {
        display:none;
    }
    .first li:last-child .text_area .en{
        display: block;
        font-feature-settings: normal;
        vertical-align: top;
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        position: absolute;
        right: -24px;
        top: 20px;
        font-size: 15px;
        color: #ea5413;
        border-left: 1px solid #ea5413;
        border-bottom:none;
        
    }

    .first .text_area h3 {
        font-size: 19px;
        line-height: 30px;
        margin-top:0;
    }
    .first .text_area h3 span{
        font-size: 15px;
        line-height: 30px;
    }
    .first .text_area p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 5px;
    }
    .first h4 {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 13px;
    }
    .first h4 span {
        display:inline-block;
        font-size: 13px;
        padding:7px 8px;
        margin-right: 10px;
        background:#ffe200;
        border-radius:5px;
        font-weight: 600;
    }
    .first .fukidashi {
        position: absolute;
        width: 90%;
        padding-left: 99px;
        bottom: -40px;
        right: auto;
        left: 25px;
        box-sizing: border-box;
    }
    .first figure {
        top: -15px;
        width:80px;
    }
    .first h5 {
        padding:15px;
        border-radius:5px;
        border:2.5px solid #fff;
        font-size: 14px;
        line-height: 26px;
        box-sizing:border-box;
        font-weight: 600;
    }
    .first h5:before{
        width: 8px;
        height: 14px;
        left:-9px;
    }

}
@media screen and (max-width :450px ){
    .first .fukidashi{
        bottom:-60px;
    }
    .first h5 {
        text-align:left;
    }
    .first figure{top: 0;}
    .first li:nth-child(6){margin-bottom: 60px;}
    .first li:nth-child(6):before{
        height: 60px;
        bottom:-60px;
    }
    
}
/* ==========================================================================
	qa
========================================================================== */

.qa {
    position: relative;
    width: 95%;
    max-width:1200px;
    margin:0 auto;
    padding:80px 0;
}
.qa .qa_inr {
    position: relative;
    width: 100%;
    max-width:1200px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin:0 auto;
}

.qa .tit_area {
    position: relative;
    width: 218px;
    padding:0 40px 0 75px;
    box-sizing:border-box;
}

.qa .tit_area .tit_inr{    
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    height: 615px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top:15px;
}
.ie .qa .tit_area .tit_inr{ 
    position: relative;
}
.qa h2 {
    position:relative;
    width: 40px;    
    /*
    position: -webkit-sticky;
    position: sticky;
    height: 615px;
    top:15px;
    */
}
.qa h2:after{
    content:"";
    display: block;
    position: absolute;
    right: -31px;
    top: 320px;
    width: 146px;
    height: 152px;
    background:url(../image/consultation/qa_illust.png);
    background-size:cover;
    z-index:10;
    
}

.qa h2 img{    
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    top: 15px;
}
.qa .tit_area .tit_inr a{
    display: block;
    position: absolute;
    left: -45px;
    top:530px;
    margin:auto;
    width: 190px;
    padding:20px 0 20px 60px;
    box-sizing:border-box;
    background:#ffee9c;
    border-radius:10px;
    height: 60px;
    box-shadow: 3px 3px 0px 0px rgb(214 208 176 / 30%);
}


.qa .tit_area .tit_inr a:hover{
    box-shadow:none;
    background:#ffee9c;
    transform: translate(3px,3px);
}


.qa .tit_area .tit_inr a:before{    
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 24px;
    left: 25px;
    background: url(../image/common/link_ar.png);
    background-size: cover;
    transition: transform .2s ease;
}
.qa .tit_area .tit_inr a:hover:before{    
    transform: translateX(3px);
    transition:transform .2s ease;
}

.qa .tit_area .tit_inr a img{
    width: 95px;
}

.qa .tit_area .enb {
    display: block;
    text-shadow: 1px 1px 0px #643e2f, -1px 1px 0px #643e2f, 1px -1px 0px #643e2f, -1px -1px 0px #643e2f, 1px 0px 0px #643e2f, 0px 1px 0px #643e2f, -1px 0px 0px #643e2f, 0px -1px 0px #643e2f;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    /*
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    height: 615px;
    */
}




.qa #various_ac {
    position: relative;
    width: calc(100% - 230px);
    max-width: 900px;
    
}


.qa #various_ac li{
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 26px 20px 20px;
    min-height: 85px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
    background: #fff6cc;
    box-shadow: 4px 4px 0px 0px rgb(214 208 176 / 30%);
    
}

.qa #various_ac li h3{
	position:relative;
	display:block;
	width:100%;
	padding:0 80px 5px 60px;
	box-sizing:border-box;
	font-size:20px;
	line-height:1.5;
	}
.qa #various_ac li h3 .text{
	font-weight:500;
	font-size:20px;
	line-height:1.5;
	color:#ea5413;
    border-bottom:1px solid #ea5413;
    
}
.win .qa #various_ac li h3 .text{
    font-weight: 600;    
}
.qa #various_ac li .enb{
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: -2px;
    margin:0;
	}
	
.qa #various_ac li .icon{
	display:block;
	position:absolute;
	width:34px;
	height:34px;
	right:0;
	top:0;
	bottom:0;
    background:url(../image/common/various_icon.png);
    background-size:cover;
    transition:transform .4s ease;
}

.qa #various_ac li.active .icon{
	transform:rotate(180deg);
    transition:transform .4s ease;
	}

.qa #various_ac li div{
	display:none;
	width:100%;
	box-sizing:border-box;
	background:#fff;
	padding:20px 25px 25px;
    border-radius:10px;
    margin-top: 22px;
	}

.qa #various_ac li div p{
	font-size:16px;
	line-height:30px;
    font-weight: 600;
	}	
	





@media screen and (max-width :800px ){

    .qa {
        width: 90%;
        padding:40px 0 60px;
    }
    .qa .qa_inr {
        display: block;
    }

    .qa .tit_area {
        position: relative;
        width: calc(100% - 7.5vw);
        display: block;
        padding:0;
        height:auto;
        margin:0 auto;
    }
    .qa .tit_area .tit_inr{
        position: relative;
        display: block;
        top:auto;
        height:auto;
    }
    
    .qa .tit_area:after{
        content:"";
        display: block;
        width: 110px;
        height: 114px;
        position: absolute;
        right:-3.75vw;
        bottom:-38px;
        background:url(../image/service/qa_illust_sp.png);
        background-size:cover;
        
    }

    .qa h2 {
        position: relative;
        width: 150px;
    }

    .qa h2 img{    
        position: relative;
        top: auto;
    }
    .qa h2:after{display:none;}
    .qa .tit_area .enb {
        display: block;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        font-size: 15px;
        text-align: left;
        margin: 18px 0 38px;
        position: relative;
        top: auto;
        height: auto;
    }


    .qa .tit_area .tit_inr a{display:none;}

    .qa #various_ac {
        width: 100%;
    }


    .qa #various_ac li{
        position: relative;
        width: 100%;
        margin: 0 0 20px;
        padding: 20px 10px 10px;
        min-height: 70px;
        border-radius: 5px;
        box-shadow: 2px 2px 0px 0px rgb(214 208 176 / 30%);
    }

    .qa #various_ac li h3{
        padding:0 40px 5px 47px;
        box-sizing:border-box;
        font-size:17px;
        line-height:1.5;
        }
    .qa #various_ac li h3 .text{
        font-size:17px;

    }
    .qa #various_ac li .enb{
        font-size: 26px;
        left: 10px;
        top: -5px;
        margin:0;
        }

    .qa #various_ac li .icon{
        width:25px;
        height:25px;
    }
    .qa #various_ac li div{
        display:none;
        width:100%;
        padding:25px 20px 15px;
        border-radius:5px;
        margin-top: 20px;
        }

    .qa #various_ac li div p{
        font-size:16px;
        line-height:28px;
        }	


}

