@charset "UTF-8";
#SiteWrap__body {
	padding-bottom: 0 !important;

}

@media only screen and (max-width: 959px) {
	#SiteWrap__body {
		padding-bottom: 0 !important;
	}
}


#Crosstalk__content{
    margin: 0 auto;
	padding-bottom: 140px;
	background: #FFF;
}
@media only screen and (max-width: 959px) {
	#Crosstalk__content {
		padding-bottom: 50px;
	}
}
#Crosstalk__content h2{
    letter-spacing: -0.03em;
	line-height: 1.2;
}


/* ---------- Hero ---------- */
#Crosstalk__content .Hero{
	/* width:100%; */
	height: 567px;
	margin: 0 auto;
	padding-top:1rem;
	
	/* background: linear-gradient(180deg, #FFF 0%, #FFF 70px, #04878b 70px, #04878b calc(100% - 70px), #FFF calc(100% - 70px), #FFF 100%); */
	position: relative;
	overflow: hidden;

    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */
}
#Crosstalk__content .Hero::before {
	content:"";
	width:1400px;
	height: 500px;
	background: #04878b;
	border-radius: 50%;
	transform: rotate(-12deg);
	/* background: radial-gradient(ellipse, #04878b 70%, transparent 70%); */

	position: absolute;
	left: -3vw;
	right:0;
	top: -2vw;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (min-width: 959px) and (max-width: 1280px) {
	#Crosstalk__content .Hero { 
		height: 44.3vw;
	}
}
@media only screen and (max-width: 959px) {
	#Crosstalk__content .Hero {
		height: auto;
	}
	#Crosstalk__content .Hero::before {
		content: "";
		width: 150vw;
		height: 60vw;
		background: #04878b;
		border-radius: 50%;
		transform: rotate(-30deg);
		/* background: radial-gradient(ellipse, #04878b 70%, transparent 70%); */

		position: absolute;
		left: -20vw;
		right: 0;
		top: 2vw;
		bottom: 0;
		margin: auto;
		z-index: 1;
	}
}


#Crosstalk__content .Hero .Hero_pagename {
	width: auto;
	margin-left: 5vw;
	display: inline-block;
	position: relative;
	color:#333;
	border: 1px solid #9f9e9e;
	padding: 0.8em 1em;
	z-index: 2;
}

#Crosstalk__content .Hero .Hero_pagename .inner {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

#Crosstalk__content .Hero .Hero_pagename h2 {
	font-size: 2.4rem;
	white-space: nowrap;
	margin-right: 0;
	border-right: none;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_pagename h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 559px) {
	#Crosstalk__content .Hero .Hero_pagename h2 {
		font-size: 4vw;
	}
}
#Crosstalk__content .Hero .Hero_img {
	max-width: 1280px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	margin: 0 auto;
	z-index: 1;
}
@media only screen and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_img {
		position: relative;
	}
}
/* #Crosstalk__content .Hero .-inner {
	position: relative;
	justify-content: flex-start;
} */
#Crosstalk__content .Hero .Hero_Catch{
	width: auto;
	margin-top: 50px;
	padding: 2em 1em 1em;
	display: inline-block;
	background:#3373d5;
	border: 3px solid #FFF;
	border-radius: 30px;
	color: #FFF;

	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 559px) {
	#Crosstalk__content .Hero .Hero_Catch {
		margin-top: 8vw;
	}
}
#Crosstalk__content .Hero .Hero_Catch .num{
	width: auto;
	padding: 0.3em 0.5em;
	display: inline-block;
	background-color: #FFF;
	color: #3373d5;
	border-radius: 999px;
	font-size: 2.2rem;
	white-space: nowrap;
	line-height: 1;
	border: 2px solid #3373d5;
	
	position: absolute;
	left: 1.5em;
	top: -0.6em;
	z-index: 11;
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	#Crosstalk__content .Hero .Hero_Catch .num {
		font-size: 1.875vw;
	}
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_Catch .num {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 559px) {
	#Crosstalk__content .Hero .Hero_Catch .num {
		font-size: 3.5vw;
	}
}
#Crosstalk__content .Hero .Hero_Catch h2 {
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.3;
	color: #FFF;
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	#Crosstalk__content .Hero .Hero_Catch h2 {
		font-size: 4.6875vw;
	}
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_Catch h2 {
		font-size: 7vw;
	}
}
@media only screen and (max-width: 559px) {
	#Crosstalk__content .Hero .Hero_Catch h2 {
			font-size: 9vw;
		}
}
#Crosstalk__content .Hero .Hero_Catch .ctalktitle {
	width: auto;
	position: absolute;
	text-align: center;
	right: 3%;
	top: 3%;
}
#Crosstalk__content .Hero .Hero_Catch .ctalktitle div{
	display: block;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.03em;
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	#Crosstalk__content .Hero .Hero_Catch .ctalktitle div {
		font-size: 2.34vw;
	}
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_Catch .ctalktitle div {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 559px) {
	#Crosstalk__content .Hero .Hero_Catch .ctalktitle div {
		font-size: 4vw;
	}
}
#Crosstalk__content .Hero .Hero_Catch .ctalktitle span {
	display: block;
	margin: 0;
	font-size: 70%;
	line-height: 1.5;
	font-weight: 600;
	transform: skewX(-15deg);
}


