@charset "utf-8";
.kanaeyou-h1 {
	background: url(../images/kanaeyou/mv_pc.png)no-repeat center center/cover;
	align-items: self-start;
}
.kanaeyou-h1 > .c-h1-inner {
	line-height: 1;
	padding-top: 115px;
    color: white;
}
.kanaeyou-lead {
	font-size: 18px;
	line-height: 1.777;
	letter-spacing: 0.08em;
	margin: 52px 0 53px;
}
@media screen and (max-width: 767px) {
	.kanaeyou-h1 {
		background-image: url(../images/kanaeyou/mv_sp.png);
	}
    .kanaeyou-h1 > .c-h1-inner{
        padding-top: 55px;
		line-height: 1.285;
    }
	.kanaeyou-h1 > .c-h1-inner.tops {
		padding-top: 37px;
	}
}
section ul.list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
section ul.list li{
    width: 46%;
    margin-bottom: 100px;
}
section ul.list li a{
    display: block;
	border: none;
    position: relative;
    width: 100%;
    height: 100%;
	color: #000E4E;
    overflow: hidden;
    font-size: 24px;
    font-weight: normal;
    font-family:'SyntaxNextBold','TazuganeGothicBold';
    letter-spacing: 0.06em;
}
section ul.list li a div.img{
	width: 100%;
	height: 100%;
    aspect-ratio: 5.2 / 3.4;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
section ul.list li:nth-of-type(1) a div.img:after {
    background: url(../images/kanaeyou/yasuyuki_higuchi_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(2) a div.img:after {
    background: url(../images/kanaeyou/yukiko_yamaguchi_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(3) a div.img:after {
    background: url(../images/kanaeyou/nobuhiro_shinya_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(4) a div.img:after {
    background: url(../images/kanaeyou/marina_matsutomo_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(5) a div.img:after {
    background: url(../images/kanaeyou/honoka_shigyou_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(6) a div.img:after {
    background: url(../images/kanaeyou/amedayenou_trevor_christian_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(7) a div.img:after {
    background: url(../images/kanaeyou/hiroki_takahashi_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(8) a div.img:after {
    background: url(../images/kanaeyou/mika_yamamoto_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(9) a div.img:after {
    background: url(../images/kanaeyou/wang_yiming_th.jpg) no-repeat center top/100%;
}
section ul.list li:nth-of-type(10) a div.img:after {
    background: url(../images/kanaeyou/satoshi_kinoshita_th.jpg) no-repeat center top/100%;
}

section ul.list li a div.img small{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background:#00B7F1;
    border-radius: 100% 0 0 0;
    z-index: 10;
    width: 80px;
    height: 80px;
}
section ul.list li a div.img small::after{
	content: "";
	background:url(../images/common/arrow.svg) no-repeat right center/100%;
	height: 100%;
	width: 20px;
	position:absolute;
	top: 5px;
	right: 20px;
}
section ul.list li a:hover div.img small::after{
    right: 15px;
	transition: all 0.5s ease-out;
}
section ul.list li a[target="_blank"] div.img small::after{
	background: url(../images/common/link.svg) no-repeat center center/100%;
	width: 17px;
}
section ul.list li a[target="_blank"]:hover div.img small::after{
    right: 20px;
}
section ul.list li a div.img:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 5;
}
section ul.list li a:hover div.img:after{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

section ul.list li a span{
    display: block;
    width: 100%;
    background: white;
	z-index: 10;
    padding: 20px 0;
}
section ul.list li a p{
    padding: 0 10px;
}
p.post{
    font-size: 12px;
}
p.name{
    font-size: 24px;
    padding-bottom: 0;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
p.name2{
    font-size: 20px;
    padding-bottom: 0;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
}

@media(max-width:767px) {
    section ul.list li{
        width: 100%;
        margin-bottom: 40px;
    }
    section ul.list li:last-child{
        margin-bottom: 0;
    }
    section ul.list li:nth-of-type(odd){
        margin-right: 20px;
    }
    section ul.list li:nth-of-type(even){
        margin-left: 20px;
    }
    section ul.list li a div.img small{
        width: 50px;
        height: 50px;
    }
    section ul.list li a div.img small::after{
        right: 10px;
        width: 15px;
    }
    section ul.list li a[target="_blank"] div.img small::after{
        width: 13px;
    }
    section ul.list li a p{
        padding: 0;
    }
    p.post{
        font-size: 11px;
    }
    p.name{
        font-size: 18px;
    }
    p.name2{
        font-size: 12px;
    }
}

/*記事*/
#interview{
    color: #000E4E;
}
#interview .youtube{
    margin: 0;
    padding: 0;
    line-height: 0em;
}
#interview .youtube iframe{
    width: 100%;
    height: 620px;
}
.interview-profile{
    background: url(../images/kanaeyou/profile_bk.png) no-repeat center center/cover;
    padding: 30px;
    margin-bottom: 100px;
}
@media(max-width:767px) {
    .interview-profile{
        background: url(../images/kanaeyou/profile_bk_sp.png) no-repeat center center/cover;
        padding: 20px;
        margin-bottom: 30px;
    }
    #interview .youtube iframe{
        height: 190px;
    }
}

.interview-section{
    padding: 0 0 60px 0;
}
.interview-section h3{
    display: flex;
    padding: 0 0 30px 0;
    align-items: center;
}
.interview-section h3 img{
    height: 90px;
}
.interview-section h3 strong{
    font-size: 79px;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
    color: #03B7F1;
}
.interview-section h3 span{
    padding-left: 30px;
    position: relative;
    color: #000E4E;
    margin-left: 40px;
}
.interview-section h3 span::before{
    content: "";
    width: 28px;
    height: 1px;
    background: #000E4E;
    position: absolute;
    top: 50%;
    left: 0;
}

@media(max-width:767px) {
    .interview-section{
        padding: 0 0 30px 0;
    }
    .interview-section h3{
        display: block;
        padding-bottom: 0;
    }
    .interview-section h3 img{
        height: 60px;
    }
    .interview-section h3 strong{
        font-size: 50px;
    }
    .interview-section h3 span{
        display: block;
        margin-top: 10px;
        font-size: 14px;
        margin-left: 0;
    }
}
.interview-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.interview-col.reverse{
    flex-direction: row-reverse;
}
.interview-col .interview-img{
    width: 46%;
}
.interview-col .interview-img img{
    width: 100%;
	height: 100%;
    aspect-ratio: 1 / 0.8;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.interview-col .interview-txt{
    width: 50%;
}
.interview-col .interview-txt p{
    padding-bottom: 20px;
}
.interview-section-last{
    padding-top: 0px;
}

.interview-txt-all{
    padding-top: 40px;
}
@media(max-width:767px) {
    .interview-col{
        padding:30px 0 0 0;
    }
    .interview-col .interview-img,
    .interview-col .interview-txt{
        width: 100%;
    }
    .interview-col .interview-img{
        margin-bottom: 20px;
    }
    .interview-section-last{
        padding-top: 0px;
    }
    .interview-txt-all{
        padding: 0;
    }
    .interview-txt-full{
        padding-top: 20px;
    }
}

.p-contents-link p{
    padding-right: 30px;
}
.p-contents-link p span.name2{
    font-size: 14px;
}