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

/*-----------
-----共通-----
-------------*/



@keyframes flipdown {
0% {
opacity: 0;
transform-origin: top center;
transform: rotateX(-90deg);
}
5% {
opacity: 1;
}
80% {
transform: rotateX(8deg);
}
83% {
transform: rotateX(6deg);
}
92% {
transform: rotateX(-3deg);
}
100% {
transform-origin: top center;
transform: rotateX(0deg);
}
}



@media screen and (max-width: 750px) {
/*---Q&A SP---*/
	.qa{background-color: #FFF4F9;}
	.qa .tit_qa{margin:0 auto; padding-top:20px; width: 90%; display: block;}
.qa .txt{font-size: 120%;}
	
.qa_box{background-color: #FFF4F9; position: relative; padding: 0; }
.qa_box img{padding-bottom: 20px;}

.qa_box *, .qa_box *:before, .qa_box *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.qa_box label {
position: absolute;
z-index: 10;
bottom: 0;
width: 100%;
height: 100%; /* グラデーションの高さ */
cursor: pointer;
text-align: center;
/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255,244,249,0.1) 0%, rgba(255,244,249,1) 90%);

}
.qa_box input:checked + label {
background: inherit; /* 開いた時にグラデーションを消す */
height: 0;
}
.qa_box label:after {
line-height: 5.5rem;
position: absolute;
z-index: 50;
bottom: 25px;
left: 50%;
width: 16rem;
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: '\f107'' 詳細を読む';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 50px;
background-color:#FF73A3;
}
.qa_box input {
display: none;
}
.qa_box .no_container {
width: 86%;
margin: 0 auto;
display: block;
overflow: hidden;
height: 265px; /* 開く前に見えている部分の高さ */
transition: all 0.5s;
line-height: 150%;
}
.qa_box input:checked + label {
/* display: none ; 閉じるボタンを消す場合解放 */
}
.qa_box input:checked + label:after {
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: '\f106'' 閉じる';
}
.qa_box input:checked ~ .no_container {
height: auto;
padding-bottom: 140px; /* 閉じるボタンのbottomからの位置 */
transition: all 0.5s;
}

/*---卒業生インタビューSP---*/
.success_box *, .success_box *:before, .success_box *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.success_box label {
position: absolute;
z-index: 10;
bottom: 0;
width: 100%;
height: 50%; /* グラデーションの高さ */
cursor: pointer;
text-align: center;
/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);

}
.success_box input:checked + label {
background: inherit; /* 開いた時にグラデーションを消す */
height: 0;
}
.success_box label:after {
line-height: 4.5rem;
position: absolute;
z-index: 50;
bottom: 25px;
left: 50%;
width: 16rem;
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: '\f107'' 詳細を読む';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 50px;
background-color:#FF73A3;
}
.success_box input {
display: none;
}
.success_box .no_container {
width: 86%;
margin: 0 auto;
display: block;
overflow: hidden;
height: 265px; /* 開く前に見えている部分の高さ */
transition: all 0.5s;
line-height: 150%;
}
.success_box input:checked + label {
/* display: none ; 閉じるボタンを消す場合解放 */
}
.success_box input:checked + label:after {
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: '\f106'' 閉じる';
}
.success_box input:checked ~ .no_container {
height: auto;
padding-bottom: 140px; /* 閉じるボタンのbottomからの位置 */
transition: all 0.5s;
}


/*---在学生インタビューSP---*/
#itv{width: 95%; margin: 0 auto; display: block; }
#itv img{width: 90%; display: block; margin: 20px auto;}

#itv .transition, p, ul li i:before, ul li i:after {
transition: all 0.25s ease-in-out;
}

#itv .flipIn, h1, ul li {
animation: flipdown 0.5s ease both;
}

#itv .no-select, h2 {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.itv_box{}
.itv_box .img_title{width: 60%; display: block; margin: 0 auto;}
.itv_sp{width: 90%; display: block;margin: 40px auto 20px auto;}
.itv_pc{display: none;}

