@charset "UTF-8";

/* common start ----------------------------------------------------------------*/

/* reset start ----------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul,li,ol,dl{
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

img{
    vertical-align: top;
    max-width: 100%;
    height: auto;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* reset end ----------------------------------------------------------------*/

@media screen and (min-width:768px){
	.sp_mode{ display: none!important; }
}

@media screen and (max-width:767px){
	.pc_mode{ display: none!important; }
}

body{
    font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
    font-weight: 600;
}

@media all and (-ms-high-contrast: none) {
    body{

        font-family:"Noto Sans JP", sans-serif;
        font-weight: normal;
    }    
}



p{
	font-size: 16px;
	line-height:1.5; 
    /*font-weight: 600;*/
    letter-spacing: 0.05rem;
}



@media screen and (max-width:767px){
    p{
        font-size: 13px;
        line-height: 1.6;
    }
}

#wrapper{
    overflow:hidden;
    padding-top:90px;
}



.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

.pt00{
    padding-top:0 !important;
}


.font18{
    font-size: 18px;
}

.font20{
    font-size: 20px;
}


.text-center{
    text-align: center;
}



.full-width{
    width: 100%;
    max-width: 1400px;
}

.w1300{
    width: 98%;
    max-width: 1300px;
}

.w1080{
    width: 94%;
    max-width: 1080px;
}

.w880{
    width: 94%;
    max-width: 880px;
}

.w750{
    width: 94%;
    max-width:750px;
}

.inner{
	margin:0 auto;
}


.green{
    color:#009333;
}

.bk-white{

    background:linear-gradient(transparent 0%, #fff 0%);
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

#header .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    height: 90px;
    padding-top:10px;
    padding-bottom:24px;
    box-sizing: border-box;
}

#header .logo-block{
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .logo-block .image{
    display: block;
    margin-right:26px;
}

#header .logo-block .text{
    font-size: 12px;
    line-height: 1.5;
    padding-top:9px;
}

#header .contact-block{
    display: flex;
    align-items: center;
}


#header .contact-block .inquiry{
    margin-right:30px;
}
#header .contact-block .inquiry a{
    width: 160px;
    height:42px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:#009333;
    padding-right:12px;
    border:2px solid #009333;
    box-sizing: border-box;
    transition: all 0.3s;
    
}

#header .contact-block .inquiry a span{
    display: block;
    position: relative;
}

#header .contact-block .inquiry a span:before{
    content:"";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #009333;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    transition: all 0.3s;
}

#header .contact-block .inquiry a span:after{
    content:"";
    position: absolute;
    width: 0;
    height:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:6px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    transition: all 0.3s;
}


#header .contact-block .inquiry a:hover{
    background-color: #009333;
    color:#fff;
    transition: all 0.3s;
}

#header .contact-block .inquiry a:hover span:before{
    background-color: #fff;
    transition: all 0.3s;
}

#header .contact-block .inquiry a:hover span:after{
    border-left-color: #009333;
    transition: all 0.3s;
}



#header .contact-block .reservation{
    margin-right: 15px;

}
#header .contact-block .reservation a{
    width: 190px;
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:#000;
    background-color: #f9e901;
    padding-right:12px;
    border:2px solid #f9e901;
    box-sizing: border-box;   
    transition: all 0.3s;
}


#header .contact-block .reservation a span{
    display: block;
    position: relative;
    font-size:14px;
}

#header .contact-block .reservation a span:before{
    content:"";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    transition: all 0.3s;
}

#header .contact-block .reservation a span:after{
    content:"";
    position: absolute;
    width: 0;
    height:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:6px solid #009333;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    transition: all 0.3s;
}

#header .contact-block .reservation a:hover{
    background-color: #fff;
    transition: all 0.3s;

}

#header .contact-block .reservation a:hover span:before{
    background-color: #009333;
    transition: all 0.3s;
}

#header .contact-block .reservation a:hover span:after{
    border-left-color: #fff;
    transition: all 0.3s;
}

#header .contact-block .tel{
    transition: all 0.3s;
}

#header .contact-block .tel:hover{
    transition: all 0.3s;
    opacity: .6;
}


#footer .copyright{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:20px;
    padding-bottom:20px;
    font-size:12px;
    font-weight: normal;
}

#header .contact-block .tel-sp{
    display: none;
}

#header .contact-block .inquiry-sp{
    display: none;
}

@media screen and (max-width:1080px){
    #header .contact-block .tel{
        display: none;
    }

    #header .contact-block .tel-sp{
        display: block;
        width: 40px;
    }

    #header .contact-block .inquiry{
        display: none;
    }

    #header .contact-block .inquiry-sp{
        display: block;
        width: 40px;
    }


    #header .logo-block .text{
        display: none;
    }

    #header .contact-block .reservation{
        margin-left:10px;
        margin-right: 0;
    }

}

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

    #wrapper{
        padding-top:55px;
    }


    #header .inner{
        height: 55px;
        padding-bottom: 10px;
    }

    #header .logo-block .image {
        width: 100px;
        margin-right: 10px;
    }


    #header .contact-block .reservation a{
        padding-right:20px;
        width: 150px;
        height: 35px;
        font-size: 12px;
    }

    #header .contact-block .reservation a span{
        font-size: 12px;
    }    

    #header .contact-block .reservation a span:before{
        width: 14px;
        height: 14px;
        right: -19px;
    }

    #header .contact-block .reservation a span:after{
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #009333;
        right: -15px;
    }

    /*#header .contact-block .inquiry{
        margin-right: 0;
    }

    #header .contact-block .inquiry a{
        font-size: 12px;
        padding-right:20px;
        width: 120px;
        height: 35px;
    }

    #header .contact-block .inquiry a span:before{
        right: -20px;
        width: 14px;
        height: 14px;
    }

    #header .contact-block .inquiry a span:after{
        right: -16px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #fff;
    }*/

    #footer .copyright{
        padding-top:15px;
        padding-bottom:15px;
    }

    .sp-box-pd{
        padding-left:25px;
        padding-right:25px;
    }
}



