/*
Theme Name: エネサーチ
Template: twentytwenty
*/

/* エネサーチカスタムCSS */

body {
	background: #f5efe0;
	box-sizing: border-box;
	color: #000;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.6rem;
	letter-spacing: .2em;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.6rem;
}
a {
text-decoration: none;
}
#site-header,
#site-footer {
	background: #006097;
}
#site-header {
    position: fixed;
    width: 100%;
	z-index: 999;
}
.header-inner {
    max-width: 780px;
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.primary-menu > li > a {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 15px;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: .1em;
}
#site-header .toggle,
.nav-toggle .toggle-inner {
    display: none;
}
.header-inner .toggle-wrapper {
    display: none;
}
.header__img--wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header__img--title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	text-align: center;
	padding: 10px;
	/*border-radius: 20px; */
	background: #43bbbc; /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(26.3,73.3,73.7, .4) 0%, rgba(170, 218, 216, .4) 50%, rgba(32,124,202, .4) 100%, rgba(0,96,130, .4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(26.3,73.3,73.7 ,.4) 0%,rgba(170, 218, 216, .4)  50%,rgba(32,124,202, .4) 100%,rgba(0,96,130, .4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(26.3,73.3,73.7, .4) 0%,rgba(170, 218, 216, .4) 50%,rgba(32,124,202, .4)100%,rgba(0,96,130, .4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#animate1 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
}
#animate2 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニメーション開始時間 */
}
#animate3 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 2s; /* アニメーション開始時間 */
}
.entry-title {
	display: none;
}
section#vision,
section#contact {
	padding-top: 0;
}

#site-footer {
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
section {
	max-width: 1000px !important;
}
section#vision {
	margin-top: -100px;
	padding-top: 100px;
}
.vision__section,
.service__section,
.company__section,
.contact__section {
	margin: 0 auto;
}
.vision__section--title,
.service__section--title,
.company__section--title,
.contact__section--title {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.2em;
	letter-spacing: .3em;
}
section h1 {
    font-size: 1.2em;
	line-height: 2em;
	text-align: center;
}
.vision__section--title,
.service__section--title,
.company__section--title,
.contact__section--title,
.company__section--cont,
.contact__section--cont {
	text-align: center;
	position: relative;
}
.vision__section--title:before,
.service__section--title:before,
.company__section--title:before,
.contact__section--title:before,
.vision__section--title:after,
.service__section--title:after,
.company__section--title:after,
.contact__section--title:after {
	width: 150px;
	content: "";
	height: 1px;
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
}
.vision__section--title:after,
.service__section--title:after,
.company__section--title:after,
.contact__section--title:after {
	bottom: -50px;	
}
.jp-title {
	font-size: .6em;
	text-align: center;
	margin-top: 16px;
}
.vision__section--cont h1,
.service__section--cont h1 {
	font-size: 2rem;
	letter-spacing: .2em;
}
.vision__section--cont p {
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
}
.service__section {
	width: 850px;
}
.service__section--img {
	max-width: 500px;
	position: relative;
	z-index: 1;
}
.service__section--img img {
	max-width: 500px;	
}
.service__section--overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	opacity: 0;
	transition:all .5s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
}
.service__section--overlay img {
	max-width: 500px;
}
.service__section--overlay:hover {
	opacity: .5;
}
.service__section--imgCont {
	position: relative;
	margin-top: -250px;
    margin-left: 480px;
	background: rgba(0, 0, 0, .5);
	padding: 16px 16px 1px;
	z-index: 2;
	transition:all .5s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
}
.service__section--imgCont:hover {
	background: rgba(0, 0, 0, .8);	
}
.service__section--imgCont p {
	color: #fff;
	font-size: 16px;
}

.service__section--inner{
	/*下記追加260105*/
	display:flex;
	align-items:top;
	justify-content:space-between;
	gap:30px;
}


