@charset "UTF-8";
.talkfont,
.title,
.talk_subtitle {
	font-family: "Mplus 1p";
}

body * {
	transition: all .3s ease
}

body.talk {
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 100vh;
}

/*nextbtn*/

.btn_next {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 50px;
	padding: 10px;
	text-align: center;
	z-index: 1000;
	text-decoration: none;
}

.btn_next_area {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 100px;
	height: 50px;
	padding: 10px;
	background: rgba(232, 249, 255, .8);
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	border-radius: 50px 50px 0 0;
	z-index: 1000;
	text-decoration: none;
}

.btn_next_text {
	position: relative;
	z-index: 1001;
	color: #0078a6;
	height: 50px;
}

.btn_next:hover {
	color: #0078a6;
	opacity: .7;
}

.btn_next:visited,
.btn_next:active {
	text-decoration: none;
}

.btn_next_text::after {
	content: '';
	display: block;
	margin: auto;
	background: url(../img/talk/arrow_down.png)no-repeat center top;
	background-size: 100% auto;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	top: 11px;
}

/*共用*/

.imgArea {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
}

.talk_textArea .talk_contents {
	display: block;
	padding: 0 1rem 2rem;
	width: 100%;
	padding-bottom: 3rem;
	background: rgba(232, 249, 255, 0.8);
	min-height: 100%;
}

.talk_textArea .talk_text {
	padding: 0 5rem 3rem;
}

.talk_textArea .talk_text .sasaki {
	margin-left: -3.6em;
}

.talk_textArea .talk_text .namiki {
	margin-left: -2.6em;
}

.talk_textArea.en .talk_text .sasaki {
	margin-left: -3.8em;
}

.talk_textArea.en .talk_text .namiki {
	margin-left: -3.9em;
}

.talk_textArea .talk_text .sasaki::after,
.talk_textArea .talk_text .namiki::after {
	content: ':';
}

.talk_View02 .talk_textArea.en h3.talk_subtitle,
.talk_View03 .talk_textArea.en h3.talk_subtitle,
.talk_View04 .talk_textArea.en h3.talk_subtitle,
.talk_View05 .talk_textArea.en h3.talk_subtitle {
	font-size: 1.4rem;
	line-height: 1.8;
	height: auto;
	padding: 2vh 0;
}

.talk_View01,
.talk_View02,
.talk_View03,
.talk_View04,
.talk_end {
	display: none;
	position: relative;
	border-bottom: none;
	clear: both;
}

.talk_View01 .imgArea {
	background: url(../img/talk/imgbg01.png) no-repeat center center;
	background-size: cover;
	width: 100%;
}

.talk_View02 .imgArea {
	background: url(../img/talk/imgbg02.png) no-repeat center center;
	background-size: cover;
}

.talk_View03 .imgArea {
	background: url(../img/talk/imgbg03.png) no-repeat center center;
	background-size: cover;
}

.talk_View04 .imgArea {
	background: url(../img/talk/imgbg04.png) no-repeat center center;
	background-size: cover;
}

.talk_end .imgArea {
	background: url(../img/talk/imgbg05.png) no-repeat center center;
	background-size: cover;
}


/* talk01*/

section.talk_maine {
	height: calc(100% - 175px);
	min-height: 350px;
}

.talk_title_area {
	width: 100%;
	position: absolute;
	bottom: 10vh;
}

.talk_View01 {
	height: 100vh;
}

.talk_View01 .imgArea {
	position: absolute;
	z-index: 1;
}

.talk_title {
	position: relative;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 2vw;
	padding-top: 15vh;
	color: #0078a6;
	line-height: 1.8;
	z-index: 100;
	clear: both;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.6),
	-2px 2px 1px rgba(255, 255, 255, 0.6),
	2px -2px 1px rgba(255, 255, 255, 0.6),
	-2px -2px 1px rgba(255, 255, 255, 0.6);
}

.talk_title.en {
	font-size: 2vw;
}

.talk_title .title_L {
	display: block;
	float: left;
	width: 50%;
	padding-right: 2rem;
	text-align: right;
	line-height: 2;
    vertical-align: middle;
}

.talk_title .title_R {
	display: inline-block;
	float: right;
	padding-left: 2rem;
	width: 50%;
	text-align: left;
	line-height: 1;
    vertical-align: middle;
}
.talk_title .title_R .small{
	font-size: 1.5vw;
	color: #0078a6;
}

