@charset "UTF-8";

/**
 * オリジナルcss
 */

.reform_mainvisual_area_wrap {
	position: relative;
	padding-top: 70px;
}

.reform_mainvisual_area_wrap:before {
	display: block;
	content: "";
	padding-top: calc(104100% / 2049);
}

.reform_mainvisual_area_bg, 
.reform_mainvisual_area_bg_sp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.reform_mainvisual_area_bg_sp {
	display: none;
}

.reform_mainvisual_area_bg img, 
.reform_mainvisual_area_bg_sp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reform_mainvisual_content {
	position: absolute;
	width: 1000px;
	padding-left: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.reform_mainvisual_content h1 {
	color: #fff;
	font-size: 70px;
	margin: 0;
}

.reform_mainvisual_content p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 16px 0;
}

.breadcrumbs_reformtop {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_event .top_title_h2 {
	margin-top: 0;
}

.top_works {
	margin-top: 50px;
	padding-top: 10px;
	background: #fff;
}

.top_works .top_title_h2 {
	margin-top: -46px;
}

.reform_search {
	background: #4B5776;
	text-align: center;
	color: #fff;
	font-size: 35px;
	padding: 54px 10px;
	margin-top: 100px;
	margin-bottom: 45px;
}

.reform_search_list {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.reform_search_list li {
	display: inline-block;
	margin-right: 2%;
	position: relative;
	width: calc(94% / 4);
	margin-bottom: 12px;
}

.reform_search_list li:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.reform_search_list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #161616;
	text-decoration: none;
	text-align: center;
}

.reform_search_list li:nth-child(4n) {
	margin-right: 0;
}

.reform_search_list li a h3 {
	margin-top: 18px;
	margin-bottom: 10px;
	display: inline-block;
	background:linear-gradient(transparent 60%, #ECC000 60%);

}

.reform_search_list_image {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}

.reform_search_list_image {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.reform_search_list_arrow {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.reform_point_wrap {
	margin-bottom: 100px;
}

.reform_point_header {
	text-align: center;
	margin-top: 100px;
}

.reform_point_header h3 {
	font-size: 20px;
	color: #656565;
	margin: 0;
}

.reform_point_header h2 {
	font-size: 50px;
	color: #656565;
	margin: 0;
}

.reform_point {
	background-image: url("../images/page/reform/reform_point_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 60px;
	margin-top: -36px;
}

.reform_point ul {
}

.reform_point ul li {
	position: relative;
	width: calc(96% / 3);
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.reform_point ul li:nth-child(3n) {
	margin-right: 0;
}

.reform_point ul li:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.reform_point ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #ECC000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
}

.reform_point_point {
	margin-top: 12px;
	font-size: 16px;
}

.reform_point_num {
	font-size: 35px;
}

.reform_point ul li a h3 {
	font-size: 23px;
	margin: 0;
	height: 4em;
	position: relative;
}

.reform_point ul li a h3 span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.reform_point_image {

}

.reform_point_more {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
}

.reform_point_more_text {
	font-size: 12px;
}

.reform_point_more_image {
	display: block;
	margin: 0 auto;
}

.reform_top_flow_wrap {
	background: #fff;
	padding: 10px;
	margin-bottom: 100px;
}

.reform_top_flow {
	background: #FCF5EA;
	padding: 60px 40px 80px 40px;
}

.reform_top_flow h2 {
	font-size: 40px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 70px;
}

.reform_top_flow li {
	width: calc((100% + 60px) / 7);
	display: inline-block;
	vertical-align: top;
}

.reform_top_flow li:last-child {
	width: calc(((100% + 60px) / 7) - 60px);
}

.reform_top_flow_image {
	position: relative;
	width: 100%;
}
.reform_top_flow_image:before {
	content: "";
	display: block;
	padding-top: calc(100% - 60px);
}

.reform_top_flow li:last-child .reform_top_flow_image:before {
	padding-top: 100%;
}

.reform_top_flow_image img {
	position: absolute;
	width: calc(100% - 60px);
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.reform_top_flow li:last-child .reform_top_flow_image img {
	width: 100%;
}

.reform_top_flow_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 15px;
	width: 30px;
	height: 30px;
}

.reform_top_flow_arrow img {
	width: auto;
	height: auto;
}

.reform_top_flow li h3 {
	font-size: 16px;
	text-align: center;
	padding-right: 15px;
}

.reform_top_flow li:last-child h3 {
	padding-right: 0;
}

.reform_top_flow .top_more {
	margin-top: 60px;
	margin-bottom: 0;
}

.reform_banner_area {
	background: #D0770F;
	padding: 13px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.reform_banner_area a {
	text-decoration: none;
	color: #161616;
}

.reform_banner_area h2 {
	color: #fff;
	text-align: center;
}

.reform_banner_area h2 br {
	display: none;
}

.reform_banner_main {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.reform_banner_more {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 14px;
	font-weight: bold;
}

.reform_banner_more img {
	display: block;
}


@media screen and (max-width: 1200px) {
	.breadcrumbs {
		width: 100%;
	}
	
	.reform_top_flow ul {
		text-align: center;
	}
	
	.reform_top_flow li {
		width: calc(100% / 3);
		margin-bottom: 24px;
	}
	.reform_top_flow li:last-child {
		width: calc((100% / 3) - 60px);
	}
}
@media screen and (max-width: 1110px) {
	.reform_mainvisual_content {
		width: 100%;
	}
	
	.reform_mainvisual_content h1 {
		font-size: 55px;
	}
	
}
@media screen and (max-width: 1000px) {
	.reform_point ul li, 
	.reform_point ul li:nth-child(3n) {
		display: block;
		margin-right: 0;
		width: 330px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:900px){
	.top_event .top_more {
		margin-bottom: 45px;
	}
	
	.reform_search {
		font-size: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.reform_point_header {
		margin-top: 45px;
	}
	
	.reform_point_header h3 {
		font-size: 14px;
	}
	
	.reform_point_header h2 {
		font-size: 27px;
	}
	
	.reform_top_flow {
		padding: 35px 10px;
	}
	
	.reform_top_flow h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	.reform_banner_main {
		padding-bottom: 40px;
	}
	
	.reform_banner_more {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media screen and (max-width:740px){
	.reform_mainvisual_area_wrap:before {
		padding-top: calc(80000% / 750);
	}
	
	.reform_mainvisual_area_bg {
		display: none;
	}
	
	.reform_mainvisual_area_bg_sp {
		display: block;
	}
	
	.reform_mainvisual_content h1 {
		font-size: 50px;
	}
	
	
	.reform_search_list li {
		width: calc(98% / 2);
	}
	
	.reform_search_list li:nth-child(2n) {
		margin-right: 0;
	}
	
	.reform_top_flow li, 
	.reform_top_flow li:last-child {
		width: 100%;
		letter-spacing: -.4em;
		position: relative;
		margin-bottom: 60px;
	}
	
	.reform_top_flow li:last-child {
		margin-bottom: 0;
	}
	
	.reform_top_flow_image {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	
	.reform_top_flow_image:before {
		content: none;
	}
	
	.reform_top_flow_image img, 
	.reform_top_flow li:last-child .reform_top_flow_image img {
		position: static;
		width: 120px;
	}
	
	.reform_top_flow_arrow {
		top: auto;
		left: calc(100% - 15px);
		bottom: -50px;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
	
	.reform_top_flow_arrow img {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		width: auto;
	}
	
	.reform_top_flow li h3 {
		letter-spacing: normal;
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: left;
	}
	
	.reform_banner_area h2 {
		font-size: 22px;
	}
	
	.reform_banner_area h2 br {
		display: inline;
	}
	
	body.reform .top_works {
		background: none;
	}
	
	.reform_search_list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
	.reform_mainvisual_content h1 {
		font-size: 40px;
	}
	
	.reform_mainvisual_content p {
		font-size: 14px;
	}
}

