.under header {
	background: none;
	z-index: 20;
}

section .inr {
	width: 100%;
	max-width: 810px;
	margin-right: auto;
	margin-left: auto;
}

.mv-box {
	background-color: #f2f5f7;
	padding-top: 95px;
}

.space {
	letter-spacing: .1em;
}

.mv-box .inr {
	width: 100%;
	max-width: 810px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
}

.mv-tit {
    margin-bottom: -50px;
}

.mv-img {
	transform: translateY(80px);
}
.mvbg {
	margin-top: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.first-box {
	background-color: #fff;
	padding-top: 130px;
	position: relative;
	z-index: 5;
}
.first-box .box {
	position: relative;
}
.first-box .box::after {
	content: "";
	width: 106px;
	height: 106px;
	background-image: url(../images/cross_talk/ico_cross.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ct02 .first-box .box::after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.first-box .box-inr {
	width: 50%;
}
.first-box .box-inr:first-of-type {
	padding-right: 85px;
}
.first-box .box-inr:last-of-type {
	padding-left: 90px;
}
.first-box .tit {
	font-size: 1.59rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.first-box .box-inr:last-of-type .tit {
	color: #00a7ea;
}

.ct02 .first-box .tit {
	color: #00508e;
}
.ct02 .first-box .box-inr:last-of-type .tit {
	color: #00a7ea;
}
.ct02 .first-box .box-inr:last-of-type .tit.color01 {
	color: #0087c2;
}

.first-box .txt {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .115em;
    text-align: justify;
	color: #000;
}


.mem-box {
	background-color: #f2f5f7;
}
.mem-box .inr {
	max-width: 1130px;
}

.mem-box .box {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mem-box .img-box {
	width: 107px;
	transform: translateY(-50px);
}

.mem-box .txt-box {
	width: calc(100% - 107px);
	padding-left: 20px;
}
.mem-box .txt-box .tit {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: .05em;
}
.mem-box .txt-box .txt {
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: .08em;
	color: #000;
}

.talk-box .inr {
	max-width: 810px;
}

.talk-box .tit {
	font-size: 2.6rem;
	line-height: 1.7;
	letter-spacing: .05em;
}

.talk-box .mem {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 50px;
	letter-spacing: .1em;
	position: relative;
}
.talk-box .mem .imp {
	font-size: 1.2rem;
}
.talk-box .mem::before {
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
}
.talk-box .mem01::before {
	content: "T.T.";
	color: #003466;
}
.talk-box .mem02::before {
	content: "S.S.";
	color: #00a7ea;
}
.talk-box .mem03::before {
	content: "I.T.";
	color: #00508e;
}
.talk-box .mem04::before {
	content: "Y.N.";
	color: #00a7ea;
}
.talk-box .mem05::before {
	content: "N.T.";
	color: #0087c2;
}

.sub-mv-box {
	position: relative;
}
.sub-mv-inr {
	flex-flow: row-reverse;
	padding-right: 13px;
	padding-left: 13px;
}

.sub-mv-box .mvbg2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.sub-mv-box .img01,
.sub-mv-box .img02 {
	width: 50%;
	max-width: 532px;
	padding-right: 20px;
	padding-left: 20px;
	transition: 1.5s;
	opacity: 0;
}
.sub-mv-box .img01.show {
	animation: fadeIn1 1s ease 0s;
	animation-fill-mode:forwards
}
.sub-mv-box .img02.show {
	animation: fadeIn2 1s ease .3s;
	animation-fill-mode:forwards
}
@keyframes fadeIn1 {
	0%{
		opacity: 0;
		transform: translateY(30px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeIn2 {
	0%{
		opacity: 0;
		transform: translateY(30px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

.sub-mv-box .img02 {
	margin-top: 90px;
}

.sub-mv-box .bg_l {
	left: 0;
	position: absolute;
	z-index: -1;
	top: -70px;
}
.sub-mv-box .bg_r {
	right: 0;
	position: absolute;
	z-index: -1;
	top: 110px;
}
.sub-mv-box .bg {
	width: 100%;
	right: 0;
	position: absolute;
	z-index: -1;
	top: 0;
}




/*PC*/
@media screen and (min-width: 768px) {
	.mem-box .box.pr {
		padding-right: 20px;
	}

	.mem-box .box.pl {
		padding-left: 20px;
	}

	.bnr {
		overflow: hidden;
	}
	.bnr img {
		transition: .6s;
	}
	.bnr img:hover {
		transform: scale(1.05);
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.mv-box .inr {
		padding-top: 50px;
	}
	
	.mv-img {
		transform: translateY(40px);
	}

	.mvbg {
		margin-top: 75px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 0;
	}

	.mv-tit {
		margin-bottom: -10px;
	}

	.inr-pl {
		padding-right: 25px;
		padding-left: 25px;
		margin-left: 0;
	}
	
	.first-box {
		padding-top: 55px;
	}

	.first-tit {
		font-size: 2.0rem;
		line-height: 1.7;
	}

	.under .inr {
		padding-right: 25px;
		padding-left: 25px;
	}


	.first-box .box-inr:first-of-type {
		padding-right: 25px;
	}
	.first-box .box-inr:last-of-type {
		padding-left: 25px;
	}

	.first-box .box::after {
		width: 35px;
		height: 35px;
		background-image: url(../images/cross_talk/ico_cross_sm.png);
		top: 10px;
		transform: translateX(-50%);
	}
	.ct02 .first-box .box::after {
		top: 25px;
	}
	
	.first-box .tit {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: .1em;
	}
	
	.first-box .txt {
		line-height: 1.7;
		letter-spacing: .15em
	}

	.mem-box {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mem-box .box.pr {
		padding-right: 0;
	}

	.mem-box .box {
		width: 100%!important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.mem-box .img-box {
		width: 80px;
		transform: none;
	}

	.mem-box .txt-box {
		width: calc(100% - 80px);
		padding-left: 13px;
	}

	.sub-mv-box .img02 {
		margin-top: 40px;
	}

	.talk-box .tit {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.sub-mv-inr {
		padding-right: 8px;
		padding-left: 8px;
	}

	.sub-mv-box .bg_l {
		width: 30%;
		top: -40px;
	}
	.sub-mv-box .bg_r {
		width: 29%;
		top: 36px;
	}

	.sub-mv-box .img01,
	.sub-mv-box .img02 {
		padding-right: 8px;
		padding-left: 8px;
	}
}

/*ADD 20221122*/
.add_profile{
 justify-content: center;
 padding: 15px 0 0 0;
}
.first-box .box.add_profile::after {
 display: none;
}
.first-box .add_profile .box-inr:last-of-type {
  padding-left: 0;
}
.first-box .add_profile .box-inr:first-of-type {
  padding-right: 0;
}
.first-box .add_profile .box-inr {
  width: 54%;
}


@media screen and (max-width: 768px) {
.ct02 .first-box .box::after {
  top: inherit;
 bottom: -25px;
}
.first-box .add_profile .box-inr {
  width: 100%;
}
}
/*END*/