.box-gray h1 {
	margin-bottom: 20px;
}
.inner .inner {
    margin-left: 60px;
    margin-right: 60px;
	width: auto;
}
.box-gray.box-top {
	height: 500px;
}
.box-gray.box-top:before {
	content: "";
	display: block;
	width: calc( (100% - 1280px)/2 );
	min-width: 60px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.box-gray.box-top .inner {
    padding: 0 60px;
}
.box-interview-images {
    margin: -240px 60px 0;
	min-width: 1024px;
}
.box-interview-images>div {
    margin-bottom: 40px;
	background-color: #e8e8e8;
    background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
    padding: 65px 0 0 490px;
    height: 348px;
}
.box-interview-images div .leads {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.45;
    color: #17692f;
}
.box-interview-images div .interview-name {
	display: block;
    font-size: 30px;
    font-weight: 700;
}
.box-interview-images div .interview-position {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
}

.box-interview-image-large {
    margin: -260px 0 155px 60px;
	min-width: 1024px;
}
.box-interview-image-large>div {
    width: 1160px;
    height: 564px;
	background-size: cover;
	background-repeat: no-repeat;
    padding: 0 20px 0 605px;
	display: table-cell;
	vertical-align: middle;
}
.box-interview-image-large div p {
    font-size: 20px;
    margin-bottom: 30px;
}
.box-interview-image-large div .leads {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
	color: #17692f;
}
.box-interview-image-large div .interview-name {
	display: block;
    font-size: 30px;
    font-weight: 700;
}
.box-interview-image-large div .interview-name small {
    font-size: 16px;
    font-weight: 700;
}
.box-interview-image-large div .interview-position {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
}

.box-gray.box-gray-right.interview {
	padding: 50px 50px 20px 50px;
	margin-bottom: 150px;
}
.box-gray.box-gray-right.interview .img {
    width: 580px;
    position: absolute;
    top: -90px;
    left: -100px;
}
.box-gray.box-gray-right.interview .texts {
	margin-left: 500px;
	max-width: 54%;
}
.box-gray.box-gray-left.interview {
	padding: 50px 50px 50px 60px;
	margin-bottom: 45px;
}
.box-gray.box-gray-left.interview .img {
    width: 580px;
    position: absolute;
    top: -50px;
    right: -100px;
}
.box-gray.box-gray-left.interview .texts {
	margin-left: 60px;
	width:  calc( 100% - 520px );
}

.box-gray.interview .texts dl {
	border-left: 5px solid #17692f;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}
.box-gray.interview .texts dl dt {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.schedule {
    font-size: 14px;
    position: relative;
}
.schedule dl {
	display: flex;
	margin: 13px 0;
	position: relative;
}
.schedule dt {
	width: 100px;
	padding-left: 20px;
	flex-shrink: 0;
    align-self: flex-start;
}
.schedule.career dt {
	width: 138px;
}
.schedule dt:before {
	content: "";
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #435f6d;
	border-radius: 200em;
	margin-right: 8px;
}
.schedule dt:after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% + 15px);
	border-left: 1px solid #435f6d;
	position: absolute;
	left: 25px;
	top: 10px;
}
.schedule dl.last dt:after {
	display: none;
}
.schedule-memo {
    margin: 20px 40px;
    font-size: 14px;
}


@media screen and (max-width:767px){
	
	.inner .inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.box-gray.box-top {
		height: auto;
	}
	.box-gray.box-top:before {
		content: "";
		width: 20px;
		min-width: 20px;
	}
	.box-gray.box-top .inner {
		padding: 0;
	}
	
	.box-interview-images {
		margin: -20px 0 0;
		min-width: initial;
		max-width: 530px;
	}
	.box-interview-images>div {
		margin-bottom: 20px;
		background-position: -40px center;
		padding: 20px 10px 0 170px;
		height: 160px;
		position: relative;
	}
	.box-interview-images div .leads {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 2px;
	}
	.box-interview-images div .interview-name {
		font-size: 14px;
	}
	.box-interview-images div .interview-position {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.box-interview-images div a.btn-green {
		min-width: 130px;
		font-size: 14px;
		height: 30px;
		position: absolute;
		right: 8px;
		bottom: 8px;
	}
	
	
	.box-interview-image-large {
		margin: -10px 0 30px -15px;
		width: 100vw;
		min-width: initial;
	}
	.box-interview-image-large>div {
		width: 100vw;
		height: 200px;
		background-position: -30px center;
		padding: 0 10px 0 180px;
		display: table-cell;
		vertical-align: middle;
	}
	.box-interview-image-large div .leads {
		font-size: 18px;
		line-height: 1.25;
	}
	.box-interview-image-large div .interview-name {
		font-size: 18px;
	}
	.box-interview-image-large div .interview-name small {
		font-size: 12px;
		font-weight: 700;
	}
	.box-interview-image-large div .interview-position {
		font-size: 11px;
		margin-bottom: 0;
	}
	.box-interview-image-large p.d-block.d-md-none {
		margin: 15px;
		font-size: 14px;
	}
	
	.box-gray.box-gray-right.interview {
		padding: 0px 15px 20px 25px;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.box-gray.box-gray-right.interview .img {
		width: 100%;
		position: relative;
		top: -25px;
		left: -40px;
	}
	.box-gray.box-gray-right.interview .texts {
		margin-left: 0;
		max-width: initial;
	}
	.box-gray.box-gray-left.interview {
		padding: 0 15px 20px;
		margin-bottom: 45px;
	}
	.box-gray.box-gray-left.interview .img {
		width: 100%;
		position: relative;
		top: -25px;
		right: -35px;
		margin-left: auto;
		margin-right: 0;
	}
	.box-gray.box-gray-left.interview .texts {
		margin-left: 0;
		width: auto;
	}

	.box-gray.interview .texts {
		width: auto;
		max-width: none;
	}
	.box-gray.interview .texts dl {
	}
	.box-gray.interview .texts dl dt {
		font-size: 18px;
	}
	.schedule {
		font-size: 14px;
		margin: 10px 0 30px;
	}
	.schedule dl {
		display: flex;
		margin: 13px 0;
		position: relative;
	}
	.schedule dt {
		width: 80px;
		padding-left: 0;
	}
	.schedule.career dt {
		width: 118px;
	}
	.schedule dt:before {
	}
	.schedule dt:after {
		left: 5px;
		top: 10px;
	}
	.schedule-memo {
		margin: 20px 20px;
		font-size: 14px;
	}
	
}

.underconstruction {
    color: #fff;
    background-color: #435f6d;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 40px;
    margin-top: 65px;
}
.underconstruction small {
    display: block;
    margin-top: 15px;
    font-size: 18px;
}

@media screen and (max-width:767px){
    .underconstruction {
        font-size: 18px;
        padding: 15px;
        margin-top: 25px;
    }
    .underconstruction small {
        margin-top: 15px;
        font-size: 15px;
    }
}