/* common end ----------------------------------------------------------------*/


.shadow-box{
    position: relative;
    border:2px solid #000;
    border-radius:20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom:10px;
    margin-right:10px;
}

.shadow-box:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../img/index/shadow.png");
    background-repeat: repeat;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: -1;
    left:10px;
    top:10px;
}



.marker{
    background: linear-gradient(transparent 75%, #f9e901 75%);
}

.cap01{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*font-weight: normal;*/
    letter-spacing: 0.04em;
}

.cap01 .sub{
    position: relative;
    font-size: 24px;
}

.cap01 .sub.wave:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    background-image: url(../../img/index/wave.png);
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cap01 .main{
    font-size:40px;
    display: block;
    margin-top:10px;
}

.cap01 .main .medium{
    font-size: 34px;
}

.cap02{
    text-align: center;
    font-size:24px;
    letter-spacing: 0.08em;
}
.cap02 span{
    color:#f9e901;
    font-size: 30px;
    /*font-weight: normal;*/
}

.cap03{
    position: relative;
    text-align: center;
    padding-bottom:15px;
    color:#009333;
    font-size: 30px;
    /*font-weight: normal;*/
}

.cap03:after{
    content:"";
    position:absolute;
    width: 30px;
    height:5px;
    background-color:#009333;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
}



.schedule-btn{
    width: 700px;
    margin:0 auto;
}

.schedule-btn a{
    position: relative;
    display: block;
    padding:37px 10px 37px 150px;
    background-color:#009333;
    border-radius:70px;
    box-sizing: border-box;
    text-decoration: none;
    color:#fff;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.schedule-btn a:before{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:20px solid #F9E901;
    right:45px;
    top:50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.schedule-btn a:hover{
    opacity: .8;
    transition: all 0.3s;
}


.schedule-btn a .icon{
    position: absolute;
    left: 55px;
    top: 30px;
}

.schedule-btn a .main{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom:5px;
}

.schedule-btn a .main span{
    color:#F9E901;
    font-size: 28px;
}

.schedule-btn a .sub{
    font-size: 16px;
}


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

    .cap01 .main{
        font-size: 24px;
    }

    .cap01 .sub{
        font-size: 16px;
    }

    .cap01 .main .medium{
        font-size: 22px;
    }

    .cap02 {
        font-size: 18px;
    }

    .cap02 span{
        font-size: 22px;
    }

    .cap03{
        font-size: 19px;
    }

    .cap03:after{
        height:3px;
    }


    .schedule-btn{
        width: 100%;
        max-width: 360px;

    }

    .schedule-btn a{
        padding: 15px 10px 10px 78px;
    }

    .schedule-btn a:before{
        right:15px;
        border-top:7px solid transparent;
        border-bottom:7px solid transparent;
        border-left:14px solid #F9E901;
    }

    .schedule-btn a .text{
        margin-right:25px;
    }

    .schedule-btn a .main{
        font-size: 14px;
        margin-bottom:0;
    }

    .schedule-btn a .main span{
        font-size: 17px;
    }

    .schedule-btn a .sub{
        padding-left:0;
        /*font-size: 12px;*/
        
        font-size: 11px;
        font-weight: normal;
    }


    .schedule-btn a .icon {
        left: 25px;
        top: 50%;
        width: 35px;
        transform: translateY(-50%);
    }

}


/*-------------TOP-------------*/

.top{
   background-color:#fff9e6; 
   padding-top:30px;
   padding-bottom:180px;
   overflow: hidden;
}

@media screen and (max-width:767px){
    .top .inner{
        margin:0;
    }
}


.top .top-image{
    text-align: center;
    height: auto;
}

.top .top-message{
    position: relative;
    padding-top:65px;
}

.top .top-message .title{
    width: 450px;
    margin:0 auto;
    margin-bottom:60px;
}

.top .top-message p{
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-bottom:40px;
}


.top .top-message .decoration{
    position: absolute;
}

.top .top-message .decoration01{
    top:30px;
    left:155px;
}
.top .top-message .decoration02{
    top:200px;
    left:0;
}
.top .top-message .decoration03{
    top: 410px;
    left: 130px;
}
.top .top-message .decoration04{
    top: 560px;
    left: 70px;
}
.top .top-message .decoration05{
    top:50px;
    right:50px;
    
}
.top .top-message .decoration06{
    top:230px;
    right:0;
    
}
.top .top-message .decoration07{
    top: 420px;
    right: 110px;
}
.top .top-message .decoration08{
    top: 580px;
    right: 20px;
}

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

    .top{
        padding-bottom: 70px;
    }

    .top .top-message .title{
        width: 300px;
        margin-right:auto;
        margin-left:auto;
    }

    .top .top-message p{
        font-size: 14px;
        text-align: center;
        margin-bottom:20px;
    }

    .top .top-message .decoration{
        width: 15%;
    }

    .top .top-message .decoration01{
        left: 0;
        top: 160px;
    }
    .top .top-message .decoration02{
        left: 0;
        top: 290px;
    }
    .top .top-message .decoration03{
        left: 0;
        top: 390px;
    }
    .top .top-message .decoration04{
        left: 0;
        top: 490px;
    }
    .top .top-message .decoration05{
        top: 160px;
        right:0;
    }
    .top .top-message .decoration06{
        top: 290px;
        right:0;
    }
    .top .top-message .decoration07{
        top: 390px;
        right: 0;
    }
    .top .top-message .decoration08{
        top: 490px;
        right: 0;
    }

}


