@charset "UTF-8";
/*
Theme Name: なんば建築工房
Theme URI: 
Description: 株式会社なんば建築工房WordPressテーマ
Version: 1.0
Author: hareweb*
Author URI: https://hareweb.jp
*/
body.post-type-post .editor-styles-wrapper {
  background: #F9F9F9;
}

.post_contents .pv {
  color: gray;
  opacity: 0.7;
}
.post_contents .cmn_title {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.post_contents .cmn_title small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.post_contents .post_categorys {
  margin-bottom: 60px;
}
.post_contents .post_categorys .category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.post_contents .post_categorys .category_box li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4F2A11;
  padding: 2px 10px;
  font-size: 0.75rem;
  color: #fff;
}
.post_contents .post_tags {
  margin-top: 10px;
  margin-bottom: 60px;
}
.post_contents .post_tags .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post_contents .post_tags .tag_box li {
  position: relative;
  font-size: 0.875rem;
  margin-right: -3px;
}
.post_contents .post_tags .tag_box li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post_contents .post_tags .tag_box li a::before, .post_contents .post_tags .tag_box li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  height: 1px;
  margin: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.post_contents .post_tags .tag_box li a::before {
  background: #aaa;
  width: 100%;
}
.post_contents .post_tags .tag_box li a::after {
  background: #4F2A11;
  width: 0;
}
.post_contents .post_tags .tag_box li a:hover {
  color: #4F2A11;
}
.post_contents .post_tags .tag_box li a:hover::after {
  width: calc(100% - 6px);
  background-color: #4F2A11;
}
.post_contents .post_main p {
  max-width: 700px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.1em;
}
.post_contents .nnb_column_ttl {
  margin: 0 0 25px;
  font-size: 1.25rem;
  font-weight: bold;
}
.post_contents .w1280 {
  margin: 30px calc(50% - 50vw);
}
.post_contents .w1280 img {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.post_contents .nnb_image {
  display: block;
  margin: 30px 0;
}
.post_contents .align-left {
  text-align: left;
}
.post_contents .align-right {
  text-align: right;
}
.post_contents .align-center {
  text-align: center;
}
.post_contents .nnb_column {
  margin: 30px 0 100px;
}
.post_contents .nnb_column .nnb_column-img {
  margin: 0 calc(50% - 50vw) 25px;
}
.post_contents .nnb_column + .post_contents .nnb_column {
  margin-top: 120px;
  margin-bottom: 120px;
}
.post_contents .nnb_column .nnb_image {
  margin: 0;
}
.post_contents .nnb_column .nnb_image figcaption {
  display: block;
  padding: 0 20px;
}
.post_contents .nnb_column img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: auto;
}
.post_contents .nnb_column.photo_both .nnb_column-img {
  margin: 0;
}
.post_contents .nnb_column.nnb_image_both .img_wrap + .img_wrap {
  margin-top: 30px;
}
.post_contents .btn_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: calc(100% - 80px);
  margin: -3px;
  padding: 3px;
  color: #4F2A11;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.post_contents .btn_arrow span.yajirushi {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 1.6em;
}
.post_contents .btn_arrow span.yajirushi::before, .post_contents .btn_arrow span.yajirushi::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(79, 42, 17, 0.3);
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_contents .btn_arrow span.yajirushi::before {
  left: 48px;
  width: 12px;
  margin: auto;
  -webkit-transform: translateY(2px) rotate(30deg);
          transform: translateY(2px) rotate(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.post_contents .btn_arrow span.yajirushi::after {
  width: 60px;
  margin: auto;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.post_contents .btn_arrow span.dashicons {
  margin-left: -5px;
  text-decoration: none;
}
.post_contents .btn_arrow:hover {
  color: #E94709;
}
.post_contents .btn_arrow:hover span.yajirushi::before, .post_contents .btn_arrow:hover span.yajirushi::after {
  background: rgba(233, 71, 9, 0.3);
}
.post_contents .btn_nanba {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  color: #4F2A11;
  text-decoration: none;
  border: 1px solid #4F2A11;
  letter-spacing: 0.01em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_contents .btn_nanba img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.post_contents .btn_nanba:hover {
  background: #4F2A11;
  color: white;
}
.post_contents .btn_nanba:hover img {
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}
.post_contents .btn_wrap .btn_nanba {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.post_contents .btn_wrap .btn_nanba .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.post_contents .btn_form {
  background: #4F2A11;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  border: none;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.post_contents hr {
  height: 2px;
  background: #F9F9F9;
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_contents .caution {
  margin: 20px 0 40px;
  color: #E94709;
}

body {
  background: #F0F0F0;
  font-family: YakuHanMPs, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.675;
  font-size: 1rem;
  color: #4F2A11;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.nav_open {
  height: 100%;
  overflow: hidden;
}
body:not(.home)::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
}

.pcmidover {
  display: none !important;
}

.has-na-black-color {
  color: #000;
}

.has-na-black-background-color {
  background-color: #000;
}

.has-na-gray-color {
  color: #CCCCCC;
}

.has-na-gray-background-color {
  background-color: #CCCCCC;
}

.has-na-navy-color {
  color: #09144E;
}

.has-na-navy-background-color {
  background-color: #09144E;
}

.has-na-green-color {
  color: #0A250D;
}

.has-na-green-background-color {
  background-color: #0A250D;
}

.has-na-purple-color {
  color: #2B0748;
}

.has-na-purple-background-color {
  background-color: #2B0748;
}

.has-na-beige-color {
  color: #E3D9D2;
}

.has-na-beige-background-color {
  background-color: #E3D9D2;
}

.has-na-red-color {
  color: #460011;
}

.has-na-red-background-color {
  background-color: #460011;
}

.has-na-brown-color {
  color: #291405;
}

.has-na-brown-background-color {
  background-color: #291405;
}

.has-text-align-center {
  text-align: center !important;
}

.a1_min {
  font-family: YakuHanMPs, A1 Mincho, serif;
  font-weight: normal !important;
}

.zen_anti {
  font-family: YakuHanMPs, "Zen Antique Soft", serif;
  font-weight: 400 !important;
  font-style: normal;
}

.grecaptcha-badge {
  visibility: hidden;
}

svg#nanba-icons {
  display: none;
}

a {
  color: #4F2A11;
  text-decoration: none;
}
a:hover {
  color: #E94709;
}

#conversion_memu {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 90;
}
#conversion_memu.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#conversion_memu ul#conversion_memu_list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 100%;
  padding: 10px 5px;
}
#conversion_memu ul#conversion_memu_list li {
  position: relative;
  height: 100%;
  font-size: 0.8125rem;
  text-align: center;
  padding: 3px;
}
#conversion_memu ul#conversion_memu_list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 1px;
  height: 100%;
  background: #E9E4E1;
}
#conversion_memu ul#conversion_memu_list li:last-of-type::after {
  display: none;
}
#conversion_memu ul#conversion_memu_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  height: 100%;
  padding: 3px;
}
#conversion_memu ul#conversion_memu_list span {
  display: inline-block;
  line-height: 1;
}

.title_tate {
  margin: 0 auto 65px;
  font-size: 1.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.ttl_kasen {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  color: #4F2A11;
  text-align: center;
}
.ttl_kasen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4F2A11;
  width: 60px;
  height: 2px;
  margin: auto;
}

.bg_gray {
  background-color: #F0F0F0;
}

.main_wrap {
  overflow: hidden;
}

.cmn_wrap {
  padding-bottom: 150px;
}

.content_wrap {
  max-width: 640px;
  margin: auto;
  padding: 0 20px;
}

.post_main {
  position: relative;
  max-width: 1280px;
  margin: auto;
  z-index: 2;
}
.post_main > p, .post_main > ul, .post_main > ol, .post_main > table,
.post_main .bk_margin {
  margin: 50px 0;
}
.post_main > p.caution, .post_main > ul.caution, .post_main > ol.caution, .post_main > table.caution,
.post_main .bk_margin.caution {
  margin-top: -20px;
}

.contents_header {
  position: relative;
}
.contents_header .overcontents_inner {
  background: #f0f0f0;
}
.contents_header.narrow + .breadcrumb {
  margin-bottom: 50px;
}
.contents_header.wide + .breadcrumb {
  margin-bottom: 60px;
}
/* カーソルを重ねる要素 */
.tooltip {
  position: relative;
  /* ツールチップの位置の基準に */
  cursor: pointer;
  /* カーソルを当てたときにポインターに */
}

/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0;
  /* はじめは隠しておく */
  visibility: hidden;
  /* はじめは隠しておく */
  position: absolute;
  /* 絶対配置 */
  left: 50%;
  /* 親に対して中央配置 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 親に対して中央配置 */
  bottom: -30px;
  /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px;
  /* 余白 */
  white-space: nowrap;
  /* テキストを折り返さない */
  font-size: 0.625rem;
  /* フォントサイズ */
  line-height: 1.3;
  /* 行間 */
  background: #999;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  border-radius: 3px;
  /* 角丸 */
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  /* アニメーション */
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.tooltip-text:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #999;
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.oversize {
  margin: 0 calc(50% - 50vw);
}

.bg_gray .overcontents_wrap .overcontents {
  background-color: #F0F0F0;
}

.post-type-post .contents_header .overcontents {
  margin-bottom: 20px;
}
.post-type-post .overcontents_wrap .overcontents {
  background-color: #F0F0F0;
}

