@charset "shift_jis";

@media screen and (max-width: 768px) {



/*** 共通部分 ***/
.k_tit_box {
width: 80%;
    margin: 0 auto;
	text-align:center;
}
.k_tit_box h2 {
letter-spacing: 0;
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    font-size: clamp(20px, 5.5vw, 23px);
    line-height: clamp(26px, 3.2vh, 27px);
    font-weight: bold;
}
.k_tit_box h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff899;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -10%;
    margin: auto;
    z-index: -1;
}
.k_tit_box p {
    letter-spacing: 0;
    margin: 15px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: clamp(20px, 2.8vh, 24px);
}
.k_tit_red{
	color: #d71718;
	font-weight:bold;
}
.k_main_wrap{
        background-image: url(../img/main_bg_sp.webp);
        padding: 44px 0 44px;
        background-position: center;
	position:relative;
	background-size: cover;
}
.k_main_wrap:before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 5%;
        margin: auto;
        width: 200px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/main_eiho_sp.webp);
}
.k_main_title{
	margin:0px auto 30px auto;
}
.k_main_title ul{
        margin: 0px auto 15px auto;
        padding: 0px;
        list-style-type: none;
        display: flex;
        gap: 0px 12px;
        width: fit-content;
}
.k_main_title ul li{
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 34px;
        padding: 0px 10px;
        border: solid 1px #fff;
        border-radius: 30px;
}
.k_main_title img{
        display: block;
        margin: 0px auto 18px auto;
        width: 84%;
}
.k_main_title p{
        font-size: 15px;
	line-height:26px;
        font-weight: bold;
        color: #fff;
        text-align: center;
}
.k_main_strong{
        margin: auto;
        padding: 0px;
        list-style-type: none;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 9px;
        position: relative;
        width: 328px;
}

.k_main_strong li{
font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        border-radius: 10px;
}
.k_main_strong li img{
        height: 84px;
        width: auto;
        display: block;
}

.k_trouble_wrap{
        margin: 50px 0px 50px 0px;
}
.k_trouble_li{
        position: relative;
        margin: 0px auto 79px auto;
        width: 90%;
}
.k_trouble_li:before {
content: "";
        position: absolute;
        bottom: -68px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 25px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/trouble_arrow.webp);
        background-size: 100%;
}
.k_trouble_li img{
        display: block;
        width: 68%;
        margin: 20px auto 0px auto;
}
.k_trouble_li ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: auto;
}
.k_trouble_li ul li{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        position: relative;
        width: 100%;
        border-radius: 10px;
        padding: 15px 5% 15px 14%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
}
.k_trouble_li ul li p{
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
}
.k_trouble_li ul li p span{
	color:#d71718;
}
.k_trouble_li ul li:before {
content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 15px;
        margin: auto;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/trouble_check.webp);
        background-size: 100%;
}
.k_trouble_li ul li span{

}
.k_trouble_tex{
        width: fit-content;
        margin: auto;
	position:relative;
}
.k_trouble_tex:before {
        content: "";
        position: absolute;
        bottom: -57px;
        right: 2%;
        width: 110px;
        height: 92px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/solution_il.webp);
        background-size: 100%;
        z-index: 10;
}
.k_trouble_tex h3{
        font-weight: bold;
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-size: 18px;
        line-height: 25px;
}
.k_trouble_tex h3 span{
        color: #d71718;
        font-weight: bold;
	position:relative;
}
.k_trouble_tex h3 span:after {
        content: "";
        display: block;
        width: calc(100% - 10px);
        height: 15px;
        background-color: #fff899;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
    }
.k_trouble_tex p{
border: solid 1px #d71718;
        border-radius: 15px;
        padding: 18px 4%;
        font-weight: 500;
        margin: 0px auto;
        width: 90%;
        font-size: 14px;
        line-height: 23px;
        box-sizing: border-box;
}
.k_trouble_tex p span{
	color:#d71718;
        font-weight: 500;
}
/*--------- コンバージョン ---------*/
 .k_t_cv {
  background-color: #d71718;
  padding: 30px 0 60px 0px;
  position: relative;
  overflow: hidden;
 }

 .k_t_cv:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 2%;
    width: 140px;
    height: 89px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/foam_eiho.webp);
  }

 .k_t_cv_in{
    width: 90%;
    margin: 0 auto;
 }

 .k_t_cv_in>p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
  color: #fff;
 }

 .k_t_cv ul {}

 .k_t_cv ul li:nth-child(2) {
    margin: 10px 0px 0px 0px;
 }

 .k_t_cv ul li a {
 	display: flex;
 	background-color: #ffffff;
 	text-align: center;
 	font-weight: bold;
 	border-radius: 35px;
 	align-items: center;
 	justify-content: center;
 	flex-wrap: wrap;
 	border: 2px solid #d71718;
    height: 65px;
 }
 .k_t_cv ul li:nth-child(1) a {
 	padding: 0px 0px 0px 45px;
 	box-sizing: border-box;
 	transition: all 0.2s;
 }
 .k_t_cv ul li:nth-child(1) a p {
 	color: #d71718;
 	font-size: 18px;
 	position: relative;
 	z-index: 0;
    font-weight: bold;
 }
 .k_t_cv ul li:nth-child(2) a p {
 	font-size: 12px;
 	line-height: 14px;
 	margin: 7px 0px 0px 0px;
 	color: #333;
 	position: relative;
 }
 .k_t_cv ul li:nth-child(1) a p:before {
        content: "";
        position: absolute;
        top: 6px;
        left: -30px;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/foam_mail_icon.webp);
 }
 .k_t_cv ul li:nth-child(1) a p:after {
 	content: "";
 	display: block;
 	width: 100%;
 	height: 12px;
 	background-color: #fff899;
 	position: absolute;
 	bottom: -4px;
 	left: 0;
 	right: 0;
 	margin: auto;
 	z-index: -1;
 }

  .k_t_cv ul li a img {
  	width: 60%;
  }