/*-------------problem-------------*/
.problem{
    position: relative;
    background-color:#f7eed0;
    padding-top:120px;
    padding-bottom:120px;
    z-index: 0;

}

.problem .example-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top:36px;
    padding-bottom:50px;
    
}

.problem .example-area:before{
    position: absolute;
    content:"";
    background-image: url("../../img/index/problem_img01.png");
    width: 147px;
    height: 242px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);   

}

.problem .example{
    width: 450px;
    height: 480px;
    background-image: url(../../img/index/example_bak.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding:50px 65px 0 65px;
    color:#fff;
}


.problem .example ul{
    margin-top:25px;
}

.problem .example li{
    position: relative;
    font-size: 17px;
    margin-bottom:10px;
    padding-left: 20px;
    letter-spacing: 0.1em;
}

.problem .example li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#F9E901;
    left: 0;
    top: 9px;
}

.problem .dot-area{
    padding-top:100px;
    padding-bottom:90px;
}

.problem .dot{
    width: 6px;
    height: 6px;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom:10px;
    border-radius: 50%;
    background-color:#000;
}

.problem .cap01 .box{
    position: relative;
    padding-left: 60px;
    padding-right:60px;
}

.problem .cap01 .box:before{
    content:"";
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #000;
    left: 0px;
    bottom: 0;
    transform: rotate(-35deg);
}

.problem .cap01 .box:after{
    content:"";
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #000;
    right: 0px;
    bottom: 0;
    transform: rotate(30deg);
}


.problem .word{
    font-size: 20px;
    color:#009333;
    text-align:center;
    margin-top:40px;
}

.problem .settlement-flow{
    margin-top:65px;
}

.problem .settlement-flow>li{
    position: relative;
    margin-bottom:70px;
}

.problem .settlement-flow>li:after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #009333;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    left: 50%;
    bottom:-50px;
    transform: translateX(-50%);
}

.problem .settlement-flow>li:last-child:after{
    content:none;
}

.problem .settlement-flow .shadow-box{
    padding:36px 40px 36px 50px;
}

.problem .settlement-flow .flow01{
    position: relative;
}

.problem .settlement-flow .flow01:before{
    position: absolute;
    content:"";
    background-image: url("../../img/index/problem_img02.png");
    width: 126px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;

    top: -15px;
    left: 180px;

}

.problem .settlement-flow .flow01 p{
    text-align: center;
    font-size: 20px;
    color:#009333;
}

.problem .settlement-flow .catch{
    font-size: 18px;
    color:#009333;
    letter-spacing: 0.12em;
    line-height: 30px;
    margin-right:45px;
    width: 290px;
}

.problem .settlement-flow .flex-box{
    display: flex;
}


.problem .settlement-flow .flow02 .catch{
    padding-top:5px;
}

.problem .settlement-flow .flow02 li{
    position: relative;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:24px;
}

.problem .settlement-flow .flow02 li:before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:12px solid #009333;

    left:0;
    top:12px;
}

/*
.problem .settlement-flow .flow03:before{
    content:"";
    position: absolute;
    width: 163px;
    height:178px;
    background-image: url("../../img/index/problem_img03.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    right:60px;
    bottom:0;
}*/

.problem .settlement-flow .flow03 .box{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 335px)
}

.problem .settlement-flow .flow03 .box .image{
    width: 150px;
    min-width: 150px;
    position: relative;
    margin-left:10px;
}

.problem .settlement-flow .flow03 .box .image img{
    position: absolute;
    bottom:-36px;
}

.problem .settlement-flow .flow04{
    margin-bottom: 0;
}
.problem .settlement-flow .flow04 .cap{
    font-size: 17px;
    margin-top:24px;
    margin-bottom:12px;
}

.problem .settlement-flow .flow04 .document-list{
    display: flex;
    position: relative;
    padding:20px 30px;
    background-color: #E8F1D3;
    font-weight: 500;
}

.problem .settlement-flow .flow04 .document-list:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    right: -3px;
    top: -14px;
    transform: rotate(-45deg);

}

.problem .settlement-flow .flow04 .document-list .left{
    margin-right:40px;
}

