@charset "utf-8";

#contents_area {
	--civic-c-text: #484848;
	--civic-c-border: #707070;
	--civic-c-bg-profile: #eff3f7;
}

@media print, screen and (min-width : 769px){
	#contents_area {
		letter-spacing: .015em;
		color: var(--civic-c-text);
		font-size: 17px;
		line-height: calc(41 / 17);
		font-feature-settings: 'palt' 1;
	}

	.section,
	.block,
	.block_inner {
		position: relative;
		z-index: 1;
	}
	.section {
		margin-top: 140px;
	}
	.section img {
		display: block;
		width: 100%;
	}

	.block_inner {
		width: 954px;
	}


/* ----------------------------------------
	Animation
---------------------------------------- */

	.anim_ready .scroll_anim:not([data-anim-parent*='pc']),
	.anim_ready [data-anim-children*='pc'] {
		opacity: 0;
		backface-visibility: hidden;
	}

	.anim_ready .scroll_anim:not(.block){
		transform: translate(0,40px);
	}

	.anim_ready .anim_end:not([data-anim-parent*='pc']),
	.anim_ready .anim_end [data-anim-children*='pc'] {
		opacity: 1 !important;
		transform: translate(0,0) !important;
		transition-duration: 1s;
		transition-property: opacity, transform;
	}

	.anim_end[data-anim-order^='2'],
	.anim_end [data-anim-order^='2'] { transition-delay: .2s; }
	.anim_end[data-anim-order^='3'],
	.anim_end [data-anim-order^='3'] { transition-delay: .4s; }
	.anim_end[data-anim-order^='4'],
	.anim_end [data-anim-order^='4'] { transition-delay: .6s; }


/* ----------------------------------------
	section_title
---------------------------------------- */

	#section_title {
		margin-top: 70px;
		text-align: center;
	}
	#section_title h3 {
		padding: 27px 0;
		border: solid var(--civic-c-border);
		border-width: 1px 0;
		letter-spacing: .03em;
		font-family: var(--font-bold);
		font-size: 36px;
		line-height: 1;
	}
	#section_title h3 span {
		display: block;
		margin-top: 20px;
		letter-spacing: .03em;
		font-size: 20px;
	}
	#section_title h3+p {
		margin-top: 65px;
		font-size: 22px;
		line-height: calc(42 / 22);
	}

	#section_title .profile {
		margin-top: 70px;
		background: var(--civic-c-bg-profile);
	}
	#section_title .profile figure,
	#section_title .profile>div {
		box-sizing: border-box;
		width: 50%;
	}
	#section_title .profile figure {
		display: flex;
		justify-content: flex-end;
		padding-right: 20px;
	}
	#section_title .profile>div {
		padding-left: 30px;
	}
	#section_title .profile p {
		text-align: left;
		font-size: 18px;
		line-height: calc(26 / 18);
	}
	#section_title .profile p+p {
		margin-top: 26px;
	}

	#section_title .profile .name {
		display: inline-block;
		font-size: 26px;
		line-height: calc(36 / 26);
	}


/* ----------------------------------------
	section_paragraph
---------------------------------------- */

	.section_paragraph h4 {
		position: relative;
		margin-bottom: 47px;
		padding-bottom: 30px;
		border-bottom: 1px solid var(--civic-c-border);
		letter-spacing: .03em;
		font-family: var(--font-bold);
		font-size: 28px;
		line-height: calc(38 / 28);
	}
	.section_paragraph h4::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		z-index: 1;
		width: 60px;
		height: 1px;
		background: #f00;
	}
	.section_paragraph h4+figure {
		margin-bottom: 35px;
	}
	.section_paragraph p+figure {
		margin-top: 35px;
	}
	.section_paragraph figure li+li {
		margin-top: 12px;
	}
	.section_paragraph p {
		margin: -12px 0;
	}

	.section_paragraph .box_flex {
		justify-content: space-between;
		align-items: flex-start;
	}
	.section_paragraph .box_flex.rev {
		flex-direction: row-reverse;
	}
	.section_paragraph .box_flex p {
		width: 50%;
	}


/* ----------------------------------------
	footer_topic_path
---------------------------------------- */

	#footer_topic_path {
		margin-top: 175px;
	}
}