@charset "UTF-8";


img {
  display: inline-block;
}

.u-sp {
	display: block;
}
@media screen and (min-width: 768px) {
	.u-sp {
		display: none;
	}
}
/* Columns */
.two_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.two_col > div {
	width: 48%;
}
.three_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three_col > div {
	width: 32%;
}
.l-mainInner {
  padding-bottom: 100px;
}

.l-sidebar .nav__item--green {
  background-color: #aac828;
}
.l-sidebar .nav__item--green > a {
  pointer-events: auto;
}

/* Project Story */
@media screen and (min-width: 1600px) {
	.project_content .three_col > div {
		padding: 55px 35px 35px;
		border: 1px solid #c8c8c8;
		position: relative;
	}
	.project_content .three_col > div p.role {
		font-size: 1.5625rem;
	}
	.project_content .three_col > div p.history_detail {
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 1400px) and (max-width:1599px) {
	.project_content .three_col > div {
		padding: 55px 20px 35px;
		border: 1px solid #c8c8c8;
		position: relative;
	}
	.project_content .three_col > div p.role {
		font-size: 1.4rem;
	}
	.project_content .three_col > div p.history_detail {
		font-size: 1.15rem;
	}
}
section.project_head h3 {
  font-size: 22px;
	text-align: center;
}
@media screen and (min-width: 1400px) {
	section.project_head h3 {
		font-size: 3rem;
        line-height: 1;
        margin-bottom: 30px;
	}
	br.project_title_custom {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width:1399px) {
	section.project_head h3 {
		font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 30px;
	}
	.project_content .three_col > div h5 {
		width: 80%;
	}
	.project_content .three_col > div {
		padding: 55px 15px 35px;
		border: 1px solid #c8c8c8;
		position: relative;
	}
	.project_content .three_col > div p.role {
		font-size: 1.4rem;
	}
	.project_content .three_col > div p.history_detail {
		font-size: 1.15rem;
	}
}
@media screen and (min-width: 768px) {
	p.outline {
		padding: 50px;
		margin: 65px auto 0;
	}
	.pj_intro p {
		padding: 70px 50px 50px;
	}
	.project_content section.project_head .pj_intro {
		margin: 20px auto 0;
	}
	.project_content .pj_image.right {
		width: 45%;
		max-width: 500px;
		float: right;
		margin-left: 5%;
		text-align: center;
		margin-bottom: 1em;
	}
	.project_content .pj_image.left {
		width: 45%;
		max-width: 500px;
		float: left;
		margin-right: 5%;
		text-align: center;
		margin-bottom: 1em;
	}
	.project_content section h4 {
		margin: 0 auto 75px;
		font-size: 2.8125rem;
		line-height: 1;
	}
	.project_content section .content {
		max-width: 1150px;
		margin: 0 auto;
		padding: 100px 0 100px;
		border-bottom: 1px solid #c8c8c8;
	}
	.project_content dl {
		margin: 0 auto 60px;
	}
}
@media screen and (max-width: 767px) {
	br.project_title_custom {
		display: none;
	}
	p.outline {
		padding: 30px;
		margin: 60px auto 0;
	}
	.pj_intro p {
		padding: 30px;
	}
	.project_content section.project_head .pj_intro {
		margin: 50px auto 0;
	}
	.project_content .three_col > div {
		position: relative;
		width: 100%;
		margin: 0 auto 90px;
		padding: 55px 15px 35px;
		border: 1px solid #c8c8c8;
	}
	.project_content .three_col > div:last-child {
		margin: 0 auto;
	}
	.project_content .three_col > div h5 {
		width: 80%;
	}
	.project_content .pj_image.right,
	.project_content .pj_image.left {
		width: 100%;
		max-width: 500px;
		text-align: center;
		margin-bottom: 1em;
	}
	.project_content section h4 {
		margin: 0 auto 40px;
		font-size: 2rem;
	}
	.project_content section .content {
		max-width: 1150px;
		margin: 0 auto;
		padding: 50px 0 50px;
	}
	.project_content dl {
		margin: 0 auto 30px;
	}
	.project_content .three_col > div p.history_detail {
		font-size: 1.25rem;
	}
}
section.project_head {
  max-width: calc(1620px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
}
section.project_head--pd0 {
	padding: 50px 0 0;
}

section.project_head h3 span {
	background: linear-gradient(transparent 80%, #fedb00 80%);
    padding-bottom: 0;
    line-height: 1.7;
    padding-top: 50px;
    font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
}
section.project_head h3 span.project_head_subtitle {
	font-size: 2rem;
}
.project_content section {
	margin: 0 auto;
  max-width: calc(1620px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
.project_content section + section {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .project_content section + section {
    margin-top: 125px;
  }
	.project_content section.project_head  + section:not(:has(.workcot09)) {
		margin-top: 75px;
	}
}


.project_content section .content--talk {
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #191919;
}
@media screen and (min-width: 768px) {
  .project_content section .content--talk {
    padding: 75px 55px;
  }
}
.project_content section h4 {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
}
.project_content section.project_head .content {
	padding: 50px 0 0;
}
p.pj_image span {
	font-size: 1.125rem;
}
p.outline {
	border: 1px solid #191919;
	font-size: 1.25rem;
  background-color: #fff;
}
.project_content section.project_head .pj_intro h4 {
	padding: 10px 15px;
	background-color: #fedb00;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	font-size: 1.5625rem;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
	transform: translate(20px, 20px);
}
@media screen and (min-width: 768px) {
  .project_content section.project_head .pj_intro h4 {
		margin: 0 0 0 30px;
    padding: 19px 20px;
		transform: translateY(30px);
		font-size: 35px;
		line-height: 1;
  }
}
.pj_intro p {
  background-color: #fff;
	border: 1px solid #fedb00;
	font-size: 1.25rem;
}
.pj_intro p a {
	word-wrap: break-word;
  color: #008bbe;
}
.project_content section.project_head h4 {
	margin: 100px auto 80px;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
	line-height: 1;
}
.project_content .three_col > div {
  background-color: #fff;
  border: 1px solid #191919;
}
.project_content .three_col > div h5 {
	text-align: center;
  border: 1px solid #191919;
	background-color: #fedb00;
	padding: 18px 28px;
	font-size: 1.5625rem;
	line-height: 1;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
	white-space: nowrap;
  font-weight: 700;
}
.project_content .three_col > div p.history {
	font-size: 1.125rem;
	text-align: center;
}
.project_content .three_col > div p.role {
	border-bottom: 1px solid #c8c8c8;
	margin: 30px auto 0;
	padding-bottom: 20px;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
}
.project_content .three_col > div p.history_detail {
	margin-top: 30px;
	line-height: 1.8;
}
.project_content dl:last-child {
  margin-bottom: 0;
}
.project_content dl dt,
.project_content dl dd {
	display: inline;
	font-size: 1.25rem;
	line-height: 1.8;
}
.project_content dl dt {
	margin-right: 30px;
	background: linear-gradient(transparent 80%, #fedb00 80%);
    padding-bottom: 0;
	font-weight: bold;
}
.project_content .pj_image.center {
	max-width: 600px;
	text-align: center;
	margin: 0 auto 60px;
}
.project_content .pj_image span {
	font-size: 0.9375rem;
}
.pj_image.center.two_col {
	max-width: 1150px;
	margin: 0 auto 0;
}
.pj_image.center.two_col img {
	width: 45%;
}
.pj_image.center.two_col span {
	text-align: center;
    display: block;
    margin: 10px auto 0;
}

.workmain01 {
  margin-bottom: 40px;
  position: relative;
}
.workmain02 {
margin-bottom: 52px;
}
@media (max-width: 767px) {
	.workmain02 {
			margin-bottom: 0;
	}
}
img + figcaption { font-size:15px;line-height: 27px;}
.tar {text-align: left;}
.tal {text-align: left;}

.workmain03 {
  background-color: #ffe100;
  padding: 34px 45px;
  position: absolute;
  left: 0px;
  bottom: 62px;
}
@media (max-width: 767px) {
	.workmain03 {
			padding: 15px 15px;
			position: inherit;
			left: inherit;
			bottom: inherit;
			width: 96%;
			margin: 18px auto 0;
			text-align: center;
	}
}
.workmain04 {
font-size:30px;
line-height: 1.333;
}
@media (max-width: 767px) {
	.workmain04 {
			font-size: 16px;
	}
}
.workfst01 {
overflow:hidden;
}
.workfst02 {
width:563px;
margin-bottom:20px;
}
.workfst02:nth-child(odd) {
float:left;
}
.workfst02:nth-child(even) {
float:right;
}
.workfst03 {
margin-bottom:30px;
}
.workfst04 {
font-size:16px;
margin-bottom:5px;
}
.workfst05 {
font-size:20px;
font-weight:bold;
margin-bottom:3px;
}
.workfst06 {
font-size:20px;
}
.workfst07 {
font-size:20px;
line-height: 1.8;
padding-bottom:40px;
margin-bottom:70px;
border-bottom:solid 1px #000;
}
.workcot01 {
margin-bottom:72px;
}

.workcot02 {
width:100%;
margin:0 auto 40px;
}
@media screen and (min-width: 768px) {
	.workfst07 {
		width:720px;
		margin:0 auto 60px;
	}
}
.workcot03 {
margin-bottom:30px;
}
.workcot04 {
font-size:1.25rem;
margin-bottom:25px;
line-height:1.8;
}
@media (max-width: 767px) {
	.workcot04 {
			margin-bottom: 12px;
			line-height: 1.8;
	}
}
.name {
font-weight:bold;
display:inline-block;
margin-right: 30px;
}
.workcot05 {
border:solid 1px #BFBFBF;
padding:35px 35px 25px;
margin-bottom:60px;
font-size:18px;
}
.workcot05 li {
margin-bottom:10px;
}
.workcot06 {
overflow:hidden;
margin-bottom:38px;
}
.workcot07 {
	width:100%;
	margin:0 auto 40px;
}
@media screen and (min-width: 768px) {
	.workcot07 {
	width:fit-content;
	float:right;
	margin-left:65px;
	margin-bottom:30px;
	}
}
.workcot08 {
	width:100%;
	margin:0 auto 40px;
}
@media screen and (min-width: 768px) {
	.workcot08 {
		width:fit-content;
		float:left;
		margin-right:65px;
		margin-bottom:30px;
		}
}

.workcot09 {
	margin: 0 auto 40px;
	font-size: 2rem;
	line-height: 1.5;
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP";
}
@media screen and (min-width: 768px) {
	.workcot09 {
		margin: 0 auto 65px;
		font-size: 2.8125rem;
	}
}
.workcot10 {
width:431px;
margin:0 auto 60px;
}
.-w260p {width: 260px;}

.profile {margin-top: 75px;margin-bottom: 58px;padding: 50px;background-color: #fff;border: 1px solid #191919;}
.profile .tit {font-size: 22px;color: #96b40f;font-weight: bold;margin-top: 26px;padding-top: 24px;border-top: 1px solid #191919;}
.profile .tit:first-child {margin-top: 0;padding-top: 0;border-top-width:0;}
.list_people {margin-top: 24px;display: flex;justify-content: space-between;}
.list_people .item {flex-basis: 50%;display: flex;align-items: center;}
.list_people .item .left{margin-right: 16px;flex-shrink: 0;}
.list_people .item .right{}
.list_people .item .right .name {font-size:18px!important;}
.list_people .item .right .txt {font-size: 16px;line-height: 25px;}

@media screen and (max-width: 767px) {
	.profile {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.list_people {
			flex-direction: column;
			margin-top: 16px;
			row-gap: 10px;
	}
}
.pnav01 {
	text-align:center;
	margin:60px 0;
}
@media (max-width: 767px) {
	.pnav01 {
			text-align: center;
			margin: 20px 0;
	}
}
.pnav01 li {
	font-size:21px;
	display:inline-block;
	margin: 10px;
}
.pnav01 li.current {
	font-weight:bold;
}
.pnav01 li a {
	color: #747170;
	display:inline-block;
	position:relative;
}
.pnav01 li.pnext a {
	padding-right:30px;
}
.pnav01 li.pnext a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    -webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #747170;
    border-right-color: #747170;
}
.pnav01 li.pprev a {
	padding-left:30px;
}
.pnav01 li.pprev a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    -webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
    content: "";
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #747170;
    border-left-color: #747170;
}