@charset "utf-8";
/*////////////////////////////////////
interview
////////////////////////////////////*/


@media screen and (min-width: 768px){

#profile_area{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

#profile_photo_square{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 40%;
    aspect-ratio: 322 / 250;
    border: 5px solid #ffdd00;
}

#profile_photo{
    position: relative;
    width: 40%;
    margin: 0 10% 0 0;
}

#profile_photo img{
    width: 100%;
}

#profile_word{
    position: relative;
    width: 50%;
    font-size: clamp(1.6rem,3vw,2rem);
	font-weight: 600;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2.4em;
}

#profile_word span{
    font-size: clamp(2rem,3vw,3rem);
}

#interview_area1{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-size: clamp(1.6rem,3vw,2rem);
	font-weight: 400;
    color: #333;
    letter-spacing: 0.2;
    line-height: 1.8em;
}

.interview_catch{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: clamp(3rem,10vw,4rem);
	font-weight: 700;
    color: #333;
    letter-spacing: 0.1;
}

#interview_area2{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-size: clamp(1.6rem,3vw,2rem);
	font-weight: 400;
    color: #333;
    letter-spacing: 0.1;
    line-height: 1.8em;
}

#interview_area2 span{
	font-weight: 900;
}

#interview_place_square{
    position: absolute;
    width: 30%;
	min-width: 350px;
    top:100px;
    right: -30px;
    aspect-ratio: 450 / 700;
    border: 5px solid #ffdd00;
    z-index: 1;
}

#interview_place{
    position: relative;
    width: 100%;
    z-index: 2;
}


.image_fr{
    width: 30%;
	min-width: 350px;
    float: right;
    margin-left: 50px;
	margin-bottom: 50px;
    z-index: 2;
}

.image_fr_sp{
    display: none;
}

#interview_place_square_sp{
    display: none;
}

}



@media screen and (min-width: 0px) and (max-width: 767px){

#profile_area{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

#profile_photo_square{
    position: absolute;
    top: 20px;
    left: 26%;
    width: 60%;
	aspect-ratio: 322 / 250;
    border: 4px solid #ffdd00;
}

#profile_photo{
    position: relative;
    width: 60%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#profile_photo img{
    width: 100%;
}

#profile_title {
	position: relative;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 400;
}

#profile_title span {
	font-size: 2.4rem;
	font-weight: 600;
}
#profile_word{
    position: relative;
    width: 100%;
    font-size: 1.6rem;
	font-weight: 400;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2;
}

#interview_area1{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-size: 1.6rem;
	font-weight: 400;
    color: #333;
    letter-spacing: 0.2;
    line-height: 2;
}

.interview_catch{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
    color: #333;
    letter-spacing: 0.1;
}

#interview_area2{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-size: 1.6rem;
	font-weight: 400;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2;
}

#interview_area2 span{
	font-weight: 900;
}

#interview_place{
    position: relative;
    width: 100%;
    z-index: 2;
}


.image_fr{
    display: none;
}

.image_fr_sp{
	position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
	padding-top: 50px;
}

.image_fr_sp::before {
	content: "";
	position: absolute;
    width: 100%;
    aspect-ratio: 450 / 700;
	top: 70px;
	left: 20px;
    border: 5px solid #ffdd00;
    z-index: -1;
}


}


@media screen and (min-width: 768px){
#interview_photo_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 100px;
	border-top: 5px solid #ffdd00;
	border-bottom: 5px solid #ffdd00;
}
.interview_photo {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#interview_photo_area {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
.interview_photo {
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	line-height: 0;
}
}