@charset "utf-8";
/* CSS Document */
@media screen and (max-width:900px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
	font-size: 14px;
	line-height: 1.7;
}
.fv_logo{
    margin-bottom: 30px;
}

.fv_ttl{
    font-size: 7.2vw;
    line-height: 1.2;
}
.fv_txt{
    margin-top: 20px;
    font-size: 4vw;
    line-height: 1.4;
}
.fv_arrow{
    bottom: 50px;
}
.concept_txt{
    font-size: 16px;
    font-weight: 500;
}
.sec{
    padding: 50px 0;
}
.concept_img{
    margin: 20px 0 10px;
    padding: 20px;
    border-radius: 10px;
}
.concept_link{
    font-size: 14px;
}
.sec_ttl_en{
    font-size: 20px;
}
.sec_ttl_jp{
    font-size: 24px;
    margin-bottom: 30px;
}
.feature_one{
    display: block;
    margin-bottom: 40px;
}
.feature_img{
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}
.feature_content{
    width: 100%;
    padding-top: 0;
}
.feature_num{
    font-size: 20px;
    margin-bottom: 15px;
}
.feature_num span{
    font-size: 32px;
}
.feature_ttl{
    font-size: 20px;
    margin-bottom: 10px;
}
.wanted h3{
    font-size: 20px;
}
.flow_ttl{
    font-size: 20px;
}
.flow_content{
    width: calc(100% - 100px);
}
.service_one{
    width: 100%;
}
.btn{
    width: 90%;
    font-size: 16px;
    padding: 15px 0;
}
.cooperation_txt{
    margin-bottom: 30px;
}
.works_one h3{
    font-size: 20px;
}
.work_list > div{
    width: 48%;
    margin: 0 4% 4% 0;
}
.work_list > div:nth-child(3n){
    margin-right: 4%;
}
.work_list > div:nth-child(2n){
    margin-right: 0;
}
.article_list{
    display: block;
}
.article_one{
    width: 100%;
    margin-bottom: 20px;
}
.article_ttl{
    font-size: 18px;
}
.contact_in table th,
.contact_in table td{
    display: block;
    width: 100%;
}
.contact_in table th{
    padding: 20px 0 0;
}
.contact_in table td{
    padding: 10px 0 0;
}
.contact_in table th .required{
    top: 20px;
    right: 0;
}
.submit_wrap{
    margin-top: 20px;
}
.submit_wrap input{
    font-size: 16px;
}
.fixed_bottom{
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
}
.google_btn{
    padding: 10px 15px;
}
}
