@charset "UTF-8";

.pagehead-img {
    object-position: -20px -83px;
}
@media screen and (max-width: 900px){
	.pagehead-img {
		object-position: -20px center;
	}
}

.pagehead-img-wrap::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 80%, #fff 95%);
}

@media screen and (min-width: 1440px){
	.pagehead-ttl {
		width: 45%;
	}
}
.p-txt01--right{
	text-align: right;
}
@media screen and (max-width: 767px){
	.p-txt01--right{
		font-size: calc(1.4* var(--base-unit));
	}
}
.participant__img {
	height: auto;
}
.img-wrap--position-top img{
    object-position: top;
}
.img-wrap--position-right img {
    object-position: right;
}
.interview__txt-inner--clear-both{
	clear: both;
}
.participant__img {
    image-rendering: -webkit-optimize-contrast;
}
.intro {
    padding: 30px 19px 50px;
}
.interview__lead--clear-both{
	clear: both;
}
.img-wrap--illustration {
    padding: 0 0 30px;
	max-width: 780px;
	margin: 0 auto;
}