@charset "UTF-8";
/* Theme Name: eico */
/* ------------------------------------
// Properties
------------------------------------ */
/* ------------------------------------
// common
------------------------------------ */
html {
  overflow-y: scroll;
}

body {
  color: #5a5952;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin: 0;
  word-break: break-all;
  /*font-feature-settings: 'palt' 1;*/
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h5, h6 {
  font-size: 1.2rem;
}

.wrapper {
  overflow: hidden;
}

.wrapper* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #06c;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}
a:hover, a :active {
  opacity: 0.5;
}
a:focus, a *:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: middle;
}

a img:hover {
  opacity: 0.5;
}

.noimage {
  display: block;
  background: #aaa;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 12rem;
  padding-top: 50%;
}

.none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding-left: 1em;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  margin: 0;
}

[class*=col-] {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}

th, td {
  font-weight: normal;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}

thead th, thead td {
  background: #f5f5f5;
}

/* tableスクロール */
table.scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 50;
}

table.scroll th, table.scroll td {
  white-space: nowrap;
}

/* スクロールバー全体 */
table.scroll::-webkit-scrollbar {
  height: 10px;
  height: 1rem;
  background-color: #F1F1F1;
}

/* スクロールバーのつまみ(可動部分) */
table.scroll::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 12px;
  border-radius: 1.2rem;
}

table.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #A9A9AA;
}

/*youtube iframe*/
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

blockquote {
  border-left: 2px solid #ddd;
  padding: 0.6em 1em;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(241, 241, 243, 0.5);
}

blockquote:before {
  content: "\f06a";
  color: #5a5952;
  font-size: large;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.screen-reader-text {
  display: none !important;
}

/* ------------------------------------
// setup
------------------------------------ */
/*margin*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 2% !important;
}

.mt2 {
  margin-top: 4% !important;
}

.mt3 {
  margin-top: 6% !important;
}

.mt4 {
  margin-top: 8% !important;
}

.mt5 {
  margin-top: 10% !important;
}

.mt6 {
  margin-top: 12% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 2% !important;
}

.mb2 {
  margin-bottom: 4% !important;
}

.mb3 {
  margin-bottom: 6% !important;
}

.mb4 {
  margin-bottom: 8% !important;
}

.mb5 {
  margin-bottom: 10% !important;
}

.mb6 {
  margin-bottom: 12% !important;
}

/*section*/
section.back {
  background-color: #f3f0e9;
  padding: 8% 0;
}

section.back02 {
  background-color: #4f9f47;
  padding: 8% 0;
}

/*font-size*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs80 {
  font-size: 80px;
}

/*font-ornament*/
.bold {
  font-weight: bold;
}

.bb {
  border-bottom: 2px solid #4f9f47;
}

.green {
  color: #4f9f47;
}

.br_md {
  display: none;
}

/*align*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*button*/
.butt01 {
  display: inline-block;
  border: 2px solid #4f9f47;
  color: #4f9f47;
  padding: 0.5em 2.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.butt01:hover {
  border: 2px solid #4f9f47;
  background: #4f9f47;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.butt02 {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #4f9f47;
  padding: 0.5em 2.3em;
  border-radius: 100vh;
  font-size: 12px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #4f9f47 50%, #5a5952 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.butt02:hover {
  color: rgb(255, 255, 255);
  background-color: #5a5952;
  background-position: -100% 100%;
  opacity: 1;
}

.butt03 {
  display: inline-block;
  border: 2px solid #fff;
  background: #fff;
  color: #5a5952;
  padding: 0.3em 2em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100vh;
  font-size: 12px;
}

.butt03:hover {
  background: #808080;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.butt04 {
  display: inline-block;
  border: 2px solid #fff;
  background: #fff;
  color: #4f9f47;
  padding: 0.3em 2em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100vh;
  font-size: 12px;
}

.butt04:hover {
  background: #4f9f47;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.sp_right {
  position: absolute;
  top: 18px;
  right: 15px;
}

/* BOX */
.box01 {
  padding: 1.8em 2em;
  border: 1px solid #ddd;
}

.box02 {
  padding: 0.2em 1em;
  background-color: #4f9f47;
  display: inline-block;
  color: #fff;
}

/*marker*/
.marker {
  background: #fff799;
}

.marker_u {
  background: linear-gradient(transparent 70%, #fff799 70%);
  border-radius: 6px;
  display: inline;
}

/*ブログカード*/
.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
}

/* ------------------------------------
// スクロールアニメーション
------------------------------------ */
/* 右からスライドイン */
.slidein {
  opacity: 0;
}

.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    　opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ぬるっと出現 */
.matrix .bg-wrap, .matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 順番にフェイドアップ */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

.is-animated .u-fade-type-up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-animated .u-fade-type-up:nth-child(2) {
  transition-delay: 0.4s;
}

.is-animated .u-fade-type-up:nth-child(3) {
  transition-delay: 0.8s;
}

.is-animated .u-fade-type-up:nth-child(4) {
  transition-delay: 1.2s;
}

.is-animated .u-fade-type-up:nth-child(5) {
  transition-delay: 1.6s;
}

.is-animated .u-fade-type-up:nth-child(6) {
  transition-delay: 2s;
}

/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
}

.smooth.is-animated {
  clip-path: inset(0);
}

/* 背景色が消えてから表示 */
.mask-bg a:hover, .mask-bg a:hover img {
  opacity: 1;
}

.mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.mask-bg::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg img {
  opacity: 0;
}

.mask-bg.is-animated img {
  opacity: 1;
  transition: opacity 0s linear 325ms;
}

.mask-bg.is-animated::after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* ------------------------------------
// header
------------------------------------ */
.headline {
  height: 70px;
  margin: 0;
  position: relative;
  z-index: 100;
  background: #f3f0e9;
}

.logo {
  font-size: x-large;
}

.site-title {
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 113px;
  height: 60px;
  margin: 5px 0 0;
  float: left;
}

.site-title a {
  font-size: 28px;
  line-height: 32px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  width: 113px;
  height: 60px;
  display: block;
}

/* ------------------------------------
// nav
------------------------------------ */
.nav {
  display: none;
}

/* drawer */
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background-color: #4f9f47;
  cursor: pointer;
  z-index: 1000;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
  margin: 22px 18px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}