/*---------- Section_main ----------*/
#Section_main {
	width: auto;
	padding-top: 2em;
	background:#FFF;
	z-index: 1;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Section_main {
		padding-top: 1em;
	}
}
@media only screen and (max-width: 559px) {
	#Section_main {
			padding-top: 1em;
		}
}
/*---------- COMMON ----------*/
#Crosstalk__content .SiteContent__sectionInner {
	position: relative;
}
#Crosstalk__content .heading h2{
	margin-bottom: 0.5em;
	font-weight: 900;
}


/*---------- Section_index ----------*/
.Section_index {
	width: 100%;
	margin:0;
	padding: 0 1em;
	position: relative;
	text-align: center;
}
.Section_index .inner_wrap {
	width: 80%;
	display: inline-block;
	margin: auto;
}
@media only screen and (max-width: 959px) {
	.Section_index .inner_wrap {
			width: auto;
		}
}
.Section_index .inner {
	width:auto;
	margin-top: 1em;
	padding: 1em 0;
	position: relative;
	color: #7c7c7d;
	border-top: 1px solid #7c7c7d;
	border-bottom: 1px solid #7c7c7d;

	font-size: 1.4rem;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5rem;
	z-index: 1;
}
@media only screen and (max-width: 959px) {
	.Section_index .inner {
		display: block;
	}
}

.Section_index .heading{
	width: auto;
	display: inline-block;
}
#Crosstalk__content .Section_index .heading h2 {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.Section_index .list_wrap {
	width: auto;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
}
@media only screen and (max-width: 559px) {
	.Section_index .list_wrap {
		width: auto;
		display: block;
	}
}
.Section_index .list_wrap a{
	color:#7c7c7d;
}
.Section_index .list_wrap a:hover {
	color: #00a8a9;
}


/*---------- Section_intro ----------*/
.Section_intro {
	width: 100%;
	margin-top: 2em;
	position: relative;
}
.Section_intro .inner .SiteContent__sectionInner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Section_intro .talkBox{
	width: 80%;
	margin: auto;
	padding: 1.5em;
	background: rgba(240,240,240,0.7);
	border-radius: 3rem;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
	position: relative;
	z-index: 2;

}
 
/*
.Section_intro .talkBox .talk_person .photo {
	width: 85px;
}
.Section_intro .talkBox .talk_person .photo img{
	width: 85px;
	border: 2px solid #FFF;
	border-radius: 999px;
}
.Section_intro .talkBox .talk_comment {
	width: calc(100% - 100px);
}
*/
.Section_intro .talk_map {
	width: 100%;
	display: block;
	margin-top: -5rem;
	position: relative;
	z-index: 1;
} 
@media only screen and (max-width: 559px) {
	.Section_intro .talk_map {
		margin-top: -2rem;
	}
}
.picture map_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*---------- Section_talk ----------*/
.Section_talk {
	width: 100%;
	margin-top: 5em;
	padding: 0;
	position: relative;
	z-index: 1;
}

