@charset "utf-8";
/* CSS Document */

/* common */


/* =====================
  mv-area
===================== */

.red{
	color:#d71317; 
}
/* ここまでデモページ用のコード */

a .img-area-wrap{
	overflow: hidden;
}
.img-area-wrap img {
    width: 100%;
}
a:hover .img-area-wrap img {
    transform: scale(1.1);
}
a .img-area-wrap img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.4s ease;
}


.bg-dull-blue{
	background-color: #437f96;
}
.bg-dull-purple{
	background-color: #484d6d;
}
.mb60 {
    margin-bottom: 6rem;
}
.pb100 {
    padding-bottom: 10rem;
}
@media (max-width: 768px) {
	.mb0-sp{
	  margin-bottom: 0rem !important;
	}
	.mb30-sp{
		margin-bottom: 3rem !important;

	}
	.pb40-sp {
		padding-bottom: 4rem;
	}
}
/* =====================
  crosstalk:社員座談会
===================== */
.crosstalk-head .container ,.crosstalk-block .container,.crosstalk-message .container{
	z-index: 1;
	position: relative;
	max-width: 1100px;
}
  @media (max-width: 768px) {
	.crosstalk-head .container ,.crosstalk-block .container,.crosstalk-message .container{
		max-width: 100%;
	  }
  }
.crosstalk-head {
	padding: 10rem 0 0;
}
@media (max-width: 768px) {
	.crosstalk-head {
		padding: 4rem 0 0;
	}
}
.crosstalk-head .links{
	display: flex;
	justify-content: center;
	text-align: center;
	padding-bottom: 12rem;
}
@media (max-width: 768px) {
	.crosstalk-head .links{
		display: block;
		padding-bottom: 5rem;

	}
}
.crosstalk-head .links >a {
	width: 33rem;
	height: 10rem;
	padding-left: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #ffffff;
	margin:  0 2rem;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left 3rem center;

}
@media (max-width: 768px) {
	.crosstalk-head .links >a {
		width: 100%;
		height: 9rem;
		margin:  0 0;
		font-size: 1.8rem;
		text-align: left;
		justify-content: flex-start;
		padding-left: 11rem;
		background-position: left 5.5rem center;
		margin-top: 1rem;
	}
	
}

