/*.titleArea{
	margin-right: -15px;
    margin-left: -15px;
}*/
.pagetitle{
	width: 100%;
}
.pagetitle img{
	width: 100%;
}
.titleArea{
	margin: 0 -15px;
	padding: 30px 0;
    overflow: hidden;
	position: relative;
}
.titleArea:before{
	content: "";
	background-color: rgba(240,255,255,0.90);
	width: 100%;
	height: calc( 100% - 60px );
	position: absolute;
	top: 30px;
	left: 0;
}
.titleArea:after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../img/titelArea-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.titleArea .container{
	padding: 20px 0;
}
.titleArea h3{
	font-size: 26px;
    line-height: 45px;
    font-weight: 600;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px;
}
.titleArea .tags{
	margin-top: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.titleArea .tags .item{
	width: calc(98% / 3);
	border: solid 1px #000;
	text-align: center;
}
.titleArea .tags .item.on{
	background-color: #e4007f;
	border-color: #e4007f;
	color: #fff;
}

.innerArea{
	padding-top: 60px;
}
.innerArea .blueBox{
	background-color: #e0edf5;
    padding: 35px;
    margin: 30px 0;
    position: relative;
}
.innerArea .blueBox:before{
	content: "";
	background-image: url("../img/pointsTitle.png");
	background-repeat: no-repeat;
	position: absolute;
    top: -30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-size: contain;
    max-width: 200px;
}
.innerArea .blueBox ul{
	margin-bottom: 0;
}
.innerArea .blueBox li:nth-child(n+2){
	margin-top: 5px;
}
.innerArea h3{
	font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.case-txt {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    line-height: 2;
    font-weight: 400;
	margin-top: 30px;
}
.case-txt h4 {
    display: block;
    font-size: 1.3rem;
	font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #002F7B;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-bottom: 14px;
}
.case-txt p{
	margin-bottom: 0;
}
.case-txt .mds{
	font-weight: bold;
    background: #fabe00;
    display: inline-block;
}
.innerArea .img01{
	width: 100%;
}
.innerArea .img02{
	width: 65%;
}

@media screen and (max-width: 420px) {
	.titleArea{
		padding: 30px 15px;
	}
	.titleArea .intro, .titleArea .img{
		margin-bottom: 10px;
	}
	.titleArea .person{
		width: 75%;
	}	
	.titleArea .tags{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.titleArea .tags .item{
		width: 100%;
		margin-top: 10px;
	}
	
	.innerArea {
		padding-top: 30px;
	}
	.innerArea h3 {
		font-size: 24px;
		line-height: 40px;
	}
	.innerArea .img01, .innerArea .img02{
		width: 100%;
	}
}

/*sac追加分*/
.fs-24{
	font-size: 24px;
}
.fw600{
	font-weight: 600;
}

.pt20{
	padding-top: 20px;
}
.mb50{
	margin-bottom: 50px;
}
.mb-10{
	margin-bottom: -10px;
}
/*コンサルタント紹介*/

.intro-section{
	padding-right: 30px;
	margin-left: 15px;
	width: 100%;
}
.intro-content{
	width: 52%;
	max-width: 52%;
	flex: none;
	padding-left: 0;
}
.profile-section{
	display: flex;
	max-width: 48%;
	width: 50%;
	justify-content: space-between;
	gap: 4px;
	margin-left: 0px;
	padding-top: 5px;
}
.profile-content{
	max-width: 50%;
	flex: none;
	display: flex;
	padding: 0;
}
.person{
	width: 260px;
	height: 137px;
	overflow: hidden;
}
.person img{
	width: 170%;
	height: 137px;
	max-width: none;
	object-fit: cover;
}
.person img.p01{
	object-position: 50% 15%;
	transform: scale(1.3) translateX(-32px);
}
.person img.p02{
	object-position: 50% 13%;
	transform: scale(1.5) translateX(-19px);
	width: 157%;
}
.profile{
	width: 360px;
	font-size: 14px;
	padding-top: 3px;
	padding-left: 10px;
}
.profile p{
	margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
	.profile-section{
		gap: 10px;
	}
	.profile{
		font-size: 12px;
		padding-top: 0;
	}
}
@media screen and (max-width: 991px) {
	.intro-section{
		display: block;
	}
	.intro-content{
		width: 100%;
		max-width: 100%;
	}
	.titleArea .tags{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.profile-content{
		max-width: 80%;
	}
}
@media screen and (max-width: 767px){
	.profile-section{
		max-width: 63%;
		width: 63%;
	}
}
@media screen and (max-width: 575px){
	.profile-section{
		flex-direction: column;
	}
	.profile-content{
		max-width: 100%;
	}
	.person{
		min-width: 110px;
		max-width: 110px;
	}
}
@media screen and (max-width: 420px){
	.profile-section{
		max-width: 100%;
		width: 100%;
	}
}

/*本文*/
.case-txt ul{
	padding-left: 15px;
}
.case-txt ul li{
	list-style-type: disc !important;
}