#itv .itv_box h1, h2 {
color: #000000;
}

#itv .itv_box h1 {
text-transform: uppercase;
font-size: 36px;
line-height: 42px;
letter-spacing: 3px;
font-weight: 100;
}


#itv .itv_box h2 {
font-size: 130%;
line-height: 160%;
font-weight: 300;
letter-spacing: 1px;
display: block;
background-color: #9cbe58;
margin: 0;
padding: 10px 20px 10px 10px;
cursor: pointer;
color: #fff;
}

#itv .itv_box p {
color: #333;
font-size: 110%;
line-height: 160%;
letter-spacing: 1px;
position: relative;
overflow: hidden;
max-height: 800px;
opacity: 1;
transform: translate(0, 0);
margin-top: 14px;

z-index: 2;
}

#itv .itv_box ul {
list-style: none;
perspective: 900;
padding: 0;
margin: 0;
}
#itv .itv_box ul li {
position: relative;
padding: 0 0 10px 0;
margin: 0;
border-top: 1px dotted #fff;
}
#itv .itv_box ul li:nth-of-type(1) {
animation-delay: 0.5s;
}
#itv .itv_box ul li:nth-of-type(2) {
animation-delay: 0.75s;
}
#itv .itv_box ul li:nth-of-type(3) {
animation-delay: 1s;
}
#itv .itv_box ul li:last-of-type {
padding-bottom: 0;
}
#itv .itv_box ul li i {
position: absolute;
transform: translate(-6px, 0);
margin-top: 18px;
right: 12px;
}
#itv .itv_box ul li i:before, .itv_box ul li i:after {
content: "";
position: absolute;
background-color: #FFFFFF;
width: 3px;
height: 9px;
}
#itv .itv_box ul li i:before {
transform: translate(-2px, 0) rotate(45deg);
}
#itv .itv_box ul li i:after {
transform: translate(2px, 0) rotate(-45deg);
}
#itv .itv_box ul li input[type=checkbox] {
position: absolute;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
#itv .itv_box ul li input[type=checkbox]:checked ~ p {
margin-top: 0;
max-height: 0;
opacity: 0;
transform: translate(0, 50%);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:before {
transform: translate(2px, 0) rotate(45deg);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:after {
transform: translate(-2px, 0) rotate(-45deg);
}



}