.problem .settlement-flow .flow04 .document-list .right p{
    text-align: right;
    position: relative;
}
.problem .settlement-flow .flow04 .document-list li{
    position: relative;
    padding-left:20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.problem .settlement-flow .flow04 .document-list li:after{
    position: absolute;
    content:"";
    width: 8px;
    height: 8px;
    background-color:#009333;
    border-radius: 50%;
    top:14px;
    left: 0;
}


@media screen and (max-width:1080px){
    .problem .settlement-flow .flow01:before{
        top:-27px;
        left:60px;
    }

    .problem{
        padding-top:50px;
    }


    .problem .example-area{
        flex-direction: column;
        padding-bottom:250px;
    }

    .problem .example {
        width: 350px;
        height: 375px;
        margin:0 auto;
        margin-bottom:10px;
        padding: 35px 35px 0 48px;
    }

    .problem .example ul{
        margin-left:15px;
    }

    .problem .example li{
        font-size: 14px;
    }

    .problem .dot-area{
        padding-top:40px;
        padding-bottom:40px;
    }
}

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

    .problem{
        padding-bottom:50px;
    }

    .problem .cap01 .box{
        padding-right:30px;
        padding-left:30px;
    }

    .problem .cap01 .box:before{
        width: 2px;
        height: 50px;
    }

    .problem .cap01 .box:after{
        width: 2px;
        height: 50px;
    }

    .problem .word{
        font-size: 16px;
        margin-top:20px;
    }

    .problem .settlement-flow{
        margin-top:40px;
    }


    .problem .settlement-flow .shadow-box{
        padding: 25px 20px 25px 20px;
    }

    .problem .settlement-flow .catch{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin-bottom:15px;
        margin-right: 0;
    }

    .problem .settlement-flow .flow01 p{
        font-size: 16px;
    }

    .problem .settlement-flow .flow01:before{
        top: -20px;
        left: 10px;
        width: 100px;
        height: 55px;
    }

    .problem .settlement-flow .flex-box{
        flex-direction: column;
    }


    .problem .settlement-flow .flow02 li{
        font-size: 13px;
    }

    .problem .settlement-flow .flow03 .box{
        width: 100%;
    }

    .problem .settlement-flow .flow03 .box p{
        margin-right:15px;
    }

    .problem .settlement-flow .flow03 .box .image{
        width: 100px;
        min-width: 100px;
    }

    .problem .settlement-flow .flow03 .box .image img{
        bottom:-25px;
    }



    .problem .settlement-flow .flow04 .cap{
        font-size: 14px;
    }

    .problem .settlement-flow .flow04 .document-list{
        padding:0;
        padding-top:20px;
        font-size: 12px;
        flex-direction:column;
    }

    .problem .settlement-flow .flow04 .document-list li{
        padding-left: 10px;
    }

    .problem .settlement-flow .flow04 .document-list li:after{
        width: 6px;
        height: 6px;
        top: 12px;
    }


    .problem .settlement-flow .flow04 .document-list:before{
        content: "";
        position: absolute;
        width: calc(100% + 40px);
        height: calc(100% + 25px);
        border:initial;
        left: -20px;
        right: auto;
        top: 0;
        transform: initial;
        background-color: #E8F1D3;
        border-radius: 0 0 20px 20px;
    }

    .problem .settlement-flow .flow04 .document-list .left{
        margin-right:10px;
    }
}


    

/*-------------joy-voice-------------*/
.joy-voice{
    position: relative;
    background-color:#fff9e6; 
    padding-top: 120px;
    padding-bottom:120px;
    z-index: 0;
}

.joy-voice .voice-list{
    display: flex;
    justify-content: space-between;
    margin-top:70px;
}


.joy-voice .voice-list li{
    width: 32.4%;
    max-width: 340px;
}



.joy-voice .voice-list li .shadow-box{
    padding: 30px 25px 25px 25px;
    height: calc(100% - 10px);
}

.joy-voice .voice-list li .profile{
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

.joy-voice .voice-list li .profile .address{
    font-size: 14px;
    letter-spacing: 0.1em;
    display: block;
}

.joy-voice .voice-list li .profile .name{
    font-size: 20px;
    letter-spacing: 0.1em;
    display: block;
}

.joy-voice .voice-list li .profile .image{
    width: 80px;
    height: auto;
    margin-right:20px;
}

.joy-voice .voice-list li .text .voice{
    margin-bottom:20px;
}

.joy-voice .voice-list li .text .detail{
    font-size: 14px;
    font-weight: 500;
}


@media screen and (max-width:767px){
    
    .joy-voice{
        padding-top:50px;
        padding-bottom:50px;
    }

    .joy-voice .voice-list{
        flex-direction: column;   
        margin-top:30px;
    }

    .joy-voice .voice-list li{
        width: 100%;
        max-width: initial;
        margin-bottom:30px;
    }

    .joy-voice .voice-list li:last-child{
        margin-bottom:0;
    }

    .joy-voice .voice-list li .text .voice{
        font-size: 15px;
    }

    .joy-voice .voice-list li .text .detail{
        font-size: 13px;
    }
}


/*-------------teacher-------------*/
.teacher{
    padding-top:120px;
    padding-bottom:120px;
    background-color:#F7EED0;
}

.teacher .teacher-box{
    display: flex;
    justify-content: space-between;
}

.teacher .teacher-box .text{
    width: 61%;
    max-width: 650px
}

.teacher .teacher-box .text p{
    line-height: 1.8;
}

.teacher .teacher-box .profile{
    width: 34%;
    max-width: 360px
}

.teacher .teacher-box .text .catch{
    display: block;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin-bottom:25px;
}

.teacher .teacher-box .text p{
    margin-bottom:20px;
}

.teacher .teacher-box .text .achievement .title{
    position: relative;
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #009333;
    padding-left:22px;
    margin-bottom:8px;
}

.teacher .teacher-box .text .achievement .title:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color:#009333;
    top: 50%;
    left:0;
    transform: translateY(-50%);
}

.teacher .teacher-box  .school-area{
    padding:23px 40px 23px 32px;
    background-color:#FFF9E6;
    border-radius: 12px;
    display: flex;
}

.teacher .teacher-box .school-area .exam{
    display: flex;
}

.teacher .teacher-box .school-area .exam01{
    margin-right:40px;
}

.teacher .teacher-box .school-area .exam-name{
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #009333;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding-top:10px;
}

.teacher .teacher-box .school-area ul{
    padding-left:50px;
}

.teacher .teacher-box .school-area li{
    padding-top:5px;
    padding-bottom:5px;
    font-weight: 500;
}

.teacher .teacher-box .school-area li{
    position: relative;
    display: flex;
}

.teacher .teacher-box .school-area li:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 16px;
    left: -30px;
    background-color: #009333;

}

