@charset "utf-8";


body{
	overflow-wrap: break-word;
	margin: 0;
	overflow-x: hidden;
}
body.active{
	overflow-wrap: break-word;
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.container{
	background: #F5F5F5;
	font-family: '游ゴシック';
	color: #333;
	letter-spacing: 0.05em;
	margin-top: 67px;
}

a:hover{
	opacity: 0.7;
	transition: opacity 0.2s;
}

.bg_glay{
	background: #696561;
	height: 40px;
}

.slick-prev:before, .slick-next:before{
	color: #8EC126!important;
	font-size: 50px!important;
}
.slick-next {
    right: 50px!important;
}
.slick-prev {
    left: 30px!important;
    z-index: 1!important;
}
.slick-dots li button:before{
	color: #8EC126!important;
}



header{
	background: #fff;
	padding: 15px 0;
	position: fixed;
    top: 0;
    width: 100%;
	z-index: 100000;
}
header .inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}
header .inner .f_left{
	
}
header .inner .f_right{
	display: flex;
    align-items: center;
}
header .inner .f_right a{
	margin: 0 20px 0 0px;
	color: #333;
    font-weight: bold;
    text-decoration: none;
}
header .inner .f_right a span{
	display: flex;
}
header .inner .f_right a.tel .sp{
	display: none;
}
header .inner .f_right .contact{
	
}
header .inner .f_right .contact img{
	margin: 0 0 0 0px;
	width: 85px;
}
header .inner .f_right .contact.sp{
	display: none;
}
header .inner .f_right .download{
	color: #F7F6EB;
    background: #8EC126;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
	font-weight: bold;
    font-size: 18px;
	display: flex;
    align-items: center;
}
header .inner .f_right .download img{
	margin: 0 0 0 10px;
}
header .inner .f_right .download.sp{
	display: none;
}
header.sp{
	display: none;
}







header .inner .f_right .nav_btn{
    width: 52px;
    position: relative;
    height: 49px;
}

header .inner .f_right .nav_btn:hover{
    cursor: pointer;
}

header .inner .f_right .nav_btn span:nth-of-type(1){
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    transition: all 0.5s;
    border-radius: 50px;
}

header .inner .f_right .nav_btn span:nth-of-type(2){
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 16px;
    transform: rotate(0deg);
    opacity: 1;
    transition: all 0.5s;
    border-radius: 50px;
}

header .inner .f_right .nav_btn span:nth-of-type(3){
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 32px;
    transform: rotate(0deg);
    transition: all 0.5s;
    border-radius: 50px;
}

header .inner .f_right .nav_btn span:nth-of-type(1).active{
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
}

header .inner .f_right .nav_btn span:nth-of-type(2).active{
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 15px;
    opacity: 0;
}

header .inner .f_right .nav_btn span:nth-of-type(3).active{
    background: #808080;
    display: block;
    width: 43px;
    height: 5px;
    margin: 5px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
}


.pc-contact{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 1000000;
}
.pc-contact a.contact{
	background: #FFB514;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-radius: 0;
	margin: 0 auto;
	display: flex;
	width: 160px;
	max-width: 98%;
	align-items: center;
	justify-content: center;
	border: solid 3px #fff;
}
.pc-contact a.contact:nth-of-type(1){
	margin-bottom:10px;
}
.pc-contact a.contact img{
	margin: 0 0 0 20px;
}


.bg-gray{
    display: block;
    background: rgba(0,0,0,0.0);
    position: fixed;
    top: 56px;
    right: 0;
    height: 100vh;
    width: 100%;
	transition: all 0.5s;
	z-index: -10;
}

.bg-gray.active{
    display: block;
    background: rgba(0,0,0,0);
    position: fixed;
    top: 56px;
    right: 0;
    height: 100vh;
    width: 100%;
	z-index: 10000;
}

