@charset "UTF-8";
/*
Theme Name: theme_e-noah
Description: エノア総合計画事務所用テーマ
Author: Megoool
Template:xeory_base
Version: 0.6.2
*/
body {
  background: #FFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
/* ----------------------------------------
* ヘッダーメニュー
---------------------------------------- */
#header {
  border-bottom: none;
  padding: 24px 0 28px;
}
#header .wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 100px;
}
#header #logo img {
  width: 240px;
  height: auto;
}
.flont-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  backdrop-filter: blur(6px);
  z-index: 10000;
}
.flont-header.transform, .single-header.transform {
  background-color: #FFF !important; /*padding: 20px;*/
}
.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  z-index: 1; /* 一番下に置く */
  overflow: hidden;
  padding-top: 128px;
}
#page-head {
  vertical-align: middle;
  line-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-head span {
  font-size: 2.1em;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 12px 80px 12px 100px;
  font-weight: bold;
}
/* ----------------------------------------
* メインページ構成
---------------------------------------- */
#main_contents {
  position: relative;
  z-index: 2; /* スライダーより上 */
  padding: 120px 0px 0px; /* ヘッダー分の余白 */
  width: 100%;
  margin: 0 auto;
  /*background-color: rgba(255, 255, 255, 0.50);*/
}
#main_contents .wrap_wide {
  width: 100%;
}
#main_contents .wrap {
  width: 1200px;
}
.front_page {
  padding-top: 100vh !important;
}
/* ----------------------------------------
* gloval nav　ヘッドメニュー
---------------------------------------- */
#gnav {
  margin-top: 10px; /*-1px;*/
  border-top: none;
  border-bottom: none;
  /*border-bottom: 1px #efefef solid;*/
  font-size: 1.08em;
  float: right;
  background-color: rgba(255, 255, 255, 0.00);
}
#gnav .sub-menu {
  z-index: 10;
  font-size: 16px;
  margin: 0;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav li {
  float: left;
  position: relative;
  padding: 0 24px 0 0;
}
#gnav li.current-menu-item a {
  border-top: none;
  /* border-bottom: 1px #1b7bc1 solid;*/
}
#gnav li a {
  display: block;
  border-top: none;
  margin-top: -1px;
  padding: 20px 0px;
  color: #333;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.00);
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#gnav li a:hover {
  color: #2b2d2d;
  border-top: none;
  border-bottom: 1px #1b7bc1 solid;
}
#gnav li a:hover .sub-menu {
  display: block;
}
#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: none;
  border-bottom: none;
  margin: 0;
}
#gnav li .sub-menu li {
  float: none;
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
#gnav li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav li .sub-menu li a {
  color: #fff;
  background: #2b2b2b;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gnav li .sub-menu li a:hover {
  background: #373b3b;
  color: #fff;
}
#gnav li .sub-menu li a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #fff;
  mask: url("lib/images/icon/angle-right.svg") no-repeat center;
  -webkit-mask: url("lib/images/icon/angle-right.svg") no-repeat center;
}
#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #FFF;
  background-color: #2f4156;
  background-image: url(lib/images/fotter_img.jpg);
  background-position: center bottom;
}
#footer .wrap_wide {
  padding: 80px 100px;
}
#footer .footer_submenu {
  margin-top: 30px;
  padding-left: 30%;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #1b7bc1;
}
#footer .wrap {
  display: flex;
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
.footer-01 {
  flex: 1;
  border-top: none;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.00);
  line-height: 2.0em;
}
.footer-01 ul {
  overflow: hidden;
  text-align: left;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-02 {
  flex: 1;
  border-top: none;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.00);
}
.footer-copy {
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 12px;
}
.footer-menulist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menulist li {
  width: 50%; /* 2カラム */
  box-sizing: border-box;
  padding: 4px 0;
}
/* ----------------------------------------
* コンテンツ
---------------------------------------- */
h2 {
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 26px;
}
.pagetop.show {
  visibility: visible;
  opacity: .8;
  z-index: 999;
}
.m-title {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}
/* ----------------------------------------
* トップページ
---------------------------------------- */
#top-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}
/* NEW PROJECT */
.project-content {
  background: linear-gradient(to right, #c7e5ff 0%, #c7e5ff 34%, #ffffff 34%, #ffffff 100%);
  background-color: #FFF;
  text-align: center;
}
.project-content .wrap {
  padding: 60px 0px;
}
.project-content .flex-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-content .flex-list li {
  width: 33%; /* 3カラム */
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 2px;
}
.project-content .flex-list li img {
  width: 100%;
  aspect-ratio: 15 / 10; /* 横幅から縦を算出 */
  object-fit: cover;
  object-position: center;
}
.flex-list span {
  /*  color: #FFFFFF;
  position: absolute;*/
  top: 80%;
  left: 3%;
  margin: 0;
  padding: 2px 6px; /*文字の装飾は省略*/
  text-align: left;
  width: 100%;
}
/* RECRUIT */
#recruit-top {
  min-height: 380px;
  background-color: #f6f5e3;
  background-image: url(lib/images/back_recruit.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
#recruit-top .wrap {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0px;
}
#recruit-top .p-content {
  width: 40%;
  line-height: 2.0em;
  font-size: 1.05em;
}
#access-top {
  background: #FFF;
  background-color: #FFF;
}
#access-top .wrap {
  padding: 30px 0px;
}
.access-box {}
/* 横書きのまま右中央に配置して飛び出させる */
.access-title {}
.access-title .title {
  /* font-family: "HGP明朝E", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;	*/
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
}
/* 左側のテキスト部分 */
.access-content {}
.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.base-box {
  position: relative;
  display: flex;
  overflow: visible; /* タイトルのはみ出しを許可 */
  background-repeat: no-repeat;
}
/* 左中央にタイトルを配置して飛び出させる */
.base-title {
  position: absolute;
  transform: translateY(-50%); /* 完全に中央揃え */
  /* writing-mode: vertical-rl; 縦書きにしたい場合はこれ */
}
.base-title .title {
  /*  font-family: "HGP明朝E", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
}
.sub_title {
  font-size: 16px;
}
.sub_memo {
  font-size: 1.2em;
}
/* 左側のテキスト部分 */
.base-content {
  flex: 1;
}
ul.flex-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.flex-grid li {
  width: 100%;
}
.cat-content, article.post, article.page, article.wp101, article.seo101 {
  border: none;
}
.one-column #content .wrap {
  /*width: 1200px;*/
  width: 100%;
  margin: 0px;
}
.one-column #content .wrap_sub {
  width: 1200px;
  margin: auto;
}
.post-content h3 {
  text-align: center;
  border-left: none;
  font-size: 2.0em;
  font-weight: bold;
}
.post-content table tbody th {
  background: #dee6ec;
  color: #000;
  text-align: center;
  padding: 16px 30px;
}
.post-content table {
  border: none;
  max-width: 100%;
}
/* 基本のテーブルデザイン */
table {
  width: 100%;
  border-collapse: collapse;
}
td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
.cat-content, article.post, article.page, article.wp101, article.seo101 {
  border: none;
}
#tbl-border, #tbl-border table, #tbl-border td {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #868686;
  border-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
