@charset "utf-8";
/* CSS Document */
#cyuko_renov{max-width:1040px;}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Regular.woff") format("woff"),
    url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Medium.woff") format("woff"),
    url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Bold.woff") format("woff"),
    url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Black.woff") format("woff"),
    url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}

/* PCのみ */
@media screen and (min-width:600px) {
    #cyuko_renov .pc_only{display:inline;}
    #cyuko_renov .flex_box{display:flex;flex-wrap : wrap;}
    #cyuko_renov .point_area .point1_exe{
        display:flex;
        margin:40px 0 30px 30px;
    }
    #cyuko_renov .point_area .text {
        text-align: left;
    }
    #cyuko_renov .ko1_box{
        width: 46%;
        margin: 20px auto;
    }
    #cyuko_renov .ko1_box .inner{
        min-height:178px;
    }
    .detail_box::after{
        display: block;
        clear: both;
        visibility: hidden;
        content: "";
    }
    #cyuko_renov .point_area h3{
        font-size:42px;	
    }
    #cyuko_renov .voice_btn{
        width:60%;
    }
	#cyuko_renov .insp_btn{
        width:60%;
    }
}

#cyuko_renov .hougan_bg{
	background: url(../image_page/cyuko_renov/back.png) repeat center top;
	margin-top:-8px;
	padding:60px 10px;
}
#cyuko_renov .point_area h3{
	margin:20px 0 0;
}
#cyuko_renov .point_area h3 img.point_mark {
	margin-right:1em;
	vertical-align: middle;	
}

#cyuko_renov .point_area .text {
	max-width:720px;
	margin:10px auto 30px;
}
#cyuko_renov .point_mark{margin-right:10px;}
#cyuko_renov .point1_exe{max-width:940px;}
#cyuko_renov .white_bg{
	max-width:940px;
	width:96%;
	background-color: rgba(255,255,255,0.8);
	margin:10px auto;
}
#cyuko_renov .point_area .white_bg{
	margin-top:-30px;
	padding:30px 10px;
}
#cyuko_renov .ko_box{
	max-width:940px;
	background-color:#fff;
	margin:0 auto 20px;
	padding:30px 0;
}
#cyuko_renov .gry_bg{
	background: #858585;
	padding:30px 10px;
}
#cyuko_renov .ko1_box h5{
	color: #FFF;
	background: #fa350a;
	text-align: center;
	padding: 10px;
	border-radius:4px;
	border: 2px solid #fa350a;
	font-size:20px;
	margin:0;
}
#cyuko_renov .ko1_box .inner{
	border-right: 1px solid #fa350a;
	border-bottom: 1px solid #fa350a;
	border-left: 1px solid #fa350a;
	border-radius:0 0 4px 4px;
	padding-top:10px;
	margin:0;
}
#cyuko_renov .ko_box h4{
	margin:10px 0 30px;
}
#cyuko_renov .ko1_box p{
	padding: 0 10px 10px;
}
#cyuko_renov .detail_box .pic{
	padding:0 20px 30px;
	margin:0;
}
#cyuko_renov .detail_box .text{
	padding:0 40px 30px 30px;
	margin:0;
}
#cyuko_renov .voice_btn{
	border: 1px solid #fa350a;
	padding:20px;
	font-size:18px;
	color:#fa350a;
	width:60%;
	margin:20px auto;
	text-align:center;
	}
#cyuko_renov .voice_btn a{
	text-decoration: none;
	color:#fa350a;
	display:block;
	line-height:1em;
}
#cyuko_renov .voice_btn:hover{
	background: #FDAA99;
}
#cyuko_renov .voice_btn a::after{
	content:"  ＞";
}

#cyuko_renov .insp_btn{
	border: 1px solid #fa350a;
	padding:20px;
	font-size:18px;
	color:#fff;
	width:60%;
	margin:20px auto;
	text-align:center;
	background:#fa350a;
	}
#cyuko_renov .insp_btn a{
	text-decoration: none;
	color:#fff;
	display:block;
	line-height:1em;
}
#cyuko_renov .insp_btn:hover{
	background: #FDAA99;
}
#cyuko_renov .insp_btn a::after{
	content:"  ＞";
}

@media screen and (max-width:414px) {
#cyuko_renov .insp_btn{
	font-size:14px;
	width:80%;
	}
}


.bnr_area{
	margin:20px auto;
}
#cyuko_renov .raiten_bnr{
    margin:40px auto 0;    
}
#cyuko_renov .raiten_bnr .white_bg{	
	padding:30px 10px;
}
#cyuko_renov .raiten_bnr p{
    text-align: center;
}
@media screen and (max-width:600px) {
    #cyuko_renov img{
        max-width:100%;
    }
    #cyuko_renov .ko_box h4 img{width:92%;}
    #cyuko_renov .ko_box img{width:100%;}
    #cyuko_renov .point_area h3{
        font-size:28px;	
        margin:20px 0 40px;
        text-align:center;
        line-height:1.8;
    }
    #cyuko_renov .point_area h3 img.point_mark {
        display:block;
        margin:1em auto;
        max-width:120px;
    }
    #cyuko_renov .point_area .white_bg p.text{
        text-align:left;
        font-size:14px;
    }
    #cyuko_renov .point1_exe{
        margin:10px auto;
        text-align:center;
    }
    #cyuko_renov .point1_exe img:first-child{
        width:92%;
    }
    #cyuko_renov .point1_exe img:nth-of-type(2){
        margin-left:4%;
    }
    #cyuko_renov .ko1_box{
        width: 90%;
        margin: 20px auto;
    }
    #cyuko_renov .f-l{
        float:none;	
    }
    #cyuko_renov .voice_btn{
        width:80%;
    }

}

