@charset "utf-8";
/*------------------------------------------------------------
	reform
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/reform/page_title_bg.jpg");
}
#main .concept {
	margin-bottom: 110px;
}
#main .concept .headLine01 {
	margin-bottom: 39px;
}
#main .concept .headLine02 {
	margin-bottom: 39px;
    text-align: center;
    font-size: 2.8rem;
}
#main .concept p {
	text-align: center;
	line-height: 1.75;
}
#main .concept .colTxt01 {
	margin-bottom: 4px;
	color: #293a69;
	font-weight: 700;
	font-size: 2.8rem;
}
#main .concept .colTxt02 {
	margin-bottom: 26px;
	color: #B84B6F;
	font-weight: 700;
	font-size: 2rem;
}
#main .concept .text01 {
	margin-bottom: 75px;
	text-align: center;
}
#main .concept .txtBox {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 20px 22px;
	width: 600px;
	position: relative;
	z-index: 1;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#main .concept .txtBox .ttl {
	margin-bottom: 10px;
	padding: 12px 10px 13px;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	background: url("../img/reform/bg01.jpg") no-repeat center center;
	background-size: cover;
}
#main .concept .txtBox .text {
	font-size: 2.2rem;
	font-weight: 700;
}
#main .concept .txtBox .text .num {
	margin: -3px 15px;
	display: inline-block;
	line-height: 1;
	color: #B84B6F;
	font-size: 5rem;
	font-weight: 700;
}
#main .concept .txtBox .text .txt {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.25;
	text-align: left;
}
#main .concept .txtBox .text .txt .sub {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
#main .concept .phoList {
	margin-top: -40px;
	flex-wrap: nowrap;
}
#main .concept .phoList li {
	width: calc(100% / 6);
}
#main .concept .phoList li img {
	width: 100%;
}
#main .mainImg {
	margin-bottom: 120px;
}
#main .topList {
	margin: 0 -1px;
}

#main .topList li {
	padding: 0 1px 1px 0;
	float: left;
	width: 68.75%;
	box-sizing: border-box;
}

#main .topList li:nth-child(2),
#main .topList li:nth-child(4) {
	padding: 0 0px 1px 0;
}

#main .topList li img,
#main .linkList li a img {
	width: 100%;
	-webkit-transition:  .8s; 
	transition: .8s;
}

#main .topList li a:hover,
#main .linkList li a:hover {
	opacity: 1;
}

#main .topList li:first-child {
	width: 100%;
}

#main .topList li.top001 {
	width: 62.5%;
}

#main .topList li.top002 {
	width: 37.5%;
}

#main .topList li:nth-child(4) {
	width: 31.25%;
	float: right;
}

#main .topList li a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}

#main .topList li a:before,
#main .linkList li a:before {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	content: "";
	z-index: 10;
	-webkit-transition:  .8s; 
	transition: .8s;
}

#main .topList li a p {
	position: absolute;
	top: 13%;
	left: 4%;
	width: 92%;
	font-size: 1.38vw;
	display: inline-block;
	font-weight: bold;
	z-index: 11;
}

#main .topList li a p .large {
	margin-bottom: 10px;
	padding-right: 4%;
	display: inline-block;
	font-size: 2.1vw;
	line-height: 1.2;
	letter-spacing: 0.2vw;
	background: url("../img/common/arrow01.png") no-repeat right center;
	background-size: auto 62%;
}

#main .topList li a p .small {
	font-weight: normal;
}
#main .point {
	margin-bottom: 120px;
}
#main .point .content .inner {
	border: 10px solid #293a69;
	padding: 50px 40px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#main .point ul {
	font-size: 13px;
	line-height: 1.8;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
}
#main .point li+li {
	margin-top: 5px;
}
#main .point li {
	position: relative;
	padding: 15px 10px 15px 40px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px;
}
#main .point li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #293a69;
	background: #293a69;
	border-radius: 20px;
}
#main .point li::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 7px;
	top: 25px;
	left: 13px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#main .point p {
	font-size: 16px;
}
#main .reason {
	padding: 110px 0 122px;
	position: relative;
	background: #f6faff;
	margin-bottom: 110px;
}
#main .reason:before {
	content: '';
	background: url("../img/common/bg06.png") no-repeat left top;
	background-size: 100% auto;
	width: 450px;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
}
#main .reason:after {
	content: '';
	background: url("../img/common/bg07.png") no-repeat right bottom;
	background-size: 100% auto;
	width: 600px;
	height: 800px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#main .reason .content {
	position: relative;
	z-index: 1;
}
#main .reason .headLine01 .col {
	color: #293a69;
}
#main .reason .cTxt {
	margin-bottom: 52px;
	text-align: center;
	line-height: 1.75;
}
#main .reason .reasonList {
	margin-top: -56px;
}
#main .reason .reasonList li {
	margin-top: 56px;
	margin-right: 2.45%;
	width: 31.7%;
}
#main .reason .reasonList li:nth-child(3n) {
	margin-right: 0;
}
#main .reason .reasonList li .ttl {
	margin-bottom: 2px;
	display: flex;
	align-items: center;
}
#main .reason .reasonList li .ttl span {
	display: block;
}
#main .reason .reasonList li .ttl .num {
	margin-right: 23px;
	color: #0FB2E9;
	font-size: 6rem;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	line-height: 1;
}
#main .reason .reasonList li .ttl .txt {
	margin-bottom: 3px;
	color: #293a69;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}
#main .reason .reasonList li .photo {
	margin-bottom: 18px;
	text-align: center;
}
#main .reason .reasonList li .text {
	text-align: justify;
	line-height: 1.75;
}
#main .case {
	margin-bottom: 121px;
	position: relative;
}
#main .case .content {
	position: relative;
	z-index: 1;
}
#main .case .cTxt {
	margin-bottom: 49px;
	text-align: center;
	line-height: 1.75;
}
#main .case .caseList {
	margin-top: -41px;
}
#main .case .caseList li {
	box-sizing: border-box;
	margin-top: 41px;
	margin-right: 2.45%;
	width: 31.7%;
	position: relative;
}
#main .case .caseList li:nth-child(3n) {
	margin-right: 0;
}
#main .case .caseList li img {
	margin-bottom: 20px;
}
#main .case .caseList li label {
	width: 120px;
	line-height: 30px;
	font-size: 16px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	color: #FFF;
}
#main .case .caseList li label.l01 { background: #887456;}
#main .case .caseList li label.l02 { background: #0FB2E9;}
#main .case .caseList li label.l03 { background: #318F88;}
#main .case .caseList li label.l04 { background: #F2A500;}
#main .case .caseList li label.l05 { background: #F380A2;}
#main .case .caseList li label+span {
	font-size: 14px;
}
#main .case .caseList li p {
	margin-top: 5px;
}
#main .case .caseList li a {
	display: block;
}
#main .case .caseList li img {
	width: 100%;
}
#main .case .caseList li a:hover {
	opacity: 0.7;
}
#main .feature {
	margin-bottom: 140px;
}
#main .feature .headLine01 {
	margin-bottom: 50px;
}
#main .feature .imgBox {
	margin-bottom: 60px;
}
#main .feature .lastBox {
	margin-bottom: 0;
}
#main .feature .imgBox .photoBox {
	width: 46.66%;
	float: left;
}
#main .feature .imgBoxR .photoBox {
	float: right;
}
#main .feature .imgBox .textBox {
	box-sizing: border-box;
	padding-top: 19px;
	width: 48.3%;
	float: right;
	line-height: 1.75;
}
#main .feature .imgBoxR .textBox {
	float: left;
}
#main .feature .imgBox .textBox h4 {
	margin-bottom: 25px;
	color: #293a69;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .feature .imgBox .textBox p {
	text-align: justify;
}
#main .service .headLine01 {
	margin-bottom: 40px;
}
#main .service p {
	text-align: center;
	line-height: 1.74;
}
#main .service .ttl {
	margin-bottom: 22px;
	color: #293a69;
	font-size: 2.8rem;
	font-weight: 700;
}
#main .service .text01 {
	margin-bottom: 27px;
	font-weight: 700;
	font-size: 2.4rem;
}
#main .service .text01 .txt {
	display: block;
	font-size: 2rem;
}
#main .service .text02 {
	margin-bottom: 69px;
}
#main .service .dlList {
	margin-bottom: 95px;
	border: 1px solid #293a69;
}
#main .service .dlList dt {
	box-sizing: border-box;
	padding: 10px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	background: #293a69;
}
#main .service .dlList dt span {
	display: block;
}
#main .service .dlList dd {
	box-sizing: border-box;
	width: calc(100% - 200px);
	padding: 20px 4.1% 22px;
	line-height: 1.75;
}
#main .service .pho {
	margin: 0 auto;
	max-width: 930px;
}

@media all and (min-width: 1024px) {
	#main .topList li a:hover:before,
	#main .linkList li a:hover:before {
		opacity: 0;
	}

	#main .topList li a:hover img,
	#main .linkList li a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	#main .concept {
		margin-bottom: 40px;
	}
	#main .concept .headLine01 {
		margin-bottom: 20px;
	}
	#main .concept .colTxt01 {
		font-size: 1.8rem;
	}
	#main .concept .colTxt02 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#main .concept .text01 {
		margin-bottom: 40px;
	}
	#main .concept .txtBox {
		padding: 15px 15px 10px;
		width: 90%;
		max-width: 600px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#main .concept .txtBox .ttl {
		margin-bottom: 5px;
		padding: 10px 5px;
		font-size: 1.6rem;
	}
	#main .concept .txtBox .text {
		font-size: 1.8rem;
	}
	#main .concept .txtBox .text .num {
		margin: -3px 10px 0 0;
		font-size: 4rem;
	}
	#main .concept .txtBox .text .txt {
		font-size: 1.6rem;
	}
	#main .concept .txtBox .text .txt .sub {
		font-size: 1.4rem;
	}
	#main .concept .phoList {
		margin-top: -20px;
		flex-wrap: wrap;
	}
	#main .concept .phoList li {
		width: calc(100% / 3);
	}
	#main .point .content .inner {
		border: 5px solid #0FB2E9;
		padding: 30px 10px;
		box-sizing: border-box;
	}
	#main .point li {
		position: relative;
		padding: 15px 10px 15px 40px;
		line-height: 30px;
		font-weight: bold;
		border-bottom: 1px solid #CCCCCC;
		font-size: 16px;
	}
	#main .reason {
		margin-bottom: 40px;
	}
	#main .reason .cTxt {
		margin-bottom: 20px;
	}
	#main .reason .reasonList {
		margin-top: -20px;
		justify-content: space-between;
	}
	#main .reason .reasonList li {
		margin-top: 20px;
		margin: 20px 0 0;
		width: 48%;
	}
	#main .reason .reasonList li .ttl .num {
		margin-right: 10px;
		font-size: 3rem;
	}
	#main .reason .reasonList li .ttl .txt {
		font-size: 1.6rem;
	}
	#main .reason .reasonList li .photo {
		margin-bottom: 10px;
	}
	#main .reason .reasonList li .text {
		font-size: 1.3rem;
	}
	#main .mainImg {
		margin-bottom: 80px;
	}
	#main .case {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	#main .reason:before {
		width: 112px;
		height: 150px;
	}
	#main .reason:after {
		width: 150px;
		height: 200px;
	}
	#main .case .cTxt {
		margin-bottom: 20px;
	}
	#main .case .caseList {
		margin-top: 0;
		display: block;
	}
	#main .case .caseList li {
		margin: 20px 0 0;
		width: auto;
	}
	#main .case .caseList li label {
		width: 90px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 10px;
		text-align: center;
		display: inline-block;
		color: #FFF;
	}
}