/* -----------PC----------- */
@media screen and (min-width: 751px){
/*---Q&A PC---*/
	.qa{background-color: #FFF4F9; padding-bottom: 40px;}
	.qa .tit_qa{width: 25%; display: block; margin: 40px auto 0 auto; padding: 40px;}
	.qa .sub_qa{width: 30%; display: block; margin: 10px auto;}
	.qa .txt{font-size: 120%;}
	

	
.qa_box *, .qa_box *:before, .qa_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_box {position: relative;}
.qa_box p img{width: 50%; display: block; margin: 0 auto;  padding-bottom: 20px;}
	.qa_box .photo img{ width: 60%; display: block; margin: 0 auto;}
	.qa_box label {
	position: absolute;
	display: none;
	z-index: 10;
	bottom: 0;
	width: 100%;
	/*height: 100%;  グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.qa_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
	height: 0;
}
.qa_box label:after {
	line-height: 5.5rem;
	position: absolute;
	z-index: 50;
	bottom: 11px;
	/*left: 40%;*/
	width: 16rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f107'' 詳細を読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 50px;
	background-color:#F2B906;
}
.qa_box input {
	display: none;
}
.qa_box .no_container {
	width: 60%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	/*height: 200px; * 開く前に見えている部分の高さ */
	transition: all 0.5s;
	line-height: 175%;
	
}
.qa_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.qa_box input:checked ~ .no_container {
	height: auto;
	padding-bottom: 100px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.qa_box .box_message{ width: 80%; display: block; margin: 0 auto 70px auto; background-color: #ffffff; padding: 5px; line-height: 150%;}
.qa_box .box_message h3{border-bottom: #1660ab solid 2px; }	
	
.success_box input:checked + label:after {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f106'' 閉じる';
}

/* 卒業生にインタビュー*/
.success_box *, .success_box *:before, .success_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.success_box label {
position: absolute;
z-index: 10;
bottom: 0;
width: 100%;
height:50%; /* グラデーションの高さ */
cursor: pointer;
text-align: center;
/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);

}

.success_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
	height: 0;
}
.success_box label:after {
	line-height: 4.5rem;
	position: absolute;
	z-index: 50;
	bottom: 30px;
	/* left: 40%; */
	width: 16rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f107'' 詳細を読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 50px;
	background-color:#FF73A3;
}
.success_box input {
	display: none;
}
.success_box .no_container {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	height: 185px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	line-height: 175%;
	
}
.success_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.success_box input:checked + label:after {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f106'' 閉じる';
}
.success_box input:checked ~ .no_container {
	height: auto;
	padding-bottom: 100px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}	
	
/*---在学生インタビューPC---*/
#itv{width: 60%; margin: 0 auto; display: block; }
#itv img{width: 60%; display: block; margin: 20px auto;}

#itv .transition, p, ul li i:before, ul li i:after {
transition: all 0.25s ease-in-out;
}

#itv .flipIn, h1, ul li {
animation: flipdown 0.5s ease both;
}

#itv .no-select, h2 {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.itv_box{width: 80%; display: block; margin: 0 auto;}
.itv_box .img_title{width: 70%; display: block; margin: 0 auto;}
.itv_sp{display: none;}
.itv_pc{width: 60%; display: block;margin: 40px auto 0 auto;}

#itv .itv_box h1, h2 {
color: #000000;
}

#itv .itv_box h1 {
text-transform: uppercase;
font-size: 36px;
line-height: 42px;
letter-spacing: 3px;
font-weight: 100;
}


#itv .itv_box h2 {
font-size: 110%;
line-height: 160%;
font-weight: 300;
letter-spacing: 1px;
display: block;
background-color: #9cbe58;
margin: 0;
padding: 10px;
cursor: pointer;
color: #fff;
}

#itv .itv_box p {
color: #333;
font-size: 110%;
line-height: 160%;
letter-spacing: 1px;
position: relative;
overflow: hidden;
max-height: 800px;
opacity: 1;
transform: translate(0, 0);
margin-top: 14px;

z-index: 2;
}

#itv .itv_box ul {
list-style: none;
perspective: 900;
padding: 0;
margin: 0;
}
#itv .itv_box ul li {
position: relative;
padding: 0 0 10px 0;
margin: 0;
border-top: 1px dotted #fff;
}
#itv .itv_box ul li:nth-of-type(1) {
animation-delay: 0.5s;
}
#itv .itv_box ul li:nth-of-type(2) {
animation-delay: 0.75s;
}
#itv .itv_box ul li:nth-of-type(3) {
animation-delay: 1s;
}
#itv .itv_box ul li:last-of-type {
padding-bottom: 0;
}
#itv .itv_box ul li i {
position: absolute;
transform: translate(-6px, 0);
margin-top: 16px;
right: 12px;
}
#itv .itv_box ul li i:before, .itv_box ul li i:after {
content: "";
position: absolute;
background-color: #FFFFFF;
width: 3px;
height: 9px;
}
#itv .itv_box ul li i:before {
transform: translate(-2px, 0) rotate(45deg);
}
#itv .itv_box ul li i:after {
transform: translate(2px, 0) rotate(-45deg);
}
#itv .itv_box ul li input[type=checkbox] {
position: absolute;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
#itv .itv_box ul li input[type=checkbox]:checked ~ p {
margin-top: 0;
max-height: 0;
opacity: 0;
transform: translate(0, 50%);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:before {
transform: translate(2px, 0) rotate(45deg);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:after {
transform: translate(-2px, 0) rotate(-45deg);
}



}