nav{
    background: rgba(77,77,77,0.9);
    display: inline-block;
    position: fixed;
    top: 69px;
    right: -672px;
    padding: 80px 60px;
    margin: 0;
    height: 100vh;
	width: 460px;
	transition:all 0.5s;
	z-index: 100000;
	color: #fff;
    text-decoration: none;
	overflow-y: scroll;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

nav.active{
    background: rgba(77,77,77,0.9);
    display: inline-block;
    position: fixed;
    top: 69px;
    right: 0px;
    padding: 80px 60px;
    margin: 0;
    list-style: none;
    height: 100vh;
	width: 460px;
	z-index: 100000;
	overflow-y: scroll;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

nav::-webkit-scrollbar{
  display: none;
}

nav .logo_area img{
    width:80%;
}

nav .logo_area p{
    font-size: 25px;
    margin: 0px 0 60px;
    font-weight: bold;
}

nav ul{
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    margin-top: 10px;
}

nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

nav ul li a:hover{
	opacity: 0.7;
}





section.top .inner .main_visual img.sp{
	display: none;
}
section.top .inner .btn_area{
	display: flex;
}
section.top .inner .btn_area .renovation_btn{
	background: #C2BF27;
	width: 50%;
	text-align: right;
}
section.top .inner .btn_area .renovation_btn:hover{
	cursor: pointer;
}
section.top .inner .btn_area .renovation_btn img{
	margin: 20px;
}
section.top .inner .btn_area .renovation_btn img.sp{
	display: none;
}
section.top .inner .btn_area .reform_btn{
	background: #4DC227;
	width: 50%;
}
section.top .inner .btn_area .reform_btn:hover{
	cursor: pointer;
}
section.top .inner .btn_area .reform_btn img{
	margin: 20px;
}
section.top .inner .btn_area .reform_btn img.sp{
	display: none;
}





section.reason{
	padding: 100px 0 50px;
}
section.reason .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
section.reason .inner .ttl{
	text-align: center;
}
section.reason .inner .ttl span{
	color: #8EC226;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvenica Neue;
}
section.reason .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
	margin: 0 0 60px 0;
}
section.reason .inner .health{
	
}
section.reason .inner .health .health_ttl{
	text-align: center;
	margin: 0 0 50px 0;
}
section.reason .inner .health .health_ttl img{
	
}
section.reason .inner .health .health_ttl img.sp{
	display: none;
}
section.reason .inner .health .flex_area{
	display: flex;
	margin: 0 0 60px 0;
	align-items: center;
}
section.reason .inner .health .flex_area .f_left{
	width: 48%;
	padding: 20px 50px;
}
section.reason .inner .health .flex_area .f_left span{
	background: #8EC126;
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px;
	font-weight: bold;
}
section.reason .inner .health .flex_area .f_left h4{
	font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}
section.reason .inner .health .flex_area .f_left p{
	
}
section.reason .inner .health .flex_area .f_right{
	width: 52%;
}
section.reason .inner .health .flex_area .f_right img{
	border-radius: 0.5rem;
}
section.reason .inner .health .flex_area02{
	display: flex;
	flex-direction: row-reverse;
}
section.reason .inner .health .flex_area02 .f_left{
	
}
section.reason .inner .health .flex_area02 .f_right{
	
}
section.reason .inner .img_area{
	margin: 0 0 50px 0;
	text-align: center;
}
section.reason .inner .img_area img{
	width: 80%;
}
section.reason .inner .img_area .sp{
	display: none;
}
section.reason .inner h3{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}
section.reason .inner .f_area:nth-of-type(2){
	display: flex;
    margin: 0 0 50px 0;
}
section.reason .inner .f_area:nth-of-type(2) .f_left{
	width: 50%;
}
section.reason .inner .f_area:nth-of-type(2) .f_left img.sp{
	display: none;
}
section.reason .inner .f_area:nth-of-type(2) .f_right{
	width: 50%;
}
section.reason .inner .f_area:nth-of-type(2) .f_right p{
	font-size: 18px;
	line-height: 1.8;
}
section.reason .inner .f_area:nth-of-type(3){
	display: flex;
    margin: 0 0 50px 0;
}
section.reason .inner .f_area:nth-of-type(3) .f_left{
	width: 50%;
}
section.reason .inner .f_area:nth-of-type(3) .f_left p{
	font-size: 18px;
	margin: 0 20px 0 0;
}
section.reason .inner .f_area:nth-of-type(3) .f_right{
	width: 50%;
}
section.reason .inner .f_area:nth-of-type(3) .f_right img.sp{
	display: none;
}




section.feature{
	padding: 100px 0 50px;
	background: #FBFFF3;
}
section.feature .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
section.feature .inner .feature_ttl{
	text-align: center;
    margin: 0 0 50px 0;
}
section.feature .inner .feature_ttl img{
	
}
section.feature .inner .feature_ttl img.sp{
	display: none;
}
section.feature .inner .feature_img{
	text-align: center;
    margin: 0 0 50px 0;
}
section.feature .inner .feature_img img{
	
}
section.feature .inner .feature_img img.sp{
	display: none;
}
section.feature .inner .block{
    margin: 0 0 50px 0;
}
section.feature .inner .block h4{
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    border-left: solid 3px #8EC126;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}
section.feature .inner .block .flex_area{
    
}
section.feature .inner .block .flex_area .f_area{
    display: flex;
    justify-content: space-between;
}
section.feature .inner .block .flex_area .f_area .f_left{
    width: 65%;
}
section.feature .inner .block .flex_area .f_area .f_left .txt_r{
    text-align: right;
    margin: 30px 0 0 0;
}
section.feature .inner .block .flex_area .f_area .f_right{
    width: 30%;
}
section.feature .inner .block .flex_area .f_area .f_right img{
    margin: 0 0 20px 0;
}





section.contact_area{
	background: url(../images/contact.png) center center;
    background-size: cover;
}
section.contact_area .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
section.contact_area .inner span{
	display: block;
	text-align: center;
    color: #F7F6EB;
    font-size: 20px;
    font-weight: bold;
}
section.contact_area .inner h2{
	text-align: center;
    color: #F7F6EB;
    font-size: 40px;
    font-weight: bold;
}
section.contact_area .inner .tel_area{
	
}
section.contact_area .inner .tel_area p{
	margin: 0 0 0px 0;
}
section.contact_area .inner .tel_area p a{
    font-family: Helvenica Neue;
	font-size: 80px;
	font-weight: bold;
	color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
	justify-content: center;
}
section.contact_area .inner .tel_area p a img{
    margin: 0 20px 0 0;
}
section.contact_area .inner p{
	margin: 0 0 50px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
section.contact_area .inner p br.sp{
	display: none;
}
section.contact_area .inner .btn_wrap{
	display: flex;
    justify-content: center;
}
section.contact_area .inner a.contact{
	background: #FFB514;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    width: 300px;
    max-width: 98%;
    align-items: center;
    justify-content: center;
}
section.contact_area .inner a.contact:nth-of-type(1){
	margin: 0 20px 0 auto;
}
section.contact_area .inner a.contact:nth-of-type(2){
	margin: 0 auto 0 20px;
}
section.contact_area .inner a.contact img{
	margin: 0 0 0 30px;
}





section.contact_area2{
	padding: 3rem 1rem;
}
section.contact_area2 .inner{
	border: solid 2px #fff;
    padding: 2rem;
}
section.contact_area2 .inner p{
	font-size: 2.5rem;
    line-height: 1.3;
		margin-bottom: 1rem;
}
section.contact_area2 .inner p span{
	display: inline-block;
    font-size: 4rem;
}
section.contact_area2 .inner .present{
	display: flex;
    align-items: end;
}
section.contact_area2 .inner .present .f-left{
	width: 40%;
    text-align: center;
}
section.contact_area2 .inner .present .f-left img{
	
}
section.contact_area2 .inner .present .f-right{
	width: 60%;
    text-align: center;
}
section.contact_area2 .inner .present .f-right img{
	
}
section.contact_area2 .inner .present .f-right a{
	margin-top: 2rem;
    font-size: 4rem;
    border-radius: 0;
    width: auto;
    padding: 10px;
}






section.tab{
	
}
section.tab .f_area{
	display: flex;
    justify-content: center;
	max-width: 1200px;
    margin: 80px auto 0;
	justify-content: space-between;
}
section.tab .renovation_tab{
	width: 48%;
    text-align: center;
    border-radius: 8px 8px 0 0;
	font-size: 20px;
	border: solid 3px #CBCBCB;
    border-bottom: none;
	color: #CBCBCB;
	font-weight: bold;
}
section.tab .renovation_tab.active{
	background: #8EC126;
	color: #fff;
	border: none;
}
section.tab .renovation_tab:hover{
	opacity: 0.7;
	cursor: pointer;
}
section.tab .renovation_tab p{
	margin: 15px 10px;
}
section.tab .reform_tab{
	width: 48%;
    text-align: center;
    border-radius: 8px 8px 0 0;
	font-size: 20px;
	border: solid 3px #CBCBCB;
    border-bottom: none;;
	color: #CBCBCB;
	font-weight: bold;
}
section.tab .reform_tab.active{
	background: #8EC126;
	color: #fff;
	border: none;
}
section.tab .reform_tab:hover{
	opacity: 0.7;
	cursor: pointer;
}
section.tab .reform_tab p{
	margin: 15px 10px;
}







section.renovation{
	padding: 50px 0 50px 0;
    border-top: solid 3px #8EC126;
}
section.renovation .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.renovation .inner img{
	margin: 0 auto 50px;
    display: block;
}
section.renovation .inner img.sp{
	display: none;
}
section.renovation .inner img.mt80{
	margin: 80px auto 50px;
}
section .inner img.mb20{
	margin: 0px auto 20px;
}
section.renovation .inner img.mb20{
	margin: 0px auto 20px;
}
section .inner .slide img{
	margin: 0 auto 10px;
    display: block;
		border-radius: 0.5rem;
}
section.renovation .inner .slide img{
	margin: 0 auto 10px;
    display: block;
		border-radius: 0.5rem;
}
section .inner .slide img.sp{
	display: none;
}
section.renovation .inner .slide img.sp{
	display: none;
}
section.renovation .inner p{
	font-size: 20px;
    text-align: center;
}
section.renovation .inner h5{
	font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 50px 0 20px 0;
}
section.renovation .inner table{
	border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    margin: 20px 0;
		padding: 10px 0 0 0;
}
section.renovation .inner table tbody{
	display: flex;
    flex-wrap: wrap;
}
section.renovation .inner table tbody tr{
	width: 50%;
    margin: 0 0 3px 0;
}
section.renovation .inner table tbody tr th{
	background: #8EC226;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
}
section.renovation .inner table tbody tr td{
	border: none;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    width: 59%;
    box-sizing: border-box;
}
section.renovation .inner .block{
	background: #fff;
    margin: 50px 0;
    padding: 30px 30px;
    border-radius: 8px;
}
section.renovation .inner .block{
	
}
section.renovation .inner .block span{
	font-family: Helvenica Neue;
	font-size: 16px;
	font-weight: bold;
	color: #8EC126;
}
section.renovation .inner .block h5{
	margin: 10px 0 20px 0;
}
section.renovation .inner .block p{
	text-align: left;
    margin: 0 0 20px 0;
	font-size: 16px;
}
section.renovation .inner .block img{
	margin: 0 auto 0px;
}
section.renovation .inner .f_area{
	display: flex;
    justify-content: space-between;
}
section.renovation .inner .f_area .f_left{
	width: 55%;
}
section.renovation .inner .f_area .f_left p{
	font-size: 16px;
    text-align: left;
}
section.renovation .inner .f_area .f_right{
	width: 40%;
}







section.reform{
	padding: 50px 0 50px 0;
    border-top: solid 3px #8EC126;
	display: none;
}
section.reform .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.reform .inner img{
	margin: 0 auto 50px;
    display: block;
}
section.reform .inner img.sp{
	display: none;
}
section.reform .inner img.mt80{
	margin: 80px auto 50px;
}
section.reform .inner img.mb20{
	margin: 0px auto 20px;
}
section.reform .inner .slide img{
	margin: 0 auto 10px;
    display: block;
}

section.reform .inner .slide img.sp{
	display: none;
}
section.reform .inner p{
	font-size: 20px;
    text-align: center;
}
section.reform .inner h5{
	font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 50px 0 20px 0;
}
section.reform .inner table{
	border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    margin: 20px 0;
}
section.reform .inner table tbody tr{
	
}
section.reform .inner table tbody tr th{
	border: solid 2px #8EC226;
    background: #8EC226;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 30%;
    font-size: 18px;
}
section.reform .inner table tbody tr td{
    background: #fff;
    padding: 10px;
    font-size: 18px;
}
section.reform .inner table tbody tr td br.sp{
	display: none;
}
section.reform .inner .block{
	background: #fff;
    margin: 0px 0 40px;
    border-radius: 8px;
	width: 31%;
}
section.reform .inner .block span{
	font-family: Helvenica Neue;
	font-size: 16px;
	font-weight: bold;
	color: #8EC126;
}
section.reform .inner .block h5{
	margin: 10px 0 20px 0;
}
section.reform .inner .block p{
	text-align: left;
    margin: 0 0 20px 0;
	font-size: 16px;
}
section.reform .inner .block img{
	margin: 0 auto 0px;
}
section.reform .inner .f_area{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}
section.reform .inner .f_area .f_left{
	width: 55%;
}
section.reform .inner .f_area .f_left p{
	font-size: 16px;
    text-align: left;
}
section.reform .inner .f_area .f_right{
	width: 40%;
}
section.reform .inner .f_area .block h6{
	color: #8EC126;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 15px;
}
section.reform .inner .f_area .block p{
	margin: 10px 15px;
}
section.reform .inner .f_area .block {
	
}





section.voice{
	padding: 100px 0 50px;
}
section.voice .inner{
	width: 100%;
    margin: 0 auto;
		max-width: 1200px;
}
section.voice .inner .ttl{
	text-align: center;
}
section.voice .inner .ttl span{
	color: #8EC226;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvenica Neue;
}
section.voice .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
	margin: 0 0 60px 0;
}
section.voice .inner .contents.pc{
	margin: 0 auto;
}
section.voice .inner .contents.sp{
	display: none;
}
section.voice .inner .contents.pc .content{
	background:#fff;
	padding: 3rem;
	margin: 0 0 3rem 0;
}
section.voice .inner .contents.pc .content .tag{
	margin-bottom: 1.5rem;
}
section.voice .inner .contents.pc .content .tag p{
	background: #8EC126;
	color: #fff;
	font-weight: bold;
	padding: .5rem;
	width: 280px;
	text-align: center;
}
section.voice .inner .contents.pc .content .main{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
section.voice .inner .contents.pc .content .main .f-left{
	width: 45%;
}
section.voice .inner .contents.pc .content .main .f-left img{
	margin-bottom: 1rem;
}
section.voice .inner .contents.pc .content .main .f-left p{
	font-size: 14px;
}
section.voice .inner .contents.pc .content .main .f-right{
	width: 53%;
}
section.voice .inner .contents.pc .content .main .f-right h3{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1.5rem 0;
	border-bottom: solid 2px #8EC126;
	margin-bottom: 1.5rem;
}
section.voice .inner .contents.pc .content .main .f-right p{
	font-size: 18px;
}
section.voice .inner .contents.pc .content .sub{
	display: flex;
	justify-content: space-between;
}
section.voice .inner .contents.pc .content .sub .sub-content{
	width: 32%;
}
section.voice .inner .contents.pc .content .sub .sub-content img{
	margin: 0 0 1rem 0;
}
section.voice .inner .contents.pc .content .sub .sub-content p{
	font-size: 15px;
}
section.voice .inner .contents.pc{
	
}




section.jerco{
	padding: 100px 0 100px;
}
section.jerco .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.jerco .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
	margin: 0 0 40px 0;
}
section.jerco .inner p{
	text-align: center;
}
section.jerco .inner h3{
	font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 50px 0 20px 0;
}
section.jerco .inner img.sp{
	display:none;
}
section.jerco .inner .txt_area h3{
	font-size: 20px;
	color: #8EC126;
	border: none;
	margin: 30px 0 10px 0;
}
section.jerco .inner .txt_area p{
	font-size: 16px;
	text-align: left;
}
section.jerco .inner .border span{
	height: 30px;
    display: block;
    background: #696561;
    width: 1px;
    margin: 0 auto;
}
section.jerco .inner .jerco_img{
	margin: 10px auto 50px;
    display: block;
	min-width: 300px;
    width: 25%;
}
section.jerco .inner .img_area{
	position: relative;
}
section.jerco .inner .img_area .pos{
	position: absolute;
    background: rgba(255,255,255,0.7);
    padding: 30px;
}
section.jerco .inner .img_area > .sp{
	display: none;
}
section.jerco .inner table{
	border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    margin: 20px 0;
		padding: 10px 0 0 0;
}
section.jerco .inner table tbody tr{
	width: 50%;
    margin: 0 0 3px 0;
}
section.jerco .inner table tbody{
	display: flex;
    flex-wrap: wrap;
}
section.jerco .inner table tbody tr th{
	background: #8EC226;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
}
section.jerco .inner table tbody tr td{
	border: none;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    width: 59%;
    box-sizing: border-box;
}
section.jerco .inner .txt_area{
	
}
section.jerco .inner .txt_area h3{
	font-size: 18px;
    font-weight: bold;
}
section.jerco .inner .txt_area p{
	font-size: 18px;
    margin: 0 0 20px 0;
}
section.jerco .inner .ba{
	margin: 0 0 0 auto;
    display: block;
}
section.jerco .inner > .ba.sp{
	display: none;
}
section.jerco .inner hr{
	margin: 50px 0;
}





section.flow{
	padding: 100px 0 100px;
	background: #FBFFF3;
}
section.flow .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.flow .inner span{
	color: #8EC226;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvenica Neue;
	text-align: center;
    display: block;
}
section.flow .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 60px 0;
}
section.flow .inner p{
	font-size: 18px;
    text-align: center;
    margin: 0 0 50px 0;
}
section.flow .inner .sp{
	display: none;
}





section.faq{
	padding: 100px 0 100px;
}
section.faq .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.faq .inner span{
	color: #8EC226;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvenica Neue;
	text-align: center;
    display: block;
}
section.faq .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 60px 0;
}
section.faq .inner p{
	font-size: 18px;
    text-align: center;
    margin: 0 0 50px 0;
}
section.faq .inner .sp{
	display: none;
}
section.faq .inner .bnr{
	text-align: center;
    margin: 60px 0 0 0;
}





