@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato');


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

* {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.halftrim {
	color: inherit;
	letter-spacing: -0.4em !important;
}

.halftrim_top {
	color: inherit;
	text-indent: -0.5em !important;
}

.halftrim_left {
	color: inherit;
	margin-left: -.5em;
}

.halftrim_right {
	color: inherit;
	letter-spacing: -0.3em !important;
}

.animate_in {
	-webkit-transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	/* transition: opacity .8s linear, transform .8s linear; */
}

.animate_out {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

/*--------------------------------
　トップページ
	--------------------------------*/
.talk_top_wrap {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

.talk_top_title {
	width: 100%;
	margin-bottom: 69px;
	text-align: center;
}

.talk_top_title h1 {
	margin: 50px 0 32px;
}

.talk_top_title h1 img {
	width: 49.8%;
	height: auto;
	min-height: 1px;
	margin: 0 auto;
}

.talk_top_intro {
	line-height: 195%;
	font-size: 14px;
}

.talk_banner_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	/*	padding-top: 63px;*/
	padding-top: 20px;
	border-top: 1px solid #000;
}

.talk_list_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	height: auto;
	background-color: #FFF;
}

.talk_list_title img {
	width: 74%;
	height: auto;
	min-height: 1px;
}

.talk_area {
	max-width: 1200px;
	width: 100%;
	margin: 40px 0 0;
	padding: 40px 0 30px;
}

.talk_food_area {
	background-color: #DDE8F6;
}

.talk_child_area {
	background-color: #FAECC8;
}

.talk_nursing_area {
	background-color: #F7E6EE;
}

.area_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.area_title .faculty {
	font-size: 16px;
}

.area_title .department {
	font-size: 36px;
	letter-spacing: 0.15em;
	line-height: 1.3;
}

.area_title .department_en {
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
	.area_title .department {
		font-size: 30px;
	}
}

.talk_conntainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 92%;
	margin: 30px auto 0;
}

.talk_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: calc(calc(100% - 30px) / 3);
	height: auto;
	margin: 0 15px 15px 0;
	/*	margin: 15px 0 0;*/
	overflow: hidden;
}

_:-ms-lang(x)::-ms-backdrop,
.talk_banner {
	width: calc((100% - 30px) / 3);
}

.talk_banner:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	.talk_banner:nth-of-type(3n) {
		margin-right: auto;
	}

	.talk_banner:nth-of-type(even) {
		margin-right: 0;
	}
}

.talk_banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}

.talk_banner_image_filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ECE4Df;
	opacity: .2;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	z-index: 100
}

.talk_banner img {
	width: 100%;
	height: auto;
	min-height: 1px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.talk_banner_wrap {
	overflow: hidden;
}

.talk_banner_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 3.5em;
	text-align: center;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 200;
}

/*タイトルが2行になるとき*/
.talk_banner_title_2line {
	bottom: 1.5em;
}

.talk_banner_title_2line span {
	margin-bottom: 1em;
}

/*ここまで*/
.talk_banner_arrow {
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #FFF;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 400;
}