#gloval-nav {
  background: #5a5952;
  color: #fff;
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#gloval-nav .inner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
}

#gloval-nav ul {
  list-style: none;
  padding-left: 0;
  display: table-cell;
  vertical-align: middle;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(80px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:first-child {
  transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.65s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.95s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 1s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 1.15s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 1.3s;
}

#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.45s;
}

#gloval-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul li .sub-menu {
  display: block;
  font-size: 15px;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  width: 100%;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/*dropdown-menu*/
.dropdown {
  position: relative;
}

.nav .dropdown-menu {
  border: none;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 80%;
}

.dropdown-menu {
  min-width: 8rem;
  border: none;
  padding: 0;
  top: 0;
  border-radius: 0;
}

.dropdown-menu li:first-child a {
  border-top: none;
}

.dropdown-menu li a {
  padding: 0 1rem;
  height: 50px;
  line-height: 50px;
  color: #333 !important;
  font-size: 14px;
  transition: 0.5s;
  background-color: #fff;
}

.dropdown-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 !important;
  text-align: center;
}

.dropdown-item:hover {
  background-color: #eee;
  transition: all 0.5s;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.sub-menu {
  padding: 0.5em 0;
  border-top: 1px solid #eee !important;
}

.sub-menu li {
  border-bottom: none;
}

.sub-menu li .sub-menu li {
  left: 100%;
  position: static;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
}

.nav > .menu-item-has-children > ul, .nav > .page_item_has_children > ul {
  display: block;
}

.nav > .menu-item-has-children > ul li {
  height: 100%;
  text-align: left;
  transition: 0.5s;
  overflow: hidden;
}

.nav > .menu-item-has-children > ul li a {
  height: 40px;
  line-height: 40px;
}

.nav > .menu-item-has-children > ul ul, .nav > .page_item_has_children > ul ul {
  display: block;
}

.nav > .menu-item-has-children > ul ul li {
  height: 40px;
  text-align: left;
}

.nav > .menu-item-has-children > ul ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 2rem;
}

/* ------------------------------------
// breadcrumb
------------------------------------ */
.breadcrumb {
  display: block;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  z-index: 0;
  position: relative;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #333;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 2px 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.single .breadcrumb {
  margin: 0;
}

/* ------------------------------------
// footer
------------------------------------ */
footer {
  background-color: #f3f0e9;
  padding: 5em 0;
}

footer .first {
  text-align: center;
}

.logo_foot {
  width: 125px;
  margin-bottom: 1.5em;
  margin-left: -15px;
}

footer .col-lg-4 {
  margin-bottom: 3em;
}

footer .col-lg-4:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

footer .col-lg-4:nth-child(2) p {
  font-size: 15px;
  letter-spacing: 0;
}

.foot_tel {
  background: #4f9f47;
  padding: 8px 30px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  border-radius: 100vh;
  letter-spacing: 2px;
  margin: 0.6em auto;
  width: fit-content;
}

footer .col-lg-4:nth-child(3) {
  display: flex;
  justify-content: center;
}

