@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/*************************************************

 projects common

*************************************************/

/* container
-------------------------*/
#header {
	background-color: rgba(255,255,255,0.75);
}
@media only screen and (max-width:991px) {
	.siteSymbols {
		background-color: transparent;
	}
}


/* container
-------------------------*/
#container {
	padding-top: 0;
}



/* keyVisual
-------------------------*/
#keyVisual {
	position: relative;
}
#keyVisual .bg img {
	width: 100%;
}

/* dotArea
-------------------------*/
.dotArea {
	background-size: 10px 10px;
	margin: 0 auto;
	background-image: radial-gradient(#cccccc 15%, transparent 20%),radial-gradient(#cccccc 15%, transparent 20%);
	background-position: 0 0, 15px 15px;
}






/*************************************************

 projects_index

*************************************************/

/* keyVisual
-------------------------*/
#projects_index #keyVisual .title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 54px;
	font-size: 500;
	text-align: center;
	transform: translateY(-50%);
	letter-spacing: 0.1em;
}
#projects_index #keyVisual .title span {
	position: relative;
	display: inline-block;
	padding-left: 90px;
}
#projects_index #keyVisual .title span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 60px;
	height: 48px;
	margin-top: -24px;
	background: url(../../images/common/arw_03.svg) no-repeat center center;
	background-size: 100% auto;
}
@media only screen and (max-width:767px) {
	#projects_index #keyVisual .title {
		margin-top: 25px;
		font-size: 27px;
	}
	#projects_index #keyVisual .title span {
		padding-left: 35px;
	}
	#projects_index #keyVisual .title span:before {
		width: 30px;
		height: 24px;
		margin-top: -12px;
	}
}



/* sectionTop
-------------------------*/
#projects_index #sectionTop {
	padding-bottom: 150px;
}
#projects_index #sectionTop .secTitle {
	margin-bottom: 15px;
	text-align: center;
}
#projects_index #sectionTop .secTitle span {
	display: inline-block;
	line-height: 0;
}
#projects_index #sectionTop .lead01 {
	margin-bottom: 30px;
	font-size: 13px;
	text-align: center;
}
#projects_index #sectionTop .lead01 > * {
	display: inline-block;
}
#projects_index #sectionTop .lead02 {
	margin-bottom: 90px;
	font-size: 14px;
	text-align: center;
}
#projects_index #sectionTop .lead02 > * {
	display: inline-block;
}
@media only screen and (max-width:767px) {
	#projects_index #sectionTop {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	#projects_index #sectionTop .secTitle {
		margin-bottom: 10px;
	}
	#projects_index #sectionTop .secTitle img {
		max-width: 190px;
	}
	#projects_index #sectionTop .lead01 {
		margin-bottom: 15px;
		font-size: 11px;
	}
	#projects_index #sectionTop .lead02 {
		max-width: 215px;
		margin: 0 auto 30px;
		font-size: 13px;
		text-align: left;
	}
}