.Section_talk .heading_h3{
	width: 100%;
	margin: 0;
	position: relative;
}
	.Section_talk .heading_h3::before {
		content: "";
		width:1px;
		height: 200px;
		background:#00a8a9;
		position: absolute;
		left: 0;
		top:20px;
		z-index: 1;
	}
	.Section_talk .heading_h3::after {
		content: "";
		width: calc(100% - 20px);
		height: 1px;
		background: #00a8a9;
		position: absolute;
		left: 20px;
		top: 0;
		z-index: 1;
	}

.Section_talk .heading_h3 .inner {
	width: auto;
display: inline-block;
	background: #00a8a9;
	border-radius: 20px;
	padding: 1em 1.5em 1em 1.5em;
	position: relative;
	color: #FFF;
}
@media only screen and (max-width: 559px) {
	.Section_talk .heading_h3 .inner {
		padding: 0.7em 1em 0.6em 1em;
		border-radius: 15px;
	}
}
.Section_talk .heading_h3 .h3_wrap {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}
.Section_talk .heading_h3 .Text__eng {
	margin-right: 0.4em;
	padding-right: 0.4em;
	border-right: 2px dotted #FFF;

	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	position: relative;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.Section_talk .heading_h3 .Text__eng {
		font-size: 2.34vw;
	}
}

@media only screen and (max-width: 559px) {
	.Section_talk .heading_h3 .Text__eng {
		font-size: 6vw;
	}
}
.Section_talk .heading_h3 .Text__eng strong {
	font-size: 170%;
}
.Section_talk .heading_h3 h3 {
	display: inline-block;
	
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.Section_talk .heading_h3 h3 {
		font-size: 1.875vw;
	}
}

@media only screen and (max-width: 559px) {
	.Section_talk .heading_h3 h3 {
		font-size: 4.5vw;
		line-height: 1.5;
	}
}

.Section_talk .talk_inner {
	padding: 0 3%;
}
@media only screen and (max-width: 559px) {
	.Section_talk .talk_inner {
			padding: 0;
		}
}

.talkBox {
	width: 90%;
	margin: 3em 0 0 0;
	padding: 2em 1.5em;
	background: #f0f0f0;
	border-radius: 3rem;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	.talkBox {
		width: 94%;
		padding: 1em;
		border-radius: 2rem;
		gap: 1rem;
	}
}
.talkBox.-left {
	margin-right: auto;
}
.talkBox.-right {
	margin-left: auto;
}
.talkBox.-leader {
	width: 100%;
	padding: 1em 1.5em;
	background: none;
	margin-top: 1em;
	/* align-items: center; */
}

.talkBox .talkBox_person {
	margin-top: -5rem;
	width: 100px;
	text-align: center;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_person {
		margin-top: -4rem;
		width: 90px;
	}
}

.talkBox.-leader .talkBox_person,
.Section_intro .talkBox .talkBox_person {
	margin-top: 0;
}

.talkBox .talkBox_person .person_photo {
	width: 85px;
	margin:auto;
}

.talkBox .talkBox_person .person_photo img {
	width: 85px;
	border: 2px solid #FFF;
	border-radius: 999px;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_person .person_photo {
		width: 80px;
	}
	.talkBox .talkBox_person .person_photo img {
		width: 80px;
	}
}
.talkBox .talkBox_person .person_name {
	display: inline-block;
	width: auto;
	margin-top: 0.3em;
	padding: 0.3em 0.8em;
	border: 1px solid #04878b;
	border-radius: 999px;

	text-align: center;
	color: #04878b;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1;

	/* display: flex;
	justify-content: center;
	align-items: center;
	position: relative; */
}

.talkBox .talkBox_comment {
	/* width: calc(100% - 120px); */
	width: auto;
	padding-right: 5%;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_comment {
			padding-right: 0;
	}
}
.talkBox .talkBox_comment p {
	margin-top: 1em;
}
.talkBox .talkBox_comment p:first-of-type {
	margin-top: 0;
}
.talkBox .talkBox_comment strong{
	font-weight: 900;
	color: #00a8a9;
}
.talkBox .talkBox_comment .photobox {
	width:85%;
	margin: 1em auto 0 auto;
	padding-bottom: 1.5em;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_comment .photobox {
		width: 100%;
	}
}

