@charset "utf-8";

@media screen and (max-width:767px){

/********************************************************/
/*************************common*************************/
/********************************************************/
html {
    -webkit-text-size-adjust: 100%;
  }
body{
	font-size: 15px;
	font-family:  'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
    background-color: #fdffee;
    color:#865824;
	z-index:0;
    overflow-x: hidden;
}
.sp-none{
    display: none !important;
}
.sp-only{
    display: block !important;
}
.vertical-middle{
    vertical-align: middle;
}
img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
#header{
    background-color: #fff;
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width: calc(100% - 20px);
    height:70px;

}
.header-logo{
    width: 120px;
}
.header-logo a{
    transition: .3s all;
}
.header-logo a:hover {
    opacity: .5;
}
#globalnavi ul{
    display: flex;
    align-items: center;
}
#globalnavi .globalnavi-item:not(:last-child){
}
.globalnavi-item-link{
    transition: .3s all;
    font-size: 14px;

}
.globalnavi-item-link.login_link{
    color: #009245;
    font-weight: 700;
    margin-right: 20px;
}
.globalnavi-item-link.login_link:hover{
    opacity: .5;
}
.globalnavi-item-link.account_link{
    border: solid 2px #009245;
    background-color: #009245;
    color: #fff;
    border-radius: 30px;
    padding: 7px 8px;
    font-weight: 700;
}
.globalnavi-item-link.account_link:hover{
    background-color :#fff;
    color: #009245;
}
.globalnavi-item-link.account_link .arrow-icon{
    width: 15px;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 3px;

}
.mx-main{
    margin: 0 4%;
}
.text-center{
    text-align: center;
}
.c-inner{
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
}
.c-top-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.c-top-head .title-en{
    color: #ea9740;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.c-top-head .title{
    color: #795a3b; 
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}


/*===================== メイン =====================*/
.top-image{
    background-color: #ea9740;
}
.top-image .top-image-inner{
    padding: 50px 0 0;
    position:relative;
    height: 500px;
    background-image: url(../image/index/main_back.png);
    background-position: right 91%;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

.top-image-inner .title{
    width: 100%;
    position:absolute;
    top:15%;
}
.top-image-inner .top-main-point-list{
    position:absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 32%;
    max-width: 560px;
}
.top-message{
    background-color: #ea9740;
    position: relative;
}
.top-message .mask{
    background-color: #fff;
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-message-inner{
    width: 90%;
    padding: 50px 0 50px;
    margin: 0 auto;
}
.top-message-inner .msg{
    opacity: 1;
    font-size: .95em;
    font-weight: 700;
    text-align: center;
    position: relative;
}

/*===================== メイン end =====================*/
/*===================== サービス =====================*/
.top-service-inner{
    padding:80px 0 80px;
    max-width: 1000px;
}
.top-service-inner .container:not(:last-child){
    margin-bottom: 160px;
}
.top-service-inner .point_wrap.no1{
    display: flex;
    align-items: center;
}
.top-service-inner .point_wrap .point_no{
    font-size: 56px;
    opacity: 0.3;
    margin-right: 10px;
}
.top-service-inner .point_wrap .title{
    font-size: 18px;
    font-weight: 700;
}
.top-service-inner .point_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-service-inner .point_content .left{
    display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
}
.top-service-inner .point_content .left .image{
    width:48%;
    margin-bottom: 20px;
}
.info_msg{
    font-size: 12px;
    font-weight: 700;
    color: #ea9740;
}
.top-service-inner .point_content .right{
    display: flex;
    align-items: flex-end;
    margin-bottom: 4%;
}
.top-service-inner .point_content .right .msg{
    font-size: 16px;
}
/* .top-service-inner .container.odd .point_content .left{
    order:2
}
.top-service-inner .container.odd .point_content .right{
    order :1;
} */
.top-service-inner .point_wrap.no2{
    display: flex;
    align-items: center;
}
.top-service-inner .point_content.no2{

}
.top-service-inner .point_content.no2 .right{
    width: 48%;
    order:1;
    margin-bottom: 20px;
}
.top-service-inner .point_content.no2 .left{
    width:auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 13%;
    font-size: 16px;
    order:2;
}
/*===================== サービス end =====================*/

/*===================== ニーズ =====================*/
.top-needs{
    background-color: #865824;
}
.top-needs-inner{
    padding:150px 0 150px;
    max-width: 1000px;
}
.top-needs-inner .title{
    color:#fdffee;
}
.top-needs-inner .container{
    background-color: #fdffee;
    padding: 50px 25px;
    min-height: 300px;
}
.top-needs-inner .container:not(:last-child){
    margin-bottom: 50px;
}
.top-needs-inner .container .left .description{
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 30px;
}
.top-needs-inner .container .right{
    display: flex;
    justify-content: center;
}
.top-needs-inner .container .right .image{
    width:40%;
}
.top-needs-inner .container .right .image.needs2{
    margin-top: 40px;
    width:54%;
}
/*===================== ニーズ end =====================*/

/*===================== エキサイティング =====================*/
.top-exciting-inner{
    padding:150px 0 150px;
    max-width: 1000px;
}
.top-exciting-inner .wrap{
    display: flex;
    flex-direction: column;
}
.top-exciting-inner .wrap .left{
    width:70%;
    margin:40px auto 0;
    order:2;
}
.exciting-list{

}
.exciting-list-item:not(:last-child){
    margin-bottom: 40px;
}
.exciting-list-item{
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0;
}
.exciting-list-item .image{
    margin-right: 20px;
}
.exciting-list-item .msg{
    font-size: 16px;
    font-weight: 700;;
}
.top-exciting-inner .wrap .right{
    order:1;
}
/*===================== エキサイティング end =====================*/

/*===================== コンテンツ =====================*/
.top-contents{
    background-color: rgba(241, 187, 131, .33);
}
.top-contents-inner{
    padding:150px 0 150px;
    max-width: 1000px;
}
.top-contents-inner .body .wrap{
    display: flex;
    flex-direction: column;
}
.top-contents-left{
    margin-bottom: 35px;
}
.top-contents-left .image_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.top-contents-left .image_wrap .image:first-child{
    margin-right: 10%;
}
.top-contents-right{
}
.top-contents-right .title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.top-contents-right .description{
    font-size: 16px;
    margin-bottom: 40px;
}
.top-contents-right .account_wrap{
    text-align: center;
}
/*===================== コンテンツ =====================*/

/*===================== footer =====================*/
#footer{
    background-color: #ea9740;
}
.footer-inner{
    padding:70px 0 70px;
    max-width: 1000px;
}
.footer-wrap{
}
.footer-wrap .company-name a{
    color:#865824;
}
.footer-wrap .right{
    margin-top: 50px;
    text-align: center;

}
.footer-cr{
    margin-top: auto;
    font-size: 12px;
}
/*===================== footer end =====================*/

















}