/* projects */
#projects_index #sectionTop [class^="projects"] {
	max-width: 800px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#projects_index #sectionTop [class^="projects"] + [class^="projects"] {
	margin-top: 50px;
}
#projects_index #sectionTop [class^="projects"] .images {
	position: relative;
	width: 55%;
	line-height: 0;
}
#projects_index #sectionTop [class^="projects"].rev .images {
	order: 2;
}
#projects_index #sectionTop [class^="projects"] .images .bdr {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 216px;
	height: calc(100% - 40px);
	display: block;
	content: '';
	transform: translateX(-50%);
	background: #e60a00;
	background: -moz-linear-gradient(45deg,  #e60a00 0%, #e01905 50%, #e08c36 100%);
	background: -webkit-linear-gradient(45deg,  #e60a00 0%,#e01905 50%,#e08c36 100%);
	background: linear-gradient(45deg,  #e60a00 0%,#e01905 50%,#e08c36 100%);
	z-index: 1;
}
#projects_index #sectionTop [class^="projects"] .images .bdr:after {
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	display: block;
	content: '';
	background: #fff;
	z-index: 2;
}
#projects_index #sectionTop [class^="projects"] .images .photo {
	position: relative;
	width: 45.45%;
	transition-duration: 0.8s;
	opacity: 0;
	z-index: 3;
}
#projects_index #sectionTop [class^="projects"] .images .left {
	float: left;
	padding-top: 75px;
	transform: translateY(30px);
}
#projects_index #sectionTop [class^="projects"] .images .right {
	float: right;
	transform: translateY(-30px);
}
#projects_index #sectionTop [class^="projects"] .images .logo {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	transform: translateY(-50%);
	z-index: 4;
}
#projects_index #sectionTop [class^="projects"] .images.on .photo {
	opacity: 1;
	transform: translateY(0) !important;
}
#projects_index #sectionTop [class^="projects"] .texts {
	box-sizing: border-box;
	width: 54.55%;
	padding: 15px;
	text-align: center;
}
#projects_index #sectionTop [class^="projects"].rev .texts {
	order: 1;
}
#projects_index #sectionTop [class^="projects"] .texts .ttl {
	margin-bottom: 25px;
	color: #e6160b;
	font-size: 23px;
	line-height: 1;
}
#projects_index #sectionTop [class^="projects"] .texts .ttl i {
	position: relative;
	display: inline-block;
	height: 1em;
	width: 56px;
}
#projects_index #sectionTop [class^="projects"] .texts .ttl i:before,
#projects_index #sectionTop [class^="projects"] .texts .ttl i:after {
	position: absolute;
	top: 50%;
	left: 20%;
	display: block;
	content: '';
	width: 60%;
	height: 2px;
	background-color: #e6160b;
}
#projects_index #sectionTop [class^="projects"] .texts .ttl i:before {
	transform: rotate(45deg);
}
#projects_index #sectionTop [class^="projects"] .texts .ttl i:after {
	transform: rotate(-45deg);
}
#projects_index #sectionTop [class^="projects"] .texts .txt {
	font-size: 15px;
	line-height: 1;
}
#projects_index #sectionTop [class^="projects"] .texts .ttl > *,
#projects_index #sectionTop [class^="projects"] .texts .txt > * {
	display: inline-block;
	line-height: 1.7;
}
#projects_index #sectionTop [class^="projects"] .texts .txt > * {
	text-align: left;
}
#projects_index #sectionTop [class^="projects"] .texts .btn {
	max-width: 200px;
	margin: 30px auto 0;
}
#projects_index #sectionTop [class^="projects"] .texts .btn a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #e6160b;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: #e6160b solid 2px;
}
#projects_index #sectionTop [class^="projects"] .texts .btn a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background-color: #e6160b;
	transition: 0.3s;
}
.noT #projects_index #sectionTop [class^="projects"] .texts .btn a:hover {
	color: #fff;
}
.noT #projects_index #sectionTop [class^="projects"] .texts .btn a:hover:before {
	width: 100%;
}
#projects_index #sectionTop [class^="projects"] .texts .btn a span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	z-index: 2;
}
#projects_index #sectionTop [class^="projects"] .texts .btn a span:before,
#projects_index #sectionTop [class^="projects"] .texts .btn a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 17px;
	height: 14px;
	margin-top: -6px;
	background: url(../../images/common/arw_04.svg) no-repeat center center;
	background-size: contain;
	transition: 0.3s;
}
#projects_index #sectionTop [class^="projects"] .texts .btn a span:after {
	background-image: url(../../images/common/arw_03.svg);
	opacity: 0;
}
.noT #projects_index #sectionTop [class^="projects"] .texts .btn a:hover span:before {
	opacity: 0;
}
.noT #projects_index #sectionTop [class^="projects"] .texts .btn a:hover span:after {
	opacity: 1;
}
@media only screen and (max-width:767px) {
	#projects_index #sectionTop [class^="projects"] {
		display: block;
	}
	#projects_index #sectionTop [class^="projects"] + [class^="projects"] {
		margin-top: 40px;
	}
	#projects_index #sectionTop [class^="projects"] .images {
		width: 70%;
		max-width: 550px;
		margin: 0 auto;
	}
	#projects_index #sectionTop [class^="projects"] .images .bdr {
		top: 15px;
		width: 50%;
		height: calc(100% - 30px);
	}
	#projects_index #sectionTop [class^="projects"] .images .left {
		padding-top: 45px;
	}
	#projects_index #sectionTop [class^="projects"] .images .logo img {
		max-width: 24%;
	}
	#projects_index #sectionTop [class^="projects"] .texts {
		width: auto;
		margin-top: 23px;
		padding: 0;
	}
	#projects_index #sectionTop [class^="projects"] .texts .ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#projects_index #sectionTop [class^="projects"] .texts .ttl i {
		width: 45px;
	}
	#projects_index #sectionTop [class^="projects"] .texts .txt {
		font-size: 12px;
	}
	#projects_index #sectionTop [class^="projects"] .texts .btn {
		margin-top: 20px;
	}
}



