@charset "utf-8";

/*============================ #submain ============================*/
.submain {
	height: 250px;
	background: url(../../assets/img/seniorvoice/main_bg.jpg) center / cover no-repeat;
	padding: 15px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.submain__title {
	font-size: 30px;
}
.lcl-submain__ttl {
	position: absolute;
	width: 642px;
	bottom: -55px;
	right: 0;
	left: 0;
	margin: auto;
}
/*============================ #wrp ============================*/
.lcl-wrp {
	position: relative;
	overflow: hidden;
}
/*============================ #lead ============================*/
.lcl-lead {
	padding: 75px 0 40px;
}
.lcl-lead__txt {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
/*============================ #nav ============================*/
.lcl-nav {
	margin-bottom: 60px;
}
.lcl-nav-list {
	width: 1000px;
	margin: 0 auto;
}
[class^="lcl-nav-item--"] {
	width: 160px;
}
[class^="lcl-nav-item--"] a {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.5s ease;
}
.lcl-nav-img {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.lcl-nav__ico {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: 0.025em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 19.2px;
	border-radius: 0 0 10px 0;
}
.lcl-nav-ttl {
	width: 100%;
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	border-radius: 0 0 10px 10px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.025em;
	font-weight: bold;
	padding-bottom: 10px;
}
.lcl-nav-item--01 .lcl-nav-ttl {
	background-color: #2aa8bd;
}
.lcl-nav-item--02 .lcl-nav-ttl {
	background-color: #30508a;
}
.lcl-nav-item--03 .lcl-nav-ttl {
	background-color: #3cb15d;
}
.lcl-nav-item--04 .lcl-nav-ttl {
	background-color: #d86100;
}
.lcl-nav-item--05 .lcl-nav-ttl {
	background-color: #793490;
}
.lcl-nav-item--06 .lcl-nav-ttl {
	background-color: #d43483;
}
.lcl-nav-ttl p {
	position: relative;
	display: inline-block;
}
.lcl-nav-ttl p::after {
	content: "\f078";
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	height: 1em;
	width: 1em;
	font-size: 12px;
	transition: 0.5s ease;
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	[class^="lcl-nav-item--"] a:hover {
		opacity: 0.6;
	}
	[class^="lcl-nav-item--"] a:hover .lcl-nav-ttl p::after {
		bottom: -30px;
	}
}
/*============================ #list ============================*/
.lcl-voice-list {
	width: 1000px;
	margin: 0 auto;
}
/* ---------------------- option ---- */
.lcl-voice-item-wrp {
	padding-top: 115px;
}
/* ---------------------- option ---- */
.lcl-voice-item {
	width: 100%;
	background: url(../../assets/img/subpage/bg_main.png) center /110px 73px repeat;
	margin-bottom: 100px;
}
.lcl-voice-item.job--01 {
	background: #e4f1f4;
	color: #5076a7;
}
.job--01 .lcl-voice-qa__ttl{
	color: #5076a7;
}
.lcl-voice-item.job--02 {
	background: #e4f9f1;
	color: #045435;
}
.job--02 .lcl-voice-qa__ttl{
	color: #045435;
}
.lcl-voice-head {
	align-items: flex-start;
	margin-bottom: 40px;
}
.lcl-voice-item-main {
	width: 50%;
	height: 510px;
	position: relative;
	top: -115px;
	left: -50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: -115px;
	overflow: hidden;
}
.lcl-voice-item-main::before,
.lcl-voice-item-main::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.lcl-voice-item-main::before {
	transition: 0.5s ease 0.2s;
}
.lcl-voice-item-main::after {
	z-index: 2;
	transition: 0.5s ease 0.35s;
}
/* ---------------------- option ---- */
.lcl-voice-head .lcl-voice-qa {
	width: 50%;
	padding-right: 50px;
	padding-top: 45px;
}
.lcl-voice-item-main__img {
	margin-right: 30px;
}
.lcl-voice-item-main__txt {
	align-self: center;
}
@supports (-ms-ime-align: auto) {
	.lcl-voice-item-main__txt{
		align-self: baseline;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}
.lcl-voice-qa-item:not(:last-child) {
	margin-bottom: 25px;
}
.lcl-voice-qa__ttl {
	width: 100%;
	background-color: #fff;
	color: #4fc4d8;
	font-weight: bold;
	font-size: 20px;
	min-height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.4;
	padding: 7px 0;
}
.lcl-voice-qa-item p {
	line-height: 1.8666;
}
.lcl-voice-qa-item .voice-name{
	font-size: 24px;
}
.lcl-voice-qa-item .voice-name span{
	font-size: 18px;
    margin-right: 1em;
}
/* ---------------------- option ---- */
.lcl-voice-middle {
	padding-left: 50px;
	padding-bottom: 50px;
	align-items: flex-start;
	margin-bottom: 60px;
}
.lcl-voice-middle-img {
	width: 370px;
	position: relative;
	top: -27px;
	right: 50px;
	margin-bottom: -27px;
	transition: 0.8s ease 0.4s;
	opacity: 0;
}
.lcl-voice-middle .lcl-voice-qa {
	width: 560px;
}
/* ---------------------- option ---- */
.lcl-voice-flow {
	width: 100%;
	display: flex;
	align-self: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lcl-voice-flow-head {
	width: 100%;
	padding: 10px;
}
.lcl-voice-flow-head h2 {
	padding: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lcl-voice-flow-head span{
	display: block;
    font-size: 19px;
    margin-right: 10px;
}
.lcl-voice-flow-list {
	display: flex;
	align-self: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 140px);
}
.lcl-voice-flow-item {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: bold;
	padding: 23px 0;
	padding-left: 60px;
	position: relative;
}
.lcl-voice-flow-item:not(:last-child)::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 0 70px 47px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -47px;
	display: block;
	z-index: 2;
}
.lcl-voice-flow__txt01 {
	font-size: 22px;
	display: flex;
	align-self: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 8px;
	margin-bottom: 6px;
	position: relative;
	width: 239px;
}
.lcl-voice-flow__txt01::after {
	content: "";
	width: 239px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.lcl-voice-flow__txt01::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 0 27px;
	border-color: transparent transparent transparent #fff;
	bottom: 4px;
	right: 0;
	position: absolute;
	z-index: 3;
}
.lcl-voice-flow__txt01 span {
	font-size: 18px;
	padding-top: 3px;
	margin-right: 10px;
	display: inline-block;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-voice-flow__txt--fz{
		font-size: 17px;
		line-height: 1.1;
		height: 43px;
		letter-spacing: 0.05em;
	}
}
/* /pc-only -----------*/
.lcl-voice-flow-move {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 1.466;
	text-align: center;
}
.lcl-voice-flow-move li {
	position: relative;
}
.lcl-voice-flow-move li:not(:last-child) {
	margin-right: 35px;
}
.lcl-voice-flow-move li:not(:last-child)::after {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: -24px;
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin: auto 0;
	top: 0;
	bottom: 0;
}
.lcl-voice-flow__txt02 {
	padding-top: 9px;
}
.lcl-voice-flow-item:nth-child(1) {
	width: 235px;
	padding-left: 15px;
}
.lcl-voice-flow-item:nth-child(2) {
	width: 295px;
}
.lcl-voice-flow-item:nth-child(3) {
	width: 330px;
}
/* ---------------------- option ---- */
.lcl-voice-flow--2col .lcl-voice-flow-item:nth-child(1) {
	width: 365px;
}
.lcl-voice-flow--2col .lcl-voice-flow__txt01,
.lcl-voice-flow--2col .lcl-voice-flow__txt01::after {
	width: 289px;
}
.lcl-voice-flow--2col .lcl-voice-flow-item:nth-child(2) {
	width: 495px;
	padding-left: 120px;
}

/* ---------------------- option ---- */
.lcl-voice-btm {
	align-items: stretch;
}
.lcl-voice-btm .lcl-voice-qa,
.lcl-voice-oneday {
	width: 50%;
	position: relative;
	padding: 40px 50px 35px;
}
.lcl-voice-btm .lcl-voice-qa::after {
	content: "";
	width: 3px;
	height: 98%;
	background-color: #ee7912;
	position: absolute;
	top: 0;
	right: 0;
}
.lcl-voice-oneday__ttl {
	width: 320px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #271802;
	margin: 0 auto 7px;
	border-radius: 10px;
}
.lcl-voice-oneday-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding: 12px 0 15px;
}
.lcl-voice-oneday-item:not(:last-child) {
	border-bottom: 3px solid #ee7912;
	position: relative;
}
.lcl-voice-oneday-item:not(:last-child)::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ee7912 transparent transparent transparent;
	position: absolute;
	bottom: -9px;
	right: 0;
	left: 0;
	margin: auto;
}
.lcl-voice-oneday-item__time {
	width: 145px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0;
}
.lcl-voice-oneday-item__txt {
	width: calc(100% - 145px);
	padding-top: 3px;
}
/* ---------------------- option ---- */
.lcl-voice-fav {
	padding: 25px 0 25px;
	overflow: hidden;
	align-items: flex-start;
}
.lcl-voice-fav-ttl {
	width: 250px;
	background-color: #f66200;
	height: 100px;
	position: relative;
	padding-left: 125px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lcl-voice-fav-ttl::before,
.lcl-voice-fav-ttl::after {
	content: "";
	position: absolute;
}
.lcl-voice-fav-ttl::before {
	left: 14px;
	top: -20px;
}
.lcl-voice-fav-ttl::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 30px 0 0;
	border-color: #f66200 transparent transparent transparent;
	top: 0;
	right: -30px;
}
.lcl-voice-fav-ttl h2 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
.lcl-voice-fav-ttl h2 span {
	font-size: 31px;
}
.lcl-voice-fav-rank {
	width: calc(100% - 280px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
[class^="lcl-voice-fav-rank-item--"] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
[class^="lcl-voice-fav-rank-item--"]:not(:last-child) {
	margin-right: 15px;
}
[class^="lcl-voice-fav-rank-item--"] span {
	width: 111px;
	display: block;
	margin-right: 10px;
	position: relative;
}
[class^="lcl-voice-fav-rank-item--"] span::before {
	content: "";
	font-size: 60px;
	line-height: 1;
	position: absolute;
	right: -30px;
	top: -8px;
	color: #f66200;
	font-family: "Baloo Bhaijaan", cursive;
	transition: 0.3s ease 0.2s;
	transform: scale(0);
	/*opacity: 0;*/
}
[class^="lcl-voice-fav-rank-item--"] p {
	font-weight: bold;
	line-height: 1.6;
	padding-top: 35px;
	min-width: 95px;
}
.lcl-voice-fav-rank-item--01 span::before {
	content: "01";
	transition-delay: 0.2s;
}
.lcl-voice-fav-rank-item--02 span::before {
	content: "02";
	transition-delay: 0.3s;
}
.lcl-voice-fav-rank-item--03 span::before {
	content: "03";
	transition-delay: 0.4s;
}
/* ---------------------- option ---- */
.lcl-voice-img span {
	width: 50%;
}
/* ---------------------- option ---- */
.lcl-voice-fav-rank.scr_active
	[class^="lcl-voice-fav-rank-item--"]
	span::before {
	transform: scale(1);
	opacity: 1;
}
/*============================ #互い違い ============================*/
.lcl-voice-item:nth-child(2n) .lcl-voice-head {
	flex-direction: row-reverse;
}
.lcl-voice-item:nth-child(2n) .lcl-voice-item-main {
	left: 50px;
}
.lcl-voice-item:nth-child(2n) .lcl-voice-head .lcl-voice-qa {
	padding-right: 0;
	padding-left: 50px;
}
/* ---------------------- option ---- */
.lcl-voice-item:nth-child(2n) .lcl-voice-middle {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 70px;
}
.lcl-voice-item:nth-child(2n) .lcl-voice-middle-img {
	right: -50px;
}
.lcl-voice-item:nth-child(2n) .lcl-voice-middle .lcl-voice-qa {
	width: 560px;
}
/*============================ #色違い ============================*/
/* ---------------------- education ---- */
#message .lcl-voice-item-main {
	background: url(../img/top/message01.jpg)center center no-repeat;
	background-size: cover;
}
#voice--01 .lcl-voice-item-main {
	background: url(../img/voice/img_01.jpg)center center no-repeat;
	background-size: cover;
}
#voice--01 .lcl-voice-item {
	background: #e4f1f4;
	color: #5076a7;
}
#voice--01 .lcl-voice-qa__ttl{
	color: #5076a7;
}
#voice--02 .lcl-voice-item-main {
	background: url(../img/voice/img_03.jpg)center center no-repeat;
	background-size: cover;
}
#voice--02 .lcl-voice-item {
	background: #e4f9f1;
    color: #045435;
}
#voice--02 .lcl-voice-qa__ttl{
	color: #045435;
}
#voice--03 .lcl-voice-item-main {
	background: url(../img/voice/img_05.jpg)center center no-repeat;
	background-size: cover;
}
#voice--03 .lcl-voice-item {
	background: #f6e9ec;
	color: #a43737;
}
#voice--03 .lcl-voice-qa__ttl{
	color: #a43737;
}
#voice--04 .lcl-voice-item-main {
	background: url(../img/voice/img_07.jpg)center center no-repeat;
	background-size: cover;
}
#voice--04 .lcl-voice-item {
	background: #e4f1f4;
	color: #5076a7;
}
#voice--04 .lcl-voice-qa__ttl{
	color: #5076a7;
}
#voice--05 .lcl-voice-item-main {
	background: url(../img/voice/img_08.jpg)center center no-repeat;
	background-size: cover;
}
#voice--05 .lcl-voice-item {
	background: #e4f9f1;
    color: #045435;
}
#voice--05 .lcl-voice-qa__ttl{
	color: #045435;
}

