@charset "UTF-8";
/* CSS Document */


.container {
	padding-top: 20px;
}

.container > section:not(:last-child) {
	margin-bottom: 100px;
}


/* midashi03 */

.midashi03::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 63px;
	margin-top: -75px;
}

.contents02 .midashi03::before {
	background-image: url("../../images/interview/ico01.svg");
}

.contents03 .midashi03::before {
	background-image: url("../../images/interview/ico02.svg");
}

.contents03 .midashi03 {
	margin-bottom: 20px;
}



/* contents01 */

.contents01 {
	width: 900px;
}

.contents01 h3 {
	font-size: 32px;
color: #C30013;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	margin-bottom: 70px;
}

/* contents02 */

.contents02 {
	padding: 60px 100px;
	background-color: #F8F8FE;
}

/* contents03 */

.contents03 {
	padding: 160px 0px 100px;
	background-color: #F8F8FE;
}

/* contents04 */

.contents04 h6 {
	padding-top: 100px;
	text-align: center;
}

.contents04 h6 a {
	font-family: "Prompt", sans-serif;
	font-size: 60px;
color: #FFF;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 600;
	display: inline-block;
	padding: 20px 0px;
	width: 600px;
	background-color: #232323;
	transition: .5s;
}

.contents04 h6 a:hover {
	background-color: #C30013;
	opacity: 1;
}

/* lay01 */

.lay01 .box:not(:last-child) {
	margin-bottom: 70px;
}

.lay01 h4 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style : solid;
border-color : #C30013;
border-width : 1px;
}


/* lay02 */

.lay02 p {
	border-top-style : solid;
border-color : #C30013;
border-width : 1px;
	padding-top: 30px;
}


/* lay03 */

.lay03 {
	width: 1000px;
	background-image: url("../../images/interview/line01.svg");
background-position: left 100px top;
background-repeat: repeat-y;
}

.lay03 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.lay03 .box:not(:last-child) {
	margin-bottom: 40px;
}

.lay03 .time {
	width: 200px;
	height: 200px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	background-color: #F8F8FE;
	background-image: url("../../images/interview/time.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.lay03 .detail {
	width: 750px;
}

.lay03 h5 {
	font-family: "Prompt", sans-serif;
	font-size: 40px;
color: #C30013;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 300;
}

.lay03 h6 {
	font-size: 22px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style : solid;
border-color : #707070;
border-width : 1px;
}


/* lay04 */

.lay04 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:40px 10px;
}

.lay04 .box {
	width: 360px;
}

.lay04 a:hover {
	opacity: 1;
}

.lay04 .box-img {
	overflow: hidden;
	position: relative;
}

.lay04 .box-img img {
	transition:.5s all;
}

.lay04 .box:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}

.lay04 .box-text {
	margin-top: -30px;
	position: relative;
}


.lay04 h4 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	display: inline-block;
	padding: 10px 30px;
	background-color: #FFF;
	box-shadow: 8px 8px 0px #C30013;
	margin-left: 20px;
	position: relative;
}

.lay04 h5 {
	font-size: 22px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding: 30px 0px 5px;
}


.sp-view {
	display: none;
}