.talkBox .talkBox_comment .photobox .photo{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_comment .photobox .photo {
			width: 100%;
		}
}
.talkBox .talkBox_comment .photobox.-fukileft .photo {
	margin: 0 0 0 auto;
}
.talkBox .talkBox_comment .photobox.-fukiright .photo {
	margin: 0 auto 0 0;
}
.talkBox .talkBox_comment .photobox_fuki {
	width: auto;
	margin: 0;
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 559px) {
	.talkBox .talkBox_comment .photobox_fuki {
		position: relative;
		margin-top: 1em;
	}
}
.talkBox .talkBox_comment .photobox.-fukileft .photobox_fuki {
	left: 0;
}
.talkBox .talkBox_comment .photobox.-fukiright .photobox_fuki {
	right: 0;
}
.talkBox .talkBox_comment .photobox .photobox_fuki span{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.8em 1.5em;
	background: #00a8a9;
	border-radius: 20px;
	position: relative;

	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.talkBox .talkBox_comment .photobox .photobox_fuki span {
		font-size: 1.875vw;
	}
}

@media only screen and (max-width: 559px) {
	.talkBox .talkBox_comment .photobox .photobox_fuki span {
		padding: 0.5em 1em;
		font-size: 3.5vw;
	}
}
.talkBox .talkBox_comment .photobox .photobox_fuki span::before {
	content:"";
	width: 40px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: -20px;
	background: url(../images/inter_b/crosst_fuki.png) no-repeat bottom left;
	background-size: contain;
}
.talkBox .talkBox_comment .photobox.-fukileft .photobox_fuki span::before {
	left: 30px;
}
.talkBox .talkBox_comment .photobox.-fukiright .photobox_fuki span::before {
	right: 30px;
	transform: scale(-1, 1);
}

.Section_talk .gridphoto {
	width: 90%;
	margin: 3em auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.Section_talk .gridphoto div{
	width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 559px) {
	.Section_talk .gridphoto {
		width: 100%;
		margin: 2em auto 1em auto;
		gap: 10px;
	}

	.Section_talk .gridphoto div {
		width: calc((100% - 10px) / 2);
	}
}
.Section_lastimg{
	width: 100%;
	margin-top: 3em;
	/*padding: 2em 0;
	 background: url(../images/inter_b/crosst01_lastimg_bg.png) no-repeat center;
	background-size: contain; */
	position: relative;
}
@media only screen and (max-width: 559px) {
	.Section_lastimg {
		margin-top: 2em;
		padding: 1em 0;
		background-size: 100% 100%;
	}
}
.Section_lastimg picture{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 559px) {
	.Section_lastimg picture {
			width: 100%;
		}
}
.Section_lastimg .ctalktitle {
	width: auto;
	position: absolute;
	text-align: left;
	left: 75%;
	top: 25%;
	transform: translate(-10%, 15%);
	z-index: 3;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.Section_lastimg .ctalktitle {
			transform: translate(-10%, -10%);
		}
}
@media only screen and (max-width: 559px) {
	.Section_lastimg .ctalktitle {
		transform: translate(-10%, -20%);
	}
}

.Section_lastimg .ctalktitle div {
	display: block;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.03em;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
	.Section_lastimg .ctalktitle div {
		font-size: 2.34vw;
	}
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Crosstalk__content .Hero .Hero_Catch .ctalktitle div {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 559px) {
	.Section_lastimg .ctalktitle div {
		font-size: 4vw;
	}
}

.Section_lastimg .ctalktitle span {
	display: block;
	margin: 0;
	font-size: 70%;
	line-height: 1.5;
	font-weight: 600;
	transform: skewX(-15deg);
}
@media only screen and (min-width: 960px) {
	.Section_lastimg .ctalktitle span.sptp_obj {
		display: none;
	}
}
@media only screen and (max-width: 959px) {
	.Section_lastimg .ctalktitle span.pc_obj {
			display: none;
		}
	.Section_lastimg .ctalktitle span.sptp_obj {
		display: block;
	}
}
