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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');

html { font-size: 125%; }

body {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	color: #333;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .05em;
}

@media (min-width: 993px) {
	.tb, .sptb, .sp { display: none!important; }
}

@media (max-width: 992px) and (min-width: 769px) {
	.pc, .sp { display: none!important; }
}

@media (max-width: 768px) {
	.pc, .pctb, .tb { display: none!important; }
}


/*共通*/
* { box-sizing: border-box; }
p { text-align: justify; line-height: 2; }
ul { list-style: none; }
img { width: 100%; }
a,a:hover { color: inherit; text-decoration: none; }
a:focus { outline-style: none; }

table { width: 100%; }
th,td { padding: .5rem 3%; }

/*文字共通*/
.sml_s { font-size: .6em;}
.sml_m { font-size: .75em;}
.sml_s, .sml_m { padding-right: .2em; padding-left: .2em; }
.bg_bk { display: inline-block; font-size: .8em; background: #333; color: #fff; padding: 0 .5em; }


/*配置共通*/
.fl_l { float: left; }
.fl_r { float: right; }

/*見出し設定*/
h2, h3 {
	font-family: 'M PLUS 1p', Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-bottom: 1em;
	letter-spacing: .5em;
	border-bottom: 3px solid #ddd;
	padding-left: 1.75rem;
	padding-bottom: .75rem;
}
h2 {
	font-size: 1.1rem;
	position: relative;
}
h2:before {
	content: "";
	width: 10px;
	height: 30px;
	background: #ddd;
	position: absolute;
	top: .1rem;
	left: 0;
}
h2:after {
	content: "";
	width: 10%;
	height: 20px;
	background: url(../../images/h2_square.png) right bottom / contain no-repeat;
	position: absolute;
	right: 0;
}
#greeting h2 {
	border-color: #a582aa;
}
#greeting h2:before {
	background: #a582aa;
}
#company h2 {
	border-color: #f5a7d0;
}
#company h2:before {
	background: #f5a7d0;
}
#keireki h2 {
	border-color: #83ac94;
}
#keireki h2:before {
	background: #83ac94;
}
#gallery h2 {
	border-color: #ffacac;
}
#gallery h2:before {
	background: #ffacac;
}
#recruit h2 {
	border-color: #92b7cc;
}
#recruit h2:before {
	background: #92b7cc;
}
h3 {
	font-size: 1rem;
}
#recruit h3 {
	border-color: #92b7cc;
}


/*--------　ヘッダー　----------------*/

header {
	width: 100%;
	position: relative;
}
.mv_img {
	background:url(../../images/mv.jpg) 65% 50% / cover;
	height: 300px;
}
.mv_img img {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
header .in_parts {
	width: 85%;
	padding: .5rem 1rem;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	bottom: 2rem;
	right: 50%;
	left: 50%;
	margin-left: -42.5%;
}


/*社名*/
h1 {
	font-family: "Noto Serif JP","Serif";
	font-weight: 900;
	font-size: 1.1rem;
	width: 30%;
	float: left;
	position: relative;
}
.com_copy {
	position: absolute;
	top: -2rem;
	font-size: .75rem;
}


/*グローバルナビ*/
#g-nav {
	width: 65%;
	float: right;
	padding-top: .25rem;
}
#g-nav ul {
	padding-right: 1em;
	display: flex;
	justify-content: space-around;
}
#g-nav li {
	font-weight: 600;
	text-align: center;
	font-size: .8rem;
	border-right: 1px solid;
	padding: .25em 0;
	flex-basis: 20%;
}
#g-nav li:first-child {
	border-left: 1px solid;
}

/*電話*/
.tel {
	position: absolute;
	top: 100%;
	right: 5%;
	background: #ffacac;
	padding: .5rem 1rem;
}
.tel_no {
	font-family: 'M PLUS 1p', Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.15rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}
.tel_no:before {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../../images/tel_icon.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}
.tel_time {
	text-align: right;
	line-height: 1.4;
}




