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

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

img{
  max-width: 100%;
  vertical-align: bottom;
}

a{
  text-decoration: none;
		color: #000;
}

.mb{
	display: none;
}


/*---------------ヘッダーここから---------------*/

#header{
	display: flex;
	justify-content: space-between;
	min-height: 300px;
}

#header .h-logo{
	max-width: 400px;
	margin: 77px 0 0 6.5%;
}

#header .h-logo a:hover{
	opacity: 0.5;
}

#header .pc-nav{
	margin-top: 120px;
}

#header .pc-nav ul{
    position: absolute;
    width: 40%;
    text-align: right;
    right: 10%;
}

#header .pc-nav ul li{
	position: relative;
    display: inline-block;
    margin-right: 13%;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    vertical-align: top;
}

#header .pc-nav ul li:last-child{
	margin: 0;
}

#header ul li a:hover{
	color: #0290b9;
}


#top .gnav01 a:before, #jigyo .gnav02 a:before, #seko .gnav03 a:before, #sdg .gnav04 a:before, #gaiyo-t .gnav05 a:before{
	display: block;
    content: '';
    position: absolute;
    bottom: 74px;
    left: 50%;
    width: 1px;
    height: 120px;
    margin-top: 0;
    background-color: #0290b9;
}

#sdg .gnav04 a:before{
	bottom: 154px;
} 

#top .gnav01 a, #jigyo .gnav02 a, #seko .gnav03 a, #sdg .gnav04 a, #gaiyo-t .gnav05 a{
	color: #0290b9;
}

/*---------------メインここから---------------*/

main{
	position: relative;
}

.catch {
	position: absolute;
	top: 300px;
	left: 6.7%;
	line-height: 3.0rem;
	font-size: 1.8rem;
}

.catch h1{
	font-size: 4rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 6rem;
	padding: 0px 0 20px;
	
}

.m-img{
	width: 85%;
	height: 80vh;
	background: url("../img/main_01.png") center center no-repeat;
	background-size: cover;
	border-radius: 10px 0 0 10px;
	margin-left: auto;
}


/*-----TOPｰボタン-----*/

#business button, #recruite button, #works button, #contact button, #sustainable button {
	background-color: #0290b9;
	border: 1px solid transparent;
	color: #fff;
	padding: 20px 0;
	border-radius: 8px;
	font-size: 1.6rem;
	margin-top: 50px;
	position: relative;
	width: 265px;
}

#business button::before, #recruite button::before, #works button::before, #contact button::before, #sustainable button::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 8px;
}

#business button::after, #recruite button::after, #works button::after, #contact button::after, #sustainable button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #000;
}

#business button:hover, #recruite button:hover, #works button:hover, #contact button:hover, #sustainable button:hover {
	opacity: 0.5;
}


#recruite button, #works button{
	display: block;
	margin: 80px auto;
}

#contact button{
	display: block;
	margin: 0 auto;
}


/*-----TOPｰ見出し-----*/

#recruite h3, #works h3, #contact h3, #content h3, #gaiyo h3, #sdg h3, #recruite-page h3{
	font-size:3.5rem;
	text-align: center;
	padding-top: 120px;
	line-height: 0.7;
	letter-spacing: 0.2rem;
}

#works h3{
	margin-bottom: 120px;
}

#contact h3, #gaiyo h3{
	padding: 0 0 50px;
}

#sdg h3{
	line-height: 1.2;
}

#recruite h3 span, #works h3 span, #contact h3 span, #content h3 span, #gaiyo h3 span, #sdg span, #recruite-page span{
	font-size: 1.5rem;
	color: #0290b9;
}


/*-----TOPｰ事業内容-----*/

#business{
	margin: 150px 0;
	display: flex;
	align-items: center;
}

#business .b-left{
	width: 50%;
}

#business .b-left img{
	width: 100%;
	border-radius: 0 10px 10px 0;
}

