@charset "UTF-8";

.reform_article{
	width: 100%;
}
#reform_topimg{
	background: url(../img/reform/reform_topbg.jpg) center center no-repeat;
	background-size: cover;
	height: 600px;
	padding: 80px 0;
}
#reform_staff{
	margin-top: -50px;
}
#reform_staff .wrap1160{
	background-color: #fff;
	padding-top: 50px;
}
#reform_staff ul{
	counter-reset:count;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#reform_staff ul li{
	width: 200px;
	padding-top: 40px;
	margin-right: 100px;
	margin-bottom: 60px;
}
#reform_staff ul li:nth-of-type(even){
	padding-top: 0;
}
#reform_staff ul li:nth-of-type(4n){
	margin-right: 0;
}

.modalopen > div figure{
	counter-increment:count;
	position: relative;
}
.modalopen > div .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 300px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	
}
.modalopen > div figure img{
	position: relative;
	z-index: 10;
}
.modalopen > div figure::before{
	content: counter(count, decimal-leading-zero);
	font-family: Oswald;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	display: block;
	background-color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 15;
}
#reform_staff ul li:nth-of-type(odd) .modalopen > div figure::before{
	border: 5px solid #33b763;
	color: #33b763;
}
#reform_staff ul li:nth-of-type(even) .modalopen > div figure::before{
	border: 5px solid #2e9994;
	color: #2e9994;
}
.modalopen > div figure::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -40px;
	z-index: 1;
}
#reform_staff ul li:nth-of-type(odd) .modalopen > div figure::after{
	top: -40px;
	background-color: #CDEDD8;
}
#reform_staff ul li:nth-of-type(even) .modalopen > div figure::after{
	top: 40px;
	background-color: #D6EBEA;
}
.m_name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 13;
	margin-top: -25px;
}
#reform_staff ul li:nth-of-type(odd) .m_name{
	justify-content: flex-end;
	right: -20px;
}
#reform_staff ul li:nth-of-type(even) .m_name{
	justify-content: flex-start;
	flex-direction: column-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
	left: 20px;
}
.m_name .name_ja{
	padding: 5px 15px;
	font-size: 18px;
	background-color: #fff;
}
.m_name .name_en{
	width: 100%;
	font-size: 50px;
	line-height: 45px;
	margin-top: -5px;
}
#reform_staff ul li:nth-of-type(odd) .m_name .name_ja{
	border: 5px solid #33b763;
	color: #33b763;
}
#reform_staff ul li:nth-of-type(even) .m_name .name_ja{
	border: 5px solid #2e9994;
	color: #2e9994;
}
#reform_staff ul li:nth-of-type(odd) .m_name .name_en{
	color: #33b763;
	text-align: right;
}
#reform_staff ul li:nth-of-type(even) .m_name .name_en{
	color: #2e9994;
}
#reform_staff ul li a{
	display: block;
	position: relative;
}
#reform_staff ul li a .mask{
	display: block;
	padding-top: 45%;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 300px;
	background-color: rgba(0,0,0,0.6);
	z-index: 11;
	opacity: 0;
	transition: .4s;
}
#reform_staff ul li a:hover .mask{
	opacity: 1;
}
#reform_staff ul li a .mask .icon,
#reform_staff ul li a .mask .txt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
}
.modal > div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.modal_content{
	width: 740px;
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.mdl_left{
	width: 190px;
}
.mdl_right{
	width: 428px;
}

.mdl_left .shozoku{
	font-size: 14px;
}
.mdl_left .name{
	font-size: 24px;
	line-height: 1.4;
}
.mdl_left .name span{
	display: block;
	color: #00a53c;
	font-size: 14px;
	font-weight: 400;
}

.balloon {
	padding-bottom: 8px;
}
.balloon span {
	font-size: 1.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 3px 20px 0;
	border-radius: 50px;
	color: #fff;
	background: #00a53c;
	position: relative;
}
.balloon span::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #00a53c;
}
.balloon span img {
	width: 14px;
	margin-right: 10px;
	margin-top: -6px;
}

.mdl_right .copy{
	color: #00a53c;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.mdl_right dl dt{
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
}
.mdl_right dl dd{
	font-size: 16px;
}

