body {
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
body::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

h1,
h2,
h3 {
	font-weight: 900 !important;
}

/***********************
ヘッダーセクション
***********************/
.header {
	background-color: unset;
	line-height: 0;
}


.header-main-img img {
	width: 100%;
}

.SP-header-main-img img {
	display: none;
}


.header-band {
	height: 90px;
	background-color: rgb(255, 249, 233);
}

.corporate-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 75.52% !important;
	max-width: 1450px;
}

.corporate-box {
	display: flex;
	align-items: center;
}

.corporate-box img {
	width: 40%;
}

.corporate-box p {
	font-size: 48px;
}

.corporate-btn {
	margin-left: 40px;
}

.corporate-btn a {
	display: inline;
	padding: 10px 40px;
	background-color: #83BD3F;
	border-radius: 32px;
	color: #fff;
	border: 3px solid #83BD3F;
	font-size: 18px;
	transition: .2s;

}

@media (hover: hover) and (pointer: fine) {
	.corporate-btn a:hover {
		color: #83BD3F;
		border: 3px solid #83BD3F;
		background-color: #fff;
	}
}

.entry-box {
	position: relative;
	height: 100%;
	width: 230px;
}

.entry-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .15em;
	background-color: #F3E521;
	border: 3px solid #F3E521;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.entry-box a:hover {
		color: #F3E521;
		background-color: #fff;
		border: 3px solid #F3E521;
	}
}

#page-top {
	position: -webkit-fixed;
	position: fixed;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	bottom: 150px;
	right: 7.81%;
	width: 5.21vw;
	height: 5.21vw;
	border-radius: 50%;
	background-color: #908075;
	-webkit-box-shadow: 0 4px 4px #C0C0C0;
	box-shadow: 0 4px 4px #C0C0C0;
	z-index: 999;
}

#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#page-top a:before,
#page-top a:after {
	content: "";
	position: absolute;
	width: 2.08vw;
	height: 0.26vw;
	background: #fff;
}

#page-top a:before {
	top: 50%;
	right: 2.22vw;
	transform: translateY(-50%) rotate(-45deg);

}

#page-top a:after {
	top: 50%;
	left: 2.22vw;
	transform: translateY(-50%) rotate(45deg);
}

/***********************
イントロセクション
***********************/
section.intro-section {
	text-align: center;
}

.intro-main-text h1 {
	font-size: 70px;
	color: #83BD3F;
	margin: 50px 0;
}

.intro-sub-text p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 40px;
}

/***********************
アピールセクション1
***********************/
section.main-appeal-section {
	text-align: center;
	margin-bottom: 110px;
}

.SP-appeal-list-img {
	display: none;
}

.appeal-list-img img {
	width: 100%;
	margin-bottom: 20px;
}

ul.appeal-content-list {
	width: fit-content;
	margin: auto;
}

.appeal-content-list li {
	color: #83BD3F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}

.appeal-content-list li:first-child {
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 35px;
}

.appeal-content-list li p {
	font-size: 40px;
}

.appeal-content-list li p:first-child {
	display: contents;
}

.appeal-content-list li:first-child span {
	font-size: 60px;
	font-family: 'BIZ UDPGothic', sans-serif;
}

.appeal-content-list li:first-child span:first-child {
	margin-left: 0.25em;
}

.appeal-content-list li:first-child span:nth-child(2) {
	letter-spacing: -.05em;
	margin-left: -0.15em;
}

.appeal-content-list li:first-child span:last-child {
	margin-left: 0.2em;
}

.appeal-content-list li:not(:first-child) p {
	text-indent: 30px;
	position: relative;
}

.appeal-content-list li:last-child span:last-child {
	position: absolute;
	left: 0;
	font-size: 25px;
	line-height: 48px;
}

/***********************
主な電気工事
***********************/
.main-works-container {
	position: relative;
	height: 100%;
}

.main-works-container:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: inherit;
	background-color: #F3F2E8;
	z-index: -1;
}

.works-box {
	display: flex;
	height: 400px;
}

.left-works-box {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.left-works-box h2 {
	color: #83BD3F;
	font-size: 30px;
	margin: 18px 0;
}


.left-works-box ul {
	margin: 0;
}

.left-works-box li {
	display: flex;
	align-items: center;
	margin: 16px;
}

.left-works-box li:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F3E521;
}

