@charset "utf-8";

/* ---------------------------------------- 
 - 一覧ページ
---------------------------------------- */
/* main_title */
#main_title {
	position: relative;
	padding: 100px 0 60px;
	overflow: hidden;
	min-height: 510px;
}
#main_title .bg {
	position: absolute;
	top:75px;
	left:50%;
	transform: translate(-50% , 0);
	width: 1366px;
	margin: auto;
	z-index: -1;
}
#main_title .ttl {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.6;
	font-weight: 700;
}
#main_title .ttl span {
	position: relative;
	padding-bottom: 5px;
}
#main_title .ttl span::before {
    position: absolute;
    bottom: 0;
    content: '';
    background: #222;
    display: inline-block;
    width: 100%;
    height: 3px;
}
#main_title .catch {
	margin: 0 auto 120px;
	text-align: center;
	font-size: 6.3rem;
	line-height: 1.4;
	font-weight: 700;
	text-shadow: 0 0 35px #fff;
}
#main_title .catch > span {
	font-size: 7rem;
}
#main_title .catch > span > span {
	font-size: 10rem;
}
#main_title .lead {
	margin: 0 auto;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
}
@media screen and (min-width: 1366px) {
	#main_title .bg {
		width: 1920px;
		top:-10px;
	}
}
@media screen and (max-width: 1024px) {
	#main_title {
		min-height: auto;
	}
	#main_title .bg {
		top:4vw;
        width: 140vw;
	}
	#main_title .ttl {
		margin-bottom: 3vw;
		font-size: 3.4vw;
	}
	#main_title .catch {
		margin-bottom: 8vw;
		font-size: 6.3vw;
	}
	#main_title .catch > span {
		font-size: 7vw;
	}
	#main_title .catch > span > span {
		font-size: 10vw;
	}
	#main_title .lead {
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 768px) {
	#main_title {
		padding: 10vw 0;
	}	
	#main_title .bg {
		width: 100%;
	}
	#main_title .ttl {
		margin-bottom: 4.5vw;
		font-size: 4.5vw;
	}
	#main_title .catch {
		margin-bottom: 10vw;
		letter-spacing: 0;
	}
	#main_title .lead {
		font-size: 1.5rem;
	}
}

/* profile_list */
.main_list {
	margin: 0 auto 130px;
	width:90%;
	max-width: 1050px;
}
.main_list ul.list li {
	margin-bottom: 75px;
}
.main_list ul.list li a {
	transition: .3s;
}
.main_list ul.list li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.main_list {
		margin-bottom: 65px;
	}
	.main_list ul.list li {
		margin-bottom: 10vw;
	}
}

/* ---------------------------------------- 
 - 下層ページ（.interview）
---------------------------------------- */
/* profile */
.interview #profile {
	background: #f2f2f2;
	padding-top: 35px;
	margin: 100px auto 120px;
}
.interview #profile .visual {
	margin: -70px auto 0;
	width:100%;
	max-width: 1050px;
}
@media screen and (max-width: 768px) {
	.interview #profile {
		background: #fff;
		padding-top: 0;
		margin: 35px auto 50px;
	}
	.interview #profile .visual {
		margin-top: 0;
	}
}

/* interview_box */
.interview .interview_box .midashi {
	color:#1d33ff;
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.interview .interview_box .midashi span{
	position: relative;
	padding-right: 70px;
}
.interview .interview_box .midashi span::after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #1d33ff;
	margin-bottom: 0.5em;
}
/* interview_wrap */
.interview .interview_wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.interview .interview_wrap .interview_box {
	display: flex;
	width: 100%;
	margin-bottom: 85px;
}
.interview .interview_wrap .interview_box:nth-child(even) {
	flex-flow: row-reverse;
	margin-left: auto;
}
.interview .interview_wrap .interview_box .visual {
	width:53%;
	max-width: 675px;
}
.interview .interview_wrap .interview_box .text_box {
	width:54%;
	position: relative;
	z-index: 1;
}
.interview .interview_wrap .interview_box:nth-child(odd) .text_box {
	margin-left: -7%;
}
.interview .interview_wrap .interview_box:nth-child(even) .text_box {
	margin-right: -7%;
}
.interview .interview_wrap .interview_box:nth-child(odd) .text_box .midashi {
	margin-left: 20%;
}
.interview .interview_wrap .interview_box:nth-child(even) .text_box .midashi {
	margin-left: 40px;
}
.interview .interview_wrap .interview_box .text_box .lead {
	background: rgba(242,242,242,0.75);
	padding: 40px;
}
/* interview_box.end */
.interview .interview_box.end {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	text-align: center;
}
.interview .interview_box.end .bg {
	width: 100%;
	height: 200px;
	background-color: #f2f2f2;
	position: absolute;
	top:50px;
	z-index: -1;
}
.interview .interview_box.end .visual {
	width: 94%;
	max-width: 840px;
	margin: 0 auto 40px;
}
.interview .interview_box.end .lead {
	width: 94%;
	max-width: 840px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.interview .interview_box .midashi {
		font-size: 4vw;
	}	
	/* interview_wrap */
	.interview .interview_wrap .interview_box {
		display: block;
		width: 94%;		
		max-width: 675px;
	}
	.interview .interview_wrap .interview_box .visual {
		width:100%;
	}
	.interview .interview_wrap .interview_box .text_box {
		width:100%;
	}
	.interview .interview_wrap .interview_box:nth-child(odd) .text_box {
		margin-left: 0;
	}
	.interview .interview_wrap .interview_box:nth-child(even) .text_box {
		margin-right: 0;
	}
	.interview .interview_wrap .interview_box:nth-child(odd) .text_box .midashi {
		margin-left: 40px;
	}
	.interview .interview_wrap .interview_box .text_box .lead {
		padding: 30px 40px;
	}
	/* interview_box.end */
	.interview .interview_box.end .bg {
		top:4vw;
	}
}
@media screen and (max-width: 768px) {
	.interview .interview_box .midashi {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.interview .interview_box .midashi span {
		padding-right: 50px;
	}
	.interview .interview_box .midashi span::after {
		width: 40px;
	}
	/* interview_wrap */	
	.interview .interview_wrap .interview_box {
		margin: 0 auto 55px;
	}
	.interview .interview_wrap .interview_box:nth-child(odd) .text_box .midashi {
		margin-left: 5%;
	}
	.interview .interview_wrap .interview_box:nth-child(even) .text_box .midashi {
		margin-left: 5%;
	}	
	.interview .interview_wrap .interview_box .text_box .lead {
		padding: 20px 5%;
		font-size: 1.4rem;
	}
	/* interview_box.end */
	.interview .interview_box.end {
		margin-bottom: 65px;
	}
	.interview .interview_box.end .bg {
		top:2.2rem;
	}
	.interview .interview_box.end .visual {
		margin-bottom: 30px;
	}
	.interview .interview_box.end .lead {
		width: 90%;
		font-size: 1.4rem;
	}
}

/* course */
.interview #course {
	background: #f9f0c8;
	padding: 60px 0;
	margin-top: 150px;
}
.interview #course_inner {
	position: relative;
	width: 94%;
	max-width: 1050px;
	margin: 0 auto;
}
.interview #course .ttl {
	background: #deb300;
	color:#fff;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	position: absolute;
	top:-120px;
	left:65px;
	padding: 20px;
	border-radius: 75px;
	width: 70%;
	min-width: 650px;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}
