@charset "UTF-8";

body {
 text-size-adjust: none;
}

body,
th,
td,
input,
textarea,
select {
 /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
body {
 font-size: 14px;
 color: #000;
}
body p,
body span,
body div,
table th,
table td {
 line-height: 1.5;
}
.w1200,
.top_box .inner {
 max-width: 1200px;
 margin: 0 auto;
}
.clear {
 clear: both;
}
.clearfix {
 zoom: 1;
}
.clearfix:after {
 content: "";
 display: block;
 clear: both;
 font-size: 0.1em;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
ul,
ol,
li {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
a {
 outline: none;
 color: #000;
 text-decoration: none;
 transition: all 0.2s ease-out 0s;
}
a:hover {
 text-decoration: none;
}
.font {
 font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*                    トップページ　　　　*/
/*　　共通　　　*/
.ec-layoutRole .ec-layoutRole__main {
 overflow: hidden;
}
.top_box {
 padding: 40px 15px;
}
.top_box > .inner {
 max-width: 1200px;
 margin: 0 auto;
}
.top_midasi {
 text-align: center;
 margin-bottom: 40px;
}

.more {
 text-align: center;
}
.more a {
 display: block;
 padding: 5px;
 position: relative;
 letter-spacing: 1px;
 text-transform: capitalize;
 border-radius: 100px;
 border: solid 1px #000;
 font-size: 15px;
 font-weight: bold;
 transition: all 0.2s ease-out 0s;
 line-height: 2;
}
.more a:after {
 position: absolute;
 left: 15px;
 top: 50%;
 margin-top: -15px;
 content: "\f105";
 font-family: "Font Awesome 5 pro";
 font-weight: 300;
 font-style: normal;
}

.more a:hover {
 letter-spacing: 2px;
}
/* .entry-content li,
.entry-content p {
  line-height: 2.5;
  margin-block: calc((1em - 1lh) / 2);
}

.entry-content p:not(:last-of-type) {
  margin-bottom: 40px;
} */

/*            header                  */
.header {
 /* width: 100%;
  padding: 15px 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  background: #ffffff;
  box-shadow: -1px 4px 6px rgb(0 0 0 / 4%);
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; */
}
.header.fixed {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1000;
}
.header .inner {
 width: calc(100%);
 margin: 0;
 display: flex;
 flex-wrap: wrap;
}
/*  ヘッダー追尾　*/
.header.fixed {
 background: rgb(255 255 255 / 80%);
}
.logo {
 width: 230px;
 margin-right: 50px;
}
.logo a {
 width: 100%;
 height: 100%;

 flex-direction: column;
 justify-content: center;
 align-items: center;
 display: flex;
}
/*  ヘッダーメニュー*/
.header_nav_wrap {
 flex-direction: column;
 justify-content: center;
 display: flex;
}
.header_nav_wrap ul {
 display: flex;
 flex-wrap: wrap;
}
.header_nav_wrap li {
}
.header_nav_wrap li a {
 font-weight: bold;
 display: block;
 color: #000;
 font-size: 14px;
 padding: 5px 11px;
 letter-spacing: 1px;
 position: relative;
 line-height: 1;
 text-align: center;
 position: relative;
 text-transform: capitalize;
}
.header_nav_wrap li a span {
 font-size: 8px;
 color: #96989b;
 line-height: 1;
 display: block;
 margin-top: 10px;
 letter-spacing: 1px;
}
.header_nav_wrap li a:hover,
.header_nav_wrap li.current-menu-item a,
.header_nav_wrap li a:hover *,
.header_nav_wrap li.current-menu-item a * {
}
.header_nav_wrap li.current-menu-item a {
}

/*     page top   */

.ec-blockTopBtn {
 width: 2.5rem;
 height: 2.5rem;
 right: 0.625rem;
 bottom: 7rem;
 font-size: 1rem;
 background: #fff;
 border: 0.125rem solid #268254;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 display: flex;
 transition: all 0.2s ease-out 0s;
 border-radius: 0.625rem;
}
.ec-blockTopBtn i {
 font-weight: 400;
 color: #268254;
}
/* .ec-blockTopBtn:hover {
  background: #7d950f;
} */

/*　　      　top　slider　　*/
.ec-layoutRole .ec-layoutRole__contents {
 max-width: inherit;
}
.top_slider_wrap {
 position: relative;
}
.top_slider.slick-slider {
 padding: 0;
}

.top_slider li {
}

/*   arrow   カスタマイズ　　*/
#arrows {
 width: 750px;
 margin: 0 auto;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 top: 50%;
 z-index: 1;
}
.top_slider .slick-arrow {
 background: none;
 border: none;
 position: absolute;
 font-size: 100px;
 color: #9eb827;
 line-height: 1;
}
#arrows .slick-arrow {
 z-index: 10;
 cursor: pointer;
 position: absolute;
 font-size: 70px;
 color: #9eb827;

 top: -35px;
}
#arrows .arrow_left {
 left: -57px;
}
#arrows .arrow_right {
 right: -57px;
}

/* Dots */
.slick-dotted.slick-slider {
 margin-bottom: 30px;
}
.slick-dots {
 position: absolute;
 bottom: -35px;
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
}
.slick-dots li {
 position: relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin: 0 5px;
 padding: 0;
 cursor: pointer;
}
.slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 20px;
 height: 20px;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
 outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
 opacity: 1;
}
.slick-dots li button:before {
 font-family: "slick";
 font-size: 29px;
 line-height: 20px;
 position: absolute;
 top: 0;
 left: 0;
 width: 20px;
 height: 20px;
 content: "•";
 text-align: center;
 opacity: 0.25;
 color: black;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
 opacity: 0.75;
 color: black;
}

/*                          追加   トップページ　*/
.top_blog_list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.top_blog_list li {
 width: 49%;
 margin-bottom: 20px;
}
.blog_meta {
 line-height: 1;
 margin-top: 10px;
}
.blog_meta .date,
.blog_meta .cat_name_wrap {
 display: inline-block;
 vertical-align: middle;
 line-height: 1;
}
.blog_meta .cat_name_wrap {
 font-size: 10px;
}
.blog_meta .cat_name_wrap a {
 text-decoration: underline;
 margin-right: 5px;
}
.blog_meta .date {
 letter-spacing: 0px;
 padding-left: 5px;
 border-left: solid 1px #ccc;
 font-size: 10px;
}

.top_blog_list .title {
 font-weight: bold;
 font-size: 14px;
 line-height: 1.4;
 margin: 5px 0 11px 0;
}
.top_blog_list .bassui {
 line-height: 1.5;
 font-size: 14px;
 display: none;
}
.bg_usu_green {
 background: #f2f7de;
}