footer ul {
  padding: 0;
  columns: 2;
  width: fit-content;
  column-gap: 50px;
}

footer ul li {
  font-size: 14px;
  line-height: 1.7;
  list-style-type: none;
  letter-spacing: 1px;
}

footer ul li:not(last-child) {
  margin-bottom: 10px;
}

footer ul li a {
  transition: all 0.5s;
  color: #5a5952;
}

.snsbox {
  display: flex;
  gap: 20px;
  margin-top: 2em;
  width: 100%;
  justify-content: space-between;
}

.snsbox img {
  width: 30px;
}

.copy {
  padding: 2em;
  text-align: center;
  font-size: small;
  color: #fff;
  background-color: #4f9f47;
}

/* page-top */
#page-top {
  position: fixed;
  z-index: 50;
  bottom: 0;
  right: 20px;
  padding-bottom: 30px;
}

#page-top a {
  text-decoration: none;
  background: #5a5952;
  color: #fff;
  padding: 14px 12px 11px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background: #333;
}

.arrow-top {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: none;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.alignleft {
  float: none;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-image.alignfull img {
  max-width: calc(125% + 150px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.attachment-post-thumbnail, .ttl_h1 + img {
  margin-bottom: 1em;
}

.attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
}

.wp-caption, .wp-caption-text, .gallery-caption {
  font-size: small;
  max-width: 100%;
  height: auto;
  margin-top: 0 !important;
}

.sticky article.card .card-block {
  background: #f0ffc8;
}

.bypostauthor {
  font-weight: bold;
}

.form-allowed-tags {
  font-size: small;
}

.searchform > div {
  text-align: center;
}

.searchform input[type=text] {
  width: calc(100% - 6rem);
  float: left;
}

.searchform input[type=submit] {
  width: 5rem;
  float: none;
  clear: both;
}

#cse-search-box input[name=q] {
  width: 74%;
}

/*pagination*/
.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination a {
  margin: 0 0.5rem 1.2rem 0;
  text-decoration: none;
  color: #5a5952;
  display: inline-block;
}

.pagination a:hover {
  color: #4f9f47;
  opacity: 1;
}

.prev_left img {
  padding-right: 15px;
}

.next_right img {
  padding-left: 15px;
}

.pagination p {
  line-height: 1.5;
}

.pagination div p:first-child {
  margin-bottom: 10px;
}

/* page-numbers */
.page-numbers {
  clear: both;
  text-align: center;
  color: #333;
  padding-left: 0;
  list-style: none;
  margin-bottom: 6%;
}

.page-numbers a {
  margin: 0 2px;
  text-decoration: none;
}

.page-numbers li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.page-numbers a li {
  background: #fff;
  color: #333;
}

.page-numbers li:hover {
  background: #333;
  color: #fff;
}

.navigation .page-numbers li {
  background: none;
  border: none;
}

.navigation .page-numbers li a {
  background: #fff;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
}

span.current {
  background: #4f9f47;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #4f9f47;
}

/* tag */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}

/* article.card */
article.card {
  margin-bottom: 1.5em;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
}

article.card .card-block {
  padding: 0;
}

article.card .card-title {
  font-size: 14.5px;
  font-weight: initial;
  overflow: hidden;
  line-height: 1.5em;
}

article.card .post_cat {
  margin: 0;
}

article.card .post-categories {
  margin-bottom: 0;
}

article.card .post-categories a {
  color: #fff;
  font-size: 11px;
  padding: 0 0.5em;
}

article.card .post-categories li {
  padding: 0;
}

article.card a {
  color: #5a5952;
}

article.card a:hover {
  text-decoration: none;
}

article.card .post_links {
  cursor: pointer;
  display: block;
}

article.card .post_links_none {
  display: block;
  background-color: #fafafa;
}

article.card .post_thumb {
  width: 100%;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
  display: block;
  float: left;
}

article.card .post_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* form & button */
.form-control {
  border: 1px solid #333;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  padding: 0.2rem 0.5rem;
  font-family: inherit;
  line-height: inherit;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1em;
}

input[type=search] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  border: 1px solid #333;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

.searchform {
  position: relative;
  margin-bottom: 2em;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0 1.5em !important;
  height: 100%;
}

[type=submit] {
  background-color: #4f9f47;
  color: #fff;
  border: 1px solid #4f9f47;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: all 0.3s;
}

[type=submit]:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-submit {
  margin-top: 1em;
}

.baguetteBox-button#close-button {
  outline: none;
}

/* コメント */
.comment-reply-title {
  margin-top: 1.5em !important;
  font-size: 20px;
}