.left-works-box li p {
	font-size: 18px;
	text-indent: 1em;
}

.right-works-box {
	width: 50%;
}

.right-works-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.works-example h2 {
	position: relative;
	font-size: 30px;
	width: fit-content;
	margin: 30px auto;
	padding: 16px;
}

.works-example h2::before {
	content: "";
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #333;
}

ul.works-first-container {
	display: flex;
}

ul.works-second-container {
	display: flex;
	justify-content: center;
}

.works-images li {
	width: 32.21%;
}

.works-images img {
	width: 100%;
}

.works-images p {
	position: relative;
	font-size: 18px;
	width: fit-content;
	margin: 16px auto;
	background-color: #F3E521;
}

.works-images p:before {
	content: "";
	position: absolute;
	width: 7em;
	height: 32px;
	background-color: #F3E521;
	border-radius: 32px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.works-first-container li:nth-child(2) {
	margin: 0 1.5%;
}

.works-second-container li {
	margin: 0 0.75%;
}

/***********************
コンタクトバナー
***********************/
section.contact-banner-section {
	margin: auto;
}

.contact-container {
	position: relative;
	width: 92.35%;
	margin: auto;
}

.SP-contact-banner {
	display: none;
}

.contact-banner-section img {
	width: 100%;
	margin: 50px 0;
}

.contact-tel {
	position: absolute;
	display: flex;
	width: 58.5%;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	transition: ;
	z-index: 10;
}

@media (hover: hover) and (pointer: fine) {
	.contact-tel:hover {
		opacity: .7;
	}
}


.contact-tel img {
	margin: 0;
}

.contact-btn {
	position: absolute;
	display: flex;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	width: 57%;
	justify-content: space-between;
}

.contact-btn a {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px 0;
	font-size: 24px;
	width: 48.5%;
	text-align: center;
	font-weight: 900;
	letter-spacing: 6.5px;
	color: #83BD3F;
	transition: .2s;
}

.contact-btn .recruit-content-btn {
	background-color: #fff;
	border: 3px solid #83BD3F;
}

@media (hover: hover) and (pointer: fine) {
	.contact-btn .recruit-content-btn:hover {
		color: #fff;
		background: #83BD3F;
	}
}

.contact-btn .mail-btn {
    letter-spacing: -2.5px;
    color: #fff;
    background-color: #83BD3F;
    border: 3px solid #83BD3F;
}


@media (hover: hover) and (pointer: fine) {
	.contact-btn .mail-btn:hover {
		color: #83BD3F;
		background-color: #fff;
		border: 3px solid #83BD3F;
	}
}


.contact-btn a:before {
    content: "";
    position: absolute;
    right: 12px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-top: 3px solid #83BD3F;
    border-right: 3px solid #83BD3F;
    transform: rotate(45deg);
    transition: .2s;
}

.contact-btn .mail-btn:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

@media (hover: hover) and (pointer: fine) {
	.contact-btn .mail-btn:hover:before {
		border-top: 3px solid #83BD3F;
		border-right: 3px solid #83BD3F;
	}
}


.contact-btn a.recruit-content-btn:hover::before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

/***********************
アピールセクション2
***********************/
.sub-appeal-section {
	position: relative;
	height: 100%;
}

.sub-appeal-section:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: inherit;
	background-color: #F3F2E8;
	z-index: -1;
}

.sub-appeal-container {
	display: flex;
	height: 400px;
}

.left-sub-appeal-box {
	width: 100%;
}

.left-sub-appeal-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.right-sub-appeal-box {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.right-sub-appeal-box h2 {
	font-size: 30px;
	margin: 18px 0;
}


.right-sub-appeal-box ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 80%;
	margin: 0;
}

.right-sub-appeal-box li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 16px;
}

.right-sub-appeal-box li:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F3E521;
}

.right-sub-appeal-box li p {
    font-size: 18px;
    margin-left: 1em;
    text-align: start;
}

.right-sub-appeal-box li p br {
	display: none;
}

.right-sub-appeal-box p.sub-text {
	position: absolute;
	left: 20px;
	top: 110%;
	font-size: 12px;
	font-weight: 400;
}