section.about_us{
	padding: 100px 0 100px;
}
section.about_us .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.8;
}
section.about_us .inner span{
	color: #8EC226;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvenica Neue;
	text-align: center;
    display: block;
}
section.about_us .inner h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 60px 0;
}
section.about_us .inner dl{
	display: flex;
    border-bottom: solid 1px #E7E7E7;
    padding: 10px;
}
section.about_us .inner dl:last-of-type{
    border-bottom: none;
}
section.about_us .inner dl dt{
    width: 20%;
    display: flex;
    justify-content: center;
    align-self: center;
    height: fit-content;
}
section.about_us .inner dl dd{
	width: 80%;
    padding: 0 0 0 30px;
}





footer{
	background: #696561;
    text-align: center;
    padding: 10px;
}
footer small{
	color: #fff;
    font-size: 16px;
}




section.campaign{
	padding: 100px 0 50px;
}
section.campaign .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}




section.campaign02{
	padding: 100px 0 100px;
	background: #FCF1D8;
}
section.campaign02 .inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	text-align: center;
}
section.campaign02 .inner p{
	margin: 0 0 20px 0;
	font-size: 24px;
    font-weight: bold;
}






@media screen and (max-width:1400px){
	
}






@media screen and (max-width:1300px){
	
	header .inner .f_right .contact.pc{
		display: none;
	}
	header .inner .f_right .contact.sp{
		display: flex;
	}
	header .inner .f_right .download.pc{
		display: none;
	}
	header .inner .f_right .download.sp{
		display: flex;
	}
	
}






