@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#interview {
	padding-bottom: 8vw;
	}

#interview .ts {
	background: url(../ts/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .oy {
	background: url(../oy/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .hs {
	background: url(../hs/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .kf {
	background: url(../kf/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .mt {
	background: url(../mt/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .ts2 {
	background: url(../ts2/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .ak {
	background: url(../ak/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .in {
	background: url(../in/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .ss {
	background: url(../ss/img/sp/main.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#interview .main-ttl {
	margin: 0 auto;
	overflow: hidden;
	}

#interview .name-area {
	text-align: center;
	margin: 4.66vw auto 12vw;
	padding: 0 7.3vw;
	}

#interview .name {
	width: 100%;
	display: inline-block;
	font-size: 4.26vw;
	line-height: 6.4vw;
	font-weight: 700;
	letter-spacing: 0.4vw;
	border-bottom: 0.13vw solid #000;
	padding-bottom: 2.3vw;
	}

#interview .name span {
	display: block;
	}

#interview section {
	margin: 0 auto;
	padding: 0 7.3vw 5.71vw;
	}

#interview section .section-ttl {
	padding: 0 0 3.6vw 0;
	}

#interview section h3 {
	width: 83.33%;
	font-size: 5.86vw;
	line-height: 8.58vw;
	font-weight: 700;
	font-feature-settings: "palt";
    	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#interview section p {
	font-size: 3.46vw;
	line-height: 7.46vw;
	padding-bottom: 6.54vw;
	}

#interview .photo {
	margin-bottom: 11.71vw;
	}

#interview .schedule img {
	margin: 10vw 0 0;
	}

.back-btn a {
	display: block;
	width: 64.4vw;
	margin: 0 auto;
	}

.back-btn img {
	width: 64.4vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#interview {
	padding-bottom: 64px;
	}

#interview .main-area {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 120/57;
	}

#interview .ts {
	background: url(../ts/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .oy {
	background: url(../oy/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .hs {
	background: url(../hs/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .kf {
	background: url(../kf/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .mt {
	background: url(../mt/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .ts2 {
	background: url(../ts2/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .ak {
	background: url(../ak/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .in {
	background: url(../in/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .ss {
	background: url(../ss/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#interview .main-ttl {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	}

#interview .name-area {
	width: 1080px;
	text-align: center;
	margin: 22px auto 66px;
	}

#interview .name {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
	padding: 0 5px 7px;
	}

#interview .name span {
	margin-right: 1rem;
	}

#interview section {
	width: 1080px;
	margin: 0 auto;
	padding: 24px 0 61px;
	}

#interview section .section-ttl {
	padding: 0 0 34px 180px;
	}

#interview section h3 {
	font-size: 32px;
	line-height: 47px;
	font-weight: 700;
	font-feature-settings: "palt";
    	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#interview section p {
	font-size: 14px;
	line-height: 32px;
	padding: 0 180px 30px;
	}

#interview .photo {
	margin-bottom: 55px;
	}

#interview .photo img {
	width: 100%;
	height: auto;
	}

#interview .schedule img {
	margin: 40px auto 100px;
	}

.back-btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	}

}/* PC end */


/* 共通 タイトル */
.ttl-in {
	overflow: hidden;
	}

h2 {
	display: inline-block;
	}

.leftSlide {
	opacity: 0;
	}

.slideLeftRight {
	animation-name: slideTtlX100;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	opacity: 0;
	}

.slideRightLeft {
	animation-name: slideTtlX-100;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	opacity: 0;
	}

@keyframes slideTtlX100 {
from {
	transform: translateX(-100%);
	opacity: 0;
	}

to {
	transform: translateX(0);
	opacity: 1;
	}
}

@keyframes slideTtlX-100 {
from {
	transform: translateX(100%);
	opacity: 0;
	}

to {
	transform: translateX(0);
	opacity: 1;
	}
}