/***********************
社員インタビュー
***********************/
.interview-container {
	width: 92.35%;
	margin: auto;
}

h3.interview-title {
	font-size: 30px;
	width: fit-content;
	margin: 30px auto;
	padding: 16px;
	color: #83BD3F;
}

.interview-box {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.interview-box ul {
	margin: 0;
}

.interview-box li:not(:first-child) {
	margin-top: 25px;
}

.interview-box li:nth-child(-n+2) {
	width: 53%;
}

div.interview-question {
	font-size: 18px;
	font-weight: 900;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.interview-question p:first-child {
	font-size: 25px;
	color: #F3E521;
	width: 1.5em;
	margin: 0;
}

.interview-question p:last-child {
	margin-top: 6px;
	letter-spacing: -.5px;
}

p.interview-answer {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	margin-left: 2.5em;
}

.interview-image {
	position: absolute;
	right: 0;
	width: 42%;
}

.interview-image img {
	width: 100%;
	box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 10%);
}

/***********************
募集要項
***********************/
section.recruit-content-section {
	position: relative;
	width: 100%;
	height: 100%;
}

section.recruit-content-section::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: inherit;
	background-color: #F3F2E8;
	z-index: -1;
}

.recruit-content-container {
	width: 92.35%;
	margin: auto;
}

h3.recruit-content-title {
	font-size: 30px;
	width: fit-content;
	margin: auto;
	padding: 70px 0 40px;
	color: #83BD3F;
}

.recruit-content-table table {
	width: 100%;
	font-size: 18px;
}

.recruit-content-table tr {
	margin: 0;
	border-bottom: 1px dashed #808080;
}

.recruit-content-table th {
	width: 7em;
	text-align: start;
	color: #83BD3F;
}

.recruit-content-table td {
	padding: 30px 0;
	padding-left: 16px;
	font-weight: 400;
}

.recruit-content-table td span {
	font-size: 14px;
}

.recruit-content-table td br {
	display: none;
}

.recruit-content-section div.contact-banner-section {
	width: 100%;
	margin: auto;
}

.recruit-content-section .contact-container {
	width: 100%;
}

.recruit-content-section .contact-banner-section img {
	padding: 50px 0;
}

.recruit-content-section a.contact-tel {
	top: 39.5%;
}

.recruit-content-section a.contact-tel img {
	padding: 0;
}

.recruit-content-section .contact-btn {
	top: 290px;
}


/***********************
採用フロー
***********************/
.recruit-flow-container {
	width: 92.35%;
	margin: auto;
}

h3.recruit-flow-title {
	font-size: 30px;
	width: fit-content;
	margin: 70px auto;
	margin-bottom: 40px;
	padding: 16px;
	color: #83BD3F;
}

.recruit-flow-img {
	width: 100%;
}

.SP-recruit-flow-img {
	display: none;
}

h4.recruit-flow-question-title {
	position: relative;
	font-size: 30px;
	width: fit-content;
	margin: 30px auto;
	margin-top: 50px;
	padding: 16px;
}

h4.recruit-flow-question-title::before {
	content: "";
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #333;
}

.recruit-flow-question-container {
	width: 100%;
	margin-bottom: 50px;
}

.recruit-flow-question-container ul {
	margin: 0;
}

.recruit-flow-question-container li:not(:first-child) {
	margin-top: 25px;
}