.cyuko_renovform_image {
	max-width:690px;
	height:auto;
	width:96%;
	margin:0 auto 1rem auto;
}


.tel_contact_box{
    border: 2px solid #fa2d00;
    padding: 4.6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    flex-wrap: wrap;
}
.tel_contact_box .tel_img{
    width:17.5552vw;
}
.tel_contact_box .tel_txt{
    font-size: 3.340vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0!important;
}
.tel_contact_box .tel_txt span{
    font-size: 8.4616vw;
    font-weight: 700;
}
.tel_contact_box .ct_btn{
    width:100%;
    background-color: #fa2d00;
    border-radius: 5px;
    padding: 2.6vw;
    text-align: center;
    color:#fff;
    font-size:5.120vw;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important;
    margin-top: 2vw;
    text-decoration: none;
}
.tel_contact_box .ct_btn:hover{
    background-color: #fb5e3c;
}

@media screen and (min-width:768px){ 
.tel_contact_box{
    width: 95.7692vw;
    padding: 1.9230vw;
}
.tel_contact_box .tel_img{
    width:12.980vw;
    height:7.6923vw;
}
.tel_contact_box .tel_txt{
    font-size: 1.7307vw;
}
.tel_contact_box .tel_txt span{
    font-size: 4.8077vw;
}
.tel_contact_box .ct_btn{
    width:34.6153vw;
    padding: 1.9230vw;
    font-size:2.3076vw;
    margin-top: 0;
}
}

@media screen and (min-width:1040px){ 
.tel_contact_box{
    width: 996px;
    padding: 20px;
}
.tel_contact_box .tel_img{
    width:135px;
    height: 80px;
}
.tel_contact_box .tel_txt{
    font-size: 18px;
}
.tel_contact_box .tel_txt span{
    font-size: 50px;
}
.tel_contact_box .ct_btn{
    width:360px;
    padding: 20px;
    font-size:24px;
}
}