/*--------　フッター　----------------*/

footer {
	width: 100%;
	clear: both;
	text-align: center;
}
/*サブナビ*/
.subnav {
	background: #333;
	padding: .5rem;
}
.subnav ul {
	color: #fff;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .5rem;
	display: flex;
	font-size: .7rem;
	font-weight: 500;
	justify-content: space-around;
}
.subnav li {
	border-right: 1px solid;
	padding: .25em 0;
	flex-basis: 20%;
}
.subnav li:first-child {
	border-left: 1px solid;
}
.subnav p {
	font-size: .65rem;
	text-align: center;
	color: #fff;
}

/*コピーライト*/
footer .copy {
	padding: .25rem;
}
footer .copy p {
	text-align: center;
	font-size: .6rem;
}

/*ページトップ*/
.pagetop {
	background: #83ac94;
	padding: .5em .8rem .8em .5rem;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 2%;
}
.pagetop p,
.pagetop img {
	display: inline-block;
	vertical-align: middle;
}
.pagetop p {
	font-size: .7rem;
	font-weight: 600;
	padding-top: 2px;
}
.pagetop img {
	width: 30px;
	margin-right: .5rem;
}





/*--------　本文共通　----------------*/

.content {
	width: 80%;
	max-width: 1200px;
	margin: 1rem auto 5rem;
	padding-top: 2rem;
	overflow: hidden;
	background: #fff;
}


/*トップページ*/

#greeting .in_parts .aisatsu {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-right: 6%;
	line-height: 2;
}
#greeting .in_parts .sign {
	display: block;
	margin-top: 1.5rem;
	text-align: right;
}
#greeting .in_parts .sign img {
	width: 280px;
}
#greeting .in_parts .kinei {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
}

#company .fl_l {
	width: 35%;
}
#company .fl_r {
	width: 60%;
}
#company tr {
	border-bottom: 2px dotted #f5a7d0;
}
#company th {
	text-align: right;
	width: 20%;
}
#company td {
	width: 80%;
}


/*工事経歴*/
#keireki th,
#keireki td {
	border: 1px solid #aaa;
}
#keireki th {
	background: #dcefe4;
}
#keireki td.month {
	text-align: right;
}
#keireki td.month {
	width: 20%;
}

/*ギャラリー*/
#gallery .list .grid_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
#gallery .list .grid_container2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 1rem;
}


/*求人情報*/
#recruit p {
	margin-bottom: 2rem;
}
#recruit .syosai {
	background: #92b7cc;
	padding: 2.25rem 5%;
}
#recruit .syosai .in_bg {
	background: #fff;
	padding: 2.25rem 5%;
	position: relative;
}
#recruit .syosai .in_bg:first-child {
	margin-bottom: 2.25rem;
}
#recruit .syosai .point {
	position: absolute;
	right: 5%;
	top: 2rem;
	font-size: .6rem;
	width: 350px;
	white-space: nowrap;
}
#recruit .syosai .point span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	padding: .5em 5%;
	border: 3px solid #f5a7d0;
	background: #fff;
	position: relative;
}
#recruit .syosai tr {
	border-bottom: 2px dotted #92b7cc;
}
#recruit .syosai th,
#recruit .syosai td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#recruit .syosai th {
	width: 20%;
}
#recruit .syosai td {
	line-height: 1.7;
}
#recruit .bg_bk {
	width: 40px;
	margin-right: .5rem;
	text-align: center;
	margin-top: .1em;
	margin-bottom: .1em;
}
#recruit .coment p {
	text-align: center;
	margin-bottom: 0;
}
#recruit .coment .text1 {
	padding-bottom: 1.5rem;
	border-bottom: 2px dotted #92b7cc;
	font-weight: 600;
}
#recruit .coment .font_b {
	font-family: "Noto Serif JP","Serif";
	font-weight: 900;
	font-size: 1.5em;
	color: #ff6969;
	padding-top: 1rem;
}