@media screen and (max-width:1260px){
	
	section.renovation .inner{
		padding: 0 20px;
    	box-sizing: border-box;
	}
	section.renovation .inner h2{
		font-size: 35px;
	}
	section.renovation .inner .f_area01 .f_right h3{
		font-size: 24px;
	}
	section.renovation .inner .f_area01 .f_right p{
		font-size: 18px;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(1){
		font-size: 22px;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(2){
		font-size: 22px;
	}
	section.renovation .inner .f_area02 .f_left p{
		font-size: 16px;
		margin: 15px 0 15px 0px;
	}
	section.renovation .merit .pc{
		display: none;
	}
	section.renovation .merit .md{
		display: block;
	}
	
	section.reform .inner{
		padding: 0 20px;
    	box-sizing: border-box;
	}
	
	
	section.top .inner .btn_area .renovation_btn img{
		margin: 0px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
	}
	section.top .inner .btn_area .reform_btn img{
		margin: 0px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
	}
	
	section.feature .inner {
    padding: 0px 20px;
    box-sizing: border-box;
}
	
	
	section.tab .f_area {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 80px auto 0;
    justify-content: space-around;
}
	
	
	
	
	section.contact_area .inner{
    	box-sizing: border-box;
	}
	section.contact_area .inner h2{
		font-size: 35px;
		margin: 0 0 20px 0;
	}
	section.contact_area .inner .f_area .f_left p{
		font-size: 20px;
	}
	section.contact_area .inner .f_area .f_left p.tel a{
		font-size: 50px;
	}
	section.contact_area .inner .f_area .f_right a{
		font-size: 20px;
	}
	
	
	
	
	section.reason .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	section.reason .inner h2{
		font-size: 35px;
		margin: 0 0 20px 0;
	}
	section.reason .inner h3{
		font-size: 22px;
	}
	section.reason .inner .img_area img{
		width: 100%;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_left{
		padding: 0 20px 0 0;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_right p {
		font-size: 18px;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_left p{
		font-size: 18px;
	}
	
	
	
	
	section.jerco .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	section.jerco .inner h2{
		font-size: 35px;
	}
	section.jerco .inner .jerco_img{
		max-width: 300px;
    	width: 100%;
	}
	section.jerco .inner .img_area .pos img{
		width: 100%;
    	max-width: 450px;
	}
	section.jerco .inner table tbody tr th{
		font-size: 18px;
	}
	section.jerco .inner table tbody tr td{
		font-size: 18px;
	}
	section.jerco .inner .txt_area h3{
		font-size: 18px;
	}
	section.jerco .inner .txt_area p{
		font-size: 18px;
	}
	
	
	
	
	section.works .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	section.works .inner h2{
		font-size: 35px;
	}
	section.works .inner .border span{
		height: 40px;
	}
	section.works .inner table tbody tr th{
		font-size: 18px;
	}
	section.works .inner table tbody tr td{
		font-size: 18px;
	}
	section.works .inner .txt_area p{
		font-size: 18px;
	}
	
	
	
	
	section.flow .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	section.flow .inner h2{
		font-size: 35px;
	}
	section.flow .inner p{
		font-size: 18px;
	}
	
	
	
	
	section.faq .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	
	
	
	
	section.about_us .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	section.about_us .inner h2{
		font-size: 35px;
	}
	
	
	
	
	section.renovation .inner table tbody {
    display: contents;
    flex-wrap: wrap;
}
	section.jerco .inner table tbody {
    display: contents;
    flex-wrap: wrap;
}
	
header.pc{
	display: none;
}	
header.sp{
	display: block;
}
	header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
	
	header .inner .f_right a.tel .pc{
		display: none;
	}
	header .inner .f_right a.tel .sp{
		display: block;
	}

	.pc-contact{
		display: none;
	}

	section.campaign .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}

	section.campaign02 .inner{
		padding: 0px 20px;
    	box-sizing: border-box;
	}
	
}







@media screen and (max-width:1100px){
	
	section.reason .inner .health .flex_area .f_left{
		width: 50%;
    padding: 20px 20px;
	}
	section.reason .inner .health .flex_area .f_right{
		width: 50%;
	}
	
}






@media screen and (max-width:1010px){
	section.contact_area2 .inner p{
		font-size: 1.5rem;
	}
	section.contact_area2 .inner p span{
		font-size: 2rem;
	}
	section.contact_area2 .inner .present .f-right img{
		width: 80%;
	}
	section.contact_area2 .inner .present .f-right a{
		font-size: 2rem;
	}
}






@media screen and (max-width:900px){

	section.voice .inner{
		padding: 0 10px;
	}

	section.voice .inner .contents.pc .content{
		padding: 2rem 1rem;
		margin: 0 0 2rem 0;
	}

	section.voice .inner .contents.pc .content .main .f-left p{
		font-size: 13px;
	}

	section.voice .inner .contents.pc .content .main .f-right h3{
		font-size: 1rem;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
	}

	section.voice .inner .contents.pc .content .main .f-right p{
		font-size: 14px;
	}

	section.voice .inner .contents.pc .content .sub .sub-content p{
		font-size: 14px;
	}


	
	section.contact_area .inner .f_area {
		display: block;
	}
	section.contact_area .inner .f_area .f_left {
		width: 100%;
		margin: 0 0 40px 0;
	}
	section.contact_area .inner .f_area .f_right {
		width: 100%;
	}
	section.contact_area .inner .f_area .f_right a{
		margin: 10px auto;
    	width: 400px;
    	max-width: 100%;
	}
	
	
	
.slick-next {
    top: 48%!important;
}
.slick-prev {
    top: 48%!important;
}
	
	
	
	
	
	
}






@media screen and (max-width:767px){
	
	header .inner .f_left h1 img{
		width: 180px;
	}
	header .inner .f_right a.tel .sp{
		width: 40px;
	}
	header .inner .f_right .contact.sp{
		padding: 0;
		font-size: 16px;
	}
	header .inner .f_right .download.sp{
		padding: 7px 20px 4px;
		font-size: 16px;
	}
	
	
	section.reason .inner .health .flex_area{
		flex-direction: column-reverse;
	}
	section.reason .inner .health .flex_area .f_left{
		width: 100%;
		padding: 20px 0px;
	}
	section.reason .inner .health .flex_area .f_right{
		width: 100%;
		text-align: center;
	}
	section.reason .inner .health .flex_area .f_left h4 {
		font-size: 20px;
		margin: 10px 0;
	}
	
	
	section.contact_area .inner .tel_area p a{
		font-size: 50px;
	}
	
	
	
	section.feature .inner .block .flex_area .f_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
	section.feature .inner .block .flex_area .f_area .f_left {
    width: 100%;
}
	section.feature .inner .block .flex_area .f_area .f_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
	section.feature .inner .block .flex_area .f_area .f_right img {
    margin: 0 0 20px 0;
    max-width: 49%;
}
	
	
	
	
	section.renovation .inner h2 {
		font-size: 25px;
	}
	section.renovation .inner .f_area01{
		display: block;
	}
	section.renovation .inner .f_area01 .f_left{
		padding: 0;
		width: 100%;
		text-align: center;
	}
	section.renovation .inner .f_area01 .f_left img{
		max-width: 50%;
	}
	section.renovation .inner .f_area01 .f_right{
		border-left: none;
		padding: 20px 0 20px 0px;
		width: 100%;
	}
	section.renovation .inner .f_area01 .f_right h3 {
		font-size: 20px;
	}
	section.renovation .inner .f_area01 .f_right p {
		font-size: 16px;
	}
	section.renovation .inner .f_area02{
		display: block;
	}
	section.renovation .inner .f_area02 .f_left {
		width: 100%;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(1){
		font-size: 20px;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(2){
		font-size: 20px;
	}
	section.renovation .inner .f_area02 .f_right{
		width: 100%;
	}
	
	
	
	
	
	section.reason .inner h2{
		font-size: 25px;
	}
	section.reason .inner h3{
		font-size: 20px;
	}
	section.reason .inner .f_area:nth-of-type(2){
		display: block;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_left {
		padding: 0;
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_left img {
		max-width: 300px;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_right{
		width: 100%;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_right p {
		font-size: 16px;
	}
	section.reason .inner .f_area:nth-of-type(3){
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_left {
		width: 100%;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_left p {
		font-size: 16px;
		margin: 0;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_right {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_right img {
		max-width: 300px;
	}
	
	
	
	
	section.jerco .inner h2{
		font-size: 25px;
	}
	section.jerco .inner .border span{
		height: 25px;
	}
	section.jerco .inner .jerco_img{
		max-width: 250px;
	}
	section.jerco .inner .img_area .pos{
		max-width: 350px;
	}
	section.jerco .inner table tbody tr th{
		font-size: 16px;
	}
	section.jerco .inner table tbody tr td{
		font-size: 16px;
	}
	section.jerco .inner .txt_area h3{
		font-size: 16px;
	}
	section.jerco .inner .txt_area p{
		font-size: 16px;
	}
	
	
	
	
	
	section.works .inner h2{
		font-size: 25px;
	}
	section.works .inner .border span{
		height: 25px;
	}
	section.works .inner table tbody tr th{
		font-size: 16px;
	}
	section.works .inner table tbody tr td{
		font-size: 16px;
	}
	section.works .inner .txt_area p{
		font-size: 16px;
	}
	
	
	
	
	
	section.flow .inner h2{
		font-size: 25px;
	}
	section.flow .inner p{
		font-size: 16px;
	}
	
	
	
	
	
	section.about_us .inner h2{
		font-size: 25px;
	}
	
}






@media screen and (max-width:600px){
	
	
	
	.slick-prev:before, .slick-next:before {
    color: #8EC126!important;
    font-size: 30px!important;
}
	.slick-next {
    right: 20px!important;
}
	.slick-prev {
    left: 10px!important;
}
	
	
	
	
	
	header .inner{
		margin: 0 10px;
	}
	header .inner .f_left h1 img{
		width: 120px;
	}
	header .inner .f_right a {
		margin: 0 10px 0 0;
	}
	header .inner .f_right a span {
		display: none;
	}
	header .inner .f_right a.tel .sp{
		width: 30px;
	}
	header .inner .f_right .contact.sp{
		padding: 6px 15px 4px;
		font-size: 12px;
	}
	header .inner .f_right .download.sp{
		padding: 6px 15px 4px;
		font-size: 12px;
	}
	
	
	
	
	section.top .inner .main_visual img.pc{
		display: none;
	}
	section.top .inner .main_visual img.sp{
		display: block;
	}
	
	
	
	section.top .inner .btn_area{
		display: block;
	}
	section.top .inner .btn_area .renovation_btn img.pc{
		display: none;
	}
	section.top .inner .btn_area .renovation_btn img.sp{
		display: block;
		padding: 0px;
	}
	section.top .inner .btn_area .reform_btn img.pc{
		display: none;
	}
	section.top .inner .btn_area .reform_btn img.sp{
		display: block;
		padding: 0px;
	}
	
	
	
	
	section.renovation{
		margin: 0px 0 0 0;
	}
	section.renovation .sp_ttl{
		display: block;
		background: url(../images/renovation01.png) center center;
	}
	section.renovation .sp_ttl h2{
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
		color: #fff;
		padding: 40px 10px;
	}
	section.renovation .inner{
		padding: 0 10px;
	}
	section.renovation .inner h2{
		display: none;
	}
	section.renovation .inner .f_area01 .f_left{
		display: none;
	}
	section.renovation .inner .f_area01 .f_right h3{
		font-size: 18px;
	}
	section.renovation .inner .f_area01 .f_right p {
		font-size: 14px;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(1){
		font-size: 18px;
	}
	section.renovation .inner .f_area02 .f_left h3:nth-of-type(2){
		font-size: 18px;
	}
	section.renovation .inner .f_area02 .f_left p{
		font-size: 14px;
	}
	section.renovation .merit .md{
		display: none;
	}
	section.renovation .merit .sp{
		display: block;
	}
	
	
	
	
	
	section.reform .inner{
		padding: 0 10px;
	}
	
	
	
	
	section.contact_area .inner{
		padding: 30px 10px;
	}
	section.contact_area .inner h2{
		font-size: 30px;
    	margin: 0 0 10px 0;
	}
	section.contact_area .inner .f_area .f_left{
		margin: 0 0 30px 0;
	}
	section.contact_area .inner .f_area .f_left p {
		font-size: 18px;
	}
	section.contact_area .inner .f_area .f_left p .sp{
		display: block;
	}
	section.contact_area .inner .f_area .f_left p.tel a {
		font-size: 40px;
	}
	section.contact_area .inner .f_area .f_right a {
		font-size: 16px;
	}
	
	
	
	
	
	section.reason {
		padding: 40px 0 10px;
	}
	section.reason .inner{
		padding: 0px 10px;
	}
	section.reason .inner h2{
		font-size: 22px;
	}
	section.reason .inner .img_area .pc{
		display: none;
	}
	section.reason .inner .img_area .sp{
		display: block;
	}
	section.reason .inner h3{
		font-size: 18px;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_left img.pc{
		display: none;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_left img.sp{
		display: inline-block;
    	width: 100%;
	}
	section.reason .inner .f_area:nth-of-type(2) .f_right p {
		font-size: 14px;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_left p{
		font-size: 14px;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_right img.pc{
		display: none;
	}
	section.reason .inner .f_area:nth-of-type(3) .f_right img.sp{
		display: inline-block;
    	width: 100%;
	}
	
	
	
	section.reason .inner .health .health_ttl {
    text-align: center;
    margin: 0 0 30px 0;
}
	section.reason .inner .health .flex_area .f_left span {
    background: #8EC126;
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
}
	section.reason .inner .health .flex_area .f_left h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
	section.reason .inner .health .flex_area .f_left p {
    font-size: 14px;
}
	section.reason .inner .health .flex_area {
    display: flex;
    margin: 0 0 30px 0;
    align-items: center;
}
	
	
	section.feature .inner .feature_img img.pc {
    display: none;
}
	section.feature .inner .feature_img img.sp {
    display: block;
}
	section.feature {
    padding: 40px 0 40px;
}
	section.feature .inner {
    padding: 0px 10px;
}
	section.feature .inner .feature_ttl {
    margin: 0 0 30px 0;
}
	section.feature .inner .block h4 {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 3px #8EC126;
    padding: 10px 10px;
    margin: 0 0 20px 0;
}
	section.feature .inner .block .flex_area .f_area .f_left p{
		font-size: 14px;
	}
	section.feature .inner .block {
    margin: 0 0 40px 0;
}
	
	
	
	
	section.contact_area .inner span {
    display: block;
    text-align: center;
    color: #F7F6EB;
    font-size: 16px;
    font-weight: bold;
}
	section.contact_area .inner h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
	section.contact_area .inner .tel_area p a {
    font-family: Helvenica Neue;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
	section.contact_area .inner .tel_area p a img {
    margin: 0 20px 0 0;
    width: 40px;
}
	section.contact_area .inner p {
    margin: 0 0 30px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
section.contact_area .inner .btn_wrap{
	display: block;
}
	section.contact_area .inner a.contact {
    background: #FFB514;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    width: 300px;
    max-width: 98%;
    align-items: center;
    justify-content: center;
}
section.contact_area .inner a.contact:nth-of-type(1){
	margin: 0 auto 20px;
}
section.contact_area .inner a.contact:nth-of-type(2){
	margin: 0 auto;
}
section.contact_area2 .inner a.contact:nth-of-type(1){
	margin: 1rem auto 0;
}
	
	
	
	
	
	section.tab .f_area {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 40px auto 0;
    justify-content: space-around;
}
	section.tab .renovation_tab p {
    margin: 15px 10px;
    font-size: 16px;
}
	section.tab .reform_tab p {
    margin: 15px 10px;
    font-size: 16px;
}
	
	
	
	
	section.renovation .inner img.pc {
    display: none;
}
	section.renovation .inner img.sp {
    display: block;
		margin: 0 auto 20px;
}
	section.renovation .inner img.w80 {
		max-width: 80%;
}
	section.renovation .inner p {
    font-size: 14px;
    text-align: center;
}
	section.renovation .inner h5 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 30px 0 20px 0;
}
	section.renovation .inner img.mtsp {
    display: block;
		margin: 40px auto 20px;
}
	section.renovation .inner .block {
    background: #fff;
    margin: 20px 0;
    padding: 10px 10px;
    border-radius: 8px;
}
	section.renovation .inner .block p {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 14px;
}
	section.renovation .inner .f_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
	section.renovation .inner .f_area .f_left {
    width: 100%;
}
	section.renovation .inner .f_area .f_right {
    width: 100%;
}
	section.renovation .inner .f_area .f_right img {
    margin: 0 auto 10px;
}
	section.renovation .inner img.mt80 {
    margin: 60px auto 20px;
}
	section.renovation .inner .f_area .f_left p {
    font-size: 14px;
    text-align: left;
}
	section.renovation .inner table tbody tr th {
    background: #8EC226;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
}
	section.renovation .inner table tbody tr td {
    border: none;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    width: 59%;
    box-sizing: border-box;
}
	
	
	
	
	
	section.reform .inner img.pc {
    display: none;
}
	section.reform .inner img.sp {
    display: block;
		margin: 0 auto 20px;
}
	section.reform .inner img.mtsp {
    display: block;
		margin: 40px auto 20px;
}
	section.reform .inner img.w80 {
		max-width: 80%;
}
	.slick-dotted.slick-slider {
    margin-bottom: 60px!important;
}
	section.reform .inner p {
    font-size: 14px;
    text-align: center;
}
	section.reform .inner h5 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 50px 0 20px 0;
}
	section.reform .inner table tbody tr th {
    border: solid 2px #8EC226;
    background: #8EC226;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 30%;
    font-size: 14px;
}
	section.reform .inner table tbody tr td {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}
	section.reform .inner table tbody tr td br.sp {
    display: block;
}
	section.reform {
    padding: 50px 0 0px 0;
}
	section.reform .inner .block {
    width: 100%;
}
	section.reform .inner .f_area .block h6 {
    font-size: 16px;
}
	section.reform .inner .block p {
    text-align: left;
    font-size: 14px;
}




section.voice{
	padding: 40px 0 10px;
}
section.voice .inner{
	padding: 0 10px;
}
section.voice .inner .ttl h2{
	font-size: 22px;
	margin: 0 0 40px 0;
}
section.voice .inner .contents.pc{
	display: none;
}
section.voice .inner .contents.sp{
	display: block;
}
section.voice .inner .contents.sp{
	
}
section.voice .inner .contents.sp .content{
	background: #fff;
    padding: 20px 10px 0;
		margin-bottom: 2rem;
}
section.voice .inner .contents.sp .content .main{
	
}
section.voice .inner .contents.sp .content .main .tag{
	background: #8EC126;
    color: #fff;
    font-weight: bold;
    padding: .5rem;
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 0 1rem 0;
}
section.voice .inner .contents.sp .content .main h3{
	font-size: 1.1rem;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    padding: 0 0 .5rem 0;
    margin: 0 0 .5rem 0;
}
section.voice .inner .contents.sp .content .main p{
	font-size: 0.9rem;
}
section.voice .inner .contents.sp .content .main p.f-min{
	font-size: 0.8rem;
}
section.voice .inner .contents.sp .content .main img{
	margin: 1rem auto;
	display: block;
}
section.voice .inner .contents.sp .content .sub{
	
}
section.voice .inner .contents.sp .content .sub .sub-images{
	margin: 1rem .5rem;
}
section.voice .inner .contents.sp .content .sub .sub-images img{
	margin-bottom: 1rem;
}
section.voice .inner .contents.sp .content .sub .sub-images p{
	font-size: 0.8rem;
}





section.contact_area2{
	padding: 1rem 1rem;
}
section.contact_area2 .inner{
	padding: 20px 10px;
}
section.contact_area2 .inner p{
	margin: 0 0 10px 0;
}
section.contact_area2 .inner p span{
	font-size: 20px;
}
section.contact_area2 .inner .present .f-left{
	width: 30%;
}
section.contact_area2 .inner .present .f-right{
	width: 70%;
    text-align: center;
}
section.contact_area2 .inner .present .f-right img{
	width: 70%;
}
section.contact_area2 .inner .present .f-right a{
	margin-top: 1rem;
    font-size: 16px;
    border-radius: 0;
    width: auto;
    padding: 10px;
}




	
	section.jerco .inner p {
    text-align: center;
    font-size: 14px;
}
	section.jerco .inner h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #8EC126;
    margin: 30px 0 10px 0;
}
	section.jerco .inner img.pc {
    display: none;
}
	section.jerco .inner img.sp {
    display: block;
}
	section.jerco .inner table tbody {
    display: contents;
    flex-wrap: wrap;
}
	section.jerco .inner table tbody tr {
    width: 100%;
    margin: 0 0 3px 0;
}
	section.jerco .inner table tbody tr th {
    background: #8EC226;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
    font-size: 14px;
    display: table-cell;
    box-sizing: border-box;
}
	section.jerco .inner table tbody tr td {
    border: none;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    display: table-cell;
    width: 60%;
    box-sizing: border-box;
}
	section.jerco .inner .txt_area p {
    font-size: 14px;
}
	
	
	
	
	section.jerco {
		padding: 40px 0 40px;
	}
	section.jerco .inner{
		padding: 0px 10px;
	}
	section.jerco .inner h2 {
		font-size: 22px;
	}
	section.jerco .inner h2 .sp{
		display: block;
	}
	section.jerco .inner .jerco_img{
		margin: 10px auto 30px;
		min-width: 220px;
		max-width: 220px;
	}
	section.jerco .inner .img_area{
		margin: 0 0 20px 0;
	}
	section.jerco .inner .img_area .pos{
		display: none;
	}
	section.jerco .inner .img_area > .pc{
		display: none;
	}
	section.jerco .inner .img_area > .sp{
		display: block;
	}
	section.jerco .inner > .ba.pc{
		display: none;
	}
	section.jerco .inner > .ba.sp{
		display: block;
		width: 80%;
    	margin: 0 auto;
	}
	
	
	
	
	
	
	section.works {
		padding: 60px 0 60px;
	}
	section.works .inner{
		padding: 0px 10px;
	}
	section.works .inner h2{
		font-size: 22px;
	}
	section.works .inner table tbody tr th{
		font-size: 14px;
	}
	section.works .inner table tbody tr td{
		font-size: 14px;
	}
	section.works .inner .txt_area p{
		font-size: 14px;
	}
	
	
	
	
	
	
	section.flow {
		padding: 40px 0 40px;
	}
	section.flow .inner{
		padding: 0px 10px;
	}
	section.flow .inner span{
		font-size: 18px;
	}
	section.flow .inner h2{
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	section.flow .inner p{
		font-size: 14px;
		margin: 0 0 30px 0;
	}
	section.flow .inner .pc{
		display: none;
	}
	section.flow .inner img.sp{
		display: block;
    	margin: 0 auto;
	}
	
	
	
	section.faq {
    padding: 40px 0 40px;
}
	section.faq .inner h2{
    font-size: 20px;
		margin: 0 0 30px 0;
}
	section.faq .inner span{
    font-size: 18px;
}
	section.faq .inner .pc {
    display: none;
}
	section.faq .inner .sp {
    display: block;
}
	section.faq .inner .bnr {
    text-align: center;
    margin: 30px 0 0 0;
}
	
	
	
	
	section.about_us{
		padding: 40px 0 40px;
	}
	section.about_us .inner{
		padding: 0px 10px;
	}
	section.about_us .inner span{
		font-size: 18px;
	}
	section.about_us .inner h2{
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	section.about_us .inner dl{
		display: block;
    	font-size: 14px;
	}
	section.about_us .inner dl dt{
		width: 80px;
    	display: block;
		line-height: 1;
    	margin: 0 0 15px 0;
	}
	section.about_us .inner dl dd{
		width: 100%;
    	padding: 0 0 0 0px;
	}
	
	
	header .inner .f_right .nav_btn {
    width: 39px;
    position: relative;
    height: 33px;
}
	header .inner .f_right .nav_btn span:nth-of-type(1) {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
    transition: all 0.5s;
    border-radius: 50px;
}
	header .inner .f_right .nav_btn span:nth-of-type(2) {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 10px;
    transform: rotate(0deg);
    opacity: 1;
    transition: all 0.5s;
    border-radius: 50px;
}
	header .inner .f_right .nav_btn span:nth-of-type(3) {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
    transition: all 0.5s;
    border-radius: 50px;
}
	header .inner .f_right .nav_btn span:nth-of-type(1).active {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
}
	header .inner .f_right .nav_btn span:nth-of-type(2).active {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 10px;
    opacity: 0;
}
	header .inner .f_right .nav_btn span:nth-of-type(3).active {
    background: #808080;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
}
	nav {
    top: 53px;
    padding: 30px 20px;
    width: 360px;
}
	nav.active {
    background: rgba(77,77,77,0.9);
    display: inline-block;
    position: fixed;
    top: 53px;
    right: 0px;
    padding: 30px 20px;
    margin: 0;
    list-style: none;
    height: 100vh;
    width: 360px;
    z-index: 100000;
    overflow-y: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
	nav .logo_area p {
    font-size: 22px;
    margin: 0px 0 20px;
    font-weight: bold;
}
	nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
	header .inner .f_right .contact.sp {
    padding: 0;
    font-size: 12px;
}
	header .inner .f_right .contact.sp {
    padding: 0;
    font-size: 12px;
    width: 55px;
}
	.container {
    background: #F5F5F5;
    font-family: '游ゴシック';
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 53px;
}
	
	
section.renovation .inner .slide img.pc{
	display: none;
}
section.renovation .inner .slide img.sp{
	display: block;
}
	
	
section.reform .inner .slide img.pc{
	display: none;
}
section.reform .inner .slide img.sp{
	display: block;
}
	
	
.slick-next {
    top: 44%!important;
}
.slick-prev {
    top: 44%!important;
}

section.campaign{
	padding: 40px 0 10px;
}
section.campaign .inner{
	padding: 0px 10px;
	box-sizing: border-box;
}

section.campaign02{
	padding: 40px 0 40px;
}
section.campaign02 .inner{
	padding: 0px 10px;
	box-sizing: border-box;
}
section.campaign02 .inner p{
	font-size: 16px;
}
	
	
	
	
}






