/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
html {
	line-height:1.15;
	-webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
h1 {
	font-size:2em;
	margin:0.67em 0;
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
pre {
	font-family:monospace, monospace;
	font-size:1em;
}
a {
	background-color:transparent;
	figure {
		text-align: center;
	}
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}
b,strong {
	font-weight:bolder;
}
code,kbd,samp {
	font-family:monospace, monospace;
	font-size:1em;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub {
	bottom:-0.25em;
}
sup {
	top:-0.5em;
}
img {
	border-style:none;
}
button,input,optgroup,select,textarea {
	font-family:inherit;
	font-size:100%;
	line-height:1.15;
	margin:0;
}
button,input {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance:button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style:none;
	padding:0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline:1px dotted ButtonText;
}
fieldset {
	padding:0.35em 0.75em 0.625em;
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress {
	vertical-align:baseline;
}
textarea {
	overflow:auto;
}
[type="checkbox"],[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height:auto;
}
[type="search"] {
	-webkit-appearance:textfield;
	outline-offset:-2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit;
}
details {
	display:block;
}
summary {
	display:list-item;
}
template {
	display:none;
}
[hidden] {
	display:none;
}
html,body {
	font-size:62.5%;}
body {
	background:#fff;
	color:#444;
	font-family:"M PLUS Rounded 1c",sans-serif;
	line-height:1.5;
}
section,footer,.nav__inner {
	transform:rotateZ(0.03deg);
}
::selection {
	color:#fff;
	background:#00bfff;
}
a {
	color:#387ea3;
	text-decoration:underline;
	cursor:pointer;
	transition:all .3s;
}
a:hover {
	color:#72afcf;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:focus,*:focus {
	outline:none;
}
@media print {
	* html body {
		zoom:.7;
}
;
}
* {
	box-sizing:border-box;
	padding:0;
	margin:0;
	list-style:none;
}
img {
	vertical-align:bottom;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.header__wrap {
	width:100%;
	background:#005ab4;
}
.header__inner {
	width:100%;
	max-width:1150px;
	padding: 0px 10px 0px 10px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.header__logo {
	width:30%;
	max-width:280px;
	margin-right: 2em;
}
.header__logo a {
	display:block;
}
.header__logo a:hover {
	opacity:0.5;
}
.header__logo img {
	width:100%;
	height:auto;
}
.header__fs {
	margin-bottom:3px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.header__fs .contact {
	white-space: nowrap;
	margin-left: 1em;
	a{
		color: #ffffff;
		text-decoration:none;
		font-size:14px;
		font-size:1.4rem;
		padding: 5px 10px;
		span {
			display: inline-block;
			background:url(../images/icon_mail.svg) no-repeat left center;
			background-size:22px;
			padding-left: 30px;

		}
		&:hover {
			color:#ffb400;
		}
	}
}
.header__fs dl {
	background-color: #005ab4;
}
.header__fs dl dt {
	font-size:13px;
	font-size:1.3rem;
	color: #fff;
	text-align: center;
}
.header__fs dl dd {
	margin-left:5px;
}
.header__fs dl dd ul {
	display:flex;
	align-items:center;
}
.header__fs dl dd ul li {
	margin-left:7px;
}
.header__fs dl dd ul li a {
	display:block;
	width:3.0em;
	background:#ccc;
	color:#444;
	text-decoration:none;
	font-size:14px;
	font-size:1.4rem;
	padding: 0;
	border-radius:8px;
	text-align:center;
	color:#111;
}
.header__fs dl dd ul li a:hover {
	background:#fff;
	color:#005ab4;
}
.header__fs dl dd ul li a.active {
	background:#fff;
	color:#005ab4;
}
.nav {
	width:100%;
	background-color:#ffffff;
	padding:15px 50px;
}
.nav__inner {
	width:100%;
	max-width:850px;
	margin:0 auto;
}
.nav__inner>ul {
	display:flex;
	justify-content:space-between;
}
.nav__inner>ul>li {
	font-size:15px;
	font-size:1.5rem;
	font-weight: 500;
	position:relative;
}
.nav__inner>ul>li>a {
	text-decoration:none;
	color:#333333;
	padding: 10px 0;
	border-bottom: solid 3px #ffffff;
}
.nav__inner>ul>li.active a {
	color: #005ab4;
	border-bottom: solid 3px #005ab4;
}
.nav__inner>ul>li.active>ul li a {
	color:#333333;
}
.nav__inner>ul>li>a:hover {
	color:#005ab4;
}
.nav__inner>ul>li>ul {
	display:none;
	background:#ffffff;
	position:absolute;
	top:32px;
	left:0px;
	padding:8px 20px;
}
.nav__inner>ul>li>ul li {
	margin:7px 0;
}
.nav__inner>ul>li>ul li a {
	white-space:nowrap;
	text-decoration:none;
	color:#333333;
	background:url(../images/nav_linkmark.svg) no-repeat left center;
	background-size: 7px;
	padding-left:15px;
}
.nav__inner>ul>li>ul li a:hover {
	color:#005ab4;
}
.main {
	padding-top:50px;
}
.visual {
	width:100%;
	height:auto;
	position:relative;
}
.visual__slider {
	position:relative;
	z-index:-1;
	width:100%;
	height:auto;
}
.slider {
	width:100%;
	height:700px;
}
.index__wrap {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	padding:0 50px;
	max-width:1100px;
	margin:0 auto 10px auto;
}
.index__wrap__img {
	width:100%;
	padding: 50px 0;
	max-width:1100px;
	margin:0 auto 10px auto;
	img {
		width: 100%;
		height: auto;
	}
}
.page__header {
	width:100%;
	height:240px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page__header h1 {
	font-size:40px;
	font-size:4rem;
	margin-top:2.6em;
	font-weight:500;
	position:relative;
	text-align:center;
	line-height:1.5;
	padding-bottom:10px;
	color:#fff;
	-webkit-text-stroke: 1px #666666;
	text-stroke: 1px #666666;
}
.page__box {
	width:100%;
	padding:5em 0;
	.bg {
		background-color: #f5f5ff;
		padding-top: 2em;
		padding-bottom: 3em;
		margin-top: 4em;
	}
}
.page__box__green {
	background:#f1faec;
}
.page__box__inner {
	width:100%;
	max-width:1100px;
	padding:0 50px;
	margin:0 auto;
}
.page__box img {
	max-width:100%;
	height:auto;
}
.page__body {
	width:100%;
}
.page__body .sttl__base {
	margin-bottom:5em;
	margin-top:4em;
}
.page__body .sttl__base:first-child {
	margin-top:0;
}
.page__body .sttl__base h2 {
	font-size:36px;
	font-size:3.6rem;
	letter-spacing:0.05em;
	font-weight:500;
	position:relative;
	text-align:center;
	line-height:1.5;
	padding-bottom:10px;
}
.page__body .sttl__base h2 span {
	font-size:15px;
	font-size:1.5rem;
	display:block;
	font-weight:700;
	color:#666;
}
.page__body .sttl__base h2::before {
	position:absolute;
	bottom:-10px;
	left:calc(50% - 20px);
	width:40px;
	height:5px;
	content:"";
	border-radius:5px;
	background:#005ab4;
}
.page__body .sttl__line {
	margin-top:5em;
	margin-bottom:4em;
}
.page__body .sttl__line:first-child {
	margin-top:0;
}
.page__body .sttl__line h2 span {
	display:block;
	position:relative;
	padding:1.1rem 0;
	border-bottom:5px solid #b0da99;
	font-size:26px;
	font-size:2.6rem;
	font-weight:500;
}
.page__body .sttl__line h2 span::before {
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:5px;
	content:"";
	background:#73aa56;
}
.page__body .ssttl__base {
	margin-top:4em;
	margin-bottom:2em;
}
.page__body .ssttl__base h3 span {
	position:relative;
	display:inline-block;
	color:#333;
	font-size:20px;
	font-size:2rem;
	font-weight:500;
	padding-left:1.5em;
}
.page__body .ssttl__base h3 span::before {
	font-family:"Font Awesome 5 Free";
	content:"\f138";
	font-weight:900;
	position:absolute;
	font-size:1em;
	left:0;
	top:0;
	color:#005ab4;
}
.page__body .ssttl__base h3 span .note {
	font-size:14px;
	font-size:1.4rem;
}
.page__body .ssttl__box {
	margin-top:4em;
	margin-bottom:3em;
}
.page__body .ssttl__box h3 span {
	display:inline-block;
	color:#005ab4;
	font-size:20px;
	font-size:2.0rem;
	font-weight:600;
	padding:2px;
	border-bottom: solid 2px #005ab4;
}
.page__body h4 {
	border-left: solid 3px #005ab4;
	padding: 0.5em 1em;
	margin-bottom: 3em;
	span {
		font-size:17px;
		font-size:1.7rem;
		font-weight:500;
		color: #005ab4;
	}
}
.page__body h5 {
	border-left: solid 2px #005ab4;
	padding: 0.5em 1em;
	margin-bottom: 3em;
	span {
		font-size:16px;
		font-size:1.6rem;
		font-weight:500;
		color: #005ab4;
	}
}
.page__body .flex__box {
	display: flex;
	justify-content: space-between;
}
.page__body .center {
	text-align:center;
}
.page__body .right {
	text-align:right;
}
.page__body p {
	font-size:16px;
	font-size:1.6rem;
	line-height:2;
	margin-bottom:1em;
}
.page__body ul {
	margin-bottom:1em;
}
.page__body ul li {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:0.5em;
}
.page__body ol {
	margin-bottom:1em;
}
.page__body ol li {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:0.5em;
}
.page__body .news__body ul li {
	list-style-type: disc;
	margin-left: 2rem;
}
.page__body .news__body ol li {
	list-style-type: decimal;
	margin-left: 2rem;
}
.page__body .base__tbl table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cecfc2;
	margin-bottom:2em;
}
.page__body .base__tbl table caption {
	padding-top:5px;
	caption-side:bottom;
	text-align:right;
	font-size:13px;
	font-size:1.3rem;
}
.page__body .base__tbl table th,.page__body .base__tbl table td {
	border:1px solid #cecfc2;
	font-size:15px;
	font-size:1.5rem;
	padding:12px 15px;
}
.page__body .base__tbl table th.center,.page__body .base__tbl table td.center {
	text-align:center;
}
.page__body .base__tbl table th.label,.page__body .base__tbl table td.label {
	background:#f4f5eb;
	text-align:center;
}
.page__body .base__tbl table th {
	width:20%;
	background:#f4f5eb;
}
.page__body .base__tbl table td {
	background:#fff;
}
.page__body .base__tbl table td span {
	display:inline-block;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.3;
	color:#555;
}
.page__body .decimal__list ol {
	margin-bottom:2em;
	padding-left:0px;
}
.page__body .decimal__list ol:last-child {
	margin-bottom:0;
}
.page__body .decimal__list ol li {
	counter-increment:number;
	margin-bottom:0.5em;
	font-size:15px;
	font-size:1.5rem;
	padding-left:20px;
	position:relative;
}
.page__body .decimal__list ol li:last-child {
	margin-bottom:0;
}
.page__body .decimal__list ol li::before {
	position:absolute;
	top:0;
	left:0;
	content:counter(number) ".";
	margin-right:5px;
	color:#73aa56;
}
.page__body .base__list {
	padding-left:22px;
}
.page__body .base__list li {
	list-style:disc;
	font-size:15px;font-size:1.5rem;
}
.page__body .label__line {
	font-size:20px;
	font-size:2rem;
	border-bottom:1px solid ;
	color:#73aa56;
}
.page__body .icon__pdf a {
	padding-left: 30px;
	background:url(../images/icon_pdf.png) no-repeat left center;
	background-size: 24px;
}
#initiative {
	.plans {
		margin-left: 2em;
		dt {
			font-size:16px;
			font-size:1.6rem;
			font-weight: 500;
			margin-bottom: 1em;
		}
		ol {
			margin-left: 4em;
			li {
				list-style: decimal;
				margin-bottom: 1em;
			}
		}
		ul {
			margin-left: 4em;
			li {
				list-style: disc;
				margin-bottom: 2em;
				ol {
					margin-left: 1em;
					li {
						list-style: decimal;
						margin-bottom: 1em;
					}
				}
			}
		}
		.ttl {
			display: inline-block;
			padding: 0.3em 1em;
			border-top: solid 2px #005ab4;
			border-left: solid 2px #005ab4;
			color: #005ab4;
			margin-top: 1rem;
		}
	}
	.flex__box {
		justify-content: space-around;
	}
	.initiative__policys {
		margin-bottom: 5rem;
		&::after {
			content: "";
			display: block;
			clear: both;
		}
		.logos {
			float: right;
			margin-left: 20px;
			width: 300px;
		}
		.logos img {
			width: 100%;
			height: auto;
		}
		 ol {
			margin-left: 4em;
			 li {
				list-style-type: dotted;
				dd {
					ol {
						margin-left: 2em;
					}
				}
			}
		}
		.sdgs {
			font-size:16px;
			font-size:1.6rem;
			margin: 1rem;
			dt {
				dl {
					display: flex;
					margin-bottom: 1em;
					dt {
						background: #005ab4;
						color: #ffffff;
						font-size:18px;
						font-size:1.8rem;
						font-weight: 500;
						width: 8em;
						display: flex;
						justify-content: center;
						align-items: center;
					}
					dd {
						img {
							height: 50px;
							width: auto;
						}
					}
				}
			}
			dd {
				dl {
					display: flex;
					margin-left: 1em;
					margin-bottom: 2em;
					dt {
						width: 6em;
						font-weight: 500;
						border-bottom: solid 1px #005ab4;
						padding-left: 1em;
					}
					dd {
						border-bottom: solid 1px #005ab4;
						padding-right: 2em;
					}
				}
			}
		}
	}
}
#overview {
	.flex {
		display: flex;
	}
	.sp_ar {
		justify-content: space-around;
	}
}
.about__company dl{
	line-height: 2;
}
.about__company dl::after {
	content: "";
	display: block;
	clear: both;
}
.about__company dt {
	float: left;
	font-size:16px;
	font-size:1.6rem;
	clear: both;
	width: 10rem;
	margin-bottom: 5px;
	font-weight: 500;
}
.about__company dd {
	float: left;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom: 5px;
}
.about__history .base__tbl th:first-child {
	width: 2%;
}
.about__history .base__tbl .date {
	white-space: nowrap;
	text-align: center;
}
.about__access {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:2em;
	align-items:center;
}
.about__access__map {
	width:45%;
}
.about__access__map img {
	width:100%;
	height:auto;
}
.about__access__txt {
	width:50%;
}
.about__access__txt dl dt {
	font-size:18px;
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:0.5em;
	background:#74c659;
	color:#fff;
	text-align:center;
	border-radius:40px;
	padding:5px;
}
.about__access__txt dl dd {
	font-size:15px;
	font-size:1.5rem;
	line-height:1.8;
	margin-bottom:1.5em;
}
.about__access__txt dl dd:last-child {
	margin-bottom:0;
}
#privacy {
	dl {
		margin-bottom: 1em;
		dt {
			font-weight:500;
			margin-bottom: 0.5em;
		}
		dd {
			ul {
				li {
					margin-left: 2em;
					list-style: disc;
				}
			}
			dl {
				margin-left: 1em;
				dd {
					dl {
						display: flex;
						margin-bottom: 0.5em;
						dt {
							width: 3em;
						}
					}
				}
			}
		}
	}
}

.base__btn {
	text-align: center;
	padding: 1em 0;
}
.base__btn a {
	text-decoration: none;
	display: inline-block;
	background: #005ab4;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 12px 20px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border-radius: 6px;
}
.base__btn a:hover {
	opacity: 0.5;
}

.recruit {
	padding-bottom: 50px;
}
.recruit__btn {
	text-align: center;
}
.recruit__btn a {
	text-decoration: none;
	display: inline-block;
	background: #005ab4;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
	width: 100%;
	max-width: 20em;
	text-align: center;
	border-radius: 6px;
}
.recruit__btn a:hover {
	opacity: 0.5;
}
.form__box {
	width:100%;
	max-width:800px;
	padding-top:20px;
	margin:0 auto 50px auto;
}
.form__box dl {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:10px;
}
.form__box dl dt {
	width:25%;
	font-size:15px;
	font-size:1.5rem;
	padding-top:11px;
	font-weight:500;
}
.form__box dl dt .required {
	display:inline-block;
	background:#f00;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	padding:3px 10px;
	border-radius:3px;
	float:right;
}
.form__box dl dd {
	width:70%;
	font-size:15px;
	font-size:1.5rem;
}
.form__box dl dd input[type="text"],.form__box dl dd input[type="email"],.form__box dl dd input[type="tel"],.form__box dl dd textarea {
	width:100%;
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px 15px;
	background:#fff;
	font-size:15px;
	font-size:1.5rem;
	margin:2px 0;
}
.form__box dl dd textarea {
	height:200px;
}
.form__btn {
	text-align:center;
	padding-top:15px;
}
.form__btn input,.form__btn a {
	text-decoration:none;
	display:inline-block;
	background:#005ab4;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-weight:500;
	padding:15px 20px;
	width:100%;
	max-width:300px;
	text-align:center;
	border-radius:6px;
	cursor:pointer;
	transition:0.3s;
	border:none;
	margin-right: 1em;
}
.form__btn input:last-child {
	margin-right: 0;
}
.form__btn input:hover,.form__btn a:hover {
	opacity:0.5;
}
.wpcf7 form .wpcf7-response-output {
	font-size:15px;
	font-size:1.5rem;
	padding:20px;
}
.bl__home {
	width:100%;
	color: #ffffff;
	clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
	padding: 50px 0;
}
.bl__home__1 {
	background: url(../images/bg_1.jpg) no-repeat right center;
}
.bl__home__2 {
	background: url(../images/bg_2.jpg) no-repeat right center;
}
.bl__home__3 {
	background: url(../images/bg_3.jpg) no-repeat right center;
}
#construct__home {
	margin-top: 100px;
}
#service__home {
	position: relative;
}
#company__home {
	position: relative;
	top: -100px;
}
#award__home {
	position: relative;
	top: -200px;
}
#recruit__home {
	position: relative;
	top: -80px;
}
#recruit__img__home {
	position: relative;
	top: -200px;
	width: 100%;
	img {
		position: relative;
		width: 100%;
		z-index: 99;
	}
}
#access__home {
	position: relative;
	top: -60px;
}
.bs__home {
	width: 49%;
	padding: 10px 0;
}
.bl__home .bs__home {
	padding: 60px 0;
}
.bs__home h2 {
	text-align:left;
	margin-bottom:20px;
	letter-spacing:0.05em;
	position: relative;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.bs__home h2::before {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:5px;
	content:"";
	border-radius:5px;
}
.wt__home h2::before {
	background:#005ab4;
}
.bl__home h2::before {
	background:#ffffff;
}
.bs__home h2 span.base {
	display:inline-block;
	position:relative;
	font-size:46px;
	font-size:4.6rem;
	font-weight:600;
	margin-right: 4rem;
}
.wt__home h2 span.base {
	color: #005ab4;
}
.wt__home #access h2 {
	margin-bottom: 40px;
}
.bl__home h2 span.base {
	color: #ffffff;
}
.bs__home h2 span.sub__txt {
	font-size:15px;
	font-size:1.5rem;
	line-height: 2;
}
.bs__home p {
	font-size:15px;
	font-size:1.5rem;
	line-height: 2;
}
.bs__home p span {
	font-size:22px;
	font-size:2.2rem;
	line-height: 2;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
.wt__home p span {
	color: #005ab4;
}
.bl__home p span {
	color: #ffffff;
}
.bs__home .img__box__home {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	img {
		width: 100%;
		height: auto;
	}
}
.bs__home .img__box__home_ls {
	width: 100%;
	img {
		width: 100%;
		height: auto;
	}
}
.bs__home .img__box__home_ph {
	width: 100%;
	text-align: center;
	img {
		width: auto;
		height: 560px;
		position: relative;
		top: -80px;
		z-index: 999;
	}
}
.home__btn {
	padding-top:50px;
	text-align:left;
}
.home__btn a {
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	font-size:1.6rem;
	font-weight:500;
	padding:12px 20px;
	width:200px;
	text-align:center;
}
.wt__home .home__btn a {
	background-color:#005ab4;
	background-image:url(../images/linkmark.svg);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:16px;
	color:#fff;
}
.bl__home .home__btn a {
	background-color:#fff;
	background-image:url(../images/bl_linkmark.svg);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:16px;
	color:#005ab4;
}
.home__btn a:hover {
	opacity:0.5;
}
.news {
	padding-bottom:50px;
}
.news__home {
	width:49%;
}
.news__home__list {
	margin-bottom:20px;
}
.news__home__list ul li {
	border-bottom:1px dotted #444;
}
.news__home__list ul li a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:14px 0;
	background-image:url(../images/bl_linkmark.svg);
	background-size:16px;
	background-position: 98% center;
	background-repeat: no-repeat;
}
.news__home__list ul li a:hover {
	background-color:#eff0ff;
	color:#005ab4;
}
.news__home__list ul li dl {
	display:flex;
	line-height:1.4;
}
.news__home__list ul li dl dt {
	padding-left:5px;
	width:6.5em;
	font-size:16px;
	font-size:1.6rem;
}
.news__home__list ul li dl dd {
	flex:1;
	font-size:16px;
	font-size:1.6rem;
}
.news__home__list ul li dl dd span.new {
	margin-left:10px;
	display:inline-block;
	background:#ff0000;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	padding:2px 15px;
	line-height:1;
}
.news__home__more {
	text-align:right;
}
.news__home__more a {
	display:inline-block;
	padding:5px 20px 5px 0;
	background:url(../images/linkmark.svg) no-repeat right center;
	background-size:16px;
	font-size:14px;
	font-size:1.4rem;
	text-decoration:none;
	color:#444;
}
.news__home__more a:hover {
	opacity:0.5;
}
.news__list {
	margin-bottom:20px;
}
.news__list ul li {
	border-bottom:1px dotted #444;
}
.news__list ul li a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:14px 0;
	background-image:url(../images/bl_linkmark.svg);
	background-size:16px;
	background-position: 98% center;
	background-repeat: no-repeat;
}
.news__list ul li a:hover {
	background-color:#eff0ff;
	color:#005ab4;
}
.news__list ul li dl {
	display:flex;
	line-height:1.4;
}
.news__list ul li dl dt {
	padding-left:5px;
	width:6.5em;
	font-size:16px;
	font-size:1.6rem;
}
.news__list ul li dl dd {
	flex:1;
	font-size:16px;
	font-size:1.6rem;
}
.news__list ul li dl dd span.new {
	margin-left:10px;
	display:inline-block;
	background:#ff0000;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	padding:2px 15px;
	line-height:1;
}
.news__list ul li a:has(.img) {
	display: flex;
	align-items: center;
}
.news__list ul li a .img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0 0.5em;
}