#business .b-right{
	width: 50%;
	padding: 0 10% 0;
	box-sizing: border-box;
}

.b-right h2{
	font-size: 4rem;
	line-height: 6rem;
}

.b-right p{
	line-height: 4rem;
	padding-top: 20px;
}


/*-----TOPｰSDGｓへの取組み-----*/

#sustainable{
	margin: 150px 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#sustainable .s-right{
	width: 50%;
}

#sustainable .s-right img{
	width: 100%;
	border-radius: 10px 0 0 10px;
}

#sustainable .s-left{
	width: 50%;
	padding: 0 10% 0;
	box-sizing: border-box;
}

.s-left h2{
	font-size: 4rem;
	line-height: 6rem;
}

.s-left p{
	line-height: 4rem;
	padding-top: 20px;
}


/*-----TOPｰ採用情報-----*/

#recruite{
	height: 45vh;
	background: url("../img/recruit_kari.png") center center no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

#recruite p{
	width: fit-content;
	line-height: 1.5;
	margin: 50px auto;
	font-size: 1.6rem
}


/*-----TOPｰ施工事例-----*/

#works{
	margin-bottom: 180px;
}

#works .w-flex{
	display: flex;
	flex-wrap: nowrap;
	column-gap: 100px;
	overflow-x: scroll;
	width: 95%;
	margin: 0 auto;
}

#works .w-flex::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
#works .w-flex::-webkit-scrollbar-thumb {
  background: #0290b9; /* ツマミの色 */
}
 
#works .w-flex::-webkit-scrollbar-track {
  background: #dfecf3; /* トラックの色 */
}

#works .w-box{
	min-width: 600px;
	padding-bottom: 100px;
}

#works .w-box img{
	width: 800px;
}

#works .w-box p{
position: relative;
    /*margin: -35px 0 0 16%;*/
    padding: 35px 40px 25px;
    border-top: 2px solid #0290b9;
    background-color: #fff;
    z-index: 100;
	line-height: 1.5;
  text-align: center;
}


/*-----TOPｰお問い合わせ-----*/

#contact{
	background: #f7f7f7;
	padding: 70px 0;
}

#contact .c-box{
	box-sizing: border-box;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#contact .c-box p{
	line-height: 1.5;
}

#contact .c-item{
	border-right: solid 3px #fff;
}

#contact .c-item, #contact .c-item2{
	padding: 50px 80px;
	text-align: center;
}

#contact .c-item p{
	text-align: justify;
}

#contact .c-item2 p{
	padding-top: 10px;
}

#contact h4{
	font-size: 4rem;
	font-family: Tahoma, Geneva, "sans-serif";
	color: #0290b9;
}


/*-----事業内容ページ-----*/

#content .con-img, #gaiyo .con-img{
	margin-top: 70px;
	padding-left: 28.6%;
}

#content .con-img img, #gaiyo .con-img img{
	width: 100%;
}

#content .con-h, #gaiyo .con-h, #recruite-page .rec-h{
	    width: fit-content;
    background: #fff;
    top: -70px;
    padding: 45px 15%;
    box-sizing: border-box;
    border-bottom: 3px solid #0290b9;
}

#content h3, #gaiyo h3, #recruite-page h3{
	padding: 0;
}

#content .breadlist #gaiyo .breadlist, #sdg .breadlist{
	font-size: 1.2rem;
	text-align: end;
	font-weight: bolder;
	padding: 20px 70px 0 0;
}

#content .breadlist span, #gaiyo .breadlist span, #sdg .breadlist span{
	color: #0290b9;
}

#content .con-text{
	padding: 100px;
	line-height: 1.5;
}

#content .con-text h5{
	font-size: 5rem;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
}

#content .con-text h5::after{
content:"";
display: block;
width: 1000px;
height:1px;
margin: 40px auto 0;
background-color: #0290b9;
}