.teacher .teacher-box .school-area li .school{
    display: block;
    width: 180px;
    margin-right:20px;
}

.teacher .teacher-box .school-area .exam02 li .school{
        width: 130px;
}

.teacher .teacher-box .profile .image{
    position: relative;
    margin-bottom:36px;
}

.teacher .teacher-box .profile .image>img{
    box-shadow: 10px 10px #E9DBAD;
    margin-right: 10px;
    margin-bottom:10px;
}

.teacher .teacher-box .profile .image .fuki{
    position: absolute;
    top: -75px;
    left: -136px;
    width: 80%;
}

.teacher .teacher-box .profile .name{
    display: flex;
    margin-top:10px;
}

.teacher .teacher-box .profile .name .kan{
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 28px;
    margin-right:20px;
}

.teacher .teacher-box .profile .name .kana{
    font-feature-settings:"palt";
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 28px;
}

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

    .teacher .teacher-box .school-area .exam{
        display: block;
    }
    .teacher .teacher-box .school-area .exam-name{
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #009333;
        display: block;
    }
}


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

    .teacher{
        padding-top:50px;
        padding-bottom:50px;
    }

    .teacher .teacher-box .text{
        width: 100%;
        max-width: initial;
    }

    .teacher .teacher-box .text .catch{
        font-size: 21px;
        letter-spacing: 0.1em;
        line-height: 35px;
        margin-bottom:30px;
    }

    .teacher .teacher-box .profile p{
        margin-bottom:0;
    }
    .teacher .teacher-box .profile{
        width: 100%;
        max-width: 650px;
        display: table;
        margin:0 auto;
    }

    .teacher .teacher-box .profile .image{
        margin-bottom:15px;
    }

    .teacher .teacher-box .profile .image>img{
        box-shadow: 5px 5px #E9DBAD;
        margin-right: 5px;
        margin-bottom:5px;
    }

    .teacher .teacher-box .profile .image .fuki{
        position: absolute;
        top: 27px;
        left: -1%;
        width: 45%;
    }


    .teacher .teacher-box .profile .name{
        padding-top: 0;
        margin-top:0;
        margin-bottom:15px;

    }

    .teacher .teacher-box .profile .name .kan{
        font-size: 17px;
        margin-right: 0;
        display: inline-block;
    }

    .teacher .teacher-box .profile .name .kana{
        font-size: 13px;
        display: inline-block;   
    }

    .teacher .teacher-box .text .achievement .title{
        font-size: 13px;
        padding-left:13px;
    }

    .teacher .teacher-box .text .achievement .title:before{
        width: 9px;
        height: 9px;
    }

    .teacher .teacher-box .school-area{
        padding:23px 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        

    }

    .teacher .teacher-box .school-area ul{
        padding-left: 0;
    }
    .teacher .teacher-box .school-area li{
        font-size: 13px; 
        padding-top:0;
        padding-bottom:0;
    }

    .teacher .teacher-box .school-area li .school{
        padding-left:13px;
        margin-right:5px;
        width: 150px;
    }
    .teacher .teacher-box .school-area .exam02 li .school{
        width: 110px;
    }
    .teacher .teacher-box .school-area li:before{
        left: 0;
        top: 10px;
        width: 10px;
    }

    .teacher .teacher-box .school-area .exam01{
        margin-bottom: 20px;
    }

    .teacher .teacher-box .school-area .exam-name{
        font-size: 14px;
        padding-top:0;
    }

}


/*-------------point-------------*/
.point{
    position: relative;
    z-index: 0;
    padding-top:120px;
    padding-bottom:150px;
    background-color:#FFF9E6;
}

.point .text-box{
    margin-top:75px;
    display: flex;
    justify-content: space-between;
}

.point .text-box .text{
    width: 58%;
    max-width: 590px;
}

.point .text-box .text p{
    line-height: 2;
}

.point .text-box .image{
    max-width: 41%;
    width: 440px;
}

.point .message-box{
    position: relative;
    text-align: center;
    margin-top:40px;
    margin-bottom:120px;
    padding-top:25px;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 48px;
    color: #009333;
    font-weight: 600;
}

.point .message-box:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right:3px solid #009333;
    border-bottom:3px solid #009333;
    top:0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.point .message-box span{
    padding-bottom: 7px;
    border-bottom:2px dotted #009333;
}

.point .shadow-box{
    padding:70px 60px 40px 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom:90px;
}

.point .shadow-box .image{
    max-width: 460px;
    width: 42%;
}

.point .shadow-box .text{
    max-width: 580px;
    width: 50%;
}

.point .shadow-box .text .title{
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #009333;
    display: block;
    margin-top:20px;
    margin-bottom:20px;
    font-weight: 600;
}

.point .shadow-box .text p{
    line-height: 2;
}

.point .shadow-box  .circle{
    position: absolute;
    left: -35px;
    top: -73px;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    background-color:#009333;
    border:7px solid #FFF9E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
    color:#fff;
}

.point .shadow-box  .circle .yellow{
    font-size: 22px;
    color:#F9E901;
}

.point .shadow-box  .stick-box{
    position: absolute;
    top: -23px;
    left: 115px;
    z-index: 5;
}

.point .shadow-box  .stick-box .stick{
    position: relative;
    padding:0 30px;
    height:50px;
    background-color:#F9E901;
    display: flex;
    align-items: center;

    font-size: 24px;
    letter-spacing: 0.08em;
    color: #009333;
}

.point .shadow-box  .stick-box .stick:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top:0;
    right:-15px;
    border-top: 50px solid #F9E901;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}


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

    .point{
        padding-top:50px;
        padding-bottom:50px;
    }

    .point .shadow-box{
        padding:70px 15px 40px 15px;
        margin-top:200px;
        margin-bottom:50px;
        flex-direction: column;
    }

    .point .shadow-box .image{
        width: 240px;
        max-width: initial;
        margin:0 auto;
    }

    .point .shadow-box .text{
        max-width: initial;
        width: 100%;
    }

    .point .shadow-box .text .title{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .point .shadow-box .circle{
        top:-130px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        width: 110px;
        height: 110px;
        border:initial;
    }

    .point .shadow-box .circle .yellow{
        font-size: 16px;
    }

    .point .shadow-box .stick-box{
        top:20px;
        left: 0;
    }

    .point .shadow-box .stick-box .stick{
        height: 35px;
        font-size: 14px;
        padding:0 10px 0 15px;
    }

    .point .shadow-box .stick-box .stick:after{
        border-top: 35px solid #F9E901;
    }


    .point .text-box{
        margin-top:30px;
        flex-direction: column
    }   

    .point .text-box .text{
        width: 100%;
        max-width: initial;
    }

    .point .text-box .image{
        width: 85%;
        max-width: initial;
        text-align: center;
        margin: 0 auto;
    }

    .point .message-box{
        font-size: 16px;
        line-height: 36px;
    }
}



/*-------------overview-------------*/

.overview{
    padding-top:120px;
}

.overview .info-box{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
}

.overview .info-box table{
    max-width: 600px;
    width: 56%;
}

.overview .info-box .map {
    overflow: hidden;
    position: relative;
    width: 420px;
    height: 330px;
}

.overview .info-box .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.overview .info-box .map-link{
    position: relative;
    width: 170px;
    margin-top:10px;
    margin-right: 0;
    margin-left: auto;
}

.overview .info-box .map-link:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom:0;
    left: 0;
}

.overview .info-box .map-link:after {
    content: "＞";
    position: absolute;
    width: 7px;
    height: 1px;
    top: 0;
    right: 7px;
    font-weight: bold;
}
.overview .info-box .map-link a{
    display: block;
    text-decoration: none;
    color:#000;
}

.overview .info-box tr{
    display: block;
    margin-bottom:15px;
}

.overview .info-box tr th{
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    width: 120px;
    vertical-align: top;
    padding-right:20px;
    color:#009333;
}

.overview .info-box tr th span{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8f1d3;
    border-radius: 10px;
    padding-top:8px;
    padding-bottom:8px;

}

.overview .info-box tr td{
    padding-top:8px;
}

.overview .info-box tr td p{
    font-size: 18px;
}
.overview .info-box tr td .small{
    font-size:14px;
    font-weight: 500;
}

.overview .info-box tr td .arrow{
    position: relative;
    padding-left:18px;
}

.overview .info-box tr td .arrow:before{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right:6px solid transparent;
    border-left:10px solid #009333;
    left: 0;
    top:3px;
}

@media screen and (max-width:767px){
    .overview{
        padding-top:50px;
    }

    .overview .info-box{
        flex-direction: column;
        margin-top:30px;
    }

    .overview .info-box table{
        max-width: initial;
        width: 100%;
    }

    .overview .info-box tr{
        margin-bottom: 20px;
    }

    .overview .info-box table th{
        display: block;
        width: 80px;
        margin-bottom: 15px;
    }

    .overview .info-box tr th span{
        padding-top:2px;
        padding-bottom:2px;
        font-size: 13px;
    }

    .overview .info-box table td{
        display: block;
        padding:0;
    }

    .overview .info-box tr td p{
        font-size:14px;
        letter-spacing: 0.05em;
    }

    .overview .info-box tr td .small{
        font-size: 12px;
    }

    .overview .info-box .map{
        width: 100%;
        height: initial;
        padding-bottom:60%;
        margin-top:20px;
    }

    .overview .info-box .map-link{
        font-size: 12px;
        width: 120px;
    }
}


/*-------------flow-------------*/

.flow{
    padding-top:120px;
    padding-bottom:150px;
}

.flow  .process{
    margin-bottom:80px;
}

.flow  .process>li{
    display: flex;
    /*justify-content: space-between;*/
    padding:25px 50px 40px 60px;
    border-radius: 20px;
    background-color:#E8F1D3;
    margin-top:100px;
    min-height: 290px;
}


/* .flow  .process .three{
    margin-top:150px;
} */


.flow  .process .photo{
    position: relative;
    width: 520px;
    margin-right:50px;
}

.flow  .process .photo img{
    position: absolute;
    bottom:-40px;
}


.flow  .process .three .photo img{
    bottom:-20px;
}



.flow  .process .instruction{
    width: 100%;
}

.flow  .process .instruction .title{
    display: flex;
    margin-bottom:20px;
}

.flow  .process .instruction .title .number{
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 42px;
    color:#009333;
    margin-right:20px;
    font-weight: 600;
    
}

.flow  .process .instruction .title .text span{
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    padding-top:12px;
    color: #009333;
    display: block;
}

.flow  .process .instruction .atention{
    font-size: 14px;
    font-weight: 500;
    margin-top:13px;
    display: flex;
}
.flow  .process .instruction .atention .mark{
    margin-right:2px;
}

.flow  .process .create-btn{
    width: 160px;
    margin-top:40px;
}