.comment-notes {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.comment-body {
  margin-bottom: 1.5em;
}

.comment-form-comment, .comment-form-author {
  margin-bottom: 0.5em;
}

cite.fn {
  font-style: normal;
}

.avatar {
  border-radius: 50%;
}

.reply {
  margin-top: 0.5em;
}

.comment-reply-link {
  color: #fff;
  background-color: #4f9f47;
  padding: 2px 7px;
}

/* ギャラリー */
.gallery {
  display: flow-root;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.gallery-item {
  box-sizing: border-box;
  margin: 5px 0;
}

.gallery-caption {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.gallery br {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery-columns-3 .gallery-item {
  width: 32%;
}

.gallery-columns-4 .gallery-item {
  width: 24%;
}

.gallery-columns-5 .gallery-item {
  width: 19%;
}

.gallery-columns-6 .gallery-item {
  width: 15.66%;
}

.gallery-columns-7 .gallery-item {
  width: 13.28%;
}

.gallery-columns-8 .gallery-item {
  width: 11.5%;
}

.gallery-columns-9 .gallery-item {
  width: 10.11%;
}

@media screen and (max-width: 768px) {
  .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    width: 49%;
    max-width: 49%;
  }
}
/* 折り畳みアーカイブウィジェット */
.widget_archive a.year {
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: 0.3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li {
  margin-bottom: 0;
}

.widget_archive ul.years .hide {
  display: none;
}

/* ブロックエディター */
.kb-gallery-ul.kb-gallery-type-carousel .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-thumbslider .kt-blocks-carousel .slick-slider .kb-slide-item {
  padding: 0 !important;
}

/* コード */
.wp-block-code {
  background: black;
  color: #fff;
  border: 5px solid gray;
}

pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------
// contents
------------------------------------ */
.slick-box {
  padding: 0;
  margin: 0;
}

.post_body {
  padding: 0;
  margin-bottom: 5%;
}

.post_body hr {
  clear: both;
  border: none;
  border-top: 1px solid #333;
}

.single .post_body * + p {
  margin-top: 1.28rem;
}

/* clear */
.clearfix, .post_body {
  zoom: 1;
}

.clearfix:after, .post_body:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.mainpost {
  clear: both;
}

.detail {
  padding: 6% 0 0;
}

.ttl_h1 {
  margin-bottom: 0;
  font-size: 2rem;
}

.single h1, .archive .ttl_h1, .search .ttl_h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}

.archive .ttl_h1, .search .ttl_h1 {
  margin-bottom: 0.5em;
}

.post_meta {
  margin-bottom: 1rem;
}

.post_time, .post_update, .post_cat {
  font-size: small;
  color: #777;
  margin-right: 0.5em;
}

.cat_info {
  margin-bottom: 1rem;
  color: #777;
}

.cat_info img {
  width: 100%;
}

.ttl {
  font-size: medium;
  font-weight: bold;
  background: #4f9f47;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0.2em 1em;
  color: #fff;
}

.recottl {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}

.main h3 {
  font-size: large;
}

dl.postlist {
  margin: 0;
  line-height: 1.6;
}

dl.postlist dt {
  float: none;
  padding: 0 0.5em 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

dl.postlist dd {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0.5em;
  border-bottom: 1px dotted #aaa;
  text-align: left;
}

dl.postlist dd:last-child {
  margin: 0;
}

dl.postlist dd a {
  color: #5a5952;
}

/* ------------------------------------
// widget
------------------------------------ */
.widget_nav_menu li.d-md-block {
  display: block !important;
}

ul.post-categories, .widget ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

ul.post-categories li {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

ul.post-categories a, ul.tag a {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 0.3rem 0.5rem 0;
  text-decoration: none;
  font-size: 13px;
  color: #333;
}

ul.post-categories a:hover, ul.tag a:hover {
  background: #eee;
}

.sidebar .widget:first-child .ttl {
  margin-top: 0;
}

.sidebar .widget ul li a {
  padding: 0.5rem 0;
  color: #333;
}

.sidebar .widget ul li ul li a {
  padding: 0 0 0.3rem 0;
}

.sidebar .widget .ttl {
  background: #4f9f47;
}

.widget {
  margin-bottom: 2rem;
}

.widget a:hover {
  background: #f5f5f5;
}

.widget .ttl {
  font-size: medium;
  border-radius: 0;
  margin-bottom: 0.3rem;
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.ttl span {
  display: inline-block;
  padding: 0.3em 0;
  border-bottom: 2px solid #663300;
}

.recentcomments {
  line-height: 1.5;
}

.comment-author-link a {
  padding-top: 0 !important;
}

.comment-meta {
  font-size: 14px;
}

.widget ul li {
  display: block;
  padding-left: 0.5rem;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.widget ul li ul {
  border-left: 1px solid #fff;
  margin-left: 1rem;
}

.widget ul li ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.3rem;
}

.widget ul li ul li:last-child {
  border: none;
}

.widget ul li ul li:last-child a {
  padding-bottom: 0;
}

.widget ul li a {
  padding: 0.2rem;
  display: inline-block;
}

.widget ul li a:hover {
  background: none;
}

.widget_categories ul li a, .widget_archive ul li a {
  display: block;
}

.widget_archive ul li a .post-count,
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  color: #1a4985;
  background-color: #f3f0e9;
  font-size: 0.8em;
  padding: 0 6px;
  margin: 2px 0.2rem 0;
}

.cat-item a:before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 0.1em 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
  transition: margin 0.3s;
}

.cat-item a:hover::before {
  margin-right: 1em;
}

.cat-item a {
  text-decoration: none;
}

/* ------------------------------------
// TOPページ
------------------------------------ */
.firstview {
  background: #f3f0e9;
  position: relative;
  height: auto;
  padding-bottom: 50px;
}

.slick-box {
  width: 100%;
  margin: 0;
}

.slick-slide img {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 80% !important;
  margin: 0 0 0 auto;
}

.fv_textbox {
  margin: auto 0;
  background: #f3f0e9;
  width: fit-content;
  height: fit-content;
  padding: 1.5em;
  border-radius: 20px;
}

.fv_textbox h2 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
}

.fv_textbox p {
  letter-spacing: 1px;
  font-size: 12px;
}

.slick-dots {
  right: 5%;
  bottom: -30px !important;
  text-align: left !important;
  width: fit-content !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.eng {
  font-weight: bold;
  color: #4f9f47;
  letter-spacing: 3px;
}

#news {
  background: #808080;
  color: #fff;
  padding: 1.3em;
  border-radius: 25px;
  position: relative;
}

.news_wrap {
  padding-bottom: 50px;
}

#news .postlist a {
  color: #fff;
}

#service {
  position: relative;
}

#service ul {
  padding: 0;
}