div.recruit-flow-question {
	font-size: 18px;
	font-weight: 900;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.recruit-flow-question p:first-child {
	font-size: 25px;
	color: #F3E521;
	width: 1.5em;
	margin: 0;
}

.recruit-flow-question p:last-child {
	width: 100%;
	margin-top: 6px;
	letter-spacing: -.5px;
}

p.recruit-flow-answer {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 10px;
	margin-left: 2.5em;
}

/***********************
フッター
***********************/
.footer {
	background-color: transparent !important;
	padding-top: 150px;
	position: relative;
}

.footer-content {
	height: 100px;
	background-color: #83BD3F;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-content p {
	font-size: 16px;
	width: fit-content;
}


/***********************
画面幅1040***************/
@media (max-width: 1040px) {

	/***********************
	ヘッダーセクション
	***********************/
	.corporate-btn a {
		padding: 5px 10px;
	}

	/***********************
	社員インタビュー
	***********************/
	.interview-image {
		top: 10%;
		width: 46%;
	}

	/***********************
	コンタクトバナー
	***********************/
	.contact-btn {
		top: 185px;
	}

	.recruit-content-section .contact-btn {
		top: 235px;
	}
	.contact-btn a {
		font-size: 16px;
	}

	.contact-btn .mail-btn {
		letter-spacing: -2px;
	}


	/***********************
	アピールセクション2
	***********************/
	.right-sub-appeal-box ul {
		width: 100%;
	}
	
	.right-sub-appeal-box li p br {
		display: block;
	}

	/***********************
	フッターのトップボタン
	***********************/
	div#page-top {
		width: 45px;
		height: 45px;
		-webkit-box-shadow: 0 2px 2px #C0C0C0;
		box-shadow: 0 2px 2px #C0C0C0;
	}

	#page-top a:before,
	#page-top a:after {
		height: 1.5px;
		width: 20px;
	}

	#page-top a:before {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		right: 19px;
	}

	#page-top a:after {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		left: 19px;
	}
}