#content .con-text p{
	text-align: center;
	font-size:2.0rem
}


#yousetsu, #renovation{
	display: flex;
	align-items: center;
	margin-bottom: 150px;
}

#yousetsu .y-img, #kucho .k-img, #renovation .r-img{
	width: 50%;
}

#yousetsu .y-img img, #kucho .k-img img, #renovation .r-img img{
	width: 100%;
}

#yousetsu .y-text, #kucho .k-text, #renovation .r-text{
	width: 50%;
	padding: 0 10%;
	box-sizing: border-box;
	line-height: 1.5;
}

#yousetsu h1, #kucho h1, #renovation h1, #private h1{
	font-size: 4rem;
	text-align: center;
}

#yousetsu .y-small, #renovation .r-small, #private .p-small, #kucho .k-small{
	font-size: 1.5rem;
	color: #0290b9;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}

#kucho{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 150px;
}





#private{
	background: #dfecf3;
	padding: 100px 0;
}

#private .p-box{
	background: #fff;
	width: 90%;
	margin: 0 auto;
}

#private h1{
	font-size: 5rem;
	text-align: center;
	line-height: 1.5;
}

#private .p-box{
	display: flex;
	align-items: center;
}

#private .p-item{
	padding: 5%;
	box-sizing: border-box;
	line-height: 1.5;
}

#private .p-item, #private .p-item2{
	width: 50%;
}

#private .p-item2 img{
	width: 100%;
}

#private .p-headline{
	font-size: 4rem;
	color: #0290b9;
	padding-bottom: 50px;
	font-weight: bold;
}

#private .p-note p{
	text-align: center;
	font-size: 2.5rem;
	line-height: 2;
	padding: 70px 0 0;
	font-weight: bold;
}
/*-----/事業内容ページここまで-----*/




/*-----SDGｓへの取組みページ-----*/
#sdgs .sdg_poster_ja_2021-img{
	margin-top: 70px;
	padding-left: 28.6%;
}

#sdgs .sdgs-img img{
	width: 100%;
}

#sdgs .sdgs-h{
	    width: fit-content;
    background: #fff;
    top: -70px;
    padding: 45px 15%;
    box-sizing: border-box;
    border-bottom: 3px solid #0290b9;
}

#sdgs h3{
	padding: 0;
}

#sdgs .breadlist{
	font-size: 1.2rem;
	text-align: end;
	font-weight: bolder;
	padding: 20px 70px 0 0;
}

#sdgs .breadlist span{
	color: #0290b9;
}

#sdgs .sdgs-text{
	padding: 100px;
	line-height: 1.5;
}

#sdgs .sdgs-text h5{
	font-size: 5rem;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
}

#sdgs .sdgs-text h5::after{
content:"";
display: block;
width: 1000px;
height:1px;
margin: 40px auto 0;
background-color: #0290b9;
}

#sdgs .sdgs-text p{
	text-align: justify;
	font-size:2.0rem;
}

#sdgs .sdgs-text .text-end{
	text-align: end;
}


#sdgs01, #sdgs03{
	display: flex;
	align-items: center;
	margin-bottom: 150px;
}
.flexbox img{width: 130px;}
.flexbox{display: flex;
justify-content: space-between	
}
.flexbox li{list-style: none
	
}
#sdgs01 .s01-img, #sdgs02 .s02-img, #sdgs03 .s03-img, #sdgs04 .s04-img{
	width: 50%;
}

#sdgs01 .s01-img img, #sdgs02 .s02-img img, #sdgs03 .s03-img img, #sdgs04 .s04-img img{
	width: 100%;
}

#sdgs01 .s01-text, #sdgs02 .s02-text, #sdgs03 .s03-text, #sdgs04 .s04-text{
	width: 50%;
	padding: 0 10%;
	box-sizing: border-box;
	line-height: 1.5;
}