#service ul li {
  list-style-type: none;
  border: 1px solid #ddd;
  padding: 5px 25px;
  border-radius: 100vh;
}

#service ul li:not(:last-child) {
  margin-bottom: 15px;
}

.productsBoxWrap {
  gap: 0;
}

.productsbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pb_title {
  background: #f3f0e9;
  padding: 4px 12px;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 10px;
  font-size: 12px;
}

.productsbox h3 {
  margin: 0;
}

.productsbox img {
  width: 150px;
}

.pb_left {
  width: 100%;
}

#company {
  color: #fff;
}

#company img {
  border-radius: 20px;
}

#company iframe {
  border-radius: 20px;
}

.tbl_01 th, .tbl_01 td {
  border-left: none;
  border-right: none;
}

.tbl_01 th {
  color: #4f9f47;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding: 1.5em 1em 1.5em 0.5em;
}

.tbl_01 td {
  border-left: 1px;
  padding: 1.5em 0.5em 1.5em 1em;
}

.topWorkBox {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
}

.topWorkBox a {
  color: #5a5952;
}

.top_work_img {
  width: 100%;
  height: 233px;
  object-fit: cover;
}

.top_work_title {
  padding: 1.2em 1.7em;
}

/* ------------------------------------
// 固定ページ
------------------------------------ */
.pagehead {
  background: #f3f0e9;
}

.pageheadbox {
  padding: 2em 0 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pageheadbox img {
  width: 600px;
}

.pageheadbox p {
  font-weight: bold;
  letter-spacing: 2px;
  color: #4f9f47;
  margin-left: 0;
  text-align: center;
}

.page .ttl_h1 {
  font-size: 2rem;
  line-height: 1.5;
}

/* 事業内容 */
#intro h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}

.circlebox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.circlebox div {
  width: 150px;
  height: 150px;
  padding: 3em 0;
  background: #f3f0e9;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.page-id-13 h3 {
  font-size: 24px;
}

.page-id-13 .pb_title {
  background: #f3f0e9;
  padding: 4px 12px;
  width: auto;
  border-radius: 4px;
  margin: 0 0 10px;
  display: inline-block;
}

#naiyo dl dt {
  background: #f3f0e9;
  padding: 4px 15px;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 12px;
  font-weight: 500;
}

#naiyo dl dd {
  margin-left: 0;
  font-size: 14px;
}

#naiyo dl dd:not(:last-child) {
  margin-bottom: 20px;
}

.naiyoImg {
  border-radius: 50px;
  display: block;
  margin: auto;
  max-width: 300px;
  width: 100%;
}

.tbl_02 {
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tbl_02 tr > * {
  padding: 0.9em 1.2em;
  border: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tbl_02 tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}

.tbl_02 tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}

