@charset "utf-8";

/* ---------------------------------------- 
 - contents（course_lead）
---------------------------------------- */
#anchor #anchor_inner {
	width:80%;	
	max-width: 600px;
	margin: 0 auto;
	background: #faf4f8;
	padding: 15px 35px; 
}
#anchor ul.list{
	display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:3.4rem;
	line-height: 1.0;
}
#anchor ul.list li:nth-child(1) {
    width: 65%;
}
#anchor ul.list li:nth-child(2) {
    width: 35%;
}
#anchor ul.list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
    -webkit-transition: .3s;
    transition: .3s;
	color:#a7799b;
}
#anchor ul.list li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    margin-top: -6px;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 1px solid #a7799b;
    border-bottom: 1px solid #a7799b;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
}
#anchor ul.list li a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	#anchor #anchor_inner {
		padding: 15px 5%; 
	}
	#anchor ul.list{
		font-size:1.8rem;
	}
	#anchor ul.list li a {
		padding-left: 25px;
	}
	#anchor ul.list li a::before {
		margin-top: -3px;
		width: 10px;
		height: 10px;
	}
}

/* ---------------------------------------- 
 - contents（inteview）
---------------------------------------- */
#inteview #inteview_inner {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;	
	max-width: 1400px;
	margin: 100px auto;
}
.inteview_main{
	width:100%;	
	margin: 50px auto;
	position: relative;
}
.inteview_main .visual{
	width:70%;	
	max-width: 1100px;
	margin-left: auto;	
	height: 590px;
}
.inteview_main .visual img,
.inteview_main .visual picture{
	height: 100%;
	object-fit: cover;
}
.inteview_main .inteview_lead{
	width: 90%;
    max-width: 700px;
	position: absolute;
	top:15%;
	left:5%;
}
.inteview_main .inteview_lead .ttl{
	color:#a7799b;
	font-size:2.4rem;
	border: solid 1px #a7799b;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding:0 5px 0 10px;
	margin-bottom: 30px;
}
.inteview_main .inteview_lead .catch{
	color:#fff;
	font-size:3.2rem;
	margin-bottom: 40px;
}
.inteview_main .inteview_lead .catch span.fadein{
	display: inline-block;
	padding:0 7px;
	position: relative;
	line-height: 1.4;
}
.inteview_main .inteview_lead .catch span.fadein span{
	position: relative;
	z-index: 1;
	opacity: 0;
}
.inteview_main .inteview_lead .catch.anime span.fadein::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
    background-color:#a7799b;
}
.inteview_main .inteview_lead .catch.anime span.fadein::after {
    animation: typo-overlayIn 0.6s 0.8s cubic-bezier(.77,0,.175,1);
    animation-fill-mode: both;
}
.inteview_main .inteview_lead .catch.anime span.fadein span{
	animation:typo-fadeIn 0.5s 1.1s;
	animation-fill-mode: both;
}
@keyframes typo-fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes typo-overlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
}
.inteview_main .inteview_lead .name{
	font-size:2.0rem;
}
.inteview_main .inteview_lead .name span{
	font-size:1.7rem;
}
.inteview_txt {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width:90%;	
	max-width: 1100px;
	margin: 50px auto;
}
.inteview_txt:nth-child(even) {
	flex-direction: row-reverse;
}
.inteview_txt .txtbox {
	width:60%;
}
.inteview_txt .txtbox .midashi {
	color: #a7799b;
    font-size: 2.4rem;
    margin-bottom: 0.5em;
}
.inteview_txt .visual {
	width:35%;
	height: 300px;
	margin-top: 15px;
}
.inteview_txt .visual img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
	#inteview #inteview_inner {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.inteview_main{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.inteview_main .visual{
		width:100%;
		height: auto;
	}
	.inteview_main .inteview_lead{
		width: 90%;
		max-width: 90%;
		position: static;
		margin: 20px auto 0;
	}
	.inteview_main .inteview_lead .ttl{
		font-size:3.2vw;
		margin-bottom: 10px;
	}
	.inteview_main .inteview_lead .catch{
		font-size:4vw;
		margin-bottom: 10px;
	}
	.inteview_main .inteview_lead .name{
		font-size:3.733vw;
	}
	.inteview_main .inteview_lead .name span{
		font-size:3.467vw;
	}
	.inteview_txt {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.inteview_txt .txtbox {
		width:100%;
	}
	.inteview_txt .txtbox .midashi {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.inteview_txt .visual {
		width:100%;
		height: auto;
	}
}

/* ---------------------------------------- 
 - contents（staff）
---------------------------------------- */
#staff {
	width:100%;
	background: #faf4f8;
	padding-top: 100px;
	border-bottom: solid 1px #a7799b;
}
#staff #staff_inner {
	width:90%;	
	max-width: 1100px;
	margin: 0 auto;
}
.staff_ttl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	color:#a7799b;
	font-size:6.0rem;
	line-height: 1.2;
	margin-bottom: 80px;
}
.staff_ttl .sub{	
	font-size:2.4rem;
	border: solid 1px #a7799b;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding:0 5px 0 10px;
	margin-right: 40px;
}
/* staff_list */
.staff_list {
	margin-bottom: 75px;
}
.staff_list > .ttl {
	font-size:3.4rem;
	line-height: 1.4;
	margin-bottom: 1.0em;
	color:#a7799b;
}
.staff_list ul.list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff_list ul.list > li {
	width: 48%;
	background: #fff;
	padding: 30px 30px 60px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.staff_list ul.list > li .name {
	font-size:2.0rem;
	line-height: 1.4;
	margin-bottom: 0.7em;
	color:#a7799b;
}
.staff_list ul.list > li .name span {
	font-size:1.8rem;
	margin-left: 1.0em;
}
.staff_list ul.list > li .txt {
	margin-bottom: 0.7em;	
}
.staff_list ul.list > li .link {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
}
.staff_list ul.list > li .link a {
	display: block;
	position: relative;
	text-decoration: none;
	background:#a7799b;
	color:#fff;
	padding: 5px 35px 5px 15px;
	font-size:1.5rem;
	line-height: 1.4;
	text-align: right;
	-webkit-transition: .3s;
    transition: .3s;
}
.staff_list ul.list > li .link a:hover {
	opacity: 0.6;
}
.staff_list ul.list > li .link a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(/~NUBSfst/wp-content/themes/nubsfst/assets/images/common/ico_blank_wht.svg);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	#staff {
		padding-top: 50px;
	}
	.staff_ttl {
		font-size:3.0rem;
		margin-bottom: 40px;
	}
	.staff_ttl .sub{	
		font-size:1.6rem;
		display: inline-block;
		margin-right: 20px;
	}
	/* staff_list */
	.staff_list {
		margin-bottom: 45px;
	}
	.staff_list > .ttl {
		font-size:2.2rem;
	}
	.staff_list ul.list {
		display: block;
	}
	.staff_list ul.list > li {
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.staff_list ul.list > li .name {
		font-size:1.7rem;
	}
	.staff_list ul.list > li .name span {
		font-size:1.5rem;
	}
	.staff_list ul.list > li .txt {
		line-height: 1.8;
	}
	.staff_list ul.list > li .link {
		position: static;
		width: 100%;
	}
	.staff_list ul.list > li .link a {
		font-size:1.3rem;
	}
}