.overcontents_wrap .overcontents {
  position: relative;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
}
.overcontents_wrap .overcontents .overcontents_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
}
.overcontents_wrap .overcontents .overcontents_bg img {
  position: relative;
  display: block;
  z-index: 2;
}
.overcontents_wrap .overcontents .overcontents_bg.photo-color img {
  opacity: 0.8;
}
.overcontents_wrap .overcontents .overcontents_bg.photo-mono img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  mix-blend-mode: hard-light;
}
.overcontents_wrap .overcontents .overcontents_bg.default-w img {
  width: 76.38%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(16.77%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 16.77%);
          mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(16.77%, rgb(0, 0, 0)));
          mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 16.77%);
}
.overcontents_wrap .overcontents .overcontents_bg.full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overcontents_wrap .overcontents .overcontents_bg.has-na-purple-background-color::after, .overcontents_wrap .overcontents .overcontents_bg.has-na-navy-background-color::after, .overcontents_wrap .overcontents .overcontents_bg.has-na-green-background-color::after, .overcontents_wrap .overcontents .overcontents_bg.has-na-red-background-color::after, .overcontents_wrap .overcontents .overcontents_bg.has-na-brown-background-color::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.overcontents_wrap .overcontents .overcontents_inner {
  max-width: 640px;
  margin: auto;
}
.overcontents_wrap .overcontents .page_contents_title_wrap {
  position: relative;
  display: block;
  font-weight: bold;
  mix-blend-mode: difference;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  white-space: nowrap;
  margin-left: auto;
  padding-top: 30px;
  padding-right: clamp(30px, 10.6%, 40px);
  padding-bottom: 20px;
  z-index: 4;
  letter-spacing: 0.2em;
}
.overcontents_wrap .overcontents .page_contents_title_wrap .page_contents_sub_title {
  font-size: 0.875rem;
  letter-spacing: 10%;
}
.overcontents_wrap .overcontents .page_contents_title_wrap .page_contents_title {
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}
.overcontents_wrap .intro_message {
  display: none;
  max-width: 600px;
  margin: 100px auto 0;
  padding: 0 20px;
}

.breadcrumb {
  display: none;
}
.breadcrumb .bcr-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 15px;
  border-right: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

#post_content_main {
  position: relative;
  max-width: 700px;
  margin: auto;
}

.line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), color-stop(50%, #E5E5E5), color-stop(50%, #FFF), to(#FFF));
  background-image: linear-gradient(to bottom, #E5E5E5 0%, #E5E5E5 50%, #FFF 50%, #FFF 100%);
  width: 100%;
  height: 2px;
}

.dt-dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dt-dd dt::after {
  content: "：";
  margin: 0 0.3em;
}

.common_dl {
  margin-bottom: 30px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.common_dl .dt-dd {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 5px;
}
.common_dl .dt-dd:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F9F9F9;
  width: 100%;
  height: 2px;
  border-top: solid 1px #DDDDDD;
}
.common_dl .dt-dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F9F9F9;
  width: 100%;
  height: 2px;
  border-top: solid 1px #DDDDDD;
}
.common_dl .dt-dd dt {
  font-weight: bold;
}
.common_dl .dt-dd dt::after {
  display: none;
}
figure {
  max-width: 100% !important;
}

.box_shadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.txt_new {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 0.6875rem;
  line-height: 20px;
  border: 1px solid #E94709;
  color: #E94709;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.txt_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 0.75rem;
  line-height: 20px;
}

.archive_term_navi {
  margin-bottom: 15px;
}
.archive_term_navi #scroll_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.archive_term_navi #scroll_area::-webkit-scrollbar {
  display: none;
}
.archive_term_navi ul.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
  gap: 15px;
}
.archive_term_navi ul.main_menu li {
  width: auto;
  white-space: nowrap;
  border: 1px solid #CCCCCC;
}
.archive_term_navi ul.main_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  padding: 0 15px;
  color: #999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.archive_term_navi ul.main_menu li:last-of-type {
  margin-right: 0;
}
.archive_term_navi ul.main_menu li.active {
  background: #4F2A11;
}
.archive_term_navi ul.main_menu li.active a {
  color: #eee;
}

header#globalHeader {
  background: #fff;
  width: 100%;
  padding: 35px 0 25px;
  z-index: 90;
}
header#globalHeader .content_wrap {
  max-width: 1440px;
}
header#globalHeader:not(.home) {
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header#globalHeader:not(.home).hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header#globalHeader:not(.home).scroll {
  padding: 25px 0;
}

.header_inner {
  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;
}
.header_inner.clone {
  display: none;
}

.logo {
  width: 64.5%;
  max-width: 400px;
}
.logo img {
  display: block;
  width: 100%;
}

#header_menu {
  display: none;
}

#global_navi_btn {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 50px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 100;
}
#global_navi_btn span {
  position: absolute;
  display: block;
  background: #4F2A11;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}
#global_navi_btn span:first-of-type {
  top: 10px;
  left: auto;
  right: 0;
  width: 100%;
}
#global_navi_btn span:nth-child(2) {
  top: 20px;
  left: auto;
  right: 0;
  width: 40px;
}
#global_navi_btn span:nth-child(3) {
  top: 20px;
  left: auto;
  right: 0;
  width: 100%;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#global_navi_btn span:nth-child(4) {
  top: 20px;
  left: 0;
  right: auto;
  width: 100%;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#global_navi_btn span:last-of-type {
  top: 30px;
  left: auto;
  right: 0;
  width: 30px;
}
#global_navi_btn.is_open {
  display: none;
}

#global_navigation {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 96;
}
#global_navigation .menu_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
#global_navigation .nav_inner {
  height: 100%;
  overflow: scroll;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  overflow: scroll;
  width: 95%;
  max-width: 400px;
  min-width: 320px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 96px 30px;
  background-color: #E1D5CD;
  background-image: url("img/texture_beige.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#global_navigation #menu-global-menu {
  list-style: none;
  padding: 0;
}
#global_navigation #menu-global-menu a {
  color: #4F2A11;
  text-decoration: none;
}
#global_navigation #menu-global-menu > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 40px;
}
#global_navigation #menu-global-menu > li > a {
  position: relative;
  display: inline-block;
}
#global_navigation #menu-global-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("img/noise_line.png");
  width: 100%;
  height: 1px;
}
#global_navigation #menu-global-menu > li ul.sub-menu {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 0.8125rem;
}
#global_navigation #menu-global-menu > li ul.sub-menu li {
  margin-bottom: 15px;
}
#global_navigation #menu-global-menu > li ul.sub-menu li ul {
  list-style: disc;
  padding-left: 2em;
}
#global_navigation.show {
  visibility: visible;
}
#global_navigation.show .menu_bg {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#global_navigation.show .nav_inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#global_navigation .company_wrap {
  font-size: 0.875rem;
}
#global_navigation .company_wrap .company_logo {
  max-width: 200px;
  margin: 60px 0 45px;
}
#global_navigation .company_wrap .company_meta {
  margin-bottom: 10px;
}
#global_navigation .company_wrap .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
#global_navigation button#pcw_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 50px;
  height: 40px;
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
}
#global_navigation button#pcw_close::before {
  content: "";
  position: absolute;
  display: block;
  background: #4F2A11;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
#global_navigation button#pcw_close::after {
  content: "";
  position: absolute;
  display: block;
  background: #4F2A11;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

#kiji_navigation {
  max-width: 300px;
  margin: auto;
}
#kiji_navigation .line_box {
  position: relative;
}
#kiji_navigation .line_box::before, #kiji_navigation .line_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #F9F9F9;
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
#kiji_navigation .line_box::before {
  top: 0;
}
#kiji_navigation .line_box::after {
  bottom: 0;
}
#kiji_navigation a {
  position: relative;
  padding: 3px;
}
#kiji_navigation ul {
  list-style: none;
  padding: 0;
}
#kiji_navigation ul li {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}
#kiji_navigation ul li::after {
  display: none;
}
#kiji_navigation ul li a {
  margin-left: 20px;
}
#kiji_navigation ul ul.children {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 15px 0 0;
}
#kiji_navigation ul ul.children li a {
  margin-left: 35px;
}
#kiji_navigation ul ul.children li:last-of-type {
  margin-bottom: -15px;
}
#kiji_navigation ul .current > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  display: block;
  background: #E94709;
  height: 6.0621778265px;
  width: 7px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#kiji_navigation .post_count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4F2A11;
  height: 24;
  padding: 0 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.post_contents {
  font-size: 1rem;
  line-height: 1.75;
}
.post_contents .wide_conts {
  margin: 40px calc(50% - 50vw);
}
.post_contents .wide_conts > img {
  width: 100%;
}
.post_contents .overcontents {
  background: #F0F0F0;
}

.wp-block-heading {
  margin: 50px 0;
}
h2 .wp-block-heading {
  margin-bottom: 30px;
}
h3 .wp-block-heading, h4 .wp-block-heading, h5 .wp-block-heading, h6 .wp-block-heading {
  margin-bottom: 15px;
}

#post_content_main {
  z-index: 2;
}
#post_content_main > ul, #post_content_main > ol, #post_content_main > p, #post_content_main > .wp-block-table {
  margin: 50px 0;
}
#post_content_main p a,
#post_content_main li a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#post_content_main p a:hover,
#post_content_main li a:hover {
  text-decoration: none;
}