.comparison {
	margin-bottom: 100px;
}
.company__section {
	width: 900px;
}
.company__section--inner {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.company__section--cont {
	width: 430px;
	font-size: 17px;
	text-align: left;
	line-height: 3em;
}
.company__section--cont .title,
.company__section--cont .title2 {
	display: flex;
}
.company__section--cont .title,
.company__section--cont .title2 {
	margin-top: 30px;
}
.company__section--cont  .name {
	letter-spacing: 1px;	
}
.company__section--cont .title,
.company__section--cont .title2 {

}
.company__section--cont .name1 {
	width: 7em;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
.company__section--cont .comma {
	width: 2em;
	text-align: center;
}
.company__section--cont .title-border {
	width: 430px;
	content: "";
	height: 1px;
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.company__section--img {
	max-width: 450px;
	position: relative;
	z-index: 1;
}
.company__section--img img {
	max-width: 450px;	
}
.company__section--overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	opacity: 0;
	transition:all .5s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
}
.company__section--overlay img {
	max-width: 450px;
}
.company__section--overlay:hover {
	opacity: .5;
}
.page-id-8 .header__img--wrapper {
	display: none;
}
.footer-inner {
	display: none;
}
.footer-credits {
	margin: 0 auto;
}
.footer-copyright {
	max-width: 780px;
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
}
.footer-copyright a {
	color: #fff;
}
a.to-the-top {
	display: none;
}

@media screen and (min-width: 1001px) {	
	.header__img--images {
		padding-top: 70px;
	}
	section#vision,
	section#service,
	section#company {
		margin-top: -100px;
		padding-top: 130px;
	}
	.comparison {
		margin-bottom: 140px;
	}
}
@media screen and (max-width: 1000px) {
	#site-header {
		display: none;
	}
}
@media screen and (min-width: 769px) {	
	.metaslider .flexslider .slides > li {
		position: relative;
		margin-top: 78px !important;
	}
}
@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
	.company__section--cont {
		margin-top: -100px;
	}
}
@media screen and (max-width: 768px) {
	#site-header {
    	display: none;
	}
	.service__section {
    	width: 740px;
	}
	.service__section--cont p {
		font-size: 14px;
	}
	.service__section--inner{
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.company__section {
    	width: 100%;
	}
	.company__section--inner {
		/*下記追加260105*/
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.company__section--cont {
		width: 450px;
		margin: 0 auto;
		text-align: center;
	}
	.company__section--img {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.vision__section,
	.service__section,
	.scompany__section {
		width: 100%;
	}
	.vision__section--cont h1,
	.service__section--cont h1 {
    	font-size: 1.8rem;
    	letter-spacing: .2em;
	}
	.service__section--img {
		width: 100%;
		/*下記追加260105*/
		margin: 0 auto;
	}
	.service__section--img img {
		max-width: 100%;
	}
	.service__section--imgCont {
		margin-top: 0;
		margin-left: 0;
	}
	.company__section--cont {
		width: 100%;
	}
	.company__section--cont .title,
	.company__section--cont .title2 {
		font-size: 16px;
	}
	.company__section--cont .title-border {
		width: 100%;
	}
	.company__section--cont .name1 {
		width: 5em;
	}
	.company__section--img img {
		max-width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.vision__section--cont h1,
	.service__section--cont h1 {
    	letter-spacing: 0;
	}
	.company__section--cont .title,
	.company__section--cont .title2 {
		font-size: 14px;
	}
}


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
	.inquiry th,.inquiry td {
 		display: block!important;
		 width:100%!important;
 		border-top: none!important;
 		-webkit-box-sizing: border-box!important;
		 -moz-box-sizing: border-box!important;
		 box-sizing: border-box!important;
	}
	.inquiry tr:first-child th{
 		border-top: 1px solid #d7d7d7!important;
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size: 10px;
	}
}
/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border-radius: 10px;
}
input[type="tel"] {
	width: 120px;
}
td.tel-box {
	display: flex !important;
	align-items: center;
}
td.tel-box span.slash {
	padding-left: .5em;
	padding-right: .5em;
}
/*見出し欄*/
table.inquiry {
	border: none !important;
}
table.inquiry tr {
	border: none !important;
}
.inquiry th {
	text-align: left;
	font-size: 16px;
	color: #666;
	padding-right: 5px;	
	width: 30%;
	background: none;
	border: none;
}
/*通常欄*/
.inquiry td {
	font-size:16px;
	border: none;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table	{
	border: none;	
}

/*必須の調整
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}*/
/*任意の調整
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}*/
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	display: block;
}
/*送信ボタンのデザイン変更*/
input[type="submit"],
input[type="button"],
#formbtn1,
#formbtn2 {
 	display: block;
 	padding:15px;
 	width: 300px;
	border: thin solid #006097;
 	background: #fff;
 	color: #006097;
 	font-size:18px;
 	font-weight: bold;	 
 	border-radius: 2px;
 	margin: 25px auto 0;
	text-align: center;
}
input[type="button"] {
	background-color: #ccc;
}
#formbtn3 {
	margin-top: 30px;
}
/*送信ボタンマウスホバー時*/
#formbtn1:hover,
#formbtn2:hover,
#formbtn3:hover {
	background: #006097; /* Old browsers */
	background: -moz-linear-gradient(left,  #006097 0%, #aadad8 25%, #aadad8 55%, #006097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006097 0%,#aadad8 25%,#aadad8 55%,#006097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
 	color:#fff;
	text-decoration: none;
}
div.wpcf7-mail-sent-ok {
    border: thin solid #006097;
}
.wpcf7c-conf {
    background-color: #fff;
    color: black;
    border: 1px solid #333333;
}
section#contact {
	text-align: center;
}
section#contact p {
	font-size: 16px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	input[type="tel"] {
		width: 4em;
		padding: 1rem .4rem;
	}
}