	@charset "utf-8";
.row-reverse {
	flex-direction: row-reverse;
}
.bold {
	font-weight: bold;
}
.aie {
	align-items: end;
}
.aic {
	align-items: center;
}
.text_right {
	text-align: right;
}
.img_cap {
	margin-top: 3px;
	font-size: 12px;
	text-align: right;
}
figure {
	position: relative;
}
figcaption {
	margin-top: 3px;
	font-size: 12px;
}
figcaption.shadow {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 8px;
	color: #fff;
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:768px) {
	figcaption {
		margin-top: 2px;
		font-size: 10px;
	}
}
.mainArticle {
	max-width: 1280px;
	width: 96%;
}
.keyVisual__cap {
	position: static;
}
.mainArticle__headline {
	white-space: nowrap;
}
.profileBox {
	border: 1px solid #dcdcdc;
	margin-top: 40px;
}
.profileBox__inner {
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.profileBox.profileBox--2col {
	margin-bottom: 40px;
}
.profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
	width: calc(180/780*100%);
}
.profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
	width: calc(570/780*100%);
}
@media only screen and (max-width: 736px) {
	.keyVisual {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.profileBox {
		margin-top: calc(60/750*100vw);
	}
	.profileBox__inner {
		padding: calc(40/750*100vw);
		display: flex;
		flex-direction: column;
	}
	.profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
		width: 100%;
	}
	.profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
		width: 100%;
		margin-top: calc(40/750*100vw);
	}
	.profileBox.profileBox--2col .profileBox__item img {
		width: 100%;
	}
}
.profileBox__name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .13em;
	line-height: 1;
}
.profileBox__name small {
	font-size: 14px;
}
@media only screen and (max-width: 736px) {
	.profileBox__name {
		font-size: calc(32/750*100vw);
	}
	.profileBox__name small {
		font-size: calc(24/750*100vw);
	}
	.profileBox .photo__image {
		width: 100%;
	}
}
.mainArticle__headline {
	white-space: nowrap;
}
@media only screen and (max-width: 736px) {
	.mainArticle__headline {
		white-space: inherit;
		font-size: calc(33vw/750*100);
		font-size: 19px;
		line-height: 1.5;
	}
}
.profileBox__text {
	font-size: 14px;
	line-height: 1.714;
}
.profileBox__text::before, .profileBox__text::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.profileBox__text::before {
	margin-top: calc((1 - 1.714) * 0.5em);
}
.profileBox__text::after {
	margin-bottom: calc((1 - 1.714) * 0.5em);
}
.text + .cap {
	margin-top: 40px;
}
.cap + .photo {
	margin-top: 15px;
}
.photo + .text {
	margin-top: 60px;
}
.photo__cap--left {
	left: 0;
	right: auto;
	text-align: left;
}
.cap--right {
	margin-top: 10px;
	text-align: right;
}
@media only screen and (max-width: 736px) {
	.profileBox__text {
		font-size: calc(24/750*100vw);
		letter-spacing: .15em;
	}
	.text + .cap {
		margin-top: calc(60/750*100vw);
	}
	.photo + .text {
		margin-top: calc(100/750*100vw);
	}
	.cap + .photo {
		margin-top: calc(20/750*100vw);
	}
}
/* views */
.spView {
	display: none !important;
}
@media only screen and (max-width:768px) {
	.spView {
		display: block !important;
	}
	.pcView {
		display: none !important;
	}
}

.text + .text {
	margin-top: 30px;
}

