@charset "UTF-8";

@import url("https://use.typekit.net/tdy8kul.css");
/*
font-family: din-condensed, sans-serif;
font-weight: 400;
font-style: normal;
*/

/*
font-family: eb-garamond, serif;
font-style: normal;
font-weight: 400;
*/



.message-list{
	display: flex;
	flex-wrap: wrap;
	margin:5% 0;

}
.message-list li{
	width: 45%;
	margin-right: 5%;
	margin-bottom: 10vw;
}
.message-list li:nth-child(2n){
	margin-left: 5%;
	margin-right: 0;
	margin-top: 20vw;
	margin-bottom: 0;
}

/* .message-list li a{
	width: 100%;
} */

.message-list li a:hover{
	opacity: 1;
}
.message-block{
	width: 100%;
	position: relative;
	/* padding: 30px 0; */
	display: block;
	overflow: hidden;
}

.message-block::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #999999;
	position: absolute;
	top: -100%;
	right: 0;
	z-index: -1;
	transition:.3s all ease .5s;
	left: 0;
}
.message-block::before{
	content:"";
	width: 300%;
	height:300%;
	display: inline-block;
	background: url(../message/images/dot.png);
	transform: rotate(45deg);
	position: absolute;
	top:-150%;
	left:-400%;
	transition:.6s all ease 0s;
	z-index: -2;
}
.is-show .message-block::before{
	left:-120%;
}
.is-show .message-block::after{
	top: 0;
}
.message-list li:nth-of-type(even)>.message-block::before{
	content:"";
	width: 300%;
	height:300%;
	display: inline-block;
	background: url(../message/images/dot.png);
	transform: rotate(45deg);
	position: absolute;
	top:-150%;
	right: -400%;
	transition:.6s all ease 0s;
	z-index: -2;
}
.message-list li:nth-of-type(even)>.is-show .message-block::before{
	right: -120%;
}


.is-show.message-01 .message-block::after{
	background: #5193C3;
}