.news__header {
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	padding-bottom:20px;
}
.news__header h1 {
	font-size:24px;
	font-size:2.4rem;
	font-weight:500;
}
.news__date {
	font-size:15px;
	font-size:1.5rem;
	color:#666;
}
.news__btn {
	padding-top:50px;
	text-align:center;
}
.news__btn a {
	text-decoration:none;
	display:inline-block;
	background:#005ab4;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight:500;
	padding:12px 20px;
	width:100%;
	max-width:300px;
	text-align:center;
	border-radius:6px;
}
.news__btn a:hover {
	opacity:0.5;
}
#construct .news .img,#award .news .img {
	text-align: center;
	img {
		max-width: 560px;
	}
}
#construct .construct_category {
	width: 6em;
	padding: 0.2em 0.5em;
	background:#005ab4;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	font-weight:500;
	text-align: center;
	margin: 0.3em;
}
.map__home {
	width:49%;
}

.map__home__addr {
	margin-bottom: 10px;
}
.map__home__addr dl {
	display: flex;
	font-size:15px;
	font-size:1.5rem;
	line-height: 1.6;
	padding: 1.5em 0;
	border-bottom: solid 1px #cccccc;
	&:first-child {
		border-top: solid 1px #cccccc;
	}
}
.map__home__addr dl dt {
	font-weight: 600;
	width: 7em;
}
.map__home__box iframe {
	width:100%;
	height: 450px;
}
.contact__home {
	width:100%;
	background: url(../images/cv_back.jpg) no-repeat right center;
	color: #ffffff;
	padding:40px 50px;
	text-align: center;
}
.contact__home p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.contact__home p span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}
.contact__btn {
	text-align: center;
	margin-top: 20px;
}
.contact__btn a {
	text-decoration: none;
	display: inline-block;
	background: #ffffff;
	color: #333333;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 600;
	padding: 10px 20px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 3px;
}
.contact__btn a span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #005ab4;
	letter-spacing: 0;
}
.contact__btn a:hover {
	opacity: 0.5;
}
.contact__btn a img {
	width: auto;
	height: 1em;
}
#recruit__home .bnrs {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	img {
		height: 48px;
		width: auto;
	}
}
#instagram{
	position: relative;
	top: -100px;
	.index__wrap {
		display: block;
		.bs__home {
		width: 100%;
			h2 img{
				width: 200px;
			}
			.insta_df {
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;
				.img__box {
					width: 22%;
					margin: 20px 0;
					overflow: hidden;
					img {
						width: 100%;
						height: auto;
					}
				}
			}
			.home__btn {
				text-align: center;
				a {
					background-color:#000000;
					background-image:url(../images/bk_linkmark.svg);
					background-repeat: no-repeat;
					background-position: 90% center;
					background-size:16px;
					border-radius: 30px;
					width: 300px;
					color:#fff;
				}
			}
		}
	}
}
.footer {
	width:100%;
	background:#005ab4;
	padding-bottom:40px;
}
.footer__nav {
	width:100%;
	padding:40px 20px;
	background:#005ab4;
}
.footer__nav__inner {
	width:100%;
	max-width:1150px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer__nav__inner dl {
	max-width:25%;
}
.footer__nav__inner dl dt {
	font-size:16px;
	font-size:1.6rem;
	font-weight: 600;
	line-height:2.4;
	color: #ffffff;
	margin-bottom: 1em;
}
.footer__nav__inner ul>li {
	margin-bottom:7px;
}
.footer__nav__inner ul>li>a {
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	display:inline;
	background:url(../images/footer_linkmark.svg) no-repeat left center;
	background-size: 7px;
	text-decoration:none;
	padding-left:13px;
}
.footer__nav__inner ul>li>a:hover {
	color:#febc3c;
}

.footer__box__logo {
	width:100%;
	max-width:280px;
}
.footer__box__logo a {
	display:inline-block;
}
.footer__box__logo a:hover {
	opacity:0.5;
}
.footer__box__logo img {
	width:100%;
	height:auto;
}
.footer__box__addr {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
	color: #ffffff;
}
.footer__box__addr a {
	text-decoration:none;
	color:#444;
}
.footer__box__addr a:hover {
	opacity:0.5;
}
.footer__logos{
	width:100%;
	display: flex;
	padding-top: 2em;
	a {
		width: 29%;
		margin: 2%;
		img {
			width: 100%;
			height: auto;
		}
	}
}
.footer__copy {
	text-align:center;
	font-family:"Noto Serif JP",serif;
	font-size:14px;
	font-size:1.4rem;
	color:#ffffff;
}
a[href*="tel:"] {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	color:#444;
}
.msg {
	padding:50px 0 100px 0;
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}
.notfound {
	padding:120px 0 80px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.notfound__logo {
	width:13%;
}
.notfound__logo img {
	width:100%;
	height:auto;
}
.notfound__txt {
	width:83%;
}
.notfound h1 {
	font-size:25px;
	font-size:2.5rem;
}
.pager {
	text-align:center;
	margin-bottom:20px;
}
.pager a {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
	text-decoration:none;
	text-align:center;
	width:40px;
	height:40px;
	line-height:38px;
	color:#fff;
	margin:3px;
	background:#ccc;
}
.pager a:hover {
	background:#74c659;
}
.pager span {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
	width:40px;
	height:40px;
	line-height:38px;
	color:#fff;
	background:#74c659;
	margin:3px;
}
.menu {
	display:none;
	position:fixed;
	top:5px;
	right:1%;
	width:50px;
	height:50px;
	z-index:1000;
}
.menu__trigger {
	display:inline-block;
	transition:all 0.4s;
	box-sizing:border-box;
	position:relative;
	width:50px;
	height:50px;
}
.menu__trigger span {
	display:inline-block;
	transition:all 0.4s;
	box-sizing:border-box;
	position:absolute;
	left:25%;
	width:50%;
	height:2px;
	background-color:#ffffff;
}
.menu__trigger span:nth-of-type(1) {
	top:14px;
}
.menu__trigger span:nth-of-type(2) {
	top:23px;
}
.menu__trigger span:nth-of-type(3) {
	top:32px;
}
.menu .menu__trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(9px) rotate(-45deg);
	transform:translateY(9px) rotate(-45deg);
}
.menu .menu__trigger.active span:nth-of-type(2) {
	opacity:0;
}
.menu .menu__trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-9px) rotate(45deg);
	transform:translateY(-9px) rotate(45deg);
}
.news__body {
	overflow: auto;
}
.news__body img {
	display: block;
}
.aligncenter {
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.mb1 {
	margin-bottom: 1rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mb5 {
	margin-bottom: 5rem;
}
.mr1 {
	margin-right: 1em;
}
@media only screen and (max-width: 769px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.header {
		width:100%;
		height:50px;
		background:#fff;
	}
	.header__inner {
		width:100%;
		padding:0 0 0 0;
		flex-wrap:wrap;
	}
	.header__logo {
		width:80%;
		max-width:80%;
		margin-top:7px;
		margin-bottom:7px;
		margin-left:4%;
	}
	.header__logo a {
		display:inline-block;
	}
	.header__logo img {
		width:100%;
		height:auto;
		max-width: 360px;
	}
	.header__fs {
		display:none;
	}
	.header__nav {
		display:none;
	}
	.nav {
		display:none;
		position:fixed;
		top:60px;
		left:0;
		width:100%;
		height:calc(100vh - 60px);
		background:#ffffff;
		padding:0 7% 15% 7%;
		z-index:90;
		overflow:auto;
	}
	.nav__inner {
		padding-top:10%;
	}
	.nav__inner>ul {
		flex-wrap:wrap;
	}
	.nav__inner>ul>li {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
		margin-bottom:10px;
	}
	.nav__inner>ul>li:nth-child(1) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(2) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(3) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(4) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(5) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(6) {
		padding-top:0;
	}
	.nav__inner>ul>li>a {
		text-decoration:none;
		color:#333333;
		border-bottom: none;
	}
	.nav__inner>ul>li.active a {
		color: #333333;
		border-bottom: none;
	}
	.nav__inner>ul>li>ul {
		display:block;
		background:none;
		position:static;
		padding:0 20px 0 20px;
	}
	.nav__inner>ul>li>ul li {
		margin:7px 0;
	}
	.main {
		padding-top:50px;
	}
	.visual {
		height:160px;
	}
	.visual__slider {
		height:160px;
	}
	.visual__board {
		height:20px;
	}
	.slider {
		height:160px;
	}
	.index__wrap {
		padding:0 4%;
		margin:0 auto 10% auto;
		flex-direction: column;
	}
	.index__wrap__img {
		padding: 10px 0 50px;
	}
	.bs__home {
		width: 100%;
		padding: 0;
	}
	.page__header {
		height:180px;
		background-size:cover;
		background-position:center;
	}
	.page__header h1 {
		font-size:28px;
		font-size:2.8rem;
		margin:0;
	}
	.page__box {
		padding:4em 0;
	}
	.page__box__inner {
		padding:0 4%;
	}
	.page__body .sttl__base {
		margin-bottom:4em;
		margin-top:3em;
	}
	.page__body .sttl__base h2 {
		font-size:26px;
		font-size:2.6rem;
	}
	.page__body .sttl__base h2 span {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .sttl__line {
		margin-top:4em;
		margin-bottom:3em;
	}
	.page__body .sttl__line h2 span {
		font-size:24px;
		font-size:2.4rem;
	}
	.page__body .ssttl__base {
		margin-top:3em;
		margin-bottom:1.5em;
	}
	.page__body .ssttl__base h3 span {
		font-size:18px;
		font-size:1.8rem;
	}
	.page__body .ssttl__base h3 span .note {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .ssttl__box {
		margin-top:3em;
		margin-bottom:2em;
	}
	.page__body .ssttl__box h3 span {
		font-size:16px;
		font-size:1.6rem;
	}
	.page__body p {
		font-size:15px;
		font-size:1.5rem;
	}
	.page__body ul li {
		font-size:15px;
		font-size:1.5rem;
	}
	.page__body .base__tbl {
		overflow:auto;
	}
	.page__body .base__tbl .fix {
		width:200%;
	}
	.page__body .base__tbl table {
		width:auto;
	}
	.page__body .base__tbl table caption {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .base__tbl table th,.page__body .base__tbl table td {
		font-size:14px;
		font-size:1.4rem;
		padding:12px 15px;
	}
	.page__body .base__tbl table th {
		width:15%;
		white-space:nowrap;
	}
	.page__body .base__tbl table td span {
		font-size:12px;
		font-size:1.2rem;
	}
	.page__body .decimal__list ol li {
		font-size:14px;
		font-size:1.4rem;
	}
	.page__body .base__list li {
		font-size:14px;
		font-size:1.4rem;
	}
	.page__body .label__line {
		font-size:18px;
		font-size:1.8rem;
	}
	.about__greetings .sign {
		width: 30%;
	}
	.about__company dt {
		float: none;
	}
	.about__company dd {
		float: none;
		margin-left: 1rem;
		margin-bottom: 1rem;
	}
	.about__access__map {
		width:100%;
		margin-bottom:4%;
	}
	.about__access__txt {
		width:100%;
	}
	.about__access__txt dl dt {
		font-size:16px;
		font-size:1.6rem;
		padding:5px;
	}
	.about__access__txt dl dd {
		font-size:14px;
		font-size:1.4rem;
	}
	.page__body .solution__worries ul {
		padding-left: 100px;
	}
	.page__body .solution__worries li {
		padding: 0 10px 5px 40px;
		flex: 1 1 100%;
	}
	.page__body .solution__worries div.solutions {
		padding: 0;
	}
	.page__body .solution__worries div.solutions div {
		flex: 1 1 100%;
	}
	.recruit {
		padding-bottom:10%;
	}
	.recruit__btn a {
		font-size:16px;
		font-size:1.6rem;
		padding:15px 10px;
	}
	.form__box {
		padding-top:5%;
		margin:0 auto 10% auto;
	}
	.form__box dl {
		padding-bottom:10px;
	}
	.form__box dl dt {
		width:100%;
		font-size:14px;
		font-size:1.4rem;
		margin-bottom:1%;
	}
	.form__box dl dt .required {
		font-size:12px;
		font-size:1.2rem;
	}
	.form__box dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.form__btn input {
		font-size:16px;
		font-size:1.6rem;
		padding:15px 10px;
		max-width:100%;
	}
	.news {
		padding-bottom:5%;
	}
	.news__home {
		width:100%;
		margin-bottom:5%;
	}
	.news__home h2 {
		text-align:left;
		font-size:22px;
		font-size:2.2rem;
		text-align:center;
	}
	.news__home__list {
		margin-bottom:5%;
	}
	.news__home__list ul li a {
		padding:14px 0;
	}
	.news__home__list ul li dl {
		flex-wrap:wrap;
	}
	.news__home__list ul li dl dt {
		padding-left:0;
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__home__list ul li dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__home__list ul li dl dd span.new {
		font-size:13px;
		font-size:1.3rem;
		padding:2px 10px;
	}
	.news__list {
		margin-bottom:5%;
	}
	.news__list ul li a {
		display:block;
		text-decoration:none;
		color:#444;
		padding:14px 0;
	}
	.news__list ul li dl {
		display:flex;
		flex-wrap:wrap;
	}
	.news__list ul li dl dt {
		width:100%;
		padding-left:0;
		font-size:15px;
		font-size:1.5rem;
		margin-bottom:1%;
	}
	.news__list ul li dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__list ul li dl dd span.new {
		margin-left:10px;
		font-size:13px;
		font-size:1.3rem;
		padding:2px 10px;
	}
	.news__header {
		margin-bottom:20px;
		padding-bottom:15px;
	}
	.news__header h1 {
		font-size:20px;
		font-size:2rem;
	}
	.news__date {
		font-size:15px;
		font-size:1.5rem;
	}
	.news__btn {
		padding-top:10%;
	}
	.news__btn a {
		font-size:15px;
		font-size:1.5rem;
		padding:12px 10px;
		width:100%;
		max-width:100%;
	}
	#construct .news .img,#award .news .img {
		img {
			max-width: 100%;
		}
	}
	.map__home {
		width:100%;
	}
	.map__home__addr dl {
		padding: 1em 0;
	}
	.map__home__box iframe {
		height: 400px;
	}
	.map__home__link {
		margin-bottom:10px;
	}
	.bl__home {
		clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0% 100%);
		padding: 40px 0 0;
	}
	#construct__home {
		margin-top: 150px;
	}
	#company__home {
		top: -40px;
	}
	#award__home {
		top: -80px;
	}
	#recruit__home {
		top: -20px;
	}
	#recruit__img__home {
		top: -60px;
	}
	#access__home {
		top: -20px;
	}
	.bl__home .bs__home {
		padding: 30px 0;
	}
	.bs__home .img__box__home_ls {
		padding-top: 30px;
	}
	.bs__home .img__box__home_ph {
		padding-top: 20px;
		img {
			width: auto;
			height: 360px;
			top: 0px;
		}
	}
	#recruit__home .bnrs {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		.home__btn {
			margin-bottom: 3em;
		}
		img {
			max-width: 100%;
			height: auto;
		}
	}
	.scroll {
		width: 100%;
		overflow: scroll;
	}
	#initiative {
		.initiative__policys {
			.logos {
				width: 30%;
			}
		}
	}
	#overview {
		.flex {
			flex-direction: column;
		}
	}
	#instagram{
		top: -60px;
		.index__wrap {
			.bs__home {
			width: 100%;
				h2 img{
					width: 140px;
				}
				.insta_df {
					.img__box {
						width: 48%;
					}
				}
			}
		}
	}
	.footer {
		padding-bottom:10%;
	}
	.footer__nav {
		padding:7% 4% 3% 4%;
	}
	.footer__nav__inner {
		flex-direction: column;
	}
	.footer__nav__inner dl {
		max-width:100%;
		margin-bottom: 1em;
	}
	.footer__nav__inner dl dt {
		margin-bottom: 0;
	}
	.footer__nav__inner>ul {
		width:48%;
		margin-bottom:5%;
	}
	.footer__nav__inner>ul>li>a {
		font-size:13px;
		font-size:1.3rem;
	}
	.footer__nav__inner>ul>li>ul>li>a {
		font-size:13px;
		font-size:1.3rem;
	}
	.footer__box {
		padding:7% 4%;
		flex-wrap:wrap;
	}
	.footer__box__logo {
		width:100%;
		max-width:100%;
		text-align:center;
		margin-bottom:5%;
	}
	.footer__box__logo img {
		width:60%;
	}
	.footer__box__addr {
		font-size:13px;
		font-size:1.3rem;
		padding-left:0;
	}
	.footer__copy {
		font-size:12px;
		font-size:1.2rem;
	}
	a[href*="tel:"] {
		pointer-events:auto;
		cursor:pointer;
		text-decoration:underline;
		color:#387ea3;
	}
	.msg {
		padding:10% 0 15% 0;
		font-size:15px;
		font-size:1.5rem;
	}
	.notfound {
		padding:20% 0 15% 0;
	}
	.notfound__logo {
		width:100%;
		margin-bottom:5%;
		text-align:center;
	}
	.notfound__logo img {
		width:40%;
	}
	.notfound__txt {
		width:100%;
	}
	.notfound h1 {
		font-size:20px;
		font-size:2rem;
	}
	.pager {
		margin-bottom:10%;
	}
	.menu {
		display:block;
	};
}


/* 2025/1219 add 本田建設 */

.jitu_btn_wrap {
	margin: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.jitu_btn_wrap button {
	width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    display: block;
    border: none;
    cursor: pointer;
}

.jisseki_allwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.jisseki_allwrap h3 {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
}

#construct .construct_category {
	margin: 0;
}

/* 通常のボタンのデザイン */
.filter-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

/* クリックされて「active」クラスがついた時のデザイン */
.filter-btn.active {
    background-color: #007bff; /* 好きな色に変えてください */
    color: #fff;
    border-color: #007bff;
}