/* contents
========================================== */
.contents {
	margin-top: 120px;
}
.contents_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.contents_title {
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.contents_body {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
}
.contents_img {
	width: 49.2%;
}
.wide_img {
	margin-top: 120px;
}

@media only screen and (max-width:768px) {
	.contents {
		margin-top: 40px;
	}
	.contents_wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.contents_cap {
		font-size: 12px;
	}
	.contents_title {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.contents_body {
		width: 100%;
	}
	.contents_img {
		width: 100%;
	}
	.contents_img.sp_wide {
		width: auto;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.contents_wrap.mt {
		margin-top: 40px;
	}
	.text {
		font-size: 12px;
		line-height: 1.5;
	}
	.contents_wrap.mt_l {
		margin-top: 80px;
	}
	.wide_img {
		margin-top: 40px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.wide_img .contents_title {
		padding-left: 20px;
	}
}



/* project_top
=========================== */
.project_top {
	margin-top: 80px;
}
.project_top_title {
 display: flex;
 align-items: center;
	font-size: 24px;
	letter-spacing: 0.2em;
}
.project_top_title:before,
.project_top_title:after {
 content: "";
 height: 1px;
 flex-grow: 1;
 background-color: #000;
}
.project_top_title:before {
 margin-right: 1.5rem;
}
.project_top_title:after {
 margin-left: 1.5rem;
}
.project_top_wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 60px;
}
.project_item_body {
	margin-top: 20px;
	border: 1px solid #dbdbdb;
	padding: 20px ;
	min-height: 200px;
}
.project_item_title {
	font-size: 20px;
	letter-spacing: 0.1em;
}
.project_item_title_cap {
	font-size: 10px;
	padding-left: 10px;
}
.project_date {
	margin-top: 16px;
}
.project_date_item {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	column-gap: 4px;
}
.project_date_item dt {
	width: 58px;
	flex-shrink: 0;
}

@media only screen and (max-width:768px) {
	.project_top {
		margin-top: 40px;
	}
	.project_top_title {
		font-size: 16px;
	}
	.project_top_title:before {
		margin-right: 14px;
	}
	.project_top_title:after {
		margin-left: 14px;
	}
	.project_top_wrap {
		margin-top: 30px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 30px;
	}
	.project_item_body {
		margin-top: 10px;
		padding: 14px;
		min-height: auto;
	}
	.project_item_title {
		font-size: 18px;
	}
	.project_date {
		margin-top: 12px;
	}
	.project_date_item {
		font-size: 12px;
		margin-bottom: 6px;
		column-gap: 2px;
	}
	.project_date_item dt {
		width: 46px;
	}
}


/* project_contents
=========================== */
.project_contents {
	margin-top: 160px;
}
.contents_title_wrap {
	display: flex;
	column-gap: 40px;
}
.contents_title_img {
	flex-shrink: 0;
}
.project_contents_title {
	font-size: 24px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.project_contents_lead {
	display: block;
	font-size: 21px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.contents_kv_wrap {
	margin-top: 40px;
	display: flex;
}
.project_contents_area {
	margin-top: 100px;
}
.project_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.project_wrap_body {
	width: 60%;
}
.project_wrap_img {
	width: 35.2%;
	max-width: 450px;
}
.project_main_wrap {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.project_main_body {
	width: 41.4%;
}
.project_main_img {
	width: 54.7%;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}
.project_main_img.pt {
	padding-top: 34px;
}
.project_img_wrap {
	margin-top: 60px;
	display: flex;
}
.project_bottom_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.project_bottom_body {
	width: 40%;
}
.project_bottom_img {
	width: 54.7%;
	max-width: 700px;
}
.incu_area {
	margin-top: 40px;
}
.incu_text {
	margin-top: 30px;
}
.project_grid {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 50px;
}
.project_grid_body {
	margin-top: 18px;
}
.project_grid_body .project_item_title {
	margin-bottom: 8px;
}
.project_bottom_body .project_item_title {
	margin-bottom: 12px;
}

@media only screen and (max-width:768px) {
	.project_contents {
		margin-top: 60px;
	}
	.contents_title_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.project_contents_title {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
	.contents_title_img {
		width: 50%;
	}
	.project_contents_lead {
		margin-top: 10px;
		font-size: 15px;
		letter-spacing: normal;
		line-height: 1.8;
	}
	.contents_kv_wrap {
		margin-top: 20px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		flex-wrap: wrap;
	}
	.contents_kv_wrap .sp_100 {
		width: 100%;
	}
	.contents_kv_wrap .sp_50 {
		width: 50%;
	}
	.contents_kv_wrap .sp_50 figcaption {
		padding-inline: 0px;
	}
	.project_contents_area {
		margin-top: 60px;
	}
	.project_wrap {
		margin-top: 30px;
		flex-direction: column;
		row-gap: 30px;
	}
	.project_wrap_body {
		width: 100%;
	}
	.project_wrap_img {
		width: 100%;
	}
	.project_main_wrap {
		margin-top: 20px;
		flex-direction: column;
	}
	.project_main_body {
		width: 100%;
	}
	.project_main_img {
		padding-top: 40px;
		width: 100%;
	}
	.project_img_wrap {
		margin-top: 60px;
		display: flex;
	}
	.project_bottom_wrap {
		margin-top: 30px;
		flex-direction: column;
		row-gap: 20px;
	}
	.project_bottom_wrap.mt {
		margin-top: 60px;
	}
	.project_bottom_body {
		width: 100%;
	}
	.project_bottom_img {
		width: 100%;
	}
	.incu_area {
		margin-top: 4px;
	}
	.project_grid {
		margin-top: 40px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.project_grid_body {
		margin-top: 10px;
	}
	.project_grid_body .project_item_title {
		margin-bottom: 8px;
	}
	.project_bottom_body .project_item_title {
		margin-bottom: 12px;
	}
}


/* bottom_area
============================ */
.bottom_area {
	margin-top: 120px;
}
.bottom_title {
	font-size: 21px;
	letter-spacing: 0.01em;
	line-height: 1.8;
	text-align: center;
}
.bottom_lead {
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
.contents_bottom_cap {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 100px;
}

@media only screen and (max-width:768px) {
	.bottom_area {
		margin-top: 60px;
	}
	.bottom_title {
		font-size: 15px;
	}
	.bottom_lead {
		font-size: 10px;
		margin-top: 40px;
	}
	.bottom_img {
		margin-top: 10px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.bottom_img img {
		display: block;
		width: 100vw;
	}
	.contents_bottom_cap {
		font-size: 10px;
		margin-top: 40px;
	}
}