.is-show.message-02 .message-block::after{
	background: #FED400;
}
.is-show.message-03 .message-block::after{
	background: #F08000;
}
.is-show.message-04 .message-block::after{
	background: #F6B9A7;
}
.is-show.message-05 .message-block::after{
	background: #E60012;
}
.is-show.message-06 .message-block::after{
	background: #37B7A4;
}
.is-show.message-07 .message-block::after{
	background: #6B4598;
}
.message-block__profile_box{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.message-block__img{
	width: 100%;
	display: block;
	/* z-index: -1; */
	position: relative;
	height: 100%;
	/* overflow: hidden; */
}
.message-block__img img{
	width: 100%;
	transition:.4s all ease 1s;
	opacity: 0;
	
}
.message-block__img img:last-child{
	position: absolute;
	top: 0;
	transition:.2s all ease .8s;
	left: 20px;
}
.is-show .message-block__img img{
	opacity: 1;
}
.is-show .message-block__img img:last-child{
	opacity: 1;
	left: 0;
}
/* 
.message-list li:nth-of-type(2n) .is-show .message-block__img img{
	opacity: 1;
	transition:.4s all ease 1.5s;
}
.message-list li:nth-of-type(2n) .is-show .message-block__img img:last-child{
	opacity: 1;
	transition:.4s all ease 1.8s;
} */

.message-02 .message-block__img img{
	width: 100%;
	margin-top: -5vw;
}
.message-02 .message-block__img img:last-child{
	position: absolute;
	top: 0;
}
.message-block__profile_box>p{
	color: #FFF;
	font-weight: bold;
	opacity: 0;
	transition:.4s all ease 1.5s;
	z-index: 2;
}
.is-show .message-block__profile_box>p{
	opacity: 1;
}
/* .message-list li:nth-of-type(2n) .is-show .message-block__profile_box>p{
	opacity: 1;
	transition:.4s all ease 2.3s;
} */

.coming-soon .is-show .message-block__profile_box>p{
	opacity: 1;
	transition:.4s all ease .8s;
}
.name-japanese{
	margin-left: 30px;
	margin-top: 20px;
	font-size: 2.5vw;
}
.name-japanese>span{
	font-size: 0.5em;
	display: block;
}
.name-english{
	font-size: 5vw;
	line-height: 1em;
	margin-bottom: 20px;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
	/* margin-top: 30%; */
}
.more-text{
	/* position: absolute;
	bottom: calc(-1em - 20px); */
	font-weight: bold;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
}
.is-show .more-text{
	opacity: 1;
	transition:.4s all ease 2.3s;
}
.message-list li:nth-child(2n) .more-text{
	justify-content: flex-start;
}
.more-text::after{
	content: '';
	margin-left: 10px;
	width: .7em;
	height: .7em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.coming-soon .message-block{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30vw;
}
.coming-soon .name-japanese{
	margin: 0;
	text-align: center;
}
.message-01 .name-japanese{
	margin-left: 100px;
}
.message-01 .name-english{
	margin-top: -15%;
	/*display: flex;*/
	justify-content: flex-end;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}
.message-02 .name-english{
	/* margin-top: 10px; */
	/* padding-bottom: 30%; */
	margin-left: 30px;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}
.message-03 .name-english{
	margin-top: -15%;
	/*display: flex;*/
	justify-content: flex-end;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}
.message-01 .more-text{
	color: #5193C3;
}
.message-01 .more-text::after{
	border-top: 1px solid #5193C3;
	border-right: 1px solid #5193C3;
}

.message-02 .more-text{
	color: #FED400;
}
.message-02 .more-text::after{
	border-top: 1px solid #FED400;
	border-right: 1px solid #FED400;
}


/*.message-02 .more-text{
	color: #FED400;
}
.message-02 .more-text::after{
	border-top: 1px solid #FED400;
	border-right: 1px solid #FED400;
}*/

.message-03 .more-text{
	color: #F08000;
}
.message-03 .more-text::after{
	border-top: 1px solid #F08000;
	border-right: 1px solid #F08000;
}
.message-04 .more-text{
	color: #F6B9A7;
}
.message-04 .more-text::after{
	border-top: 1px solid #F6B9A7;
	border-right: 1px solid #F6B9A7;
}
.message-05 .more-text{
	color: #E60012;
}
.message-05 .more-text::after{
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
}
.message-06 .more-text{
	color: #37B7A4;
}
.message-06 .more-text::after{
	border-top: 1px solid #37B7A4;
	border-right: 1px solid #37B7A4;
}
.message-07 .more-text{
	color: #6B4598;
}
.message-07 .more-text::after{
	border-top: 1px solid #6B4598;
	border-right: 1px solid #6B4598;
}



/*-------------------------

movie-section

-------------------------*/
.movie-section{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.anchor{
	padding-top:200px;
	margin-top:-200px;
}

.two-movie{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.two-movie li{
	width:48%;
}
.two-movie li p{
	margin-top:10px;
	font-weight:bold;
}
.two-movie li p span{
	background:#003894;
	color:#FFF;
	display:inline-block;
	padding:5px 15px;
	margin-right:20px;
	font-weight:bold;
}

.movie-section h4.discussion-list-title{
	color: #003894;
	z-index:1;
}
.movie-section h4.discussion-list-title::before{
	background:#FFF;
	top:120px;
}
.movie-section h4.discussion-list-title span{
	z-index:-1;
}
.movie-section h4.discussion-list-title span:not(.content-title)::before{
	background:#FFF;
	position: absolute;
}
.movie-section h4.discussion-list-title span.content-title{
	color: #FFF;
}
.movie-section h4.discussion-list-title.is-show span.content-title::after{
	transition: .3s all ease 0s;
}
.movie-section h4.discussion-list-title.is-show::before{
	transition: .6s all ease .8s;
}
.movie-section h4.discussion-list-title.is-show span:not(.content-title)::before{
	transition: .3s all ease .4s;
}
/*-------------------------

index.html - discussion-section
20191105

-------------------------*/

.discussion-section{
	width: 100%;
	margin: 0 auto;
	background: #F0F0F0;
	padding: 100px 0;
}

.discussion-section .content-inner{
	margin-top: -200px;
	padding-top: 200px;
}

h4.discussion-list-title{
	color: #003894;
	font-weight: bold;
	font-size: 4vw;
	text-align: center;
	position: relative;
	overflow: hidden;
}
h4.discussion-list-title::before{
	content: '';
	width: 100%;
	height: 5vw;
	background:#F0F0F0;
	position: absolute;
	top: 75px;
	left: 0;
}
h4.discussion-list-title span{
	display: block;
	font-size: 0.5em;
	position: relative;
}
h4.discussion-list-title span:not(.content-title)::before{
	content: '';
	width: 100%;
	height: 45px;
	background:#F0F0F0;
	position: absolute;
	top: 0;
	left: 0;
}
h4.discussion-list-title span.content-title{
	padding: 5px;
	color: #F0F0F0;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	width: 250px;
	margin:  0 auto 30px;
	z-index: 2;
	overflow: hidden;
}
h4.discussion-list-title span.content-title::after{
	content: '';
	width: 250px;
	height: 100%;
	background: #003894;
	position: absolute;
	top: 0;
	left: -100%;
 z-index: -1;
}
h4.discussion-list-title.is-show span.content-title::after{
	transition: .3s all ease 0s;
	left: 50%;
	transform:translateX(-50%);
 -webkit-transform: translateX( -50%);
}
h4.discussion-list-title.is-show::before{
	transition: .6s all ease .4s;
	top: 100%;
}
h4.discussion-list-title.is-show span:not(.content-title)::before{
	transition: .3s all ease .8s;
	top: 100%;
}

a.discussion-link{
	display: flex;
	align-items: center;
	margin: 100px 0;
}
h5.discussion-link__page-title{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	width: 50%;
	margin-right: -20%;
	z-index: 2;
	margin-top: 100px;
	opacity: 0;
}
a.discussion-link:nth-of-type(2) h5.discussion-link__page-title{
	order: 2;
	margin-right: 0;
	margin-left: -20%;
	text-align: right;
}
h5.discussion-link__page-title span{
	padding: 3% 30px;
	color:#fff;
	display: inline-block;
	margin-bottom: 20px;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
}

h5.discussion-link__page-title .read-more{
	font-size: 16px;
	display: block;
	width: 200px;
	text-align: center;
	color: rgba(255 , 255 , 255 , 0);
	position: relative;
	background: none;
	z-index: 2;
	overflow: hidden;
}
a.discussion-link:nth-of-type(2) h5.discussion-link__page-title .read-more{
	margin: 0 0 20px auto;
}

h5.discussion-link__page-title .read-more::before{
	content: '';
	width: 200px;
	height: 100%;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 1;
	z-index: -1;
}

a.discussion-link .ph{
	width: 70%;
	opacity: 0;
	transform:translateY(100px);
-webkit-transform: translateY(100px);
}
a.discussion-link:nth-of-type(2) .ph{
	order: 1;
}

a.discussion-link .ph img{
	width: 100%;
}

a.discussion-link.is-show h5.discussion-link__page-title{
	opacity: 1;
	transition: .4s all ease .4s;
}
a.discussion-link.is-show .ph{
	transform:translateY(0);
-webkit-transform: translateY(0);
	opacity: 1;
	transition: .4s all ease .2s;
}
a.discussion-link.is-show h5.discussion-link__page-title .read-more{
	color: rgba(255 , 255 , 255 , 1);
	transition: .1s all ease 1s;
}

a.discussion-link.is-show h5.discussion-link__page-title .read-more::before{
	left: 0;
	transition: .2s all ease 1s;
}
/*-------------*/

body.message{
	background: #FFF;
}


.message .content-wrap{
	padding-top: 5%;
}


.message-title{
	display: flex;
	padding-left: 5%;
	position: relative;
	margin-bottom: 10%;
}

.message-title__photo{
	width: 60%;
	position: relative;
	padding-top: 35%;
	overflow: hidden;
}

.message-title__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}

.message-title__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-title__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-title__photo .front{
	opacity:1;
	transition:.5s all ease .5s;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-title__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}


.message-title__text{
	width: 50%;
	margin-left: -10%;
	z-index:10;
	padding: 2% 2% 2% 2%;
	text-align: right;
	color:#fff;
	display: flex;
	-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
}

.message-title__text .english{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6vw;
	line-height: 1em;
	margin-bottom: auto;
	opacity:0;
	padding-right: 5%;
}
.message-title__text .japanese{	padding-right: 5%;}
.message-title__text .japanese .name{
	font-size: 4vw;
	opacity:0;
	padding-right: 5%;
}
.message-title__text .japanese .year{
	font-size: 2vw;
	opacity:0;
	padding-right: 5%;
}
.message-title__text .japanese .place{
	font-size: 1.2vw;
	opacity:0;
	padding-right: 5%;
}
.message-title__text .japanese .other{
	font-size: 1.1vw;
	opacity:0;
	padding-right: 5%;
	transform: translateX(.6em);
}

.is-show .message-title__text .english{
	opacity:1;
	transition:.2s all ease .8s;
	padding-right: 0;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}
.is-show .message-title__text .japanese{
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}
.is-show .message-title__text .japanese .name{
	font-size: 4vw;
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}
.is-show .message-title__text .japanese .year{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}
.is-show .message-title__text .japanese .place{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}
.is-show .message-title__text .japanese .other{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}



.message-large{
	text-align: center;
	margin-bottom: 5%;
}

.message-small{
	width: 70%;
	margin:0 auto 10%;
	font-size: 1vw;
	line-height: 4rem;
}


.message-large span{
	display: inline-block;
}

.message-large span::before{
	content:"";
	width: 0;
	height:20%;
	background: #666;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	left:0;
}

.message-large.is-show span::before{
	content:"";
	width: 100%;
	transition:1s all ease 1s;
}

.color-block{
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.color-block span{
	opacity:0;
	font-size: 4.8vw;
	font-style:italic;
}

.color-block::before{
	content:"";
	display: inline-block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:-100%;
	transition:1s all ease .1s;
	z-index:100;
}

.is-show .color-block::before{
	content:"";
	left:100%;
}

.is-show .color-block span{
	opacity:1;
	transition:.2s all ease .35s;
}

/*color*/

.message01 .message-large span::before{
	background: #005BAC;
}

.message02 .message-large span::before{
	background: #FED400;
}
.message03 .message-large span::before{
	background: #F08000;
}
.message04 .message-large span::before{
	background: #F6B9A7;
}
.message05 .message-large span::before{
	background: #E60012;
}
.message06 .message-large span::before{
	background: #37B7A4;
}
.message07 .message-large span::before{
	background: #6B4598;
}

.message01 .color-block::before{
	background: #005BAC;
}

.message02 .color-block::before{
	background: #FED400;
}

.message03 .color-block::before{
	background: #F08000;
}
.message04 .color-block::before{
	background: #F6B9A7;
}
.message05 .color-block::before{
	background: #E60012;
}
.message06 .color-block::before{
	background: #37B7A4;
}
.message07 .color-block::before{
	background: #6B4598;
}



.message-visual{
	position: relative;
	margin-bottom: 10%;
	overflow: hidden;
}

.message-visual__photo{
	position: relative;
	padding-top: 35%;
	width: 60%;
	margin-left: 45%;
}

.message-visual__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-visual__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-visual__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-visual__photo .front{
	opacity:1;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-visual__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}

.message-pickup{
	display: flex;
	padding: 0 10%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	          justify-content: space-between;
}

.message-pickup li{
	width: 47%;
	margin-bottom: 5%;
	opacity:0;
}
.message-pickup.is-show li{
	opacity:1;
	transition:.5s all ease .2s;
}

.message-pickup.is-show li:nth-of-type(2){
	opacity:1;
	transition:.5s all ease .4s;
}

.message-pickup.is-show li:nth-of-type(3){
	opacity:1;
	transition:.5s all ease .6s;
}

.message-pickup.is-show li:nth-of-type(4){
	opacity:1;
	transition:.5s all ease .8s;
}

.message-pickup li img{
	width: 100%;
	margin-bottom: 5%;
}

.message-pickup li dt{
	font-size: 1.8vw;
	margin-bottom: 2%;
}

.message-pickup li dd{
	font-size: 1.2vw;
}

.message-pickup-title{
	text-align: center;
	margin-bottom: 3%;
}

.message-pickup-title span{
	text-align: center;
	font-size: 6rem;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.message-pickup-title span::before{
	content:"";
	display: inline-block;
	width: 25px;
	height:25px;
	margin-right: 10px;
}

.message-pickup-title span::after{
	content:"";
	display: inline-block;
	width: 25px;
	height:25px;
	margin-left: 10px;
}

/*color*/

.message01 .message-pickup-title span::before,
.message01 .message-pickup-title span::after{
	background: #5193C3;
}

.message02 .message-pickup-title span::before,
.message02 .message-pickup-title span::after{
	background: #FED400;
}

.message03 .message-pickup-title span::before,
.message03 .message-pickup-title span::after{
	background: #F08000;
}
.message04 .message-pickup-title span::before,
.message04 .message-pickup-title span::after{
	background: #F6B9A7;
}
.message05 .message-pickup-title span::before,
.message05 .message-pickup-title span::after{
	background: #E60012;
}
.message06 .message-pickup-title span::before,
.message06 .message-pickup-title span::after{
	background: #37B7A4;
}
.message07 .message-pickup-title span::before,
.message07 .message-pickup-title span::after{
	background: #6B4598;
}

.message-career-step-title{
	font-family: eb-garamond, serif;
	font-style: normal;
	font-weight: 400;
	color:#fff;
	width: 80%;
	margin:5% auto;
	font-size: 4rem;
	text-align: center;
	position: relative;
	opacity:0;
}
.message-career-step-title span{
	position: relative;
	z-index:10;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}

.message-career-step-title.is-show{
	opacity:1;
	transition:.2s all ease .5s;
}


.message-career-step-title::after{
content: "";
position: absolute;
right: 0;
bottom: 0px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-width: 20px 20px 0 20px;
z-index:1;
}

.is-show.message-career-step-title::after{
	bottom: -20px;
	transition:.2s all ease 1s
}

/*color*/
.message01 .message-career-step-title::after{
	border-color: #5193C3 transparent transparent transparent;
}

.message02 .message-career-step-title::after{
	border-color: #FED400 transparent transparent transparent;
}

.message03 .message-career-step-title::after{
	border-color: #F08000 transparent transparent transparent;
}
.message04 .message-career-step-title::after{
	border-color: #F6B9A7 transparent transparent transparent;
}
.message05 .message-career-step-title::after{
	border-color: #E60012 transparent transparent transparent;
}
.message06 .message-career-step-title::after{
	border-color: #37B7A4 transparent transparent transparent;
}
.message07 .message-career-step-title::after{
	border-color: #6B4598 transparent transparent transparent;
}




/*color*/

.message01 .message-career-step-title{
	background: #5193C3;
}

.message02 .message-career-step-title{
	background: #FED400;
}

.message03 .message-career-step-title{
	background: #F08000;
}
.message04 .message-career-step-title{
	background: #F6B9A7;
}
.message05 .message-career-step-title{
	background: #E60012;
}
.message06 .message-career-step-title{
	background: #37B7A4;
}
.message07 .message-career-step-title{
	background: #6B4598;
}

.message-career-step-body{
	background: #EEEEEF;
	width: 80%;
	margin:0 auto 5%;
	padding: 5%;
}


.message-career-step-box{
	background: #FFF;
	padding: 3%;
	display: flex;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
	margin-bottom: 3%;
	margin-left: -2%;
	opacity:0;
}

.message-career-step-box.is-show{
	opacity:1;
	transition:.5s all ease .5s;
	margin-left: 0;
}

.message-career-step-box:last-of-type{
	margin-bottom: 0;
}


.message-career-step-box__number{
	width: 10%;
	color:#fff;
	text-align: center;
	position: relative;
	padding-top: 10%;
	margin-right: 5%;
}

.message-career-step-box__number .year{
	display: block;
	font-family: eb-garamond, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.4vw;
}

.message-career-step-box__number .japanese{
	font-size: 1.2vw;
}

.message-career-step-box__number p{
	position: absolute;
	    width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}

.message01 .message-career-step-box__number{
	background: #5193C3;
	line-height: 2.3em;
}

.message02 .message-career-step-box__number{
	background: #FED400;
	line-height: 2.3em;
}

.message03 .message-career-step-box__number{
	background: #F08000;
	line-height: 2.3em;
}
.message04 .message-career-step-box__number{
	background: #F6B9A7;
	line-height: 2.3em;
}
.message05 .message-career-step-box__number{
	background: #E60012;
	line-height: 2.3em;
}
.message06 .message-career-step-box__number{
	background: #37B7A4;
	line-height: 2.3em;
}
.message07 .message-career-step-box__number{
	background: #6B4598;
	line-height: 2.3em;
}

.message-career-step-box__text{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8vw;
}

.message-career-step-box__text .bold{
	font-weight: bold;
	padding-right: 1em;
	margin-right: 1em;
	position: relative;
}
.message-career-step-box__text .bold::after{
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}


.message-career-private{
	display: flex;
	position: relative;
	margin-bottom: 10%;
}

.message-career-private__title{
	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;	
	font-size:6rem;
	line-height: 1em;
	margin-left: 10vw;
	margin-bottom: -3.5%;
	opacity:0;
}
.is-show.message-career-private__title{
	margin-bottom: -.5%;
	transition:.5s all ease .5s;
	opacity:1;
}


.message-career-private__text{
	color:#fff;
	position: absolute;
	width: 55%;
	height:70%;
	top: 50%;
	left: 0;
	padding-left: 10%;
	line-height: 3rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 2.2em;
	font-size: 1.4vw;
	z-index:10;
	opacity:0;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}

.is-show .message-career-private__text{
	opacity:1;
	transition:.5s all ease 1.2s;
}
/*color*/
.message01 .message-career-private__title{
	color:#5193C3;
}

.message02 .message-career-private__title{
	color:#FED400;
}

.message03 .message-career-private__title{
	color:#F08000;
}
.message-04 .message-career-private__title{
	color: #F6B9A7;
}
.message-05 .message-career-private__title{
	color: #E60012;
}
.message-06 .message-career-private__title{
	color: #37B7A4;
}
.message-07 .message-career-private__title{
	color: #6B4598;
}





.message-career-message{
	display: flex;
	position: relative;
	margin-bottom: 10%;
	padding-right: 10%;
}

.message-career-message__title{
	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;
	font-size:6rem;
	line-height: 1em;
	margin-left: 10vw;
	margin-bottom: -3.5%;
	opacity:0;
}
.is-show.message-career-message__title{
	margin-bottom: -.5%;
	transition:.5s all ease .5s;
	opacity:1;
}


.message-career-message__text{
	color:#fff;
	padding-right: 5%;
	position: absolute;
	width: 100%;
	height:70%;
	top: 50%;
	padding-left: 40%;
	line-height: 3rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 2.2em;
	font-size: 1.4vw;
	z-index:10;
	opacity:0;
	right: 0;
}

.is-show .message-career-message__text{
	opacity:1;
	transition:.5s all ease 1.2s;
	padding-left: 40%;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
}


.message-career-message__text__title{
	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;	
	font-size:6rem;
	line-height: 1em;
	margin-left: 5vw;
	margin-bottom: -3.5%;
	opacity:0;
	text-align: right;
	padding-right: 10%;
}

.is-show .message-career-message__text__title{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
	margin-bottom: 2%;
}

/*common*/

.dot-square{
	position: absolute;
	top:0;
	right:0;
	width: 90%;
	height:100%;
	overflow: hidden;
}

.message-visual .dot-square{
	right:auto;
	left:0;

}

.message-career-private .dot-square{
	right:auto;
	left:0;

}

.message-career-message .dot-square{
	width: 100%;
}



.message-career-private{
	display: flex;
}

.message-career-private__photo{
	position: relative;
	padding-top: 34.5%;
	width: 60%;

	margin-left: 45%;
}

.message-career-private__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-career-private__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-career-private__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-career-private__photo .front{
	opacity:1;
	transition:.5s all ease .5s;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-career-private__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}



.message-career-message{
	display: flex;
}


.message-career-message__photo{
	position: relative;
	padding-top: 28%;
	width: 45%;
	margin-left: 0;
}

.message-career-message__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-career-message__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-career-message__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-career-message__photo{
	margin-left: 5%;
	transition:.5s all ease .5s;

}

.is-show .message-career-message__photo .front{
	opacity:1;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-career-message__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}

.dot-square::before{
	content:"";
	width: 300%;
	height:300%;
	display: inline-block;
	background: url(../message/images/dot.png);
	transform: rotate(45deg);
	position: absolute;
	top:-150%;
	left:-400%;
	transition:.4s all ease 0s;
}

.is-show .dot-square::before{
	content:"";
	left:-120%;
}

.dot-square::after{
	content:"";
	width: 100%;
	height:100%;
	display: inline-block;
	position: absolute;
	top:-100%;
	left:0;
	transition:.3s all ease .4s;
}

.is-show .dot-square::after{
	content:"";
	top:0;
}

/*color*/

.message01 .dot-square::after{
	content:"";
	background: #5193C3;
}

.message02 .dot-square::after{
	content:"";
	background: #FED400;
}

.message03 .dot-square::after{
	content:"";
	background: #F08000;
}
.message04 .dot-square::after{
	content:"";
	background: #F6B9A7;
}
.message05 .dot-square::after{
	content:"";
	background: #E60012;
}
.message06 .dot-square::after{
	content:"";
	background: #37B7A4;
}
.message07 .dot-square::after{
	content:"";
	background: #6B4598;
}

.discussion01 .dot-square::after{
	content:"";
	background: #59D1F4;
	background: url(../message/images/discussion01-main_img.jpg) no-repeat center bottom;
	background-size: cover;
}
.discussion02 .dot-square::after{
	content:"";
	background: #59D1F4;
	background: url(../message/images/discussion02-main_img.jpg) no-repeat center 80%;
	background-size: cover;
}
.discussion03 .dot-square::after{
	content:"";
	background: #59D1F4;
	background: url(../message/images/discussion03-main_img.jpg) no-repeat center 70%;
	background-size: cover;
}




/*color*/

.message01 .space-square{
	background: #5193C3;
}

.message02 .space-square{
	background: #FED400;
}

.message03 .space-square{
	background: #F08000;
}
.message04 .space-square{
	background: #F6B9A7;
}
.message05 .space-square{
	background: #E60012;
}
.message06 .space-square{
	background: #37B7A4;
}
.message07 .space-square{
	background: #6B4598;
}




.message-link{
	width: 80%;
	margin:0 auto 5%;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		  justify-content: space-between;
}

.message-link li{
	width: 13%;
	opacity:0;
}
.message-link.is-show li:nth-child(1){
	opacity:1;
	transition:.4s all ease 0s;
}

.message-link.is-show li:nth-child(2){
	opacity:1;
	transition:.4s all ease .2s;
}

.message-link.is-show li:nth-child(3){
	opacity:1;
	transition:.4s all ease .4s;
}

.message-link.is-show li:nth-child(4){
	opacity:1;
	transition:.4s all ease .6s;
	/* pointer-events: none; */
}

.message-link.is-show li:nth-child(5){
	opacity:1;
	transition:.4s all ease .8s;
}

.message-link.is-show li:nth-child(6){
	opacity:1;
	transition:.4s all ease 1s;
	/* pointer-events: none; */
}
.message-link.is-show li:nth-child(7){
	opacity:1;
	transition:.4s all ease 1.2s;
}



.message-link li img{
	width: 100%;
}




/*----discussion-------------------------------------------*/


.discussion .content-wrap{
	padding-top: 0;
}



.discussion-title{
	display: flex;
	position: relative;
	margin-bottom: 10%;
	position: fixed;
	z-index: -1;
}
.discussion-title .dot-square{
	position: fixed;
	top:125px;
	left:0;
	width: 50%;
	height:calc(100vh - 125px);
	overflow: hidden;
}




.discussion-title__text{
	z-index:10;
	position: fixed;
	bottom: 50px;
	left: 0;
}

.discussion-title__text p{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3vw;
	line-height: 2em;
	opacity:1;
	text-align: left;
	padding: 3% 12%;
	display: inline;
	color:#fff;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
    margin-bottom: .5em;
}
.discussion-right__content {
	width: 50%;
	margin-left: 50%;
	background: #FFF;
	padding: 30px 3%;
}

.discussion-large{
	font-size: 2vw;
}

.discussion-small{
	width: 70%;
	margin:0 auto 10%;
	font-size: 1vw;
	line-height: 4rem;
}


.discussion-large span{
	display: inline-block;
}


.discussion .color-block span{
	font-size: 2.5vw;
	font-style:italic;
}
.discussion-large span::before{
	content:"";
	width: 0;
	height:20%;
	background: #666;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	left:0;
}

.discussion-large.is-show span::before{
	content:"";
	width: 100%;
	transition:1s all ease 1s;
}



/*color*/

.discussion01 .discussion-large span::before{
	background: #91c0db;
}

h5.discussion__member {
	font-size: 1.7rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #64aadc;
	color: #64aadc;
	margin: 3vh 0 5vh;
}

.discussion__member_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vh;
}
.discussion__member_list li{
	width: 32%;
	text-align: center;
}
.discussion__member_list li .discussion__member_img{
	width: 70%;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #64aadc;
}
.discussion__member_list li .discussion__member_img img{
	width: 100%;
	display: block;
}
.discussion__member_list li dt{
	color: #64aadc;
	font-size: 1.4vw;
	text-align: center;

}
.discussion__member_list li dt span{
	display: block;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	line-height: 1em;
	margin: 4px 0 8px;
}
.discussion__member_list li dd{
	font-size: 1vw;
	text-align: center;
}
.discussion__member_list li dd span{
	display: block;
	font-family: din-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1vw;
	text-align: center;
}

.belongs-notes{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1;
}

h4.discussion__section_title {
	background: #64aadc;
	font-size: 1.7rem;
	padding: 12px 20px;
	color: #FFF;
	font-weight: 600;
	margin: 8vh 0 3vh;
}

.discussion__text__wrap li {
	display: flex;
	padding: 0 0 2vh;
	margin-bottom: 2vh;
	border-bottom: 1px dotted #94dafc;
	min-height: 100px;

}
.discussion__text__wrap li span{
	display: block;
	width: 10%;
	position: relative;
}
.discussion__text__wrap li span.d01::after{
	position: absolute;
	content: '';
	width: 34px;
	height: 34px;
	top: 30px;
	left: 0;
	right: 0;
	background: url("../message/images/discussion01-member01.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	border-radius: 50%;
    overflow: hidden;
    border: 1px solid #64aadc;
}
.discussion__text__wrap li span.d02::after{
	position: absolute;
	content: '';
	width: 34px;
	height: 34px;
	top: 30px;
	left: 0;
	right: 0;
	background: url("../message/images/discussion01-member02.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	border-radius: 50%;
    overflow: hidden;
    border: 1px solid #64aadc;
}
.discussion__text__wrap li span.d03::after{
	position: absolute;
	content: '';
	width: 34px;
	height: 34px;
	top: 30px;
	left: 0;
	right: 0;
	background: url("../message/images/discussion01-member03.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	border-radius: 50%;
    overflow: hidden;
    border: 1px solid #64aadc;
}
.discussion02 .discussion__text__wrap li span.d01::after{
	background: url("../message/images/discussion02-member01.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion02 .discussion__text__wrap li span.d02::after{
	background: url("../message/images/discussion02-member02.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion02 .discussion__text__wrap li span.d03::after{
	background: url("../message/images/discussion02-member03.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion03 .discussion__text__wrap li span.d01::after{
	background: url("../message/images/discussion03-member01.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion03 .discussion__text__wrap li span.d02::after{
	background: url("../message/images/discussion03-member02.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion03 .discussion__text__wrap li span.d03::after{
	background: url("../message/images/discussion03-member03.jpg")no-repeat center center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.discussion__text__wrap li p{
	display: block;
	width: 85%;
}
.discussion__section__img {
	width: 100%;
	margin: 4vh auto 5vh ;
}
.discussion__section__img  img{
	width: 100%;
	display: block;
}



/* -- Media query	767px以下の場合 スマートフォン設定------------*/

@media screen and (max-width: 768px ) {








	.message-list{
		display: flex;
		flex-wrap: wrap;
		margin:5% 0;
	
	}
	.message-list li{
/*		width: 45%;
		margin-right: 5%;*/
		/*margin-bottom: 10vw;*/

		width: 100%;
		margin: 0 0 10vw;
	}
	.message-list li:nth-child(2n){
/*		margin-left: 5%;
		margin-right: 0;
		margin-top: 20vw;
		margin-bottom: 0;*/

		width: 100%;
		margin: 0 0 10vw;

	}

	/* .message-list li a{
		width: 100%;
	} */
	
	/* .message-list li a:hover{
		opacity: 1;
	}
	.message-block{
		width: 100%;
		position: relative; */
		/* padding: 30px 0; */
		/* display: block;
		overflow: hidden;
	}
	
	.message-block::after{
		content: '';
		width: 100%;
		height: 100%;
		background: #999999;
		position: absolute;
		top: -100%;
		right: 0;
		z-index: -1;
		transition:.3s all ease .5s;
		left: 0;
	}
	.message-block::before{
		content:"";
		width: 300%;
		height:300%;
		display: inline-block;
		background: url(../message/images/dot.png);
		transform: rotate(45deg);
		position: absolute;
		top:-150%;
		left:-400%;
		transition:.6s all ease 0s;
		z-index: -2;
	}
	.is-show .message-block::before{
		left:-120%;
	}
	.is-show .message-block::after{
		top: 0;
	}
	.message-list li:nth-of-type(even)>.message-block::before{
		content:"";
		width: 300%;
		height:300%;
		display: inline-block;
		background: url(../message/images/dot.png);
		transform: rotate(45deg);
		position: absolute;
		top:-150%;
		right: -400%;
		transition:.6s all ease 0s;
		z-index: -2;
	}
	.message-list li:nth-of-type(even)>.is-show .message-block::before{
		right: -120%;
	}


	.is-show.message-01 .message-block::after{
		background: #5193C3;
	}
	
	.is-show.message-02 .message-block::after{
		background: #FED400;
	}
	.is-show.message-03 .message-block::after{
		background: #F08000;
	}
	.is-show.message-04 .message-block::after{
		background: #F6B9A7;
	}
	.is-show.message-05 .message-block::after{
		background: #E60012;
	}
	.is-show.message-06 .message-block::after{
		background: #37B7A4;
	}
	.is-show.message-07 .message-block::after{
		background: #6B4598;
	}
	.message-block__profile_box{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	.message-block__img{
		width: 100%;
		display: block; */
		/* z-index: -1; */
		/* position: relative;
		height: 100%; */
		/* overflow: hidden; */
	/* }
	.message-block__img img{
		width: 100%;
		transition:.4s all ease 1s;
		opacity: 0;
		
	}
	.message-block__img img:last-child{
		position: absolute;
		top: 0;
		transition:.2s all ease .8s;
		left: 20px;
	}
	.is-show .message-block__img img{
		opacity: 1;
	}
	.is-show .message-block__img img:last-child{
		opacity: 1;
		left: 0;
	} */
	/* 
	.message-list li:nth-of-type(2n) .is-show .message-block__img img{
		opacity: 1;
		transition:.4s all ease 1.5s;
	}
	.message-list li:nth-of-type(2n) .is-show .message-block__img img:last-child{
		opacity: 1;
		transition:.4s all ease 1.8s;
	} */
/* 	
	.message-02 .message-block__img img{
		width: 100%;
		margin-top: -5vw;
	}
	.message-02 .message-block__img img:last-child{
		position: absolute;
		top: 0;
	}
	.message-block__profile_box>p{
		color: #FFF;
		font-weight: bold;
		opacity: 0;
		transition:.4s all ease 1.5s;
		z-index: 2;
	}
	.is-show .message-block__profile_box>p{
		opacity: 1;
	} */
	/* .message-list li:nth-of-type(2n) .is-show .message-block__profile_box>p{
		opacity: 1;
		transition:.4s all ease 2.3s;
	/* } */
	
	/* .coming-soon .is-show .message-block__profile_box>p{
		opacity: 1;
		transition:.4s all ease .8s;
	}*/
	.name-japanese{
		margin-left: 30px;
		margin-top: 20px;
		font-size: 2rem;
	}/*
	.name-japanese>span{
		font-size: 0.5em;
		display: block;
	}*/
	.name-english{
		font-size: 2rem;
		line-height: 1em;
		margin-bottom: 20px; 
	 }/*
	.more-text{
		/* font-weight: bold;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		opacity: 0;
	}
	.is-show .more-text{
		opacity: 1;
		transition:.4s all ease 2.3s;
	}
	.message-list li:nth-child(2n) .more-text{
		justify-content: flex-start;
	}
	.more-text::after{
		content: '';
		margin-left: 10px;
		width: .7em;
		height: .7em;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.coming-soon .message-block{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30vw;
	}
	.coming-soon .name-japanese{
		margin: 0;
		text-align: center;
	}*/
	.message-01 .name-japanese{
		margin-left: 10px;
	}
/*	.message-01 .name-english{
		margin-top: -15%;
		display: flex;
		justify-content: flex-end;
	}*/
/*	.message-02 .name-english{ 
		margin-top: 10px; 
		padding-bottom: 30%; 
		margin-left: 30px;
	}*/
/*	.message-03 .name-english{
		margin-top: -15%;
		display: flex;
		justify-content: flex-end;
	}*/

		.message-01 .name-english{
			margin: -15% 10px 0 0;
		}
		.message-03 .name-english{
			margin: -15% 10px 0 0;
		}
		.message-04 .name-english{
			margin-left: 30px;
		}
		.message-05 .name-english{
			margin-left: 30px;
		}
		.message-06 .name-english{
			margin-left: 30px;
		}
		.message-07 .name-english{
			margin-left: 30px;
		}



	.message-01 .more-text{
		/*color: #5193C3;*/
		padding-right: 10px;
	}
/*	.message-01 .more-text::after{
		border-top: 1px solid #5193C3;
		border-right: 1px solid #5193C3;
	}*/
	.message-02 .more-text{
		/*color: #FED400;*/
		padding-left: 10px;
	}
/*	.message-02 .more-text::after{
		border-top: 1px solid #FED400;
		border-right: 1px solid #FED400;
	}*/
	.message-03 .more-text{
		/*color: #F08000;*/
		padding-right: 10px;
	}
/*	.message-03 .more-text::after{
		border-top: 1px solid #F08000;
		border-right: 1px solid #F08000;
	}*/
	 .message-04 .more-text{
		/*color: #F6B9A7;*/
		padding-left: 10px;

	}
/*	.message-04 .more-text::after{
		border-top: 1px solid #F6B9A7;
		border-right: 1px solid #F6B9A7;
	}*/
	.message-05 .more-text{
		/*color: #E60012;*/
		padding-right: 10px;

	}
/*	.message-05 .more-text::after{
		border-top: 1px solid #E60012;
		border-right: 1px solid #E60012;
	}*/
	.message-06 .more-text{
		/*color: #37B7A4;*/
		padding-left: 10px;

	}
/*	.message-06 .more-text::after{
		border-top: 1px solid #37B7A4;
		border-right: 1px solid #37B7A4;
	}*/
	.message-07 .more-text{
		/*color: #6B4598;*/
		padding-right: 10px;

	}
/*	.message-07 .more-text::after{
		border-top: 1px solid #6B4598;
		border-right: 1px solid #6B4598;
	}*/
	
	
	
	
	
	










.message .content-wrap {
    padding-top: 70px;
}




/*body.message{
	background: #FFF;
}


.message .content-wrap{
	padding-top: 5%;
}*/


.message-title{
	display: block;
	margin-bottom: 5%;
}

.message-title__photo{
	width: 90%;
	margin: 0;
	position: relative;
	padding-top: 52%;
	overflow: hidden;
}

.message-title__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
/*
.message-title__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-title__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-title__photo .front{
	opacity:1;
	transition:.5s all ease .5s;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-title__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}*/


.message-title__text{
	width: 90%;
	margin:0 0 0 10%;
	z-index:10;
	padding: 2% 2% 2% 2%;
	text-align: right;
	color:#fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.message-title__text .english{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 9vw;
	line-height: 1em;
	margin-bottom: auto;
	opacity:0;
	padding-right: 5%;
	text-align: left;
	margin-top: -40px;
}
/*.message-title__text .japanese{	padding-right: 5%;}*/
.message-title__text .japanese .name{
	font-size: 1.8rem;
/*	opacity:0;
	padding-right: 5%;*/
}
.message-title__text .japanese .year{
	font-size: 1.4rem;
/*	opacity:0;
	padding-right: 5%;*/
}
.message-title__text .japanese .place{
	font-size: 1.1rem;
/*	opacity:0;
	padding-right: 5%;*/
}

.is-show .message-title__text .english{
	opacity:1;
	transition:.2s all ease .8s;
	padding-left: 0;
	z-index: 2;
	width: 40%;
}
.is-show .message-title__text .japanese{
	z-index: 2;
	padding-right: 8%;
	width: 60%;
}
/*.is-show .message-title__text .japanese .name{
	font-size: 1.8rem;
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}*/
/*.is-show .message-title__text .japanese .year{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}*/
/*.is-show .message-title__text .japanese .place{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
}*/



.message-large{
	text-align: center;
	margin-bottom: 2%;
}

.message-small{
	width: 90%;
	margin: 5% auto 10%;
	font-size: 1.4rem;
	line-height: 2;
}


/*.message-large span{
	display: inline-block;
}

.message-large span::before{
	content:"";
	width: 0;
	height:20%;
	background: #666;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	left:0;
}

.message-large.is-show span::before{
	content:"";
	width: 100%;
	transition:1s all ease 1s;
}

.color-block{
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.color-block span{
	opacity:0;
	font-size: 6vw;
	font-style:italic;
}

.color-block::before{
	content:"";
	display: inline-block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:-100%;
	transition:1s all ease .1s;
	z-index:100;
}

.is-show .color-block::before{
	content:"";
	left:100%;
}

.is-show .color-block span{
	opacity:1;
	transition:.2s all ease .35s;
}*/

/*color*/

/*.message01 .message-large span::before{
	background: #005BAC;
}

.message02 .message-large span::before{
	background: #FED400;
}

.message01 .color-block::before{
	background: #005BAC;
}

.message02 .color-block::before{
	background: #FED400;
}

*/

.message-visual{
	position: relative;
	margin-bottom: 10%;
	overflow: hidden;
}

.message-visual__photo{
	position: relative;
	padding-top: 50%;
	width: 80%;
	margin-left: 20%;
}
/*
.message-visual__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-visual__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-visual__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-visual__photo .front{
	opacity:1;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-visual__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}

.message-pickup{
	display: flex;
	padding: 0 10%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	          justify-content: space-between;
}*/

.message-pickup li{
	width: 100%;
	/*margin-bottom: 5%;*/
	/*opacity:0;*/
}
/*.message-pickup.is-show li{
	opacity:1;
	transition:.5s all ease .2s;
}

.message-pickup.is-show li:nth-of-type(2){
	opacity:1;
	transition:.5s all ease .4s;
}

.message-pickup.is-show li:nth-of-type(3){
	opacity:1;
	transition:.5s all ease .6s;
}

.message-pickup.is-show li:nth-of-type(4){
	opacity:1;
	transition:.5s all ease .8s;
}

.message-pickup li img{
	width: 100%;
	margin-bottom: 5%;
}*/

.message-pickup li dt{
	font-size: 2rem;
	/*margin-bottom: 2%;*/
}

.message-pickup li dd{
	font-size: 1.4rem;
}

/*.message-pickup-title{
	text-align: center;
	margin-bottom: 3%;
}*/

.message-pickup-title span{
	/*text-align: center;*/
	font-size: 3rem;
/*	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;*/
}

/*.message-pickup-title span::before{
	content:"";
	display: inline-block;
	width: 25px;
	height:25px;
	margin-right: 10px;
}

.message-pickup-title span::after{
	content:"";
	display: inline-block;
	width: 25px;
	height:25px;
	margin-left: 10px;
}*/

/*color*/

/*.message01 .message-pickup-title span::before,
.message01 .message-pickup-title span::after{
	background: #5193C3;
}

.message02 .message-pickup-title span::before,
.message02 .message-pickup-title span::after{
	background: #FED400;
}
*/
.message-career-step-title{
	font-family: eb-garamond, serif;
	font-style: normal;
	font-weight: 400;
	color:#fff;
	width: 80%;
	margin:5% auto;
	font-size: 2.6rem;
	padding: 5px 0;
	text-align: center;
	position: relative;
	opacity:0;
}
.message-career-step-title span{
	position: relative;
	z-index:10;
}

.message-career-step-title.is-show{
	opacity:1;
	transition:.2s all ease .5s;
}
/*

.message-career-step-title::after{
content: "";
position: absolute;
right: 0;
bottom: 0px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-width: 20px 20px 0 20px;
z-index:1;
}

.is-show.message-career-step-title::after{
	bottom: -20px;
	transition:.2s all ease 1s
}*/

/*color*/
/*.message01 .message-career-step-title::after{
	border-color: #5193C3 transparent transparent transparent;
}

.message02 .message-career-step-title::after{
	border-color: #FED400 transparent transparent transparent;
}*/




/*color*/

/*.message01 .message-career-step-title{
	background: #5193C3;
}

.message02 .message-career-step-title{
	background: #FED400;
}
*/
.message-career-step-body{
	background: #EEEEEF;
	width: 100%;
	margin:0 auto 5%;
	padding: 5%;
}


.message-career-step-box{
/*	background: #FFF;
	padding: 3%;
	display: flex;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
	margin-bottom: 3%;
	margin-left: -2%;
	opacity:0;*/
	flex-direction: column;
}

/*.message-career-step-box.is-show{
	opacity:1;
	transition:.5s all ease .5s;
	margin-left: 0;
}

.message-career-step-box:last-of-type{
	margin-bottom: 0;
}*/


.message-career-step-box__number{
	width: 100%;
/*	color:#fff;
	text-align: center;
	position: relative;
	padding-top: 10%;*/
	margin-right: 0;
	margin-bottom: 10px;
}

.message-career-step-box__number .year{
	display: inline-block;
/*	font-family: eb-garamond, serif;
	font-style: normal;
	font-weight: 400;*/
	font-size: 2rem;
}

.message-career-step-box__number .japanese{
	font-size: 1.2rem;
}

/*.message-career-step-box__number p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}*/

/*.message01 .message-career-step-box__number{
	background: #5193C3;
	line-height: 2.3em;
}

.message02 .message-career-step-box__number{
	background: #FED400;
	line-height: 2.3em;
}*/

.message-career-step-box__text{
/*	display:flex;
	justify-content: center;
	align-items: center;*/
	flex-direction: column;
	font-size: 1.6rem;
}

.message-career-step-box__text .bold{
	/*font-weight: bold;*/
	margin-bottom: 5px;
}


.message-career-private{
	display: flex;
	position: relative;
	margin-bottom: 10%;
	flex-wrap: wrap;
}

.message-career-private__title{
/*	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;*/
	font-size:4rem;
	line-height: 1;
	margin-left: 10vw;
/*	margin-bottom: -3.5%;
	opacity:0;*/
}
/*.is-show.message-career-private__title{
	margin-bottom: -.5%;
	transition:.5s all ease .5s;
	opacity:1;
}*/


.message-career-private__text{
	/*color:#fff;*/
	/*position: absolute;*/
	width: 75%;
	height:auto;
	/*top: 0;*/
	left: 0;
	/*padding-left: 10%;*/
	padding: 40% 0 10px 10%;
	/*transform: translateY(0);*/
	/*-webkit-transform: translateY(0);*/
	line-height: 2;
	font-size: 1.4rem;
/*	z-index:10;
	opacity:0;*/
}

/*.is-show .message-career-private__text{
	opacity:1;
	transition:.5s all ease 1.2s;
}
/*color*/
/*.message01 .message-career-private__title{
	color:#5193C3;
}

.message02 .message-career-private__title{
	color:#FED400;
}




.message-career-message{
	display: flex;
	position: relative;
	margin-bottom: 10%;
	padding-right: 10%;
}

.message-career-message__title{
	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;
	font-size:6rem;
	line-height: 1em;
	margin-left: 10vw;
	margin-bottom: -3.5%;
	opacity:0;
}
.is-show.message-career-message__title{
	margin-bottom: -.5%;
	transition:.5s all ease .5s;
	opacity:1;
}*/


.message-career-message__text{
	color:#fff;
	padding: 22% 5% 20%;
	position: absolute;
	width: 100%;
	height:auto;
	/*top: 30%;*/
	/*transform: translateY(-30%);*/
	/*-webkit-transform: translateY(-30%);*/
	line-height: 2;
	font-size: 1.4rem;
/*	z-index:10;
	opacity:0;
	right: 0;*/
}

.is-show .message-career-message__text{
/*	opacity:1;
	transition:.5s all ease 1.2s;*/
	padding-left: 5%;
}


.message-career-message__text__title{
/*	font-family: eb-garamond, serif;
	font-style: italic;
	font-weight: 400;*/
	font-size:4rem;
	line-height: 1;
/*	margin-left: 5vw;
	margin-bottom: -3.5%;
	opacity:0;
	text-align: right;
	padding-right: 10%;*/
}

/*.is-show .message-career-message__text__title{
	opacity:1;
	transition:.5s all ease .8s;
	padding-right: 0;
	margin-bottom: 5%;
}*/

/*common*/

/*.dot-square{
	position: absolute;
	top:0;
	right:0;
	width: 90%;
	height:100%;
	overflow: hidden;
}

.message-visual .dot-square{
	right:auto;
	left:0;

}

.message-career-private .dot-square{
	right:auto;
	left:0;

}

.message-career-message .dot-square{
	width: 100%;
}



.message-career-private{
	display: flex;
}*/

.message-career-private__photo{
	/*position: relative;*/
    padding-top: 100%;
    width: 80%;
    margin-left: 20%;
}

/*.message-career-private__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-career-private__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-career-private__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-career-private__photo .front{
	opacity:1;
	transition:.5s all ease .5s;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-career-private__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}



.message-career-message{
	display: flex;
}*/


.message-career-message__photo{
	/*position: relative;*/
	padding-top: 110%;
	width: 70%;
	margin-left: 0;
}

/*.message-career-message__photo img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


.message-career-message__photo .front{
	opacity:0;
	z-index:2;
	margin-left: -2%;
}

.message-career-message__photo .back{
	opacity:0;
	z-index:1;
}

.is-show .message-career-message__photo{
	margin-left: 5%;
	transition:.5s all ease .5s;

}

.is-show .message-career-message__photo .front{
	opacity:1;
	z-index:3;
	margin-left: 0;
	transition:.3s all ease .8s;
}

.is-show .message-career-message__photo .back{
	opacity:1;
	transition:.3s all ease 1s;

}

.dot-square::before{
	content:"";
	width: 300%;
	height:300%;
	display: inline-block;
	background: url(../message/images/dot.png);
	transform: rotate(45deg);
	position: absolute;
	top:-150%;
	left:-400%;
	transition:.4s all ease 0s;
}

.is-show .dot-square::before{
	content:"";
	left:-120%;
}

.dot-square::after{
	content:"";
	width: 100%;
	height:100%;
	display: inline-block;
	position: absolute;
	top:-100%;
	left:0;
	transition:.3s all ease .4s;
}

.is-show .dot-square::after{
	content:"";
	top:0;
}*/

/*color*/

/*.message01 .dot-square::after{
	content:"";
	background: #5193C3;
}

.message02 .dot-square::after{
	content:"";
	background: #FED400;
}*/


/*color*/

/*.message01 .space-square{
	background: #5193C3;
}

.message02 .space-square{
	background: #FED400;
}


*/

.message-link{
	width: 80%;
	margin:0 auto 5%;
		display: flex;
		flex-wrap: wrap;
		  justify-content:flex-start;
}

.message-link li{
	width: 24%;
	opacity:0;
	margin:0 1.333% 2% 0;
}
.message-link li:nth-child(4n){
	margin:0 0 2% 0;
}
/*
.message-link.is-show li:nth-child(1){
	opacity:1;
	transition:.4s all ease 0s;
}

.message-link.is-show li:nth-child(2){
	opacity:1;
	transition:.4s all ease .2s;
}

.message-link.is-show li:nth-child(3){
	opacity:1;
	transition:.4s all ease .4s;
}

.message-link.is-show li:nth-child(4){
	opacity:1;
	transition:.4s all ease .6s;
}

.message-link.is-show li:nth-child(5){
	opacity:1;
	transition:.4s all ease .8s;
}

.message-link.is-show li:nth-child(6){
	opacity:1;
	transition:.4s all ease 1s;
}



.message-link li img{
	width: 100%;
}*/



/*----discussion-------------------------------------------*/

.discussion01 .dot-square::after{
	content:"";
	background: #59D1F4;
	background: url(../message/images/discussion01-main_img.jpg) no-repeat center bottom;
	background-size: cover;
}



.discussion .content-wrap{
	padding-top: 0;
}



.discussion-title{
	display: flex;
	position: relative;
	margin-bottom: 10%;
	position: relative;
	z-index: -1;
}
.discussion-title .dot-square{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height:calc(60vh - 60px);
	overflow: hidden;
	margin-top: 60px;

}




.discussion-title__text{
	z-index:10;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.discussion-title__text p{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6vw;
	line-height: 2em;
	opacity:1;
	text-align: left;
	padding: 3% 12%;
	display: inline-block;
	color:#fff;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
    margin-bottom: .5em;
}
.discussion-right__content {
	width: 100%;
	margin-left: 0;
	background: #FFF;
	padding: 30px 5%;
}

.discussion-large{
	font-size: 5vw;
}

.discussion-small{
	width: 70%;
	margin:0 auto 10%;
	font-size: 1vw;
	line-height: 4rem;
}


.discussion-large span{
	display: inline-block;
}


.discussion .color-block span{
	font-size: 5.2vw;
	font-style:italic;
}
.discussion-large span::before{
	content:"";
	width: 0;
	height:20%;
	background: #666;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	left:0;
}

.discussion-large.is-show span::before{
	content:"";
	width: 100%;
	transition:1s all ease 1s;
}



/*color*/

.discussion01 .discussion-large span::before{
	background: #91c0db;
}

h5.discussion__member {
	font-size: 1.7rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #64aadc;
	color: #64aadc;
	margin: 3vh 0 5vh;
}

.discussion__member_list {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 3vh;
}
.discussion__member_list li{
	width: 100%;
	text-align: left;
	display: flex;
}
.discussion__member_list li .discussion__member_img{
	width: 30%;
	margin: 0 5% 10px 0;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #64aadc;
}
.discussion__member_list li .discussion__member_img img{
	width: 100%;
	display: block;
}

.discussion__member_list li dt{
	color: #64aadc;
	font-size: 4vw;
	text-align: left;

}
.discussion__member_list li dt span{
	display: block;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4vw;
	line-height: 1em;
	margin: 4px 0 8px;
}
.discussion__member_list li dd{
	font-size: 3vw;
	text-align: left;
}
.discussion__member_list li dd span{
	display: block;
	font-family: din-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3vw;
	text-align: left;

}

h4.discussion__section_title {
	background: #64aadc;
	font-size: 1.7rem;
	padding: 12px 20px;
	color: #FFF;
	font-weight: 600;
	margin: 8vh 0 3vh;
}

.discussion__text__wrap li {
	display: flex;
	padding: 0 0 2vh;
	margin-bottom: 2vh;
	/* border-bottom: 1px dotted #94dafc; */
	border-bottom: none;

}
.discussion__text__wrap li span{
	display: block;
	width: 20%;

}
.discussion__text__wrap li p{
	display: block;
	width: calc(75% - 20px);
	border-left: 1px dotted #94dafc;
	padding-left: 20px;
	margin-left: 20px;
}
.discussion__section__img {
	width: 100%;
	margin: 4vh auto 5vh ;
}
.discussion__section__img  img{
	width: 100%;
	display: block;
}


/*-------------------------

movie-section

-------------------------*/
.movie-section{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.anchor{
	padding-top:100px;
	margin-top:-100px;
}

.two-movie{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
	flex-direction:column;
}

.two-movie li{
	width:100%;
	margin-bottom:50px;
}

.two-movie li p{
	margin-top:10px;
	font-weight:bold;
}
.two-movie li p span{
	background:#003894;
	color:#FFF;
	display:inline-block;
	padding:5px 15px;
	margin-right:20px;
	font-weight:bold;
}

.movie-section h4.discussion-list-title{
	color: #003894;
	z-index:1;
}
.movie-section h4.discussion-list-title::before{
	background:#FFF;
	top:100px;
}
.movie-section h4.discussion-list-title span{
	z-index:-1;
}
.movie-section h4.discussion-list-title span:not(.content-title)::before{
	background:#FFF;
	position: absolute;
}
.movie-section h4.discussion-list-title span.content-title{
	color: #FFF;
}
.movie-section h4.discussion-list-title.is-show span.content-title::after{
	transition: .3s all ease 0s;
}
.movie-section h4.discussion-list-title.is-show::before{
	transition: .6s all ease .8s;
	top:100%;
}
.movie-section h4.discussion-list-title.is-show span:not(.content-title)::before{
	transition: .3s all ease .4s;
}
/*---


/*-------------------------

index.html - discussion-section
20191105

-------------------------*/

.discussion-section{
	width: 100%;
	margin: 50px auto 0;
	background: #F0F0F0;
	padding: 50px 0;
}
h4.discussion-list-title{
	color: #003894;
	font-weight: bold;
	font-size: 4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
h4.discussion-list-title::before{
	content: '';
	width: 100%;
	height: 5rem;
	background:#F0F0F0;
	position: absolute;
	top: 75px;
	left: 0;
}/*
h4.discussion-list-title span{
	display: block;
	font-size: 0.5em;
	position: relative;
}
h4.discussion-list-title span:not(.content-title)::before{
	content: '';
	width: 100%;
	height: 45px;
	background:#F0F0F0;
	position: absolute;
	top: 0;
	left: 0;
}
h4.discussion-list-title span.content-title{
	padding: 5px;
	color: #F0F0F0;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	width: 250px;
	margin:  0 auto 30px;
	z-index: 2;
	overflow: hidden;
}
h4.discussion-list-title span.content-title::after{
	content: '';
	width: 250px;
	height: 100%;
	background: #003894;
	position: absolute;
	top: 0;
	left: -100%;
 z-index: -1;
}
h4.discussion-list-title.is-show span.content-title::after{
	transition: .3s all ease 0s;
	left: 50%;
	transform:translateX(-50%);
 -webkit-transform: translateX( -50%);
}
h4.discussion-list-title.is-show::before{
	transition: .6s all ease .4s;
	top: 100%;
}
h4.discussion-list-title.is-show span:not(.content-title)::before{
	transition: .3s all ease .8s;
	top: 100%;
}
*/
a.discussion-link{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}
h5.discussion-link__page-title{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8vw;
	width: 100%;
	margin-right: 0;
	z-index: 2;
	margin-top: 0;
	opacity: 0;
	order: 2;
}
a.discussion-link:nth-of-type(2) h5.discussion-link__page-title{
	order: 2;
	margin-right: 0;
	margin-left: 0;
	text-align: right;
}
h5.discussion-link__page-title span{
	padding: 3px 10vw;
	color:#fff;
	display: inline-block;
	margin-bottom: 5px;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
}

h5.discussion-link__page-title .read-more{
	font-size: 16px;
	display: block;
	width: 200px;
	text-align: center;
	color: rgba(255 , 255 , 255 , 0);
	position: relative;
	background: none;
	z-index: 2;
	overflow: hidden;
}/*
a.discussion-link:nth-of-type(2) h5.discussion-link__page-title .read-more{
	margin: 0 0 20px auto;
}

h5.discussion-link__page-title .read-more::before{
	content: '';
	width: 200px;
	height: 100%;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 1;
	z-index: -1;
}
*/
a.discussion-link .ph{
	width: 100%;
	opacity: 0;
	transform:translateY(100px);
-webkit-transform: translateY(100px);
	order: 1;
}/*
a.discussion-link:nth-of-type(2) .ph{
	order: 1;
}

a.discussion-link .ph img{
	width: 100%;
}
*/
a.discussion-link.is-show h5.discussion-link__page-title{
	transform:translateY(-80px);
-webkit-transform: translateY(-80px);
	opacity: 1;
	transition: .4s all ease .4s;
}/*
a.discussion-link.is-show .ph{
	margin-top: 0;
	opacity: 1;
	transition: .4s all ease .2s;
}
a.discussion-link.is-show h5.discussion-link__page-title .read-more{
	color: rgba(255 , 255 , 255 , 1);
	transition: .1s all ease 1s;
}

a.discussion-link.is-show h5.discussion-link__page-title .read-more::before{
	left: 0;
	transition: .2s all ease 1s;
}
------------- */











}
