@charset "UTF-8";

/* common
------------------------------------------------*/
#main #post .post-body .sp-block {
	display: none;
}
#main #post .post-body .column-reverse {
	flex-direction: row-reverse;
}
#main #post .post-body .bg-color {
    background: #F2F7FA;
    margin: 60px 0;
    padding: 60px 0 50px;
}
#main #post .post-body .cta-box {
    background: #f1fff4;
    border: double 6px #46A85D;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}
#main #post .post-body .cta-box h3 {
	display: block;
	background: none;
	margin:  0 0 20px;
	padding: 0;
	text-align: center;
	letter-spacing: 0.1em;
	color: #46A85D;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main #post .post-body .cta-box h3::before,
#main #post .post-body .cta-box h3::after {
	content: "" !important;
	display: inline-block;
	background: #46A85D;
	width: 3px;
	height: 40px;
	margin: 0 20px 0 0;
	transform: rotate(-30deg);
}
#main #post .post-body .cta-box h3::after {
	transform: rotate(30deg);
	margin: 0 0 0 20px;
}
#main #post .post-body .cta-box .flex {
	justify-content: center;
}
#main #post .post-body .cta-box .flex dl {
	margin: 0 40px 0 0;
	line-height: 1.4;
}
#main #post .post-body .cta-box .flex dl dt {
	float: left;
	width: 50px;
	padding: 20px 0 0;
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 700;
}
#main #post .post-body .cta-box .flex dl dd {
	margin: 0 0 0 50px;
	text-align: left;
	font-size: 14px;
}
#main #post .post-body .cta-box .flex dl dd a {
	letter-spacing: 0.09em;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #333;
}
#main #post .post-body .cta-box .flex p {
	width: 380px;
	margin: 0;
}
#main #post .post-body .cta-box .flex p a {
	display: block;
	position: relative;
	background: #333;
	height: 65px;
	border-radius: 33px;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.06em;
	font-size: 19px;
	color: #fff;
}
#main #post .post-body .cta-box .flex p a span {
	position: relative;
	background: url("img/icon-mail.svg") no-repeat left top 5px;
	background-size: 28px auto;
	padding: 0 0 0 50px;
}
#main #post .post-body .cta-box .flex p a:hover {
	opacity: 0.8;
}
@media screen and (max-width:1024px) {
	#main #post .post-body .cta-box {
		padding: 40px 5%;
	}
	#main #post .post-body .cta-box h3 + p {
		margin: 20px 0 40px;
	}
	#main #post .post-body .cta-box .flex dl dt {
		padding: 15px 0 0;
		font-size: 17px;
	}
	#main #post .post-body .cta-box .flex dl dd a {
		font-size: 30px;
	}
	#main #post .post-body .cta-box .flex p {
		width: 300px;
	}
}
@media screen and (max-width:767px) {
	#main #post .post-body .pc-block {
		display: none;
	}
	#main #post .post-body .sp-block {
		display: block;
	}
    #main #post .post-body .bg-color {
        margin: 40px 0;
        padding: 40px 0 30px;
    }
	#main #post .post-body .cta-box {
		padding: 30px 20px;
		text-align: left;
	}
	#main #post .post-body .cta-box .flex {
		display: block;
	}
	#main #post .post-body .cta-box h3 + p {
		margin: 20px 0;
		font-size: 16px;
	}
	#main #post .post-body .cta-box .flex dl {
		display: inline-block;
		margin: 0;
	}
	#main #post .post-body .cta-box .flex p {
		margin: 20px auto 0;
		width: 100%;
	}
	#main #post .post-body .cta-box .flex p a {
		font-size: 16px;
	}
	#main #post .post-body .cta-box .flex p a span {
		background-size: 20px auto;
		padding: 0 0 0 30px;
	}
	#main #post .post-body .wp-block-columns.is-layout-flex.reverse {
		flex-direction: column-reverse;
	}
}
/* company
------------------------------------------------*/
#main.company #post .post-body p.has-text-align-right {
	letter-spacing: 0.08em;
	font-size: larger;
}
/* business
------------------------------------------------*/
#main.business #post .post-body .flex .box {
	width: 48%;
}
#main.business #post .post-body .flex .box a {
	display: block;
	background: #fff;
	height: 100%;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}