.post-type-post {
  background: #F0F0F0;
}

.post_title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.post_metadeta {
  margin-bottom: 5px;
  font-size: 0.75rem;
  text-align: right;
}
.post_metadeta .end_event {
  font-size: 1rem;
  color: #E94709;
}

.post_thumbnail {
  margin: 0 calc(50% - 50vw) 30px;
}

.sanka_form_info .sanka_dl {
  margin-bottom: 50px;
}
.sanka_form_info .form_btn_area {
  margin-bottom: 50px;
  text-align: center;
}

#sakna_form {
  background: #fff;
  margin-top: 100px;
  margin-bottom: -150px;
  padding: 115px 0 70px;
}
#sakna_form .post_content_main {
  max-width: 700px;
  margin: auto;
}
#sakna_form .ttl_kasen + p {
  margin-bottom: 50px;
}
#sakna_form .caption {
  margin: 60px auto;
  color: #E94709;
  text-align: center;
}

.single-jirei .jirei_post_related {
  padding: 100px 0 0;
}
.single-jirei .jirei_post_related .post_list {
  margin-bottom: 60px;
}
.single-jirei .jirei_post_related .post_list .post_card {
  width: 100%;
  margin-bottom: 60px;
}
.single-jirei .jirei_post_related .post_list .post_card:last-of-type {
  margin-bottom: 0;
}
.single-jirei .jirei_post_related .mottomiru {
  text-align: right;
}

#post_wrap {
  max-width: 1360px;
  margin: auto;
  padding: 30px 20px 0;
  z-index: 2;
}
#post_wrap .post_list_wrap {
  margin-bottom: 100px;
}
#post_wrap .post_list {
  list-style: none;
  width: 100%;
  padding: 0;
}
#post_wrap .post_sidebar {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
#post_wrap .post_more {
  margin-left: 0.3em;
  text-decoration: underline;
}

.post_author {
  text-align: right;
}
.post_author .post_author-inner {
  display: inline-block;
  text-align: left;
}
.post_author a {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_author a .label {
  text-decoration: none;
}
.post_author a .name {
  text-decoration: underline;
}
.post_author a:hover .name {
  text-decoration: none;
}
.post_author .post_author_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.post_author .post_author-photo,
.post_author .post_author-info {
  width: auto;
}
.post_author .post_author-photo {
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
}
.post_author .post_author-photo img {
  display: block;
  -webkit-transform: translate(0, 14%) scale(1.4);
          transform: translate(0, 14%) scale(1.4);
}
.post_author .post_author-photo img.no-photo {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

#request .post_contents .nnb_block.nnb_image {
  margin: 30px 0 !important;
}
#request .post_contents .nnb_block.nnb_image figcaption {
  text-align: right;
}

#pagination {
  margin: 100px auto;
}
#pagination .pagination_inner {
  width: 87.5%;
  max-width: 600px;
  margin: auto;
}
#pagination .pager_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 10px;
  padding: 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#pagination .pager_list li {
  display: inline-block;
}
#pagination .pager_list li a,
#pagination .pager_list li .current {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
}
#pagination .pager_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E1D5CD;
  color: #4F2A11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pagination .pager_list li a.hover {
  background-color: #4F2A11;
  color: white;
}
#pagination .pager_list li a.first::before {
  content: "";
  display: block;
  background-color: #4F2A11;
  width: 1px;
  height: 18px;
  margin-left: 5px;
}
#pagination .pager_list li a.first::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
}
#pagination .pager_list li a.first.hover::before {
  background-color: white;
}
#pagination .pager_list li a.first.hover::after {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#pagination .pager_list li a.last::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateX(-2px) rotate(-135deg);
          transform: translateX(-2px) rotate(-135deg);
}
#pagination .pager_list li a.last::after {
  content: "";
  display: block;
  background-color: #4F2A11;
  width: 1px;
  height: 18px;
  margin-right: 5px;
}
#pagination .pager_list li a.last.hover::before {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#pagination .pager_list li a.last.hover::after {
  background-color: white;
}
#pagination .pager_list li a.prev::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateX(4px) rotate(45deg);
          transform: translateX(4px) rotate(45deg);
}
#pagination .pager_list li a.prev.hover::before {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#pagination .pager_list li a.next::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateX(-4px) rotate(-135deg);
          transform: translateX(-4px) rotate(-135deg);
}
#pagination .pager_list li a.next.hover::before {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#pagination .pager_list li .current {
  background-color: #E94709;
  color: white;
}

.postype-jirei .contents_header {
  margin-bottom: 60px;
}
.postype-jirei .jirei_tag_area {
  position: relative;
  max-width: 640px;
  margin: 20px auto 50px;
  padding: 0 20px;
}
.postype-jirei .jirei_tag_area .jirei_tag_control {
  text-align: right;
}
.postype-jirei .jirei_tag_area .jirei_tag_control #jirei_tag_opener {
  position: relative;
  background: transparent;
  padding: 0 20px 0 0;
  font-size: 0.875rem;
  color: #999;
  text-decoration: underline;
  border: none;
  cursor: pointer;
}
.postype-jirei .jirei_tag_area .jirei_tag_control #jirei_tag_opener::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 1px solid #999;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
.postype-jirei .jirei_tag_area .jirei_tag_control #jirei_tag_clear {
  display: inline-block;
  background: transparent;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 0.75rem;
  color: #999;
  border: 1px solid #999;
  border-radius: 2px;
}
.postype-jirei .jirei_tag_area #jirei_tag_list {
  position: absolute;
  display: none;
  visibility: hidden;
  background: #fff;
  top: 40px;
  right: 20px;
  max-width: 460px;
  margin: 0 -5px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.postype-jirei .jirei_tag_area #jirei_tag_list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 0;
}
.postype-jirei .jirei_tag_area #jirei_tag_list ul li {
  font-size: 1rem;
}
.postype-jirei .jirei_tag_area #jirei_tag_list ul li a {
  color: #999;
  text-decoration: underline;
}
.postype-jirei .jirei_tag_area #jirei_tag_list.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.postype-genba .genba_title {
  margin-bottom: 10px;
}
.postype-genba .genba_title h1 {
  margin-bottom: 0;
}
.postype-genba .genba_title .sub_title {
  text-align: center;
}
.postype-genba .post_report_metadeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.postype-genba .post_report_metadeta .category_box {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}
.postype-genba .post_report_metadeta .icon_report_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
.postype-genba .post_report_metadeta .icon_report_meta.genba_cat {
  background: #4F2A11;
}
.postype-genba .post_report_metadeta .icon_report_meta.kenchiku {
  background: #E94709;
}
.postype-genba .post_author {
  max-width: 1040px;
  margin: 0 auto 15px;
}
.postype-genba .reports_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  background-color: #fff;
  max-width: 1040px;
  margin: 0 auto 60px;
  padding: 30px 15px;
}
.postype-genba .reports_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("img/reports/bg_reports.jpg");
  opacity: 0.1;
}
.postype-genba .reports_wrap .repot_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  min-height: 1px;
  z-index: 1;
}
.postype-genba .jirei_link_wrap {
  max-width: 1040px;
  margin: 60px auto 200px;
  text-align: center;
}
.postype-genba .genba_other {
  max-width: 1280px;
  margin: auto;
}
.postype-genba .genba_other .post_contents {
  text-align: right;
}
.postype-genba .genba_random_link {
  list-style: none;
  padding: 0;
}

.post-type-archive-staff .title_tate {
  margin-bottom: 30px;
}
.post-type-archive-staff .staff_archives {
  margin-bottom: 100px;
}
.post-type-archive-staff .staff_archives:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-staff ul.staff_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
  max-width: 1290px;
  margin: auto;
  padding: 0;
}
.post-type-archive-staff ul.staff_list li {
  -ms-flex-preferred-size: calc(50% - 7.5px);
      flex-basis: calc(50% - 7.5px);
}
.post-type-archive .staff_detail {
  display: none;
  color: #4F2A11;
}
.post-type-archive .staff_detail .detail_ph {
  margin-bottom: 20px;
}
.post-type-archive .staff_detail .staff_detail_info .detail_name {
  margin-bottom: 35px;
}
.post-type-archive .staff_detail .staff_detail_info .detail_name .name {
  font-size: 1.5rem;
  font-weight: 600;
}
.post-type-archive .staff_detail .staff_detail_info .detail_name .staff_roman {
  font-size: 0.875rem;
}
.post-type-archive .staff_detail .staff_detail_info .option_info dt {
  margin-bottom: 3px;
  font-weight: bold;
}
.post-type-archive .staff_detail .staff_detail_info .option_info dd {
  background: #fff;
  margin-bottom: 30px;
  padding: 5px 10px;
  text-align: justify;
  border-radius: 5px;
}
.post-type-archive .staff_detail .option_photo .sub_photo {
  margin-bottom: 15px;
}
.post-type-archive .staff_detail .option_photo .sub_photo:last-of-type {
  margin-bottom: 0;
}
.post-type-archive .fancybox__content {
  background: #ECECEC;
  max-width: 600px;
  padding: 50px 10px;
}

