@charset "utf-8";


/*** 全ページ共通 CSSリセット ***/

p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

h3 {
	margin-bottom: 15px !important;
}

p {
	white-space: pre-line;
}



/*** 共用 ***/

html {
	height: 100%;
}


body {
	animation: fadein 3s !important;
	background:url("../img/common/30768641_l.jpg");
	background-size: 100%;
	color: #555 !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: white;
	font-family: 'Ibarra Real Nova', serif, 'Noto Serif JP';
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

section {
	margin: 0 auto 70px;
	width: 90%;
}

section ._inner1 {
	border-radius: 20px;
}

hr {
	margin: 10vh 0;
}

@media screen and (max-width: 768px) {
hr {
	margin: 5vh 0;
}
}

h1 {
	font-size: min(3.7vw,29px) !important;
	color: white !important;
}




/*** 共用・ナビ ***/
nav {
	height: 79px !important;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 65536;
}

nav.navbar {
	background-color: #333 !important;
}

nav .container-fluid {
	width: 100%;
	margin: 0 auto;
}

.navbar-toggler {
	background-color: gray !important;
}

ul.navbar-nav {
	justify-content: space-evenly;
	opacity: 0.7;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

ul.navbar-nav li {
	font-family: YakuHanJP, "Helvetica Neue", Roboto, "Droid Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	text-align: center;
	width: 140px;
}

ul.navbar-nav li a {
	color: #fff !important;
	opacity: 1 !important;
	font-weight: bold;
position: unset !important;
	z-index: 1 !important;
}

ul.navbar-nav li a:hover {
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
	ul.navbar-nav {
		margin-top: 10px;
		width: 100%;
	}
	ul.navbar-nav li {
		background-color: white;
		width: 100%;
	}
	ul.navbar-nav li:hover {
		background-color: #777;
	}
	ul.navbar-nav li a {
		color: #333 !important;
	}
}


ul.navbar-nav ul.dropdown-menu.show {
	margin-top: 20px;
}

ul.navbar-nav ul.dropdown-menu.show li a {
	color: #999 !important;
}

ul.navbar-nav ul.dropdown-menu.show li a:hover {
	color: black !important;
}




/*** 共用・ヘッダー ***/
#hd_slider {
	align-items: center;
	margin-bottom: 6vh;
	width: 100%;

}

@media screen and (max-width: 768px) {
#hd_slider {
}
}

#hd_slider .header01 {
}

@media screen and (max-width: 768px) {
#hd_slider .header01 {
	height: 0 !important;
}
}

/* ヘッダースライドショー中央ロゴ */
#hd_slider .header01 .box01 {
	text-align: center;
}

#hd_slider .header01 .box01 img#logo_white_c {
	max-width: 600px;
	width: 60vw;
}

@media screen and (max-width: 992px) {
#hd_slider .header01 .box01 img#logo_white_c {
}
}

@media screen and (max-width: 768px) {
#hd_slider .header01 .box01 img#logo_white_c {
	width: 70%;
}
}

#hd_slider .mv {
	margin: 0 !important;
}

#hd_slider .mv ul li img {
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: left center;
	max-width: 2000px;
	width: 100%;
}

ul.slick-slider {
	padding: 0 !important;
}





/*** 共用・main ***/

.main {
	max-width: 2000px;
	padding-top: 79px !important;
	width: 100%;
}

section > h3 {
	text-align: center;
}




/*** 共用・NEWS ***/

.news_d p {
	display: block;
	text-align: center;
	width:100%;
}




/*** 共用・左右から閉まるカラム ***/