#fancybox-overlay {
  background-color: rgba(73, 169, 212, 0.6) !important;
}
/* ----------------------------------------
* プロジェクト
---------------------------------------- */
.photo { /*親div*/
  position: relative;
}
.photo p {
  text-align: center;
  width: 100%;
  min-height: 3.4em;
}
.photo p a {
  color: white;
  text-decoration: none;
}
.photo p a:hover {
  color: white;
  text-decoration: underline;
}
.gallery {
  position: relative;
  display: block;
}
.photo img {
  width: 100%;
}
.photo img {
  /*    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);	*/
  transition: 0.2s linear;
}
.photo a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.featherlight-inner {
  width: 1000px;
  height: 500px
}
.photo_title {
  border-left: 2px solid #5D5D5D;
  padding-left: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: none!important;
}
/* --- スマホでカード型に変換 --- */
@media (max-width: 768px) {
  /* ----------------------------------------
* ヘッダーメニュー
---------------------------------------- */
  #header {
    /*  border-bottom: none;
  padding: 24px 0 28px;*/
  }
  #header .wrap {
    /*  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
*/
    padding: 0 30px;
  }
  #header #logo img {
    width: 180px;
    height: auto;
  }
  .flont-header {
    /*  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  backdrop-filter: blur(6px);
  z-index: 10000;*/
  }
  .flont-header.transform, .single-header.transform {
    background-color: #FFF !important;
    padding: 20px;
  }
  .hero {
    /*  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  padding-top: 128px;*/
  }
  #page-head {
    /*  vertical-align: middle;
  line-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;*/
  }
  #page-head span {
    /*  font-size: 2.1em;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 12px 80px 12px 100px;
  font-weight: bold;*/
  }
  /* ----------------------------------------
* メインページ構成
---------------------------------------- */
  #main_contents {
    /*  position: relative;
  z-index: 2; 
  padding: 120px 0px 0px;
  width: 100%;
  margin: 0 auto;*/
    /*background-color: rgba(255, 255, 255, 0.50);*/
  }
  #main_contents .wrap_wide {
    width: 100%;
  }
  #main_contents .wrap {
    width: 100%;
  }
	
  #page-head span {
    font-size: 1.8em;
    padding: 12px;
  }
  .front_page {
    padding-top: 456px !important;
  }
  #footer .wrap_wide {
    padding: 60px 20px;
  }
  #footer .footer_submenu {
    margin-top: 0;
    padding-left: 0;
  }
  #top-content {
    height: 360px;
    /*  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;*/
    padding: 0px;
    font-size: 14px;
  }
  #recruit-top .p-content {
    width: 100%;
    /*    line-height: 2.0em;
    font-size: 1.05em;*/
    padding: 30px 10px;
    background-color: rgba(246, 245, 227, 0.7);
  }
  #recruit-top .wrap {
    /*     display: flex; 
     justify-content: flex-end; */
    padding: 0px;
  }
  .wrap, .one-column #content .wrap {
    margin: 0px;
  }
  #access-top {
    padding: 30px 10px;
  }
  .base-box {
    position: static;
    display: block;
    margin-left: auto !important;
    background-image: none;
    width: 100%;
  }
  .base-title {
    display: block;
    position: static;
    transform: none !important;
    width: 100%;
  }
  .base-content {
    flex: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .project-content .flex-list li {
    width: 100%;
  }
  td {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  table, tbody, tr, th, td {
    display: block;
    width: 100%;
  }
  tr {
    box-sizing: border-box;
  }
  /* 左側の見出しセル（1列目）をタイトル扱いにする */
  tr th {
    font-weight: bold;
  }
  tr td:first-child {
    font-weight: bold;
  }
  /* rowspan の影響を無効化して自然に縦並びにする */
  td[rowspan] {
    display: block;
    width: 100%;
  }
  /* colspan も自然に縦並びに */
  td[colspan] {
    display: block;
    width: 100
  }
	
.m-title {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}	
	
	
	
	
	
	
	
	
}
.btn-flat {
  background-color: #2f4156;
  color: #FFFFFF;
  padding: 10px 20px;
}
.btn-flat a:hover {
  background-color: rgba(49, 74, 172, 1.00);
  color: #FFFFFF;
}
/* タブレット */
@media (min-width: 600px) {
  ul.flex-grid li {
    width: 50%;
  }
}
/* PC */
@media (min-width: 900px) {
  ul.flex-grid li {
    width: 25%;
  }
}
@media (max-width: 600px) {
  #gnav {
    display: none;
  }
  #gnav.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  #gnav {
    margin: 0; /*20px 2%;*/
    border: 1px solid #cccccc;
    padding: 10px;
    background: #FFF;
  }
  #gnav .wrap {
    margin: 0;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
	 
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 16px 28px;
    color: #2b2d2d;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 1.3em;
  }
  #gnav ul li a:hover {
    color: #2b2d2d;
    border-top: none;
  }
  #gnav ul li a:hover .sub-menu {
    display: block;
  }
  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #gnav ul li .sub-menu li a {
    color: #1b7bc1;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
  }
  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #1b7bc1;
    box-shadow: 0;
  }
  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }
  #footer .wrap {
    flex-direction: column;
  }
  .footer-menulist li {
    width: 100%;
  }
  .one-column #content .wrap {
    width: auto;
  }
}