  @charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 254px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

#keyVisualArea .ttl{
	text-align: left;
	color: #fff;
	font-size: 3rem;
	margin-bottom: 20px;
}
#keyVisualArea .date{
	color: #fff;
	font-size: 1.4rem;
    text-align: left;
    padding-top: 10px;
}
#keyVisualArea .ttl span {
  color: #fff;
  font-size: 2.4rem;
}

.crumb{
    margin: 0px auto;
}

.crumb li,
.crumb li a{
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
}
.crumb li:last-of-type{
	font-weight: 400;
}

.lead-txt{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
}

.ankerBtn{
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	margin: 85px 0 65px;
}
.ankerBtn li + li{
	margin-left: 20px;
}
.ankerBtn li a{
	font-weight: 500;
	display: inline-block;
	line-height: 1.3;
	padding-bottom: 20px;
	position: relative;
}
.ankerBtn li a::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 5px #6890bf;
	border-right: solid 5px #6890bf;
	transform: rotate(135deg);
	position: absolute;
	bottom: 3px;
	left: calc(100% / 2 - 5px);
}
.ankerBtn li a:hover{
	color: #6890bf;
	text-decoration: none;
}
.anker-sec{
	padding: 85px 0 90px;
}
.anker-sec:nth-child(even){
	background: #F2F8FF;
}

.theme-hd01{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.theme-hd02{
	text-align: left;
	background: #6890BF;
	font-size: 2.2rem;
	color: #fff;
	padding: 0 15px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.theme-hd02.num{
	padding: 5px 15px;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.theme-hd02.num span{
	background: #2B2828;
	color: #fff;
	padding: 0 10px;
	margin: -5px 12px -5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.theme-hd03{
	text-align: left;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.theme-hd03 .label{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	background: #6890BF;
	padding: 2px 5px;
	margin-right: 10px;
}

.theme-hd04{
	text-align: left;
	background: #D3D3D3;
	font-weight: 1.6rem;
	padding: 2px 12px 3px;
}

.anker-sec .container + .container {
	margin-top: 45px;
}
.anker-sec .container p,
.anker-sec .container li{
	text-align: left;
}
.flexBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indentList > li{
	text-indent: -1em;
	padding-left: 1em;
}
.fnt-medium{
	font-weight: 500;
}

@media screen and (max-width: 768px){
	#keyVisualArea .ttl{
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px){
	.anker-sec {
		padding: 40px 0;
	}
	.anker-sec .container + .container{
		margin-top: 30px;
	}
	.theme-hd01{
		font-size: 2.2rem;
	}
	.theme-hd02,
	.theme-hd03{
		font-size: 1.8rem;
	}
	.ankerBtn{
		display: block;
		margin: 40px 0;
	}
	.ankerBtn li + li{
		margin-left: 0;
		margin-top: 15px;
	}
}
@media screen and (max-width: 600px){
	#keyVisualArea{
		background-position: 69% center;
	}
}