.crosstalk-head .links >a:nth-child(1) {
	background-image: url(../images/crosstalk01/icon-link01.svg);
	background-size: 4rem;
}
@media (max-width: 768px) {
	.crosstalk-head .links >a:nth-child(1) {
		background-size: 3.8rem;
	}
}
.crosstalk-head .links >a:nth-child(2) {
	background-image: url(../images/crosstalk01/icon-link02.svg);
	background-size: 3.5rem;
}
@media (max-width: 768px) {
	.crosstalk-head .links >a:nth-child(2) {
		background-size: 3.5rem;
	}
}
.crosstalk-head .cover-bg{
	position: relative;
}
.crosstalk-head .cover-bg.dull-blue::after{
	background-color: #437f96;
}
.crosstalk-head .cover-bg.dull-purple::after{
	background-color: #484d6d;
}
.crosstalk-head .cover-bg::after{
	position: absolute;
	content: '';
	width: 100vw;
	height: 50rem;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	left: 0;
	top: -36rem;
	z-index: -1;
}
@media (max-width: 991px) {
	.crosstalk-head .cover-bg::after{
		top: -36rem;

	}
}
@media (max-width: 768px) {
	.crosstalk-head .cover-bg::after{
		top: -11rem;
		height: 20.5rem;

	}
}
.crosstalk-head .crosstalk-head-img{
	z-index: 1;
	position: relative;
}
.crosstalk-head .ttl{
	font-size: 4rem;
	 text-align: center;
	 font-weight: 700;
	 margin-top: 6rem;
	 margin-bottom: 4rem;
	 color: #FFF;
}
@media (max-width: 991px) {
	.crosstalk-head .ttl{
		font-size: 3rem;
		margin-bottom: 2rem;

	}
}
@media (max-width: 768px) {
	.crosstalk-head .ttl{
		margin-top: 4rem;
		font-size: 2rem;
		margin-bottom: 2rem;

	}
}
.crosstalk-head .subttl{
	margin-bottom: 20px;
	text-align: center;
}
.crosstalk-head .subttl .ttl-bk{
	font-size: 3.8rem;
    color: #FFF;
    font-weight: 700;
    background-color: #333;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}
@media (max-width: 991px) {
	.crosstalk-head .subttl .ttl-bk{
		font-size: 2.4rem;
	}
}
@media (max-width: 768px) {
	.crosstalk-head .subttl .ttl-bk{
		font-size: 1.6rem;

	}
}
.crosstalk-head .txt{
	width: 53rem;
	margin: auto;
}
@media (max-width: 768px) {
	.crosstalk-head .txt{
		width: 100%;
	}
}
.crosstalk-staff{
	display: flex;
	justify-content: space-around;
	margin-top: 7rem;
}
@media (max-width: 768px) {
	.crosstalk-staff{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 1rem;

	}
	
}
.crosstalk-staff.three{
    width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.crosstalk-staff.three{
		width: 100%;
	}
}
.crosstalk-staff >li{
	width: 25rem;
}
@media (max-width: 768px) {
	.crosstalk-staff >li{
		width: 50%;
		padding: 0 1rem;
		margin-top: 2rem;
	}
}
.crosstalk-staff >li >figcaption{
	letter-spacing: 0;
	font-size: 1.5rem;
	margin-top: 2.5rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.crosstalk-staff >li >figcaption{
		font-size: 1.2rem;
		margin-top: 1rem;

	}
}
.crosstalk-staff >li >figure{
	width: 90%;
	margin: auto;
}
.crosstalk-block{
	margin-top: 9rem;
}
@media (max-width: 768px) {
	.crosstalk-block{
		margin-top: 4rem;
	}
}
.crosstalk-block.even .crosstalk-chapter .chap-txt {
	text-align: right;
	right: 0;
}
@media (max-width: 768px) {
	.crosstalk-block.even .crosstalk-chapter .chap-txt {
		text-align: left;
	}
}
.crosstalk-block.even .crosstalk-chapter .chap-img {
	margin-left: 0;
	margin-right: auto;
}
.crosstalk-chapter {
    z-index: 1;
    position: relative;
    max-width: 1100px;
}
@media (max-width: 768px) {
	.crosstalk-chapter {
		max-width: 100%;
	}
}
.crosstalk-chapter .chap-txt {
    position: absolute;
    z-index: 2;
	top: 0;
}
@media (max-width: 991px) {
	.crosstalk-chapter .chap-txt {
		position: relative;
	}
}

.crosstalk-chapter .chap-img {
    width: 77%;
    position: relative;
    margin-left: auto;
    z-index: 1;
}
@media (max-width: 991px) {
	.crosstalk-chapter .chap-img {
		width: 100%;

	}
}
.crosstalk-chapter .chach-box .chach {
    background: #FFF;
    font-size: 2.8rem;
    padding: 0.2rem 1rem;
    display: inline-block;
    margin-bottom: 0.7rem;
    font-weight: 700;
    letter-spacing: 0;
}
@media (max-width: 991px) {
	.crosstalk-chapter .chach-box .chach {
		font-size: 2rem;
		padding: 0.2rem 0;
		margin-bottom: 0;

	}
}
@media (max-width: 768px) {
	.crosstalk-chapter .chach-box .chach {
		font-size: 1.8rem;
		background: transparent;
		display: inline;

	}
}
.crosstalk-chapter .chap-num {
	letter-spacing: 0.11em;
	font-weight: 300;
	padding-left: 1.2rem;
    padding-top:10rem;
}
@media (max-width: 991px) {
	.crosstalk-chapter .chap-num {
		padding-left: 0;
		padding-top:1rem;
	}
}
.crosstalk-chapter .chap-num >span{
	font-size: 7.6rem;
	font-weight: 500;
	padding-left: 1.4rem;
	letter-spacing: 0.05em;
}
@media (max-width: 991px) {
	.crosstalk-chapter .chap-num >span{
		font-size: 5.4rem;
		padding-left: .5rem;
		line-height: 1;
	}

}
.crosstalk-talk{
	margin-top: 5rem;
}
@media (max-width: 768px) {
	.crosstalk-talk{
		margin-top: 2rem;
	}
}
.crosstalk-talk>li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.crosstalk-talk>li{
		margin-top: 2rem;
	}
}
.crosstalk-talk >li >figure{
	width: 7%;
}
@media (max-width: 768px) {
	.crosstalk-talk >li >figure{
		width: 22%;
	}
}
.crosstalk-talk >li >figcaption{
	width: 90%;
}
@media (max-width: 768px) {
	.crosstalk-talk >li >figcaption{
		width: 75%;
	}
}

.gray-bg{
	position: relative;
}
.gray-bg::before{
	position: absolute;
    width: 100%;
    height: calc(100% - 8rem);
    background-color: #efefef;
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 768px) {
	.gray-bg::before{
		height: calc(100% - 10rem);

	}
}
.crosstalk-message{
	background-image: url(../images/crosstalk01/bg-message.png);
	background-size: cover;
	padding: 8rem 0;
}
@media (max-width: 768px) {
	.crosstalk-message{
		background-image: url(../images/crosstalk01/bg-message-sp.png);
		padding: 3rem 0;
	}
}
.message-block{
	background-color: #FFF;
	padding: 7rem 2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.message-block{
		background-color: #FFF;
		padding: 3rem 2rem;
		text-align: left;
	}

}
.message-block .staff{
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.message-block .staff{
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.message-block .staff.three{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.message-block .staff > li{
	margin:  0 1rem 4rem;
	width: 11rem;
}
@media (max-width: 768px) {
	.message-block .staff > li{
		width: calc(100% / 4 - 1rem);
		margin:  0;
		
	}
}
@media (max-width: 768px) {
	.message-block .staff.three > li{
		width: calc(100% / 3 - 1rem);
		margin:  0;
		
	}
}
.message-block  > h3{
	font-size: 4rem;
	font-weight: 700;
}
@media (max-width: 991px) {
	.message-block  > h3{
		font-size: 2.4rem;
		margin-top: 2rem;

	}
}
.message-block  > p{
	font-size: 2rem;
	margin-top: 3rem;
	line-height: 2;
}
@media (max-width: 991px) {
	.message-block  > p{
		font-size: 1.6rem;
		margin-top: 1rem;
		line-height: 1.7;

	}
}