/*************************************************

 projects detail common

*************************************************/

/* keyVisual
-------------------------*/
#keyVisual .detailLabel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 135px;
	padding: 39px 0;
	text-align: center;
	transform: translate(-50%,-50%);
	background: #e08c36;
	background: -moz-linear-gradient(-45deg,  #e08c36 0%, #e01905 50%, #e60a00 100%);
	background: -webkit-linear-gradient(-45deg,  #e08c36 0%,#e01905 50%,#e60a00 100%);
	background: linear-gradient(135deg,  #e08c36 0%,#e01905 50%,#e60a00 100%);
	line-height: 0;
}
@media only screen and (max-width:767px) {
	#keyVisual.detailVisual {
		margin-top: 50px;
	}
	#keyVisual .detailLabel {
		position: static;
		width: 100%;
		padding: 15px 0;
		transform: translate(0,0);
	}
	#keyVisual .detailLabel img {
		width: 45px;
	}
}

/* detailTop
-------------------------*/
#detailTop {
	padding-bottom: 90px;
}
#detailTop .detailTitle {
	margin-bottom: 70px;
	padding-top: 30px;
	color: #e6160b;
	text-align: center;
	font-size: 38px;
}
#detailTop .detailTitle i {
	position: relative;
	display: inline-block;
	height: 1em;
	width: 98px;
}
#detailTop .detailTitle i:before,
#detailTop .detailTitle i:after {
	position: absolute;
	top: 50%;
	left: 20%;
	display: block;
	content: '';
	width: 60%;
	height: 2px;
	background-color: #e6160b;
}
#detailTop .detailTitle i:before {
	transform: rotate(45deg);
}
#detailTop .detailTitle i:after {
	transform: rotate(-45deg);
}
#detailTop .textArea01 {
	max-width: 400px;
	margin: 0 auto 50px;
}
#detailTop .textArea01 .ttl {
	margin-bottom: 25px;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#detailTop .textArea01 .txt {
	font-size: 14px;
	line-height: 2;
}
#detailTop .linkArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 50px;
}
#detailTop .linkArea [class^="texts0"] {
	box-sizing: border-box;
	width: 25%;
	padding: 0 10px;
}
#detailTop .linkArea [class^="texts0"] .profile {
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
}
#detailTop .linkArea [class^="texts0"] .profile * {
	display: block;
	font-weight: 400;
}
#detailTop .linkArea [class^="texts0"] .profile strong {
	font-size: 18px;
}
#detailTop .linkArea [class^="texts0"] .txt {
	font-size: 13px;
}
#detailTop .linkArea .image {
	width: 44.5%;
	padding-top: 30px;
	order: 2;
}
#detailTop .linkArea .texts01 {
	order: 1;
}
#detailTop .linkArea .texts02 {
	order: 3;
}
@media only screen and (max-width:767px) {
	#detailTop {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	#detailTop .detailTitle {
		margin-bottom: 20px;
		padding-top: 10px;
		font-size: 20px;
	}
	#detailTop .detailTitle i {
		width: 45px;
	}
	#detailTop .textArea01 {
		max-width: none;
		margin-bottom: 40px;
	}
	#detailTop .textArea01 .ttl {
		display: table;
		margin: 0 auto 20px;
		font-size: 18px;
	}
	#detailTop .textArea01 figure img {
		width: 100%;
	}
	#detailTop .textArea01 .txt {
		max-width: 300px;
		margin: 25px auto 0;
		padding: 0 40px;
		font-size: 13px;
	}
	#detailTop .linkArea {
		padding: 0 40px;
	}
	#detailTop .linkArea [class^="texts0"] {
		width: 50%;
		padding: 0 10px;
		transform: translate(0,15px);
	}
	#detailTop .linkArea [class^="texts0"].on {
		transform: translate(0,0);
	}
	#detailTop .linkArea [class^="texts0"] .profile {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#detailTop .linkArea [class^="texts0"] .profile strong {
		font-size: 15px;
	}
	#detailTop .linkArea [class^="texts0"] .txt {
		font-size: 13px;
		line-height: 1.5;
	}
	#detailTop .linkArea .image {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 0;
		order: 1;
	}
	#detailTop .linkArea .texts01 {
		order: 2;
	}
	#detailTop .linkArea .texts02 {
		order: 3;
	}
}