.talk_title .cross {
	position: absolute;
	display: block;
	width: auto;
	font-size: 6vw;
	margin: auto;
	font-weight: 100;
	top: 9.5vh;
	left: 0;
	right: 0;
	line-height:1.2;
    vertical-align: middle;
}


.talk_title.en .cross {
	top: 8vh;

}

.talk_member {
	position: relative;
	margin-top: 10vh;
	width: 100%;
	display: table;
	padding: 2rem;
	line-height: 2;
	background: rgba(232, 249, 255, .5);
	color: #333;
	z-index: 100;
}

.talk_member .company_L {
	display: table-cell;
	width: 45%;
	text-align: right;
}

.talk_member .company_R {
	display: table-cell;
	width: 45%;
}

.talk_member .cross {
	position: relative;
	display: table-cell;
	width: 10%;

}

.talk_member .cross::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 61px;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	top: 2rem;
}

.talk_member .cross::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 61px;
	border-bottom: 1px solid #333;
	transform: rotate(-45deg);
	top: 2rem;
}

.talk_member .companyName {
	font-size: 1rem;
	font-weight: 300;
}

.talk_member .post {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 2px;
}

.talk_member .name {
	font-size: 1.4rem;
	font-weight: 400;
}


/* talk02*/

.talk_View02 {
	height: 100vh;
}

.textBox {
	position: relative;
	width: 100%;
	height: 100%;
}

.textBox h3 {
	font-weight: 400;
	color: #0078a6;
	padding: 1.5rem 0;
	margin: auto;
}

.textBox .infotext {
	width: 94%;
	margin: 1rem auto;
	position: relative;
}

/* talk02*/

.talk_View02 {
	height: 100vh;
}

.talk_View02 h3.talk_subtitle {
	font-weight: 400;
	display: block;
	color: #0078a6;
	font-size: 1.6rem;
	z-index: 100;
	width: 100%;
	padding: 0;
	margin: 0;
}

.talk_View02 .talk_textArea {
	width: 100%;
	height: 100%;
	padding: 0 28% 0 28%;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: 10;
	font-size: .9rem;
	font-weight: 300;
	overflow-y: scroll;
	box-sizing: border-box;
}

.talk_View02 span.talk_subtitle_span {
	border-bottom: 1px solid #fff;
	line-height: 18vh;
	height: 18vh;
	display: block;
}

/* talk03*/

.talk_View03 {
	height: 100vh;
}

.talk_View03 h3.talk_subtitle {
	font-weight: 400;
	display: block;
	color: #0078a6;
	font-size: 1.6rem;
	line-height: 18vh;
	z-index: 100;
	height: 18vh;
	border-bottom: 1px solid #fff;
	top: 0;
}

.talk_View03 .talk_textArea {
	width: 50%;
	height: 100%;
	padding: 0 0 0 50%;
	position: relative;
	display: block;
	right: 0;
	z-index: 10;
	font-size: .9rem;
	font-weight: 300;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: content-box;
}


/* talk04*/

.talk_View04 {
	height: 100vh;
}

.talk_View04 h3.talk_subtitle {
	font-weight: 400;
	display: block;
	color: #0078a6;
	font-size: 1.6rem;
	line-height: 18vh;
	z-index: 100;
	height: 18vh;
	border-bottom: 1px solid #fff;
	top: 0;
}

.talk_View04 .talk_textArea {
	width: 50%;
	height: 100%;
	padding: 0 50% 0 0;
	position: relative;
	display: block;
	left: 0;
	z-index: 10;
	font-size: .9rem;
	font-weight: 300;
	overflow-y: scroll;
	box-sizing: content-box;
}

.talk_View04 .talk_textArea .talk_contents {
	width: 100%;
}

/* talkend*/

.talk_end {
	height: 100vh;
}

.talk_end h3.talk_subtitle {
	font-weight: 400;
	display: block;
	color: #0078a6;
	font-size: 1.6rem;
	line-height: 18vh;
	z-index: 100;
	height: 18vh;
	border-bottom: 1px solid #fff;
	top: 0;
}
.talk_View03 h3.talk_subtitle{
	padding: 10px 0;
	line-height: 1.5;
	font-size: 1.3rem;
	height: 14vh;
}
.talk_end .talk_textArea {
	width: 50%;
	height: 100%;
	padding: 0 50% 0 0;
	position: relative;
	display: block;
	left: 0;
	z-index: 10;
	font-size: .9rem;
	font-weight: 300;
	overflow-y: scroll;
	box-sizing: content-box;
}

