@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1024px) {
.hide-sp {
	display: none !important;
}
.hide-pc {
	display:block;
}
}
@media screen and (max-width:768px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
	font-size: 15px;
	line-height: 1.7;
}
.fixedcontainer{
	width: 90%;
}
.header{
    top: 10px;
    left: 10px;
}
.logo{
    width: 70px;
}
.fv_in{
    display: block;
}
.fv_content{
    margin: 0 5%;
}
.fv{
    padding: 100px 0 0;
    text-align: center;
}
.fv_ttl1{
    margin-bottom: 20px;
}
.fv_ttl2{
    margin-bottom: 30px;
}
.fixed_right{
    bottom: 0;
    transform: initial;
    display: flex;
    width: 100%;
    top: auto;
}
.fixed_right a{
    width: 50%;
    margin: 0;
    writing-mode: initial;
    text-orientation: initial;
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
}
.fixed_bottom{
    bottom: 60px;
    width: 50px;
}
.fv_img{
    width: 300px;
    margin: 40px auto 0;
}
.fv_img img {
    margin-bottom: -27px;
}
.sec{
    padding: 50px 0;
}
h2{
    font-size: 24px;
}
.title{
    margin-bottom: 25px;
}
.point_links{
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}
.point_links_in{
    padding: 0;
    display: block;
    border: none;
}
.point_link{
    width: 100%;
    background-color: #f2f2f2;
    border:1px solid #333;
    margin-top: 60px;
    padding: 60px 10px 20px;
}
.point_link:first-child{
    border-left: 1px solid #333;
}
.point_link_num{
    top: -20px;
}
.point_link_ttl{
    font-size: 16px;
}
.point_link_ttl strong{
    font-size: 20px;
}
.point_link_img{
    margin: 10px 0;
}
h3{
    font-size: 20px;
}
.cta{
    padding: 40px 0;
}
.cta .fixedcontainer{
    display: block;
}
.cta_div{
    width: 100%;
    margin: 0 0 20px;
    line-height: 1;
}
.cta_div:last-child{
    margin-bottom: 0;
}
.cta_icon{
    display: none;
}
.cta_ttl{
    display: none;
}
.cta_tel{
    font-size: 40px;
}
.cta_email{
    font-size: 18px;
    padding: 20px 0;
}
.feature_num{
    margin-bottom: 10px;
}
.feature_div{
    margin-top: 40px;
    display: block;
    margin-bottom: 0;
}
.feature_content{
    width: 100%;
}
.feature_ttl{
    text-align: center;
}
.feature_img{
    width: 100%;
    margin-top: 30px;
}
.feature_img:before{
    width: 100vw;
    height: 100%;
    left: -5vw;
    top: 50px;
}
.mt50{
    margin-top: 25px;
}
.feature2_div_in{
    padding: 30px 20px;
}
.product_in{
    display: block;
}
.product_in>div{
    width: 100%;
}
.product_img{
    text-align: center;
}
.product_img img{
    width: 240px;
}
.product_info{
    padding: 50px 0 30px;
}
.product_ttl{
    text-align: center;
}
.product_points{
    margin: 20px 0;
}
.product_points li{
    font-size: 16px;
}
.product_points li:before{
    top: 5px;
}
.access_list{
    display: block;
    text-align: center;
}
.access_arrow{
    margin: 20px 0;
}
.map_list{
    display: block;
    text-align: center;
}
.work{
    margin-top: 30px;
    padding: 30px 20px;
}
.work_header{
    display: block;
}
.work_img{
    width: 100%;
}
.work_info{
    margin: 20px 0 0;
}
.work_ttl{
    font-size: 24px;
    margin-bottom: 10px;
}
.work_content_div h4{
    font-size: 18px;
}
.footer_logo img{
    width: 100px;
}
.company table th,.company table td{
    padding: 10px;
    display: block;
    width: 100%;
}
.footer{
    margin-bottom: 55px;
    padding: 20px 0;
}
}