#main.business #post .post-body .flex .box a:hover {
	opacity: 0.8;
}
#main.business #post .post-body .flex .box p {
	margin: 0;
}
#main.business #post .post-body .flex .box dl {
	margin: 0;
	padding: 10px 30px 30px
}
#main.business #post .post-body .flex .box dt {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 90px;
	letter-spacing: 0.09em;
	font-size: 28px;
	font-weight: 700;
}
#main.business #post .post-body .flex .box dt:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	width: 80px;
	height: 80px;
}
#main.business #post .post-body .flex .box:first-child dt:before {
	background: url("img/icon-business01.svg") no-repeat 0 0;
	background-size: cover;
}
#main.business #post .post-body .flex .box:last-child dt:before {
	background: url("img/icon-business02.svg") no-repeat 0 0;
	background-size: cover;
}
#main.business #post .post-body .flex .box dd {
	margin: 0;
}
#main.business #post .post-body .flex .box .morebtn span {
	margin: 20px 0 0 auto;
}
@media screen and (max-width:970px) {
	#main.business #post .post-body .flex .box dt {
		padding: 0 0 0 80px;
		font-size: 24px;
	}
	#main.business #post .post-body .flex .box dl {
		padding: 10px 20px 20px;
	}
	#main.business #post .post-body .flex .box dt:before {
		top: -25px;
		left: 0;
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width:767px) {
	#main.business #post .post-body .flex .box {
		width: 100%;
	}
	#main.business #post .post-body .flex .box:first-child {
		margin: 0 0 20px;
	}
	#main.business #post .post-body .flex .box dt {
		padding: 0 0 0 70px;
		font-size: 20px;
	}
	#main.business #post .post-body .flex .box dt:before {
		width: 60px;
		height: 60px;
	}
}