/* detailFirst
-------------------------*/
#detailFirst {
	padding: 100px 0 130px;
}
@media only screen and (max-width:767px) {
	#detailFirst {
		padding: 0 0 50px;
		border-top: none;
	}
	#detailFirst .commonCenterBdr {
		display: none;
	}
}


/* detailSecond
-------------------------*/
#detailSecond {
	padding: 100px 0 140px;
}
@media only screen and (max-width:767px) {
	#detailSecond {
		padding: 70px 0 50px;
	}
}

/* detailSection
-------------------------*/
.detailSection [class^="group0"] {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.detailSection [class^="group0"] .inner {
	max-width: 1000px;
}
.detailSection [class^="group0"] .label {
	display: table;
	width: 78px;
	height: 78px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #e6160b;
	line-height: 1;
}
.detailSection [class^="group0"] .label > * {
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
}
.detailSection [class^="group0"] .label span {
	display: block;
	margin-top: 3px;
	font-size: 24px;
}
.detailSection [class^="group0"] .groupTexts .titles {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.detailSection [class^="group0"] .groupTexts .titles > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.detailSection [class^="group0"] .groupTexts .titles .num {
	width: 78px;
}
.detailSection [class^="group0"] .groupTexts .titles .ttl {
	padding-left: 25px;
	font-size: 24px;
	line-height: 1.5;
}
.detailSection [class^="group0"] .groupTexts .texts {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.07em;
}

.detailSection [class^="group0"] .groupTexts_wide .titles {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.detailSection [class^="group0"] .groupTexts_wide .titles > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.detailSection [class^="group0"] .groupTexts_wide .titles .num {
	width: 78px;
}
.detailSection [class^="group0"] .groupTexts_wide .titles .ttl {
	padding-left: 25px;
	font-size: 24px;
	line-height: 1.5;
}
.detailSection [class^="group0"] .groupTexts_wide .texts {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.07em;
}

@media only screen and (max-width:767px) {
	.detailSection [class^="group0"] .label {
		width: 75px;
		height: 75px;
		font-size: 12px;
	}
	.detailSection [class^="group0"] .label span {
		margin-top: 3px;
		font-size: 20px;
	}
	.detailSection [class^="group0"] .image {
		position: relative;
		margin-bottom: 15px;
	}
	.detailSection [class^="group0"] .absLabel {
		position: absolute;
		top: -25px;
		left: -10px;
	}
	.detailSection [class^="group0"] .groupTexts .titles {
		display: block;
		margin-bottom: 5px;
	}
	.detailSection [class^="group0"] .groupTexts .titles > * {
		display: block;
	}
	.detailSection [class^="group0"] .groupTexts .titles .ttl {
		padding-left: 0;
		font-size: 21px;
	}
	.detailSection [class^="group0"] .groupTexts .texts {
		font-size: 13px;
		line-height: 1.8;
	}

	.detailSection [class^="group0"] .groupTexts_wide .titles {
		display: block;
		margin-bottom: 5px;
	}
	.detailSection [class^="group0"] .groupTexts_wide .titles > * {
		display: block;
	}
	.detailSection [class^="group0"] .groupTexts_wide .titles .ttl {
		padding-left: 0;
		font-size: 18px;
	}
	.detailSection [class^="group0"] .groupTexts_wide .texts {
		font-size: 13px;
		line-height: 1.8;
	}

	.detailSection [class^="group0"] .image_slim {
		position: relative;
		margin-bottom: 15px;
	}
}

/* detailSection group01
-------------------------*/
.detailSection .group01 {
	padding-bottom: 200px;
}
.detailSection .group01 .inner {
	display: flex;
	max-width: 1050px;
	padding-right: 50px;
	justify-content: space-between;
}
.detailSection .group01 .image {
	width: 52.38%;
}
.detailSection .group01 .groupTexts {
	width: 38.1%;
}
.detailSection .group01 .groupTexts_wide {
	width: 45.1%;
}
.detailSection .group01 .image_slim {
	width: 45.38%;
}
@media only screen and (max-width:767px) {
	.detailSection .group01 {
		padding-bottom: 60px;
	}
	.detailSection .group01 .inner {
		display: block;
		padding: 0 40px;
	}
	.detailSection .group01 .image {
		width: auto;
	}
	.detailSection .group01 .groupTexts {
		width: auto;
	}
	.detailSection .group01 .image_slim {
		width: auto;
	}
	.detailSection .group01 .groupTexts_wide {
		width: auto;
	}
}

/* detailSection group02
-------------------------*/
.detailSection .group02 .inner {
	display: flex;
	margin-left: auto;
	padding-left: 50px;
	justify-content: space-between;
}
.detailSection .group02 .image {
	width: 58%;
	order: 2;
}
.detailSection .group02 .groupTexts {
	width: 34.2%;
	order: 1;
}
@media only screen and (max-width:767px) {
	.detailSection .group02 .inner {
		display: block;
		padding: 0 40px;
	}
	.detailSection .group02 .image {
		width: auto;
	}
	.detailSection .group02 .groupTexts {
		width: auto;
	}
}

/* detailSection message
-------------------------*/
.detailSection .message {
	margin-top: 120px;
}
.detailSection .message .image {
	max-width: 338px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 0;
}
.detailSection .message .ttl {
	margin-bottom: 30px;
	font-size: 25px;
	text-align: center;
	line-height: 1.4;
}
.detailSection .message .txt {
	max-width: 400px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	.detailSection .message {
		margin-top: 50px;
		padding: 0 40px;
	}
	.detailSection .message .image {
		margin-bottom: 20px;
	}
	.detailSection .message .ttl {
		margin: 0 -20px 15px;
		font-size: 20px;
	}
	.detailSection .message .txt {
		max-width: none;
		font-size: 13px;
		line-height: 1.8;
	}
}


/* detailSection lastImage
-------------------------*/
.detailSection .lastImage {
	overflow: hidden;
	position: relative;
	margin-top: 150px;
}
.detailSection .lastImage .bg img {
	width: 100%;
}
.detailSection .lastImage .texts {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.detailSection .lastImage .texts .inner {
	max-width: 1040px;
	margin: 0 auto;
	line-height: 0;
}
.detailSection .lastImage .texts .inner > * {
	position: relative;
	display: inline-block;
	padding: 50px 70px;
	font-size: 18px;
}
.detailSection .lastImage .texts .inner > *:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
.detailSection .lastImage .texts .inner > * > *{
	position: relative;
	z-index: 2;
}
@media only screen and (max-width:767px) {
	.detailSection .lastImage {
		margin-top: 70px;
	}
	.detailSection .lastImage .texts {
		position: static;
		margin-top: 30px;
		transform: translateY(0);
		text-align: center;
	}
	.detailSection .lastImage .texts .inner > * {
		padding: 0 40px;
	}
	.detailSection .lastImage .texts .inner > *:before {
		display: none;
	}
	.detailSection .lastImage .texts .inner img {
		width: 400px;
	}
}


/* otherProjects
-------------------------*/
#otherProjects {
	padding: 60px 50px 80px;
}
#otherProjects .commonAnimeBoder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
#otherProjects .secTtl {
	margin-bottom: 50px;
	color: #e6160b;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}
#otherProjects .btns {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	justify-content: space-between;
}
#otherProjects .btns li {
	width: 47.5%;
}
#otherProjects .btns li a {
	display: block;
	padding-bottom: 20px;
	color: #000;
	text-decoration: none;
	border: #e6160b solid 1px;
}
#otherProjects .btns li .img {
	margin-bottom: 20px;
	padding: 20px 0;
	background: no-repeat center center;
	background-size: cover;
	text-align: center;
	line-height: 0;
}
#otherProjects .btns li .img figure {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #e6160b;
}
#otherProjects .btns li .img figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	transform: translate(-50%,-50%);
}
#otherProjects .btns li .ttl {
	margin: 0 5px 20px;
	color: #e6160b;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	transition: 0.3s;
}
#otherProjects .btns li .ttl i {
	position: relative;
	display: inline-block;
	height: 1em;
	width: 56px;
}
#otherProjects .btns li .ttl i:before,
#otherProjects .btns li .ttl i:after {
	position: absolute;
	top: 50%;
	left: 20%;
	display: block;
	content: '';
	width: 60%;
	height: 2px;
	background-color: #e6160b;
	transition: 0.3s;
}
#otherProjects .btns li .ttl i:before {
	transform: rotate(45deg);
}
#otherProjects .btns li .ttl i:after {
	transform: rotate(-45deg);
}
#otherProjects .btns .txt {
	position: relative;
	display: table;
	margin: 0 auto;
	padding-right: 46px;
	font-size: 13px;
	line-height: 1.6;
}
#otherProjects .btns .txt:before,
#otherProjects .btns .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 34px;
	height: 100%;
	background: url(../../images/common/arw_04.svg) no-repeat center center;
	background-size: 100% auto;
	transition: 0.3s;
}
#otherProjects .btns .txt:after {
	background-image: url(../../images/common/arw_03.svg);
	opacity: 0;
}

