/* 
 クロストーク用
 */
.cross_talk_mv {
    padding: 0 8rem;
    margin: 0 auto 20px auto;
	width:75%;
	max-width: 1200px;
}

.cross_talk_mv img{
    display:block;
    width:100%;
}
.cross_talk_mv h2{
	padding: 30px 50px;
    font-size: clamp(14px, 1.5vw, 19px);
    font-weight: 500;
	line-height:1.8em;
}

.talkmember_outer{
	background:#f9f9f9;
    padding: 0 8rem 80px;
}
.talkmember_outer .top_title{
    padding: 40px 0 0;
    text-align: center;
    font-size: 20px;
	font-weight:600;
}
.talkmember_outer .mv_title_img{
    display: block;
    margin: 0px auto 40px;
    max-height: 45px;
}
.members_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
	width:85%;
	max-width: 1200px;
	margin: 0 auto;
}
.blue-gradient-box{
    border-radius: 30px;
    display: grid;
    grid-template-columns: 0.31fr 0.69fr;
    gap: 15px;
}
.face img{
	width:100%;
	max-width:90px;
	margin:0 auto;
	display:block;
}
.info{
	display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
}
.info p{
	font-weight:500;
	margin:0;
}
.info_text{
    font-size: clamp(14px, 1.0vw, 18px);
}
.info_title{
    font-size: clamp(14px, 1.5vw, 16px);
}
.info_name{
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight:700;
}

.thema_outer{
	padding-top:80px;
	max-width:1400px;
	margin:0 auto;
}
.thema_hedder{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.thema_title_outer{
	padding-left:24rem;
	display:flex;
    flex-direction: column;
	justify-content: center;
}

.thema_hedder.rev .thema_title_outer{
	padding-right:24rem;
	padding-left:0;
	display:flex;
    flex-direction: column;
	justify-content: center;
}

.thema_title{
	margin-bottom:30px;
}
.thema_title_img{
	max-height:21px;
	width: max-content;
}
.thema_title p{
	font-size: clamp(22px, 3vw, 36px);
	font-weight:500;
	margin:5px 0;
}
.thema_img {
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
}
.thema_hedder.rev .thema_img {
    display: flex;
    flex-direction: row;
}
.thema_img img{
    display: block;
	width:45vw;
    max-width:580px;
	height:auto;
}

.thema_content{
	padding:30px 24rem;
	display:flex;
    flex-direction: column;
	gap:10px;
	width:75%;
	max-width: 1200px;
	margin: 0 auto;
}

.thema_content .talk {
    grid-template-columns: 120px auto;
    margin-bottom:20px;
}

.talk{
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
    gap: 24px;
}
.face{
    position:relative;
}
.face span{
	margin: 5px auto 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 110%);
}

.comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comment p{
	margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.thema_fotter img{
	display:block;
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.thema_hedder.pc {
	    display: grid!important;
	}
}
@media screen and (max-width: 1439px) {
	.thema_title_outer{
		padding-left:10rem;
	}

	.thema_hedder.rev .thema_title_outer{
		padding-right:10rem;
	}
	.thema_content{
		padding:40px 10rem;
		gap:15px;
	}
}
@media screen and (max-width: 768px) {
	.cross_talk_mv {
        padding: 0;
        margin: 0;
        width: 100%;
	}
	.cross_talk_mv h2 {
	    padding: 10px 1.5rem 0;
	}
	
	.talkmember_outer{
	    padding: 0 1.5rem 1.5rem;
	}
	.talkmember_outer .top_title {
	    padding: 20px 0 0;
	    font-size: 16px;
	    font-weight: 600;
	}
	.talkmember_outer .mv_title_img {
	    max-height: 28px;
	}
	.members_list {
	    grid-template-columns: 1fr;
		width:auto;
	}
	
	.blue-gradient-box {
	    padding: 16px;
	}
	
	.thema_outer {
	    padding-top: 50px;
	}
	
	.thema_title{
		margin-bottom:10px;
	}
	.thema_title_img{
		max-height:15px;
	}
	.thema_img img{
		width:auto;
        max-width: 80%;
        max-height: 100%;
	}
	.thema_title_outer{
		padding-left:1.5rem;
		margin-top: 25px;
	}
	.thema_hedder.rev .thema_title_outer{
		padding-left:1.5rem;
		padding-right:0;
	}
	.thema_content{
		padding:20px 1.5rem 0;
		width:auto;
	}
	.thema_content .talk{
		grid-template-columns: 0.24fr 0.76fr;
	}
	.talk.sp{
	    display: grid !important;
	}
	.face span {
        top: 18vw;
        transform: translate(-50%, 0);
	}
	
}