.tbl_02 tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}

.tbl_02 tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}

.tbl_02 th {
  background: #f3f0e9;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
}

.tbl_02 td {
  font-size: 13px;
}

/* 会社概要 */
.companyH2 {
  text-align: center;
}

#sdgs .col-lg-3 {
  text-align: center;
}

#sdgs .col-lg-3 img {
  max-width: 200px;
}

#sdgs .col-lg-3 h3 {
  font-size: 18px;
  margin: 1.5em 0 0;
}

/* お問い合わせページ */
table.contact {
  width: 100%;
  border-top: 1px dotted #333;
}

table.contact th, table.contact td {
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 1px dotted #333;
}

table.contact th {
  white-space: nowrap;
  background-color: #f1ebda;
}

.hissu {
  background-color: #e38d29;
  color: #fff;
  font-weight: normal;
  padding: 0 5px;
  font-size: 12px;
  margin-left: 10px;
}

/* ------------------------------------
// シングルページ
------------------------------------ */
.single_tit {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  background: #f3f0e9;
  padding: 1em 0 2em;
  font-weight: bold;
}

.single_tit p {
  font-weight: bold;
  letter-spacing: 2px;
  color: #4f9f47;
  font-size: 16px;
}

.post_cat::before {
  clear: left;
  content: "";
  display: block;
}

.post_cat a {
  background-color: #4f9f47;
  color: #fff;
  padding: 0 0.5em;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 2px;
}

.post_cat a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.reply-title {
  font-size: 20px;
}

.single .post_body {
  padding: 1rem 0;
}

.single .post_body p {
  line-height: 2;
}

.single .post_body a {
  text-decoration: underline;
}

.single .post_body a:hover {
  text-decoration: none;
}

.single .post_body a.butt01, .single .post_body a.butt02 {
  text-decoration: none;
}

/* 施工事例 */
.work_arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.work_arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 2px #4f9f47;
  border-right: solid 2px #4f9f47;
  position: absolute;
  left: -5px;
  top: -10px;
  transform: rotate(135deg);
}

.single-work .col-md-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
}

.work_midashi {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.work_noimage {
  height: 88%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  color: #999;
}

.sdgsWrap {
  margin-top: 8%;
}

/* ------------------------------------
// archive
------------------------------------ */
.post-type-archive {
  background: #f3f0e9;
}

.post-type-archive .ttl_h1 {
  margin: 4% 0 0;
  text-align: center;
  font-size: 2em;
  line-height: 0.7;
}

.post-type-archive .ttl_h1 span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4f9f47;
  margin: 20px 0 0;
  display: block;
}

.archive dl.postlist dd {
  padding: 0 0 15px 0.5em;
}

/* 施工事例 */
.post-type-archive-work {
  background: #f3f0e9;
}

.archive_tit {
  margin: 10% 0 0;
  text-align: center;
  font-size: 2em;
  line-height: 0.7;
}

.archive_tit span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4f9f47;
  margin: 20px 0 0;
  display: block;
}

.workBoxWrap {
  gap: 0;
}

.sdgsImg {
  max-width: 300px;
}

/* ------------------------------------
// wpp
------------------------------------ */
.popular-posts .wpp-thumbnail {
  margin-right: 10px;
  max-width: initial !important;
  float: none;
}

.popular-posts .wpp-list li {
  display: table;
  width: 100%;
}

.popular-posts .wpp-list li a {
  display: table-cell;
  vertical-align: top;
}

.popular-posts .wpp-list li .wpp-post-title {
  width: 100%;
}

.popular-posts .wpp-list li .post-stats, .popular-posts .wpp-list li .wpp-excerpt {
  display: table-cell;
  vertical-align: top;
}

.wpp-no-data {
  text-align: center;
}

