/*============================
トップ（MV）
============================*/
#top_mv {
	width: 100%;
	height: 90vh;
	max-height: 9.00rem;
	min-height: 6.50rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#top_mv {
		height: 3.50rem;
		min-height: 3.50rem;
	}
}

/* 背景画像 */
#top_mv .mv_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 左側 */
#top_mv .mv_wrap .mv_left {
	width: 23.57%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#top_mv .mv_wrap .mv_left {
		display: none;
	}
}

#top_mv .mv_wrap .mv_left .ph01 {
	width: 100%;
	height: 65.94%;
	background-image: url(../img/top_mv01.jpg);
	background-position: center center;
	background-size: cover;
}

#top_mv .mv_wrap .mv_left .ph02 {
	width: 100%;
	height: 33.33%;
	background-image: url(../img/top_mv02.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

/* 上側 */
#top_mv .mv_wrap .mv_upper {
	width: 52.25%;
	height: 33.33%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	#top_mv .mv_wrap .mv_upper {
		width: 100%;
		height: 1.16rem;
		left: 0;
		transform: none;
	}
}

#top_mv .mv_wrap .mv_upper .ph01 {
	width: 35.2%;
	height: 100%;
	background-image: url(../img/top_mv03.jpg);
	background-position: center center;
	background-size: cover;
}

#top_mv .mv_wrap .mv_upper .ph02 {
	width: 64.2%;
	height: 100%;
	background-image: url(../img/top_mv04.jpg);
	background-position: center center;
	background-size: cover;
}

/* 右側 */
#top_mv .mv_wrap .mv_right {
	width: 23.57%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#top_mv .mv_wrap .mv_right {
		display: none;
	}
}

#top_mv .mv_wrap .mv_right .ph01 {
	width: 100%;
	height: 33.33%;
	background-image: url(../img/top_mv05.jpg);
	background-position: center center;
	background-size: cover;
}

#top_mv .mv_wrap .mv_right .ph02 {
	width: 100%;
	height: 65.94%;
	background-image: url(../img/top_mv06.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

/* 下側 */
#top_mv .mv_wrap .mv_bottom {
	width: 52.25%;
	height: 33.33%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
	display: flex;
	justify-content: space-between;
}


@media screen and (max-width: 599px) {
	#top_mv .mv_wrap .mv_bottom {
		width: 100%;
		height: 1.16rem;
		left: 0;
		transform: none;
	}
}

#top_mv .mv_wrap .mv_bottom .ph01 {
	width: 64.2%;
	height: 100%;
	background-image: url(../img/top_mv07.jpg);
	background-position: center center;
	background-size: cover;
}

#top_mv .mv_wrap .mv_bottom .ph02 {
	width: 35.2%;
	height: 100%;
	background-image: url(../img/top_mv08.jpg);
	background-position: center center;
	background-size: cover;
}

/* キャッチコピー */
#top_mv .catch {
	font-size: 0.46rem;
	font-weight: 600;
	line-height: 1.65;
	letter-spacing: 0.13em;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	transform: translateY(-50%);
	font-family: 'Noto Serif JP', serif;
	color: #111;
}

@media screen and (max-width: 599px) {
	#top_mv .catch {
		font-size: 0.21rem;
		line-height: 1.80;
	}
}

/*============================
トップ（ニュース）
============================*/
#top_news {
	position: relative;
	top: -0.8rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#top_news {
		top: -0.30rem;
	}
}

#top_news .wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #003554;
	background-image: url(../img/news_bg_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	#top_news .wrap {
		background-image: url(../img/news_bg_sp.png);
		padding: 0.20rem;
	}
}

#top_news .wrap .box {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0.40rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box {
		width: 100%;
		padding: 0;
	}

	#top_news .wrap .box:first-child {
		padding-bottom: 0.10rem;
		margin-bottom: 0.20rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
}

/* タイトル */
#top_news .wrap .box .title {
	display: flex;
	align-items: center;
	margin-bottom: 0.35rem;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .title {
		margin-bottom: 0.15rem;
	}
}

#top_news .wrap .box .title .jp {
	font-size: 0.20rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.75;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #fff;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .title .jp {
		font-size: 0.16rem;
	}
}

#top_news .wrap .box .title .en {
	font-size: 0.14rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.1em;
	display: block;
	padding: 0.05rem 0 0 0.15rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .title .en {
		font-size: 0.12rem;
		padding: 0.03rem 0 0 0.10rem;
	}
}

/* 記事 */
#top_news .wrap .box .list {
	list-style: none inside;
}

#top_news .wrap .box .list .item {}

#top_news .wrap .box .list .item a {
	font-size: 0.16rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 0.20rem;
	display: inline-block;
	position: relative;
	padding-left: 0.15rem;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .list .item a {
		font-size: 0.14rem;
		margin-bottom: 0.10rem;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

#top_news .wrap .box .list .item a::before {
	content: '';
	width: 5px;
	height: 8px;
	display: block;
	background: url(../img/top_news_arrow.svg) no-repeat center;
	position: absolute;
	top: 57%;
	left: 0;
	transform: translateY(-50%);
}

#top_news .wrap .box .list .item a:hover {
	opacity: 0.7;
}

#top_news .wrap .box .list .item a .date {
	display: inline-block;
	font-weight: 400;
	font-size: 0.13rem;
	position: relative;
	padding-right: 0.08rem;
}

/* 一覧はこちらボタン */
#top_news .wrap .box .listbtn {
	position: absolute;
	top: 0;
	right: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .listbtn {
		position: relative;
		top: auto;
		right: auto;
		width: 1.70rem;
		margin: auto;
		padding: 0.10rem 0
	}
}

#top_news .wrap .box .listbtn a {
	display: block;
	width: 1.45rem;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem;
	font-size: 0.14rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#top_news .wrap .box .listbtn a {
		width: 100%;
		text-align: center;
		padding: 0.10rem 0 0.12rem;
	}
}

#top_news .wrap .box .listbtn a::before {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background: url(../img/top_news_btn_arrow.svg) no-repeat center;
	position: absolute;
	top: 50%;
	right: 0.10rem;
	transform: translateY(-50%);
	transition: all .3s;

}

#top_news .wrap .box .listbtn a:hover {
	background-color: #FFF;
	color: #003554;
}

#top_news .wrap .box .listbtn a:hover::before {
	right: 0.08rem;
	background-image: url(../img/top_news_btn_arrow_on.svg);
}

/*============================
トップ（伊藤塗工部について）
============================*/
#top_about {
	position: relative;
	box-sizing: border-box;
}

#top_about::before {
	content: '';
	width: calc(100% - 0.60rem);
	height: 4.37rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#top_about::before {
		width: calc(100% - 0.20rem);
		height: 5.00rem;
	}
}

#top_about .wrap {
	padding-bottom: 0.50rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#top_about .wrap {
		padding-bottom: 0.30rem;
	}
}

#top_about .top_about_cont {
	width: 100%;
	max-width: 5.00rem;
	box-sizing: border-box;
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_about .top_about_cont {
		padding-top: 0;
	}
}

#top_about .top_about_cont .title {
	font-size: 0.34rem;
	font-weight: bold;
	color: #003554;
	line-height: 1.6;
	letter-spacing: 0.13em;
	margin-bottom: 0.33rem;
}

@media screen and (max-width: 599px) {
	#top_about .top_about_cont .title {
		font-size: 0.24rem;
		text-align: center;
		margin-bottom: 0.20rem;
	}
}

#top_about .top_about_cont .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-bottom: 0.40rem;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	#top_about .top_about_cont .text {
		font-size: 0.15rem;
		line-height: 1.86;
		padding-bottom: 0.30rem;
		padding-top: 0.15rem;
		padding-right: 0.20rem;
	}

	#top_about .top_about_cont .btn_common {
		margin: auto;
		text-align: center;
	}
}


/* イメージ */
#top_about .ph_wrap {
	position: absolute;
	width: calc(50% + 0.40rem);
	height: 5.00rem;
	top: 0;
	right: 0;
}

@media screen and (max-width: 599px) {
	#top_about .ph_wrap {
		position: relative;
		height: 64.00vw;
		width: calc(100% + 0.20rem);
		top: auto;
		right: auto;
	}
}

#top_about .ph_wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/*============================
トップ（業務内容）
============================*/
#top_gyoumu {}

#top_gyoumu .lead {
	font-size: 0.16rem;
	line-height: 2.25;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .lead {
		font-size: 0.15rem;
		line-height: 1.86;
		text-align: justify;
		margin-bottom: 0.30rem;
	}
}

#top_gyoumu .wrap {
	background: linear-gradient(180deg, #fff 0%, #fff 15%, #F2F2F2 10%, #F2F2F2 100%);
	padding-bottom: 1rem;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .wrap {
		background: transparent;
		padding-bottom: 0;
	}
}

#top_gyoumu .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_gyoumu .list .item {
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item {
		width: 100%;
		position: relative;
	}

	#top_gyoumu .list .item::before {
		content: "";
		width: calc(100% + 0.40rem);
		height: calc(100% - 1.50rem);
		background-color: #f2f2f2;
		position: absolute;
		left: -0.20rem;
		bottom: 0.68rem;
		z-index: -1;
	}
}

#top_gyoumu .list .item:nth-child(1) {
	padding-right: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item:nth-child(1) {
		padding-right: 0;
		padding-bottom: 0.40rem;
		margin-bottom: 0.40rem;
	}
}

#top_gyoumu .list .item:nth-child(2) {
	padding-left: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item:nth-child(2) {
		padding-left: 0;
		padding-bottom: 0.40rem;
	}
}

/* 画像 */
#top_gyoumu .list .item .ph_wrap {
	width: 100%;
	height: 4.00rem;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item .ph_wrap {
		height: auto;
	}
}

#top_gyoumu .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* タイトル */
#top_gyoumu .list .item .cont_title {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.075em;
	color: #003554;
	text-align: center;
	padding: 0.08rem 0;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item .cont_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 1.55;
		padding: 0.10rem 0 0.05rem;
	}
}

#top_gyoumu .list .item .cont_title.line1 {
	padding: 0.255rem 0;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item .cont_title.line1 {
		padding: 0.10rem 0 0.05rem;
	}
}

/* テキスト */
#top_gyoumu .list .item .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 0.22rem;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	#top_gyoumu .list .item .text {
		font-size: 0.14rem;
		line-height: 1.78;
		margin-bottom: 0.20rem;
	}
}

/* ボタン */
#top_gyoumu .list .item .btn_common {
	margin: auto;
}


/*============================
トップ（施工事例）
============================*/
#top_sekou {
	background: url(../img/top_sekou_bg.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#top_sekou {
		padding-bottom: 0.50rem;
	}
}

#top_sekou .sec_title {
	color: #fff;
}

#top_sekou .sec_title span {
	border-bottom: 3px solid #fff;
}

#top_sekou .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	#top_sekou .list {
		margin: 0 -0.20rem;
	}
}

#top_sekou .list .item {
	width: 31%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item {
		padding: 0 0.06rem;
	}
}

#top_sekou .list .item a {
	display: block;
	text-decoration: none;
}

#top_sekou .list .item a:hover {
	opacity: 0.7;
}

/* 画像 */
#top_sekou .list .item .ph_wrap {
	width: 100%;
	height: 2.40rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item .ph_wrap {
		height: 52vw;
	}
}

#top_sekou .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
	position: relative;
	z-index: 0;
}

#top_sekou .list .item a:hover .ph_wrap img {
	transform: scale(1.05);
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item a:hover .ph_wrap img {
		transform: none;
	}
}

#top_sekou .list .item .ph_wrap .category {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #003554;
	background: #fff;
	padding: 0.08rem;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item .ph_wrap .category {
		font-size: 0.12rem;
		padding: 0.06rem 0.08rem;
	}
}

/* タイトル */
#top_sekou .list .item .cont_title {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 2.1;
	letter-spacing: 0.075em;
	color: #fff;
	padding: 0.05rem 0;
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item .cont_title {
		font-size: 0.18rem;
		line-height: 1.45;
		letter-spacing: 0.05em;
		text-align: center;
		padding: 0.10rem 0 0.05rem;
	}
}

/* テキスト */
#top_sekou .list .item .text {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	color: #fff;
}

@media screen and (max-width: 599px) {
	#top_sekou .list .item .text {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 0.10rem);
		margin: auto;
	}
}

/* 一覧へボタン */
#top_sekou .btn_common {
	margin: auto;
	margin-top: 0.60rem;
}

/*==================================
施工事例 Slick（SPのみ）
==================================*/
/* ドット */
#top_sekou .list .slick-dots {
	bottom: -0.20rem;
}

#top_sekou .list .slick-dots li {
	width: 0.20rem;
	height: 0.08rem;
	margin: 0 0.03rem;
}

#top_sekou .list .slick-dots li button {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.06rem;
	background-color: #FFF;
	padding: 0;
	opacity: 0.3;
	transition: all 0.3s;
}

#top_sekou .list .slick-dots li.slick-active button {
	opacity: 1;
}

#top_sekou .list .slick-dots li button::before {
	font-size: 0;
}

/* 前へ・次へ */
#top_sekou .list .slick-prev,
#top_sekou .list .slick-next {
	font-size: 0;
	width: 0.30rem;
	height: 0.30rem;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	top: 40%;
}

#top_sekou .list .slick-next::before {
	content: none;
}

#top_sekou .list .slick-prev {
	left: 0;
	background-image: url(../img/slick_btn_prev.svg);
}

#top_sekou .list .slick-next {
	right: 0;
	background-image: url(../img/slick_btn_next.svg);
}

/*============================
トップ（会社概要）
============================*/
#top_company {
	padding: 1.10rem 0;
}

@media screen and (max-width: 599px) {
	#top_company {
		padding: 0.60rem 0;
	}
}

/* リード */
#top_company .lead {
	font-size: 0.34rem;
	font-weight: 600;
	color: #003554;
	line-height: 1.7;
	letter-spacing: 0.13em;
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#top_company .lead {
		font-size: 0.24rem;
		letter-spacing: 0.10em;
	}
}

/* テキスト */
#top_company .text {
	font-size: 0.22rem;
	line-height: 2;
	letter-spacing: 0.10em;
	text-align: center;
	margin-bottom: 0.42rem;
}

@media screen and (max-width: 599px) {
	#top_company .text {
		font-size: 0.15rem;
		text-align: left;
		letter-spacing: 0.05em;
		margin-bottom: 0.42rem;
	}
}

/* ボタン */
#top_company .btn_common {
	margin: auto;
}