/***********************
画面幅768px以下
***********************/
@media (max-width: 768px) {
	.SP-W {
		width: 315px !important;
		margin: auto;
	}

	/***********************
	ヘッダーセクション
	***********************/
	.header {
		display: flex;
		flex-direction: column-reverse;
	}

	.header-main-img img {
		display: none;
		width: 100%;
	}

	.SP-header-main-img img {
		display: block;
		width: 100%;
	}

	.header-band {
		height: 60px;
	}

	.corporate-container {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
	}

	.corporate-box {
		padding-left: 20px;
	}

	.corporate-box img {
		width: 100px;
	}

	.corporate-btn {
		margin-left: 10px;
	}

	.corporate-btn a {
		font-size: 10px;
		padding: 3px 10px;
		border: none;
	}

	.entry-box {
		width: 110px;
	}

	.entry-box a {
		font-size: 16px;
	}

	div#page-top {
		bottom: 45px;
	}

	/***********************
	イントロセクション
	***********************/
	.intro-main-text h1 {
		font-size: 30px;
		margin: 40px 0;
	}

	.intro-sub-text p {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: -.5px;
	}

	/***********************
	アピールセクション
	***********************/
	.appeal-list-img {
		display: none;
	}

	.SP-appeal-list-img {
		display: block;
	}

	.SP-appeal-list-img img {
		width: 100%;
		margin-bottom: 20px;
	}

	.appeal-content-list li:first-child {
		margin-bottom: 25px;
	}

	.appeal-content-list li p {
		font-size: 24px;
	}

	.appeal-content-list li:first-child span {
		font-size: 35px;
	}

	.appeal-content-list li {
		margin: 10px 0;
	}

	.appeal-content-list li img {
		width: 30px;
	}

	.appeal-content-list li:not(:first-child) p {
		text-indent: 15px;
	}

	span.year {
		position: unset !important;
	}

	.appeal-content-list li:last-child span {
		font-size: 16px;
	}

	.appeal-content-list li:last-child span:last-child {
		font-size: 16px;
		line-height: 20px;
	}

	/***********************
	主な電気工事
	***********************/
	.main-works-container {
		position: relative;
		flex-direction: column;
	}

	.works-box {
		height: 100%;
		flex-direction: column;
	}

	.left-works-box h2 {
		font-size: 25px;
		margin-top: 0;
	}

	.left-works-box {
		width: 100%;
	}

	.left-works-box {
		width: 100%;
		margin: 40px 0;
	}

	.left-works-box {
		width: 100%;
		margin: 40px 0;
	}

	.left-works-box ul {
		height: 100%;
		margin: 0;
	}

	.left-works-box li {
		padding: 7.5px 0;
		margin: 0;
		margin-top: -2.3px;
	}

	.left-works-box li:first-child p {
		margin-top: -2.6px;
	}

	.right-works-box {
		height: 100%;
		width: 100%;
		line-height: 0;
	}

	.works-example {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.works-example h2 {
		font-size: 20px;
		margin: 30px auto 15px;
		padding: 10px;
	}

	.works-images {
		margin: 10px 0;
	}

	ul.works-first-container {
		flex-direction: column;
		margin: 0;
	}

	.works-images li {
		width: 100%;
		margin: 10px 0 0 0 !important;
	}

	ul.works-second-container {
		flex-direction: column;
		margin: 0;
	}

	/***********************
	コンタクトバナー
	***********************/
	.PC-contact-banner {
		display: none;
	}

	.SP-contact-banner {
		display: block;
	}

	section.contact-banner-section {
		width: 335px;
	}

	.contact-container {
		width: 100%;
	}

	a.contact-tel {
		top: 26.5%;
		width: 94%;
	}

	.contact-btn {
		flex-direction: column;
		align-items: center;
		top: 125px;
		width: 85%;
	}

	.contact-btn a {
		width: 70%;
		padding: 5px 0;
		font-weight: bold;
		letter-spacing: 2.4px;
	}

	.contact-btn .recruit-content-btn {
		margin: 0 0 5px;
	}

	.contact-btn .mail-btn {
		margin: 5px 0 0 0;
	}

	/***********************
	アピールセクション2
	***********************/
	.sub-appeal-container {
		position: relative;
		flex-direction: column-reverse;
		height: 100%;
	}

	.left-sub-appeal-box {
		line-height: 0;
	}

	.right-sub-appeal-box ul {
		width: 315px;
		height: 100%;
		margin: 20px 0;
	}

	.right-sub-appeal-box li {
		position: relative;
		display: flex;
		margin: 20px 0;
	}

	.right-sub-appeal-box li p {
		text-align: start;
		margin-left: 1em;
		margin-top: -2px;
		text-indent: 0;
	}

	.right-sub-appeal-box p.sub-text {
		left: 28px;
	}

	/***********************
	社員インタビュー
	***********************/
	h3.interview-title {
		font-size: 25px;
		padding: 10px 0 0;
	}

	.interview-box {
		flex-direction: column;
		margin: auto;
	}

	.interview-box li:nth-child(-n+2) {
		width: 100%;
	}

	.interview-question p:first-child {
		font-size: 25px;
		color: #F3E521;
		width: 1.5em;
		margin: 0;
	}

	.interview-question p:last-child {
		margin-top: 6px;
		letter-spacing: -1.2px;
	}

	p.interview-answer {
		margin-top: 5px;
		margin-left: 0;
		letter-spacing: -1.5px;
	}

	.interview-image {
		position: unset;
		margin-top: 30px;
		width: 100%;
	}

	/***********************
	募集要項
	***********************/
	section.recruit-content-section {
		position: relative;
	}

	.recruit-content-container {
		width: 100%;
	}

	h3.recruit-content-title {
		margin: auto;
		padding-top: 40px;
	}

	.recruit-content-table {
		width: 315px;
		margin: auto;
	}

	.recruit-content-table tr {
		display: flex;
		flex-direction: column;
		padding: 15px 0;
	}

	.recruit-content-table th {
		width: auto;
		padding-top: 5px;
	}

	.recruit-content-table td {
		padding: 0;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: -.3px;
	}

	.recruit-content-section div.contact-banner-section {
		width: 335px;
	}

	.recruit-content-table td br {
		display: block;
	}

	.recruit-content-section a.contact-tel {
		top: 34.5%;
	}

	.recruit-content-section .contact-btn {
		top: 175px;
	}

	/***********************
	採用フロー
	***********************/
	section.recruit-flow-section {
		width: 100%;
	}

	h3.recruit-flow-title {
		margin: 30px auto 20px;
		padding: 10px;
	}

	.recruit-flow-img {
		display: none;
	}

	.SP-recruit-flow-img {
		display: block;
		width: 100%;
	}

	h4.recruit-flow-question-title {
		font-size: 20px;
		margin: 20px auto;
		padding: 10px;
	}

	.recruit-flow-question-container {
		margin: 0;
	}

	p.recruit-flow-answer {
		margin-top: 5px;
		margin-left: 0;
		letter-spacing: -1.5px;
	}

	.recruit-flow-question p:last-child {
		letter-spacing: -1.2px;
	}

	/***********************
	フッター
	***********************/
	.footer {
		padding-top: 10px;
	}

	.footer-content {
		height: 60px;
	}

}