body.page #company {
  margin-bottom: -150px;
}
body.page #company .nnb_column .nnb_column-conts p {
  margin-bottom: 30px;
}
body.page #recruit #contact {
  position: relative;
  background: #fff;
  padding: 80px 10px 50px;
}
body.page #nagare .tab_section_wrap,
body.page #nagare-kominka .tab_section_wrap {
  margin: 100px 0;
}
body.page #nagare .section_tab,
body.page #nagare-kominka .section_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: solid 2px #4F2A11;
}
body.page #nagare .section_tab::-webkit-scrollbar,
body.page #nagare-kominka .section_tab::-webkit-scrollbar {
  display: none;
}
body.page #nagare .section_tab ul.main_menu,
body.page #nagare-kominka .section_tab ul.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
  gap: 10px;
}
body.page #nagare .section_tab ul.main_menu li,
body.page #nagare-kominka .section_tab ul.main_menu li {
  display: block;
  width: auto;
  margin-bottom: 0;
  white-space: nowrap;
}
body.page #nagare .section_tab ul.main_menu li button,
body.page #nagare-kominka .section_tab ul.main_menu li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 10px;
  line-height: 1;
  border: solid 1px #999;
  border-bottom: none;
  color: #999;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
body.page #nagare .section_tab ul.main_menu li button.tab_active,
body.page #nagare-kominka .section_tab ul.main_menu li button.tab_active {
  background: #4F2A11;
  padding: 20px;
  color: #fff;
}
body.page #nagare .section_tab ul.main_menu li:last-of-type,
body.page #nagare-kominka .section_tab ul.main_menu li:last-of-type {
  margin-right: 0;
}
body.page #nagare .section_tab ul.main_menu li.active,
body.page #nagare-kominka .section_tab ul.main_menu li.active {
  background: #4F2A11;
}
body.page #nagare .tab_contents,
body.page #nagare-kominka .tab_contents {
  display: none;
}
body.page #nagare .view_class,
body.page #nagare-kominka .view_class {
  position: absolute;
  visibility: hidden;
  opacity: 9;
}
body.page #nagare .view_class:checked + .tab_contents,
body.page #nagare-kominka .view_class:checked + .tab_contents {
  display: block;
}
body.page #nagare .step_lists,
body.page #nagare-kominka .step_lists {
  list-style: none;
  max-width: 1050px;
  margin: auto;
  padding: 0;
}
body.page #nagare .step_lists .step_list,
body.page #nagare-kominka .step_lists .step_list {
  margin-bottom: 60px;
}
body.page #nagare .step_lists .step_list:last-of-type,
body.page #nagare-kominka .step_lists .step_list:last-of-type {
  margin-bottom: 0;
}
body.page #nagare .step_lists .step_list.kugiri,
body.page #nagare-kominka .step_lists .step_list.kugiri {
  display: block;
  text-align: center;
}
body.page #nagare .step_lists .step_list.kugiri .kugiri_ttl,
body.page #nagare-kominka .step_lists .step_list.kugiri .kugiri_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 1rem;
  border: dashed 1px #4F2A11;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
body.page #nagare .step_lists .step_title_wrap,
body.page #nagare-kominka .step_lists .step_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
body.page #nagare .step_lists .step_title_wrap .step_icon,
body.page #nagare-kominka .step_lists .step_title_wrap .step_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.page #nagare .step_lists .step_title_wrap .step_icon-ttl,
body.page #nagare-kominka .step_lists .step_title_wrap .step_icon-ttl {
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  width: 52px;
  margin: auto;
  font-size: 0.75rem;
  text-align: center;
}
body.page #nagare .step_lists .step_title_wrap .step_circle,
body.page #nagare-kominka .step_lists .step_title_wrap .step_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4F2A11;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 100%;
}
body.page #nagare .step_lists .step_title_wrap .step_ttl,
body.page #nagare-kominka .step_lists .step_title_wrap .step_ttl {
  padding-top: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
body.page #nagare .step_lists .step_title_wrap .step_ttl .midashi,
body.page #nagare-kominka .step_lists .step_title_wrap .step_ttl .midashi {
  margin-right: 10px;
}
body.page #nagare .step_lists .step_title_wrap .step_ttl .option,
body.page #nagare-kominka .step_lists .step_title_wrap .step_ttl .option {
  display: inline-block;
  font-size: 1rem;
  color: #E94709;
}
body.page #nagare .step_lists .step_body,
body.page #nagare-kominka .step_lists .step_body {
  max-width: 678px;
}
body.page #nagare .step_lists .step_body a,
body.page #nagare-kominka .step_lists .step_body a {
  color: #4F2A11;
  text-decoration: underline;
}
body.page #nagare .step_lists .step_body a:hover,
body.page #nagare-kominka .step_lists .step_body a:hover {
  color: #E94709;
  text-decoration: none;
}
body.page #nagare .step_lists .step_photo,
body.page #nagare-kominka .step_lists .step_photo {
  margin-top: 20px;
}
body.page #thankspage .post_main,
body.page #notfound .post_main {
  max-width: 700px;
  margin: auto;
  padding: 100px 0;
}
body.page #thankspage .post_main h1,
body.page #notfound .post_main h1 {
  text-align: center;
}
body.page #thankspage .post_main .btn_wrap,
body.page #notfound .post_main .btn_wrap {
  margin-top: 60px;
}
body.page #faq #post_content_main {
  max-width: 1054px;
}

#notfound .post_main {
  max-width: 700px;
  margin: auto;
  padding: 100px 0;
}
#notfound .post_main h1 {
  text-align: center;
}
#notfound .post_main .btn_wrap {
  margin-top: 60px;
}
#notfound .post_main .align-center {
  text-align: center;
}

.home #globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home #globalHeader.notfixed {
  position: relative;
}
.home #globalHeader.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#hero {
  position: relative;
  height: 100vh;
  height: 100svb;
}
#hero .swiper-wrapper,
#hero .slide_item {
  height: 100%;
}
#hero .slide_item {
  width: 100%;
  height: 100%;
}
#hero .slide_item img {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#hero .front_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 125px;
  height: 112px;
  margin: auto;
  z-index: 1000;
}

.front_section {
  padding: 65px 0;
}
.front_section:last-of-type {
  padding-bottom: 0;
}
#lead.front_section .content_wrap {
  padding: 0 40px;
}
#lead.front_section .nnb_column_ttl {
  margin-bottom: 35px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
#lead.front_section .lead_body {
  margin-bottom: 45px;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
#lead.front_section .btn_area {
  margin-right: -20px;
}
#lead.front_section .btn_arrow {
  max-width: 100%;
  letter-spacing: 0.2em;
}

#jirei.front_section #jirei_pickup {
  max-width: 1240px;
  margin: 0 auto 70px;
}
#jirei.front_section #jirei_pickup .jirei_card {
  margin-bottom: 85px;
}
#jirei.front_section #jirei_pickup .jirei_card:last-of-type {
  margin-bottom: 0;
}

#news.front_section .archive_sanka {
  max-width: 940px;
  margin: auto;
}
#news.front_section .archive_sanka .post_card .blog_info {
  background: #28221E;
  height: 100%;
  color: #fff;
}
#news.front_section .archive_sanka .post_card .blog_info .post_meta {
  color: #eee;
}
#news.front_section .archive_sanka .post_card .blog_info .excerpt {
  color: #B3B1B0;
}
#news.front_section .archive_sanka .post_card .blog_info .excerpt .post_more {
  text-decoration: underline;
}
#news.front_section .news_item_wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto 50px;
}
#news.front_section .news_item_wrap::before, #news.front_section .news_item_wrap::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), color-stop(50%, #DDDDDD), color-stop(50%, #F9F9F9), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #DDDDDD 0%, #DDDDDD 50%, #F9F9F9 50%, #F9F9F9 100%);
  width: 100%;
  height: 2px;
}
#news.front_section .news_item_wrap::before {
  top: 0;
}
#news.front_section .news_item_wrap::after {
  bottom: 0;
}
#news.front_section .news_item_wrap .post_item {
  position: relative;
  padding: 10px 0;
}
#news.front_section .news_item_wrap .post_item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), color-stop(50%, #DDDDDD), color-stop(50%, #F9F9F9), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #DDDDDD 0%, #DDDDDD 50%, #F9F9F9 50%, #F9F9F9 100%);
  width: 100%;
  height: 2px;
}
#news.front_section .news_item_wrap .post_item:last-of-type::after {
  display: none;
}
#news.front_section .news_item_wrap .post_item .post_item_meta {
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #666666;
}
#news.front_section .news_item_wrap .post_item .post_item_meta .category,
#news.front_section .news_item_wrap .post_item .post_item_meta .post_time {
  display: inline-block;
}
#news.front_section .news_item_wrap .post_item .post_item_meta .category {
  margin-right: 15px;
}
#news.front_section .news_item_wrap .post_item h3 {
  font-size: 0.875rem;
  font-weight: normal;
}
#news.front_section .no_news_item {
  padding: 15px 0;
}

.post_list {
  list-style: none;
  padding: 0;
}