.model_box a{
	box-shadow: initial;
}
.reform_area{
	line-height: 1.3;
	margin: 15px 0;
	font-size: 16px;
}
.reform_area .icon img{
	width: 13px;
	margin-right: 5px;
	display: inline;
}
.reform_title{
	font-size: 20px;
	line-height: 1.4;
}
.reform_article figure{
	border-radius: 5px;
	overflow: hidden;
    height: 270px;
    background: #c7c7c7;
}
.reform_article figure img{
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.ttl_sec{
	margin-bottom: 40px;
}
#reform_caseslide{
	padding: 60px 0;
}

#reform_process .wrap{
	background-color: #ccedd8;
	padding: 40px 20px;
}
#reform_process .bgwhite{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.process_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}
.process_top li{
	width: 114px;
	height: 320px;
	border-radius: 5px;
	background-color: #00a53c;
	padding: 20px;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}
.process_top li:nth-of-type(-n+3){
	background-image: url(../img/reform/freeprice.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.process_top li:nth-of-type(-n+7)::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: calc(50% - 6.5px);
	left: calc(100% + 9px);
}

.ti_step > div,
.process_top li > div{
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #00a53c;
	font-size: 36px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 8px;
	margin-bottom: 20px;
	text-align: center;
}
.ti_step > div span,
.process_top li > div span{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.process_top li > p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fffefe;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.ti_step{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}
.ti_step > div{
	color: #fff;
	background-color: #00a53c;
	margin-bottom: 0;
	margin-right: 24px;
}
.ti_step > div span{
	color: #fff;
}


#step1 .btn{
	margin: 10px 0;
}
#step1 .tel_area_wrap > p{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 20px;
}
#step1 .tel_area {
	display: flex;
	flex-wrap: wrap;
}
#step1 .tel_area p {
	/*margin-right: 10px;*/
}
#step1 .tel_area p:last-child {
	margin-right: 0;
}
#step1 .tel_area p a {
	font-size: 28px;
	color: #00a53c;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
	padding: 4px 0;
	margin-right: 15px;
	pointer-events: none;
}
#step1 .tel_area .pref {
	font-size: 12px;
	color: #323232;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	border: 2px solid #323232;
	width: 50px;
	height: 30px;
	line-height: 27px;
	margin-right: 10px;
}
#step1 .tel_area .icon {
	width: 53px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}


#event{
	background-color: #e6e6e6;
	padding: 60px 0;
}
#event .bg{
	background: none;
    padding-bottom: 0;
}



@media screen and (max-width: 767px){
	#reform_topimg{
		height: auto;
		padding-top: 40px;
	}
	#reform_staff ul{
		justify-content: space-around;
	}
	#reform_staff ul li{
		margin-right: 0;
	}
	#reform_staff ul li a .mask .icon img{
		width: auto;
	}
	.balloon span {
		font-size: 14px;
		height: 40px;
		padding: 0 20px 0;
	}
	.mdl_right .copy{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mdl_right dl dt{
		padding-bottom: 0;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.modal_content{
		max-width: 92vw;
		padding: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.mdl_right{
		width: 100%;
		margin-top: 20px;
	}
	.mdl_left figure img{
		width: 200px;
		height: 200px;
		object-fit: cover;
		object-position: top center;
	}
	.mdl_right dl dd{
		font-size: 14px;
	}
	.slick-arrow{
		top: 33vw;
	}
	.process_top{
		justify-content: flex-start;
	}
	.process_top li{
		margin-right: 0;
		margin-bottom: 15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
		height: auto;
	}
	.ti_step > div,
	.process_top li > div{
		width: 60px;
		height: 60px;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 0;
		margin-right: 8px;
	}
	.ti_step > div span,
	.process_top li > div span{
		font-size: 14px;
		line-height: 1;
	}
	.process_top li > p {
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		font-size: 16px;
		line-height: 1.4;
	}
	.process_top li:nth-of-type(-n+7)::after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 6.5px 0 6.5px;
		border-color: #000000 transparent transparent transparent;
		top: calc(100% + 2px);
		left: calc(50% - 6.5px);
	}
	#reform_process .bgwhite{
		padding: 20px 10px;
	}
	#step1 .tel_area_wrap > p img{
		width: auto;
	}
	#step1 .tel_area p{
		width: 100%;
        margin-right: 0;
	}
	.ti_step > div{
		min-width: 60px;
	}
	#step1 .tel_area p a{
		font-size: 6vw;
	}
    #reform_process .wrap{
        width: 100%;
    }
    div.tel_area p a span.oswald{
        font-size: 7vw;
    }
    .foot02{
        margin-bottom: 0;
    }
    
}