.noT #otherProjects .btns li a:hover {
	color: #fff;
	background-color: #e6160b;
}
.noT #otherProjects .btns li a:hover .ttl {
	color: #fff;
}
.noT #otherProjects .btns li a:hover .ttl i:before,
.noT #otherProjects .btns li a:hover .ttl i:after {
	background-color: #fff;
}
.noT #otherProjects .btns li a:hover .txt:before {
	opacity: 0;
}
.noT #otherProjects .btns li a:hover .txt:after {
	opacity: 1;
}


#otherProjects .btns li.p01 .img {
	background-image: url(../../images/projects/index/other_p01_bg.png);
}
#otherProjects .btns li.p02 .img {
	background-image: url(../../images/projects/index/other_p02_bg.png);
}
#otherProjects .btns li.p03 .img {
	background-image: url(../../images/projects/index/other_p03_bg.png);
}

#otherProjects .btns.type_projects01 li.p01,
#otherProjects .btns.type_projects02 li.p02,
#otherProjects .btns.type_projects03 li.p03 {
	display: none !important;
}

@media only screen and (max-width:767px) {
	#otherProjects {
		padding: 40px 40px 50px;
	}
	#otherProjects .secTtl {
		margin-bottom: 20px;
		font-size: 22px;
	}
	#otherProjects .btns {
		display: block;
		max-width: 500px;
	}
	#otherProjects .btns li {
		width: auto;
	}
	#otherProjects .btns li + li {
		margin-top: 50px;
	}
	#otherProjects .btns li a {
		padding-bottom: 15px;
	}
	#otherProjects .btns li .img {
		margin-bottom: 15px;
		padding: 15px 0;
	}
	#otherProjects .btns li .img figure {
		width: 60px;
		height: 60px;
	}
	#otherProjects .btns li .img figure img {
		width: 46px;
	}
	#otherProjects .btns li .ttl {
		margin: 0 0 10px;
		font-size: 17px;
	}
	#otherProjects .btns li .ttl i {
		width: 30px;
	}
	#otherProjects .btns .txt {
		padding-right: 40px;
		font-size: 11px;
	}
	#otherProjects .btns .txt:before,
	#otherProjects .btns .txt:after {
		width: 26px;
	}
}



