@charset "UTF-8";

/* -- layout -- */
.ct_wrap {
	font-size: 14px;
	background: #fff;
	text-align: left;
	letter-spacing: 0.08em;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ct_wrap img {
	vertical-align: top;
	width: auto;
	max-width: 100%;
	height: auto;
}
.ct_wrap sup {
	font-size: 0.5em;
	vertical-align: sub;
}
.ct_wrap .sup-txt {
	font-size: 100%;
	vertical-align: super;
	line-height: 0;
}
.ct_wrap .sup-txt.is-large {
	font-size: 150%;
}

.ct_conversation_btm dt sup {
	font-size: 150%;
}

/* -- title -- */
.ct_wrap h2,
.ct_wrap h3,
.ct_wrap h4,
.ct_wrap h5 {
	font-weight: 700;
	text-align: center;
}


/* -- fade -- */
.fade {
	display: block;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1500ms cubic-bezier(0.6, 0.2, 0.35, 1.0) 0.1s;
}
.fade.in {
	opacity: 1;
	transform: translateY(0);
}
.ct_section_contact_bnr.fadeout {
	visibility: hidden;
	opacity: 0;
}

/* -- ユニーク -- */
.d-flex {
	display: flex;
}