
/* プロフィールブロック */
.tcd_profile { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; width:100%; text-decoration:none; max-width:100%; padding:50px; background:#f5f3f0; margin-top:var(--tcd-block-profile-margin-top-pc) !important; margin-bottom:var(--tcd-block-profile-margin-bottom-pc) !important; }
.tcd_profile .image_area { position:relative; width:calc(50% - 20px); }
.tcd_profile .image { width:100%; height:auto; aspect-ratio:1 /1; display:block; position:relative; overflow:hidden; }
.tcd_profile .image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; display:block; margin:0; }
.tcd_profile .content_area { width:calc(50% - 20px); padding-left:10px; }
.tcd_profile .title { font-size:16px !important; font-weight:600; line-height:1.4; margin-top:calc(0.5em - 0.5lh) !important; margin-bottom:calc(0.5em - 0.5lh) !important; }
.tcd_profile .desc { font-size:16px; line-height:2.4; margin-top:calc(0.5em - 0.5lh) !important; margin-bottom:calc(0.5em - 0.5lh) !important; }
.tcd_profile .title + .desc { padding-top:1em; }
@media (max-width: 767px) {
  .tcd_profile { display:block; padding:30px; margin-top:var(--tcd-block-profile-margin-top-sp) !important; margin-bottom:var(--tcd-block-profile-margin-bottom-sp) !important; }
	.tcd_profile .image_area { width:auto; max-width:340px; margin:0 auto 30px; }
	.tcd_profile .content_area { width:auto; padding-left:0px; }
	.tcd_profile .title { font-size:14px !important; }
	.tcd_profile .desc { font-size:14px; line-height:2; }
}