/*
.flow  .process .icon-list{
    position: relative;
    border-top:1px solid #009333;
    border-bottom:1px solid #009333;
    margin-top:42px;
    padding-top:15px;
    padding-bottom:15px;
}

.flow  .process .icon-list .title{
    content:"アイコンの見方";
    position: absolute;
    padding-right:23px;
    color: #009333;
    background-color:#E8F1D3;
    top: -15px;


}


.flow  .process .icon-list ul li{
    display: flex;
    align-items: center;
    padding-top:5px;
    padding-bottom:5px;
}

.flow  .process .icon-list ul li .icon{
    width: 43px;
    text-align: center;
    margin-right:15px;
}
*/
.flow  .process .info-table{
    display: block;
    border-collapse: collapse;
    border-top:1px solid #009333;
    border-bottom:1px solid #009333;
    width: 100%;
    margin-top:25px;
    margin-bottom:15px;
    padding-top:10px;
    padding-bottom:10px;
}

.flow  .process .info-table tr{
    display: block;
}

.flow  .process .info-table th{
    font-weight: normal;
    color:#009333;
    width: 150px;
    text-align:left;
}

.flow .process .concents{
    border-top:1px solid #009333;
    border-bottom:1px solid #009333;
    margin-top:20px;
    margin-bottom: 20px;
    padding-top:15px;
    padding-bottom: 15px;
}

.flow .process .concents li{
    margin-bottom: 15px;
}

.flow .process .concents li:last-child{
    margin-bottom: 0;
}

.flow  .process .concents .item-name{
    display: block;
    position: relative;
    color:#009333;
    padding-left:12px;
}

.flow  .process .concents .item-name:before{
    content:"";
    position:absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#009333;
    left: 0;
    top:8px;
}

.flow  .process .concents .details{
    display: block;
    
}

@media screen and (max-width:767px){
    .flow{
        padding-top:50px;
        padding-bottom:60px;
    }

    .flow  .process{
        margin-bottom:40px;
    }


    .flow  .process>li{
        flex-direction:column;
        padding: 25px 20px 0 20px;
        margin-top:30px;
    }

    .flow  .process .three{
        margin-top: 30px;
    }


    .flow  .process .instruction .title .text span{
        font-size: 16px;
        line-height: 24px;
    }

    .flow  .process .info-table tr{
        font-size: 13px;
    }

    .flow  .process .info-table th{
        width: 120px;
    }


    .flow  .process .photo{
        position: static;
        min-width: initial;
        width: 180px;
        margin: 0 auto;
        margin-top:30px;
        order: 2;
    }

    .flow  .process .photo img{
        position: static;
    }

    .flow  .process .instruction{
        order: 1;
    }

    .flow  .process .instruction .atention{
        font-size: 12px;
    }

    .flow .process .info-table{
        width: initial;
    }

    .flow .process .concents{
        font-size: 13px;
    }

    .flow  .process .create-btn{
        width: 120px;
        margin-top: 20px;
    }

    .flow .process .sp_space{
        margin-left:46px;
    }


}


/*-------------question-------------*/

.qa {
    padding-bottom:80px;

}

.qa .qa-list{
    margin-top:50px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qa .qa-list li{
    max-width: 520px;
    width: 48%;
    margin-bottom:25px;
    border-radius: 10px;
    box-shadow:0px 5px 10px rgba(4, 0, 0, 0.15);
}

.qa .qa-list li .question{
    position: relative;
    background-color: #E8F1D3;
    border-radius: 10px 10px 0 0;
    padding:0 10px 0 22px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    height: 80px;


}

.qa .qa-list li .question:before{
    content:"";
    position: absolute;
    background-image: url("../../img/index/qa_img01.png");
    width: 20px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    left:22px;
    top:50%;
    transform: translateY(-50%);
}


.qa .qa-list li .question span{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #009333;
    padding-left:44px;
    display: block;

}



.qa .qa-list li .answer{
    background-color: #fff;
    padding:25px 15px 20px 65px;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

.qa .qa-list li .answer span{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 28px;
    display: block;
}

.qa .qa-list li .answer span:before{
    content:"";
    position: absolute;
    
    background-image: url("../../img/index/qa_img02.png");
    width: 21px;
    height:43px;
    background-repeat: no-repeat;
    background-size: contain;

    left: -45px;
    top: -1px;
}

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

    .qa{
        padding-bottom:40px;
    }

    .qa .qa-list{
        flex-direction: column;
    }

    .qa .qa-list li{
        width: 100%;
        max-width: initial;
    }

    .qa .qa-list li .question{
        padding:10px;
        height: initial;
        
    }

    .qa .qa-list li .question span{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.025em;
        color: #009333;
        padding-left:40px;
    }

    .qa .qa-list li .question:before{
        width: 12px;
        height:17px;
        left:23px;
    }


    .qa .qa-list li .answer{
        padding:20px 10px 20px 50px;
        
    }

    .qa .qa-list li .answer span{
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.04em;
    }

    .qa .qa-list li .answer span:before{
        width: 12px;
        height:22px;
        left: -27px;
        top: -1px;
    }


}


/*-------------greeting-------------*/
.greeting{
    position: relative;
    background-color:#FFF9E6;
    padding-top:110px;
    z-index: 0;
    overflow: hidden;

}

/*
.greeting:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 10vw solid #FAF0CF;
    border-left: 181vw solid transparent;
    z-index: 50;
}
*/

.greeting:after{
    

    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-20deg);
    background-color: #FAF0CF;

/*
    top: 35%;
    left: 0;
    width: 250%;
    height: 100%;
    
    background: linear-gradient(to bottom right, transparent 20%, #FAF0CF 0);
    background: -webkit-linear-gradient(to bottom right, transparent 20%, #FAF0CF 0);
    background: -moz-linear-gradient(to bottom right, transparent 20%, #FAF0CF 0);
    background: -ms-linear-gradient(to bottom right, transparent 20%, #FAF0CF 0);
*/
    
    z-index: 50;
}