.post_card {
  max-width: 600px;
  margin: 0 auto 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_card .post_card_link:hover .post_card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post_card .post_card_link:hover .post_more {
  text-decoration: none;
}
.post_card .blog_wrap {
  background: #fff;
}
.post_card .blog_photo {
  height: 100%;
}
.post_card .blog_photo picture {
  height: 100%;
}
.post_card .blog_photo picture img {
  aspect-ratio: 335/223;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card .blog_info {
  padding: 20px;
}
.post_card .blog_info .post_meta {
  margin-bottom: 15px;
  font-size: 0.75rem;
  color: #666;
}
.post_card .blog_info .post_meta .category {
  margin-right: 20px;
}
.post_card .blog_info .post_meta .post_time date {
  margin-right: 0.5em;
}
.post_card .blog_info .post_meta .end_event {
  padding-top: 5px;
  color: #E94709;
}
.post_card .blog_info .card_post_title {
  margin-bottom: 5px;
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post_card .blog_info .sanka_info_wrap {
  margin-bottom: 5px;
}
.post_card .blog_info .sanka_info_wrap .sanka_info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post_card .blog_info .excerpt {
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 0.1em;
}

.jirei_card {
  max-width: 100%;
}
.jirei_card a {
  display: block;
}
.jirei_card .jirei_thumbnail {
  margin-bottom: 10px;
}
.jirei_card .jirei_thumbnail img {
  display: block;
  aspect-ratio: 335/208;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jirei_card .jirei_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jirei_card .jirei_title .jirei_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 5px;
}
.jirei_card .jirei_archive_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  letter-spacing: 0.11em;
}
.jirei_card .txt_new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.jirei_card .icons_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.jirei_card .icons_area .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17px;
}
.jirei_card .icons_area svg {
  display: block;
}
.jirei_card .icons_area .icon_interview {
  width: 15px;
  height: auto;
}
.jirei_card .icons_area .icon_interview use {
  fill: #ccc;
  fill-opacity: 0.7;
}
.jirei_card .icons_area .icon_video {
  width: 20px;
  height: auto;
}
.jirei_card .icons_area .icon_video use {
  fill: #ccc;
  fill-opacity: 0.7;
}

.genba_card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.genba_card a {
  position: relative;
}
.genba_card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("img/reports/bg_reports.jpg");
  opacity: 0.1;
}
.genba_card .genba_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 1040px;
  margin: auto;
  padding: 20px 15px;
}
.genba_card .genba_photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}
.genba_card .genba_photo picture img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.genba_card .genba_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 0;
}
.genba_card .genba_info .post_title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: left;
}
.genba_card .genba_info .post_meta .category_box {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
}
.genba_card .genba_info .post_meta .category_box li {
  display: inline-block;
  font-size: 0.75rem;
}
.genba_card .genba_info .post_meta_bottom {
  font-size: 0.75rem;
}
.genba_card .icon_kenchikuchu {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E94709;
  padding: 1px 5px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
}

.staff_card .staff_ph {
  margin-bottom: 5px;
}
.staff_card .staff_info {
  line-height: 1.5;
}
.staff_card .staff_info .staff_shoulder {
  font-size: 0.875rem;
}
.staff_card .staff_info .staff_name {
  font-size: 1.125rem;
}
.staff_card .staff_info .staff_roman {
  font-size: 0.75rem;
}
.staff_card.detail button {
  background: transparent;
  padding: 0;
  color: #4F2A11;
  text-align: left;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff_card.detail button:hover {
  color: #E94709;
}
.staff_card.detail picture {
  position: relative;
}
.staff_card.detail picture .icon_area {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.staff_card.detail picture .icon_area svg {
  fill: #fff;
  fill-opacity: 0.8;
}

#footer_banner {
  max-width: 900px;
  margin: 150px auto;
  padding: 0 20px;
}
#footer_banner .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  max-width: 400px;
  margin: auto;
  padding: 30px 12px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#footer_banner .banner .bnr_head {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
#footer_banner .banner .bnr_head .bnr_ttl {
  font-weight: bold;
  line-height: 1;
}
#footer_banner .banner .bnr_head .bnr_body {
  padding: 10px;
  font-size: 0.75rem;
}
#footer_banner .banner .bnr_photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 5px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#company + #footer_banner {
  margin-top: 300px;
}

footer {
  background: #E1D5CD;
  background-image: url("img/texture_beige.png");
  margin-top: 150px;
  padding: 60px 0 120px;
}
footer .content_wrap {
  max-width: 1200px;
  padding: 0 clamp(20px, 1.33vw, 50px);
}
footer .footer_nav-sp {
  display: block;
  font-family: YakuHanMPs, A1 Mincho, serif;
}
footer .menu-header-menu-container {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  margin: auto;
}
footer .menu-header-menu-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
}
footer .menu-header-menu-container ul li {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
footer .menu-header-menu-container ul li a {
  display: inline-block;
  padding: 0 clamp(5px, 2.6vw, 10px);
  color: #4F2A11;
  text-decoration: none;
}
footer .footer_wrap {
  margin-top: 85px;
}
footer .footer_wrap .company_info {
  width: 100%;
  max-width: 334px;
  margin: auto;
  line-height: 1.7;
}
footer .footer_wrap .company_info h2 {
  margin-bottom: 40px;
}
footer .footer_wrap .company_info h2 img {
  display: block;
  width: 100%;
}
footer .footer_wrap .company_info .company_meta {
  margin-bottom: 20px;
}
footer .footer_wrap .company_info .company_meta span {
  display: inline-block;
}
footer .footer_wrap .company_info .sns_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
footer .footer_wrap .company_info .copy {
  font-size: 0.75rem;
  text-align: center;
}
footer .footer_wrap .footer_nav-pc {
  display: none;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu {
  list-style: none;
  padding: 0;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu a {
  color: #4F2A11;
  text-decoration: none;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 40px;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li > a {
  position: relative;
  display: inline-block;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("img/noise_line.png");
  width: 100%;
  height: 1px;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li ul.sub-menu {
  list-style: none;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 0.8125rem;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li ul.sub-menu li {
  margin-bottom: 15px;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li ul.sub-menu li ul {
  list-style: disc;
  padding-left: 2em;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu > li ul.sub-menu li.current-menu-item::before {
  left: -28px;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container li.current-menu-item:not(.current-menu-parent),
footer .footer_wrap .footer_nav-pc .menu-global-menu-container li.current-post-parent {
  position: relative;
}
footer .footer_wrap .footer_nav-pc .menu-global-menu-container li.current-menu-item:not(.current-menu-parent)::before,
footer .footer_wrap .footer_nav-pc .menu-global-menu-container li.current-post-parent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  display: block;
  background: #E94709;
  height: 6.0621778265px;
  width: 7px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
footer .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.fancybox__content {
  padding: 80px 0 60px;
  color: #4F2A11;
}
.fancybox__content#contact {
  background: #F0F0F0;
}
.fancybox__content .recruit_ttl + p {
  margin-bottom: 20px;
}
.fancybox__content .recruit_box {
  margin-bottom: 60px;
}
.fancybox__content .recruit_box .recruit_box_inner .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.fancybox__content .recruit_box .recruit_box_inner .phone .icon_tel {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.4em;
  fill: #4F2A11;
}
.fancybox__content .recruit_box .recruit_box_inner .phone .phone_number {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 2rem;
}
.fancybox__content .recruit_box .recruit_box_inner .phone_detail dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#debug {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 10000;
}
#debug #outinput {
  position: relative;
  font-size: 0.75rem;
  z-index: 10000;
}

.wpcf7 {
  max-width: 640px;
  margin: auto;
}
.wpcf7 button,
.wpcf7 input[type=submit] {
  background: #4F2A11;
  width: auto;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.wpcf7 button::-webkit-search-decoration,
.wpcf7 input[type=submit]::-webkit-search-decoration {
  display: none;
}
.wpcf7 button:focus,
.wpcf7 input[type=submit]:focus {
  outline-offset: -2px;
}
.wpcf7 button:disabled,
.wpcf7 input[type=submit]:disabled {
  background-color: #999;
}
.wpcf7 button:not(:disabled),
.wpcf7 input[type=submit]:not(:disabled) {
  cursor: pointer;
}
.wpcf7 button:hover,
.wpcf7 input[type=submit]:hover {
  background: #E94709;
}
.wpcf7 button#shusei,
.wpcf7 input[type=submit]#shusei {
  background: #666;
  font-size: 0.875rem;
  padding: 0 10px;
}
.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 input:not([type=radio]):not([type=submit]),
.wpcf7 textarea {
  border: solid 1px #4F2A11;
  padding: 5px 10px;
  width: 100%;
  height: 200px;
  border-radius: 0;
}
.wpcf7 input:not([type=radio]):not([type=submit]):focus,
.wpcf7 textarea:focus {
  -webkit-box-shadow: 0 0 2px 0 #4f2a11;
          box-shadow: 0 0 2px 0 #4f2a11;
  outline: 0;
}
.wpcf7 input:not([type=radio]):not([type=submit])::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  font-size: 0.6875rem;
  color: #e3a67c;
}
.wpcf7 input:not([type=radio]):not([type=submit])::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 0.6875rem;
  color: #e3a67c;
}
.wpcf7 input:not([type=radio]):not([type=submit]):-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  font-size: 0.6875rem;
  color: #e3a67c;
}
.wpcf7 input:not([type=radio]):not([type=submit])::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  font-size: 0.6875rem;
  color: #e3a67c;
}
.wpcf7 input:not([type=radio]):not([type=submit])::placeholder,
.wpcf7 textarea::placeholder {
  font-size: 0.6875rem;
  color: #e3a67c;
}
.wpcf7 input:not([type=radio]):not([type=submit]).your-age, .wpcf7 input:not([type=radio]):not([type=submit]).p-postal-code,
.wpcf7 textarea.your-age,
.wpcf7 textarea.p-postal-code {
  width: 50%;
  margin-right: 50%;
}
.wpcf7 input:not([type=radio]):not([type=submit]) {
  height: 50px;
  width: 100%;
}
.wpcf7 input:not([type=radio]):not([type=submit]).short {
  width: 50%;
}
.wpcf7 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #4F2A11;
  border-radius: 0;
}
.wpcf7 .check {
  display: none;
}
.wpcf7 .unit {
  display: block;
  margin-bottom: 30px;
}
.wpcf7 .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
  font-size: 1rem;
}
.wpcf7 .title .option {
  display: block;
  padding: 3px 0;
  color: #999999;
}
.wpcf7 .req {
  margin-left: 0.3em;
  font-size: 0.75rem;
  color: #E94709;
}
.wpcf7 .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.wpcf7 .ck_common .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}
.wpcf7 .ck_common input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}
.wpcf7 .ck_common input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #000;
  background-color: #fff;
}
.wpcf7 .ck_common input[type=checkbox] + .wpcf7-list-item-label::after {
  display: none;
}
.wpcf7 .ck_common input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 15px;
  height: 20px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #4F2A11;
  border-right: 4px solid #4F2A11;
}
.wpcf7 .rd_common .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}
.wpcf7 .rd_common input[type=radio] {
  display: none;
}
.wpcf7 .rd_common input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}
.wpcf7 .rd_common input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 100%;
}
.wpcf7 .rd_common input[type=radio] + .wpcf7-list-item-label::after {
  display: none;
}
.wpcf7 .rd_common input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: #4F2A11;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.wpcf7 .check_area a {
  color: #4F2A11;
}
.wpcf7 .check_area span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .check_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  line-height: 1;
  position: relative;
  font-size: 0.875rem;
}
.wpcf7 .check_txt .req {
  margin-right: 5px;
}
.wpcf7 .check_txt a {
  text-decoration: underline;
}
.wpcf7 .check_txt a:hover {
  text-decoration: none;
}
.wpcf7 .check_txt::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #000;
  background-color: #fff;
}
.wpcf7 .check:checked + .wpcf7-list-item-label .check_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 15px;
  height: 20px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #4F2A11;
  border-right: 4px solid #4F2A11;
}
.wpcf7 .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wpcf7 .privacy_txt {
  color: #cd6d2c;
  font-size: 20px;
  text-align: justify;
}
.wpcf7 .btn_area {
  text-align: right;
  display: block;
  position: relative;
  margin-top: 40px;
}
.wpcf7 .btn_area .send_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7 .btn_area .submit_button {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #4F2A11;
  margin: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
  visibility: visible;
  opacity: 1;
  color: #E94709;
  font-size: 0.875rem;
  white-space: nowrap;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-seibetsu], .wpcf7 .wpcf7-form-control-wrap[data-name=custom_18], .wpcf7 .wpcf7-form-control-wrap[data-name=custom_24], .wpcf7 .wpcf7-form-control-wrap[data-name=custom_26] {
  position: relative;
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-seibetsu]::after, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_18]::after, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_24]::after, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_26]::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 1px solid #4F2A11;
  border-bottom: 1px solid #4F2A11;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  pointer-events: none;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-seibetsu] select, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_18] select, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_24] select, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_26] select {
  background: #fff;
  color: #4F2A11;
  border: 1px solid #4F2A11;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-seibetsu] select.wpcf7-not-valid, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_18] select.wpcf7-not-valid, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_24] select.wpcf7-not-valid, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_26] select.wpcf7-not-valid {
  margin-bottom: 1.5em;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-seibetsu] .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_18] .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_24] .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_26] .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-age] {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-age]::after {
  content: "歳";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
  margin: auto;
  pointer-events: none;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-age] .wpcf7-not-valid-tip {
  position: absolute;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=custom_19], .wpcf7 .wpcf7-form-control-wrap[data-name=custom_20] {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=custom_19]::after, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_20]::after {
  content: "人";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
  margin: auto;
  pointer-events: none;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=custom_19] .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form-control-wrap[data-name=custom_20] .wpcf7-not-valid-tip {
  position: absolute;
}
.wpcf7 .input_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 0 10px;
}
.wpcf7 .input_date .date_label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.wpcf7 .input_date .date_cal,
.wpcf7 .input_date .date_time {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wpcf7 .input_date .date_cal input[type=date],
.wpcf7 .input_date .date_time input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}
.wpcf7 .input_date:last-of-type {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
}
.wpcf7 .hasErr .wpcf7-form-control-wrap[data-name=your-seibetsu]::after {
  content: "";
  -webkit-transform: translateY(-22px) rotate(45deg);
          transform: translateY(-22px) rotate(45deg);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #4F2A11;
  background-color: white;
}
.wpcf7 .message {
  background: #fff;
  margin-bottom: 25px;
  padding: 0.5em;
  color: #E94709;
  border: 2px solid #4F2A11;
}
.wpcf7 .confirm input:not([type=submit]),
.wpcf7 .confirm textarea {
  background: #ddd;
}
.wpcf7 .confirm .ck_common input[type=checkbox] + .wpcf7-list-item-label::before {
  background: #ddd;
}
.wpcf7 .confirm .rd_common input[type=radio] + .wpcf7-list-item-label::before {
  background: #ddd;
}
.wpcf7 .confirm .check_txt a {
  pointer-events: none;
}
.wpcf7 .confirm .check_txt::before {
  background: #ddd;
}

