@charset "shift_jis";

@media screen and (min-width: 769px) {

/*** 共通部分 ***/
.k_tit_box {
	text-align: center;
}
.k_tit_box h2 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	position: relative;
	z-index: 0;
	display: inline-block;
	text-align: center;
    font-weight: bold;
}
.k_tit_box h2:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff899;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: -40px;
	margin: auto;
	z-index: -1;
}
.k_tit_box p {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0;
	margin: 15px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
.k_tit_red{
	color: #d71718;
	font-size:24px !important;
	font-weight:bold;
}
.k_main_wrap{
        background-image: url(../img/main_bg.webp);
        padding: 94px 0 54px;
        background-position: center;
        background-size: cover;
	position:relative;
}
.k_main_wrap:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 920px;
        margin: auto;
        width: 218px;
        height: 130px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/main_eiho.webp);
}
.k_main_title{
	margin:0px auto 50px auto;
}
.k_main_title ul{
        margin: 0px auto 25px auto;
        padding: 0px;
        list-style-type: none;
        display: flex;
        gap: 0px 12px;
        width: fit-content;
}
.k_main_title ul li{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:40px;
	padding:0px 30px;
	border:solid 1px #fff;
	border-radius:30px;
}
.k_main_title img{
	display:block;
	margin:0px auto 25px auto;
}
.k_main_title p{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.k_main_strong{
	margin:auto;
	padding:0px;
	list-style-type:none;
	display: flex;
	gap: 0px 8px;
        width: fit-content;
}
.k_main_strong li{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	border-radius:10px;
}
.k_main_strong li img{
	
}

.k_trouble_wrap{
        margin: 90px 0px 50px 0px;
}
.k_trouble_li{
        position: relative;
        margin: 0px 0px 127px 0px;
}
.k_trouble_li:before {
        content: "";
        position: absolute;
        bottom: -88px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 38px;
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/trouble_arrow.webp);
}
.k_trouble_li img{
	display:block;
	margin:50px auto 0px auto;
}
.k_trouble_li ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        width: 1030px;
        margin: auto;
}
.k_trouble_li ul li{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position:relative;
	height:160px;
	width:330px;
	border-radius:10px;
	padding:0px 0px 0px 58px;
	display: flex;
	align-items: center;
        box-sizing: border-box;
}
.k_trouble_li ul li p{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
.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: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/trouble_check.webp);
}
.k_trouble_li ul li span{

}
.k_trouble_tex{
        width: fit-content;
        margin: auto;
	position:relative;
}
.k_trouble_tex:before {
content: "";
        position: absolute;
        bottom: -63px;
        right: -77px;
        width: 233px;
        height: 193px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/solution_il.webp);
	z-index:10;
}
.k_trouble_tex h3{
	font-size:35px;
	font-weight:bold;
	text-align:center;
	line-height:58px;
	margin:0px 0px 30px 0px;
}
.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: 25px 35px;
        line-height: 27px;
        font-size: 15px;
        font-weight: 500;
        margin: 0px 0px 0px 40px;
        width: fit-content;
}
.k_trouble_tex p span{
	color:#d71718;
        font-weight: 500;
}
/*--------- コンバージョン ---------*/
 .k_t_cv {
  background-color: #d71718;
  overflow: hidden;
 }

 .k_t_cv_in{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 43px 0 42px 0;
    z-index: 0;
 }

 .k_t_cv_in:before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: -30px;
    width: 237px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/foam_eiho.webp);
    z-index: -1;
 }

 .k_t_cv_in>p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  color: #fff;
 }

 .k_t_cv ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
 }

 .k_t_cv ul li {}

 .k_t_cv ul li a {
  display: flex;
  width: 400px;
  height: 70px;
  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;
 }

  .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:hover{
    background-color: #f9dcdd;
  }
 
 .k_t_cv ul li:nth-child(1) a p {
 	color: #d71718;
    font-size: 20px;
    position: relative;
    z-index: 0;
 }

  .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;
   	bottom: 0px;
   	top: 0px;
   	margin: auto;
   	left: -36px;
   	width: 25px;
   	height: 19px;
   	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: 248px;
 }
