@charset "utf-8";
/*
Theme Name: Taki
Theme URI: https://next-hamashin.co.jp
Description: Taki Fumihiro
Author: 株式会社ネクスト情報はましん
Author URI: https://next-hamashin.co.jp
Template: xeory_extension
Version: 9999
*/


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;800&display=swap');
/* font-family: 'M PLUS 1p', sans-serif;
	font-weight:500;
	font-weight:800;
	transform: rotate(0.03deg);

@media (max-width: 991px) {}
@media (max-width: 768px) {}
@media (max-width: 575px) {}

 */

html{
  scroll-behavior: smooth;
}

body{
	font-feature-settings: "palt";
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",メイリオ,Meiryo,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,sans-serif;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	font-size: 15pt;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (min-width: 768px) and (max-width: 991px) {	body {  font-size: 13pt; }}
@media screen and (max-width: 767px) {	body {  font-size: 11.5pt; }}


a, a img {
	text-decoration: none;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
	display:inline-block;
}

a{
	color:#000;
	text-decoration: underline;
}

a:focus, a:hover {
	color: #666;
    text-decoration: none;
	/*background-color: rgb(255 165 188 / 30%) !important;*/
}
a:hover img{
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -khtml-opacity: .60;
    -moz-opacity: .60;
	background: #FFF;
	
}

#gnav {
	background:rgb(0, 105, 52) !important;
}

#gnav ul li a:hover,
#gnav ul li.current-menu-item a {
	background: rgba(0, 255, 52, 0.3) !important;
}

#gnav ul li .sub-menu li a{
		background: rgba(0, 255, 52, 0.3) !important;
}

#gnav ul li .sub-menu li a:hover {
	background: rgba(0, 255, 52, 0.3) !important;
	color: #000;
}
#gnav ul li a{
	background: rgba(0, 105, 52, 0.8) !important;
}



body.home #main_visual {
	background: #41BAA4;
	background-image: -webkit-linear-gradient(bottom right, #41baa4, #42a994);
	background-image: linear-gradient(to top left, #41baa4, #42a994);
	color: #fff;
	text-align: center;
	max-height:1200px!important;

}
body.home #main_visual, body.home.default #main_visual {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background: #fff100 !important;
}

body.home .wrap{
	position:relative;
}

body.home .wrap div.main_visual_text{
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    position: absolute;
    text-shadow: 0px 0px 8px #000000;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.metaslider a {
vertical-align: bottom;}

@media screen and (max-width: 1200px){
	body.home .wrap {
		width: auto;
		margin: 0px ; 
	}
}


#post-home .post-content h3{
	font-size: 32px;
	font-weight: bold;
	margin:2px 0 24px;
}

#post-home .post-content h3::first-letter{
	font-size: 1.2em;
	rgb(0, 105, 52)
}

[id*="front-company-"] dt{
	font-weight:bold;
}


body.home .front-loop .popular_post_box .p_category{
	background: #016934;
}


body.home #front-contact{
	background: #00964a !important;
}

body.home #recent_post_content h2{
	background: #3b4552;
    color: white;
}

@media screen and (max-width: 991px){
	body.home .front-loop .popular_post_box.rank-4, 
	body.home .front-loop .popular_post_box.rank-5, 
	body.home .front-loop .popular_post_box.recent-4, 
	body.home .front-loop .popular_post_box.recent-5 {
		display: block;
	}
}


@media screen and (max-width: 767px){
	body.home .front-loop .popular_post_box {
		FONT-WEIGHT: 500;
		width: 45%;
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}



.cat-content .post-header, article.page .post-header {
    background-image: 
	linear-gradient(to top left, #ffed166e, #ffd4009e),
	url(./img/bg.png);	
}

h1.post-title{
	border-left: 20px solid #FFF;
    padding-left: 10px;
    border-radius: 5px;
	color:#006934;
}

.post-content h2 {
    border-left: 10px solid #006934;
    background: #00964a;
}

/* Footer */

.pagetop {
    bottom: 100px;
    right: 30px;
}


#header-cont-content h4,
#footer-content-area h4,
.post-meta-area .post-meta-comment li,
body.home #popular_post_content{
	display:none;
}

@media screen and (max-width: 991px){
	#footer .gr6{
		width: 100%;
		padding: 0 5%;
	}
}

/* template01 */
.form__wrap {
  width: 100%;
  max-width: 1000px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px; 
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #eb1919;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
      color: #000;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}

.post_body td{
	background:#f5f9f5;
	vertical-align:middle;
}

.post_body th{
	background: #86dfff;
    border: 1px solid rgba(255,255,255,1);
	color: #006DB9;
}

.post_body td, th {
    border: 1px solid rgba(255,255,255,1);
}
