@media only screen and (max-width: 767px) {
	.shukatsu-hero {
		padding: 0;
	}
}

.fd-hero__box {
	color: #fff;
	background: url(../img/hero.jpg) no-repeat center center/cover;
	position: relative;
	padding: 4em 2em 12em 2em;
}
.fd-hero__box:before {
	content: "";
	display: block;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.fd-hero__box {
		padding: 3% 3% 10% 3%;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.fd-hero__box {
		padding-top: 5%;
	}
}
.fd-hero__box .p-hero__ttl--l,
.fd-hero__box .p-hero__txt--l {
	position: relative;
	z-index: 10;
	text-align: left;
}
.fd-hero__box .p-hero__ttl--l {
	margin-bottom: 1em;
}
.fd-hero__box .p-hero__ttl--l span {
	border-bottom: 2px solid #fff;
}
.fd-hero__box .p-hero__txt--l {
	max-width: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.fd-hero__box .p-hero__txt--l {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.fd-hero__box .p-hero__txt--l {
		max-width: 100%;
	}
}

.ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
	.ttl-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: block;
	}
}
.ttl-wrap .policy-ttl-wrap {
	color: #0c73bd;
	font-weight: bold;
	width: 6em;
}
@media only screen and (max-width: 767px) {
	.ttl-wrap .policy-ttl-wrap {
		text-align: center;
		width: 100%;
	}
}
.ttl-wrap .policy-ttl-wrap .policy-ttl-txt {
	font-size: 1.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.ttl-wrap .policy-ttl-wrap .policy-ttl-txt {
		font-size: 1rem;
	}
}
.ttl-wrap .policy-ttl-wrap .policy-ttl-no {
	font-size: 4rem;
	line-height: 3.2rem;
}
@media only screen and (max-width: 767px) {
	.ttl-wrap .policy-ttl-wrap .policy-ttl-no {
		font-size: 3rem;
		line-height: 2.2rem;
	}
}

.ttl-policy {
	color: #0c73bd;
	font-weight: bold;
	font-size: 1.4rem;
	width: calc(100% - 6em);
}
@media only screen and (max-width: 767px) {
	.ttl-policy {
		width: 100%;
	}
}
.ttl-policy span {
	font-size: 2.2rem;
	padding: 0 0.2em;
}
@media only screen and (max-width: 767px) {
	.ttl-policy span {
		font-size: 2rem;
	}
}

.list-policy {
	margin: 0 0 4em 2em;
}
@media only screen and (max-width: 767px) {
	.list-policy {
		margin: 0 0 4em 0;
	}
}
.list-policy li {
	padding-left: 1em;
	margin-bottom: 1em;
	position: relative;
}
.list-policy li:before {
	content: "";
	display: block;
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	background: #cce6f8;
	border-radius: 50%;
	top: 0.6em;
	left: 0;
}
/* # sourceMappingURL=fd.css.map */