#page-title .arrow {
	max-width: 900px;
	width: 60%;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
#sec01 .block {
	margin-bottom: clamp(30px, 6vw, 80px);
	position: relative;
}
#sec01 .block .ph {
	width: 90%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec01 .block:nth-child(odd) .ph {
	margin: 0 auto 0 0;
}
#sec01 .block:nth-child(even) .ph {
	margin: 0 0 0 auto;
}
#sec01 .block .ph1 {
	background-image: url("../images/interview/ph1.jpg");
}
#sec01 .block .ph2 {
	background-image: url("../images/interview/ph2.jpg");
}
#sec01 .block .ph3 {
	background-image: url("../images/interview/ph3.jpg");
}
#sec01 .block .ph4 {
	background-image: url("../images/interview/ph5.jpg");
}
#sec01 .block .ph5 {
	background-image: url("../images/interview/ph4.jpg");
}
#sec01 .block .box {
	max-width: 590px;
	width: 70%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	padding: 35px;
}
#sec01 .block:nth-child(odd) .box {
	right: 0;
}
#sec01 .block:nth-child(even) .box {
	left: 0;
}
#sec01 .block .box .ttl {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
}
#sec01 .block .box .date {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 11px;
	display: inline-block;
	border: #333 1px solid;
	line-height: 1;
	padding: 7px 15px 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec01 .block .ph {
        width: 100%;
        height: auto;
		padding-top: 55%;
    }
	#sec01 .block .box {
        width: 94%;
        position: relative;
        bottom: auto;
		top: 100%;
		margin: -30px auto 0;
		padding: 20px;
		box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.08);
    }
	#sec01 .block .box .ttl {
        font-size: 1.1em;
        margin-bottom: 15px;
		letter-spacing: 1px;
    }
	#sec01 .block .box .date {
		padding: 7px 10px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1500px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-bottom: clamp(70px, 10vw, 150px);
}
#sec02 .ph {
	width: 100%;
	height: 900px;
	position: relative;
}
#sec02 .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec02 .box {
	max-width: 500px;
	width: 70%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 2%;
	padding: 35px;
}
#sec02 .box .ttl {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
}
#sec02 .box .date {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 11px;
	display: inline-block;
	border: #333 1px solid;
	line-height: 1;
	padding: 7px 15px 10px;
	margin-bottom: 20px;
}
#sec02 .profile {
	max-width: 1100px;
	width: 95%;
	background-color: #F7F7F7;
	display: table;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%, 0%);
	padding: 30px;
}
#sec02 .profile dt,
#sec02 .profile dd {
	display: table-cell;
}
#sec02 .profile dt {
	width: 200px;
}
#sec02 .profile dd {
}
@media screen and (max-width: 980px) {
	#sec02 .ph {
        height: 700px;
    }
	#sec02 .box {
        max-width: 450px;
        padding: 30px;
		top: 45%;
		left: 1%;
    }
    #sec02 .box .ttl {
        font-size: 1.1em;
    }
	#sec02 .profile {
		bottom: -30px;
		padding: 25px;
	}
	#sec02 .profile dt {
        width: 120px;
    }
	#sec02 .profile dd {
		font-size: 12px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 .ph {
        height: 400px;
    }
	#sec02 .box {
		max-width: 370px;
		width: 94%;
        padding: 15px 20px 1px;
		top: auto;
		left: 3%;
		bottom: 3%;
    }
	#sec02 .box .ttl {
        font-size: 1.05em;
		letter-spacing: 1px;
    }
	#sec02 .box .date {
        font-size: 10px;
        padding: 5px 10px 7px;
        margin-bottom: 15px;
    }
	#sec02 .profile {
		position: static;
		width: 100%;
		margin: 0 auto;
		transform: translate(0%, 0%);
	}
	#sec02 .profile,
	#sec02 .profile dt,
	#sec02 .profile dd {
		display: block;
	}
	#sec02 .profile dt {
		width: 100%;
		margin-bottom: 10px;
	}
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1600px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-bottom: clamp(70px, 10vw, 150px);
}
#sec03 .ph.ph-r {
	margin: 0 0 0 auto;
}
#sec03 .ph.ph-l {
	margin: 0 auto 0 0;
}
#sec03 .ph,
#sec03 .ph.ph-r,
#sec03 .ph.ph-l {
	max-width: 1300px;
	width: 90%;
	margin-bottom: clamp(30px, 4vw, 50px);
}
#sec03 .box.box-r {
	margin: 0 5% 0 auto;
}
#sec03 .box.box-l {
	margin: 0 auto 0 5%;
}
#sec03 .box,
#sec03 .box.box-r,
#sec03 .box.box-l {
	max-width: 900px;
	width: 90%;
	margin-bottom: clamp(50px, 9vw, 100px);
}
#sec03 .box dt {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
}
#sec03 .box dd {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec03 .box dt {
        font-size: 1.2em;
		letter-spacing: 1px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	position:relative;
	background:#F2F2F2;
	padding-bottom: clamp(40px, 8vw, 100px);
}
#sec04::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:-100px;
	height:300px;
	background:#F2F2F2;
	transform: skewY(8deg);
	z-index:-1;
}
#sec04 .ttl1 {
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
	z-index: 1;
	margin-left: 5%;
	margin-bottom: 60px;
}
#sec04 .ttl1 span {
	display: block;
	line-height: 1;
	font-size: 3em;
	letter-spacing: 1px;
}
#sec04 .ph {
	max-width: 220px;
	width: 26%;
	position: absolute;
	right: 3%;
	bottom: 100%;
	margin-bottom: -120px;
	z-index: 0;
}
#sec04 .inner {
	max-width: 800px;
	width: 80%;
	margin: 0 auto 0 10%;
	margin-bottom: clamp(40px, 6vw, 70px);
}
#sec04 .inner dl {
	width: 100%;
	display: table;
}
#sec04 .inner dt,
#sec04 .inner dd {
	display: table-cell;
	padding: 20px;
}
#sec04 .inner dt {
	font-size: 1.6em;
	line-height: 1;
	text-align: right;
	width: 110px;
	padding-left: 0;
}
#sec04 .inner dd {
	line-height: 1.6;
	border-left: #666 1px dashed;
}
#sec04 .inner dd h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 5px;
}
#sec04 .ph-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
}
#sec04 .ph-set li {
	width: 47%;
	margin: 1.5%;
}
@media screen and (max-width: 980px) {
	#sec04 .ttl1 span {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 680px) {
	#sec04::before {
        top:-40px;
        height:200px;
    }
	#sec04 .ttl1 span {
		font-size: 1.8em;
	}
	#sec04 .ph {
        right: -2%;
        margin-bottom: -70px;
    }
	#sec04 .inner {
		max-width: 500px;
        width: 100%;
        margin: 0 auto;
		margin-bottom: clamp(40px, 6vw, 70px);
    }
	#sec04 .inner dt,
    #sec04 .inner dd {
        padding: 15px;
    }
	#sec04 .inner dt {
        font-size: 1.1em;
        width: 80px;
		padding-left: 0;
		letter-spacing: 1px;
    }
	#sec04 .inner dd h6 {
        font-size: 1.1em;
    }
}
/* --------------------------------------------------- */
#sec05 {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */




