#interview_person .mb0{
	margin-bottom: 0;
}
.fv{
	padding-top: 18rem;
	min-height: 570px;
}
.fv-bg {
  width: 46rem;
}
.page-title.overlay-heading h1{
		font-size: 2.5rem;
		line-height: 1.6;
}
.fv .inte_tag{
	background: var(--main-color);
	color:#fff;
	padding:5px 10px;
	border-radius: 5px;
	width:fit-content;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
}
.fv .name span{
	font-weight: 600;
	font-size: 1.2rem;
}
.sec_sp_pad{

}

.interview_main{
	box-shadow: 0 4px 4px 0 #00000040;
	border-radius: 20px;
	padding:60px;
	padding-left: 125px;
	padding-right: 80px;
	padding-left: 8.5vw;
	padding-right: 5vw;
	max-width: 1130px;
	margin: auto;
	margin-bottom: 100px;
	background: #ffffffdd;
	& h2{
		margin-bottom: 20px;
		color: var(--main-color);
		font-size: 24px;
	}
	& h3{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.q_wrap{
		margin-bottom: 60px;
		& h2{
			position: relative;
			&:before{
				position: absolute;
				content:"";
				top:0;
				bottom: 0;
        left: -50px;
        margin: auto;
        width: 37px;
        height: 33px;
        background: url(../img/interview/ico_q.svg);
        background-size: cover;
			}

		}
	}
	.a_box{
		 & p{
			 margin-bottom: 1.8rem;
			 &:last-of-type{
				 margin-bottom:2.5rem;
			 }
		 }
	}
	.txt_asta{
		font-size: 14px;
	}
	.img_01{
		max-width: 650px;
		margin: auto;
		margin-bottom: 40px;
		display: block;
	}
}

#message{
	max-width: 1300px;
	margin: auto;
	margin-bottom: 100px;
	& .overlay-heading{
		margin-bottom: 70px;
	}

	& .fl{
		display: flex;
		gap:20px;
		justify-content: center;
		align-items: center;
	}
	& .mes_txt{
		max-width: 850px;
		width: 100%;
		height: fit-content;
		padding:50px;
		box-shadow: 0 0 20px 0 #46368940;
		background: #fff;
		position: relative;
		border-radius: 20px;
		& h3{
			margin-bottom: 10px;
			font-size: 20px;
			&:before{
				position: absolute;
				content:"";
				top:0;
				bottom: 0;
				right: -15px;
				margin: auto;
				width: 0;
			  height: 0;
			  border-left: 15px solid #fff;
			  border-top: 12px solid transparent;
			  border-bottom: 12px solid transparent;
			}
		}
	}
	& .mes_img{
		max-width: 270px;
	}
}


#schedule{
	background: #fff;
	max-width: 1130px;
	margin: auto;
	margin-bottom: 100px;
	padding:50px;
	box-shadow: 0 0 20px 0 #46368940;
	background: #fff;
	position: relative;
	border-radius: 20px;
	& .overlay-heading.centering{
		margin-bottom: 60px;
	}
	& .overlay-heading.centering > div {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentcolor;
    width: fit-content;
    margin-inline: auto;
		background: linear-gradient(0deg, #AF90E5, #65BEFF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: 0.1;

	}
	& table{
		width: fit-content;
		margin: auto;
		border-collapse: collapse;
	}
	& th{
		font-size: 20px;
		padding:17px ;
		padding-right: 30px;
		text-align: right;
		vertical-align: text-top;
		position: relative;
		color: var(--main-color);
		border-right: solid 1px var(--main-color);
		&:after{
			position: absolute;
			content:"";
			top:25px;
			right: -10px;
			width: 20px;
			height: 20px;
			border-radius: 40px;
			background: var(--main-color);
		}
	}
	& td{
		vertical-align: text-top;
		padding:5px ;
		padding-left: 40px;
		& li{
			position: relative;
			line-height: 2;
			padding-left: 5px;
			/* &:before{
				position: absolute;
				content:"";
				top:0;
				bottom: 0;
				left: -15px;
				margin: auto;
				width: 15px;
				height: 15px;
				background: url(../img/interview/ico_check.svg);
			} */
		}
	}
	.sch_img_01{
		position: absolute;
		left: 50px;
		top:200px;
		width: 270px;
		height: 270px;
	}
	.sch_img_02{
		position: absolute;
		right: 50px;
		top:410px;
		width: 270px;
		height: 270px;
	}
	&.miyazaki_sch{
		& .sch_img_02{
			bottom:60px;
			top:auto;
		}
	}
	&.miura_sch{
		& .sch_img_02{
			bottom:60px;
			top:auto;
		}
	}
	&.hosoo_sch{
		& .sch_img_02{
			bottom:60px;
			top:auto;
		}
	}
	&.miura_sch td{
		max-width: 300px;
		& p{
			padding-left: 10px;
			line-height: 1.4;
		}
	}
}

.other_interview{
	& .overlay-heading{
		margin-bottom: 60px;
	}
	.overlay-heading div {
		font-size: 5rem;
	}
	.fl{
		display: flex;
		gap:40px;
		justify-content: center;
		& > a{
			max-width: 270px;
			width: 100%;
			position: relative;
			& img{
				margin-bottom: 10px;
			}
			& h3{
				font-size:16px;
				margin-bottom:0.8rem;
			}
			& P{
				font-size: 0.8rem;
			}
			&::after {
				position: absolute;
				right: 0;
				bottom:0;
			    display: block;
			    content: '';
			    width: 1.6rem;
			    height: 1.6rem;
					transform:rotate(270deg);
			    background: url(../img/circle-arrow-down-blue2.svg) center / 100% 100%;
			}
		}
	}
}
@media screen and (max-width: 767px) {

	.fv-bg {
		width: 21.5rem;
		aspect-ratio: 344 / 280;
	}
	.fv{
		padding: 15.25rem 1rem 0;
		min-height: auto;
	}
	.overlay-heading {
        margin-bottom: 1.5rem;
  }
	.page-title.overlay-heading h1 {
		font-size: 1.4rem;
		top: 1rem;
	}
	.overlay-heading .overlay-heading-title{
		position: relative;
	}
	.fv-lead {
        margin-top: 2rem;
        width: auto;
        line-height: 1.6;
  }
	.sec_sp_pad{
		padding:0 20px;
	}
	.interview_main {
		 padding: 30px 20px;
		 margin-bottom: 50px;
    & .img_01 {
			width: 100%;
		}
		& .q_wrap {
      & h2 {
				font-size: 20px;
        padding-left: 35px;
				&:before {
					top: 5px;
					bottom: auto;
          left: 0px;
          width: 25px;
          height: 23px;
				}
      }
    }
		& .a_box {
        & p {
          font-size: 16px;
					margin-bottom: 16px;
        }
    }
	}
	#schedule {
		padding: 30px 20px;
		margin-bottom: 50px;
		& th {
        font-size: 20px;
        padding: 17px;
        padding-right: 20px;
        padding-left: 0;
        text-align: right;
    }
		& td {
			padding-left: 20px;
			line-height: 1.8;
			max-width: 180px;
		}
    .sch_img_01 {
        position: absolute;
        left: auto;
        right:-20px;
        top: 20px;
        top: 20px;
        width: 112px;
        height: 112px;
    }
		.sch_img_02 {
        position: absolute;
        /* right: auto;
				left:  -50px; */
        left: -30px;
        top: auto;
        bottom: -15px!important;
        width: 112px;
        height: 112px;
    }
	}
	#schedule.hosoo_sch{
		.sch_img_02 {
			bottom: -65px!important;
		}
	}
	

	#message {
		margin-bottom: 50px;
    & .fl {
        gap: 30px;
        flex-direction: column;
    }
		& .mes_img {
        max-width: 200px;
    }
		& .mes_txt {
			padding:30px 20px;
        & h3 {
					line-height: 1.4;
            &:before {
                position: absolute;
                content: "";
                top: auto;
                bottom: -15px;
                right: 0;
                left: 0;
                margin: auto;
                width: 0;
                height: 0;
                border-left: 12px solid #fff;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                transform: rotate(90deg);
            }
        }
				& p{
					font-size: 16px;
				}
    }

	}

	#oi{
		margin-bottom: 100px;
    	& .overlay-heading div {
        font-size: 2.1rem;
    	}
		& .slick-arrow{
			display: block;
			top: auto;
			bottom: -30px;
			position: absolute;
		}
		.fl a{
			margin:0 15px;
		}
		.slick-prev{
			bottom:-30px;
			right: 80px;
			position: absolute;
			&:before{
				position:absolute;
				content:"";
				top:0;
				bottom:0;
				right: 5px;
				margin: auto;
				width: 34px;
				height: 34px;
				background: url(../img/interview/ico_next.svg) no-repeat;
				background-size: cover;
				transform: rotate(180deg);
			}
		}
		.slick-next{
			bottom:-30px;
			right: 30px;
			position: absolute;
			&:before{
				position:absolute;
				content:"";
				top:0;
				bottom:0;
				right: 5px;
				margin: auto;
				width: 34px;
				height: 34px;
				background: url(../img/interview/ico_next.svg) no-repeat;
				background-size: cover;

			}
		}
		h3{
			margin-top:10px;
			font-size: 1.2rem;
		}
	}
	.breadcrumbs{
		overflow: scroll;
	}
}