.k_reason_wrap{
margin: 50px 0px;
}
.k_reason_tex{
        margin: 30px auto;
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        width: 90%;
}
.k_reason_strong{
        margin: 60px auto 0px auto;
        padding: 0px;
        list-style-type: none;
        display: flex;
        gap: 0px 16px;
        position: relative;
        width: 78%;
    }
.k_reason_strong:before{
        content: "";
        position: absolute;
        top: -50px;
        left: 5%;
        right: 0px;
        margin: auto;
        width: 73px;
        height: 56px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/reason_il.webp);
        z-index: 0;
 }
.k_reason_strong li{

}
.k_reason_strong li img{

}
.k_reason_li{
display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 90%;
        margin: 40px auto 0px auto;
        padding: 0px;
        list-style-type: none;
}
.k_reason_li li{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
}
.k_reason_li_tex{
padding: 20px 4% 15px 4%;
}
.k_reason_li li img{
	width:100%;
}
.k_reason_li li h3{
        font-size: 18px;
        font-weight: bold;
        color: #d71718;
        text-align: center;
        margin: 0px 0px 10px 0px;
}
.k_reason_li li p{
	font-size:14px;
	line-height:26px;
	font-weight:500;
}

.k_renovation_wrap{
        padding: 50px 0px;
        background-color: #f5f5f5;
}
.k_renovation_tex{
        margin: 30px auto;
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        position: relative;
        width: 90%;
}
.k_renovation_tex:before{
        content: "";
        position: absolute;
        top: -84px;
        left: 0%;
        width: 19%;
        height: 83px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/renovation_il.webp);
 }
.k_renovation_ba_w{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 25px;
        width: 90%;
        margin: auto;
}
.k_renovation_ba_b{
        width: 100%;
}
.k_renovation_ba_b ul{
	display: flex;
        gap: 18px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
}
.k_renovation_ba_b ul li{
	
}
.k_renovation_ba_b ul li img{

}
.k_renovation_ba_b p{
        margin: 10px 0px 0px 0px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
}
.k_renovation_link{
        display: block;
        width: 85%;
        margin: 30px auto 0px auto;
        padding: 0px 3% 0px 0px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 52px;
        background-color: #d71718;
        border-radius: 10px;
        position: relative;
        box-sizing: border-box;
}
.k_renovation_link:before {
        content: "";
        position: absolute;
        bottom: 0px;
        top: 0px;
        margin: auto;
        right: 3%;
        width: 17px;
        height: 19px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/pdf_icon.webp);

}

.k_management_wrap{
        width: 90%;
        margin: 60px auto 0px auto;
}
.k_management_tex{
        margin: 30px auto;
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        position: relative;
}
.k_management_tex:before {
        content: "";
        position: absolute;
        top: -72px;
        right: 0px;
        width: 53px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/management_il.webp);
}
.k_management_li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    width: 92%;
    margin: 0px auto 50px auto;
    padding: 0px;
    list-style-type: none;
}
.k_management_li li{
    width: 100%;
}
.k_management_li li span{
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    color: #d71718;
    border: solid 2px #d71718;
}
.k_management_li li p{
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
}

.k_management_point{
        display: flex;
        gap: 40px 0px;
        flex-wrap: wrap;
}
.k_management_point li{
    width: 100%;
}
.k_management_point li img{
	margin-bottom:10px;
}
.k_management_li_tex{
}
.k_management_point li .k_management_count{
        color: #fff;
        padding: 0px 11px;
        background-color: #d71718;
        line-height: 30px;
        margin: 0px auto 10px auto;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
        width: fit-content;
}
.k_management_point li h3{
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
        text-align: center;
}
.k_management_point li h3 span{
	color:#d71718;
	font-weight:bold;
	position:relative;
}
.k_management_point li h3 span:after {
        content: "";
        display: block;
        width: calc(100% - 10px);
        height: 15px;
        background-color: #fff899;
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: -1;
    }
.k_management_point li p{
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
}
.k_management_link{
        display: block;
        width: 85%;
        margin: 30px auto 0px auto;
        padding: 0px 3% 0px 0px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 52px;
        background-color: #d71718;
        border-radius: 10px;
        position: relative;
        box-sizing: border-box;
}
.k_management_link:before {
        content: "";
        position: absolute;
        bottom: 0px;
        top: 0px;
        margin: auto;
        right: 3%;
        width: 17px;
        height: 19px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/pdf_icon.webp);

}



.k_companies_wrap{
	width:100%;
	overflow:hidden;
	margin:40px 0px 0px 0px;
}

.k_loop__box {
 display: flex;
 width: 880px;
}

.k_loop__box img {}

.k_loop__box img:first-child {
 animation: loop 80s -40s linear infinite;
}

.k_loop__box img:last-child {
 animation: loop2 80s linear infinite;
}

@keyframes loop {
 0% {
  transform: translateX(100%);
 }

 to {
  transform: translateX(-100%);
 }
}

@keyframes loop2 {
 0% {
  transform: translateX(0);
 }

 to {
  transform: translateX(-200%);
 }

}



}