#sdgs01 h1, #sdgs02 h1, #sdgs03 h1, #sdgs04 h1{
	font-size: 4rem;
	text-align: center;
}

#sdgs01 .s01-small, #sdgs02 .s02-small, #sdgs03 .s03-small, #sdgs04 .s04-small{
	font-size: 1.5rem;
	color: #0290b9;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}

#sdgs02, #sdgs04{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 150px;
}

/*-----/SDGｓへの取組みページここまで-----*/




/*-----会社概要ページ-----*/

#gaiyo .gai-img{
	margin-top: 70px;
	padding-left: 28.6%;
}

#gaiyo .gai-img img{
	width: 100%;
}

#gaiyo .gai-h{
	    width: fit-content;
    background: #fff;
    top: -70px;
    padding: 45px 15%;
    box-sizing: border-box;
    border-bottom: 3px solid #0290b9;
}

#gaiyo h3{
	padding: 0;
}

#gaiyo .breadlist{
	font-size: 1.2rem;
	text-align: end;
	font-weight: bolder;
	padding: 20px 70px 0 0;
}

#gaiyo .breadlist span{
	color: #0290b9;
}

#overview{
	margin-bottom: 150px;
}

#overview table{
	margin: 0 auto 50px;
	font-size: 1.6rem;
}

#overview table tr td:first-child{
	border-top: 1px solid #0290b9;
	color: #0290b9;
	padding: 20px 100px 20px 35px;
}

#overview table tr .l-td{
	border-bottom: 1px solid #0290b9;
}

#overview table tr td:last-child{
	border-top: 1px solid #ccc;
	padding: 20px 100px 20px 35px;
}

#overview table tr .l-td2{
	border-bottom: solid 1px #ccc;
	line-height: 1.5;
}

#overview iframe{
	display: block;
	margin: 0 auto;
}


/*-----/会社概要ページここまで-----*/




/*-----事業内容ページここから-----*/
#jigyo .breadlist{
	font-size: 1.2rem;
	text-align: end;
	font-weight: bolder;
	padding: 20px 70px 0 0;
}

#jigyo .breadlist span{
	color: #0290b9;
}
/*-----/事業内容ページここまで-----*/





/*-----採用情報ページここから-----*/

#recruite-page .con-text{
  padding: 100px;
  line-height: 1.5;
}

#recruite-page .con-text h5{
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}


#recruite-page .breadlist{
	font-size: 1.2rem;
	text-align: end;
	font-weight: bolder;
	padding: 20px 70px 0 0;
}

#recruite-page .breadlist span{
	color: #0290b9;
}

#recruite-page .con-text h5::after{
content:"";
display: block;
width: 1000px;
height:1px;
margin: 40px auto 0;
background-color: #0290b9;
}

#recruite-page .con-text p{
	text-align: center;
	font-size:2.0rem;
}

/*-----/採用情報ページここまで-----*/


/*---------------フッターここから---------------*/

#footer .f-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row-reverse;
}

#footer .f-box{
		margin: 77px 0 0 8.5%;
}

#footer .f-logo{
	max-width: 344px;
}

#footer .f-box p{
	line-height: 1.5;
	padding: 20px 0;
}

#footer .f-nav{
	margin: 77px 8.5% 0 0;
}

#footer .f-nav ul{
	display: flex;
	column-gap: 50px;
}

#footer .f-nav ul li{
	-ms-writing-mode: tb-rl;
	 writing-mode: vertical-lr;
}

#top .fnav01 a, #jigyo .fnav02 a, #seko .fnav03 a, #sdg .fnav04 a, #gaiyo-t .fnav05 a{
	color: #0290b9;
}

#footer small{
	display: block;
	text-align: center;
	font-size: 1.1rem;
	margin: 10px 0 30px;
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border: solid 2px #0290b9;
	background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
	color: #0290b9;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}  

#page-top a:hover{
	opacity: 0.5;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 50px;
	bottom:50px;
	z-index: 99999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}