/* electric,felling
------------------------------------------------*/
#main.electric #post .post-body p strong,
#main.felling #post .post-body p strong,
#main.inform #post .post-body p strong {
    background: linear-gradient(transparent 40%, #ffe991 40%);
    margin: 0 0.2em;
    color: #005682;
}
#main.electric #post .post-body h3:first-child,
#main.electric #post .post-body h4:first-child
#main.felling #post .post-body h3:first-child,
#main.felling #post .post-body h4:first-child {
	margin-top: 0;
}
#main.electric #post .post-body #check ul,
#main.felling #post .post-body #check ul {
    list-style: none;
	margin: 0;
    padding: 0;
    font-size: 1.2em;
}
#main.electric #post .post-body #check ul li,
#main.felling #post .post-body #check ul li {
    background: url(img/icon-check.svg) no-repeat 10px 1.2em / 20px auto;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0.7em 0 0.7em 40px;
}
#main.electric #post .post-body #check ul li strong,
#main.felling #post .post-body #check ul li strong {
    color: #820000;
}
#main.electric #post .post-body #check .strong,
#main.electric #post .post-body #trouble .strong,
#main.felling #post .post-body #check .strong,
#main.felling #post .post-body #trouble .strong {
    margin: 30px 0 0;
    padding-top: 30px;
    text-align: center;
    font-size: 1.5em;
    position: relative;
}
#main.electric #post .post-body #check .strong::before,
#main.electric #post .post-body #trouble .strong::before,
#main.felling #post .post-body #check .strong::before,
#main.felling #post .post-body #trouble .strong::before {
    content: "";
    border: solid 16px #888;
    border-right-color: transparent;
    border-top-color: transparent;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%,0) rotate(-45deg);
}
#main.electric #post .post-body #service h2,
#main.felling #post .post-body #service h2 {
	background: #c1e3f7;
    border-radius: 10px;
    padding: 30px;
}
#main.electric #post .post-body #service h2::after,
#main.felling #post .post-body #service h2::after {
	background: none;
	border: solid 20px #c1e3f7;
	border-top-color: transparent;
	border-left-color: transparent;
	width: 0;
	height: 0;
	margin: 0;
	bottom: -30px;
	left: 50%;
	transform: rotate(45deg) translate(-50%,0);
}
#main.electric #post .post-body #service h2 strong,
#main.felling #post .post-body #service h2 strong {
	background: #005682;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px;
    padding: 1px 0.2em 5px 0.5em;
    letter-spacing: 0.3em;
    font-weight: 800;
    font-size: 1.3em;
    color: #ffe991;
}
#main.electric #post .post-body #service h3::before,
#main.felling #post .post-body #service h3::before {
    content: none;
}
#main.electric #post .post-body #service h3 span,
#main.felling #post .post-body #service h3 span {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0.2em 0.5em 0 0;
    text-align: center;
    font-size: 0.8em;
    color: #005682;
}
#main.electric #post .post-body #flow h3,
#main.felling #post .post-body #flow h3 {
    background: #76a0b5;
    margin: 1em 0 0.8em;
    font-weight: 600;
    font-size: 1.2em;
}
#main.electric #post .post-body #flow h3::before,
#main.felling #post .post-body #flow h3::before {
	content: none;
}
#main.electric #post .post-body #flow h3 span,
#main.felling #post .post-body #flow h3 span {
	border-right: solid 1px #fff;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	display: inline-block;
}
#main.electric #post .post-body #trouble img,
#main.felling #post .post-body #trouble img {
	width: 220px;
	max-width: 70%;
	display: block;
	margin: 0 auto 20px;
}
#main.electric #post .post-body #faq dl,
#main.felling #post .post-body #faq dl {
	margin: 0 0 30px;
}
#main.electric #post .post-body #faq dt,
#main.electric #post .post-body #faq dd,
#main.felling #post .post-body #faq dt,
#main.felling #post .post-body #faq dd {
	margin: 0;
	padding: 1.5em 0 1.5em 60px;
	position: relative;
}
#main.electric #post .post-body #faq dt::before,
#main.electric #post .post-body #faq dd::before,
#main.felling #post .post-body #faq dt::before,
#main.felling #post .post-body #faq dd::before {
	content: "Q";
	position: absolute;
	top: 1.4em;
	left: 15px;
	background: #005682;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #fff;
}
#main.electric #post .post-body #faq dd::before,
#main.felling #post .post-body #faq dd::before {
	content: "A";
	background: #820000;
}
#main.electric #post .post-body #faq dt,
#main.felling #post .post-body #faq dt {
	padding-bottom: 0;
	font-weight: bold;
}
#main.electric #post .post-body #faq dd,
#main.felling #post .post-body #faq dd {
	border-bottom: solid 1px #ccc;
}
@media screen and (max-width:767px) {
	#main.electric #post .post-body #check .strong,
	#main.electric #post .post-body #trouble .strong,
	#main.felling #post .post-body #check .strong,
	#main.felling #post .post-body #trouble .strong {
		margin: 0;
		padding-top: 20px;
		font-size: 1.2em;
	}
	#main.electric #post .post-body #check .strong::before,
	#main.electric #post .post-body #trouble .strong::before,
	#main.felling #post .post-body #check .strong::before,
	#main.felling #post .post-body #trouble .strong::before {
		border-width: 12px;
		top: -20px;
	}
	#main.electric #post .post-body #service h2,
    #main.felling #post .post-body #service h2 {
		padding: 20px 10px;
	}
	#main.electric #post .post-body #service h2::after,
	#main.felling #post .post-body #service h2::after {
		border-width: 10px;
        bottom: -10px;
	}
	#main.electric #post .post-body #trouble img,
	#main.felling #post .post-body #trouble img {
		max-width: 50%;
		margin-bottom: 10px;
	}
	#main.electric #post .post-body #trouble .wp-block-column p,
	#main.felling #post .post-body #trouble .wp-block-column p {
		margin: 0;
	}
}
/* recruit
------------------------------------------------*/
#main.recruit #post .post-body .read {
	text-align: center;
}
#main.recruit #post .post-body .read p {
	line-height: 2.2;
}
#main.recruit #post .post-body .wp-block-column h3:first-child {
	margin-top: 0;
}
#main.recruit #post .post-body .check {
    list-style: none;
	margin: 0;
    padding: 0;
    font-size: 1.1em;
}
#main.recruit #post .post-body .check li {
    background: url(img/icon-check.svg) no-repeat 10px 1.2em / 20px auto;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0.7em 0 0.7em 40px;
}
#main.recruit #post .post-body .interview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main.recruit #post .post-body .interview .box {
	width: 32%;
}
#main.recruit #post .post-body .interview .box a {
	display: block;
	background: #e5eef3;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#main.recruit #post .post-body .interview .box a:hover {
	opacity: 0.8;
}
#main.recruit #post .post-body .interview .box .img {
	margin-bottom: 15px;
}
#main.recruit #post .post-body .interview .box .name {
	margin: 0 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.2em;
}
#main.recruit #post .post-body .interview .box ul {
	list-style: none;
	margin: 0 20px 15px;
	padding: 0;
}
#main.recruit #post .post-body .interview .box ul li {
	margin: 0;
}
#main.recruit #post .post-body .message a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	color: #333;
}
#main.recruit #post .post-body .message a:hover {
	opacity: 0.8;
}
#main.recruit #post .post-body .message .img,
#main.recruit #post .post-body .message .txt {
	width: 47%;
}
#main.recruit #post .post-body .message .txt .catch {
	margin: 0 0 0.7em;
	font-size: 1.2em;
}
#main.message #post .post-body .name {
	text-align: right;
}
#main.recruit #post .post-body .message .txt .name,
#main.message #post .post-body .name {
	letter-spacing: 0.1em;
}
#main.recruit #post .post-body .message .txt .name strong,
#main.message #post .post-body .name strong {
	margin: 0 0 0 1em;
	font-size: 1.5em
}
#main.recruit #post .post-body .message .txt .morebtn span {
    margin: 0 0 0 auto;
}
#main.interview01 #post .post-body .wp-block-column dl,
#main.interview02 #post .post-body .wp-block-column dl,
#main.interview03 #post .post-body .wp-block-column dl {
	border-top: 1px solid #ccc;
	margin: 0;
	line-height: 1.5;
}
#main.interview01 #post .post-body .wp-block-column dt,
#main.interview02 #post .post-body .wp-block-column dt,
#main.interview03 #post .post-body .wp-block-column dt {
	float: left;
	width: 120px;
	padding: 15px 0;
	font-weight: 700;
	color: #005682;
}
#main.interview01 #post .post-body .wp-block-column dd,
#main.interview02 #post .post-body .wp-block-column dd,
#main.interview03 #post .post-body .wp-block-column dd {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 15px 0 15px 140px;
}
#main.recruit #post .post-body .cta-box,
#main.message #post .post-body .cta-box,
#main.interview01 #post .post-body .cta-box,
#main.interview02 #post .post-body .cta-box,
#main.interview03 #post .post-body .cta-box {
	background: #F3F8FC;
	border-color: #005682;
	margin-top: 50px;
}
#main.recruit #post .post-body .cta-box h3,
#main.message #post .post-body .cta-box h3,
#main.interview01 #post .post-body .cta-box h3,
#main.interview02 #post .post-body .cta-box h3,
#main.interview03 #post .post-body .cta-box h3 {
	color: #005682;
}
#main.recruit #post .post-body .cta-box h3::before,
#main.recruit #post .post-body .cta-box h3::after,
#main.message #post .post-body .cta-box h3::before,
#main.message #post .post-body .cta-box h3::after,
#main.interview01 #post .post-body .cta-box h3::before,
#main.interview01 #post .post-body .cta-box h3::after,
#main.interview02 #post .post-body .cta-box h3::before,
#main.interview02 #post .post-body .cta-box h3::after,
#main.interview03 #post .post-body .cta-box h3::before,
#main.interview03 #post .post-body .cta-box h3::after {
	background: #005682;
}
#main.entry #post .post-body table td ul {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	#main.recruit #post .post-body .read {
		text-align: left;
	}
	#main.recruit #post .post-body .interview .box,
	#main.recruit #post .post-body .message .img,
	#main.recruit #post .post-body .message .txt {
		width: 100%;
		margin-bottom: 1em;
	}
}
/* sitemap
------------------------------------------------*/
#main.sitemap #post .post-body ul {
	list-style-position: inside;
	padding: 0;
}
#main.sitemap #post .post-body ul ul {
	margin: 10px 0 0;
	padding: 0 0 0 2em;
}
#main.sitemap #post .post-body ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 20px;
}
#main.sitemap #post .post-body ul li:first-child {
	border-top: 1px solid #ccc;
}
#main.sitemap #post .post-body ul li li {
	border: 0;
	padding: 0;
	font-size: 18px;
}
#main.sitemap #post .post-body ul li li:first-child {
	border: 0;
}
/* form
------------------------------------------------*/
#main #post .post-body .mw_wp_form p:empty {
	display: none;
}
#main #post .post-body .mw_wp_form th {
	width: 220px;
	padding: 10px 20px 10px 50px;
	vertical-align: top;
}
#main #post .post-body .mw_wp_form th.required {
	position: relative;
}
#main #post .post-body .mw_wp_form th.required:before {
	content: "必須";
	display: block;
	position: absolute;
	top: 17px;
	left: 10px;
	background: #005682;
	padding: 0 4px;
	font-size: 11px;
	color: #fff;
}
#main #post .post-body .mw_wp_form input,
#main #post .post-body .mw_wp_form textarea,
#main #post .post-body .mw_wp_form select {
	border: 1px solid #888;
	padding: 5px;
	vertical-align: middle;
	font-size: 17px;
}
#main #post .post-body .mw_wp_form input[type="number"] {
	width: 4em;
}
#main #post .post-body .mw_wp_form textarea,
#main #post .post-body .mw_wp_form input.fullsize {
	width: 100%;
}
#main #post .post-body .mw_wp_form input.submit {
	display: inline-block;
	padding: 1em 2em;
	color: #fff;
	background: #005682;
	width: 260px;
	border: 2px solid #005682;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
}
#main #post .post-body .mw_wp_form input.submit:hover {
	opacity: 0.8;
}
#main #post .post-body .mw_wp_form input.submit[name="submitBack"] {
    background: #fff;
    border: solid 2px #ccc;
    color: #888;
}
#main #post .post-body .mw_wp_form input.returnbtn {
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
}
#main #post .post-body .mw_wp_form input::placeholder {
	color: #999;
}
@media screen and (max-width:767px) {
	#main #post .post-body .mw_wp_form table {
		border-bottom: 1px solid #ccc;
	}
	#main #post .post-body .mw_wp_form th,
	#main #post .post-body .mw_wp_form td {
		display: block;
		width: 100%;
		border-bottom: 0;
		padding: 10px;
	}
	#main #post .post-body .mw_wp_form td {
		padding: 15px 10px;
	}
	#main #post .post-body .mw_wp_form th.required {
		padding: 10px 10px 10px 50px;
	}
	#main #post .post-body .mw_wp_form th.required:before {
		top: 15px;
	}
	#main #post .post-body .mw_wp_form input,
	#main #post .post-body .mw_wp_form textarea {
		max-width: 100%;
		font-size: 14px;
	}
	#main #post .post-body .mw_wp_form select {
		font-size: 14px;
	}
	#main #post .post-body .mw_wp_form input[type="submit"],
	#main #post .post-body .mw_wp_form input[type="button"] {
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	#main #post .post-body .mw_wp_form input[type="submit"]::-webkit-search-decoration,
	#main #post .post-body .mw_wp_form input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	#main #post .post-body .mw_wp_form input[type="submit"]::focus,
	#main #post .post-body .mw_wp_form input[type="button"]::focus {
		outline-offset: -2px;
	}
	#main #post .post-body .mw_wp_form input[name="zip"] {
		width: 10em;
	}
}