.k_reason_wrap{
margin: 110px 0px 90px 0px;
}
.k_reason_tex{
        margin: 50px 0px 50px 0px;
        line-height: 30px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
}
.k_reason_strong{
        margin: auto;
        padding: 0px;
        list-style-type: none;
        display: flex;
        gap: 0px 35px;
        width: fit-content;
	position:relative;
}
.k_reason_strong:before{
        content: "";
        position: absolute;
        bottom: -8px;
        right: -257px;
        width: 213px;
        height: 126px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/reason_il.webp);
        z-index: -1;
 }
.k_reason_strong li{

}
.k_reason_strong li img{

}
.k_reason_li{
	display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 60px auto 0px auto;
        padding: 0px;
        list-style-type: none;
}
.k_reason_li li{
	width:340px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
}
.k_reason_li li:first-child p{
        font-size: 14px;
        line-height: 28px;
}
.k_reason_li_tex{
        padding: 30px 13px 25px 13px;
}
.k_reason_li li img{

}
.k_reason_li li h3{
	font-size:22px;
	font-weight:bold;
	color:#d71718;
	text-align:center;
	margin:0px 0px 22px 0px;
}
.k_reason_li li p{
	font-size:15px;
	line-height:28px;
	font-weight:500;
}

.k_renovation_wrap{
	padding:95px 0px 75px 0px;
        background-color: #f5f5f5;
}
.k_renovation_tex{
        margin: 50px auto 0px auto;
        padding: 0px 0px 65px 0px;
        line-height: 30px;
        font-size: 16px;
	font-weight:500;
        text-align: center;
        position: relative;
        width: 1100px;
}
.k_renovation_tex:before{
        content: "";
        position: absolute;
        bottom: -1px;
        left: -10px;
        width: 133px;
        height: 162px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/renovation_il.webp);
 }
.k_renovation_ba_w{
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: auto;
}
.k_renovation_ba_b{
	
}
.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:25px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
	line-height:25px;
}
.k_renovation_link{
	display:block;
	width:400px;
	margin:50px auto 0px auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:80px;
	background-color:#d71718;
	border-radius:10px;
	position:relative;
transition: all 0.2s;
}
.k_renovation_link:hover{
	background-color:#b81112;
}
.k_renovation_link:before {
        content: "";
        position: absolute;
        bottom: 0px;
        top: 0px;
        margin: auto;
        right: 18px;
        width: 23px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/pdf_icon.webp);

}

.k_management_wrap{
	width:1100px;
	margin:140px auto 0px auto;
}
.k_management_tex{
        margin: 50px auto 0px auto;
        padding: 0px 0px 50px 0px;
        line-height: 30px;
        font-size: 16px;
	font-weight:500;
        text-align: center;
        position: relative;
        width: 1100px;
}
.k_management_tex:before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 160px;
        height: 205px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/management_il.webp);
    }

.k_management_li{
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 0px auto 60px auto;
        padding: 0px;
        list-style-type: none;
}
.k_management_li li{
	width:340px;
}
.k_management_li li span{
	display:block;
	margin:0px 0px 20px 0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	border-radius:5px;
	color:#d71718;
	border:solid 2px #d71718;
}
.k_management_li li p{
	font-size:14px;
	font-weight:500;
	line-height:26px;
}

.k_management_point{
    display: flex;
    gap: 40px 0px;
    flex-wrap: wrap;
}
.k_management_point li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.k_management_point li img{
	
}
.k_management_li_tex{
	width:720px;
}
.k_management_point li .k_management_count{
        color: #fff;
        padding: 0px 11px;
        background-color: #d71718;
        line-height: 30px;
        margin: 0px 0px 16px 0px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
        width: fit-content;
}
.k_management_point li h3{
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
.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:16px;
	font-weight:500;
	line-height:26px;
}
.k_management_link{
	display:block;
	width:400px;
	margin:50px auto 0px auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:80px;
	background-color:#d71718;
	border-radius:10px;
	position:relative;
transition: all 0.2s;
}
.k_management_link:hover{
	background-color:#b81112;
}
.k_management_link:before {
        content: "";
        position: absolute;
        bottom: 0px;
        top: 0px;
        margin: auto;
        right: 18px;
        width: 23px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/pdf_icon.webp);

}




.k_companies_wrap{
	width:100%;
	overflow:hidden;
	margin:60px 0px 0px 0px;
}

.k_loop__box {
 display: flex;
 width: 1419px;
}

.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%);
 }
}




















}
