@charset "utf-8";
/*
Theme Name: S.I.ENERGY
Description: This is may original theme.
Author:si-energy
Version:1.0
*/

* {padding:0;margin:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
a{transition:0.4s;}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
figure{margin:0;}
img,abbr,acronym,fieldset{border:0;}
body{
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
.aligncenter {display:block;margin:0 auto;}
.alignleft {display:block;margin:0 auto 0 0;}
.alignright {display:block;margin:0 0 0 auto;}
.floatright {
	padding: 4px;
	margin: 0 0 2px 8px;
	display: inline;
	float: right;
}
.floatleft {
	padding: 4px;
	margin: 0 8px 2px 0;
	display: inline;
	float: right;
}
.result {
	font-size: 18px;
	border-bottom: 1px dashed #d9032d;
	margin-bottom: 20px;
}
.serach_home ul li {
	position: relative;
	padding: 8px 0 8px 1.5em;
	margin: 7px 0 10px 0;
	font-weight: bold;
	font-size:14px;
	border-bottom: dashed 1px #555;
}
.serach_home ul li::after {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #d9032d;
	top: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.serach_home ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.serach_home ul li a:hover {
	color: #d9032d;
}
blockquote {
	background-color: #f2f2f2;
	font-family: 'Dosis';
	margin: 0 0 20px;
	padding: 15px 25px;
	border-left: 5px solid #d9032d;
}
blockquote, blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
}
blockquote cite, blockquote small {
	color: #242526;
	font-size: 15px;
	display: block;
	line-height: 20px;
	padding-top: 15px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 600;
}
img{height:auto;max-width:100%;}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul li {list-style-type:none;}
ol {margin-left:20px;}
ol li {list-style-type:decimal;}
ol li, p {line-height:1.8;}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
.cen_txt {
	text-align:center;
}
.res_block {
	display: none;
}
h1 a {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.search_container{
	box-sizing: border-box;
}
.search_container input[type="text"]{
	background: #fff;
	border: 1px solid #acacac;
	height: 33px;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-family: FontAwesome;
	border: none;
	background: #d9032d;
	color: #fff;
	outline : none;
	width: 5em;
	height: 36px;
	margin-left: 5px;
}
section h2 {
	line-height: 1.4;
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 500;
}
section h2::after {
	display: block;
	content: "";
	border-top: 4px solid var(--i_main_color);
	width: 70px;
	height: 3px;
	position: absolute;
	background: #d9032d;
	bottom: 0;
	left: calc(50% - 35px);
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.pickFixed {
	position: fixed;
	top: 10.5em;
	width: 100%;
	z-index: 999;
	background-color: #f9f9f9;
}
.pick_fixity {
	width: 250px;
}
.pick_sideber {
	position: absolute;
	width: 250px;
	margin-top: 3.5em;
	top: 0;
	right: 4%;
}
.pick_sideber h2 {
	background-color: #a98f26;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
}
.pick_sideber h2::after {
	display: none;
}
.pick_sideber article {
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px dotted #999999;
}
.pick_sideber article:last-child {
	border-bottom: none;
}
.pick_sideber figcaption {
	text-align: center;
	color: #d9032d;
	font-weight: 600;
}
.wide_inner {
	display: table;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.left_side {
	display: none;
}
.side_menu {
	background-color: #F5F5F5;
	padding: 10px 20px;
}
.side_menu figure {
	border-bottom: 1px solid #d9032d;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.side_menu img {
	width: 100%;
}
.side_menu .menu:last-child {
	margin-bottom: 0;
}
.side_menu h3 {
	position: relative;
	padding: 6px 0 6px 1.2em;
	font-size: 18px!important;
	border-bottom: 2px dotted #707070!important;
	margin-bottom: 16px!important;
}
.side_menu h3::after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: '';
	width: 4px;
	height: calc(100% - 1em);
	background-color: #d9032d;
	border-radius: 4px;
}
.side_menu ul {
	margin-bottom: 20px;
}
.side_menu li {
	padding: 6px 0;
	position: relative;
}
.side_menu li::after {
	position: absolute;
	top: 16px;
	left: 10px;
	content: '';
	width: 4px;
	height: 18px;
	background-color: #d9032d;
	border-radius: 4px;
}
.side_menu li a {
	padding: 6px 0 6px 1.4em;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
	border-bottom: 1px dotted #707070;
}
.side_menu li a:hover {
	color: #d9032d;
}
.side_menu .sub-menu a {
	padding: 6px 0 6px 2em;
	font-size: 16px;
	font-weight: 400;
}
.side_menu .sub_list {
	padding: 0;
	border-bottom: none;
}
.side_menu .sub_list::after {
	display: none;
}
.side_menu li ul li {
	padding: 0;
}
.side_menu li ul li::after {
	top: 6px;
	left: 16px;
	content: '≫';
	background: none;
	width: 0;
	height: 0;
}
.side_menu ul .sub-menu .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
}
.side_menu ul .sub-menu .sub-menu a {
	padding: 6px 0 6px 3.2em;
	font-size: 16px;
	font-weight: 400;
	font-size: 13px;
}
.side_menu ul .sub-menu .sub-menu li::after {
	top: 4px;
	left: 26px;
}
.right_side article {
	padding: 15px;
}
.right_side figcaption {
	text-align: center;
	color: #d9032d;
	font-weight: 600;
}
.page_area {
	padding: 20px 20px 4em;
	margin: 0 auto;
}
.page_area h3 {
	padding-bottom: 6px;
	border-bottom: 2px solid #d9032d;
	margin-bottom: 25px;
	font-size: 30px;
}
.base_area {
	padding: 160px 0 4em;
	margin: 0 auto;
}
.wide_area {
	padding: 20px 0 4em;
	margin: 0 auto;
}
#cont_1 {
	position: relative;
	padding: 4em 20px;
}
#cont_2 {
	padding: 4em 20px;
	background-size: cover;
	background-image: url(images/back_design.jpg);
}
#cont_3 {
	padding: 4em 20px;
	background-size: cover;
	background-position: 25% 35%;
	background-image: url(images/recruit_back.jpg);
}
#cont_4 {
	padding: 4em 20px 2em;
	position: relative;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
	top: 0;
}
header h1 a img {
	display: block;
	position: absolute;
}
header .h_logo {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
}
header .h_search {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #5a7962;
	font-size: 20px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
	top: 10px;
	right: 10em;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}
