@charset "utf-8";

/* ------- ZUKAN ---------------------------------------------- */
.heading > h1{
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .3em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align: left;
}
.heading > h1 > span{
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	white-space: pre;
}
@media print, screen and (min-width:781px) {
	.heading > h1{
		font-size: 2.0rem;
	}
	.heading > h1 > span{
		font-size: 3.6rem;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 780px) {
	.heading > h1{
		font-size: 1.6rem;
	}
	.heading > h1 > span{
		font-size: 2.6rem;
		padding-left: 12px;
		padding-right: 12px;
		margin-right: 10px;
	}
}



.talk-container > .image{
	background-repeat: no-repeat;
	background-size: cover;
}
.talk-container > .heading-text{
	background-color: transparent;
}
@media print, screen and (min-width:781px) {
	.talk-container > .image{
		background-image: url("../img/img_main.jpg");
		padding-bottom: 35.7247%;
	}
	.talk-container > .heading-text{
		text-align: center;
	}
}
@media screen and (max-width: 780px) {
	.talk-container > .image{
		background-image: url("../img/img_main_sp.jpg");
		aspect-ratio: 261 / 200;
	}
	.talk-container > .heading-text{
		text-align: center;
		padding-left: 5%;
		padding-right: 5%;
	}
}



.talk-members-sec{
	position: relative;
}
.talk-members-inner .ttl{
	font-weight: 300;
}
.talk-members-item .image{
	position: relative;
}
.talk-members-item .group{
	background-color: #D4E3FE;
}
.talk-members-item .detail-wrap dl > dt{
	font-weight: 700;
	display: flex;
	align-items: center;
}
.talk-members-item .detail-wrap dl > .career{
	line-height: 1.5;
}
.talk-members-item .detail-wrap dl > .detail{
	line-height: 1.66;
}
@media print, screen and (min-width:781px) {
	.talk-members-sec:before{
		background-color: #FFF;
		content: "";
		display: block;
		height: 220px;
		width: 89.8243%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.talk-members-inner{
		margin-left: auto;
		margin-right: auto;
		padding-top: 45px;
		max-width: 978px;
		width: 90%;
	}
	.talk-members-inner .ttl{
		font-size: 4.6rem;
	}
	.talk-members-list{
		display: flex;
		justify-content: space-between;
		margin-top: 45px;
	}
	.talk-members-item{
		width: 20.4498%;
	}
	.talk-members-item .group{
		font-size: min(1.02vw,1.4rem);
		padding: 5px;
		width: 85%;
		text-align: center;
		position: absolute;
		left: -15%;
		top: calc(-4.5em - 25px);
	}
	.talk-members-item .detail-wrap{
		position: relative;
		margin-top: 25px;
	}
	.talk-members-item .detail-wrap dl > dt{
		font-size: 1.2rem
	}
	.talk-members-item .detail-wrap dl > dt > .en{
		font-size: 2.2rem;
		margin-right: 3px;
	}
	.talk-members-item .detail-wrap dl > .career{
		font-size: 1.2rem;
	}
	.talk-members-item .detail-wrap dl > .detail{
		border-top: 2px solid #FFFFFF;
		font-size: 1.2rem;
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 780px) {
	.talk-members-sec{
		background-color: #FFF;
	}
	.talk-members-inner{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.talk-members-inner .ttl{
		font-size: 2.3rem;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.talk-members-item{
		display: flex;
		margin-top: 60px;
	}
	.talk-members-item .image{
		width: 35%;
	}
	.talk-members-item .image img{
		object-fit: cover;
		aspect-ratio: 273 / 551;
	}
	.talk-members-item .group{
		font-size: min(4.61vw,3.6rem);
		padding: 20px 20px 20px 35px;
		margin-left: -7.69%;
		position: relative;
		z-index: 2;
	}
	.talk-members-item .detail-wrap{
		width: 65%;
	}
	.talk-members-item .detail-wrap dl{
		margin: 0 auto 0;
		width: 84.615%;
	}
	.talk-members-item .detail-wrap dl > dt{
		font-size: 1.1rem
	}
	.talk-members-item .detail-wrap dl > dt > .en{
		font-size: 3.0rem;
		margin-right: 3px;
	}
	.talk-members-item .detail-wrap dl > .career{
		font-size: 1.0rem;
	}
	.talk-members-item .detail-wrap dl > .detail{
		border-top: 2px solid #D4E3FE;
		font-size: 1.3rem;
		margin-top: 25px;
		padding-top: 25px;
	}
}



.talk-session-section > .ttl .en{
	font-weight: 300;
}
.talk-session-section > .ttl h2{
	font-weight: 300;
	line-height: 1.5;
	position: relative;
}
.talk-session-section > .ttl h2:before{
	background-color: #FFF;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	z-index: -1;
}
@media print, screen and (min-width:781px) {
	.talk-session-section-wrap{
		padding-bottom: 225px;
	}
	.talk-session-section{
		margin-top: 150px;
	}
	.talk-session-section > .ttl{
		text-align: center;
		margin-bottom: 80px;
	}
	.talk-session-section > .ttl .en{
		font-size: 2.0rem;
	}
	.talk-session-section > .ttl h2{
		font-size: 3.0rem;
		margin-top: 35px;
		padding: 25px 0;
		width: 100%;
	}
	.talk-session-section > .ttl h2:before{
		width: 89.8243%;
	}
	.talk-session-section:nth-child(odd) > .ttl h2:before{
		right: 0;
	}
	.talk-session-section:nth-child(even) > .ttl h2:before{
		left: 0;
	}
	.talk-session-section > .image{
		margin-top: 80px;
		margin-bottom: 80px;
		width: 76.354%;
	}
	.talk-session-section > .image-r{
		margin-left: auto;
	}
	.talk-session-section > .image-l{
		margin-right: auto;
	}
	
	.talk-session-inner{
		margin-left: auto;
		margin-right: auto;
		padding-left: 90px;
		padding-right: 90px;
		max-width: 900px;
		width: 65.8857%;
	}
	.talk-session-inner > .image{
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 780px) {
	.talk-session-section-wrap{
		padding-bottom: 110px;
	}
	.talk-session-section{
		margin-top: 70px;
	}
	.talk-session-section > .ttl{
		text-align: center;
		margin-bottom: 80px;
	}
	.talk-session-section > .ttl .en{
		font-size: 2.0rem;
	}
	.talk-session-section > .ttl h2{
		font-size: 2.7rem;
		margin-top: 25px;
		padding: 20px 15%;
		width: 100%;
	}
	.talk-session-section > .ttl h2:before{
		width: 90%;
	}
	.talk-session-section:nth-child(odd) > .ttl h2:before{
		right: 0;
	}
	.talk-session-section:nth-child(even) > .ttl h2:before{
		left: 0;
	}
	.talk-session-section > .image{
		margin-top: 50px;
		margin-bottom: 50px;
		width: 80%;
	}
	.talk-session-section > .image-r{
		margin-left: auto;
	}
	.talk-session-section > .image-l{
		margin-right: auto;
	}
	
	.talk-session-inner{
		margin-left: 20%;
		margin-right: auto;
		width: 65%;
	}
	.talk-session-inner > .image{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}


.talk-session-item > .image img{
	border-radius: 50%;
}
.talk-session-item > .detail > dt{
	font-weight: 700;
}
.talk-session-item > .detail > dd{
	line-height: 2.1;
}
@media print, screen and (min-width:781px) {
	.talk-session-wrap{
		margin-left: auto;
		margin-right: auto;
		padding-right: 90px;
		max-width: 900px;
		width: 90%;
	}
	.talk-session-item{
		display: flex;
		justify-content: space-between;
	}
	.talk-session-item:nth-child(n + 2){
		margin-top: 40px;
	}
	.talk-session-item > .image{
		width: 60px;
	}
	.talk-session-item > .detail{
		width: calc(100% - 90px);
	}
}
@media screen and (max-width: 780px) {
	.talk-session-wrap{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.talk-session-item{
		display: flex;
		justify-content: space-between;
	}
	.talk-session-item:nth-child(n + 2){
		margin-top: 35px;
	}
	.talk-session-item > .image{
		width: 12.82%;
	}
	.talk-session-item > .detail{
		width: calc(100% - 16.66%);
	}
}



.message-section{
	background-color: #FFF;
}
.message-section .ttl{
	font-weight: 100;
}
.message-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.message-item > .image img{
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.message-item > .detail > .group > div{
	background-color: #D4E3FE;
}
.message-item > .detail > .group > p{
	font-weight: 700;
	display: flex;
	align-items: center;
}
@media print, screen and (min-width:781px) {
	.message-section{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.message-section .ttl{
		font-size: 4.6rem;
	}
	.message-inner{
		margin-left: auto;
		margin-right: auto;
		max-width: 750px;
		width: 90%;
	}
	.message-list{
		margin-top: 70px;
	}
	.message-item{
		display: flex;
		justify-content: space-between;
		padding-bottom: 50px;
		border-bottom: 2px solid #EBF4FF;
	}
	.message-item:nth-child(n + 2){
		margin-top: 50px;
	}
	.message-item > .image{
		width: 20%;
	}
	.message-item > .detail{
		width: 73.6%;
	}
	.message-item > .detail > .group{
		display: flex;
		align-items: center;
	}
	.message-item > .detail > .group > div{
		font-size: 1.4rem;
		margin-right: 20px;
		padding: 5px;
		text-align: center;
		width: 210px;
	}
	.message-item > .detail > .group > p{
		font-size: 1.4rem;
	}
	.message-item > .detail > .group > p > .en{
		font-size: 3.0rem;
		margin-right: 3px;
	}
	.message-item > .detail > p{
		margin-top: 20px;
	}
}
@media screen and (max-width: 780px) {
	.message-section{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.message-section .ttl{
		font-size: 2.3rem;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.message-inner{
		margin-left: auto;
		width: 95%;
	}
	.message-item{
		display: flex;
		justify-content: space-between;
	}
	.message-item{
		margin-top: 60px;
	}
	.message-item > .image{
		width: 15.789%;
		position: relative;
		z-index: 2;
		transform: translateY(-1%);
	}
	.message-item > .detail{
		width: 84.211%;
		position: relative;
		z-index: 1;
	}
	.message-item > .detail > .group{
		line-height: 1;
	}
	.message-item > .detail > .group > div{
		font-size: 1.8rem;
		padding: 15px 15px 15px 12.5%;
		margin-left: -6.25%;
	}
	.message-item > .detail > .group > p{
		font-size: 1.1rem;
		margin: 15px auto 0;
		width: 87.5%;
	}
	.message-item > .detail > .group > p > .en{
		font-size: 3.0rem;
		margin-right: 3px;
	}
	.message-item > .detail > p{
		margin: 10px auto 0;
		width: 87.5%;
	}
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}
