/*NEW*/
.wp-block-columns {
	margin:0 15px 0 15px;
}

@charset "UTF-8";
.header {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

/*リセットCSS*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p 
{
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.8;
}

img {
  display: block;
}

/*横幅と左右の余白*/
.w-container {
  width: min(92%, 1200px);
  margin: auto;
}

/*ヘッダー*/
.header {
  height: 112px;
  background-color: #ffffff;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/*ナビゲーションボタン*/
.navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #aaaaaa;
  font-size: 30px;
}

/*ヒーロー*/
.hero {
  height: 650px;
  background-image: url(../img/sample2.jpg);
  background-position: center;
  background-size: cover;
}

.hero_container {
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100%;
}

.hero h1 {
  margin-bottom: 40px;
  font-family: sans-serif;
  font-size: clamp(48px, 5vw, 68px);
  min-height: 0vw;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

.hero p {
  font-family: sans-serif;
  color: #ffffff;
}

/*NEWここまで*/































@charset "UTF-8";
.header {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

/*リセットCSS*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/*ヘッダー上部*/
.header_info {
  margin-top: -32px;
}

.header_info_open,
.header_info_map {
  font-size: 13px;
}

.header_info_tel {
  font-size: 18px;
  margin-top: 5px;
}

.header_info_open {
  margin-left: 10px;
}

.header_info_map {
  margin-left: 10px;
  vertical-align: bottom;
}

.header_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_info_right {
  width: 19%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_info_left {
  width: 81%;
}

/*ヘッダー*/
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.header {
  background: #ffffff;
  height: 120px;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header_logo {
  width: 205px;
}

.header_logo img {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header_nav li {
  font-size: 16px;
}

.header_nav li:not(:first-child) {
  margin-left: 40px;
}

.header_nav a {
  color: black;
  text-decoration: none;
  position: relative;
}

.header_nav a.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
}

.header_sub {
  width: 1200px;
}

/*ヘッダー画像*/
.main-visual {
  height: 600px;
  width: 100%;
  background: url(../img/sample.jpg) no-repeat center center/cover;
  position: relative;
}

.main-visual1 {
  height: 600px;
  width: 100%;
  background: url(../img/sample1.jpg) no-repeat center center/cover;
  position: relative;
}

.main-visual2 {
  height: 600px;
  width: 100%;
  background: url(../img/sample2.jpg) no-repeat center center/cover;
  position: relative;
}

.main-visual_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.main-visual_title {
  
  font-family: sans-serif;
  font-size: clamp(48px, 5vw, 60px);
  min-height: 0vw;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 2px 0 2px #00000052;
}

.main-visual_lead {
  font-family: sans-serif;
  color: #ffffff;
  text-shadow: 2px 0 2px #00000052;
  font-size: clamp(24px, 5vw, 30px);
}

/*ヘッダースライド*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
  z-index: 1;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/*ヘッダースライド終わり*/
/*ヘッダーメニュー下*/
.header_bottom_title {
  background-color: #C0C0C0;
  height: 300px;
  text-align: center;
}

/*トップぺージ*/
.wp-block-greentreelabs-post-snippets-block {
  text-align: center;
}

/*2カラムレイアウト*/
.news-contents-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: calc( (100vw-1200px) / 2);
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-contents-wrapper .mycontent {
  width: 70%;
}

.news-contents-wrapper .mymenu {
  width: 30%;
}

.article_header {
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}

.article_category {
  margin-bottom: 16px;
  font-size: 13px;
}

.article_meta {
  font-size: 13px;
  color: #828990;
}

.article_title {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.article_body {
  margin-bottom: 50px;
}

.postLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.postLinks a {
  text-decoration: none;
}

/*記事一覧*/
.wrapper-grid {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.entry-item {
  margin-top: 10px;
  margin-bottom: 50px;
}

/*ページネーション*/
.pagenation {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: left;
}

.pagenation .page-numbers:not(:last-child) {
  margin-right: 15px;
}

.pagenation .current {
  color: #aaaaaa;
}

/*パンくずリスト*/
.breadcrumb_inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  font-size: 13px;
}

/*サイドバー*/
.sub-title {
  font-size: 16px;
  padding: 0 8px 8px;
  border-bottom: 2px #808080 solid;
  font-weight: bold;
}

.widget-title {
  background: transparent url(../img/headign-line.png) repeat-x bottom center/340px auto;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 16px;
}

.widget_archive li,
.widget_categories li {
  margin-bottom: 8px;
}

.widget_archive li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.widget_archive li a,
.widget_categories li a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 14px;
  padding: 20px 20px 14px 0;
  position: relative;
  text-decoration: none;
}

.widget_archive li a:hover,
.widget_categories li a:hover {
  opacity: 0.6;
}

.widget_archive li a::after,
.widget_categories li a::after {
  -webkit-transform: translateY(-50%);
  color: #333;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget_archive li ul,
.widget_categories li ul {
  font-size: 0.85em;
  margin-top: 8px;
}

.wp-block-categories-list {
  margin-bottom: 60px;
}

/*記事本文*/
.main-contents {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

/*タグ*/
.entry-tag-head {
  margin-right: 15px;
}

.entry-tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

/*記事一覧*/
.card_items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card_item {
  width: calc(33% - 24px * 2 / 3);
  padding: 16px;
  border-radius: 4px;
}

.card_item:not(:nth-child(3n+1)) {
  margin-left: 24px;
}

.card_item:nth-child(n+4) {
  margin-top: 24px;
}

.card_title {
  font-size: 20px;
  font-weight: 700;
  color: #6f7579;
  margin-top: 14px;
}

.card_text {
  font-size: 16px;
  font-weight: 700;
  color: #6f7579;
  line-height: 1.5;
  margin-top: 14px;
}

/*フッター*/
.footer {
  background-color: #545454;
  margin-top: 20px;
  padding: 60px 0 24px;
  color: #ffffff;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .footer_left {
    widows: 100%;
  }
}

.footer_logo img {
  width: 200px;
}

.footer_address,
.footer_tel,
.footer_fax {
  font-size: 15px;
}

.footer_address {
  margin-top: 15px;
}

.footer_tel {
  margin-top: 5px;
}

.footer_fax {
  margin-top: 5px;
}

.footer_right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .footer_right {
    widows: 100%;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.footer_nav li:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .footer_nav li {
    margin-left: 20px;
  }
}

.footer_nav a {
  text-decoration: none;
}

.footer_copy {
  margin-top: 40px;
  font-size: 15px;
  text-align: center;
}

.to-top {
  position: fixed;
}

.to-top a {
  text-decoration: none;
}

.to-top a img {
  width: 60px;
}

/*========= 検索窓を開くためのボタン設定 ===========*/
.ac-parent {
  position: relative;
  background: url("../img/search.png") no-repeat 15px center;
  background-size: 20px 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.ac-parent.btnactive {
  background: url("../img/logo2.png") no-repeat 15px center;
  /*閉じるアイコンを背景に表示*/
  background-size: 18px 18px;
}

/*========= 検索窓の設定 ===============*/
/*==検索窓背景のエリア*/
#search-wrap {
  top: 150px;
  right: 20px;
  z-index: -1;
  /*最背面に設定*/
  opacity: 0;
  /*透過を0に*/
  width: 0;
  /*横幅は0に*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*transitionを使ってスムースに現れる*/
  border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
  opacity: 1;
  /*不透明に変更*/
  z-index: 3;
  /*全面に出現*/
  width: 580px;
  padding: 20px;
  top: 360px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

/*==検索窓*/
#search-wrap #searchform {
  display: none;
  /*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform {
  display: block;
  /*検索窓を表示*/
}

/*==検索フォームの設定*/
/*==テキスト入力とボタンinput共通設定*/
#search-wrap input {
  -webkit-appearance: none;
  /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer;
  /*カーソルを指マークに*/
  color: #666;
}

/*テキスト入力input設定*/
#search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
#search-wrap input[type="text"]:focus {
  background: #eee;
  /*背景色を付ける*/
}

/*ボタンinput設定*/
#search-wrap input[type="submit"] {
  position: absolute;
  top: 55px;
  right: 580px;
  background: url("../img/search.png") no-repeat right;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width: 30px;
  height: 60px;
  border: none;
}

/* クリックしたら表示される検索バーの領域 */
.ac-child {
  width: 100%;
  display: none;
  top: 120px;
  left: 1px;
  right: 1px;
  padding: 2em 1em;
  background-color: #484848;
  text-align: center;
  position: absolute;
  z-index: 30;
}

/* メールボタン */
.btn {
  display: inline-block;
  padding: .6em 2em;
  margin: 0 0 1em;
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.btn.btn-angle {
  padding-left: 33px;
  padding-top: 75px;
  padding-right: 54px;
}

.btn.btn-angle::after {
  position: absolute;
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