#education .lcl-voice-flow-head h2 {
	color: #009db8;
}
#education .lcl-voice-flow-head,
#education .lcl-voice-flow-item:nth-child(1) {
	background-color: #2aa8bd;
}
#education .lcl-voice-flow-item:nth-child(1)::after {
	border-color: transparent transparent transparent #2aa8bd;
}
#education .lcl-voice-flow-item:nth-child(2) {
	background-color: #00869c;
}
#education .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::after {
	background-color: #00869c;
}
#education .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #00869c;
}
#education .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::after {
	background-color: #2aa8bd;
}
#education .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #2aa8bd;
}
/* ---------------------- manager ---- */
#manager .lcl-voice-item-main,
#manager .lcl-voice-item-main::before {
	background-color: #30508a;
}
#manager .lcl-voice-qa__ttl {
	color: #30508a;
}
#manager .lcl-voice-item-main__img {
	width: 228px;
	align-self: flex-start;
	position: relative;
	top: 20px;
	margin-right: 10px;
}
#manager .lcl-voice-item-main__txt {
	width: 214.5px;
}
#manager .lcl-voice-fav-ttl::before {
	width: 119px;
	height: 204.5px;
	background: url(../../assets/img/seniorvoice/manager/img_03.png) center /100% no-repeat;
	left: 0;
}
#manager .lcl-voice-flow-head h2 {
	color: #4166a9;
}
#manager .lcl-voice-flow-head,
#manager .lcl-voice-flow-item:nth-child(1) {
	background-color: #537cc7;
}
#manager .lcl-voice-flow-item:nth-child(1)::after {
	border-color: transparent transparent transparent #537cc7;
}
#manager .lcl-voice-flow-item:nth-child(2) {
	background-color: #4166a9;
}
#manager .lcl-voice-flow-item:nth-child(2)::after {
	border-color: transparent transparent transparent #4166a9;
}
#manager .lcl-voice-flow-item:nth-child(3) {
	background-color: #30508a;
}
#manager .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::after {
	background-color: #4166a9;
}
#manager .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #4166a9;
}
#manager .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::after {
	background-color: #30508a;
}
#manager .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #30508a;
}
#manager .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::after {
	background-color: #537cc7;
}
#manager .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #537cc7;
}
/* ---------------------- sales ---- */
#sales .lcl-voice-item-main,
#sales .lcl-voice-item-main::before {
	background-color: #3cb15d;
}
#sales .lcl-voice-qa__ttl {
	color: #3cb15d;
}
#sales .lcl-voice-item-main__img {
	width: 182px;
}
#sales .lcl-voice-item-main__txt {
	width: 215px;
}
#sales .lcl-voice-btm {
	border-top: 6px solid #87580e;
}
#sales .lcl-voice-fav-ttl::before {
	width: 84px;
	height: 170px;
	background: url(../../assets/img/seniorvoice/sales/img_03.png) center /100% no-repeat;
	left: 20px;
}
/* ---------------------- product ---- */
#product .lcl-voice-item-main,
#product .lcl-voice-item-main::before {
	background-color: #d86100;
}
#product .lcl-voice-qa__ttl {
	color: #d86100;
}
#product .lcl-voice-item-main__img {
	width: 200px;
	align-self: flex-start;
	position: relative;
	top: 40px;
}
#product .lcl-voice-item-main__txt {
	width: 213px;
}
#product .lcl-voice-fav-ttl::before {
	width: 118.5px;
	height: 152.5px;
	background: url(../../assets/img/seniorvoice/product/img_03.png) center /100% no-repeat;
	left: 0;
	top: -15px;
}
#product .lcl-voice-flow-head h2 {
	color: #d86100;
}
#product .lcl-voice-flow-head,
#product .lcl-voice-flow-item:nth-child(1) {
	background-color: #f38021;
}
#product .lcl-voice-flow-item:nth-child(1)::after {
	border-color: transparent transparent transparent #f38021;
}
#product .lcl-voice-flow-item:nth-child(2) {
	background-color: #e6761a;
}
#product .lcl-voice-flow-item:nth-child(2)::after {
	border-color: transparent transparent transparent #e6761a;
}
#product .lcl-voice-flow-item:nth-child(3) {
	background-color: #d86100;
}
#product .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::after {
	background-color: #d86100;
}
#product .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #d86100;
}
#product .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::after {
	background-color: #fcc300;
}
#product .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #fcc300;
}
#product .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::after {
	background-color: #f38021;
}
#product .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #f38021;
}
/* ---------------------- administration ---- */
#administration .lcl-voice-item-main,
#administration .lcl-voice-item-main::before {
	background-color: #793490;
}
#administration .lcl-voice-qa__ttl {
	color: #793490;
}
#administration .lcl-voice-item-main__img {
	width: 187.5px;
	align-self: flex-start;
	position: relative;
	top: 37px;
	margin-right: 15px;
}
#administration .lcl-voice-item-main__txt {
	width: 227.5px;
}
#administration .lcl-voice-fav-ttl::before {
	width: 80px;
	height: 283px;
	background: url(../../assets/img/seniorvoice/administration/img_03.png) center /100% no-repeat;
	left: 30px;
}
#administration .lcl-voice-flow-head h2 {
	color: #793490;
}
#administration .lcl-voice-flow-head,
#administration .lcl-voice-flow-item:nth-child(1) {
	background-color: #954ead;
}
#administration .lcl-voice-flow-item:nth-child(1)::after {
	border-color: transparent transparent transparent #954ead;
}
#administration .lcl-voice-flow-item:nth-child(2) {
	background-color: #8f3eab;
}
#administration .lcl-voice-flow-item:nth-child(2)::after {
	border-color: transparent transparent transparent #8f3eab;
}
#administration .lcl-voice-flow-item:nth-child(3) {
	background-color: #793490;
}
#administration
	.lcl-voice-flow-item:nth-child(1)
	.lcl-voice-flow__txt01::after {
	background-color: #793490;
}
#administration
	.lcl-voice-flow-item:nth-child(1)
	.lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #793490;
}
#administration
	.lcl-voice-flow-item:nth-child(2)
	.lcl-voice-flow__txt01::after {
	background-color: #c68155;
}
#administration
	.lcl-voice-flow-item:nth-child(2)
	.lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #c68155;
}
#administration
	.lcl-voice-flow-item:nth-child(3)
	.lcl-voice-flow__txt01::after {
	background-color: #954ead;
}
#administration
	.lcl-voice-flow-item:nth-child(3)
	.lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #954ead;
}
/* ---------------------- planning ---- */
#planning .lcl-voice-item-main,
#planning .lcl-voice-item-main::before {
	background-color: #d43483;
}
#planning .lcl-voice-qa__ttl {
	color: #d43483;
}
#planning .lcl-voice-item-main__img {
	width: 205px;
	align-self: flex-start;
	position: relative;
	top: 30px;
}
#planning .lcl-voice-item-main__txt {
	width: 212px;
}
#planning .lcl-voice-fav-ttl::before {
	width: 130px;
	height: 297px;
	background: url(../../assets/img/seniorvoice/planning/img_03.png) center /100% no-repeat;
	left: 0;
}
#planning .lcl-voice-flow-head h2 {
	color: #d43483;
}
#planning .lcl-voice-flow-head,
#planning .lcl-voice-flow-item:nth-child(1) {
	background-color: #f065a9;
}
#planning .lcl-voice-flow-item:nth-child(1)::after {
	border-color: transparent transparent transparent #f065a9;
}
#planning .lcl-voice-flow-item:nth-child(2) {
	background-color: #e24894;
}
#planning .lcl-voice-flow-item:nth-child(2)::after {
	border-color: transparent transparent transparent #e24894;
}
#planning .lcl-voice-flow-item:nth-child(3) {
	background-color: #d43483;
}
#planning .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::after {
	background-color: #d43483;
}
#planning .lcl-voice-flow-item:nth-child(1) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #d43483;
}
#planning .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::after {
	background-color: #fcc300;
}
#planning .lcl-voice-flow-item:nth-child(2) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #fcc300;
}
#planning .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::after {
	background-color: #f065a9;
}
#planning .lcl-voice-flow-item:nth-child(3) .lcl-voice-flow__txt01::before {
	border-color: transparent transparent transparent #f065a9;
}
/*============================ #アニメーションに関する箇所 ============================*/
.scr_active .lcl-voice-item-main::before,
.scr_active .lcl-voice-item-main::after {
	width: 0%;
}
/* ---------------------- option ---- */
.lcl-voice-middle-img.scr_active {
	right: -50px;
	opacity: 1;
}
.lcl-voice-item:nth-child(2n) .lcl-voice-middle-img.scr_active {
	right: 50px;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 50px;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.submain {
		height: 90px;
		padding: 15px 0 0 0;
	}
	.submain__title {
		font-size: 19px;
	}
	.lcl-submain__ttl {
		width: 230px;
		bottom: -20px;
	}
	/*============================ #lead ============================*/
	.lcl-lead {
		padding: 25px 15px 25px;
	}
	.lcl-nav {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.lcl-nav-list {
		width: 100%;
	}
	[class^="lcl-nav-item--"] {
		width: calc((100% - 9px)/3);
		margin-bottom: 20px;
	}
	.lcl-nav-img {
		height: 140px;
	}
	.lcl-nav-ttl {
		height: 51px;
		border-radius: 0 0 5px 5px;
		font-size: 13px;
		padding-bottom: 10px;
	}
	.lcl-nav-ttl p::after {
		bottom: -17px;
		font-size: 10px;
	}
	.lcl-lead__txt {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 5px;
	}
	/*============================ #voice-list ============================*/
	.lcl-voice-list {
		width: 100%;
	}
	/* ---------------------- option ---- */
	.lcl-voice-item {
		margin-bottom: 60px;
	}
	/* ---------------------- option ---- */
	.lcl-voice-head {
		margin-bottom: 15px;
		display: block;
	}
	.lcl-voice-item-main {
		width: calc(100% - 50px);
		height: 321px;
		left: 0;
		margin: 0 auto -115px;
	}
	.lcl-voice-item-main__img {
		margin-right: 10px;
	}
	.lcl-voice-head .lcl-voice-qa {
		width: calc(100% - 30px);
		padding-right: 0;
		padding-top: 25px;
		margin: 0 auto;
	}
	/* ---------------------- qa ---- */
	.lcl-voice-qa-item:not(:last-child) {
		margin-bottom: 18px;
	}
	.lcl-voice-qa__ttl {
		font-size: 15px;
		min-height: 30px;
		border-radius: 8px;
		margin-bottom: 12px;
		line-height: 1.3;
		padding: 5px 0;
	}
	.lcl-voice-qa-item p {
		line-height: 1.538;
	}
	/* ---------------------- middle ---- */
	.lcl-voice-middle {
		padding-left: 0;
		margin-bottom: 0;
		display: block;
		padding: 0 15px 40px 15px;
	}
	.lcl-voice-middle .lcl-voice-qa {
		width: 100%;
		margin-bottom: 25px;
	}
	.lcl-voice-middle-img {
		width: calc(100% - 50px);
		top: 0;
		right: 0;
		margin: 0 auto;
		transform: translateY(50px);
	}
	/* ---------------------- flow ---- */
	.lcl-voice-flow,
	.lcl-voice-flow-list {
		width: 100%;
		display: block;
	}
	.lcl-voice-flow-list {
		display: none;
	}
	.lcl-voice-flow-head {
		width: 100%;
		padding: 20px 15px 20px;
	}
	.lcl-voice-flow-head h2 {
		width: 100%;
		height: auto;
		font-size: 15px;
		border-radius: 8px;
		height: 50px;
		position: relative;
	}
	.lcl-voice-flow-head span {
		font-size: 15px;
	}
	.lcl-voice-flow-item:nth-child(1),
	.lcl-voice-flow-item:nth-child(2),
	.lcl-voice-flow-item:nth-child(3) {
		width: 100%;
		padding: 0 40px 10px;
	}
	.lcl-voice-flow-item:nth-child(2),
	.lcl-voice-flow-item:nth-child(3) {
		padding-top: 38px;
		padding-bottom: 25px;
	}
	.lcl-voice-flow__txt01 {
		font-size: 17.5px;
		padding-bottom: 6px;
		margin-bottom: 4px;
		width: 100%;
	}
	.lcl-voice-flow__txt01 span {
		font-size: 14.4px;
		padding-top: 3px;
		margin-right: 10px;
	}
	.lcl-voice-flow__txt01::after {
		width: 100%;
		height: 3px;
	}
	.lcl-voice-flow--2col .lcl-voice-flow__txt01,
	.lcl-voice-flow--2col .lcl-voice-flow__txt01::after {
		width: 100%;
	}
	.lcl-voice-flow__txt01::before {
		border-width: 11px 0 0 22px;
		bottom: 3px;
	}
	.lcl-voice-flow-item:not(:last-child)::before,
	.lcl-voice-flow-item:not(:last-child)::after {
		content: "";
		border: none;
		top: auto;
		bottom: -25px;
		width: 50%;
		height: 25px;
		position: absolute;
		z-index: 2;
	}
	/* prettier-ignore */
	.lcl-voice-flow-item:not(:last-child)::before {
		background: linear-gradient(to top right,rgba(255, 255, 255, 0) 50%,#f00 50.5%) no-repeat top left/100% 100%;
		left: 0;
	}
	/* prettier-ignore */
	.lcl-voice-flow-item:not(:last-child)::after {
		background: linear-gradient(to top left,rgba(255, 255, 255, 0) 50%,#f00 50.5%) no-repeat top left/100% 100%;
		right: 0;
	}
	.lcl-voice-flow-move {
		font-size: 12px;
	}
	/* ---------------------- 2colo ---- */
	.lcl-voice-flow--2col .lcl-voice-flow-item:nth-child(1),
	.lcl-voice-flow--2col .lcl-voice-flow-item:nth-child(2) {
		width: 100%;
		padding-right: 72px;
		padding-left: 72px;
	}

	/* ---------------------- option ---- */
	.lcl-voice-btm {
		border-bottom: 3px solid #87580e;
		display: block;
	}
	.lcl-voice-btm .lcl-voice-qa,
	.lcl-voice-oneday {
		width: 100%;
		padding: 20px 15px 15px;
	}
	.lcl-voice-btm .lcl-voice-qa {
		border-bottom: 3px solid #87580e;
	}
	.lcl-voice-btm .lcl-voice-qa::after {
		content: none;
	}
	.lcl-voice-oneday {
		padding-bottom: 10px;
	}
	.lcl-voice-oneday-item {
		padding: 7px 0 7px;
	}
	.lcl-voice-oneday-item:not(:last-child) {
		border-bottom: 2px solid #ee7912;
	}
	.lcl-voice-oneday-item:not(:last-child)::after {
		border-width: 5px 5px 0 5px;
		bottom: -7px;
	}
	.lcl-voice-oneday-item__time {
		width: 120px;
		font-size: 15px;
	}
	.lcl-voice-oneday-item__txt {
		width: calc(100% - 120px);
	}
	.lcl-voice-oneday__ttl {
		width: 100%;
		height: 50px;
		font-size: 15px;
		margin: 0 auto 10px;
		border-radius: 8px;
		position: relative;
	}
	.lcl-voice-oneday__ttl .lcl-plus::before,
	.lcl-voice-oneday__ttl .lcl-plus::after {
		background-color: #fff;
	}

	.lcl-voice-oneday-list {
		display: none;
		margin-bottom: 20px;
	}
	/* ---------------------- option ---- */
	.lcl-voice-fav {
		padding: 25px 0 25px;
		display: block;
	}
	.lcl-voice-fav-ttl {
		width: calc(100% - 38px);
		height: 60px;
		padding-left: 45px;
		margin-bottom: 13px;
		justify-content: center;
	}
	.lcl-voice-fav-ttl h2 {
		font-size: 12px;
	}
	.lcl-voice-fav-ttl h2 span {
		font-size: 20px;
		display: block;
	}
	.lcl-voice-fav-ttl::after {
		border-width: 60px 25px 0 0;
		right: -25px;
	}
	.lcl-voice-fav-ttl::before {
		left: 35px;
		top: auto;
		bottom: 0;
	}
	/* ---------------------- option ---- */
	.lcl-voice-fav-rank {
		width: 100%;
		justify-content: center;
		align-items: flex-start;
	}
	[class^="lcl-voice-fav-rank-item--"] {
		flex-direction: column;
	}
	[class^="lcl-voice-fav-rank-item--"] span {
		width: 75px;
		margin-right: 0;
	}
	[class^="lcl-voice-fav-rank-item--"] p {
		line-height: 1.4;
		padding-top: 8px;
		text-align: center;
	}
	[class^="lcl-voice-fav-rank-item--"] span::before {
		font-size: 44px;
		right: -20px;
		top: -8px;
		letter-spacing: 0;
	}
	/*============================ #プラス ============================*/
	.lcl-plus {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.lcl-plus::before,
	.lcl-plus::after {
		content: "";
		width: 20px;
		height: 2px;
		background-color: #2aa8bd;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		transition: 0.5s ease;
	}
	.lcl-plus::after {
		transform: rotate(90deg);
	}
	.lcl-voice-flow-head h2.opened .lcl-plus::after,
	.lcl-voice-oneday__ttl.opened .lcl-plus::after {
		transform: rotate(180deg);
	}
	/*============================ #いろち ============================*/
	/* ---------------------- education ---- */
	#education .lcl-voice-item-main__txt {
		width: 140px;
	}
	#education .lcl-voice-item-main__img {
		width: 110px;
	}
	#education .lcl-voice-fav-ttl::before {
		width: 54px;
		height: 73.5px;
	}
	#education .lcl-voice-flow-item:nth-child(1)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#2aa8bd 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#education .lcl-voice-flow-item:nth-child(1)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#2aa8bd 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#education .lcl-voice-flow-item:nth-child(2)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#e24894 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#education .lcl-voice-flow-item:nth-child(2)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#e24894 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#education .lcl-voice-flow-head .lcl-plus::before,
	#education .lcl-voice-flow-head .lcl-plus::after {
		background-color: #009db8;
	}
	/* ---------------------- option ---- */
	#manager .lcl-voice-item-main__txt {
		width: 140px;
	}
	#manager .lcl-voice-item-main__img {
		width: 120px;
		top: 40px;
	}
	#manager .lcl-voice-fav-ttl::before {
		width: 41px;
		height: 72.5px;
		left: 30px;
	}
	#manager .lcl-voice-flow-item:nth-child(1)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#537cc7 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#manager .lcl-voice-flow-item:nth-child(1)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#537cc7 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#manager .lcl-voice-flow-item:nth-child(2)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#4166a9 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#manager .lcl-voice-flow-item:nth-child(2)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#4166a9 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#manager .lcl-voice-flow-head .lcl-plus::before,
	#manager .lcl-voice-flow-head .lcl-plus::after {
		background-color: #4166a9;
	}
	/* ---------------------- option ---- */
	#sales .lcl-voice-item-main__txt {
		width: 140px;
	}
	#sales .lcl-voice-item-main__img {
		width: 110px;
	}
	#sales .lcl-voice-fav-ttl::before {
		width: 37px;
		height: 76.5px;
	}
	#sales .lcl-voice-btm {
		border-top: 3px solid #87580e;
	}

	/* ---------------------- product ---- */
	#product .lcl-voice-item-main__txt {
		width: 140px;
	}
	#product .lcl-voice-item-main__img {
		width: 110px;
	}
	#product .lcl-voice-fav-ttl::before {
		width: 57px;
		height: 75.5px;
	}
	#product .lcl-voice-flow-item:nth-child(1)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#f38021 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#product .lcl-voice-flow-item:nth-child(1)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#f38021 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#product .lcl-voice-flow-item:nth-child(2)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#e6761a 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#product .lcl-voice-flow-item:nth-child(2)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#e6761a 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#product .lcl-voice-flow-head .lcl-plus::before,
	#product .lcl-voice-flow-head .lcl-plus::after {
		background-color: #d86100;
	}
	/* ---------------------- administration ---- */
	#administration .lcl-voice-item-main__txt {
		width: 140px;
	}
	#administration .lcl-voice-item-main__img {
		width: 110px;
	}
	#administration .lcl-voice-fav-ttl::before {
		width: 24px;
		height: 84.5px;
	}
	#administration .lcl-voice-flow-item:nth-child(1)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#954ead 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#administration .lcl-voice-flow-item:nth-child(1)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#954ead 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#administration .lcl-voice-flow-item:nth-child(2)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#8f3eab 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#administration .lcl-voice-flow-item:nth-child(2)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#8f3eab 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#administration .lcl-voice-flow-head .lcl-plus::before,
	#administration .lcl-voice-flow-head .lcl-plus::after {
		background-color: #793490;
	}
	/* ---------------------- planning ---- */
	#planning .lcl-voice-item-main__txt {
		width: 140px;
	}
	#planning .lcl-voice-item-main__img {
		width: 120px;
	}
	#planning .lcl-voice-fav-ttl::before {
		width: 34px;
		height: 75.5px;
		left: 30px;
	}
	#planning .lcl-voice-flow-item:nth-child(1)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#f065a9 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#planning .lcl-voice-flow-item:nth-child(1)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#f065a9 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#planning .lcl-voice-flow-item:nth-child(2)::before {
		background: linear-gradient(
				to top right,
				rgba(255, 255, 255, 0) 50%,
				#e24894 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#planning .lcl-voice-flow-item:nth-child(2)::after {
		background: linear-gradient(
				to top left,
				rgba(255, 255, 255, 0) 50%,
				#e24894 50.5%
			)
			no-repeat top left/100% 100%;
	}
	#planning .lcl-voice-flow-head .lcl-plus::before,
	#planning .lcl-voice-flow-head .lcl-plus::after {
		background-color: #d43483;
	}
	/*============================ #header ============================*/
	.lcl-voice-middle-img.scr_active {
		right: 0;
		opacity: 1;
		transform: translateY(0px);
	}
	.youtube {
		padding: 20px;
	}
	
}