#main_slider {
	position: relative;
	width: 100%;
	margin: 52px auto 0;
}
.main_header {
	width:100%;
	height:600px!important;
	position:relative;
	background-position: left 10% bottom 10%!important;
}
.main_header_inner {
	margin:0 auto;
	padding: 20px 1em;
	overflow:hidden;
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 3;
	text-align: center;
	background: linear-gradient(90deg, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
.main_header_inner .title {
	position: relative;
	max-width: 1200px;
	color: #fff;
}
.main_header_inner span {
	font-size: 18px;
	margin-right: 20px;
}
#page_header {
	width:100%;
	height:400px!important;
	position:relative;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
#page_header_inner {
	margin:0 auto;
	padding: 20px 4em 20px 1em;
	overflow:hidden;
	position: absolute;
	left: 0;
	top: 34%;
	z-index: 3;
	text-align: center;
	background: linear-gradient(90deg, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
#page_header_inner .title {
	position: relative;
	font-size: 38px;
	max-width: 1200px;
	color: #fff;
	text-align: left;
}
#page_header_inner span {
	font-size: 18px;
	display: block;
}
.btn_area {
	text-align: center;
}
.btn_area a {
	background-color: #d9032d;
	border: 1px solid #d9032d;
	color: #fff;
	text-decoration: none;
	padding: 12px 0;
	width: 230px;
	display: block;
	margin: 0 auto;
}
.btn_area a:hover {
	background-color: #fff;
	color: #d9032d;
}
.three_column .in_box {
	background-size: cover;
	background-position: center;
}
.three_column {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.three_column .in_box {
	margin: 0 0 20px 0;
}
.three_column .in_box:last-child  {
	margin: 0;
}
.three_column .box_fixed {
	padding: 30% 0;
}
.four_column .in_box {
	background-size: cover;
	background-position: center;
}
.four_column {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.four_column .in_box {
	width: 100%;
	margin: 0 0 20px;
}
.four_column .in_box:last-child {
	margin: 0;
}
.four_column .in_box {
	width: 100%;
	margin-bottom: 20px;
}
.four_column .box_fixed {
	padding: 20% 0;
}
#side_contents {
	display: flex;
	flex-wrap: wrap;
}
#side_contents .main_data {
	width: 100%;
	margin-bottom: 3em;
}
#side_contents .side_data {
	width: 100%;
}
#side_contents article {
	padding: 15px;
}
#breadcrumb {
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 0;
}
.breadarea *, .breadarea *:after, .breadarea *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.breadarea {
	margin: 0 auto 2em;
}
.breadarea a {
	text-decoration: none;
	color: #000;
}
.breadarea .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.breadarea li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #009387;
}
.breadarea li::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000!important;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.breadarea li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #000;
}
.breadarea li:last-child::before {
	content: normal;
}
.cont_box h2 {
	color: #d9032d;
	margin-bottom: 20px;
	padding: 0;
}
.cont_box h2::after {
	display: none;
}
.post_area {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.post_area h2 {
	font-size: 32px;
}
.post_area .news_area,
.post_area .seminar_area {
	background: #f5f5f5;
	width: 100%;
}
.post_area .news_area {
	margin-bottom: 30px;
}
.post_area .box_fixed {
	padding: 3.5em 20px 2em;
	border-top: 3px solid #d9032d;
}
.post_area ul {
	max-width: 450px;
	margin: 0 auto 30px;
}
.post_area li {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.post_area li a {
	text-decoration: none;
	color: #000;
}
.post_area li a:hover {
	color: #d9032d;
}
.post_area li time {
	display: block;
	margin-bottom: 8px;
}
.post_home dl {
	padding: 15px 1em;
	border-bottom: 1px solid #707070;
}
.post_home dt {
	margin-bottom: 5px;
}
.cate_link {
	background: #707070;
	margin-left: 12px;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
}
.cate_link:hover {
	background: #000;
	color: #fff;
}
.textwidget {
	margin: 15px 15px 20px;
}
.widget-title {
	background-color: #a98f26;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	margin: 0;
}
.widget-title::after {
	display: none;
}
footer {
	background-color: #fdfdfd;
	border-top: 3px solid #d9032d;
	padding: 2em 0 0;
}
.foot_nav {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	width: calc(100% - 40px);
	display: table;
	padding: 0 20px;
}
.foot_nav .nav_grid {
	width: calc(50% - 5px);
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.foot_nav .nav_grid:nth-child(2n) {
	margin-right: 0;
}
.foot_nav ul li {
	margin-bottom: 10px;
}
.foot_nav ul li a {
	text-decoration: none;
	color: #000;
}
.foot_nav ul li a:hover {
	color: #d9032d;
}
.foot_nav ul li:first-child a {
	font-weight: 600;
	color: #d9032d;
}
.under_menu {
	text-align: center;
	padding: 20px 0;
	background: #f5f5f5;
	margin-top: 2em;
}
.under_menu ul {
	font-size: 0;
	line-height: 1;
}
.under_menu ul li {
	font-size: 14px;
	display: inline-block;
}
.under_menu ul li a {
	display: block;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
	color: #000;
	text-decoration: none;
}
.under_menu ul li a:hover {
	color: #d9032d;
}
.under_menu ul li:last-of-type a {
	border: none;
	margin: 0;
	padding: 0;
}
.copy {
	background: #d9032d;
	padding: 10px 20px;
}
.copy p {
	text-align: center;
	color: #fff;
}
/*img.wp-post-image {
	margin: 0 20px 0 0;
	margin: 0 1.428571428571429rem 0 0;
	float: left;
}*/
img.wp-post-image:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.contact_box {
	display: table;
	width: calc(100% - 20px);
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ccc;
	padding: 2em 10px;
	margin-bottom: 20px;
}
.contact_box .box_data:first-child {
	margin-bottom: 10px;
}
.mail_txt {
	position: relative;
	display: table;
	margin: 0 auto;
}
.mail_txt::after {
	font-family: "Font Awesome 5 Free";
	color: #d9032d;
	content: '\f0e0';
	font-weight: 900;
	left: -24px;
	position: absolute;
}
.box_btn a {
	display: block;
	text-decoration: none;
	background: #EC6B00;
	color: #fff;
	max-width: 300px;
	margin: 10px auto 0;
	padding: 10px 0;
	text-align: center;
}
.box_btn a:hover {
	background: #AF3600;
}
.tel_txt {
	position: relative;
	display: table;
	margin: 12px auto 0;
	color: #d9032d;
	font-size: 22px;
	font-weight: 600;
}
.tel_txt::after {
	font-family: "Font Awesome 5 Free";
	color: #d9032d;
	content: '\f095';
	font-weight: 900;
	left: -24px;
	position: absolute;
	transform: scale(-1, 1);
}
.wid_picup {
	border-bottom: 1px dotted #999999!important;
	margin-bottom: 1.5em;
    font-size: 12px;
}
.win_txt{
	font-size: 14px;
}