.shutterz ._inner1 {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shutterz ._inner1 .fadeLeftTrigger,
.shutterz ._inner1 .fadeRightTrigger {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 50%;
}

@media screen and (max-width: 768px) {
.shutterz ._inner1 .fadeLeftTrigger,
.shutterz ._inner1 .fadeRightTrigger {
	text-align: center;
	width: 100%;
}
}

.shutterz p {
	color: #444;
	font-size: max(1vw,14px) !important;
	margin: 0 auto;
	text-align: left;
}

.shutterz p._inner2_r {
}

.shutterz img {
	border: 1px solid #E9ECEF;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: left top;
	max-width: 500px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.shutterz ._inner1 {
		display: block;
	}

	.shutterz p {
		text-align: center;
		width: 100%;
	}
}

span.end {
	text-decoration:line-through;
}










/*** TOPページ index.html ***/

/* 内装工事内容への画像つきリンク */

#index_page section#top_sc1 .row .col-lg-4 {
	margin-bottom: 20px;
}

#index_page section#top_sc1 .row .col-lg-4 h6 {
	margin-bottom: 7px;
}

#index_page section#top_sc1 .row .col-lg-4 p {
	text-align: left;
}

#index_page section#top_sc1 .row .col-lg-4 img {
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: left top;
}










/*** 内装工事ページ construction_page ***/

/* 内装工事内容 */

#construction_page section {
	width: 80%;
}

@media only screen and (max-width: 768px) {
#construction_page section {
	width: 90%;
}
}

#construction_page section .cblks {
	background-color: white;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
}

#construction_page section .cblks .row {
	margin: 0 auto;
	width: 99.3%;
}

#construction_page section .cblks .row .col-md-8 {
	background:url("../img/construction/kurosen.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
	padding-left: 4%;
	padding-right: 3%;
}

@media screen and (max-width: 768px) {
#construction_page section .cblks .row .col-md-8 {
	background:none;
}
}

#construction_page section .cblks .row .col-md-8 h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}







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

#corporation_page .shutterz ._inner1 {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 80%;
}

@media only screen and (max-width: 776px) {
#corporation_page .shutterz ._inner1 {
	width: 98%;
}
}

#corporation_page .shutterz ._inner1 .fadeLeftTrigger {
	display: block;
}

#corporation_page .shutterz ._inner1 .fadeLeftTrigger p._inner2_l {
	line-height: 250%;
	text-align: center;
}


#corporation_page .shutterz ._inner1 .fadeLeftTrigger p.name {
	font-family: "HG行書体";
	font-weight: bold;
	font-size: min(3.7vw,21px) !important;
	margin-top: 3%;
	padding-right: 10%;
	text-align: right;
}

#corporation_page .shutterz img {
	border: none;
}



/*** 会社概要ページ ***/
/*** 求人情報ページ ***/
/* table01 */

#table01 {
	background-color: white;
	border-radius: 10px;
	margin: 0 auto;
	padding: 24px;
	padding-bottom: 60px;
	width: 80%;
}

#table01 table {
	margin: 0 auto;
	width: 90%;
}

#table01 tr {
	border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
	border: none;
	padding: 24px 0;
	padding-left: 1em;
}

#table01 th {
	width: 40%;
}

/* sp */
@media only screen and (max-width: 776px) {
	#table01 {
		width: 98%;
	}

	#table01 table {
		width: 97%;
	}

	#table01 th,
	#table01 td {
		width: 100%;
		display: block;
	}

	#table01 th {
		width: 100%;
	}

	#table01 td {
		padding-top: 0;
  }
}




















/*** 求人情報ページ ***/

#recruit_page .main_inner {
    color: #2f2f2f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-height: 160px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#recruit_page .card {
    margin: 0 5px 30px;
    width: 320px;
}

#recruit_page .card a {
    color: black;
    text-decoration: none !important;
}

#recruit_page .w320h200 {
    width: 320px;
    height: 200px;
}

#recruit_page .hover_zoom {
    overflow: hidden;
}

#recruit_page .hover_zoom img {
    transition: 0.5s all;
}

#recruit_page p.card-text {
	font-weight: bold;
	margin: 10px auto 0;
	text-align: center;
	width: 90%;
}






/*** Footer ***/

.link-secondary {
	color: #444 !important;
}