.interview #course .ttl::after{
	position: absolute;
	bottom: -33px;
	left: 95px;
	content: "";
	width: 32px;
	height: 33px;
	background: url("../../assets/images/graduate/01/course_ttl_bg.png");
}
.interview #course .text_box {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 90px 65px 50px;
}
.interview #course .visual {
	width: 70%;
	max-width: 520px;
	margin: 0 auto 45px;
}
@media screen and (max-width: 1024px) {
	.interview #course {
		padding: 5vw 0;
		margin-top: 150px;
	}	
	.interview #course .ttl {
		font-size: 3.6vw;
		top:-12vw;
		left:5%;
		width: 85%;
		min-width: 85%;
	}
	.interview #course .ttl::after{
		bottom: -4vw;
		left: 10vw;
		width: 4vw;
		height: 4vw;
	}
	.interview #course .text_box {
		padding: 13vw 5% 50px;
	}
}
@media screen and (max-width: 768px) {
	.interview #course {
		padding: 30px 0;
		margin-top: 65px;
	}	
	.interview #course .ttl {
		font-size: 1.8rem;
		top:-80px;
		left:0;
		width: 95%;
        min-width: 350px;
        max-width: 400px;
		padding: 12px 3%;
		letter-spacing: 0;
	}
	.interview #course .ttl::after{
		bottom: -19px;
		left: 12%;
		width: 20px;
		height: 20px;
	}
	.interview #course .text_box {
		padding: 50px 5% 30px;
	}
	.interview #course .visual {
		width: 80%;
		margin-bottom: 25px;
	}
	.interview #course .lead {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------- 
 - home_btn（共通）
---------------------------------------- */
.home_btn{
	width: 80%;
	margin: 95px auto 0;
	text-align: center;
}
.home_btn a{
	padding-left: 35px;
	padding-right: 25px;	
}
.home_btn a::before{
	right: auto;
	left: 25px;
}
.home_btn a::after{
	right: auto;
	left: 30px;
	transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
	.home_btn{
		margin-top: 12vw;
	}
	.home_btn a{
		padding-left: 25px;
		padding-right: 15px;
	}
}

/* ---------------------------------------- 
 - request（共通）
---------------------------------------- */
#request {
	width: 100%;
	margin: 95px auto;
    position: relative;
	text-align: center;
}
#request .btn a{
	display: inline-block;
	position: relative;
    transition: .3s;
	text-decoration: none;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 110px;
	height: 110px;
	width: 80%;
	max-width: 450px;
	padding: 0 2%;
	margin-left: auto;
	box-sizing: border-box;
	background: #195ffb;
	color:#fff;
	text-align: center;
	z-index: 2;
}
#request .btn a:hover{
	opacity: 0.7;
}
#request .btn a span{
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
#request .btn a span::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 31px;
	height: 24px;
	background-image: url("../images/common/ico_request_wht.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 1000px) {
	#request .btn a{
		font-size: 2.8vw;
	}
	#request .btn a span{
		padding-left: 35px;
	}
	#request .btn a span::before{
		width: 22px;
		height: 17px;
	}
}
@media screen and (max-width: 768px) {
	#request {
		margin: 12vw auto;
		height: auto;
	}
	#request .btn {
		display: block;
	}
	#request .btn a{
		font-size: 4.4vw;
		line-height: 100px;
		height: 100px;
		width: 80%;
	}
	#request .btn a span{
		padding-left: 50px;
	}
	#request .btn a span::before{
		width: 31px;
		height: 24px;
	}
}
@media screen and (max-width: 768px) {
	#request .btn a{
		font-size: 4.8vw;
		line-height: 70px;
		height: 70px;
	}
	#request .btn a span{
		padding-left: 40px;
	}
	#request .btn a span::before{
		width: 24px;
    	height: 18px;
	}
}