/*************************************************

 projects_detail01

*************************************************/

/* attention
-------------------------*/
#projects_detail01 .detailSection .attention {
	margin-bottom: 90px;
	padding: 55px 50px;
}
#projects_detail01 .detailSection .attention .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 670px;
	margin: 0 auto;
}
#projects_detail01 .detailSection .attention .image {
	width: 44.78%;
}
#projects_detail01 .detailSection .attention .text {
	width: 47.76%;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.07em;
}
#projects_detail01 .detailSection .attention .ttl {
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.4;
}
@media only screen and (max-width:767px) {
	#projects_detail01 .detailSection .attention {
		margin-bottom: 70px;
		padding: 15px 40px 25px;
	}
	#projects_detail01 .detailSection .attention .inner {
		display: block;
	}
	#projects_detail01 .detailSection .attention .image {
		width: auto !important;
		margin-bottom: 20px;
		text-align: center;
	}
	#projects_detail01 .detailSection .attention .text {
		width: auto !important;
		font-size: 12px;
	}
}


/* detailFirst
-------------------------*/
#projects_detail01 #detailFirst .group01 .absImage {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 205px;
	margin-left: -190px;
}
#projects_detail01 #detailFirst .group02 .img01 {
	max-width: 260px;
	margin: 15px auto 0;
	text-align: center;
}
#projects_detail01 #detailFirst .group02 .img01 img {
	margin-left: -260px;
}


/* detailSecond
-------------------------*/
#projects_detail01 #detailSecond .group01 .absImage {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 235px;
	margin-left: -350px;
}
#projects_detail01 #detailSecond .group02 .img01 {
	max-width: 290px;
	margin: 30px 0 0 auto;
	text-align: center;
}

#projects_detail01 #detailSecond .attention .inner {
	max-width: 720px;
}
#projects_detail01 #detailSecond .attention .image {
	width: 45.14%;
}
#projects_detail01 #detailSecond .attention .text {
	width: 50.7%;
}



/*************************************************

 projects_detail02

*************************************************/

/* attention
-------------------------*/
#projects_detail02 #detailFirst .attention {
	position: relative;
	height: 430px;
	margin-bottom: 320px;
}
#projects_detail02 #detailFirst .attention figure {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	text-align: center;
}
#projects_detail02 #detailFirst .attention figure img {
	width: 800px;
}
@media only screen and (max-width:767px) {
	#projects_detail02 #detailFirst .attention {
		display: none;
	}
}


/* detailFirst
-------------------------*/
#projects_detail02 #detailFirst .group01 {
	position: relative;
	z-index: 3;
}
#projects_detail02 #detailFirst .group01 .absImage {
	position: absolute;
	left: 50%;
	bottom: -100px;
	width: 405px;
	margin-left: -80px;
}
@media only screen and (max-width:767px) {
	#projects_detail02 #detailFirst .group01 .absImage {
		position: static;
		width: auto;
		margin: 50px 0;
	}
}


#projects_detail02 #detailFirst .group02 .image img {
	width: 230px;
}
@media only screen and (min-width:768px) {
	#projects_detail02 #detailFirst .group02 .groupTexts {
		width: 42%;
	}
	#projects_detail02 #detailFirst .group02 .image {
		width: 42%;
	}
}
@media only screen and (max-width:767px) {
	#projects_detail02 #detailFirst .group02 .image img {
		width: auto;
	}
}





/* detailSecond
-------------------------*/
@media only screen and (min-width:768px) {
	#projects_detail02 #detailSecond .group01 {
		padding-bottom: 100px;
	}
	#projects_detail02 #detailSecond .group02 .inner {
		max-width: 1050px;
	}
	#projects_detail02 #detailSecond .group02 .image {
		width: 55%;
	}
	#projects_detail02 #detailSecond .group02 .groupTexts {
		width: 40%;
	}
}
#projects_detail02 #detailSecond .group02 .img01 {
	max-width: 240px;
	margin: 30px 40px 0 auto;
	text-align: center;
}


/*************************************************

 projects_detail03

*************************************************/

/* label
-------------------------*/
#projects_detail03 .detailSection [class^="group0"] .label {
	width: 90px;
}
@media only screen and (max-width:767px) {
	#projects_detail03 .detailSection [class^="group0"] .label {
		width: 100px;
	}
}
#projects_detail03 .detailSection [class^="group0"] .label {
	font-size: 10px;
}


/* attention
-------------------------*/
#projects_detail03 #detailFirst .attention {
	position: relative;
	height: 430px;
	margin-bottom: 320px;
}
#projects_detail03 #detailFirst .attention figure {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	text-align: center;
}
#projects_detail03 #detailFirst .attention figure img {
	width: 800px;
}
@media only screen and (max-width:767px) {
	#projects_detail03 #detailFirst .attention {
		display: none;
	}
}


/* detailFirst
-------------------------*/
#projects_detail03 #detailFirst .group01 {
	position: relative;
	z-index: 3;
}
#projects_detail03 #detailFirst .group01 .absImage {
	position: absolute;
	left: 50%;
	bottom: -100px;
	width: 405px;
	margin-left: -80px;
}
@media only screen and (max-width:767px) {
	#projects_detail03 #detailFirst .group01 .absImage {
		position: static;
		width: auto;
		margin: 50px 0;
	}
}

#projects_detail03 #detailFirst .group01 .img01 {
	margin-top: 25px;
	text-align: center;
}
#projects_detail03 #detailFirst .group01 .img01 img {
	width: 250px;
}
/* #projects_detail03 #detailFirst .attention {
	margin-bottom: 140px;
	padding: 35px 0 50px;
	text-align: center;
} */
#projects_detail03 #detailFirst .group02 {
	margin-bottom: 90px;
}


#projects_detail03 #detailFirst .group02 .img01 {
	position: relative;
	margin-bottom: 75px;
	text-align: center;
}
#projects_detail03 #detailFirst .group02 .img01 img {
	width: 800px;
}










