@charset "UTF-8";
/* CSS Document */


#contents #curten{
	position: absolute;
	height: 10000px;
	width: 100%;
	background-color: #FFF;
	right:0px;
	top: 76px;
	z-index: 1000;
	transition: all 500ms 0s ease;
}

#contents.load #curten{
	width: 0%;
}

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

	#contents #curten{
		top: 60px;
	}

}

@media screen and (max-width: 840px) {
	
	#contents #curten{
		top: 75px;
	}
	
}


#contents #contentsarea{
	overflow: hidden;
	height: 0px;
	padding: 0px;
}

#contents.load #contentsarea{
	overflow: auto;
	height: auto;
}


#contents main{
	position: relative;
	min-height: 500px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	z-index: 5;
}

#contents main #mainphoto{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	
}


footer{
	display: none;
}

footer.load{
	display: block;
}




/* main */



#contents main #mainphoto{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	background-image: url(../img/cross/main.webp);
}

#contents.check main #mainphoto{
	transform: scale(1.2,1.2);
	transition: all 1500ms .5s ease;
}

#contents.load main #mainphoto{
	transform: scale(1,1);
}

#contents main #mainphoto figure{
	display: none
}

#contents main #mask{
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 200;
	width: 100%;
	line-height: 0;
}

#contents main aside{
	position: absolute;
	z-index: 800000;
	width: 500px;
	height: 100px;
	background-color: #999;
}




@media (min-aspect-ratio: 17/9) {
	#contents main,
	#contents main #mainphoto{
		min-height: 48.5vw;
	}
}

@media (max-aspect-ratio:10/8) {
	#contents main{
		max-height: 70vw;
	}


	#contents main #mainphoto{
		position: relative;
		height: auto;
		background-image: none;
	}

	#contents main #mainphoto figure{
		display: block;
	}

	#contents main #mainphoto figure img{
		display: block;
		max-width: none;
		width: 100%;
		height: auto;
	}
}


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

	#contents main{
		position: relative;
		min-height: auto;
		margin-top: 0px;
	}

	#contents main #mainphoto{
		position: relative;
		background-image: none;
		min-height: auto;
	}

	#contents main #mainphoto figure{
		display: block;
	}

	#contents main #mainphoto figure img{
		display: block;
		max-width: none;
		width: 100%;
		height: auto;
	}

	#contents main #mask{
		bottom: -1px;
	}

}





#contents main #crossHeader{
	position: absolute;
	display: inline-block;
	color: #FFF;
	width: 80%;
	max-width: 800px;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	z-index: 9;
	 filter: drop-shadow(3px 3px 7px #000);
}

@media (min-aspect-ratio: 17/9) {
	#contents main #crossHeader{
		bottom: 25%;
	}
}


/* main */


/*  title */

#cont{
	position: relative;
	margin-top: -100px;
	z-index: 300;
}

#titlebox{
	text-align: center;
	z-index: 300;
}

#titlebox span{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #005bac;
}

#titlebox div{
	position: relative;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	z-index: 2;
}

@media screen and (min-width: 1600px) {

	#cont{
		margin-top: -6.25vw;
	}

}

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

	#cont{
		margin-top: -6vw;
	}
}


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

	#cont{
		margin-top: -4vw;
	}

	#titlebox span{
		font-size: 18px;
	}

	#titlebox div{
		font-size: 36px;
	}

}

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

	#titlebox span{
		font-size: 17px;
	}

	#titlebox div{
		font-size: 30px;
	}

}

/* contentsarea */


#contentsarea #list h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4;
	padding: 40px 0px 30px;
	text-align: center;
	font-family:'Noto Sans JP';
}

#contentsarea #list #infotxt{
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

#contentsarea #list #infotxt span{
	display: inline-block;
}

