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

/* font-weight:Regular400,Medium500,SemiBold600,Bold700 */


.sec_frame_B {max-width:1296px;margin:0 auto;}
@media screen and (max-width: 750px){
	.sec_frame_B {width:100%;margin:0 auto;}
}

/* タイトル〜見出し */
.ct_title {width:88.88%;margin:160px auto 120px;}
.ct_title p {color:#595757;font-weight:500;
	font-size:24px;line-height:1.62;
	letter-spacing:0.04em;}
@media screen and (max-width: 1296px){
	.ct_title {margin:12.34vw auto 9.25vw;}
	.ct_title p {font-size:1.85vw;}
}
@media screen and (max-width: 750px){
	.ct_title {width:89.86%;
		margin:8vw auto 6.66vw;}
	.ct_title p {font-size:3.2vw;line-height:1.83;}
}
/* タイトル〜見出し */




.m_top {margin-top:210px;}
@media screen and (max-width: 1296px){
	.m_top {margin-top:16.20vw;}
}
@media screen and (max-width: 750px){
	.m_top {margin-top:8vw;}
}


.ct_clm {width:88.88%;margin:0 auto;
	display:flex;justify-content:space-between;}
@media screen and (max-width: 750px){
	.ct_clm {width:100%;margin:0 auto;display:block;}
}

.ct_clm_A {width:33.34%;}
.ct_clm_B {width:66.66%;position:relative;}
@media screen and (max-width: 750px){
	.ct_clm_A {width:89.86%;margin:0 auto;}
	.ct_clm_B {display:none;}
}

.ct_tp {display:block;}
@media screen and (max-width: 750px){
	.ct_tp {width:100%;display:flex;
		justify-content:space-between;}
	.ct_tp div {width:50%;}
}


.p_ct {color:#000;font-weight:700;font-size:45px;
	line-height:1.31;letter-spacing:0.04em;
	margin-bottom:52px;}
@media screen and (max-width: 1296px){
	.p_ct {font-size:3.47vw;margin-bottom:4.01vw;}
}
@media screen and (max-width: 750px){
	.p_ct {font-size:6vw;margin-top:5.8vw;
		margin-bottom:5vw;}
}


.p_left {text-align:left;}
.p_right {text-align:right;}
@media screen and (max-width: 750px){
	.p_left {text-align:right;}
	.p_right {text-align:left;}
}



.ct_btn {width:71.27%;}
.cb_left {margin:0 auto 0 0;}
.cb_right {margin:0 0 0 auto;}
.ct_btn:hover {
	background:url("../img/crosstalk/tp/btn_b_pc.png") no-repeat;
	background-size:contain;background-position:center;}
.ct_btn:hover a img {opacity:0;}
@media screen and (max-width: 750px){
	.ct_btn {width:50%;}
	.cb_left {margin:0 0 0 auto;}
	.cb_right {margin:0 auto 0 0;}
	.ct_btn:hover {background:none;}
	.ct_btn:hover a img {opacity:1;}
}


.ct_img {width:100%;overflow:hidden;}
.ct_img img {transition:0.3s ease-out;}
.ct_img:hover img {transform:scale(1.1);}
@media screen and (max-width: 750px){
	.ct_img:hover img {transform:none;}
}

.ct_no {position:absolute;
	width:120px;top:-94px;}
.cn_right {right:0;}
.cn_left {left:0;}
@media screen and (max-width: 1296px){
	.ct_no {width:9.25vw;top:-7.25vw;}
}
@media screen and (max-width: 750px){
	.ct_no, .cn_right, .cn_left {display:none;}
}


.fkds {position:absolute;
	width:120px;top:-60px;}
.f_left {left:-60px;}
.f_right {right:-60px;}
@media screen and (max-width: 1296px){
	.fkds {width:9.25vw;top:-4.62vw;}
	.f_left {left:-4.62vw;}
	.f_right {right:-4.62vw;}
}
@media screen and (max-width: 750px){
	.fkds, .f_left, .f_right {display:none;}
}



