/* CSS Document */
#mv {
		background-image: url("../images/project/mv_pc.jpg");
}
@media screen and (max-width: 768px) {
		#mv::before {
				background-image: url("../images/project/mv_sp.jpg");
		}
}
#mv .mv_icon {
		width: 41px;
}
@media screen and (max-width: 768px) {
		#mv .mv_icon {
				width: 29px;
		}
}

.sec01 {
		padding: 80px 0 70px;
}
@media screen and (max-width: 768px) {
		.sec01 {
				padding: 40px 0 60px;
		}
}
.sec01 .main-txt {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: calc(28/18);
}
@media screen and (max-width: 768px) {
		.sec01 .main-txt {
				font-size: 1.4rem;
				line-height: calc(44/28);
		}
}

.latest {
		word-break: break-all;
		background-image: url("../images/project/bg_latest.png");
		background-position: center center;
		padding: 40px 0 75px;
}
@media screen and (max-width: 768px) {
		.latest {
				padding: 25px 0 70px;
				background-image: url("../images/project/bg_latest_sp.png");
				background-color: #ffffff;
				background-position: center top;
				background-repeat: no-repeat;
				background-size: 100%;
		}
}
.latest .sec_ttl,
.latest .sec_ttl_en {
		text-align: left;
		color: #ffffff;
}
@media screen and (max-width: 768px) {
		.latest .sec_ttl,
.latest .sec_ttl_en {
				text-align: center;
		}
}
.latest-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
@media screen and (max-width: 768px) {
		.latest-area {
				display: block;
		}
}
.latest-img {
		width: 560px;
		max-width: 100%;
}
@media screen and (max-width: 768px) {
		.latest-img {
				width: 100%;
				height: 74.6666666667vw;
		}
}
.latest-img img {
		width: 100%;
}
@media screen and (max-width: 768px) {
		.latest-img img {
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
		}
}
.latest-cnt {
		width: calc( 100% - 560px );
		padding-left: 40px;
		padding-top: 15px;
}
@media screen and (max-width: 768px) {
		.latest-cnt {
				width: 100%;
				padding: 0 0;
				margin-top: 30px;
		}
}
.latest-ttl {
		color: #12348a;
		font-weight: bold;
		font-size: 2.2rem;
		line-height: calc(34/22);
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
		.latest-ttl {
				font-size: 2.1rem;
				line-height: calc(72/42);
				padding: 0 30px 20px;
		}
}
.latest-ttl::after {
		content: "";
		width: 120px;
		border-top: 1px solid #12348a;
		position: absolute;
		left: 0;
		bottom: 0;
}
@media screen and (max-width: 768px) {
		.latest-ttl::after {
				left: 30px;
		}
}
.latest-txt {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2;
}
@media screen and (max-width: 768px) {
		.latest-txt {
				padding: 0 30px;
		}
}
.latest .m-btn {
		margin-top: 30px;
		width: 100%;
}
@media screen and (max-width: 768px) {
		.latest .m-btn {
				width: 86vw;
				margin: 30px auto auto;
		}
}

.allproject {
		padding: 90px 0 130px;
}
@media screen and (max-width: 768px) {
		.allproject {
				padding: 55px 0 90px;
		}
}

.project-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 30px;
}
@media screen and (max-width: 768px) {
		.project-list {
				display: block;
				margin-top: 40px;
		}
}

.project-item {
		width: 300px;
		margin-right: 30px;
		margin-top: 80px;
		word-break: break-all;
}
@media screen and (max-width: 768px) {
		.project-item {
				width: 100%;
				margin: 75px 0 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
		.project-item:first-of-type {
				margin-top: 0;
		}
}
@media print, screen and (min-width: 769px) {
		.project-item:nth-of-type(-n+3) {
				margin-top: 0;
		}
		.project-item:nth-of-type(3n) {
				margin-right: 0;
		}
}
.project-item-num {
		font-size: 1.8rem;
		font-weight: bold;
		color: #12348a;
		letter-spacing: 0;
		margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
		.project-item-num {
				font-size: 1.4rem;
				margin-bottom: 5px;
				text-align: center;
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
		}
}
.project-item-img {
		margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
		.project-item-img {
				margin: 0 0 18px;
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3;
		}
}
.project-item-img img {
		width: 100%;
}
.project-item-ttl {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.7;
		color: #12348a;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		min-height: 3.5em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media screen and (max-width: 768px) {
		.project-item-ttl {
				font-size: 2rem;
				margin-bottom: 15px;
				min-height: inherit;
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2;
		}
}
.project-item .m-btn {
		width: 100%;
}
@media screen and (max-width: 768px) {
		.project-item .m-btn {
				-webkit-box-ordinal-group: 5;
				    -ms-flex-order: 4;
				        order: 4;
				width: 86vw;
				margin: auto auto auto;
		}
}

.project-contact {
		padding: 75px 0 85px;
		background-color: #ffffff;
}
@media screen and (max-width: 768px) {
		.project-contact {
				padding: 45px 0 60px;
		}
}
.project-contact-txt {
		font-size: 1.4rem;
		text-align: center;
		line-height: calc( 25/ 14 );
		margin-top: 22px;
}
.project-contact .m-btn {
		margin: 20px auto auto;
		width: 250px;
}
@media screen and (max-width: 768px) {
		.project-contact .m-btn {
				margin-top: 30px;
				width: 86vw;
		}
}
.project-contact .m-btn-link::after {
		content: none;
}