/* ------------------------------------
// Media Query
------------------------------------ */
/* sm */
@media print, all and (min-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  /* contents */
  .post_body {
    margin-bottom: 3%;
  }
  dl.postlist dt {
    float: left;
    padding: 0.2em 1em 0 0.5em;
    font-size: 14px;
  }
  dl.postlist dd {
    padding: 0 0 20px 120px;
    margin: 0 0 20px 0;
  }
  /* archive */
  .archive dl.postlist dd {
    margin: 0 0 15px 0;
    padding: 0 0 15px 140px;
    border-bottom: 1px dotted #aaa;
    text-align: left;
  }
}
/* md */
@media print, all and (min-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 12px;
    background: none;
  }
  .pagination a {
    margin: 0 0.5rem 2.5rem 0;
  }
  .center-md {
    text-align: center;
  }
  .br_md {
    display: block;
  }
  /* wp */
  .alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
  }
  .alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
  }
  article.card .post_thumb {
    height: 130px;
  }
  /* pagenation */
  .butt02 {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #4f9f47;
    padding: 0.7em 2.7em;
    border-radius: 100vh;
    font-size: 16px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #4f9f47 50%, #5a5952 50%);
    transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  }
  .butt03 {
    display: inline-block;
    border: 2px solid #fff;
    background: #fff;
    color: #5a5952;
    padding: 0.5em 2.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 100vh;
    font-size: 16px;
  }
  .butt04 {
    display: inline-block;
    border: 2px solid #fff;
    background: #fff;
    color: #4f9f47;
    padding: 0.5em 2.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 100vh;
    font-size: 16px;
  }
  .sp_right {
    position: initial;
  }
  /* TOP */
  .firstview {
    height: auto;
    padding-bottom: 50px;
  }
  .fv_textbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 0;
    margin: auto 0;
    background: #f3f0e9;
    width: fit-content;
    height: fit-content;
    padding: 2em 2em 2em 0;
    border-radius: 20px;
  }
  .fv_textbox h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    position: relative;
  }
  .fv_textbox p {
    letter-spacing: 1px;
    font-size: 13px;
  }
  .slick-dots {
    bottom: -30px !important;
  }
  #news {
    padding: 3em;
    border-radius: 35px;
  }
  .pb_title {
    font-size: initial;
  }
  .top_work_img {
    height: 333px;
  }
  /* 事業内容 */
  #intro h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
  }
  /* シングル施工事例 */
  .single-work .col-md-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
  }
  .work_arrow::before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 2px #4f9f47;
    border-right: solid 2px #4f9f47;
    position: absolute;
    left: -10px;
    top: 15px;
    transform: rotate(45deg);
  }
}
/* lg */
@media print, all and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .center-lg {
    text-align: center;
  }
  #nav-toggle {
    display: none;
  }
  /* table */
  table.scroll {
    display: table;
  }
  /* header */
  .headline {
    height: 100px;
    margin: 0;
    position: relative;
    z-index: 100;
    background: #f3f0e9;
  }
  .site-title {
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 125px;
    height: 67px;
    margin: 0;
    float: left;
  }
  .site-title a {
    font-size: 28px;
    line-height: 32px;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    width: 125px;
    height: 67px;
    display: block;
  }
  /* navi */
  .headline .container {
    align-items: center;
    height: 100px;
  }
  .nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    border-radius: 0;
    background-color: transparent;
  }
  .nav li {
    margin: 0 0 0 3em;
    border-bottom: none;
    width: auto;
  }
  .nav li:hover {
    text-decoration: none;
  }
  .nav a {
    display: block;
    position: relative;
    color: #5a5952;
    font-weight: 500;
  }
  .nav li:not(:last-child) a:before, .nav a:after {
    position: absolute;
    transition: all 0.35s ease;
  }
  .nav li:not(:last-child) a:before {
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #4f9f47;
  }
  .nav li:not(:last-child) a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #fff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .nav li:not(:last-child) a:hover:before, .nav .current-menu-item a:before {
    opacity: 1;
    width: 100% !important;
  }
  .nav li:not(:last-child) a:hover:after, .nav .current-menu-item a:after {
    max-width: 100%;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav > li:hover > ul {
    display: block !important;
    animation: show 0.5s linear 0s;
  }
  .nav li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .nav .dropdown-menu {
    font-size: 100%;
    top: 100%;
    position: absolute;
  }
  .nav > .menu-item-has-children > ul li {
    height: 0;
    position: relative;
  }
  .nav > .menu-item-has-children > ul li a {
    height: 50px;
    line-height: 50px;
  }
  .nav > .menu-item-has-children:hover > ul > li {
    height: 50px;
    overflow: visible;
  }
  .nav > .menu-item-has-children > ul ul {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav > .menu-item-has-children > ul ul li {
    height: 0;
  }
  .nav > .menu-item-has-children > ul ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
  }
  .nav > .menu-item-has-children > ul li:hover ul li {
    height: 50px;
    overflow: visible;
  }
  .dropdown-menu li a {
    padding: 0 1.5rem;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .dropdown-menu li:first-child a {
    border-top: 1px solid #eee;
  }
  .sub-menu {
    padding: 0;
    border-top: none !important;
  }
  .nav .sub-menu li .sub-menu li {
    position: absolute;
  }
  #menu-main li:last-child a {
    color: #fff !important;
    background: #4f9f47;
    height: auto;
    padding: 10px 30px;
    line-height: normal;
    margin: 0;
    border-radius: 100vh;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
  }
  /* footer */
  footer .first {
    text-align: left;
  }
  footer .col-lg-4 {
    margin-bottom: 1.5em;
  }
  .foot_tel {
    padding: 8px 30px;
    font-size: 23px;
    letter-spacing: 2px;
    margin: 0.8em auto;
  }
  /* top */
  .firstview {
    height: 100%;
    padding-bottom: 100px;
  }
  .slick-slide img {
    height: calc(100vh - 200px);
    object-fit: cover;
  }
  .slick-dots {
    left: 10%;
    bottom: 15px !important;
    text-align: left !important;
  }
  .fv_textbox h2:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 43px;
    background-image: url("img/kazari.svg");
    position: absolute;
    left: 0;
    top: -70px;
    background-size: contain;
  }
  .fv_textbox {
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 10%;
    right: 0;
    margin: auto 0;
    background: #f3f0e9;
    width: fit-content;
    height: fit-content;
    padding: 3em 3em 3em 0;
    border-radius: 20px;
  }
  .fv_textbox h2 {
    font-size: 2.5rem;
    letter-spacing: 3px;
    position: relative;
  }
  .fv_textbox p {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .news_wrap {
    padding-bottom: 100px;
  }
  .productsBoxWrap {
    gap: 3em 0;
  }
  #work {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  /* 固定ページ */
  .page .ttl_h1 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .pageheadbox {
    padding: 2em 0 3em;
    flex-wrap: initial;
    gap: 80px;
  }
  .pageheadbox p {
    font-weight: bold;
    letter-spacing: 2px;
    color: #4f9f47;
    margin-left: 5px;
    text-align: left;
  }
  /* 事業内容 */
  .circlebox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .circlebox div {
    width: 200px;
    height: 200px;
    padding: 3em 0;
    font-size: 17px;
  }
  .naiyoImg {
    border-radius: 50px;
    display: inherit;
    margin: auto;
    max-width: none;
  }
  .page-id-13 h3 {
    font-size: 34px;
  }
  .companyH2 {
    font-size: 4vw;
  }
  /* アーカイブ */
  .post-type-archive .ttl_h1 {
    margin: 0;
    text-align: left;
    font-size: 3em;
    line-height: 0.7;
  }
  .post-type-archive .ttl_h1 span {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4f9f47;
    margin-left: 5px;
  }
  /* 施工事例 */
  .archive_tit {
    margin: 0;
    text-align: center;
    font-size: 3em;
    line-height: 0.7;
  }
  .detail.archive section {
    padding: 0;
  }
  .workBoxWrap {
    gap: 3em 0;
  }
  .top_work_title {
    padding: 1.5em 2em;
  }
  /* シングル */
  .single_tit {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.5;
    background: #f3f0e9;
    padding: 1em 0 2em;
    font-weight: bold;
  }
  .single h1, .archive .ttl_h1, .search .ttl_h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.4;
  }
}
/* xl */
@media print, all and (min-width: 1200px) {
  /* 施工事例 */
  .sdgsWrap {
    margin-top: 0;
  }
}
/* スマホのみ適用 */
@media (max-width: 575px) {
  table.mobile {
    border: 1px solid #f3f0e9;
  }
  .mobile th, .mobile td {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: none;
    border: #f3f0e9;
  }
  .mobile th {
    background-color: #f3f0e9;
  }
  .tbl_02 tr:first-child > :first-child {
    border-radius: 10px 10px 0 0 !important;
  }
  .tbl_02 tr:last-child > :last-child {
    border-radius: 0 0 10px 10px !important;
  }
  .tbl_02 tr:first-child td {
    border-radius: 0 !important;
  }
  .tbl_02 tr:last-child th {
    border-radius: 0 !important;
  }
  .slick-dots li {
    margin: 0 3px !important;
    width: 15px !important;
    height: 15px !important;
  }
  .productsbox h3 {
    font-size: 18px;
  }
  #work {
    width: 100% !important;
  }
  .sp_fs14 {
    font-size: 14px !important;
  }
  .sp_fs13 {
    font-size: 13px !important;
  }
}
/* ------------------------------------
// プリント用
------------------------------------ */
@media print {
  body, .alignfull {
    width: 1280px;
  }
}
/* ------------------------------------
// 管理画面
------------------------------------ */
body.mce-content-body.wp-autoresize {
  padding: 20px !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  word-break: break-word !important;
}

html .mce-content-body a {
  text-decoration: underline;
}

.block-editor-block-list__layout .wp-block {
  max-width: 800px;
}

.wp-block[data-align=full] {
  max-width: none !important;
}

table.fixed {
  table-layout: auto;
}

.fixed .column-categories {
  width: 10%;
}

.fixed .column-tags {
  width: 17%;
}

.fixed .column-date {
  width: 15%;
}