@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
html {
    font-size: 62.5%;
    /* 10px */
}

body {
    color: #333333;
    line-height: 1.6;
	letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.main {
	max-width: 100%;
	padding-bottom: 0;
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/
/* 共通設定
---------------------------------------------------------- */
.section {
	margin-top: calc(100 * 100vw / 750);
}

.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(50 * 100vw / 750);
}

.line_spacing {
	margin-top: calc(25 * 100vw / 750);
}

.pc_obj {
	display: none;
}

.page_title {
	width: 100%;
	padding-top: calc(550 / 1000 * 100%);
	line-height: 0;
	overflow: hidden;
	background: url("../../../images/crosstalk/2022/sp/top_s.jpg") no-repeat;
	background-position: center 100%;
	background-size: cover;
}

/* Member Profile
---------------------------------------------------------- */
.member {
	margin-top: calc(88 * 100vw / 750);
}

.member_title {
	width: calc(448 * 100vw / 750);
	margin: 0 auto;
	line-height: 0;
}

.member_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: calc(-22 * 100vw / 750);

}

.member_item {
	width: calc(300 * 100vw / 750);
	margin-top: calc(82 * 100vw / 750);
}

.member_name {
	text-align: center;
	margin-top: calc(10 * 100vw / 750);
}

.member_name .name_ja {
	display: block;
	font-size: calc(36 * 100vw / 750);
}

.member_name .name_en {
	display: block;
	font-size: calc(24 * 100vw / 750);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.member_detail {
	font-size: calc(24 * 100vw / 750);
	margin-top: calc(20 * 100vw / 750);
	text-align: center;
}

/* title_box
---------------------------------------------------------- */
.title_box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(320 * 100vw / 750);
	background: url("../../../images/crosstalk/2022/sp/bg_question_s.png");
	background-size: cover;
}

.q_title {
	text-align: center;
}

.q_title .sub-title {
	display: block;
	width: calc(200 * 100vw / 750);
	margin: 0 auto;
	line-height: 0;
}

.q_title .sub-title::after {
	content: "";
	width: calc(90 * 100vw / 750);
	height: calc(2 * 100vw / 750);
	background-color: #fff;
	display: block;
	margin: calc(22 * 100vw / 750) auto 0 auto;
}

.q_title .main-title {
	display: block;
	font-size: calc(50 * 100vw / 750);
	font-weight: bold;
	color: #fff;
	margin-top: calc(30 * 100vw / 750);
	line-height: 1.4;
}

/* talk_box
---------------------------------------------------------- */
.talk_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: calc(80 * 100vw / 750);
}

.talker {
	width: calc(110 * 100vw / 750);
}

.talker_name {
	font-size: calc(22 * 100vw / 750);
	text-align: center;
	margin-top: calc(15 * 100vw / 750);
}

.talker_text {
	width: calc(505 * 100vw / 750);
	font-size: calc(28 * 100vw / 750);
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
	text-justify: inter-character; /* Firefox */
}

/* image
---------------------------------------------------------- */
.q01_image-box,
.q04_image-box,
.q02_image-box {
	margin-top: calc(80 * 100vw / 750);
}

.q02_image-02 {
	margin-top: calc(40 * 100vw / 750);
}

.members {
	max-width: 1000px;
	margin: calc(60 * 100vw / 750) auto 0 auto;
}

/*--------------------------------------------------------
　TAB
--------------------------------------------------------*/
@media screen and (min-width: 768px){

	/* 共通設定
	---------------------------------------------------------- */
	.section {
		margin-top: 80px;
	}

	.contents {
		max-width: 1000px;
		padding: 0 10%;
	}

	.line_spacing {
		margin-top: 15px;
	}

	.sp_obj {
		display: none;
	}

	.pc_obj {
		display: block;
	}

	/* Member Profile
	---------------------------------------------------------- */
	.member {
		margin-top: 70px;
	}

	.member_title {
		width: 340px;
	}

	.member_list {
		margin: 45px 0 0 0;
		justify-content: center;
		column-gap: 80px;
	}

	.member_item {
		width: calc((100% - 85px) / 4);
		margin-top: 0;
	}

	.member_name {
		margin-top: 15px;
	}

	.member_name .name_ja {
		font-size: 2.4rem;
	}

	.member_name .name_en {
		font-size: 1.4rem;
	}

	.member_detail {
		font-size: 1.4rem;
		margin-top: 15px;
	}

	/* title_box
	---------------------------------------------------------- */
	.title_box {
		background: url("../../../images/crosstalk/2022/bg_question.png");
		height: 200px;
	}

	.q_title .sub-title {
		width: 150px;
	}

	.q_title .sub-title::after {
		width: 90px;
		height: 2px;
		margin-top: 11px;
	}

	.q_title .main-title {
		font-size: 3.4rem;
		margin-top: 15px;
	}

	/* talk_box
	---------------------------------------------------------- */
	.talk_box {
		margin-top: 60px;
	}

	.talk_box:first-child {
		margin-top: 50px;
	}

	.talker {
		width: 90px;
	}

	.talker_name {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.talker_text {
		width: calc(100% - 124px);
		font-size: 1.8rem;
	}

	/* image
	---------------------------------------------------------- */
	.q01_image-box,
	.q04_image-box,
	.q02_image-box {
		max-width: 1000px;
		margin-top: 40px;
	}

	.q02_image-box {
		display: flex;
	}

	.q02_image-01,
	.q02_image-02 {
		width: calc((100% - 20px) / 2);
	}

	.q02_image-02 {
		margin: 0 0 0 20px;
	}
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 1080px) {

	/* 共通設定
	---------------------------------------------------------- */
	.section {
		margin-top: 100px;
	}

	.contents {
		max-width: 1000px;
		padding: 0 20px;
	}

	.page_title {
		width: 100%;
		max-height: 550px;
		padding-top: calc(550 / 1000 * 100%);
		height: 0;
		line-height: 0;
		overflow: hidden;
		background: url("../../../images/crosstalk/2022/top.jpg") no-repeat;
		background-size: cover;
	}

	/* Member Profile
	---------------------------------------------------------- */
	.member_title {
		width: 390px;
	}

	.member_item {
		width: calc((100% - 100px) / 4);
		margin-top: 0;
	}

	.member_name {
		margin-top: 18px;
	}

	.member_name .name_ja {
		font-size: 2.8rem;
	}

	.member_name .name_en {
		font-size: 1.8rem;
	}

	.member_detail {
		font-size: 1.8rem;
	}

	/* title_box
	---------------------------------------------------------- */
	.q_title .sub-title {
		width: 200px;
	}

	.q_title .main-title {
		font-size: 4.2rem;
	}

	/* talk_box
	---------------------------------------------------------- */
	.talk_box {
		margin-top: 80px;
	}

	.talk_box:first-child {
		margin-top: 60px;
	}

	.talker {
		width: 100px;
	}

	.talker_name {
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.talker_text {
		width: calc(100% - 144px);
		font-size: 1.8rem;
	}

	/* image
	---------------------------------------------------------- */
	.q01_image-box,
	.q02_image-box,
	.q04_image-box {
		margin: 60px auto 0 auto;
	}

	.members {
		margin-top: 100px;
	}
}