#contentsarea #list #infotxt,
#contentsarea #list ul{
	padding-bottom: 100px;
	justify-content: space-between;
}



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

	#contentsarea #list h1{
		font-size: 5.2vw;
	}

	#contentsarea #list #infotxt{
		font-size: 16px;
		text-align:justify;
		text-justify:distribute;
	}

	#contentsarea #list #infotxt span{
		display: inline;
	}

}


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

	#contentsarea #list h1{
		font-size: 30px;
	}

}






/* profile */

#contentsarea #list ul{
	max-width: 910px;
	margin: 0 auto;
}


#contentsarea #list ul li{
	position: relative;
	width: 46.8%;
	display: flex;
	flex-direction:column;
	padding-bottom: 35px;
	margin-bottom: 50px;
	border-bottom: 2px solid #FFF;
}

#contentsarea #list ul li:nth-child(1){
	border-color: #aaced9;
}

#contentsarea #list ul li:nth-child(2){
	border-color: #e0bacb;
}

#contentsarea #list ul li:nth-child(3){
	border-color: #e1d9b7;
}

#contentsarea #list ul li:nth-child(4){
	border-color: #dde3ad;
}

#contentsarea #list ul li > div{
	position: relative;
	
}

#contentsarea #list ul li > div figure{
	width: 52%;
	z-index: 1;
	top: 0;
}

#contentsarea #list ul li > div .profilebox{
	width : 45%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}


#contentsarea #list ul li > div .profilebox span{
	display: block;
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
}

#contentsarea #list ul li > div .profilebox strong{
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 0px;
}

#contentsarea #list ul li p{
	padding-top: 30px;
	line-height: 1.8;
	text-align:justify;
	text-justify:distribute;
}

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

	#contentsarea #list ul li > div .profilebox span{
		font-size: 1.52380952vw;
	}

	#contentsarea #list ul li > div .profilebox strong{
		font-size: 2.85714286vw;
	}
}

@media screen and (max-width: 767px) {
	#contentsarea #list ul{
		padding-bottom: 30px;
	}
	
	#contentsarea #list ul li{
		width: 100%;
	}

	#contentsarea #list ul li > div figure{
		width: 210px;
	}

	#contentsarea #list ul li > div .profilebox{
		width : calc(100% - 230px) ;
	}

	#contentsarea #list ul li > div .profilebox span{
		font-size: 16px;
	}

	#contentsarea #list ul li > div .profilebox strong{
		font-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	#contentsarea #list ul li > div figure{
		width: 43%;
	}

	#contentsarea #list ul li > div .profilebox{
		width : 52%;
	}

	#contentsarea #list ul li > div .profilebox span{
		font-size: 3.6vw;
	}

	#contentsarea #list ul li > div .profilebox strong{
		font-size: 6.8vw;
		padding: 4px 0px;
	}

	#contentsarea #list ul li p{
		padding-top: 6.25vw;
	}
}
/* profile */




/* anchorbox */

#anchorbox{
	margin: 0 40px;
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 40px 0px;
	margin-bottom: 80px;
}

#anchorbox a{
	position: relative;
	width: 18.518519%;
	border-radius: 10px;
	padding: 15px 0px 30px;
	text-align: center;
	z-index: 10;

	display: flex;
	flex-direction:column;
}

#anchorbox a strong{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	width: 100%;
	font-size: 24px;
	color: #005bac;
	line-height: 1.2;
	padding-bottom: 5px;
	z-index: 5;
}

#anchorbox a small{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow:1;
}

#anchorbox a aside{
	transition: all 500ms 0s ease;
	position: absolute;
	display: block;
	width: 18px;
	height: 9px;
	background-color: #005bac;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}

#anchorbox a::before,
#anchorbox a::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

#anchorbox a::before{
	transition: all 500ms 0s ease;
	background-color: #FFF;
	z-index: 1;
	top: 0;
}

#anchorbox a::after{
	background-color: #a9c4dd;
	z-index: -1;
	bottom: -7px;
}

.pc #anchorbox a:hover strong,
.pc #anchorbox a:hover small{
	transform: translateY(7px);
}

.pc #anchorbox a:hover::before{
	transform: translateY(7px);
}

.pc #anchorbox a:hover aside{
	transform: translate(-50%,7px);
}

@media screen and (max-width: 1200px) {
	#anchorbox a{
		width: 31%;
	}

	#anchorbox a:nth-of-type(1),
	#anchorbox a:nth-of-type(2){
		margin-bottom: 20px;
		width: 48.25%;
	}


}


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

	#anchorbox{
		margin-bottom: 10vw;
		border-radius: 0;
	}

	#anchorbox a strong{
		font-size: 20px;
	}

}

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

	#anchorbox{
		padding: 7vw 0px;
	}

	#anchorbox a{
		width: 100%;
	}

	#anchorbox a:nth-of-type(1),
	#anchorbox a:nth-of-type(2){
		width: 100%;
	}

	#anchorbox a:nth-of-type(3),
	#anchorbox a:nth-of-type(4){
		margin-bottom: 20px;
	}

}








/* crosstalk_area */


.crosstalk_area{
	width: 100vw;
	padding: 120px 0px;
	overflow: hidden;
}

.crosstalk_area .titlebox{
	padding-bottom: 50px;
}

.crosstalk_area .titlebox aside{
	color: #005bac;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 10px;
}

.crosstalk_area .titlebox h2{
	font-size: 30px;
	text-align: left;
	line-height: 1.4;
	font-weight: 500;
}

.crosstalk_area .img_big,
.crosstalk_area .img_mini{
	position: relative;
	width: 690px;
}

.crosstalk_area .img_big_l,
.crosstalk_area .img_mini_l{
	margin: 0 0 0 auto;
}




@media screen and (max-width: 1240px) {
	.crosstalk_area .img_big,
	.crosstalk_area .img_mini{
		width: 55.6vw;
	}
}

@media screen and (max-width: 900px) {
	.crosstalk_area .img_big,
	.crosstalk_area .img_mini{
		width: 100%;
	}
}

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

	.crosstalk_area{
		padding: 15.64537158vw 0px;
	}


	.crosstalk_area .titlebox{
		padding-bottom: 6.5vw;
	}

	.crosstalk_area .titlebox aside{
		font-size: 24px;
		padding-bottom: 10px;
	}

	.crosstalk_area .titlebox h2{
		font-size: 24px;
	}
}







.crosstalk_area dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.crosstalk_area dl.fuki_r{
	flex-direction: row-reverse;
}

.crosstalk_area dl.fuki_r dd{
	text-align: right;
}

.crosstalk_area dl dt{
	width: 120px;
}

.crosstalk_area dl dd{
	position: relative;
	font-size: 16px;
	line-height: 2;
	width: calc(100% - 170px) ;
	text-align:justify;
	text-justify:distribute;
}

.crosstalk_area dl.fuki_four dt{
	width: 480px;
}

.crosstalk_area dl.fuki_three dt{
	width: 360px;
}

.crosstalk_area dl.fuki_four dt div,
.crosstalk_area dl.fuki_three dt div{
	display: flex;
	flex-wrap: wrap;
}

.crosstalk_area dl.fuki_four dd{
	width: calc(100% - 530px) ;
}

.crosstalk_area dl.fuki_three dd{
	width: calc(100% - 410px) ;
}

.crosstalk_area dl dt figure{
	width: 120px;
}

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

	.crosstalk_area dl.fuki_four dt{
		width: 240px;
	}

	.crosstalk_area dl.fuki_four dd{
		width: calc(100% - 290px) ;
	}


}


@media screen and (max-width: 767px) {
	.crosstalk_area dl dt{
		width: 80px;
	}

	.crosstalk_area dl dd{
		font-size: 15px;
		width: calc(100% - 110px) ;
	}

	.crosstalk_area dl.fuki_four dt{
		width: 320px;
	}

	.crosstalk_area dl.fuki_three dt{
		width: 240px;
	}

	.crosstalk_area dl.fuki_four dt div,
	.crosstalk_area dl.fuki_three dt div{
		display: flex;
	}

	.crosstalk_area dl.fuki_four dd{
		width: calc(100% - 350px) ;
	}

	.crosstalk_area dl.fuki_three dd{
		width: calc(100% - 270px) ;
	}

	.crosstalk_area dl dt figure{
		width: 80px;
	}

}


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

	.crosstalk_area dl.fuki_four dt{
		width: 160px;
	}

	.crosstalk_area dl.fuki_four dd{
		width: calc(100% - 190px) ;
	}


}

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

	.crosstalk_area dl dt{
		width: 60px;
	}

	.crosstalk_area dl dd{
		font-size: 15px;
		width: calc(100% - 70px) ;
	}

	.crosstalk_area dl.fuki_four dt,
	.crosstalk_area dl.fuki_three dt{
		width: 120px;
		z-index: 1;
	}

	.crosstalk_area dl.fuki_four dt div,
	.crosstalk_area dl.fuki_three dt div{
		display: flex;
	}

	.crosstalk_area dl.fuki_four dd,
	.crosstalk_area dl.fuki_three dd{
		width: calc(100% - 130px) ;
		z-index: 2;
	}

	.crosstalk_area dl dt figure{
		width: 60px;
	}

}




.crosstalk_area dl dd span{
	position: relative;
	display: inline-block;
	border-radius: 20px;
	padding: 18px 30px;
	background-color: #FFF;
	text-align:justify;
	text-justify:distribute;
}

.crosstalk_area dl.fuki_1 dd span{
	background-color: #FFF;
}

.crosstalk_area dl.fuki_2 dd span{
	background-color: #f5f5f5;
}



.crosstalk_area dl dd aside{
	position: absolute;
	width: 45px;
	height: 100%;
	max-height: 80px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 45px;
}

.crosstalk_area dl dd aside.mini{
	max-height: 50px;
}

.crosstalk_area dl.fuki_l dd aside{
	left: -40px;
	top: 0;
}

.crosstalk_area dl.fuki_r dd aside{
	right: -40px;
	top: 0;
}

.crosstalk_area dl.fuki_l.fuki_1 dd aside{
	background-image: url(../img/cross/fuki_l.webp);
}

.crosstalk_area dl.fuki_l.fuki_2 dd aside{
	background-image: url(../img/cross/fuki_l_2.webp);
}

.crosstalk_area dl.fuki_r.fuki_1 dd aside{
	background-image: url(../img/cross/fuki_r.webp);
}

.crosstalk_area dl.fuki_r.fuki_2 dd aside{
	background-image: url(../img/cross/fuki_r_2.webp);
}


@media screen and (max-width: 767px) {
	.crosstalk_area dl dd span{
		border-radius: 15px;
		padding: 12px 20px;
	}

	.crosstalk_area dl.fuki_l dd aside {
		left: -25px;
		top: 0;
	}

	.crosstalk_area dl.fuki_r dd aside {
		right: -25px;
		top: 0;
	}

}


@media screen and (max-width: 480px) {
	.crosstalk_area dl dd aside{
		display: none;
	}
}

/* crosstalk_area */


#crosstalk_1{
	background-color: #eaf1f5;
}

#crosstalk_2{
	background-color: #f4f4e7;
}

#crosstalk_3{
	background-color: #f8f2f5;
}

#crosstalk_4{
	background-color: #faf8f0;
}








.crosstalk_area .img_big figure.photo,
.crosstalk_area .img_mini figure.photo{
	position: absolute;
	width: 440px;
	border-radius: 20px;
	overflow: hidden;
}

.crosstalk_area .img_big_l figure.photo{
	right: 740px;
	top: 0;
}

.crosstalk_area .img_big_r figure.photo{
	left: 740px;
	top: 0;
}

.crosstalk_area .img_mini_l figure.photo{
	right: 700px;
	top: 0;
}

.crosstalk_area .img_mini_r figure.photo{
	left: 700px;
	top: 0;
}



.crosstalk_area .img_center {
	position: relative;
	max-width: 1000px;
	padding: 50px 0px 100px;
}

.crosstalk_area .img_center.img_center_l{
	margin: 0 0 0 auto;
}

.crosstalk_area .img_center div{
	position: relative;
}

.crosstalk_area .img_center.img_center_r div{
	flex-direction: row-reverse;
}

.crosstalk_area .img_center.img_center div .photo_p{
	position: relative;
	width: 44%;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}

.crosstalk_area .img_center.img_center div .photo_c{
	position: absolute;
	width: 60%;
	bottom: 0;
	z-index: 5;
}

.crosstalk_area .img_center.img_center_l div .photo_c{
	right: 0;
}

.crosstalk_area .img_center.img_center_r div .photo_c{
	left: 0;
}


@media screen and (max-width: 1240px) {
	.crosstalk_area .img_big_l figure.photo{
		width: 35.48387097vw;
		right: 60vw;
	}

	.crosstalk_area .img_big_r figure.photo{
		width: 35.48387097vw;
		left: 60vw;
	}

	.crosstalk_area .img_mini_l figure.photo{
		width: 35.48387097vw;
		right: 56vw;
	}

	.crosstalk_area .img_mini_r figure.photo{
		width: 35.48387097vw;
		left: 56vw;
	}

}


@media screen and (max-width: 900px) {
	.crosstalk_area .img_big_l figure.photo,
	.crosstalk_area .img_big_r figure.photo,
	.crosstalk_area .img_mini_l figure.photo,
	.crosstalk_area .img_mini_r figure.photo{
		position: relative;
	}

	.crosstalk_area .img_big_l figure.photo{
		width: 80vw;
		right: auto;
		left: -15vw;
		margin-bottom: 50px;
	}

	.crosstalk_area .img_big_r figure.photo{
		width: 80vw;
		left: auto;
		right: -15vw;
		margin-bottom: 50px;
	}

	.crosstalk_area .img_mini_l figure.photo{
		width: 60vw;
		left: auto;
		right: auto;
		margin-bottom: 50px;
	}

	.crosstalk_area .img_mini_r figure.photo{
		width: 60vw;
		right: auto;
		left: auto;
		margin-bottom: 50px;
		margin-left: auto;
	}

	.crosstalk_area .img_center{
		padding: 5.55555556vw 0px 11.11111111vw;
	}


	.crosstalk_area .img_center.img_center div .photo_p{
		position: relative;
		width: 80vw;
		border-radius: 20px;
		overflow: hidden;
		z-index: 1;
	}

	.crosstalk_area .img_center.img_center div .photo_c{
		position: relative;
		width: 80vw;
		bottom: 0;
		z-index: 5;
	}

	.crosstalk_area .img_center.img_center_l div .photo_c{
		right: -5vw;
	}

	.crosstalk_area .img_center.img_center_r div .photo_c{
		left: -5vw;
	}

	.crosstalk_area .img_center.img_center.img_center_l div .photo_c{
		margin: -10vw 0 0 auto;
	}

	.crosstalk_area .img_center.img_center.img_center_r div .photo_c{
		margin: -10vw auto 0 0;
	}
}

@media screen and (max-width: 767px) {
	#crosstalk_1 .img_big_l figure.photo{
		margin-bottom: 6.5vw;
	}
}

@media screen and (max-width: 560px) {
	.crosstalk_area .img_mini_l figure.photo{
		width: 80vw;
		left: auto;
		right: auto;
		margin-bottom: 9vw;
	}

	.crosstalk_area .img_mini_r figure.photo{
		width: 80vw;
		right: auto;
		left: auto;
		margin-bottom: 9vw;
		margin-left: auto;
	}
}


#crosstalk_5 figure.photo{
	overflow: hidden;
	border-radius: 30px;
}


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

	#crosstalk_5 figure.photo{
		border-radius: 20px;
	}

}