.google_cap {
  margin-top: 50px;
  padding: 0;
  font-size: 0.625rem;
  text-align: justify;
  color: #999;
}
.google_cap a {
  color: #999;
  text-decoration: underline;
}
.google_cap a:hover {
  text-decoration: none;
}

@-webkit-keyframes slideDown {
  from {
    max-height: 0;
    padding: 0 0 0 40px;
  }
  to {
    max-height: 3000px;
    padding: 3px 0 3px 40px;
  }
}

@keyframes slideDown {
  from {
    max-height: 0;
    padding: 0 0 0 40px;
  }
  to {
    max-height: 3000px;
    padding: 3px 0 3px 40px;
  }
}
#loading_area {
  z-index: 18000;
  position: fixed;
  inset: 0;
  background-color: #fff;
}
#loading_area .loading {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 80%;
  opacity: 0;
}
#loading_area .loading.ani {
  -webkit-animation: blink 2s ease infinite;
          animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loading_area .opening {
  width: 155px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loading_area .opening.ani .symbol {
  -webkit-animation: symbol 1s ease-in-out 0.3s forwards;
          animation: symbol 1s ease-in-out 0.3s forwards;
}
#loading_area .opening.ani .symbol .parts1 {
  -webkit-animation: symbol_ani_p1 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s forwards;
          animation: symbol_ani_p1 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s forwards;
}
#loading_area .opening.ani .symbol .parts2 {
  -webkit-animation: symbol_ani_p2 0.3s ease-out 2s forwards;
          animation: symbol_ani_p2 0.3s ease-out 2s forwards;
}
#loading_area .opening .symbol {
  position: relative;
  -webkit-perspective: 300px;
          perspective: 300px;
}
#loading_area .opening .symbol .parts1,
#loading_area .opening .symbol .parts2 {
  display: block;
}
#loading_area .opening .symbol .parts2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
}
#loading_area .opening .symbol .parts1 {
  -webkit-clip-path: polygon(50% 100%, 50% -100%, 50% -100%, 50% -100%);
          clip-path: polygon(50% 100%, 50% -100%, 50% -100%, 50% -100%);
}
@-webkit-keyframes symbol_ani_ltor {
  0% {
    -webkit-clip-path: polygon(-100% 100%, -100% 100%, -100% 100%, 50% 100%);
            clip-path: polygon(-100% 100%, -100% 100%, -100% 100%, 50% 100%);
    -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(45deg);
            transform: rotateX(0deg) rotateY(-90deg) rotateZ(45deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-clip-path: polygon(-100% 100%, 50% -100%, 50% -100%, 50% 100%);
            clip-path: polygon(-100% 100%, 50% -100%, 50% -100%, 50% 100%);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-clip-path: polygon(-100% 100%, 50% -100%, 200% 100%, 50% 100%);
            clip-path: polygon(-100% 100%, 50% -100%, 200% 100%, 50% 100%);
  }
}
@keyframes symbol_ani_ltor {
  0% {
    -webkit-clip-path: polygon(-100% 100%, -100% 100%, -100% 100%, 50% 100%);
            clip-path: polygon(-100% 100%, -100% 100%, -100% 100%, 50% 100%);
    -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(45deg);
            transform: rotateX(0deg) rotateY(-90deg) rotateZ(45deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-clip-path: polygon(-100% 100%, 50% -100%, 50% -100%, 50% 100%);
            clip-path: polygon(-100% 100%, 50% -100%, 50% -100%, 50% 100%);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-clip-path: polygon(-100% 100%, 50% -100%, 200% 100%, 50% 100%);
            clip-path: polygon(-100% 100%, 50% -100%, 200% 100%, 50% 100%);
  }
}
@-webkit-keyframes symbol {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes symbol {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes symbol_ani_p1 {
  100% {
    -webkit-clip-path: polygon(50% 100%, -100% -50%, 50% -100%, 200% -50%);
            clip-path: polygon(50% 100%, -100% -50%, 50% -100%, 200% -50%);
  }
}
@keyframes symbol_ani_p1 {
  100% {
    -webkit-clip-path: polygon(50% 100%, -100% -50%, 50% -100%, 200% -50%);
            clip-path: polygon(50% 100%, -100% -50%, 50% -100%, 200% -50%);
  }
}
@-webkit-keyframes symbol_ani_p2 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(1.1);
            transform: translate(-50%, 50%) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
}
@keyframes symbol_ani_p2 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(1.1);
            transform: translate(-50%, 50%) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
}

#hero .front_logo {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#hero .front_logo.ani {
  -webkit-animation: dentou_ani 2s 0.5s forwards;
          animation: dentou_ani 2s 0.5s forwards;
}
@-webkit-keyframes dentou_ani {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes dentou_ani {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.page_contents_title_wrap .page_contents_sub_title {
  opacity: 0;
  display: block;
}
.page_contents_title_wrap .page_contents_title {
  opacity: 0;
}
.page_contents_title_wrap.ani .page_contents_sub_title {
  -webkit-animation: pagettl_ani 1s forwards;
          animation: pagettl_ani 1s forwards;
}
.page_contents_title_wrap.ani .page_contents_title {
  -webkit-animation: pagettl_ani 1s 0.2s forwards;
          animation: pagettl_ani 1s 0.2s forwards;
}
@-webkit-keyframes pagettl_ani {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pagettl_ani {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#lead .nnb_column_ttl,
#lead .lead_body .parts,
#lead .btn_arrow {
  opacity: 0;
}
#lead .lead_body .parts {
  display: inline-block;
}
@media (min-width: 520px) {
  .post_contents body {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .post_contents body {
    width: 100%;
  }
  .wpcf7 .input_date .date_cal,
  .wpcf7 .input_date .date_time {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 639px) {
  .post_contents body {
    width: 100%;
  }
  .notsp {
    display: none !important;
  }
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .post_contents body {
    width: 100%;
  }
  .post_contents .nnb_column .nnb_image figcaption {
    max-width: 600px;
    margin: auto;
    padding: 0;
  }
  .sponly {
    display: none !important;
  }
  .overcontents_wrap .overcontents .overcontents_inner {
    maX-width: initial;
  }
  .archive_term_navi #scroll_area {
    max-width: 600px;
    margin: auto;
  }
  .archive_term_navi ul.main_menu {
    margin: 0 0 0 auto;
  }
  #global_navigation .nav_inner {
    width: 60%;
    max-width: initial;
    padding: 96px 60px;
  }
  #global_navigation #menu-global-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  #global_navigation .company_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #global_navigation .company_wrap .company_logo {
    margin: 60px auto 45px;
  }
  #global_navigation .company_wrap .company_meta {
    margin-bottom: 15px;
  }
  #pagination .pager_list {
    gap: 15px;
  }
  .postype-genba .reports_wrap {
    gap: 30px;
    padding: 30px;
  }
  body.page #company {
    margin-bottom: -100px;
  }
  body.page #nagare .section_tab,
  body.page #nagare-kominka .section_tab {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  body.page #nagare .section_tab ul.main_menu,
  body.page #nagare-kominka .section_tab ul.main_menu {
    margin: 0;
  }
  #hero .front_logo {
    width: 197px;
    height: 176px;
  }
  .genba_card .genba_card_wrap {
    gap: 30px;
    padding: 30px;
  }
  #footer_banner {
    margin: 150px auto 100px;
  }
  #footer_banner .banner {
    max-width: 900px;
    padding: 30px 40px;
  }
  #footer_banner .banner .bnr_photo {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }
  #footer_banner .banner .bnr_photo > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #footer_banner .banner .bnr_photo > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #footer_banner .banner .bnr_photo .photo01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer_banner .banner .bnr_photo .photo02 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  footer {
    margin-top: 100px;
  }
  .wpcf7 input:not([type=radio]):not([type=submit])::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .wpcf7 input:not([type=radio]):not([type=submit])::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 0.75rem;
  }
  .wpcf7 input:not([type=radio]):not([type=submit]):-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .wpcf7 input:not([type=radio]):not([type=submit])::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .wpcf7 input:not([type=radio]):not([type=submit])::placeholder,
  .wpcf7 textarea::placeholder {
    font-size: 0.75rem;
  }
  .google_cap {
    margin: auto;
    padding: 20px 0 0;
    font-size: 0.75rem;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .post_contents body {
    width: 100%;
  }
  .nottab {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .post_contents body {
    width: 100%;
  }
  .post_contents .cmn_title {
    font-size: 1.875rem;
  }
  .post_contents .cmn_title small {
    font-size: 1.125rem;
  }
  .post_contents .post_categorys {
    margin-bottom: 40px;
  }
  .post_contents .post_tags {
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .post_contents .nnb_column_ttl {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .post_contents .nnb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7.4%;
    margin: 40px -13.5% 150px;
  }
  .wp-admin .post_contents .nnb_column {
    gap: 5%;
    margin: 40px 0;
  }
  .post_contents .nnb_column.nnb_column-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post_contents .nnb_column.nnb_column-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .post_contents .nnb_column .nnb_column-img,
  .post_contents .nnb_column .nnb_column-conts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 46.3%;
        flex-basis: 46.3%;
    width: 100%;
  }
  .post_contents .nnb_column .nnb_column-img {
    margin: 0;
  }
  .post_contents .nnb_column img {
    max-width: 100%;
  }
  .post_contents .nnb_column.nnb_image_both .img_wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 46.3%;
        flex-basis: 46.3%;
  }
  .post_contents .nnb_column.nnb_image_both .img_wrap + .img_wrap {
    margin-top: 0;
  }
  .post_contents .acf-block-preview .jirei_gallery::before {
    display: none;
  }
  .post_contents .caution {
    text-align: center !important;
  }
  .tabonly {
    display: none !important;
  }
  .mobonly {
    display: none !important;
  }
  #conversion_memu.hide {
    -webkit-transform: translateY(0) translateX(100%);
            transform: translateY(0) translateX(100%);
  }
  #conversion_memu {
    top: auto;
    bottom: 50px;
    left: auto;
    right: 0;
  }
  #conversion_memu ul#conversion_memu_list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    width: 45px;
  }
  #conversion_memu ul#conversion_memu_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #conversion_memu ul#conversion_memu_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 3px;
  }
  #conversion_memu ul#conversion_memu_list li::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #conversion_memu ul#conversion_memu_list a {
    display: block;
    height: auto;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  .title_tate {
    margin-bottom: 70px;
  }
  .cmn_wrap {
    padding-bottom: 100px;
  }
  .content_wrap {
    max-width: 1440px;
    padding: 0 40px;
  }
  .contents_header.wide + .breadcrumb {
    margin-bottom: 90px;
  }
  .post-type-post .contents_header .overcontents {
    margin-bottom: 0;
  }
  .overcontents_wrap .overcontents .overcontents_bg.default-h {
    height: 240px;
  }
  .overcontents_wrap .overcontents .overcontents_bg.higher {
    height: 440px;
  }
  .overcontents_wrap .overcontents .overcontents_inner {
    max-width: 1440px;
  }
  .overcontents_wrap .overcontents .page_contents_title_wrap {
    padding-top: 55px;
    padding-right: 90px;
    margin-bottom: 100px;
  }
  .overcontents_wrap .overcontents .page_contents_title_wrap .page_contents_title {
    font-size: 1.875rem;
  }
  .default-h .overcontents_wrap .overcontents .page_contents_title_wrap {
    min-height: 240px;
  }
  .higher .overcontents_wrap .overcontents .page_contents_title_wrap {
    min-height: 440px;
  }
  .overcontents_wrap .intro_message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    max-width: 1030px;
    margin: auto;
    padding: 0;
    color: #eee;
    z-index: 1000;
  }
  .overcontents_wrap .intro_message p {
    max-width: initial;
    margin: 1em 0;
    letter-spacing: 0.2em;
  }
  .intro_message_sp {
    display: none;
  }
  .breadcrumb {
    position: absolute;
    top: 245px;
    display: block;
    z-index: 2;
  }
  .higher .breadcrumb {
    top: 445px;
  }
  .common_dl .dt-dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 15px 10px;
  }
  .common_dl .dt-dd dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .archive_term_navi #scroll_area {
    max-width: 1360px;
    padding: 0 40px;
  }
  .overcontents_size {
    margin: auto -13.5%;
  }
  header#globalHeader {
    padding: 60px 0 40px;
  }
  header#globalHeader .content_wrap {
    padding: 0 40px;
  }
  header#globalHeader:not(.home).scroll {
    padding: 60px 0;
  }
  .header_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header_menu {
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    margin-right: 30px;
    margin-left: auto;
  }
  #header_menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  #header_menu ul li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  #header_menu ul li a {
    display: inline-block;
    padding: 0 10px;
    color: #4F2A11;
    text-decoration: none;
  }
  #nav_btn_area {
    margin-right: 0;
    margin-left: 0;
  }
  #global_navi_btn {
    -webkit-transform: translateY(5px) rotate(-90deg);
            transform: translateY(5px) rotate(-90deg);
  }
  .post_contents .wide_conts {
    max-width: 1080px;
    margin: 0 -190px;
  }
  .post_title {
    margin: 0 -13.5% 30px;
    font-size: 1.875rem;
  }
  .post_thumbnail {
    max-width: 1280px;
    margin: 0 auto 30px;
  }
  #sakna_form {
    margin-bottom: -100px;
  }
  .single-jirei .jirei_post_related .post_list {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .single-jirei .jirei_post_related .post_list .post_card {
    margin-bottom: 0;
  }
  #post_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(5.88%, 6.25vw, 80px);
    padding: 30px 40px 0;
  }
  #post_wrap .post_list_wrap {
    -ms-flex-preferred-size: clamp(69.11%, 65.2vw, 940px);
        flex-basis: clamp(69.11%, 65.2vw, 940px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
  #post_wrap .post_sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    padding: 0;
  }
  .postype-jirei .contents_header {
    margin-bottom: 120px;
  }
  .postype-jirei .jirei_tag_area {
    max-width: 1320px;
  }
  .postype-genba .genba_title .sub_title {
    font-size: 1.125rem;
  }
  .postype-genba .post_report_metadeta {
    margin-bottom: 45px;
  }
  .postype-genba .reports_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
    padding: 80px;
  }
  .postype-genba .reports_wrap .repot_item {
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
  .postype-genba .jirei_link_wrap {
    margin-top: 80px;
    margin-bottom: 250px;
  }
  .postype-genba .genba_random_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .post-type-archive-staff .title_tate {
    margin-bottom: 50px;
  }
  .post-type-archive-staff ul.staff_list {
    gap: 40px 30px;
  }
  .post-type-archive-staff ul.staff_list li {
    -ms-flex-preferred-size: calc((100% - 90px) / 4);
        flex-basis: calc((100% - 90px) / 4);
  }
  .post-type-archive .staff_detail .staff_detail_inner {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    gap: 10px 40px;
        grid-template-areas: "mainphoto option_info" "subphoto option_info";
  }
  .post-type-archive .staff_detail .detail_ph {
    grid-area: mainphoto;
    margin-bottom: 0;
  }
  .post-type-archive .staff_detail .staff_detail_info {
    grid-area: option_info;
  }
  .post-type-archive .staff_detail .staff_detail_info .detail_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .post-type-archive .staff_detail .option_photo {
    grid-area: subphoto;
  }
  .post-type-archive .staff_detail .detail_ph {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-type-archive .staff_detail .staff_detail_info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .post-type-archive .staff_detail .option_photo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .post-type-archive .staff_detail .option_photo .sub_photo {
    margin-bottom: 10px;
  }
  .post-type-archive .fancybox__content {
    max-width: 1000px;
    padding: 90px 80px;
  }
  body.page #nagare .section_tab,
  body.page #nagare-kominka .section_tab {
    max-width: 1180px;
    padding: 0 40px;
  }
  body.page #nagare .section_tab ul.main_menu li button,
  body.page #nagare-kominka .section_tab ul.main_menu li button {
    padding: 10px 20px;
  }
  body.page #nagare .section_tab ul.main_menu li button.tab_active,
  body.page #nagare-kominka .section_tab ul.main_menu li button.tab_active {
    padding: 20px 30px;
  }
  body.page #nagare #post_content_main .btn_wrap:first-of-type,
  body.page #nagare-kominka #post_content_main .btn_wrap:first-of-type {
    text-align: right;
  }
  body.page #nagare .step_lists .step_list,
  body.page #nagare-kominka .step_lists .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
  }
  body.page #nagare .step_lists .step_wrap,
  body.page #nagare-kominka .step_lists .step_wrap {
    position: relative;
    padding-left: 72px;
  }
  body.page #nagare .step_lists .step_title_wrap,
  body.page #nagare-kominka .step_lists .step_title_wrap {
    margin-left: -72px;
  }
  body.page #nagare .step_lists .step_title_wrap .step_ttl,
  body.page #nagare-kominka .step_lists .step_title_wrap .step_ttl {
    padding-top: 8px;
    font-size: 1.5rem;
  }
  body.page #nagare .step_lists .step_photo,
  body.page #nagare-kominka .step_lists .step_photo {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .home #globalHeader {
    padding: 60px 0 40px;
  }
  #lead.front_section {
    margin: auto;
    padding: 250px 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    white-space: nowrap;
  }
  #lead.front_section .content_wrap {
    padding: 0;
  }
  #lead.front_section .nnb_column_ttl {
    margin-left: 100px;
    margin-bottom: 0;
  }
  #lead.front_section .btn_area {
    margin-right: 100px;
  }
  #lead.front_section .btn_arrow {
    gap: 40px;
    margin-bottom: -100px;
  }
  #lead.front_section .btn_arrow .yajirushi {
    -webkit-transform: rotate(90deg) scale(1, -1);
            transform: rotate(90deg) scale(1, -1);
  }
  #jirei.front_section #jirei_pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 80px;
  }
  #jirei.front_section #jirei_pickup .jirei_card {
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-bottom: 0;
  }
  #news.front_section .news_item_wrap .post_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #news.front_section .news_item_wrap .post_item .post_item_meta {
    margin-bottom: 0;
    padding-top: 2px;
  }
  .post_card {
    max-width: initial;
    margin-bottom: 40px;
  }
  .post_card .blog_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38.29% auto;
    grid-template-columns: 38.29% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 220px;
  }
  .post_card .blog_photo picture img {
    aspect-ratio: 360/220;
  }
  .post_card .blog_info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 30px 40px;
  }
  .post_card .blog_info .post_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
  }
  .post_card .blog_info .post_meta .end_event {
    justify-self: flex-end;
    padding-top: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .jirei_archives .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .jirei_archives .post_list li.post_card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0;
  }
  .genba_archives .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .genba_archives .post_list li.post_card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0;
  }
  .genba_card .genba_card_wrap {
    padding: 20px;
  }
  .genba_card .genba_photo picture img {
    aspect-ratio: 260/160;
  }
  .staff_card .staff_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  .staff_card .staff_info .staff_shoulder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #company + #footer_banner {
    margin-top: 200px;
  }
  footer {
    padding: 90px 0 80px;
  }
  footer .footer_nav-sp {
    display: none;
  }
  footer .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  footer .footer_wrap .company_info {
    margin: 0;
    margin-right: 8.9%;
  }
  footer .footer_wrap .company_info h2 {
    margin-bottom: 50px;
  }
  footer .footer_wrap .company_info .company_meta {
    margin-bottom: 10px;
  }
  footer .footer_wrap .company_info .sns_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer_wrap .company_info .copy {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  footer .footer_wrap .footer_nav-pc {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px 20px 0;
  }
  footer .footer_wrap .footer_nav-pc .menu-global-menu-container > ul.menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .fancybox__content .recruit_box .recruit_box_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
    margin: 60px auto 150px;
  }
  .fancybox__content .recruit_box .recruit_box_inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41%;
    right: auto;
    width: 2px;
    height: 100%;
    background: #DDDDDD;
    border-left: 1px solid #F9F9F9;
  }
  .fancybox__content .recruit_box .recruit_box_inner .phone {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 245px;
        flex-basis: 245px;
    margin-bottom: 0;
  }
  .fancybox__content .recruit_box .recruit_box_inner .phone_detail {
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
  }
  .wpcf7 .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wpcf7 .title {
    padding-top: 10px;
  }
  .wpcf7 .val {
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
  }
  .wpcf7 .check_area {
    width: 340px;
    margin-left: auto;
    margin-right: 0;
  }
  .google_cap {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1090px) {
  .post_contents body {
    width: 100%;
  }
  .post_contents .nnb_column {
    margin: 40px -27% 150px;
  }
  .wp-admin .post_contents .nnb_column {
    margin: 40px 0;
  }
  .pcmidover {
    display: block !important;
  }
  .overcontents_size {
    margin: auto -27%;
  }
  .post_title {
    margin: 0 -27% 30px;
  }
}
@media (max-width: 959px) {
  .post_contents body {
    width: 100%;
  }
  .pconly {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .post_contents body {
    width: 100%;
  }
  .pcwonly {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .post_contents body {
    width: 100%;
  }
  #global_navigation .nav_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 720px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #global_navigation .menu-global-menu-container {
    margin-bottom: 70px;
  }
  #global_navigation #menu-global-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  #global_navigation #menu-global-menu > li {
    position: relative;
    padding: 0 15px;
    border-left: 1px solid #C0B8B3;
  }
  #global_navigation #menu-global-menu > li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 1px;
    height: 100%;
    background: #F1E3DA;
  }
  #global_navigation #menu-global-menu > li:first-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background: #F1E3DA;
    border-left: 1px solid #C0B8B3;
  }
  #global_navigation #menu-global-menu > li > a::after {
    display: none;
  }
  #global_navigation #menu-global-menu > li ul.sub-menu {
    padding: 20px 0 0;
  }
  #global_navigation #menu-global-menu > li ul.sub-menu li {
    margin: 0 10px;
  }
  #global_navigation #menu-global-menu > li ul.sub-menu li ul {
    margin-left: 10px;
    padding: 15px 0;
  }
  #global_navigation .company_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
  #global_navigation .company_wrap .company_logo {
    margin: 0;
  }
  .jirei_archives .post_list li.post_card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 40px);
            flex: 1 1 calc(33.33% - 40px);
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 400px;
  }
}
@media screen and (max-width: 340px) {
  .notip5 {
    display: none !important;
  }
}
@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  #global_navigation button#pcw_close {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .postype-genba .genba_other .content_wrap {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */