@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	MV
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-mv {
    width: 100%;
	position: relative;
    overflow: hidden;
}

.p-top-mv__img {
	width: 100%;
}

.p-top-mv--move {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.p-top-mv__text {
	position: absolute;
	color: #fff;
	font-size: 1.3vw;
	bottom: 8.8vw;
	left: 14.8vw;
	line-height: 1.75;
    display: none;
}

.p-top-mv__span { 
	font-size: 2.5vw;
	padding-right: 0.3vw;
	font-weight: 500;
}

.p-top-mv--move01,
.p-top-mv--move02,
.p-top-mv--move03 {
    display: none;
}

.p-top-mv__img--move {
    width: 100%;
}

.p-top-mv--sp {
    display: none;
}

@media screen and (min-width: 1401px) {

    .p-top-mv__img,
    .p-top-mv__img--move {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: top;
    }

}

@media screen and (max-width: 1400px) {  
    
    .p-top-mv__kv,
    .p-top-mv--move {
        width: 120%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 750px) {
    
    .p-top-mv--move {
        display: none;
    }
    
    .p-top-mv__kv {
        width: 100%;
        margin-left: 0;
    }
    
    .p-top-mv__text {
        font-size: 3.5vw;
        bottom: 19.5vw;
        left: 4.5vw;
        z-index: 2;
        display: block;
    }
    
    .p-top-mv__span {
        font-size: 6.7vw;
    }
    
    .p-top-mv--move01,
    .p-top-mv--move02,
    .p-top-mv--move03 {
        display: block;
    }
    
    .p-top-mv--move01 {
        position: absolute;
        right: 0;
        width: 41vw;
        bottom: 12vw;
    }
    
    .p-top-mv--move02 {
        position: absolute;
        top: 25vw;
        right: 3.2vw;
        width: 19vw;
        z-index: 2;
    }
    
    .p-top-mv--move03 {
        position: absolute;
        bottom: 0;
        left: 46.3vw;
        width: 26.5vw;
        z-index: 2;
    }
    
    .p-top-mv--sp {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	共通
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-common__head {
	color: #2043b4;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10%;
	word-break: break-all;
}

.p-top-common__headSpan {
	margin-left: 18px;
	color: #d8c95a;
	font-size: 2rem;
	position: relative;
	padding-left: 35px;
	letter-spacing: 10%;
}

.p-top-common__headSpan::before {
	content: "";
	display: block;
	width: 28px;
	height: 4px;
	position: absolute;
	top: 22px;
	left: 0;
	background-color: #d8c95a;
	transform: rotate(-72deg);
}

.p-top-contents__bg {
	background: url("/images/index_contents_bg_pc.gif") no-repeat center top;
	padding-top: 130px;
	padding-bottom: 140px;
}

@media screen and (max-width: 750px) {
	
	.p-top-common__head {
		font-size: 3rem;
		line-height: 0.9;
	}
	
	.p-top-common__headSpan {
		display: inline-block;
		font-size: 1.35rem;
		margin-left: 0;
		padding-left: 25px;
	}
	
	.p-top-common__headSpan::before {
		top: 10px;
		width: 20px;
		height: 3px;
	}
	
	.p-top-contents__bg {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	企業情報
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-companyArea {
	display: flex;
	justify-content: space-between;
}

.p-top-companyGraph {
	width: 41.8%;
	margin-left: 1%;
	position: relative;
	overflow: hidden;
}

.p-top-companyGraph__img {
	width: 100%;
	max-width: 586px;
}

.p-top-companyGraph__text {
	width: 100%;
	max-width: 586px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.p-top-companyArea__info {
	width: 52.5%;
}

.p-top-companyInfo__head {
	font-size: 2.62rem;
	line-height: 1.65;
	color: #2043b4;
	font-weight: 500;
	margin-top: 5px;
}

.p-top-companyInfo__text {
	margin-top: 45px;
	font-size: 1.25rem;
	line-height: 1.95;
}

.p-top-companyInfo__btn {
	margin-top: 80px;
}

@media screen and (max-width: 1480px) {
	
	.p-top-companyInfo__head {
		font-size: 2.8vw;
	}
	
	.p-res-none {
		display: none;
	}
	
}

@media screen and (max-width: 750px) {

	.p-top-companyArea {
		display: block;
	}

	.p-top-companyGraph {
		width: 100%;
		margin: 0 auto;
	}
	
	.p-top-companyGraph__img,
	.p-top-companyGraph__text {
		max-width: 100%;
	}

	.p-top-companyArea__info {
		width: 100%;
		margin-top: 20px;
	}

	.p-top-companyInfo__head{
		font-size: 1.25rem;
	}

	.p-top-companyInfo__text {
		margin-top: 20px;
		font-size: 1rem;
	}

	.p-top-companyInfo__btn {
		margin-top: 20px;
	}

}

/*----------------
アニメーション
------------------*/
.p-top-companyGraph__text {
	animation: animeRotate 30s linear infinite;
}

@keyframes animeRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.p-top-companyArea__info {
	animation-delay: 0.3s;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	事業内容
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-contentSize--business {
	max-width: 1360px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

.p-top-business {
	margin-top: 220px;
}

.p-top-business__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.p-top-business__item {
	width: 47.5%;
	position: relative;
	margin-top: 105px;
	padding-bottom: 92px;
}

.p-top-business__head {
	font-size: 1.75rem;
	font-weight: 500;
	margin-top: 45px;
	border-bottom: solid 2px #ccc;
}

.p-top-business__text {
	margin-top: 20px;
	font-size: 1.12rem;
}

.p-top-businessIn__list {
	margin-top: 15px;
	font-size: 1.12rem;
}

.p-top-businessIn__item {
	position: relative;
	padding-left: 25px;
}

.p-top-businessIn__item::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 0.85em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333333;
}

.p-top-business__btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.p-top-business__btnLink {
	width: 220px;
}

.p-top-businessLink__list {
	margin-top: 60px;
}

.p-top-businessLink__item {
	border-radius: 20px;
	overflow: hidden;
}

.p-top-businessLink__item:last-child {
	margin-top: 20px;
}

.p-top-businessLink__link {
	padding: 23px 40px;
	display: flex;
	align-items: center;
	background-image: linear-gradient(90deg, #F5F5F5, #F1F1F1);
	position: relative;
}

.p-top-businessLink__link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #F0F9FF, #FEFFF6);
	opacity: 0;
}

.l-naviContact__span {
	position: relative;
	z-index: 1;
}


.p-top-businessLink__img {
	width: 9.5%;
	max-width: 50px;
}

.p-top-businessLink__text {
	flex: 1;
	margin-left: 4.5%;
	position: relative;
	padding-right: 20px;
	font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 500;
}

.p-top-businessLink__text::before {
	content: "";
	position: absolute;
	right: 3px;
	top: calc(50% - 3px);
	width: 12px;
	height: 12px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
}

.p-top-businessLink__span {
	display: block;
	font-size: 1rem;
    margin-top: 5px;
    font-weight: 400;
}

.p-top-business__item:first-child {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 0;
	margin-top: 0;
}

.p-top-business__item:first-child .p-top-business__kv {
	width: 47.5%;
    background: url("/images/index_business_cate_img01_bg.png") no-repeat center center / 100%;
}

.p-top-business__item:first-child .p-top-business__info {
	width: 47.5%;
	margin-left: 2.5%;
}

.p-top-business__item:first-child .p-top-business__btn {
	position: static;
	margin-top: 30px;
}

.p-top-business__item:first-child .p-top-business__btnLink {
	margin-left: auto;
}

@media (any-hover: hover) {
	
	.p-top-businessLink__link::before {
		transition: 0.4s;
	}
	
	.p-top-businessLink__link:hover {
		color: #333333;
	}
	
	.p-top-businessLink__link:hover::before {
		opacity: 1;
	}

}

@media screen and (max-width: 750px) {

	.p-top-business {
		margin-top: 90px;
	}
	
	.p-top-business__list {
		display: block;
		margin-top: 30px;
	}
	
	.p-top-business__item {
		width: 100%;
		margin-top: 60px;
		padding-bottom: 0;
	}
	
	.p-top-business__head {
		margin-top: 20px;
		font-size: 1.5rem;
	}
	
	.p-top-business__text {
		margin-top: 15px;
		font-size: 1rem;
	}
	
	.p-top-businessIn__list {
		margin-top: 10px;
		font-size: 1rem;
	}
		
	.p-top-businessLink__list {
		margin-top: 30px;
	}
	
	.p-top-businessLink__link {
		padding: 15px;
	}
	
	.p-top-businessLink__img {
		width: 13%;
	}
	
	.p-top-business__btn {
		position: static;
		margin-top: 20px;
	}
	
	.p-top-business__btnLink {
		margin: 0 auto;
	}
	
	.p-top-businessLink__text {
		font-size: 1.12rem;
		line-height: 1.5;
		margin-left: 4%;
		padding-right: 15px;
	}
	
	.p-top-businessLink__text::before {
		right: 0;
		width: 9px;
		height: 9px;
	}
	
	.p-top-business__item:first-child {
		display: block;
	}
	
	.p-top-business__item:first-child .p-top-business__kv {
		width: 100%;
	}
	
	.p-top-business__item:first-child .p-top-business__info {
		width: 100%;
		margin: 0;
	}
	
	.p-top-business__item:first-child .p-top-business__btn {
		margin-top: 20px;
	}
	
	.p-top-business__item:first-child .p-top-business__btnLink {
		margin-right: auto;
	}

}

/*----------------
アニメーション
------------------*/
.p-top-business__item:first-child,
.p-top-business__item:last-child {
	animation-delay: 0.3s;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	工事実績
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-contentSize--result {
	max-width: 1520px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

.p-top-result {
	margin-top: 220px;
}

.p-top-resultIntro__area {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.p-top-resultIntro__img {
    width: 37%;
    max-width: 535px;
}

.p-top-resultIntro__info {
	flex: 1;
	margin-left: 3%;
}

.p-top-resultIntro__amount {
	font-size: 2.5rem;
	font-weight: 500;
}

.p-top-resultIntro__number--amount {
	display: inline-block;
	font-size: 3.12rem;
	font-weight: 500;
	border-bottom: solid 2px #ccc;
	line-height: 1;
	padding-bottom: 40px;
	padding-right: 15%;
}

.p-top-resultIntro__numbers--amount {
	font-size: 6rem;
	color: #2043b4;
	padding-right: 8px;
}

.p-top-resultIntro__note {
	font-size: 1.5rem;
}

.p-top-resultIntro__list {
	margin-top: 30px;
	display: flex;
}

.p-top-resultIntro__item:nth-child(n+2) {
	margin-left: 11%;
}

.p-top-resultIntro__number {
	font-size: 2rem;
	line-height: 1;
}

.p-top-resultIntro__numbers {
	font-size: 4rem;
	color: #2043b4;
	margin-right: 5px;
}

.p-top-resultIntro__text {
	font-size: 1.75rem;
}

.p-top-result__btn {
	margin-top: 45px;
}

.p-top-result__link {
	margin: 0 auto;
}

@media (any-hover: hover) {

	.slick-arrow {
		transition: 0.4s;
	}

	.slick-arrow:hover {
		background: #fff;
	}

	.slick-arrow:hover::before {
		border-top-color: #2043b4;
		border-right-color: #2043b4;
	}

}

@media screen and (max-width: 1320px) {
	
	.p-top-resultIntro__img {
		transform: translateX(0);
	}
	
	.p-top-resultIntro__amount {
		font-size: 3vw;
	}
	
	.p-top-resultIntro__number--amount {
		font-size: 3.7vw;
	}
	
	.p-top-resultIntro__numbers--amount {
		font-size: 7.25vw;
	}
	
	.p-top-resultIntro__note {
		font-size: 1.8vw;
	}
	
	.p-top-resultIntro__text {
		font-size: 2.1vw;
	}
	
	.p-top-resultIntro__number {
		font-size: 2.4vw;
	}
	
	.p-top-resultIntro__numbers {
		font-size: 4.8vw;
	}
	
}

@media screen and (max-width: 750px) {
	
	.p-top-result {
		margin-top: 90px;
	}
	
	.p-top-resultIntro__area {
		margin-top: 30px;
		display: block;
	}
	
	.p-top-resultIntro__img {
		width: 70%;
		margin: 0 auto;
	}
	
	.p-top-resultIntro__info {
		margin: 20px 0 0;
		text-align: center;
	}
	
	.p-top-resultIntro__amount {
		font-size: 1.5rem;
	}
	
	.p-top-resultIntro__number--amount {
		font-size: 2.25rem;
        display: block;
		padding: 0 0 15px;
	}
	
	.p-top-resultIntro__numbers--amount {
		font-size: 3.4rem;
	}
	
	.p-top-resultIntro__note {
		display: block;
		font-size: 1rem;
		text-align: center;
		line-height: 1.5;
		margin-top: 8px;
	}
	
	.p-top-resultIntro__list {
		margin-top: 20px;
		justify-content: center;
	}
	
	.p-top-resultIntro__text {
		font-size: 1.1rem;
		line-height: 1.3;
	}
	
	.p-top-resultIntro__number {
		font-size: 1rem;
		margin-top: 5px;
	}
	
	.p-top-resultIntro__numbers {
		font-size: 1.75rem;
	}
	
	.p-top-resultIntro__item:nth-child(n+2) {
		margin-left: 0;
	}
	
	.p-top-resultIntro__item:nth-child(2) {
		margin: 0 20px;
	}
	
	.p-top-result__btn {
		margin-top: 30px;
	}
	
}

/*----------------
アニメーション
------------------*/
.p-top-resultIntro__area {
	animation-delay: 0.3s;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	SDGs / RECRUIT
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-index {
	max-width: 1520px;
	padding: 0 20px;
	margin: 0 auto;
}

.p-top-index__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	padding: 80px 8% 80px 7%;
}

.p-top-indexInfo {
	width: 38%;
	text-align: center;
}

.p-top-indexInfo__head {
	font-size: 3rem;
	font-weight: 300;
	color: #00a3e9;
}

.p-top-indexInfo__text {
	font-size: 1.25rem;
	margin-top: 20px;
	line-height: 2;
	font-weight: 500;
}

.p-top-indexInfo__list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.p-top-indexInfo__item:nth-child(n+2) {
    margin-left: 2%;
}

.p-top-indexInfo__btn {
	margin-top: 40px;
}

.p-top-indexInfo__list + .p-top-indexInfo__list {
    margin-top: 30px;
}

.p-top-top-indexInfo__link {
	margin: 0 auto;
	width: 230px;
    display: block;
}

.p-top-indexInfo__kv {
	width: 46%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* SDGs */
.p-top-sdgs {
	margin-top: 120px;
}

.p-top-sdgs__area {
	flex-direction: row-reverse;
	background-image: linear-gradient(60deg, #F0F9FF, #FEFFF6);
}

.p-top-sdgs .p-top-indexInfo {
    margin-left: auto;
}

.p-top-sdgs .p-top-indexInfo__kv {
    left: 8%;
}

@media screen and (max-width: 750px) {

    .p-top-sdgs__area {
        background-image: linear-gradient(130deg, #F0F9FF, #FEFFF6);
    }

}

/* RECRUIT */
.p-top-recruit {
	margin-top: 40px;
}

.p-top-recruit__area {
	background-image: linear-gradient(140deg, #FEFFF6, #F0F9FF);
	padding-bottom: 60px;
}

.p-top-recruit .p-top-indexInfo {
    position: relative;
    z-index: 1;
}

.p-top-recruit .p-top-indexInfo__kv {
    right: 8%;
    text-align: right;
}


@media screen and (max-width: 1430px) {
	
	.p-top-index__area {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.p-top-indexInfo {
		min-width: 445px;
	}
    
    .p-top-indexInfo__kv {
        width: calc(92% - 445px);
    }
    
    .p-top-sdgs .p-top-indexInfo__kv {
        left: 4%;
    }
    
    .p-top-recruit .p-top-indexInfo__kv {
        right: 4%;
    }

}

@media screen and (max-width: 750px) {
	
	.p-top-index__area {
		display: block;
		padding: 20px;
	}
	
	.p-top-indexInfo {
		min-width: 0;
		width: 100%;
	}
	
	.p-top-indexInfo__head {
		font-size: 2.75rem;
		font-weight: 350;
	}
	
	.p-top-indexInfo__text {
		font-size: 1rem;
		margin-top: 10px;
		text-align: left;
	}
    
    .p-top-indexInfo__list {
        display: block;
    }
    
    .p-top-indexInfo__item:nth-child(n+2) {
        margin: 20px 0 0;
    }
	
    .p-top-indexInfo__btn {
		margin-top: 20px;
    }
    
    .p-top-indexInfo__list + .p-top-indexInfo__list {
		margin-top: 20px;
	}
	
	.p-top-indexInfo__kv {
        position: static;
        width: 100%;
        transform: translateY(0);
		margin-top: 20px;
	}
	
	.p-top-sdgs {
		margin-top: 50px;
	}
	
	.p-top-recruit {
		margin-top: 30px;
	}

    .p-top-recruit__area {
        background-image: linear-gradient(30deg, #FEFFF6, #F0F9FF);
    }

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	TOPICS
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-topics {
	background-color: #e1f3ff;
	padding-top: 100px;
	padding-bottom: 165px;
}

.p-top-topics__area {
	display: flex;
	justify-content: space-between;
}

.p-top-topics__head {
	text-align: left;
	font-weight: 500;
	line-height: 1.3;
}

.p-top-topics__headSpan {
	display: block;
	font-size: 2rem;
	color: #999;
}

.p-top-topics__list {
	flex: 1;
	margin-left: 6.5%;
}

.p-top-topics__link {
	font-size: 1.06rem;
	text-align: right;
	margin-top: 45px;
}

.p-top-topics__anchor {
	padding-right: 48px;
	position: relative;
}

.p-top-topics__anchor::before {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);

}

@media (any-hover: hover) {
	
	.p-top-topics__anchor:hover::before {
		transition: 0.4s;
	}
	
	.p-top-topics__anchor:hover::before {
		color: #2043b4;
	  border-top-color: #2043b4;
	  border-right-color: #2043b4;
	}

}

@media screen and (max-width: 1140px) {
	
	.p-top-topics__head {
		font-size: 5.6vw;
	}
	
	.p-top-topics__headSpan {
		font-size: 2.8vw;
	}
	
	.p-top-topics__list {
		margin-left: 4%;
	}

}

@media screen and (max-width: 750px) {
	
	.p-top-topics {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.p-top-topics__area {
		display: block;
	}
	
	.p-top-common__head {
		font-size: 2.5rem;
		text-align: center;
	}
	
	.p-top-topics__headSpan {
		font-size: 1.25rem;
	}
	
	.p-top-topics__list {
		margin: 20px 0 0;
	}
	
	.p-top-topics__link {
		margin-top: 20px;
	}
	
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	バナー
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.p-top-bn__list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 150px;
}

.p-top-bn__item {
    margin: 0 25px;
}

@media screen and (max-width: 750px) {

    .p-top-bn__list {
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    .p-top-bn__item {
        width: 48%;
        margin: 0;
    }

}



