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

:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
:where(figure) {
    margin: 0 !important;
}

.page_tit_wrap.pattern01{
  background: url('../images/crosstalk/title_img.webp?02051405') no-repeat center / cover;
}
.page_tit_wrap.pattern01 .page_tit::before {
    /*width: calc(-20.2% + 50vw);*/
	width: calc(-15.2% + 50vw);
	right: 65.44%;
}

/*コンテンツサイズ*/
.contents_w650{
    width: 100%;
    max-width: 650px;
    margin-left: auto;
	margin-right: auto;
}
.contents_w1000{
    width: 100%;
    max-width: 1050px;
    padding: 0px 25px;
    margin-left: auto;
	margin-right: auto;
}
.contents_w1100{
    width: 100%;
    max-width: 1150px;
    padding: 0px 25px;
    margin-left: auto;
	margin-right: auto;
}

/*フォントサイズ*/
.fs-19{
	font-size: 1.19em;
}
.fs-20{
	font-size: 1.25em;
}
.fs-22{
	font-size: 1.77em;
}
.fs-24{
	font-size: 1.50em;
}
.fs-27, h2.h2-midashi.fs-27{
	font-size: 1.75em;
}
.fs-30{
	font-size: 1.88em;
}

/*フォント太さ*/
.fw-500{
	font-weight: 500;
}
.fw-700{
	font-weight: 700;
}

/*字間*/
.ls-50{
	letter-spacing: 0.050em;
}
.ls-75{
	letter-spacing: 0.075em;
}
.ls-100{
	letter-spacing: 0.1em;
}
.ls-150{
	letter-spacing: 0.15em;
}
.ls-200{
	letter-spacing: 0.2em;
}

/*行間*/
.lh-30{
	line-height: 30px;
}
.lh-35{
	line-height: 35px;
}
.lh-40{
	line-height: 40px;
}

.textAlignJustify{
	text-align: justify;
}

/*画像*/
.wp-block-image.content_full > img{
	width: 100%;
	height: auto;
}
.wp-block-image.is-style-rounded > img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*対話ブロック*/
.wp-block-columns.is-layout-flex.talkflex{
	gap: 0 55px;
}

/*----------------------------*/
.wp-block-group.block01{
	position: relative;
	background: url(../images/crosstalk/bg01.webp) 0 0 / cover no-repeat;
}

.block01.parts_gradation::before{
	content: '';
    width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 260px;
	background: #F28E1E;
	background: linear-gradient(90deg, rgba(242, 142, 30, 1) 0%, rgba(242, 142, 30, 1) 23%, rgba(63, 186, 183, 1) 51%, rgba(53, 145, 208, 1) 82%, rgba(53, 145, 208, 1) 100%);	
	position: absolute;
	bottom: 0;
	z-index: -1;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) .wp-block-group.block01{
	background: none;
}

html:is(.pageYellow, .pageBlack, .pageBlue) .block01.parts_gradation::before{
	content: none;
}
/**/

.wp-block-group.block01 h3.wp-block-heading.theme {
	display: flex;
	flex-direction: column;
}
.wp-block-group.block01 h3.wp-block-heading.theme mark:nth-of-type(1){
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.55em;/*44*/
	letter-spacing: 0.1em;
	line-height: 25px;
}
.wp-block-group.block01 h3.wp-block-heading.theme mark:nth-of-type(1)::first-letter{
	color: #f28e1e;
}

/* 色変更 */
html:is(.pageYellow) .wp-block-group.block01 h3.wp-block-heading.theme mark:nth-of-type(1)::first-letter{
	color: #000;
}

html:is(.pageBlack, .pageBlue) .wp-block-group.block01 h3.wp-block-heading.theme mark:nth-of-type(1)::first-letter{
	color: #fff;
}
/**/

.wp-block-group.block01 h3.wp-block-heading.theme mark:nth-of-type(2){
	font-size: 1.38em;/*22*/
	letter-spacing: 0.2em;
}