@media screen and (max-width:1000px){
    .greeting:after{
        top: 41%;
    }
}

@media screen and (max-width:767px){
    .greeting:after{
        top: 18%;
    }
}

@media screen and (max-width:645px){
    .greeting:after{
        top: 13%;
    }
}



@media screen and (max-width:430px){
    .greeting:after{
        top: 12%;
    }
}

.greeting.new::after {
    top: 730px;
}
@media screen and (max-width: 1080px) {
    .greeting.new::after {
        top: 650px;
    }
}
@media screen and (max-width: 767px) {
    .greeting.new::after {
        top: 310px;
    }
}
@media screen and (max-width: 645px) {
    .greeting.new::after {
        top: 180px;
    }
}

.greeting .inner{
    position: relative;
}

.greeting .person{
    position: absolute;
    right: 0;
}

.greeting.new .person {
    top: 100px;
    right: -120px;
}
@media screen and (max-width: 767px) {
    .greeting.new .person {
        top: -60px;
        right: -40px;
        width: auto;
    }
}
@media screen and (max-width: 645px) {
    .greeting.new .person {
        top: -80px;
        right: -20px;
    }
}
.greeting.new .person .image {
    width: 640px;
}
@media screen and (max-width: 1080px) {
    .greeting.new .person .image {
        width: 580px;
    }
}
@media screen and (max-width: 767px) {
    .greeting.new .person .image {
        width: 300px;
    }
}
@media screen and (max-width: 645px) {
    .greeting.new .person .image {
        width: 200px;
    }
}

.greeting .person .profile{
    position: absolute;
    z-index: 60;
    right: 50px;
    top: 560px;
}
.greeting.new .person .profile {
    top: 480px;
    right: 190px;
}

.greeting .person .profile .post{
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
}

.greeting .person .profile .name{
    font-size: 28px;
    letter-spacing: 0.2em;
    display: block;
}

.greeting .greeting-wrap{
    position: relative;
    z-index: 100;
}

.greeting  .text-box{
    max-width: 750px;
    width: 70%;
}

.greeting .cap{
    margin-bottom:60px;
}

/*.greeting .cap .sub{
    font-size: 26px;
    letter-spacing: 0.08em;
    display: block;
}
*/
.greeting .cap .main{
    position: relative;
    font-size: 34px;
    letter-spacing: 0.08em;
}

.greeting .cap .main:after{
    
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 2px;
    background-color: #000;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
    .greeting .cap .main:after{
        top: 26px;
        transform: none;
    }
    
}


.greeting .text-box .text p{
    margin-bottom:30px;
    line-height: 1.8;
}

.greeting .btn-area{
    margin-top:80px;
    padding-bottom:200px;
}

.greeting .btn-area .text{
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #009333;
    margin-bottom:40px;

}


.greeting .btn-area .text span{
    position: relative;
}

.greeting .btn-area .text span:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    top: 50%;
    left: -80px;
    transform:translateY(-50%);
    background-color:#009333;
}

.greeting .btn-area .text span:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    top: 50%;
    right: -80px;
    transform:translateY(-50%);
    background-color:#009333;
}


.greeting .btn-area ul{
    display: flex;
    justify-content: space-between;
}

.greeting .btn-area .look-btn{
    max-width: 340px;
    width: 31.5%;
}

.greeting .btn-area .look-btn a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:25px;
    padding-bottom:25px;
    color:#009333;
    background-color:#fff;
    border-radius: 45px;
    border: 2px solid #009333;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.greeting .btn-area .look-btn a:before{
    content:"";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #009333;
    border-right: 2px solid #009333;
    box-sizing: border-box;
    right: 20px;
    top:50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}


.greeting .btn-area .look-btn a:hover{
    background-color:#009333;
    color:#fff;
    transition: all 0.3s;
}

.greeting .btn-area .look-btn a:hover:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s;
}



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

    
    .greeting .person{
        position: absolute;
        top: -110px;
        right: 0;
        width: 160px;
    }

    .greeting .cap{
        margin-bottom: 50px;
    }
/*    .greeting .cap .sub{
        font-size: 16px;
        letter-spacing: 0.08em;
        display: block;
    }
*/
    .greeting .cap .main{
        font-size: 18px;
        letter-spacing: 0.08em;
        
    }

    .greeting .cap .main:after{
        width: 50px;
        right: -60px;
    }


        


    .greeting  .text-box{
        max-width: initial;
        width: 100%;
    }


    .greeting  .text-box .profile{
        margin-top:40px;
    }

    .greeting  .text-box .profile .post{
        display: block;
        text-align: right;
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .greeting  .text-box .profile .name{
        display: block;
        text-align: right;
        font-size: 16px;
        letter-spacing: 0.2em;
    }
    
    .greeting .btn-area{
        padding-bottom:50px;
    }

    .greeting .btn-area .text{
        font-size: 16px;
    }

    .greeting .btn-area .text span:before{
        width: 40px;
        left: -60px;
    }

    .greeting .btn-area .text span:after{
        width: 40px;
        right: -60px;
    }

    .greeting .btn-area ul{
        flex-direction: column;
    }

    .greeting .btn-area .look-btn {
        width: 230px;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .greeting .btn-area .look-btn a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .greeting .btn-area .look-btn a:before{
        width: 7px;
        height: 7px;
    }

}



/* print setting */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1200px;
  }

  #header{
    position: static;
  }

  #wrapper{
    padding-top:0;
  }

  .sp_mode{
    display: none;
  }


}