#cyuko_renov_page{
	width:100%;
	color: #231815;
	font-family: "NotoSansJP", sans-serif;
}
#cyuko_renov_page p{
	line-height: 1.6;
}
.cyuko_renov_page .mb20 {
	margin-bottom: 3vw;
}
.cyuko_renov_page .mb30 {
	margin-bottom: 5vw;
}
.cyuko_renov_page .mb80 {
	margin-bottom: 8vw;
}
.cyuko_renov_page .pt100 {
	padding-top: 10vw;
}
@media screen and (min-width:768px){ 
.cyuko_renov_page .mb20 {
	margin-bottom: 1.923076vw;
}
.cyuko_renov_page .mb30 {
	margin-bottom: 2.884615vw;
}
.cyuko_renov_page .mb80 {
	margin-bottom: 7.692307vw;
}
.cyuko_renov_page .pt100 {
	padding-top: 9.615384vw;
}
}
@media screen and (min-width:1040px){ 
.cyuko_renov_page .mb20 {
	margin-bottom: 20px;
}
.cyuko_renov_page .mb30 {
	margin-bottom: 30px;
}
.cyuko_renov_page .mb80 {
	margin-bottom: 80px;
}
.cyuko_renov_page .pt100 {
	padding-top: 100px;
}
}
.cyuko_renov_page .right {
	text-align: right;
}
.cyuko_renov_page .center {
	text-align: center;
}
.cyuko_renov_page .hr1 {
  border-top: 1px solid #ccc;
}
.cyuko_renov_page .red {
  color: #74001a;
}
.img-fit {
  width:100%;
}
.cyuko_renov_page .mv {
    margin: 0 auto 60px;
    width: 100%;
	height:120vw;
    background: url(../image_page/cyuko_renov/mv_bg_sp.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.cyuko_renov_page .mv .inner {
	position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 96%;
	text-align: center;
}
.cyuko_renov_page .mv .inner .tit{
	position: absolute;
    font-size: 7.6vw;
	font-weight: 900;
	color:#74001a;
	background-image: none;
	top: 13vw;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
	line-height: 1.4;
}
.cyuko_renov_page .mv .inner .tit span{
    font-size: 7.6vw;
	font-weight: 700;
	color:#000;
	margin: 0 1vw;
}
.cyuko_renov_page .mv .inner .tit_sub{
	position: absolute;
    font-size: 4vw;
	font-weight: 700;
	top: 9.6153846vw;
	left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}
.cyuko_renov_page .mv .inner .box{
    display: block;
	position: absolute;
    top: 27vw;
}
.cyuko_renov_page .mv .inner .box .circle {	
  position: relative;
  display: flex;
    width: 96vw;
    margin-bottom: 5vw;
    height: 13vw;
    border-radius: 25vw;
  background: #74001a;
}
.cyuko_renov_page .mv .inner .box .circle .s1 {
  position: relative;
  text-align:left;
  color:#fff;
  font-size:3vw;
  font-weight: 700;
    margin-left: 10vw;
    margin-top: 2vw;
	line-height: 1.6;
}
.cyuko_renov_page .mv .inner .box .circle .s2 {
  color:#fff;
  font-size:5vw;
  font-weight: 700;
    margin-left: 13vw;
    margin-top: 3vw;
}
.cyuko_renov_page .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 96%;
}
.cyuko_renov_page .tit3{
	text-align: center;
    font-size:5vw;
	background:linear-gradient(transparent 60%, #fff19e 60%);
	display: inline;
    margin: 0 auto 40px;
	width: 100%;
	line-height: 1.6;
}
.cyuko_renov_page .tit3 span{
    font-size:5vw;
	color:#74001a;
}
.cyuko_renov_page .checkbox1{
	display: block;
}
.cyuko_renov_page .checkbox1 .checklist{
	list-style-type:none;
	font-size: 4vw;
	font-weight: 700;
	width:100%;
}
.cyuko_renov_page .checkbox1 .checklist li{
    background-image:url("../image_page/cyuko_renov/chuko_check_sp.png");
    background-repeat:no-repeat;
    background-position:left;
    padding-left:9vw;
	background-size: 7vw;
	margin-bottom: 5vw;
	line-height: 1.6;
}
.cyuko_renov_page .checkbox1 .w38{
	width:100%;
}
.cyuko_renov_page .checkbox1 .w38 img{
	width:100%;
}
.cyuko_renov_page .checkbox2{
	display: block;
	border: solid 2px #74001a;
	padding: 5vw;
	text-align: center;
}
.cyuko_renov_page .checkbox2 p{
	font-size: 4vw;
	font-weight: 700;
	color:#000;
	line-height: 1.6;
}
.cyuko_renov_page .checkbox2 .span1{
	font-size: 4vw;
	font-weight: 700;
	color:#74001a;
}
.cyuko_renov_page .checkbox2 .span2{
	font-size: 4vw;
	font-weight: 700;
	color:#1484c2;
}
.cyuko_renov_page .vsbox{
	position: relative;
	display: block;
	width: 100%;
}
.cyuko_renov_page .vsbox .vs{
	position: absolute;
	width:20vw;
	top:60vw;
	left:40%;
}
.cyuko_renov_page .vsbox .vs img{
	width: 100%;
}
.cyuko_renov_page .vsbox .case1{
	background-color: #f8f2f2;
	padding: 5vw;
	margin-bottom: 10vw;
}
.cyuko_renov_page .vsbox .case1 .c-tit1{
	background-color: #74001a;
	padding: 2vw;
	margin-bottom: 5vw;
	text-align: center;
}
.cyuko_renov_page .vsbox .case1 .c-tit1 p{
	color: #fff;
	font-size:4vw;
	font-weight: 700;
}
.cyuko_renov_page .vsbox .case1 ul{
	font-size: 3.6vw;
	font-weight: 700;
	list-style-type:none;
}
.cyuko_renov_page .vsbox .case1 ul li{
    background-image:url("../image_page/cyuko_renov/chuko_check_sp.png");
    background-repeat:no-repeat;
    background-position:left;
    padding-left:8vw;
	background-size: 6vw;
	margin-bottom: 4vw;
	line-height: 1.6;
}
.cyuko_renov_page .vsbox .case2{
	background-color: #f3f8fc;
	padding: 5vw;
	margin-bottom: 10vw;
}
.cyuko_renov_page .vsbox .case2 .c-tit2{
	background-color: #1484c2;
	padding: 2vw;
	margin-bottom: 5vw;
	text-align: center;
}
.cyuko_renov_page .vsbox .case2 .c-tit2 p{
	color: #fff;
	font-size:5vw;
	font-weight: 700;
}
.cyuko_renov_page .vsbox .case2 ul{
	font-size: 3.6vw;
	font-weight: 700;
	list-style-type:none;

}
.cyuko_renov_page .vsbox .case2 ul li{
    background-image:url("../image_page/cyuko_renov/shinchiku_check_sp.png");
    background-repeat:no-repeat;
    background-position:left;
    padding-left:8vw;
	background-size: 6vw;
	margin-bottom: 4vw;
	line-height: 1.6;
}
.cyuko_renov_page .tit4{
    font-size:5vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10vw;
	line-height: 1.6;
}
.cyuko_renov_page .tit4 span{
    font-size:6vw;
	font-weight: 900;
	color:#74001a;
	text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #74001a;
	text-underline-offset:10px;
}
.cyuko_renov_page .pointbox{
    background-color: #fffceb;
	padding: 5vw;
}
.cyuko_renov_page .pointbox .pointtxt{
    font-size:10vw;
	font-weight: 700;
	color:#74001a;
	text-align: center;
	margin-bottom: 0;
	font-family: "Agenda", sans-serif;
}
.cyuko_renov_page .pointbox .pointit{
    font-size: 7vw;
    line-height: 1.6;
	font-weight: 700;
	color:#000;
	text-align: center;
	margin-bottom: 5vw;
}
.cyuko_renov_page .pointbox .pointtxt_red{
    font-size:5vw;
	font-weight: 900;
	margin-bottom: 10vw;
}
.cyuko_renov_page .pointbox .point_flexbox{
    display: block;
    width: 100%;
}
.cyuko_renov_page .pointbox .point_flexbox .box{
    position: relative;
    margin-bottom: 10vw;
    background-color: #fff;
    padding: 5vw;
	text-align: center;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit1{
	border: 3px solid #000;
	border-radius: 25vw;
	padding: 3vw;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit2{
	border: 3px solid #74001a;
	background-color: #74001a;
	border-radius: 25vw;
	padding: 3vw;
	text-align: center;
	color:#fff;
	font-weight: 700;
	margin-bottom: 3vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .kakaku{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cyuko_renov_page .pointbox .point_flexbox .box .kakaku p{
	font-weight: 700;
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei{
	text-align: center;
	font-size:7vw;
	font-weight:700;
}
@media screen and (max-width:767px){ 
.cyuko_renov_page .pointbox .point_flexbox .box .ml-15{
margin-left: -15vw;
}
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei span{
	color: #74001a;
	font-size:7vw;
	font-weight:700;
}
.cyuko_renov_page .pointbox .point_flexbox .box .fukidashi{
	position: absolute;
	bottom: 11vw;
    left: 64vw;
    width: 25vw;
}
.cyuko_renov_page .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20vw solid transparent;
	border-left: 20vw solid transparent;
	border-top: 15vw solid #f5c500;
	border-bottom: 0;
	border-radius: 5px;
	margin: 10vw auto;
}
.cyuko_renov_page .scrollbox{
  margin: 0 auto 5vw;
  padding: 3vw;
  width: 90%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
	border: 3px solid #74001a;
	background-color: #fff;
}
.cyuko_renov_page .scrollbox img{
	width: 160%;
    max-width: 160%;
}
.cyuko_renov_page .scrollbox2{
  margin: 0 auto 5vw;
  padding: 0;
  width: 90%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.cyuko_renov_page .scrollbox2 img{
	width: 160%;
    max-width: 160%;
}
.cyuko_renov_page .box550{
	width: 100%;
	margin: 10vw auto;
}
.cyuko_renov_page .box550 .flexbox{
	display: block;
}
.cyuko_renov_page .box550 .flexbox p{
	font-weight: 700;
}
.cyuko_renov_page .box550 .tit1{
	border: 5px solid #000;
    border-radius: 25vw;
    background-color: #fff;
    padding: 3vw;
	text-align: center;
	font-weight: 700;
}
.cyuko_renov_page .box550 .tit2{
	border: 5px solid #74001a;
    border-radius: 25vw;
	background-color: #74001a;
    padding: 3vw;
	text-align: center;
	color:#fff;
	font-weight: 700;
}
.cyuko_renov_page .tit5{
    font-size:6vw;
	font-weight: 900;
	background:linear-gradient(transparent 60%, #ffe43f 60%);
	color: #74001a;
	display: inline;
}
.cyuko_renov_page .tit6{
    font-size:6vw;
	font-weight: 900;
	color: #74001a;
	padding: 3vw;
	text-align: center;
	border: 3px solid #74001a;
	background-color: #fff;
	line-height: 1.6;
}
.cyuko_renov_page .merit {
	width: 100%;
	background-color: #f6edf0;
	padding: 5vw 0;
}
.cyuko_renov_page .merit .w-box{
	padding: 5vw;
	background-color: #fff;
	font-size:5vw;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
.cyuko_renov_page .tit7{
    font-size:6vw;
	font-weight: 900;
	color: #74001a;
	text-align: center;
	line-height: 1.6;
}
.cyuko_renov_page .tit7 .span1{
    font-size:6vw;
	font-weight: 900;
	color: #000;
}
.cyuko_renov_page .tit7 .span2{
    font-size:6vw;
	font-weight: 900;
	color: #74001a;
	border: 2px solid #74001a;
	padding: 1vw;
}
.cyuko_renov_page .tit8 {
  position: relative;
  padding: 15.2vw 6.667vw;
  text-align: center;
}

.cyuko_renov_page .tit8::before,
.cyuko_renov_page .tit8::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
}

.cyuko_renov_page .tit8::before {
  left: 0;
  background: url(../image_page/reform-rebuilding/bg_top_left_01_sp.png) no-repeat;
  background-size: contain;
  width: 26.4vw;
  height: 15.2vw;
}

.cyuko_renov_page .tit8::after {
  right: 0;
  background: url(../image_page/reform-rebuilding/bg_top_right_01_sp.png) no-repeat;
  background-size: contain;
  width: 18.4vw;
  height: 17.333vw;
}

.cyuko_renov_page .tit8 .title {
  font-size: 5.333vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.cyuko_renov_page .tit8 .title::before,
.cyuko_renov_page .tit8 .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
}

.cyuko_renov_page .tit8 .title::before {
  left: 0;
  background: url(../image_page/reform-rebuilding/bg_bottom_left_01_sp.png) no-repeat;
  background-size: contain;
  width: 9.867vw;
  height: 17.333vw;
}

.cyuko_renov_page .tit8 .title::after {
  right: 0;
  background: url(../image_page/reform-rebuilding/bg_bottom_right_01_sp.png) no-repeat;
  background-size: contain;
  width: 38.667vw;
  height: 15.467vw;
}
.cyuko_renov_page .select{
	font-size: 4vw;
    line-height: 1.6;
}
.cyuko_renov_page .select li{
	background-image:url("../image_page/cyuko_renov/chuko_check_sp.png");
    background-repeat:no-repeat;
    background-position:left;
	background-size: 7vw;
	margin-bottom: 1vw;
	background-color: #f7f7f7;
	padding: 2vw 2vw 2vw 9vw;
}
.cyuko_renov_page .kibou {
	width: 100%;
    background: url(../image_page/cyuko_renov/kibou_bg_sp.jpg) no-repeat;
	background-size: cover;
	height:190vw;
	position: relative;
	margin-bottom: 0;
}
.cyuko_renov_page .kodawari {
	width: 100%;
	background-color: #f6edf0;
	padding: 5vw 0;
}
.cyuko_renov_page .kodawari .titbox{
	background-color: #74001a;
	padding: 2vw;
	color:#fff;
	text-align: center;
}

.cyuko_renov_page .kodawari .titbox .subtit {
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  font-size: 3.2vw;
  display: inline-flex;
}
 
.cyuko_renov_page .kodawari .titbox .subtit:before,
.cyuko_renov_page .kodawari .titbox .subtit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.cyuko_renov_page .kodawari .titbox .subtit:before {
  transform: rotate(-35deg);
}
 
.cyuko_renov_page .kodawari .titbox .subtit:after {
  transform: rotate(35deg);
}
.cyuko_renov_page .kodawari .titbox .tit {
  font-weight: 700;
  font-size: 6.4vw;
	line-height: 1.6;
}
.cyuko_renov_page .kodawari .kodawari_box{
	background-color: #fff;
	padding: 5vw;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit{
  font-weight: 900;
  font-size: 7vw;
  text-align: center;
  margin: 5vw 0;
  display: block;
	line-height: 1.4;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit span{
  font-weight: 700;
  font-size: 17vw;
  color: #74001a;
  font-family: "Agenda", sans-serif;
}
.cyuko_renov_page .kodawari .kodawari_flexbox{
	display: block;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box{
	background-color: #f7f7f7;
	padding: 5vw;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box .tit{
	border: 5px solid #74001a;
	background-color: #fff;
	border-radius: 25vw;
	padding: 2vw;
	text-align: center;
	font-weight: 700;
	font-size: 4vw;
	color: #74001a;
	margin-bottom: 3vw;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .img{
	width:100%;
	margin-bottom: 3vw;
}
.cyuko_renov_page .kodawari .b_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 3vw auto;
    padding: 5vw 0;
    border: 1px solid #000000;
    border-radius: 25vw;
    background-color: #000;
    color: #fff;
    font-size: 3vw;text-decoration: none;
}

.cyuko_renov_page .kodawari .b_btn:hover {
    border: none;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.cyuko_renov_page .kodawari .b_btn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.cyuko_renov_page .kodawari .b_btn:hover::after {
    border-color: #000;
}

@media screen and (min-width:768px){ 
.cyuko_renov_page .mv {
    margin: 0 auto 5.7692307vw;
    width: 100%;
	height:48.07692vw;
    background: url(../image_page/cyuko_renov/mv_bg.jpg) no-repeat;
	background-size: cover;
}
.cyuko_renov_page .mv .inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 96%;
	text-align: center;
}
.cyuko_renov_page .mv .inner .tit{
    font-size: 5.961538vw;
	top: 12.5vw;
}
.cyuko_renov_page .mv .inner .tit span{
    font-size: 5.961538vw;
	margin: 0 1.9230769vw;
}
.cyuko_renov_page .mv .inner .tit_sub{
    font-size: 2.5vw;
	top: 9.6153846vw;
}
.cyuko_renov_page .mv .inner .box{
    display: flex;
	justify-content: space-between;
	align-items: center;
	top:24.03846vw;
}
.cyuko_renov_page .mv .inner .box .circle {	
  position: relative;
  display: inline-block;
  width: 16.34615vw;
  height: 16.34615vw;
  margin: 0.961538vw;
  border-radius: 50%;
  background: #74001a;
}
.cyuko_renov_page .mv .inner .box .circle .s1 {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 63%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width:16.34615vw;
  text-align:center;
  color:#fff;
  font-size:1.346153vw;
  font-weight: 700;
    margin-left: 0;
    margin-top: 0;
}
.cyuko_renov_page .mv .inner .box .circle .s2 {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width:16.34615vw;
  text-align:center;
  color:#fff;
  font-size:2.3076923vw;
  font-weight: 700;
    margin-left: 0;
    margin-top: 0;
}
.cyuko_renov_page .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 96%;
}
.cyuko_renov_page .tit3{
    font-size:3.461538vw;
	font-weight: 900;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.cyuko_renov_page .tit3 span{
    font-size:3.461538vw;
	font-weight: 900;
	color:#74001a;
}
.cyuko_renov_page .checkbox1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.cyuko_renov_page .checkbox1 .checklist{
	list-style-type:none;
	font-size: 1.923076vw;
	width: auto;
}
.cyuko_renov_page .checkbox1 .checklist li{
    background-image:url("../image_page/cyuko_renov/chuko_check.png");
    background-repeat:no-repeat;
    background-position:left;
    padding-left:2.307692vw;
	background-size: 2.5vw;
	margin-bottom: 2.403846vw;
}
.cyuko_renov_page .checkbox1 .w38{
	width:29.80769vw;
}
.cyuko_renov_page .checkbox2{
	padding: 3.846153vw;
}
.cyuko_renov_page .checkbox2 p{
	font-size: 2.115384vw;
}
.cyuko_renov_page .checkbox2 .span1{
	font-size: 2.115384vw;
}
.cyuko_renov_page .checkbox2 .span2{
	font-size: 2.115384vw;
}
.cyuko_renov_page .vsbox{
	display: flex;
	justify-content: space-between;
}
.cyuko_renov_page .vsbox .vs{
	width:9.32692vw;
	top: 9.615384vw;
	left: 42.1923vw;
}
.cyuko_renov_page .vsbox .case1{
	padding: 1.923076vw;
	width:44%;
	margin-bottom: 0;
}
.cyuko_renov_page .vsbox .case1 .c-tit1{
	padding: 0.961538vw;
	margin-bottom: 0.961538vw;
}
.cyuko_renov_page .vsbox .case1 .c-tit1 p{
	font-size:1.538461vw;
}
.cyuko_renov_page .vsbox .case1 ul{
	font-size: 1.730769vw;
	margin-left: 1.923076vw;
}
.cyuko_renov_page .vsbox .case1 ul li{
	background-image: url("../image_page/cyuko_renov/chuko_check.png");
    background-repeat:no-repeat;
    background-position: left;
    padding-left:3.365384vw;
	background-size: 2.307692vw;
	margin-bottom: 1.923076vw;
}
.cyuko_renov_page .vsbox .case2{
	padding: 1.923076vw;
	width:44%;
	margin-bottom: 0.961538vw;
}
.cyuko_renov_page .vsbox .case2 .c-tit2{
	padding: 0.961538vw;
	margin-bottom: 1.923076vw;
}
.cyuko_renov_page .vsbox .case2 .c-tit2 p{
	font-size:1.538461vw;
}
.cyuko_renov_page .vsbox .case2 ul{
	font-size: 1.730769vw;
	margin-left: 1.923076vw;
}
.cyuko_renov_page .vsbox .case2 ul li{
	background-image: url("../image_page/cyuko_renov/shinchiku_check.png");
    background-repeat:no-repeat;
    background-position: left;
    padding-left:3.365384vw;
	background-size: 2.307692vw;
	margin-bottom: 0.961538vw;
}
.cyuko_renov_page .tit4{
    font-size:3.461538vw;
	margin-bottom: 3.846153vw;
}
.cyuko_renov_page .tit4 span{
    font-size:4.807692vw;
    text-underline-offset: 1.442307vw;
}
.cyuko_renov_page .pointbox {
    padding: 3.846153vw;
}
.cyuko_renov_page .pointbox .pointtxt{
    font-size:4.807692vw;
	text-align: left;
	margin-bottom: 0;
}
.cyuko_renov_page .pointbox .pointit{
    font-size:3.461538vw;
	text-align: left;
	margin-bottom: 1.9230769vw;
}
.cyuko_renov_page .pointbox .pointtxt_red{
    font-size:2.115384vw;
	margin-bottom: 2.8846153vw;
}
.cyuko_renov_page .pointbox .point_flexbox{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.cyuko_renov_page .pointbox .point_flexbox .box{
	width: 44%;
	margin-bottom: 2.884615vw;
	padding: 1.923076vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit1{
	padding: 0.961538vw;
	margin-bottom: 1.923076vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit2{
	padding: 0.961538vw;
	margin-bottom: 1.923076vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei{
	font-size:1.923076vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei span{
	font-size:1.923076vw;
}
.cyuko_renov_page .pointbox .point_flexbox .box .fukidashi{
	top: 14.42307vw;
	left: 43.26923vw;
	width: 15.1923vw;
}
.cyuko_renov_page .triangle {
	border-right: 7.211538vw solid transparent;
	border-left: 7.211538vw solid transparent;
	border-top: 5.769230vw solid #f5c500;
	margin: 2.8846153vw auto;
}
.cyuko_renov_page .scrollbox{
	margin: 0 auto 2.8846153vw;
	padding: 1.9230769vw;
	overflow-x:auto;
}
.cyuko_renov_page .scrollbox img{
	width: 100%;
	max-width: 100%;
}
.cyuko_renov_page .scrollbox2{
	margin: 0 auto 2.8846153vw;
	padding: 1.9230769vw;
	overflow-x:auto;
}
.cyuko_renov_page .scrollbox2 img{
	width: 100%;
	max-width: 100%;
}
.cyuko_renov_page .box550{
	width: 52.88461vw;
	margin: 2.884615vw auto;
}
.cyuko_renov_page .box550 .flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cyuko_renov_page .box550 .tit1{
	padding: 0.961538vw;
}
.cyuko_renov_page .box550 .tit2{
	padding: 0.961538vw;
}
.cyuko_renov_page .tit5{
    font-size:2.884615vw;
}
.cyuko_renov_page .tit6{
    font-size:2.692307vw;
	padding: 1.923076vw;
}
.cyuko_renov_page .merit{
	padding: 4.807692vw 0;
}
.cyuko_renov_page .merit .w-box{
	padding: 1.923076vw;
	font-size:1.730769vw;
}
.cyuko_renov_page .tit7{
    font-size:2.884615vw;
}
.cyuko_renov_page .tit7 .span1{
    font-size:2.884615vw;
}
.cyuko_renov_page .tit7 .span2{
    font-size:2.884615vw;
	padding: 0.480769vw;
}
.cyuko_renov_page .tit8 {
    position: relative;
    padding: 8.558vw 0 8.75vw;
    text-align: center;
  }
  
.cyuko_renov_page .tit8::before,
.cyuko_renov_page .tit8::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
  }
  
.cyuko_renov_page .tit8::before {
    left: -3.846vw;
    background: url(../image_page/reform-rebuilding/bg_top_left_01.png) no-repeat;
    background-size: contain;
    width: 35.481vw;
    height: 7.308vw;
  }
  
.cyuko_renov_page .tit8::after {
    right: -3.846vw;
    background: url(../image_page/reform-rebuilding/bg_top_right_01.png) no-repeat;
    background-size: contain;
    width: 12.404vw;
    height: 8.269vw;
  }
  
.cyuko_renov_page .tit8 .title {
    font-size: 3.462vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
.cyuko_renov_page .tit8 .title::before,
.cyuko_renov_page .tit8 .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
  }
  
.cyuko_renov_page .tit8 .title::before {
    left: -3.846vw;
    background: url(../image_page/reform-rebuilding/bg_bottom_left_01.png) no-repeat;
    background-size: contain;
    width: 13.269vw;
    height: 8.269vw;
  }
  
.cyuko_renov_page .tit8 .title::after {
    right: -3.846vw;
    background: url(../image_page/reform-rebuilding/bg_bottom_right_01.png) no-repeat;
    background-size: contain;
    width: 38.077vw;
    height: 7.308vw;
  }
  
.cyuko_renov_page .select{
	font-size: 1.923076vw;
}
.cyuko_renov_page .select li{
	background-image:url("../image_page/cyuko_renov/chuko_check.png");
    background-repeat:no-repeat;
    background-position:left;

	background-size: 2.5vw;
	background-color: #f7f7f7;
	padding: 1.923076vw 1.923076vw 1.923076vw 5.76923vw;
	margin-bottom: 1.923076vw;
}

.cyuko_renov_page .kibou {
    background: url(../image_page/cyuko_renov/kibou_bg.jpg) no-repeat;
	background-size: cover;
	height:76.923076vw;
}
.cyuko_renov_page .kodawari {
	padding: 4.807692vw 0;
}
.cyuko_renov_page .kodawari .titbox{
	padding: 1.923076vw 0.961538vw;
}

.cyuko_renov_page .kodawari .titbox .subtit {
  font-size: 2.403846vw;
}
 
.cyuko_renov_page .kodawari .titbox .subtit:before,
.cyuko_renov_page .kodawari .titbox .subtit:after {
  width: 2px;
  height: 20px;
  margin: 0 5px;
  margin-top: -2px;
}
.cyuko_renov_page .kodawari .titbox .tit {
  font-size: 3.557692vw;
}
.cyuko_renov_page .kodawari .kodawari_box{
	padding: 1.923076vw;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit{
  font-size: 2.884615vw;
	text-align: left;
	margin: 1.923076vw 0;
	display: flex;
    align-items: center;
	line-height: 1;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit span{
  font-size: 6.346153vw;
  margin-right: 0.961538vw;
}
.cyuko_renov_page .kodawari .kodawari_flexbox{
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap: wrap;
}
.cyuko_renov_page .kodawari .kodawari_flexbox-nowrap{
	flex-wrap: nowrap!important;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box{
	width:45%;
	padding: 1.923076vw;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box .tit{
	padding: 0.480769vw;
	font-size: 1.538461vw;
	margin-bottom: 0.961538vw;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .img{
	width:48%;
	margin-right: 1.923076vw;
	margin-bottom: 0;
}
.cyuko_renov_page .kodawari .kodawari_flexbox div{
	width:48%;
}
.cyuko_renov_page .kodawari .b_btn {
    width: 38.46153vw;
    margin: 1.923076vw auto;
    padding: 1.923076vw;
    font-size: 1.346153vw;
}
}

@media screen and (min-width:1040px){ 
.cyuko_renov_page .mv {
    margin: 0 auto 60px;
	height:500px;
}
.cyuko_renov_page .mv .inner {
    max-width: 1040px;
}
.cyuko_renov_page .mv .inner .tit{
    font-size: 62px;
	top: 130px;
}
.cyuko_renov_page .mv .inner .tit span{
    font-size: 62px;
	margin: 0 20px;
}
.cyuko_renov_page .mv .inner .tit_sub{
    font-size: 26px;
	top: 100px;
}
.cyuko_renov_page .mv .inner .box {	
  top: 250px;
}
.cyuko_renov_page .mv .inner .box .circle {	
	width: 170px;
	height: 170px;
	margin: 10px;
}
.cyuko_renov_page .mv .inner .box .circle .s1 {
  width :170px;
  font-size:14px;
}
.cyuko_renov_page .mv .inner .box .circle .s2 {
  width :170px;
  font-size:24px;
  font-weight: 700;
}
.cyuko_renov_page .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
}
.cyuko_renov_page .tit3{
    font-size:36px;
}
.cyuko_renov_page .tit3 span{
    font-size:36px;
	color:#74001a;
}
.cyuko_renov_page .checkbox1 .w38{
	width:310px;
}
.cyuko_renov_page .checkbox1 .checklist{
	font-size: 20px;
}
.cyuko_renov_page .checkbox1 .checklist li{
	padding-left: 24px;
	background-size: 26px;
	margin-bottom: 25px;
}
.cyuko_renov_page .checkbox2{
	padding: 40px;
}
.cyuko_renov_page .checkbox2 p{
	font-size: 22px;
}
.cyuko_renov_page .checkbox2 .span1{
	font-size: 22px;
}
.cyuko_renov_page .checkbox2 .span2{
	font-size: 22px;
}
.cyuko_renov_page .vsbox .vs{
	width:97px;
	top: 100px;
	left: 470px;
}
.cyuko_renov_page .vsbox .case1{
	padding: 20px;
	margin-bottom: 0;
}
.cyuko_renov_page .vsbox .case1 .c-tit1{
	padding: 10px;
	margin-bottom: 20px;
}
.cyuko_renov_page .vsbox .case1 .c-tit1 p{
	font-size:16px;
}
.cyuko_renov_page .vsbox .case1 ul{
 	font-size: 18px;
	margin-left: 20px;
}
.cyuko_renov_page .vsbox .case1 ul li{
	margin-bottom: 20px;
	padding-left: 35px;
	background-size: 24px;
}
.cyuko_renov_page .vsbox .case2{
	padding: 20px;
	margin-bottom: 10px;
}
.cyuko_renov_page .vsbox .case2 .c-tit2{
	padding: 10px;
	margin-bottom: 20px;
}
.cyuko_renov_page .vsbox .case2 .c-tit2 p{
	font-size:16px;
}
.cyuko_renov_page .vsbox .case2 ul{
 	font-size: 18px;
	margin-left: 20px;
}
.cyuko_renov_page .vsbox .case2 ul li{
	margin-bottom: 20px;
	padding-left: 35px;
	background-size: 24px;
}
.cyuko_renov_page .tit4{
    font-size:36px;
	margin-bottom: 40px;
}
.cyuko_renov_page .tit4 span{
    font-size:50px;
    text-underline-offset: 15px;
}
.cyuko_renov_page .pointbox {
    padding: 40px;
}
.cyuko_renov_page .pointbox .pointtxt{
    font-size:50px;
}
.cyuko_renov_page .pointbox .pointit{
    font-size:36px;
	margin-bottom: 20px;
}
.cyuko_renov_page .pointbox .pointtxt_red{
    font-size:22px;
	margin-bottom: 30px;
}
.cyuko_renov_page .pointbox .point_flexbox .box{
	margin-bottom: 30px;
	padding: 20px;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit1{
	padding: 10px;
	margin-bottom: 20px;
}
.cyuko_renov_page .pointbox .point_flexbox .box .tit2{
	padding: 10px;
	margin-bottom: 20px;
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei{
	font-size:20px;
}
.cyuko_renov_page .pointbox .point_flexbox .box .genzei span{
	font-size:20px;
}
.cyuko_renov_page .pointbox .point_flexbox .box .fukidashi{
	top: 150px;
	left: 450px;
	width: 158px;
}
.cyuko_renov_page .triangle {
	border-right: 75px solid transparent;
	border-left: 75px solid transparent;
	border-top: 60px solid #f5c500;
	margin: 30px auto;
}
.cyuko_renov_page .scrollbox{
	margin: 0 auto 30px;
	padding: 20px;
}
.cyuko_renov_page .scrollbox2{
	margin: 0 auto 30px;
	padding: 20px;
}
.cyuko_renov_page .box550{
	width: 550px;
	margin: 30px auto;
}
.cyuko_renov_page .box550 .tit1{
	padding: 10px;
}
.cyuko_renov_page .box550 .tit2{
	padding: 10px;
}
.cyuko_renov_page .tit5{
    font-size:30px;
}
.cyuko_renov_page .tit6{
    font-size:28px;
	padding: 20px;
}
.cyuko_renov_page .merit{
	padding: 50px 0;
}
.cyuko_renov_page .merit .w-box{
	padding: 20px;
	font-size:18px;
}
.cyuko_renov_page .tit7{
    font-size:30px;
}
.cyuko_renov_page .tit7 .span1{
    font-size:30px;
}
.cyuko_renov_page .tit7 .span2{
    font-size:30px;
	padding: 0 2px;
}
.cyuko_renov_page .tit8 {
    padding: 89px 0 91px;
  }
  
.cyuko_renov_page .tit8::before {
    left: -40px;
    width: 369px;
    height: 76px;
  }
  
.cyuko_renov_page .tit8::after {
    right: -40px;
    width: 129px;
    height: 86px;
  }
  
.cyuko_renov_page .tit8 .title {
    font-size: 36px;
  }
  
.cyuko_renov_page .tit8 .title::before {
    left: -40px;
    width: 138px;
    height: 86px;
  }
  
.cyuko_renov_page .tit8 .title::after {
    right: -40px;
    width: 396px;
    height: 76px;
  }
.cyuko_renov_page .select{
	font-size: 20px;
}
.cyuko_renov_page .select li{
	background-size: 26px;
	background-color: #f7f7f7;
	padding: 20px 20px 20px 60px;
	margin-bottom: 20px;
}
.cyuko_renov_page .kibou {
	height:800px;
}
.cyuko_renov_page .kodawari {
	padding: 50px 0;
}
.cyuko_renov_page .kodawari .titbox{
	padding: 20px 10px;
}

.cyuko_renov_page .kodawari .titbox .subtit {
  font-size: 25px;
}
 
.cyuko_renov_page .kodawari .titbox .subtit:before,
.cyuko_renov_page .kodawari .titbox .subtit:after {
  width: 2px;
  height: 40px;
  margin: 0 15px;
  margin-top: -2px;
}
.cyuko_renov_page .kodawari .titbox .tit {
  font-size: 37px;
}
.cyuko_renov_page .kodawari .kodawari_box{
	padding: 20px;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit{
  font-size: 30px;
  margin: 20px 0;
}
.cyuko_renov_page .kodawari .kodawari_box .kodawari_tit span{
  font-size: 66px;
  margin-right: 10px;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box{
	width:45%;
	padding: 20px;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .box .tit{
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}
.cyuko_renov_page .kodawari .kodawari_flexbox .img{
	margin-right: 20px;
}
.cyuko_renov_page .kodawari .b_btn {
    width: 400px;
    margin: 20px auto;
    padding: 20px;
    font-size: 14px;
}
}