#projects_detail03 #detailFirst .images01 {
	padding: 0 0 70px;
}
#projects_detail03 #detailFirst .images01 ul {
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	justify-content: space-between;
}
#projects_detail03 #detailFirst .images01 li:first-child {
	width: 40%;
	margin-top: -50px;
}
#projects_detail03 #detailFirst .images01 li:last-child {
	width: 49%;
	padding-top: 30px;
}
@media only screen and (min-width:768px) {
	#projects_detail03 #detailFirst .group02 .groupTexts {
		/* width: 42.5%; */
		width: 56%;
	}
	#projects_detail03 #detailFirst .group02 .image {
		/* width: 49.5%; */
		width: 36%;
	}
}
@media only screen and (max-width:768px) {
	#projects_detail03 #detailFirst .attention {
		margin-bottom: 70px;
	}
	#projects_detail03 #detailFirst .attention img {
		width: 70%;
	}
	#projects_detail03 #detailFirst .group02 {
		 margin-bottom: 0;
	}
	#projects_detail03 #detailFirst .group02 .img01 {
		margin: 0 40px 15px;
	}
	#projects_detail03 #detailFirst .group02 .image {
		/* margin: 20px -40px 0; */
	}
	#projects_detail03 #detailFirst .images01 {
		padding: 50px 0 40px;
	}
	#projects_detail03 #detailFirst .images01 ul {
		display: block;
	}
	#projects_detail03 #detailFirst .images01 li:last-child {
		display: none;
	}
	#projects_detail03 #detailFirst .images01 li:first-child {
		width: auto;
		margin: 0;
		text-align: center;
	}
	#projects_detail03 #detailFirst .images01 li:first-child img {
		width: 50%;
	}
}








/* detailSecond
-------------------------*/
#projects_detail03 #detailSecond .group01 {
	position: relative;
	margin-bottom: 170px;
	padding-bottom: 340px;
	z-index: 1;
}
#projects_detail03 #detailSecond .group01:before {
	position: absolute;
	bottom: -320px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 430px;
	background-size: 10px 10px;
	background-image: radial-gradient(#cccccc 15%, transparent 20%),radial-gradient(#cccccc 15%, transparent 20%);
	background-position: 0 0, 15px 15px;
}
#projects_detail03 #detailSecond .group01 .img01 {
	position: absolute;
	bottom: 130px;
	right: 50%;
	margin-right: 30px;
}
#projects_detail03 #detailSecond .group01 .img01 img {
	width: 380px;
}
#projects_detail03 #detailSecond .group01 .img02 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 50px;
}
#projects_detail03 #detailSecond .group01 .img02 img {
	width: 295px;
}
#projects_detail03 #detailSecond .group02 {
	position: relative;
	z-index: 2;
}
@media only screen and (min-width:768px) {
	#projects_detail03 #detailSecond .group01 .inner {
		max-width: 1000px;
		margin-left: auto;
		padding: 0 0 0 50px;
	}
	#projects_detail03 #detailSecond .group01 .image {
		/* width: 50%; */
		width: 36%;
		order: 2;
	}
	#projects_detail03 #detailSecond .group01 .groupTexts {
		/* width: 38%; */
		width: 56%;
		padding-bottom: 50px;
		order: 1;
	}
	#projects_detail03 #detailSecond .group02 {
		padding-bottom: 220px;
	}
	#projects_detail03 #detailSecond .group02 .inner {
		max-width: 1030px;
		margin-left: 0;
	}
	#projects_detail03 #detailSecond .group02 .image {
		/* width: 58%; */
		width: 36%;
		order: 1;
	}
	#projects_detail03 #detailSecond .group02 .groupTexts {
		/* width: 33%; */
		width: 56%;
		padding-bottom: 50px;
		order: 2;
	}



	#projects_detail03 #detailSecond .group02 .img01 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#projects_detail03 #detailSecond .group02 .img01 figure {
		max-width: 1100px;
		margin: 0 auto;
		text-align: right;
	}
	#projects_detail03 #detailSecond .group02 .img01 img {
		width: 350px;
	}
	#projects_detail03 #detailSecond .lastImage .texts .inner {
		text-align: right;
	}
	#projects_detail03 #detailSecond .lastImage .texts .inner > *:before {
		right: auto;
		left: 0;
	}
}
@media only screen and (max-width:768px) {
	#projects_detail03 #detailSecond .group01 {
		margin-bottom: 50px;
		padding-bottom: 40px;
	}
	#projects_detail03 #detailSecond .group01:before {
		bottom: 0;
		height: 40%;
	}
	#projects_detail03 #detailSecond .group01 .img01 {
		position: static;
		width: 80%;
		margin-top: 40px;
	}
	#projects_detail03 #detailSecond .group01 .img01 img,
	#projects_detail03 #detailSecond .group01 .img02 img {
		width: 100%;
	}
	#projects_detail03 #detailSecond .group01 .img02 {
		position: static;
		width: 80%;
		margin: 50px 0 0 auto;
	}
}