.wp-block-group.block01 .catchcopy{
	width: calc( 100% - 30px );
	min-height: 110px;
	padding: 35px 15px;
	background-color: #e5f8ff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* 色変更 */
html:is(.pageYellow) .wp-block-group.block01 .catchcopy{
	background-color: #F4E621;
}

html:is(.pageBlack) .wp-block-group.block01 .catchcopy{
	background-color: #000;
}

html:is(.pageBlue) .wp-block-group.block01 .catchcopy{
	background-color: #0071b4;
}
/**/

.wp-block-group.block01 .catchcopy::before{
    content: '';
    background: url("../images/crosstalk/parts05.svg") center / contain no-repeat;
    width: 103px;
    height: auto;
    aspect-ratio: 103 / 43;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-block-group.block01 .catchcopy::after{
    content: '';
    background: url("../images/crosstalk/parts06.svg") center / contain no-repeat;
    width: 103px;
    height: auto;
    aspect-ratio: 103 / 43;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wp-block-group.block01 .profile{
	display: flex;
	justify-content: center;
	/*gap: 0 225px;*/
	gap: 0 170px;
	position: relative;
}
.wp-block-group.block01 .profile::before{
	content: '';
    background: url("../images/crosstalk/parts07.svg") center / contain no-repeat;
    width: 58px;
    height: auto;
    aspect-ratio: 58 / 58;
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}
.wp-block-group.block01 .profile .wp-block-column{
	color: #fff;
}
.wp-block-group.block01 .profile .wp-block-column > p{
	width: fit-content;
}

/*----------------------------*/
.wp-block-group.block02{
	position: relative;
	background: url(../images/crosstalk/bg02.webp) center top / 100% auto no-repeat;
}
.wp-block-group.block02::before{
	content: '';
	background: url("../images/crosstalk/parts04.webp") center bottom / 100% auto no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1481 / 916;
    position: absolute;
    bottom: 0;
	z-index: -1;
}
.wp-block-group.block02::after{
	content: '';
	background-color: #e2eef2;
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 250;
    position: absolute;
    bottom: 0;
	z-index: -1;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) .wp-block-group.block02{
	background: none;
}

html:is(.pageYellow, .pageBlack, .pageBlue) .wp-block-group.block02::before{
	content: none;
}

html:is(.pageYellow, .pageBlack, .pageBlue) .wp-block-group.block02::after{
	content: none;
}
/**/

.wp-block-group.block02 .wp-block-columns.coments{
	background-color: rgba(255,255,255,0.58);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 40px 40px 55px;
	gap: 0 68px;
}

/* 色変更 */
html:is(.pageYellow) .wp-block-group.block02 .wp-block-columns.coments{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) .wp-block-group.block02 .wp-block-columns.coments{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) .wp-block-group.block02 .wp-block-columns.coments{
	background-color: #0071b4;
	border: 1px solid #fff;
}
/**/

.wp-block-group.block02 .wp-block-columns.coments .wp-block-column.member{
	gap: 0 40px;
}
.wp-block-group.block02 .wp-block-columns.coments .wp-block-column.member .wp-block-columns .wp-block-column .wp-block-image > img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wp-block-group.block02 .wp-block-columns.coments .wp-block-column.member .wp-block-columns .wp-block-column .txts{
	text-align: justify;
}

.wp-block-group.block02 h2.h2-hd{
	font-size: 1.75em;/*28*/
	letter-spacing: 0.15em;
	color: #026a9e;
	border-bottom: 3px solid #096596;
	padding-bottom: 15px;
	padding-left: 60px;
	position: relative;
}
.wp-block-group.block02 h2.h2-hd::before{
	content: '';
	width: 45px;
	height: 3px;
	background-color: #f28e1e;
	position: absolute;
	top: 22px;
	bottom: 0;
	left: 0;
}

/* 色変更 */
html:is(.pageYellow) .wp-block-group.block02 h2.h2-hd::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) .wp-block-group.block02 h2.h2-hd::before{
	background-color: #fff;
}
/**/
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/