.talk_end .talk_textArea .talk_contents {
	width: 100%;
	padding-bottom: 6rem;
}

.talk_end .topBtnPC {
	bottom: 55px;
	right: 30px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 22px;
	padding-top: 30px;
	box-sizing: border-box;
}

.talk_end .topBtnPC::before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.talk_end footer {
	position: absolute;
	z-index: 200;
	bottom: 0;
}

.talk_end footer .fmenu,
.talk_end footer .info {
	display: none;
}

/****scrolイベント(共通)******/

.btn_next_area {
	-webkit-animation: animation 2000ms linear infinite both;
	animation: animation 2000ms linear infinite both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/xFLp27 */

@-webkit-keyframes animation {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		bottom: 0;
	}
	4.2% {
		-webkit-transform: matrix3d(1.144, 0, 0, 0, 0, 1.144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.144, 0, 0, 0, 0, 1.144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	8.41% {
		-webkit-transform: matrix3d(1.257, 0, 0, 0, 0, 1.257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.257, 0, 0, 0, 0, 1.257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.61% {
		-webkit-transform: matrix3d(1.341, 0, 0, 0, 0, 1.341, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.341, 0, 0, 0, 0, 1.341, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	16.72% {
		-webkit-transform: matrix3d(1.401, 0, 0, 0, 0, 1.401, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.401, 0, 0, 0, 0, 1.401, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	25.03% {
		-webkit-transform: matrix3d(1.472, 0, 0, 0, 0, 1.472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.472, 0, 0, 0, 0, 1.472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.33% {
		-webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		-webkit-transform: matrix3d(1.491, 0, 0, 0, 0, 1.491, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.491, 0, 0, 0, 0, 1.491, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		-webkit-transform: matrix3d(1.498, 0, 0, 0, 0, 1.498, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.498, 0, 0, 0, 0, 1.498, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		-webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}

@keyframes animation {
	0% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		bottom: 0;
	}
	4.2% {
		transform: matrix3d(1.144, 0, 0, 0, 0, 1.144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.144, 0, 0, 0, 0, 1.144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	8.41% {
		transform: matrix3d(1.257, 0, 0, 0, 0, 1.257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.257, 0, 0, 0, 0, 1.257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.61% {
		transform: matrix3d(1.341, 0, 0, 0, 0, 1.341, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.341, 0, 0, 0, 0, 1.341, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	16.72% {
		transform: matrix3d(1.401, 0, 0, 0, 0, 1.401, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.401, 0, 0, 0, 0, 1.401, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	25.03% {
		transform: matrix3d(1.472, 0, 0, 0, 0, 1.472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.472, 0, 0, 0, 0, 1.472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.33% {
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		transform: matrix3d(1.491, 0, 0, 0, 0, 1.491, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.491, 0, 0, 0, 0, 1.491, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		transform: matrix3d(1.498, 0, 0, 0, 0, 1.498, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.498, 0, 0, 0, 0, 1.498, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}

.btn_next.tkv1 {
	display: block!important;
}

.btn_next.show_ {
	display: block;

}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
}

#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}

/**pager**/

.talk_pager {
	width: 10px;
	position: fixed;
	z-index: 10000;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -100px;
}

.talk_pager.show {
	right: 40px;
}

.talk_pager ul li {
	width: 8px;
	height: 8px;
	border: 1px solid #0178A6;
	margin-bottom: 14px;
	position: relative;
	cursor: pointer;
}

.talk_pager ul li:last-child {
	margin-bottom: 0;
}

.talk_pager ul li:after {
	width: 30px;
	height: 1px;
	content: "";
	display: block;
	background-color: #0178A6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* IE8 */
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}

.talk_pager ul li.active {
	border-color: transparent;
}

.talk_pager ul li.active:after {
	width: 6px;
	height: 6px;
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}

.talk .topBtn {
	bottom: 75px !important;
	right: 2.5%;
}


/*タブレット*/

@media (max-width: 768px) {
	body.talk {
		overflow-x: hidden;
		overflow-y: scroll;
		position: relative;
		width: 100vw;
		height: 100vh;
	}

	.imgArea {
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		overflow: hidden;
		z-index: 1;
	}
	.imgArea img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.talk_textArea .talk_contents {
		display: block;
		width: 100%;
		padding-bottom: 1rem;
		background: rgba(232, 249, 255, 0.8);
	}

	.talk_textArea .talk_text {
		padding: 0 1rem 1rem 3rem;
	}

	.talk_textArea .talk_text .sasaki {
		margin-left: -3.6em;
	}

	.talk_textArea .talk_text .namiki {
		margin-left: -2.6em;
	}

	.talk_textArea .talk_text .sasaki::after,
	.talk_textArea .talk_text .namiki::after {
		content: ':';
	}

	.talk_View02 .imgArea {
		background: url(../img/talk/imgbg02.png) no-repeat center top;
		background-size: cover;
	}
	.talk_View03 .imgArea {
		background: url(../img/talk/imgbg03.png) no-repeat center top;
		background-size: cover;
	}
	.talk_View04 .imgArea {
		background: url(../img/talk/imgbg04.png) no-repeat center top;
		background-size: cover;
	}
	.talk_end .imgArea {
		background: url(../img/talk/imgbg05.png) no-repeat center top;
		background-size: cover;
	}

	.navbar-brand.en {
		background: url(../img/img_logo_sp_en.png) no-repeat;
		background-color: rgba(0, 0, 0, 0);
		background-size: auto auto;
		height: 67px;
		width: 249px;
		background-size: 229px;
		background-position: 10px 16px;
	}

	.talk_View01,
	.talk_View02,
	.talk_View03,
	.talk_View04,
	.talk_end {
		display: block;
		position: relative;
		border-bottom: none;
		min-width: 100%;
		max-width: 100%;
		clear: both;
	}

	.btn_next {
		display: none;
	}

	.talk_View01 {
		height: 350px;
	}

	section.talk_maine {
		position: relative;
		border-bottom: none;
	}

	.talk_View01 .imgArea {
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		overflow: hidden;
		z-index: 1;
		display: block;
	}

	.talk_View01 .imgArea img {
		width: 100vw;
		margin: 0;
	}

	.talk_title_area {
		position: relative;
		bottom: 0;
	}

	.talk_title {
		position: relative;
		text-align: center;
		font-weight: 500;
		font-size: .9rem;
		padding-top: 1vh;
		color: #0078a6;
		line-height: 1.8;
		height: 80px;
		margin-bottom: 120px;
		z-index: 100;
	}

	.talk_title .title_L {
		display: inline-block;
		float: left;
		width: 48%;
		padding-right: 0;
		text-align: right;
		margin-top: 1.2rem;
	}

	.talk_title .title_R {
		display: inline-block;
		float: right;
		padding-left: 0;
		width: 48%;
		text-align: left;
		margin-top: 1.2rem;

	}

	.talk_title .cross,
	.talk_title.en .cross {
		position: relative;
		display: inline-block;
		width: 4%;
		font-size: 5vw;
		margin: auto;
		font-weight: 100;
		top: 0;
		left: 0;
		right: 0;
	}

	.talk_member {
		position: relative;
		width: 100%;
		display: table;
		padding: 1vh 0;
		margin: 0;
		line-height: 2;
		background: none;
		color: #333;
		z-index: 100;
	}

	.talk_member .company_L {
		display: table-cell;
		width: 46%;
		text-align: right;
		padding-right: 2%;
	}

	.talk_member .company_R {
		display: table-cell;
		width: 46%;
		padding-left: 2%;
	}

	.talk_member .cross {
		position: relative;
		display: table-cell;
		width: 4%;
	}

	.talk_member .cross::before {
		content: '';
		position: absolute;
		top: .5rem;
		right: 0;
		left: 0;
		margin: auto;
		width: .7rem;
		border-bottom: 1px solid #333;
		transform: rotate(45deg);
	}

	.talk_member .cross::after {
		content: '';
		position: absolute;
		top: .5rem;
		right: 0;
		left: 0;
		margin: auto;
		width: .7rem;
		border-bottom: 1px solid #333;
		transform: rotate(-45deg);
	}

	.talk_member .companyName {
		font-size: .6rem;
		font-weight: 300;
	}

	.talk_member .post {
		font-size: .6rem;
		font-weight: 300;
		letter-spacing: 2px;
	}

	.talk_member .name {
		font-size: 1rem;
		font-weight: 400;
	}

	.talk_View02 {
		display: block;
		height: auto;
		padding-top: 0;
	}
	.talk_View02 .imgArea {
		display: none;
	}

	.textBox {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 2%;
		margin: 3.5vh auto 0;
		color: #333;
		background: rgba(232, 249, 255, .8);
		line-height: 1.8;
		font-size: .7rem;
		font-weight: 300;
		z-index: 100;
	}

	.talk_View02 .textBox .talk_textArea {
		height: auto;
		padding: 0;
		font-size: .7rem;
		position: relative;
		overflow-y: hidden;
	}

	.talk_View02 span.talk_subtitle_span {
		height: auto;
		line-height: 2;
		font-size: 1.1rem;
	}

	.textBox h3 {
		font-weight: 400;
		color: #0078a6;
		padding: .2rem 0;
		margin: auto;
	}

	.textBox .infotext {
		width: 98%;
		margin: 1rem auto;
	}


	.talk_View03 {
		height: auto;
		padding-top: 200px;
	}

	.talk_View03 h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 1.8;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}
	.talk_View03 h3.talk_subtitle .pc-onry{
		display: none;
	}
	.talk_View03 .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}
	.talk_View04 {
		height: auto;
		padding-top: 200px;
	}

	.talk_View04 h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 3;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}

	.talk_View04 .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}

	.talk_View04 .talk_textArea .talk_contents {
		width: 100%;
	}

	.talk_end {
		height: auto;
		padding-top: 200px;
	}

	.talk_end h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 3;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}

	.talk_end .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}

	.talk_end .talk_textArea .talk_contents {
		width: 100%;
		padding-bottom: 2rem;
	}

	.talk_end .topBtn {
		bottom: 40px;
		right: 10px;
	}

	.talk_end footer {
		position: relative;
		z-index: 200;
		bottom: 0;
	}

	.talk_end footer .fmenu,
	.talk_end footer .info {
		display: block;
	}
	.talk_end .topBtnPC {
		display: none;
	}
	.talk_pager,
	.btn_next.tkv1,
	.btn_next {
		display: none!important;
	}
}

/*スマホ関係*/

@media (max-width: 414px) {

	body.talk {
		overflow-x: hidden;
		overflow-y: scroll;
		position: relative;
		width: 100vw;
		height: 100vh;
	}

	.imgArea {
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		overflow: hidden;
		z-index: 1;
	}
	.imgArea img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.talk_textArea .talk_contents {
		display: block;
		width: 100%;
		padding-bottom: 1rem;
		background: rgba(232, 249, 255, 0.8);
	}

	.talk_textArea .talk_text {
		padding: 0 1rem 1rem 3rem;
	}

	.talk_textArea .talk_text .sasaki {
		margin-left: -3.6em;
	}

	.talk_textArea .talk_text .namiki {
		margin-left: -2.6em;
	}

	.talk_textArea .talk_text .sasaki::after,
	.talk_textArea .talk_text .namiki::after {
		content: ':';
	}

	.talk_View01,
	.talk_View02,
	.talk_View03,
	.talk_View04,
	.talk_end {
		display: block;
		position: relative;
		border-bottom: none;
		min-width: 100%;
		max-width: 100%;
		clear: both;
	}

	.talk_View02 .talk_textArea.en h3.talk_subtitle,
	.talk_View03 .talk_textArea.en h3.talk_subtitle,
	.talk_View04 .talk_textArea.en h3.talk_subtitle,
	.talk_View05 .talk_textArea.en h3.talk_subtitle {
		font-size: 1.1rem;
		line-height: 1.2;
		padding: .5rem 0;
	}
	.btn_next {
		display: none;
	}

	.talk_View01 {
		height: 440px;
	}
	section.talk_maine {
		position: relative;
		border-bottom: none;
	}
	.talk_View01 .imgArea {
		position: absolute;
		top: 80px;
		;
		width: 100%;
		height: 200px;
		overflow: hidden;
		z-index: 1;
		display: block;
	}
	.talk_View01 .imgArea img {
		width: 100vw;
		margin: 0;
	}

	.talk_title_area {
		position: relative;
		bottom: 0;
	}

	.talk_title,
	.talk_title.en {
		position: relative;
		text-align: center;
		font-weight: 500;
		font-size: .8rem;
		padding-top: 2vh;
		color: #0078a6;
		line-height: 2;
		height: 80px;
		margin-bottom: 200px;
		z-index: 100;
	}

	.talk_title.en p {
		font-size: .8em;
	}


	.talk_title .title_L {
		display: inline-block;
		float: none;
		width: auto;
		padding-right: 0;
		margin-top: 0;
		text-align: right;
	}

	.talk_title .title_R {
		display: inline-block;
		float: none;
		padding-left: 0;
		width: auto;
		margin-top: 0;
		text-align: left;
	}
	.talk_title .title_R .small{
		font-size: .6rem;
	}
	.talk_title .cross {
		position: relative;
		display: inline-block;
		width: auto;
		font-size: 5vw;
		margin: auto;
		font-weight: 100;
		top: 0;
		left: 0;
		right: 0;
	}
	.talk_title .cross {
		position: relative;
		display: inline-block;
		width: auto;
		margin: auto 10px;
		font-weight: 300;
	}

	.talk_member {
		position: relative;
		width: 100%;
		display: table;
		padding: 1vh 0;
		margin: 0;
		line-height: 2;
		background: none;
		color: #333;
		z-index: 100;
	}

	.talk_member .company_L {
		display: table-cell;
		width: 46%;
		text-align: right;
		padding-right: 2%;
	}

	.talk_member .company_R {
		display: table-cell;
		width: 46%;
		padding-left: 2%;
	}

	.talk_member .cross {
		position: relative;
		display: table-cell;
		width: 4%;
	}

	.talk_member .cross::before {
		content: '';
		position: absolute;
		top: .5rem;
		right: 0;
		left: 0;
		margin: auto;
		width: .7rem;
		border-bottom: 1px solid #333;
		transform: rotate(45deg);
	}

	.talk_member .cross::after {
		content: '';
		position: absolute;
		top: .5rem;
		right: 0;
		left: 0;
		margin: auto;
		width: .7rem;
		border-bottom: 1px solid #333;
		transform: rotate(-45deg);
	}

	.talk_member .companyName {
		font-size: .5rem;
		font-weight: 300;
	}

	.talk_member .post {
		font-size: .6rem;
		font-weight: 300;
		letter-spacing: 2px;
	}

	.talk_member .name {
		font-size: 1rem;
		font-weight: 400;
	}

	.talk_View02 {
		display: block;
		height: auto;
		padding-top: 0;
	}
	.talk_View02 .imgArea {
		display: none;
	}

	.textBox {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 2%;
		margin: 1.5vh auto 0;
		color: #333;
		background: rgba(232, 249, 255, .8);
		line-height: 1.8;
		font-size: .7rem;
		font-weight: 300;
		z-index: 100;
	}

	.talk_View02 .textBox .talk_textArea {
		height: auto;
		padding: 0;
		font-size: .7rem;
		position: relative;
		overflow-y: hidden;
	}

	.talk_View02 span.talk_subtitle_span {
		height: auto;
		line-height: 2;
		font-size: 1.1rem;
	}

	.textBox h3 {
		font-weight: 400;
		color: #0078a6;
		padding: .2rem 0;
		margin: auto;
	}

	.textBox .infotext {
		width: 98%;
		margin: 1rem auto;
	}


	.talk_View03 {
		height: auto;
		padding-top: 200px;
	}

	.talk_View03 h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 1.7;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}
	.talk_View03 .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}
	.talk_View04 {
		height: auto;
		padding-top: 200px;
	}

	.talk_View04 h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 3;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}

	.talk_View04 .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}

	.talk_View04 .talk_textArea .talk_contents {
		width: 100%;
	}

	.talk_end {
		height: auto;
		padding-top: 200px;
	}

	.talk_end h3.talk_subtitle {
		font-weight: 400;
		display: block;
		color: #0078a6;
		font-size: 1rem;
		line-height: 3;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem auto;
		border-bottom: 1px solid #fff;
		background: none;
		position: relative;
		top: 0;
	}

	.talk_end .talk_textArea {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
		right: 0;
		z-index: 10;
		font-size: .7rem;
		font-weight: 300;
		overflow-y: hidden;
		box-sizing: border-box;
	}

	.talk_end .talk_textArea .talk_contents {
		width: 100%;
		padding-bottom: 2rem;
	}

	.talk_end .topBtn {
		bottom: 40px;
		right: 10px;
	}

	.talk_end footer {
		position: relative;
		z-index: 200;
		bottom: 0;
	}

	.talk_end footer .fmenu,
	.talk_end footer .topBtn,
	.talk_end footer .info {
		display: block;
	}
	.talk_end .topBtnPC {
		display: none;
	}
}

@media (min-width: 769px) {
	.topBtn {
		display: block !important;
	}
}