.talk_banner_arrow::after {
	content: '';

	position: absolute;
	top: 0;
	bottom: 0;
	left: 23%;
	width: 18px;
	height: 18px;
	margin: auto 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.talk_banner_title span {
	color: #FFF;
	font-size: 14px;
}

.talk_benner_title_2line {
	bottom: 1.5em;
}

.talk_banner:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.talk_banner:hover .talk_banner_arrow {
	opacity: 1;
}

.talk_banner:hover .talk_banner_title {
	opacity: 1;
}

.talk_food:hover .talk_banner_image_filter {
	background-color: #1BAAFF;
	opacity: .7;
}

.talk_child:hover .talk_banner_image_filter {
	background-color: #FF811D;
	opacity: .7;
}

.talk_nursing:hover .talk_banner_image_filter {
	background-color: #FF79A7;
	opacity: .7;
}

@media screen and (max-width: 1000px) {
	.talk_top_title h1 img {
		width: 70%;
	}

	.talk_banner {
		width: calc(calc(100% - 15px) / 2);
	}

	_:-ms-lang(x)::-ms-backdrop,
	.talk_banner {
		width: calc((100% - 15px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.talk_top_title h1 img {
		width: 90%;
	}

	.talk_banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.talk_banner_image_filter {
		height: calc(100% - 60px - 5.2VW);
	}

	.talk_banner_title {
		position: relative;
		height: 60px;
		margin: 2.6VW 0;
		font-size: 2.2VW;
		color: #000;
		opacity: 1;
	}

	.talk_banner_title span {
		font-size: 1.8VW;
		color: #000;
	}

	.talk_banner:hover .talk_banner_arrow {
		opacity: 0;
	}
}

@media screen and (max-width: 600px) {
	.talk_banner_image_filter {
		height: calc(100% - 22.5VW - 5.2VW);
	}

	.talk_banner_title {
		height: 22.5VW;
		font-size: 3.5VW;
	}

	.talk_banner_title span {
		font-size: 2.4VW;
	}
}


/*--------------------------------
　個別ページ
	--------------------------------*/
.talk_article_child .dept_color {
	color: #FF811D;
}

.talk_article_child .talk_body_wrap {
	background-color: #FAECC8;
}

.talk_article_food .dept_color {
	color: #1BAAFF;
}

.talk_article_food .talk_body_wrap {
	background-color: #DDE8F6;
}

.talk_article_nursing .dept_color {
	color: #FF79A7;
}

.talk_article_nursing .talk_body_wrap {
	background-color: #F7E6EE;
}

.br_sp1,
.br_sp2 {
	display: none;
}

.talk_article_wrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.talk_article_body_fadeout {
	opacity: 0;
}

.talk_article_title {
	position: relative;
	width: 91%;
	height: auto;
	margin-top: calc(100VW * .12);
}

.talk_article_title_border {
	position: relative;
	width: 100%;
	border-top: 1px solid #000;
}

.talk_article_title_border::before {
	content: '';

	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 36px solid #FFF;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	z-index: 401;
}

.talk_article_title_border::after {
	content: '';

	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 37px solid #000;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	z-index: 400;
}

.talk_article_title .animate_in {
	/*	transition: opacity 1.5s, transform 1.5s;*/
	-webkit-transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
}

.talk_article_logo_wrap {
	position: relative;
}

.talk_article_letstalk {
	position: absolute;
	top: 2.2VW;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 42%;
	height: auto;
	min-height: 1px;
	z-index: 300;
}

.talk_article_title_pic {
	position: relative;
	width: 100%;
}

.talk_article_pic_pc {
	width: 100%;
	height: auto;
	min-height: 1px;
}

.talk_article_pic_sp {
	display: none;
}

.talk_article_pic_filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ECE4Df;
	opacity: .2;
}

.talk_article_pic_filter2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, #FFF 14px, transparent 0),
		linear-gradient(-45deg, #FFF 14px, transparent 0),
		linear-gradient(135deg, #FFF 14px, transparent 0),
		linear-gradient(-135deg, #FFF 14px, transparent 0);
}

.talk_occupation {
	position: absolute;
	width: 12.2%;
	height: auto;
	min-height: 1px;
}

.child2_occupation1 {
	top: 41%;
	left: 18.6%;
}

.child2_occupation2 {
	top: 60%;
	right: 18%;
}

.talk_article_pager_wrap {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 250px auto 250px;
	-ms-grid-columns: 250px calc(100% - 500px) 250px;
	grid-template-rows: auto;
	-ms-grid-rows: auto;
	grid-template-areas: "prev_button title next_button";
	width: 100%;
	height: 150px;
	padding: 25px 30px;
}

.talk_article_pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	width: 100%;
}

.talk_article_pager a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.talk_article_pager.pager_prev {
	grid-area: prev_button;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.talk_article_pager.pager_prev.animate_out {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.talk_article_pager.pager_next.animate_out {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.talk_article_pager.pager_prev.animate_in,
.talk_article_pager.pager_next.animate_in {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.talk_article_pager.pager_next {
	grid-area: next_button;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.talk_article_pager_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.talk_article_pager_img img {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.talk_article_pager:hover .talk_article_pager_img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.talk_article_pager_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 17px;
}

.pager_button_info {
	display: inline-block;
	margin: 14px 0 12px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
}

.pager_button_info_text {
	text-align: center;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: .16em;
}

.pager_prev::after,
.pager_next::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto 0;
	border-bottom: 1px solid #000;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.pager_prev::after {
	right: -6px;
	border-left: 1px solid #000;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.pager_next::before {
	left: -6px;
	border-right: 1px solid #000;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.talk_article_pager_wrap h1 {
	grid-area: title;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	letter-spacing: .2em;
	text-align: center;
}

.talk_theme {
	width: 10em;
	height: 1em;
	margin: 16px 0 9px;
	text-align: center;
	font-size: 12px;
	letter-spacing: .01em;
}

.talk_article_pager_wrap .dept_color {
	letter-spacing: .1em;
}

.talk_article_wrap h2 {
	margin: 81px 0 69px;
	text-align: center;
	font-size: 20px;
	letter-spacing: .11em;
}

.talk_article_wrap h2.animate_in {
	/*	transition: opacity 1.5s, transform 1.5s;*/
	-webkit-transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
}

.talk_article_wrap h2 span {
	letter-spacing: .2em;
}

.talk_article_persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.talk_article_persons.animate_in {
	-webkit-transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1);
	transition: opacity .8s cubic-bezier(.14, 1, .34, 1), transform .8s cubic-bezier(.14, 1, .34, 1), -webkit-transform .8s cubic-bezier(.14, 1, .34, 1);
	/*	transition: opacity 1.5s, transform 1.5s;*/
}

.talk_person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 235px;
}

.talk_person_img {
	position: relative;
	height: 190px;
}

.talk_person_img img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.talk_person_cross {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	z-index: 200;
}

.talk_person_cross::before,
.talk_person_cross::after {
	content: '';
	position: absolute;
	top: -15px;
	left: -35px;
	width: 72px;
	height: 1px;
	background-color: #000;
}

.talk_person_cross::before {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.talk_person_cross::after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.talk_person_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 140px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	letter-spacing: 0.05em;
}

.talk_person_info span {
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 100%;
}

.talk_person_status {
	margin-top: 9px;
	font-weight: bold;
}

.talk_person_name {
	margin-top: 9px;
	font-size: 15px;
	font-weight: bold;
}

.talk_person_grade {
	margin-top: 9px;
}

.talk_person_grade .sp {
	display: none;
}

.talk_person_separator {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 70%;
	margin: auto 0;
	border-right: 1px dashed #000;
	-webkit-transform: rotateZ(10deg);
	transform: rotateZ(10deg);
}

.talk_person_note {
	font-size: 10px;
	width: 320px;
	margin: 10px auto;
}

.talk_body_wrap {
	position: relative;
	width: calc(100% - 320px);
	max-width: 1080px;
	margin: 180px auto;
	padding: 138px 70px 0;
	border-radius: 48px;
	border: 1px solid #000;
}

.talk_start {
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
	margin: 0 auto;
}

.talk_article_body_pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 127px;
	width: 160px;
	z-index: 200;
}

.talk_article_body_pager a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.talk_article_body_pager .talk_article_pager_img {
	width: 80px;
	height: 80px;
	margin: 0 auto 17px;
}

.talk_article_body_pager:hover .talk_article_pager_img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.talk_article_body_pager .pager_button_info_text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 11px;
	letter-spacing: .09em;
	width: 1.2em;
}

.body_pager_prev {
	left: -160px;
}

.body_pager_next {
	right: -160px;
}

.talk_index {
	width: 100%;
	height: 113px;
	margin-bottom: 78px;
	border-bottom: 1px dotted #000;
	text-align: center;
	font-size: 21px;
	letter-spacing: .11em;
}

.talk_index span {
	display: inline-block;
	margin-bottom: 13px;
	font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 16px;
	letter-spacing: .36em;
	font-weight: normal;
	text-shadow: #000 1px 0px 0px, #000 0.540302px 0.841471px 0px, #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px, #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px, #000 0.96017px -0.279415px 0px;
}

.talk_index img {
	width: 100px;
	height: auto;
	min-height: 1px;
	margin: 0 auto 13px;
}

.talk_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 49px;
}

.talk_row.animate_out {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.talk_row_left.animate_out {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.talk_row_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 117px;
}

.talk_row_img img {
	width: 85px;
	height: 85px;
}

.talk_row_person_name {
	margin-top: 5px;
	font-weight: bold;
}

.talk_row_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: calc(100% - 158px);
	max-width: 480px;
	margin-right: 42px;
	margin-left: auto;
	padding: 31px 41px;
	background-color: #FFF;
	border-radius: 12px;
	border: 1px solid #000;
	font-size: 16px;
	font-size: 16px;
	line-height: 193%;
	letter-spacing: 0.13em;
}

.talk_row_text::before {
	content: '';

	position: absolute;
	top: 34px;
	right: -21px;
	border-top: 11px solid transparent;
	border-left: 21px solid #000;
	border-bottom: 11px solid transparent;
}

.talk_row_text::after {
	content: '';

	position: absolute;
	top: 34px;
	right: -19px;
	border-top: 11px solid transparent;
	border-left: 21px solid #FFF;
	border-bottom: 11px solid transparent;
}

.talk_row_left .talk_row_text::before {
	right: auto;
	left: -21px;
	border-left: none;
	border-right: 21px solid #000;
}

.talk_row_left .talk_row_text::after {
	right: auto;
	left: -19px;
	border-left: none;
	border-right: 21px solid #FFF;
}

.talk_row_left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.talk_row_left .talk_row_text {
	margin-left: 42px;
	margin-right: auto;
}

.talk_body_img {
	position: relative;
	margin: 80px 20px 100px;
}

.talk_body_img_filter,
.talk_body_img_filter2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.talk_article_child .talk_body_img_filter {
	background-image: linear-gradient(45deg, #FAECC8 14px, transparent 0),
		linear-gradient(-45deg, #FAECC8 14px, transparent 0),
		linear-gradient(135deg, #FAECC8 14px, transparent 0),
		linear-gradient(-135deg, #FAECC8 14px, transparent 0);
}

.talk_article_food .talk_body_img_filter {
	background-image: linear-gradient(45deg, #DDE8F6 14px, transparent 0),
		linear-gradient(-45deg, #DDE8F6 14px, transparent 0),
		linear-gradient(135deg, #DDE8F6 14px, transparent 0),
		linear-gradient(-135deg, #DDE8F6 14px, transparent 0);
}

.talk_article_nursing .talk_body_img_filter {
	background-image: linear-gradient(45deg, #F7E6EE 14px, transparent 0),
		linear-gradient(-45deg, #F7E6EE 14px, transparent 0),
		linear-gradient(135deg, #F7E6EE 14px, transparent 0),
		linear-gradient(-135deg, #F7E6EE 14px, transparent 0);
}

.talk_article_child .talk_body_img_filter2 {
	background-image: linear-gradient(45deg, #FFF 14px, transparent 0),
		linear-gradient(-45deg, #FFF 14px, transparent 0),
		linear-gradient(135deg, #FAECC8 14px, transparent 0),
		linear-gradient(-135deg, #FAECC8 14px, transparent 0);
}

.talk_article_food .talk_body_img_filter2 {
	background-image: linear-gradient(45deg, #FFF 14px, transparent 0),
		linear-gradient(-45deg, #FFF 14px, transparent 0),
		linear-gradient(135deg, #DDE8F6 14px, transparent 0),
		linear-gradient(-135deg, #DDE8F6 14px, transparent 0);
}

.talk_article_nursing .talk_body_img_filter2 {
	background-image: linear-gradient(45deg, #FFF 14px, transparent 0),
		linear-gradient(-45deg, #FFF 14px, transparent 0),
		linear-gradient(135deg, #F7E6EE 14px, transparent 0),
		linear-gradient(-135deg, #F7E6EE 14px, transparent 0);
}

.talk_body_img_bottom {
	margin-bottom: -175px;
}

.talk_back_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 60%;
	max-width: 552px;
	height: 81px;
	border-radius: 41px;
	margin: 348px auto 78px;
	border: 1px solid #000;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: .16em;
}

.talk_back_button a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.talk_back_button span {
	letter-spacing: .1em;
}

.talk_back_button::after {
	content: '';

	position: absolute;
	right: 43px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 18px;
	height: 18px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.talk_back_button:hover::after {
	-webkit-transform: rotateZ(-45deg) rotate3D(1, 1, 0, 360deg);
	transform: rotateZ(-45deg) rotate3D(1, 1, 0, 360deg);
}

@media screen and (max-width: 1100px) {
	.talk_article_pager_wrap {
		grid-template-columns: 210px auto 210px;
		-ms-grid-columns: 210px calc(100% - 420px) 210px;
		height: 125px;
		padding: 20px 0;
	}

	.talk_article_pager_wrap h1 {
		font-size: 22px;
	}

	.talk_article_pager_img {
		width: 80px;
		height: 80px;
	}

	.talk_article_pager_text {
		margin: 0 10px;
	}

	.talk_body_wrap {
		width: calc(100% - 260px);
		padding: 100px 40px 0;
	}

	.talk_occupation {
		width: 15%;
	}

	.child2_occupation1 {
		top: 36%;
		left: 15.6%;
	}

	.talk_article_body_pager {
		width: 110px;
	}

	.talk_article_body_pager .talk_article_pager_img {
		width: 70px;
		height: 70px;
	}

	.body_pager_prev {
		left: -110px;
	}

	.body_pager_next {
		right: -110px;
	}
}

@media screen and (max-width: 1000px) {
	.talk_row_text {
		padding: 20px 30px;
		font-size: 15px;
	}
}

@media screen and (max-width: 900px) {
	.talk_article_pager_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100px;
		padding: 0;
	}

	.talk_article_pager_wrap h1 {
		margin: 15px 0;
	}

	.talk_theme {
		margin-top: 0;
	}

	.talk_body_wrap {
		width: 91%;
	}

	.talk_article_pager,
	.talk_article_body_pager {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.talk_row_img {
		width: 60px;
	}

	.talk_row_img img {
		width: 60px;
		height: 60px;
	}

	.talk_row_text {
		width: calc(100% - 92px);
	}

	.talk_row_left.talk_row_text {
		margin-left: 32px;
	}

	.talk_row_text::before,
	.talk_row_text::after {
		top: 18px;
	}
}



@media screen and (max-width: 768px) {
	.talk_banner_title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.talk_banner_title span {
		margin-bottom: .7em;
	}

	.talk_article_letstalk {
		width: 60%;
	}

	.talk_article_title {
		margin-top: 15VW;
	}

	.talk_article_pic_pc {
		display: none;
	}

	.talk_article_pic_sp {
		display: block;
	}

	.talk_occupation {
		width: 25%;
	}

	.child2_occupation1 {
		top: auto;
		bottom: 9%;
		left: 3.6%;
	}

	.talk_back_button::after {
		right: 31px;
	}
}

@media screen and (max-width: 600px) {
	.talk_occupation {
		width: 36%;
	}

	.child2_occupation1 {
		bottom: 0%;
		left: 1.6%;
	}

	.talk_article_pager_wrap h1 {
		font-size: 19px;
	}

	.talk_article_wrap h2 {
		font-size: 17px;
	}

	.talk_person {
		width: 145px;
	}

	.talk_person_img {
		height: 150px;
	}

	.talk_person_cross::before,
	.talk_person_cross::after {
		top: -15px;
		left: -28px;
		width: 54px;
		height: 1px;
		background-color: #000;
	}

	.talk_person_info {
		height: 100px;
	}

	.talk_person_info span {
		font-size: 11px;
	}

	.talk_person_note {
		font-size: 9px;
		letter-spacing: 0.13em;
		width: 280px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.talk_body_wrap {
		width: 95%;
		margin-top: 120px;
		padding: 85px 11px 0;
		border-radius: 8VW;
	}

	.talk_start {
		top: -13VW;
		width: 55.6VW;
	}

	.talk_index {
		height: auto;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	.talk_row_text {
		width: calc(100% - 80px);
		margin-right: 20px;
		padding: 10px 15px;
		font-size: 13px;
	}

	.talk_row_left .talk_row_text {
		width: calc(100% - 80px);
		margin-left: 20px;
	}

	.talk_row_text::before,
	.talk_row_text::after {
		top: 21px;
	}

	.talk_row_text::before {
		right: -15px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 15px solid #000;
	}

	.talk_row_text::after {
		right: -13px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 15px solid #FFF;
	}

	.talk_row_left .talk_row_text::before {
		left: -15px;
		border-right: 15px solid #000;
	}

	.talk_row_left .talk_row_text::after {
		left: -13px;
		border-right: 15px solid #FFF;
	}

	.talk_body_img {
		margin: 50px 0;
		padding: 0;
	}

	.talk_body_img_bottom {
		margin-bottom: -20VW;
	}

	.talk_back_button {
		width: 80%;
		margin: 50VW auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.br_sp1 {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.talk_back_button {
		font-size: 15px;
	}

	.talk_back_button::after {
		right: 28px;
		width: 14px;
		height: 14px;
	}
}


/*20210405追加*/
.letstalk {
	overflow: visible;
}

.letstalk .talk_article_logo_wrap {
	padding-top: 1px;
}

.letstalk .body_pager_prev {
	left: auto;
}

.letstalk .body_pager_next {
	right: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.letstalk .talk_article_body_pager {
	position: -webkit-sticky;
	position: sticky;
	top: 20%;
	margin-top: 200px;
}

_:-ms-lang(x)::-ms-backdrop,
.letstalk .talk_article_body_pager {
	position: absolute;
}

_:-ms-lang(x)::-ms-backdrop,
.letstalk .body_pager_next {
	right: 0;
}

.talk_special_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.letstalk .talk_back_button {
	margin-top: 170px;
}

@media screen and (max-width: 500px) {
	.letstalk .talk_back_button {
		margin-top: 30px;
	}
}

/* 20230704追加 */
.nursing6 .talk_person{
	width: 180px;
}

@media screen and (max-width: 600px)  {
	.nursing6 .talk_person{
		width: 110px;
	}

	.nursing6 .talk_person_img {
    height: 140px;
	}

	.talk_person_grade {
		line-height: 1.3;
		text-align: center;
	}

	.talk_person_grade .sp {
		display: block;
	}
}