@charset "UTF-8";
/*
Theme Name: wordpress base
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #F2F2F2; }

.home {
  background: #fff;
  transition: background-color 0.8s ease; }

main {
  display: block;
  overflow: hidden; }

address {
  font-style: normal; }

.fontSerif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

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

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

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

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #2C2518;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #2C2518;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 20px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: table;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: none !important;
  border-bottom: 1px solid #2C2518 !important;
  color: #2C2518;
  width: auto;
  min-width: 290px;
  max-width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Josefin Sans", sans-serif;
  padding-right: 40px; }
  .btn:hover {
    color: #2C2518; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    width: 18px;
    height: 18px;
    background: url("images/home/right_arrow.svg") no-repeat;
    background-size: 13px;
    background-position: center;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -9px;
    transition: .3s ease-in; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #2C2518;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.reverse {
    text-decoration: none;
    color: #2C2518;
    background: #fff;
    border-color: #2C2518; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 0 0 auto; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #2C2518;
    border-radius: 25px;
    color: #fff;
    padding-left: 30px;
    padding-right: 45px;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 19px; }
    .btn.type2:after {
      position: absolute;
      align-items: center;
      border: none;
      content: "";
      width: 18px;
      height: 18px;
      background: url("images/home/right_h_arrow.svg") no-repeat;
      background-size: 13px;
      background-position: center;
      transform: none;
      color: #fff;
      right: 15px;
      font-size: 20px;
      border-radius: 0;
      top: 50%;
      margin-top: -9px;
      transition: .3s ease-in; }
    .btn.type2.blank {
      background: #2C2518 url("images/home/blank.svg") no-repeat;
      background-position: center right 20px;
      background-size: 14px; }
      .btn.type2.blank:after {
        display: none; }
    @media print, screen and (max-width: 767px) {
      .btn.type2.long {
        padding-top: 7px; } }
  @media print, screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      color: #2C2518; }
    .btn.arrow:hover:after, .btn.arrow:focus:after {
      color: #2C2518;
      right: 0; }
    .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
      color: #fff; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #2C2518;
      color: #fff; }
    .btn.border_btn:hover {
      border: #FFFFFF solid 1px; }
    .btn.type2:hover {
      color: #fff; }
      .btn.type2:hover:after {
        position: absolute;
        align-items: center;
        border: none;
        content: "";
        width: 18px;
        height: 18px;
        background: url("images/home/right_h_arrow.svg") no-repeat;
        background-size: 13px;
        background-position: center;
        transform: none;
        color: #fff;
        right: 5px;
        font-size: 20px;
        border-radius: 0;
        top: 50%;
        margin-top: -9px;
        transition: .3s ease-in; } }

.btn_w {
  clear: both;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  max-width: 290px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Josefin Sans", sans-serif; }
  .btn_w:hover {
    color: #2C2518; }
  .btn_w.blank:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    width: 18px;
    height: 18px;
    background: url("images/home/blank.svg") no-repeat;
    background-size: 13px;
    background-position: center;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -9px;
    transition: .3s ease-in; }
  .btn_w.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    width: 18px;
    height: 18px;
    background: url("images/home/right_h_arrow.svg") no-repeat;
    background-size: 13px;
    background-position: center;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -9px;
    transition: .3s ease-in; }
  .btn_w.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #2C2518;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn_w.reverse {
    text-decoration: none;
    color: #2C2518;
    background: #fff;
    border-color: #2C2518; }
  .btn_w.btnLeft {
    margin: 0; }
  .btn_w.btnRight {
    margin: 0 0 0 auto; }
  .btn_w.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn_w.btnFull {
    max-width: none; }
  .btn_w.type2 {
    background: #CA1633;
    border-color: #CA1633;
    color: #fff; }
    .btn_w.type2:after {
      color: #fff; }
  @media print, screen and (min-width: 768px) {
    .btn_w:hover, .btn_w:focus {
      color: #fff; }
    .btn_w.arrow:hover:after, .btn_w.arrow:focus:after {
      color: #2C2518;
      right: 0; }
    .btn_w.arrowReverse:hover:after, .btn_w.arrowReverse:focus:after {
      color: #fff; }
    .btn_w.reverse:hover, .btn_w.reverse:focus {
      background: #2C2518;
      color: #fff; }
    .btn_w.border_btn:hover {
      border: #FFFFFF solid 1px; }
    .btn_w.type2:hover {
      background: #2C2518;
      border-color: #2C2518;
      color: #fff; }
      .btn_w.type2:hover:after {
        color: #fff; } }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 20px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 20px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.columnBox img {
  align-self: baseline;
  max-width: 100%; }
.columnBox p:last-of-type {
  margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 30px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 30px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
@media screen and (max-width: 767px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */ }
    .column2Wrap .columnBox {
      flex-basis: 100%;
      max-width: 100%; }
      .column2Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column2Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 20px; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 40px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 0;
  padding-bottom: 5px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in .1s;
  background: none; }
  #header #headerCnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px; }
    #header #headerCnt #logoArea {
      flex-basis: 180px;
      width: 180px;
      align-self: center;
      margin-top: 20px; }
      #header #headerCnt #logoArea #logo {
        margin: 0 !important; }
        #header #headerCnt #logoArea #logo a {
          display: block;
          width: 100%;
          height: 50px;
          max-width: 180px;
          text-align: center;
          text-decoration: none; }
          #header #headerCnt #logoArea #logo a img {
            max-width: 240px;
            height: auto; }
            #header #headerCnt #logoArea #logo a img.sub_logo {
              opacity: 0;
              pointer-events: none; }
    #header #headerCnt #headerContact {
      display: inline-flex;
      margin-left: auto;
      			/*ul {
      				margin: 0 auto 0 15px;
      				padding: 0;
      				display: flex;
      				justify-content: flex-end;
      
      				li {
      					list-style: none;
      				}
      			}*/ }
      #header #headerCnt #headerContact .header_contact {
        display: flex;
        align-items: center; }
        #header #headerCnt #headerContact .header_contact .hc_col {
          margin-right: 30px; }
        #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
          background: #2C2518 url("images/home/mail.svg") no-repeat;
          background-size: 16px;
          background-position: left 22px center;
          font-size: 16px;
          color: #FFFFFF;
          text-decoration: none;
          width: 165px;
          height: 52px;
          font-weight: bold;
          display: block;
          text-align: center;
          border: #2C2518 solid 1px;
          padding: 13px 31px 15px 48px; }
          #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold; }
          #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
            background: #FFFFFF url("images/home/h_mail.svg") no-repeat;
            background-size: 16px;
            background-position: left 22px center;
            color: #2C2518; }
            #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
              color: #2C2518;
              font-size: 16px;
              font-weight: bold; }
  @media screen and (min-width: 1025px) {
    #header #headerCnt {
      max-width: 1200px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; }
      #header #headerCnt #headerContact #mainNaviArea ul li a {
        font-size: 10px; }
      #header #headerCnt #headerContact .header_contact .hc_col {
        margin-right: 0px; }
        #header #headerCnt #headerContact .header_contact .hc_col .h_tel {
          width: 40px;
          height: 40px; }
      #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
        background: url("images/home/h_sp_mail.svg") no-repeat;
        background-size: 40px;
        background-position: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none; }
        #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
          display: none; }
        #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
          background: #FFFFFF url("images/home/header_sp_mail.svg") no-repeat;
          background-size: 40px;
          background-position: center;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: none; }
          #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
            display: none; } }
  @media screen and (max-width: 767px) {
    #header {
      height: 78px; }
      #header #headerCnt {
        max-width: 750px;
        justify-content: space-between;
        height: 78px;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px; }
        #header #headerCnt #logoArea {
          margin-top: 20px; }
          #header #headerCnt #logoArea #logo {
            margin: 0 0 0 15px; }
        #header #headerCnt #mainNaviArea {
          display: none; }
        #header #headerCnt #headerContact {
          margin-right: 50px; }
          #header #headerCnt #headerContact .header_contact .hc_col {
            margin-right: 0px; }
            #header #headerCnt #headerContact .header_contact .hc_col .h_tel {
              width: 40px;
              height: 40px; }
          #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
            background: url("images/home/h_sp_mail.svg") no-repeat;
            background-size: 40px;
            background-position: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none; }
            #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
              display: none; }
            #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
              background: #FFFFFF url("images/home/header_sp_mail.svg") no-repeat;
              background-size: 40px;
              background-position: center;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              border: none; }
              #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
                display: none; } }

.home .header-light #logo a .main_logo {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  position: relative !important;
  transition: .3s ease-in; }
.home .header-light #logo a .sub_logo {
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  position: absolute !important;
  transition: .3s ease-in; }
.home .header-light #drawerNaviWrap .drawerNaviBtn span {
  background-color: #ffffff !important; }
.home .header-dark #logo a .main_logo {
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  position: absolute !important;
  transition: .3s ease-in; }
.home .header-dark #logo a .sub_logo {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  position: relative !important;
  transition: .3s ease-in; }
.home .header-dark #drawerNaviWrap .drawerNaviBtn span {
  background-color: #2C2518 !important; }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

#drawerNaviWrap {
  position: absolute;
  top: 20px;
  right: 30px;
  font-weight: 400; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 15px;
    left: 29px;
    width: 30px;
    margin-left: -15px;
    height: 20px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      left: -2px;
      width: 30px;
      height: 2px;
      background-color: #2C2518;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
        top: 0; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
        top: 10px;
        width: 40px;
        left: -8px; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
        bottom: -1px; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -375px;
    bottom: 0;
    width: 100%;
    max-width: 375px;
    background: #2C2518;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 0;
      padding-top: 30px; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0 25px 0;
      width: 100%;
      list-style: none;
      margin-bottom: 38px; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          min-height: 40px;
          text-decoration: none;
          display: block;
          color: #FFFFFF;
          font-size: 24px;
          padding: 10px 0;
          transition-duration: 0.2s;
          font-weight: 400;
          font-family: "Josefin Sans", sans-serif; }
          @media screen and (min-width: 767px) {
            #drawerNaviWrap .drawer-nav ul li a:hover {
              opacity: 0.6; } }
        #drawerNaviWrap .drawer-nav ul li.blank_link a::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url("images/home/blank.svg") no-repeat;
          background-size: 14px;
          background-position: left bottom;
          display: inline-block;
          margin-left: 28px; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 40px );
            opacity: 1; }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 40px;
            height: 40px;
            position: relative;
            top: 0px; }
            #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
              content: '';
              width: 10px;
              height: 10px;
              border: 1px solid;
              border-color: transparent transparent #fff #fff;
              transform: rotate(-45deg);
              display: block;
              margin: 4px 15px 0 auto;
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -8px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none;
            padding: 0 0 0; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
              min-height: inherit;
              display: block;
              padding: 8px 0 8px 20px;
              font-size: 16px;
              position: relative; }
              #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                width: 10px;
                height: 1px;
                background: #fff; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: 125px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: none; }
  #drawerNaviWrap.open .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open .drawerNavClose {
    font-size: 28px;
    line-height: 1;
    color: #FFFFFF;
    background-color: #2C2518;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    z-index: 5;
    font-weight: bold;
    cursor: pointer; }
    #drawerNaviWrap.open .drawerNavClose span {
      position: relative;
      top: -8px;
      font-size: 35px;
      font-weight: 100; }
  #drawerNaviWrap.open .drawer_content {
    color: #FFFFFF; }
    #drawerNaviWrap.open .drawer_content .drawer_Logo {
      margin-bottom: 25px; }
      #drawerNaviWrap.open .drawer_content .drawer_Logo a {
        width: 100%;
        max-width: 120px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        display: block; }
    #drawerNaviWrap.open .drawer_content .drawer_information .d_time {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0; }
    #drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a {
      font-size: 30px;
      text-decoration: none;
      font-weight: bold;
      padding-left: 30px;
      color: #FFFFFF;
      position: relative; }
      #drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a::before {
        content: "";
        position: absolute;
        background: url("images/home/hamburger_tel.svg") no-repeat;
        background-size: 20px;
        background-position: center;
        width: 20px;
        height: 20px;
        display: block;
        left: 0;
        top: 9px; }
    #drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt {
      font-size: 16px;
      font-weight: 400;
      position: relative;
      padding-left: 22px; }
      #drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt::before {
        content: "";
        position: absolute;
        background: url("images/home/hamburger_adress.svg") no-repeat;
        background-size: 14px;
        background-position: center;
        width: 15px;
        height: 17px;
        display: block;
        left: 0;
        top: 0; }
    #drawerNaviWrap.open .drawer_content .drawer_information .d_contact {
      width: 100%;
      max-width: 300px;
      height: 56px;
      background: #FFFFFF url("images/home/right_arrow.svg") no-repeat;
      background-size: 16px;
      background-position: center right 20px;
      padding: 15px 65px;
      text-align: center;
      color: #2C2518;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      display: block;
      border: #FFFFFF solid 2px;
      margin-bottom: 27px; }
      #drawerNaviWrap.open .drawer_content .drawer_information .d_contact:hover {
        background: #2C2518 url("images/home/right_h_arrow.svg") no-repeat;
        background-size: 16px;
        background-position: center right 20px;
        color: #FFFFFF; }
  #drawerNaviWrap.open .socials_networking ul {
    display: flex;
    justify-content: center; }
    #drawerNaviWrap.open .socials_networking ul li {
      padding: 0 15px; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1;
    background: #2C2518;
    padding: 0 15px; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

@media screen and (max-width: 767px) {
  #drawerNaviWrap {
    right: 5px; } }
.home #drawerNaviWrap .drawerNaviBtn span {
  background-color: #ffffff !important; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0; }
  #mainNaviArea #mainNavi {
    padding: 0; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #mainNaviArea #mainNavi ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        flex: 1 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 46px; }
        #mainNaviArea #mainNavi ul > li:last-child {
          margin-right: 30px; }
        #mainNaviArea #mainNavi ul > li a {
          justify-content: center;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          font-size: 16px;
          color: #333333;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2;
          font-weight: bold; }
          #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
            cursor: pointer;
            opacity: 0.8; }
          #mainNaviArea #mainNavi ul > li a span {
            flex-basis: 100%;
            font-size: 12px; }
        #mainNaviArea #mainNavi ul > li.current > a {
          color: #2C2518 !important; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          text-align: left;
          z-index: 0;
          padding: 0;
          margin: 0;
          height: 0;
          width: 180px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li {
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 0;
            width: 180px; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
              margin: 0;
              opacity: 0;
              padding: 0 10px;
              font-size: 14px;
              display: block;
              text-align: left;
              position: relative; }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
            z-index: 1;
            height: 100%;
            opacity: 1; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
              padding: 0;
              height: auto;
              opacity: 1;
              width: 180px;
              text-align: left;
              background: #2C2518;
              border-bottom: #ccc 1px solid; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                padding: 10px;
                opacity: 1;
                display: block;
                border-bottom: 1px solid #2C2518;
                transition: .3s ease-in-out; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
                  border: none; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
                  position: absolute;
                  align-items: center;
                  border: none;
                  content: "\f0a9";
                  font-family: FontAwesome;
                  transform: none;
                  color: #fff;
                  right: 15px;
                  font-size: 14px;
                  border-radius: 0;
                  top: 27%;
                  transition: .3s ease-in; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
                  color: #2C2518;
                  background: #fff; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
                    color: #2C2518; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
                border-bottom: none; }
        #mainNaviArea #mainNavi ul > li.current-menu-item > a {
          color: #c7c7c7 !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
            color: #c7c7c7 !important;
            background: #fff; }
            #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
              color: #c7c7c7 !important; }
        #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
          color: #c7c7c7 !important;
          background: #fff; }

@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none; }

  #drawerNaviWrap {
    display: block; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: #F2F2F2;
  padding: 0 0 0; }
  #footer #footerCnt .footer_section {
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF; }
    #footer #footerCnt .footer_section .footer_Logo {
      width: 100%;
      max-width: 180px;
      height: 50px;
      text-decoration: none;
      text-align: center;
      display: block;
      margin: 0 auto 40px; }
    #footer #footerCnt .footer_section .f_txt {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 35px; }
    #footer #footerCnt .footer_section .d_contact {
      width: 100%;
      max-width: 300px;
      height: 56px;
      background: #FFFFFF url("images/home/right_arrow.svg") no-repeat;
      background-size: 16px;
      background-position: center right 20px;
      padding: 15px 65px;
      text-align: center;
      color: #2C2518;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      display: block;
      border: #FFFFFF solid 2px;
      margin: 0 auto 37px; }
      #footer #footerCnt .footer_section .d_contact:hover {
        background: #2C2518 url("images/home/right_h_arrow.svg") no-repeat;
        background-size: 16px;
        background-position: center right 20px;
        color: #FFFFFF; }
  #footer #footerCnt #footerCntWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #footer #footerCnt #footerCntWrap #footerNaviWrap {
      flex-basis: 50%;
      display: inline-flex;
      flex-wrap: wrap; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap p {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap .naviBox {
        flex-basis: 48%;
        max-width: 48%;
        margin: 0 0 30px; }
        #footer #footerCnt #footerCntWrap #footerNaviWrap .naviBox ul {
          margin: 0;
          padding: 0; }
          #footer #footerCnt #footerCntWrap #footerNaviWrap .naviBox ul li {
            display: block;
            color: #FFFFFF;
            padding-bottom: 15px; }
            #footer #footerCnt #footerCntWrap #footerNaviWrap .naviBox ul li a {
              text-decoration: none;
              font-size: 16px;
              color: #FFFFFF;
              font-weight: bold; }
              #footer #footerCnt #footerCntWrap #footerNaviWrap .naviBox ul li a:hover {
                opacity: 0.7; }
    #footer #footerCnt #footerCntWrap #footerNaviWrap02 {
      color: #FFFFFF;
      flex-basis: 50%;
      max-width: 50%;
      justify-content: center;
      margin: 0; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap02 .f_time {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap02 .footer_tel a {
        font-size: 30px;
        text-decoration: none;
        font-weight: bold;
        padding-left: 30px;
        color: #FFFFFF;
        position: relative; }
        #footer #footerCnt #footerCntWrap #footerNaviWrap02 .footer_tel a::before {
          content: "";
          position: absolute;
          background: url("images/home/hamburger_tel.svg") no-repeat;
          background-size: 20px;
          background-position: center;
          width: 20px;
          height: 20px;
          display: block;
          left: 0;
          top: 9px; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap02 .footer_adress {
        margin-bottom: 38px; }
        #footer #footerCnt #footerCntWrap #footerNaviWrap02 .footer_adress .fa_txt {
          font-size: 16px;
          font-weight: 400;
          position: relative;
          padding-left: 22px; }
          #footer #footerCnt #footerCntWrap #footerNaviWrap02 .footer_adress .fa_txt::before {
            content: "";
            position: absolute;
            background: url("images/home/hamburger_adress.svg") no-repeat;
            background-size: 14px;
            background-position: center;
            width: 15px;
            height: 17px;
            display: block;
            left: 0;
            top: 0; }
      #footer #footerCnt #footerCntWrap #footerNaviWrap02 .socials_networking ul {
        display: flex;
        justify-content: flex-start;
        padding: 0; }
        #footer #footerCnt #footerCntWrap #footerNaviWrap02 .socials_networking ul li {
          padding: 0 15px;
          list-style: none; }
  #footer #copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: left;
    padding: 75px 15px 118px; }
    #footer #copyright p {
      color: #2C2518;
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
  @media screen and (max-width: 767px) {
    #footer #copyright {
      text-align: center;
      padding: 31px 15px 118px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer {
      padding: 20px 0 0; }
      #footer #footerCnt {
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 20px 0 60px; }
      #footer .footer_section .d_contact {
        margin-bottom: 60px; }
      #footer #footerNaviWrap {
        flex-basis: 100%; }
        #footer #footerNaviWrap .naviBox {
          flex-basis: 100%;
          max-width: 100%;
          margin-bottom: 0; }
      #footer #footerCnt {
        margin: 0 auto;
        flex-basis: 100%;
        max-width: 100%; } }

@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0 0; } }
/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #2C2518;
    width: 32px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border: none !important; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #2C2518;
    border: none !important; }
  .wp-pagenavi span {
    border: none; }
    .wp-pagenavi span.current {
      color: #fff;
      background: #2C2518;
      font-weight: 400;
      border: none !important; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 12px;
    color: #2C2518;
    background: #fff;
    border: none !important; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #fff;
      background: #2C2518;
      border: none !important; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  top: 100px;
  right: 15%; }
  #pagetopArea a {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 150px;
    color: #fff;
    writing-mode: vertical-rl;
    text-decoration: none;
    position: relative;
    padding-bottom: 80px;
    transform: rotate(-180deg);
    align-items: center;
    display: flex; }
    #pagetopArea a::before {
      content: "";
      position: absolute;
      background: url("images/home/page_top.svg") no-repeat;
      background-size: 50px;
      background-position: center;
      width: 50px;
      height: 50px;
      display: block;
      bottom: 0;
      transform: rotate(-180deg); }

@media screen and (max-width: 767px) {
  #pagetopArea {
    top: 50%;
    right: 10%;
    margin-top: -260px; } }
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 0 0;
      padding: 0;
      height: 60px;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none; }
        #fixedBtnSpArea #fixedBtnSp ul li.icon_1 {
          width: 50%; }
          #fixedBtnSpArea #fixedBtnSp ul li.icon_1 a {
            background: #2C2518 url("images/home/footer_b_btn_b.png") no-repeat;
            background-position: center;
            background-size: contain; }
        #fixedBtnSpArea #fixedBtnSp ul li.icon_2 {
          width: 25%; }
          #fixedBtnSpArea #fixedBtnSp ul li.icon_2 a {
            background: #BBB7B0 url("images/home/mail.svg") no-repeat;
            background-position: center;
            background-size: 24px; }
        #fixedBtnSpArea #fixedBtnSp ul li.icon_3 {
          width: 25%; }
          #fixedBtnSpArea #fixedBtnSp ul li.icon_3 a {
            background: #6B6867 url("images/home/hamburger_tel.svg") no-repeat;
            background-position: center;
            background-size: 24px; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          color: #fff;
          justify-content: center;
          align-items: stretch;
          margin: 0;
          padding: 35px 10px 0;
          font-size: 14px;
          text-decoration: none;
          background-repeat: no-repeat;
          background-size: auto 20px;
          background-position: center 10px; }
          #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
            background-color: #2C2518;
            color: #fff; }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderSp {
    display: none; }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #2C2518; }
  @media screen and (max-width: 767px) {
    #sliderArea #sliderPc {
      display: none; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage .titlebox {
  margin-bottom: 40px; }
  #indexPage .titlebox .tllh2 {
    margin-top: 0;
    color: #333333;
    font-size: 30px;
    font-weight: bold; }
  #indexPage .titlebox span {
    font-size: 16px;
    font-weight: bold;
    color: #2C2518; }
  #indexPage .titlebox._center {
    text-align: center; }
  #indexPage .titlebox._white .tllh2 {
    color: #fff; }
  #indexPage .titlebox._white span {
    color: #fff; }
#indexPage #newsArea {
  margin-bottom: 120px; }
#indexPage #blogArea {
  margin: 0 0 94px;
  padding: 75px 0 60px;
  background: #2C2518; }
@media screen and (max-width: 767px) {
  #indexPage .titlebox {
    margin-bottom: 40px; }
    #indexPage .titlebox .tllh2 {
      font-size: 16px;
      margin: 22px auto 38px; }
    #indexPage .titlebox span {
      font-size: 34px; } }

/* ---------------------------------------------------------------- */
/* top-fvSwiper */
/* ---------------------------------------------------------------- */
.mv {
  position: relative; }
  .mv .mv_sns_area {
    position: absolute;
    width: 60px;
    height: 180px;
    top: 50vh;
    right: 0;
    z-index: 3;
    margin-top: -90px; }
    .mv .mv_sns_area a {
      display: block;
      width: 60px;
      height: 50px; }
      .mv .mv_sns_area a.l_icon {
        background: url("images/home/l_icon2.svg") no-repeat;
        background-size: 18px;
        background-position: center; }
      .mv .mv_sns_area a.y_icon {
        background: url("images/home/y_icon2.svg") no-repeat;
        background-size: 18px;
        background-position: center; }
      .mv .mv_sns_area a.i_icon {
        background: url("images/home/instagram.svg") no-repeat;
        background-size: 18px;
        background-position: center; }
      @media screen and (min-width: 767px) {
        .mv .mv_sns_area a:hover {
          opacity: 0.6; } }
  @media screen and (max-width: 767px) {
    .mv .mv_sns_area {
      position: absolute;
      width: 60px;
      height: 180px;
      top: 80px;
      right: 0;
      z-index: 3;
      margin-top: 0; } }
  .mv .mv_meenu_area {
    position: absolute;
    width: 180px;
    height: auto;
    top: 116px;
    right: 60px;
    z-index: 3; }
    .mv .mv_meenu_area a {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #FFFFFF;
      font-weight: 400;
      font-family: "Josefin Sans", sans-serif;
      font-size: 24px;
      margin-bottom: 25px; }
      @media screen and (min-width: 767px) {
        .mv .mv_meenu_area a:hover {
          background: rgba(255, 255, 255, 0.1);
          backdrop-filter: blur(2px); } }
  @media screen and (max-width: 767px) {
    .mv .mv_meenu_area {
      display: none; } }
  .mv .mv_f_b_btn {
    position: absolute;
    width: 240px;
    height: 80px;
    bottom: 60px;
    right: 40px;
    z-index: 3; }
  @media screen and (max-width: 767px) {
    .mv .mv_f_b_btn {
      display: none; } }
  .mv .mv_text {
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3;
    width: 100%; }
    .mv .mv_text p {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      font-family: "Josefin Sans", sans-serif; }
  @media screen and (max-width: 1133px) {
    .mv .mv_text {
      pointer-events: none;
      position: absolute;
      bottom: 65px;
      left: 0;
      z-index: 3;
      width: 100%; } }

.top-fvSwiper {
  margin-top: 0;
  padding-bottom: 0; }
  .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }
      .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box img:hover {
        opacity: 1; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #2C2518;
      z-index: 2;
      opacity: 0.2;
      pointer-events: none; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 80px);
      background: linear-gradient(rgba(44, 37, 24, 0), rgba(44, 37, 24, 0.5));
      z-index: 3;
      pointer-events: none; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box .slide_link_btn {
      position: absolute;
      z-index: 4;
      bottom: 30px;
      left: 50%;
      width: 180px;
      height: 33px;
      margin-left: -90px; }
      .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box .slide_link_btn a {
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 33px;
        line-height: 33px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 0 15px;
        background: url("images/home/right_h_arrow.svg") no-repeat;
        background-position: center right 10px;
        background-size: 13px; }
        .top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box .slide_link_btn a .swiper-pagination {
          margin-right: 10px; }
  .top-fvSwiper .swiper-wrapper .swiper-slide .slidetxt_box p {
    font-size: 22px;
    font-weight: bold; }
  .top-fvSwiper .swiper-button-next, .top-fvSwiper .swiper-button-prev {
    margin-top: -80px; }
  .top-fvSwiper .swiper-pagination-bullet {
    background: #2C2518; }
  .top-fvSwiper .swiper-button-prev {
    background-image: url("images/home/slider_left.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 21.5%; }
  .top-fvSwiper .swiper-button-next {
    background-image: url("images/home/slider_right.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 21.5%; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    margin-top: -100px !important; }

  .swiper-button-prev {
    left: 15% !important; }

  .swiper-button-next {
    right: 15% !important; } }
@media screen and (max-width: 767px) {
  .top-fvSwiper {
    margin-top: 0; }
    .top-fvSwiper .slideimg_box {
      padding-bottom: 65% !important; }
    .top-fvSwiper .swiper-button-next, .top-fvSwiper .swiper-button-prev {
      margin-top: -125px; }
    .top-fvSwiper .swiper-button-prev {
      background-image: url("images/home/slider_left.svg");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      left: 5%; }
    .top-fvSwiper .swiper-button-next {
      background-image: url("images/home/slider_right.svg");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      right: 5%; } }
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  margin: 40px auto;
  width: 100%; }
  .accordion-container .accordion-list {
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid #707070; }
    .accordion-container .accordion-list::first-child {
      margin-top: 10px; }
    .accordion-container .accordion-list .accordion-title {
      cursor: pointer;
      font-size: 18px;
      padding: 18px 0 18px 100px;
      position: relative;
      font-weight: 400;
      margin-bottom: 0;
      transition: .3s ease-in; }
      @media screen and (min-width: 767px) {
        .accordion-container .accordion-list .accordion-title:hover {
          color: #AD9B84; } }
      .accordion-container .accordion-list .accordion-title::after {
        position: absolute;
        content: '－';
        top: 11px;
        left: 36px;
        height: 36px;
        width: 57px;
        transition: all .3s ease-in-out;
        font-size: 25px;
        color: #2C2518; }
      .accordion-container .accordion-list .accordion-title.open::after {
        content: '＋'; }
    .accordion-container .accordion-list .accordion-text {
      display: none;
      padding: 10px 0 51px 100px;
      position: relative;
      font-size: 16px; }

@media screen and (max-width: 767px) {
  .accordion-container .accordion-list .accordion-title {
    padding: 18px 0 18px 40px; }
    .accordion-container .accordion-list .accordion-title::after {
      top: 11px;
      left: 0; }
  .accordion-container .accordion-list .accordion-text {
    padding: 18px 0 18px 40px; } }
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* TOP投稿　アニメーション */
/* ---------------------------- */
.top-postListWrap .postBox:nth-child(2) {
  transition-delay: 0.2s; }
.top-postListWrap .postBox:nth-child(3) {
  transition-delay: 0.3s; }
.top-postListWrap .postBox:nth-child(4) {
  transition-delay: 0.4s; }
.top-postListWrap.blog-postListWrap .category_txtbox .category_wrap .category_wrap_time time {
  color: #FFFFFF; }
  .top-postListWrap.blog-postListWrap .category_txtbox .category_wrap .category_wrap_time time::after {
    color: #FFFFFF; }
.top-postListWrap.blog-postListWrap .category_txtbox .category_wrap .category-name a {
  color: #FFFFFF; }
.top-postListWrap.blog-postListWrap .category_txtbox .permalinkWrap a {
  color: #FFFFFF; }

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
#newsCatList .postListWrap {
  margin-top: 50px; }

.news-postListWrap {
  border-top: #2C2518 solid 1px;
  margin-bottom: 27px; }
  .news-postListWrap .postBox {
    display: flex;
    margin-bottom: 0;
    transition: ease-in .3s;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: #2C2518 solid 1px;
    padding: 33px 0; }
    .news-postListWrap .postBox .newsbox {
      max-width: 200px;
      flex-basis: 200px;
      display: flex; }
      .news-postListWrap .postBox .newsbox .newstime_box {
        margin-right: 21px; }
        .news-postListWrap .postBox .newsbox .newstime_box time {
          line-height: 1;
          font-size: 12px;
          width: 100px;
          align-self: center; }
      .news-postListWrap .postBox .newsbox .newscategory_box .category-name {
        margin: 0;
        color: #2C2518;
        font-size: 12px;
        font-weight: 400;
        padding: 2px 30px;
        text-decoration: none; }
    .news-postListWrap .postBox .permaLinkWrap {
      max-width: calc(100% - 200px);
      flex-basis: calc(100% - 200px); }
      .news-postListWrap .postBox .permaLinkWrap a {
        min-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        font-size: 16px;
        color: #2C2518;
        text-decoration: none; }
    .news-postListWrap .postBox:hover i, .news-postListWrap .postBox:hover a, .news-postListWrap .postBox:focus i, .news-postListWrap .postBox:focus a {
      opacity: 0.7;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .news-postListWrap .postBox {
      flex-wrap: wrap; }
      .news-postListWrap .postBox .newsbox {
        flex-basis: 100%;
        max-width: 100%; }
      .news-postListWrap .postBox .permaLinkWrap {
        flex-basis: 100%;
        max-width: 100%;
        margin: 10px 0 0; }
        .news-postListWrap .postBox .permaLinkWrap a {
          text-overflow: clip;
          overflow: visible;
          white-space: normal;
          display: inline; } }

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
.blog-postListWrap {
  display: grid;
  gap: 20px; }
  .blog-postListWrap .thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 17px;
    overflow: hidden; }
    .blog-postListWrap .thumbnail a {
      width: 100%;
      overflow: hidden;
      display: block; }
  .blog-postListWrap .category_txtbox {
    display: block; }
    .blog-postListWrap .category_txtbox .category_wrap {
      display: flex; }
      .blog-postListWrap .category_txtbox .category_wrap .category_wrap_time time {
        margin-bottom: 10px;
        flex-basis: 100%;
        max-width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 400; }
        .blog-postListWrap .category_txtbox .category_wrap .category_wrap_time time::after {
          content: "|";
          padding-left: 20px; }
      .blog-postListWrap .category_txtbox .category_wrap .category-name a {
        text-decoration: none;
        margin-left: 20px;
        font-size: 16px;
        color: #333; }
    .blog-postListWrap .category_txtbox .permalinkWrap a {
      text-decoration: none;
      color: #333; }
  @media screen and (min-width: 1025px) {
    .blog-postListWrap {
      grid-template-columns: repeat(3, 1fr); } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#mainCnt {
  margin-top: 80px; }

#cnts {
  margin-top: 20px;
  margin-bottom: 50px; }
  #cnts .pageTitlebox {
    padding-bottom: 40px; }
    #cnts .pageTitlebox .pageTitle_en {
      font-size: 120px;
      color: #2C2518;
      font-weight: 400;
      font-family: "Josefin Sans", sans-serif;
      text-transform: capitalize;
      line-height: 1; }
    #cnts .pageTitlebox .pageTitle_en2 {
      font-size: 98px;
      color: #2C2518;
      font-weight: 400;
      font-family: "Josefin Sans", sans-serif;
      line-height: 1; }
    #cnts .pageTitlebox .pageTitle_jp {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8;
      margin: 0; }
  @media screen and (max-width: 767px) {
    #cnts .pageTitlebox .pageTitle_en {
      font-size: 60px; }
    #cnts .pageTitlebox .pageTitle_en2 {
      font-size: 55px; } }
  #cnts time {
    color: #2C2518; }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin-bottom: 56px;
  text-align: right; }
  .pcm-breadcrumbs__list {
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4em;
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
  .pcm-breadcrumbs__item {
    display: inline-block; }
  .pcm-breadcrumbs__item::marker {
    display: none !important; }
  .pcm-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 10px; }
  .pcm-breadcrumbs__link {
    color: #575757 !important;
    text-decoration: none !important; }
    .pcm-breadcrumbs__link:hover {
      color: #2C2518 !important;
      text-decoration: underline !important; }
  @media screen and (min-width: 1025px) {
    .pcm-breadcrumbs {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .pcm-breadcrumbs {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .pcm-breadcrumbs {
      max-width: 750px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.6;
  margin-top: 0; }
.postPage .titleh2 {
  font-size: 32px;
  color: #2C2518;
  font-weight: 700; }
.postPage .titleh3 {
  font-size: 28px;
  color: #2C2518;
  font-weight: 700;
  border-bottom: 1px solid #2C2518;
  padding-bottom: 17px; }
  .postPage .titleh3._center {
    text-align: center; }
.postPage .titleh4 {
  font-size: 24px;
  color: #2C2518;
  font-weight: 700; }
.postPage .titleh5 {
  font-size: 22px;
  color: #2C2518;
  font-weight: 700;
  padding-top: 15px;
  position: relative; }
  .postPage .titleh5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #2C2518; }
.postPage .titleh6 {
  font-size: 20px;
  background: #2C2518;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px; }
@media screen and (max-width: 767px) {
  .postPage .titleh2 {
    font-size: 26px; }
  .postPage .titleh3 {
    font-size: 24px; }
  .postPage .titleh4 {
    font-size: 20px; }
  .postPage .titleh5 {
    font-size: 18px; }
  .postPage .titleh6 {
    font-size: 16px; } }
.postPage#singlePage h2 {
  font-size: 32px;
  color: #2C2518;
  font-weight: 700; }
.postPage#singlePage h3 {
  font-size: 28px;
  color: #2C2518;
  font-weight: 700;
  border-bottom: 1px solid #2C2518;
  padding-bottom: 17px; }
.postPage#singlePage h4 {
  font-size: 24px;
  color: #2C2518;
  font-weight: 700; }
.postPage#singlePage h5 {
  font-size: 22px;
  color: #2C2518;
  font-weight: 700;
  padding-top: 15px;
  position: relative; }
  .postPage#singlePage h5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #2C2518; }
.postPage#singlePage .h6 {
  font-size: 20px;
  background: #2C2518;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px; }
@media screen and (max-width: 767px) {
  .postPage#singlePage h2 {
    font-size: 26px; }
  .postPage#singlePage h3 {
    font-size: 24px; }
  .postPage#singlePage h4 {
    font-size: 20px; }
  .postPage#singlePage h5 {
    font-size: 18px; }
  .postPage#singlePage h6 {
    font-size: 16px; } }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 2; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "Noto Sans JP", sans-serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif; }
.postPage a {
  position: relative; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: #2C2518; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #2C2518; }
    .postPage a.textArrow:hover {
      color: #2C2518;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #2C2518; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #2C2518;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse; }
  .postPage table tr {
    border-bottom: 1px solid #C3C3C3; }
    .postPage table tr th {
      width: 260px;
      text-align: left;
      font-size: 16px;
      font-weight: 400;
      padding: 20px 0 10px;
      position: relative;
      font-weight: 400; }
      .postPage table tr th::after {
        content: "";
        position: absolute;
        display: block;
        bottom: -1.5px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2C2518; }
    .postPage table tr td {
      text-align: left;
      font-size: 16px;
      padding: 20px 0 10px 30px; }
  .postPage table.type2 tr {
    border: none !important;
    background: #fff; }
    .postPage table.type2 tr:nth-child(even) {
      background: #F2F2F2 !important; }
      .postPage table.type2 tr:nth-child(even) th {
        background: #2C2518 !important; }
    .postPage table.type2 tr th {
      width: 150px;
      background: #111111 !important;
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      padding: 15px 15px;
      position: relative;
      border: none !important; }
      .postPage table.type2 tr th::after {
        content: none; }
    .postPage table.type2 tr td {
      text-align: left;
      font-size: 16px;
      padding: 15px 15px;
      background: none !important;
      text-align: center !important;
      border: none !important; }
      .postPage table.type2 tr td.red_text {
        color: #B5183C !important; }
    .postPage table.type2 tr.bg_c2 td {
      background: #EEEFEE;
      font-size: 24px !important; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr {
      border-bottom: 1px solid #fff; }
      .postPage .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th {
        background: #fff;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
@media screen and (max-width: 767px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    color: #2C2518;
    text-align: left; }
    .postPage table tr th.w200 {
      width: 100%; }
  .postPage table tr td {
    padding: 20px 0 10px 0; }
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto; }
  .postPage table.type2 tr th {
    min-width: 1px; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #2C2518;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #2C2518;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
      .postPage ul li ul li::marker {
        color: #2C2518; }
  .postPage ul.iconList li {
    padding: 0 0 0 .8em; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 4px;
      content: '';
      width: 5px;
      height: 5px;
      background: #2C2518;
      border-radius: 5px; }
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em; }
  .postPage ol li {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }

.gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #fff;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #fff;
      color: #fff; }
    ul.formFlow li.active {
      background: #2C2518;
      color: #fff;
      position: relative; }
      ul.formFlow li.active:after {
        position: absolute;
        content: '';
        right: -40px;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left: 20px solid #2C2518; }
    ul.formFlow li.second.active:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 3;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 20px solid #fff; }
    ul.formFlow li.third.active {
      background: #2C2518 !important;
      color: #fff; }
      ul.formFlow li.third.active:after {
        display: none; }
      ul.formFlow li.third.active:before {
        background: none;
        display: inline;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 0;
        border: 20px solid transparent;
        border-left: 20px solid #fff; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 250px;
    text-align: left; }
  #formArea dl dd {
    flex-basis: calc(100% - 280px); }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: crimson;
  font-size: 12px;
  margin-left: 10px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #2C2518;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C2518), color-stop(1, #2C2518));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #2C2518 0%, #2C2518 100%);
  border: 1px solid #2C2518; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea .mwform-radio-field-text {
  margin-left: 10px; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%; }
    #formArea .btnArea .submitArea .submit {
      max-width: 290px;
      margin: 0 auto;
      padding-top: 7px; }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #fff;
        background: #2C2518;
        transition: .3s;
        cursor: pointer;
        border-color: #2C2518; }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      max-width: 200px;
      width: 100%;
      margin: 0 auto;
      display: block;
      text-align: center;
      background: #fff;
      border: 1px solid #2C2518;
      color: #2C2518;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff;
        background: #2C2518;
        transition: .3s; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      flex-basis: 100%;
      padding: 5px 0 0 0;
      margin: 0 0 15px;
      text-align: left; }
    #formArea dl dd {
      flex-basis: 100%;
      margin-bottom: 15px;
      align-self: center; }
  #formArea select {
    margin-bottom: 5px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0 0 25px; }
  #formArea .mw_wp_form_confirm .btnArea {
    flex-direction: column-reverse; }
    #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
      margin: 0 auto; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea {
      display: block; }
      #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
        margin: 0 auto; } }

.page-id-225 .privacybox {
  display: none; }

/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease; }
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0); }
.effectFade.td1 {
  transition-delay: 0.1s; }
.effectFade.td2 {
  transition-delay: 0.2s; }
.effectFade.td3 {
  transition-delay: 0.3s; }
.effectFade.td4 {
  transition-delay: 0.4s; }
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in; }

/* for IE */
.border-top_b {
  border-top: 1px solid #2C2518; }

.top_title_l {
  font-size: 120px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #2C2518;
  line-height: 1;
  margin: 0; }
  .top_title_l.type_w {
    color: #fff; }

@media screen and (max-width: 767px) {
  .top_title_l {
    font-size: 60px; } }
.top_title_m {
  font-size: 60px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #2C2518;
  line-height: 1;
  margin: 0 0 30px; }
  .top_title_m.type_w {
    color: #fff; }

.realestateArea {
  background: url("images/home/realestate_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .realestateArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: linear-gradient(rgba(44, 37, 24, 0), rgba(44, 37, 24, 0.5));
    z-index: 1;
    pointer-events: none; }
  .realestateArea .container {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 767px) {
  .realestateArea {
    background: url("images/home/realestate_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll; } }
.about_area_w {
  padding: 80px 0 0; }

/* ---------------------------------------------------------------- */
/* aboutArea */
/* ---------------------------------------------------------------- */
.aboutArea {
  padding-bottom: 80px; }
  .aboutArea h2 {
    margin: 0 0 88px; }
  .aboutArea h3 {
    font-size: 48px;
    font-weight: 700; }
  .aboutArea p {
    line-height: 2em;
    margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .aboutArea h2 {
      margin-bottom: 40px; }
    .aboutArea h3 {
      font-size: 24px;
      font-weight: 700; }
    .aboutArea p {
      line-height: 2em;
      margin-bottom: 30px; } }

/* ---------------------------------------------------------------- */
/* serviceArea */
/* ---------------------------------------------------------------- */
#pagelink_service {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

.serviceArea h3 {
  text-align: right;
  font-size: 32px; }
.serviceArea .service_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .serviceArea .service_box .service_c_box {
    width: calc( ( 100% - ( 0px * ( 3 - 1) ) ) / 3 );
    background: #000;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 196px 15px 218px; }
    .serviceArea .service_box .service_c_box::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all ease .3s; }
    .serviceArea .service_box .service_c_box:hover::after {
      transform: scale(1.2);
      transition: all ease .3s; }
    .serviceArea .service_box .service_c_box.service1::after {
      background: url("images/home/service1.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .serviceArea .service_box .service_c_box.service2::after {
      background: url("images/home/service2.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .serviceArea .service_box .service_c_box.service3::after {
      background: url("images/home/service3.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .serviceArea .service_box .service_c_box .n_text {
      text-align: center;
      font-size: 60px;
      color: #fff;
      font-family: "Josefin Sans", sans-serif;
      margin: 0 0 24px;
      line-height: 1;
      position: relative;
      z-index: 3; }
    .serviceArea .service_box .service_c_box p {
      color: #fff;
      position: relative;
      z-index: 3;
      text-align: center;
      font-weight: 600;
      font-size: 24px; }
    .serviceArea .service_box .service_c_box h4 {
      text-align: center;
      font-size: 32px;
      font-family: "Josefin Sans", sans-serif;
      line-height: 1.2;
      margin: 0 0 0;
      position: relative;
      z-index: 3; }
      .serviceArea .service_box .service_c_box h4 span {
        display: block;
        padding-top: 30px;
        font-size: 18px;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;
        padding-bottom: 20px; }
        .serviceArea .service_box .service_c_box h4 span::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          background: #FFFFFF;
          width: 80px;
          height: 1px;
          margin-left: -40px; }
  @media screen and (max-width: 767px) {
    .serviceArea .service_box .service_c_box {
      width: 100%;
      padding: 100px 15px 75px; } }
@media screen and (max-width: 767px) {
  .serviceArea h3 {
    font-size: 18px; } }

.w940 {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px; }

.flow_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px; }
  .flow_box .flow_c_box {
    width: calc( ( 100% - ( 40px * ( 6 - 1) ) ) / 6 );
    height: 120px;
    background: #000;
    position: relative; }
    .flow_box .flow_c_box:nth-child(1) {
      background: url("images/home/flow01.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .flow_box .flow_c_box:nth-child(2) {
      background: url("images/home/flow02.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .flow_box .flow_c_box:nth-child(3) {
      background: url("images/home/flow03.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .flow_box .flow_c_box:nth-child(4) {
      background: url("images/home/flow04.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .flow_box .flow_c_box:nth-child(5) {
      background: url("images/home/flow05.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .flow_box .flow_c_box:nth-child(6) {
      background: url("images/home/flow06.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
  @media screen and (max-width: 900px) {
    .flow_box .flow_c_box {
      width: calc( ( 100% - ( 20px * ( 3 - 1) ) ) / 3 );
      margin-bottom: 20px; } }

.text_link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .text_link_box .text_box {
    width: calc( 100% - 255px ); }
    .text_link_box .text_box p {
      margin: 20px 0 0; }
  .text_link_box .link_box {
    width: 240px; }
    .text_link_box .link_box a {
      margin: 20px auto 0;
      min-width: 240px !important; }
  @media screen and (max-width: 767px) {
    .text_link_box .text_box {
      width: 100%; }
      .text_link_box .text_box p {
        margin: 0 0 20px; }
    .text_link_box .link_box {
      width: 100%; }
      .text_link_box .link_box a {
        margin: 0 0 0 auto; } }

.support_w_box {
  background: #fff;
  padding: 60px 60px;
  margin-bottom: 100px; }
  .support_w_box .text_link_box {
    margin: 0; }

@media screen and (max-width: 767px) {
  .support_w_box {
    padding: 30px 30px; } }
.voice_box {
  border-top: 1px solid #2C2518;
  padding-top: 50px; }
  .voice_box .voice_c_box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #2C2518;
    width: 100%;
    max-width: 940px;
    margin: 0 auto 50px;
    text-decoration: none;
    color: #2C2518; }
    .voice_box .voice_c_box a .img_box {
      width: 300px;
      padding-bottom: 180px;
      background: #eee;
      position: relative;
      overflow: hidden;
      transition: all ease .3s; }
      .voice_box .voice_c_box a .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s;
        transition: all ease .3s; }
    .voice_box .voice_c_box a .text_box {
      width: calc( 100% - 345px );
      padding-right: 80px;
      background: url("images/home/right_arrow.svg") no-repeat;
      background-position: center right 10px;
      background-size: 15px;
      transition: all ease .3s; }
      .voice_box .voice_c_box a .text_box h3 {
        margin-top: 0;
        font-weight: 400; }
      .voice_box .voice_c_box a .text_box p {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
        .voice_box .voice_c_box a .text_box p.s_text {
          font-weight: 700; }
    @media screen and (min-width: 767px) {
      .voice_box .voice_c_box a:hover .img_box img {
        transform: scale(1.2); }
      .voice_box .voice_c_box a:hover .text_box {
        background: url("images/home/right_arrow.svg") no-repeat;
        background-position: center right 0;
        background-size: 15px;
        transition: all ease .3s; } }

@media screen and (max-width: 767px) {
  .voice_box {
    border-top: 1px solid #2C2518;
    padding-top: 30px; }
    .voice_box .voice_c_box a {
      margin-bottom: 30px; }
      .voice_box .voice_c_box a .img_box {
        width: 100%;
        padding-bottom: 56%;
        margin-bottom: 20px; }
      .voice_box .voice_c_box a .text_box {
        width: 100%;
        padding-right: 0;
        background: none;
        background-position: center right 10px;
        background-size: 15px;
        transition: all ease .3s; }
        .voice_box .voice_c_box a .text_box h3 {
          margin-top: 0;
          font-weight: 400;
          font-size: 24px; }
        .voice_box .voice_c_box a .text_box p {
          font-size: 14px; }
          .voice_box .voice_c_box a .text_box p.s_text {
            background: url("images/home/right_arrow.svg") no-repeat;
            background-position: center right 0;
            background-size: 15px;
            padding-right: 30px;
            margin-bottom: 24px; } }
.voiceArea {
  padding-bottom: 120px; }

.faqArea {
  padding-bottom: 120px; }

.columnArea {
  padding-bottom: 120px; }

.newsArea {
  padding-bottom: 120px; }

.realestateArea {
  padding-top: 500px;
  padding-bottom: 50px; }
  .realestateArea h2 {
    margin-bottom: 0; }
  .realestateArea p {
    color: #fff;
    margin-top: 0;
    margin-bottom: -30px; }

@media screen and (max-width: 767px) {
  .realestateArea {
    padding-top: 320px;
    padding-bottom: 320px; }
    .realestateArea h2 {
      margin-bottom: 0; }
    .realestateArea p {
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; } }
.officeArea {
  padding: 60px 0 105px;
  background: #F2F2F2; }

@media screen and (max-width: 767px) {
  .officeArea {
    padding: 60px 0 0;
    background: #F2F2F2; } }
.office_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .office_box .img_box {
    width: 300px; }
  .office_box .text_box {
    width: calc( 100% - 420px ); }
    .office_box .text_box p {
      line-height: 2; }
    .office_box .text_box .link_box {
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 40px; }
      .office_box .text_box .link_box a {
        max-width: 240px !important;
        min-width: 240px !important;
        margin: 0 0 20px; }

@media screen and (max-width: 767px) {
  .office_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .office_box .img_box {
      width: 100%;
      margin: 0 auto; }
      .office_box .img_box img {
        margin: 0 auto 50px;
        display: block; }
    .office_box .text_box {
      width: 100%; }
      .office_box .text_box .top_title_m {
        text-align: center; }
      .office_box .text_box p {
        text-align: center; }
      .office_box .text_box .link_box {
        max-width: 240px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px auto 0; }
        .office_box .text_box .link_box a {
          max-width: 240px;
          margin: 0 0 20px; } }
.sns_box {
  max-width: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px; }
  .sns_box a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #2C2518; }
    .sns_box a.l_icon {
      background: url("images/home/l_icon.svg") no-repeat;
      background-position: center;
      background-size: 18; }
    .sns_box a.y_icon {
      background: url("images/home/y_icon.svg") no-repeat;
      background-size: 18;
      background-position: center; }
    .sns_box a.i_icon {
      background: url("images/home/i_icon.svg") no-repeat;
      background-size: 18;
      background-position: center; }

@media screen and (max-width: 767px) {
  .sns_box {
    margin: 40px auto 40px; } }
.footer_c_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .footer_c_box .left_box {
    width: 300px; }
  .footer_c_box .right_box {
    width: calc( 100% - 420px ); }

@media screen and (max-width: 900px) {
  .footer_c_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .footer_c_box .left_box {
      width: 300px;
      margin: 0 auto; }
    .footer_c_box .right_box {
      display: none; } }
.footer_c_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .footer_c_box2 .left_box {
    width: 300px; }
  .footer_c_box2 .right_box {
    width: calc( 100% - 420px ); }

@media screen and (max-width: 900px) {
  .footer_c_box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .footer_c_box2 .left_box {
      width: 240px;
      margin: 60px auto 0; }
    .footer_c_box2 .right_box {
      width: 100%; }
      .footer_c_box2 .right_box .btt {
        margin: 30px auto 0 auto; } }
.c_btn {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #2C2518;
  padding: 0 40px 0 40px;
  font-size: 16px;
  border: 1px solid #2C2518;
  border-radius: 4px;
  background: url("images/home/blank_b.svg") no-repeat;
  background-position: center right 20px;
  background-size: 14px;
  margin: 36px 0 0;
  text-decoration: none; }
  .c_btn:hover {
    color: #2C2518; }

.footer_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .footer_navi .footer_list {
    width: calc((100% - 10px * (3 - 1)) / 3);
    padding: 0;
    margin: 0; }
    .footer_navi .footer_list li {
      list-style: none;
      margin: 0;
      width: 100%;
      margin-bottom: 18px; }
      .footer_navi .footer_list li a {
        text-decoration: none;
        font-weight: 700;
        font-family: "Josefin Sans", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #2C2518;
        font-size: 16px;
        line-height: 1;
        display: block;
        width: 100%; }
        @media screen and (min-width: 767px) {
          .footer_navi .footer_list li a:hover {
            opacity: 0.6; } }
        @media screen and (min-width: 767px) {
          .footer_navi .footer_list li a.footer_list_service:hover {
            opacity: 1; } }
      .footer_navi .footer_list li ul {
        padding: 18px 0; }
        .footer_navi .footer_list li ul li a {
          font-weight: 400; }

@media screen and (max-width: 900px) {
  .footer_navi {
    display: none; } }
.btt {
  display: table;
  font-size: 14px;
  text-decoration: none;
  margin: 30px 0 0 auto;
  color: #2C2518; }

@media screen and (max-width: 768px) {
  .btt {
    margin: 56px auto 0 auto; } }
.pp_text {
  text-align: right;
  margin-top: 75px; }
  .pp_text a {
    text-decoration: none;
    color: #2C2518;
    font-size: 14px; }

@media screen and (max-width: 768px) {
  .pp_text {
    text-align: center;
    margin-top: 40px; } }
/* ------------------------------------------ /
/ topメインコピーアニメーション /
/ ------------------------------------------ */
.active_text,
.active_text::after {
  animation-delay: .8s;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.active_text {
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default; }
  .active_text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer; }

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
.active_text_right,
.active_text_right::after {
  animation-delay: .8s;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.active_text_right {
  position: relative;
  animation-name: clip-text-right;
  white-space: nowrap;
  cursor: default; }
  .active_text_right::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    /* 右から開始 */
    pointer-events: none;
    animation-name: text-revealer-right; }

@keyframes clip-text-right {
  from {
    clip-path: inset(0 0 0 100%);
    /* 右側から表示開始 */ }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes text-revealer-right {
  0%, 50% {
    transform-origin: 100% 50%;
    /* 右から開始 */ }
  60%, 100% {
    transform-origin: 0% 50%;
    /* 左へ移動 */ }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
.swiper-pagination {
  position: inherit;
  width: auto;
  display: inline-block; }

@media screen and (max-width: 1400px) {
  .mv {
    overflow: hidden;
    height: 800px; }
    .mv .swiper-container {
      position: absolute;
      width: 1400px;
      bottom: 0;
      left: 50%;
      margin-left: -700px; } }
@media screen and (max-width: 1200px) {
  .mv {
    overflow: hidden;
    height: 800px; }
    .mv .swiper-container {
      position: absolute;
      width: 1380px;
      bottom: 0;
      left: 50%;
      margin-left: -690px; } }
@media screen and (max-width: 768px) {
  .mv {
    overflow: hidden;
    height: 512px; }
    .mv .swiper-container {
      position: absolute;
      width: 788px;
      bottom: 0;
      left: 50%;
      margin-left: -394px; } }
.anim1 {
  transition-delay: 0s !important; }

.anim2 {
  transition-delay: 0.1s !important; }

.anim3 {
  transition-delay: 0.2s !important; }

.anim4 {
  transition-delay: 0.3s !important; }

.anim5 {
  transition-delay: 0.4s !important; }

.anim6 {
  transition-delay: 0.5s !important; }

.post-category-btn {
  background: #fff;
  padding: 3px 16px;
  display: inline-block;
  text-decoration: none;
  color: #2C2518;
  margin-right: 40px; }

.tag-item {
  font-weight: bold; }

.contact_w_box {
  background: #fff;
  padding: 40px 60px 60px;
  margin-bottom: 100px; }
  .contact_w_box .titleh3 {
    font-weight: 400; }
  .contact_w_box .text_link_box {
    margin: 0; }

@media screen and (max-width: 767px) {
  .contact_w_box {
    padding: 10px 30px 30px; } }
@media screen and (max-width: 767px) {
  .cat_tags_area .post-category-btn {
    margin-bottom: 15px; }
  .cat_tags_area .tag-item_w {
    display: inline-block; } }
.voice_lead-text {
  margin: 43px 0 86px; }

.voice_swiper {
  overflow: hidden;
  margin-bottom: 74px; }
  .voice_swiper .mySwiper2 {
    margin-bottom: 15px; }
    .voice_swiper .mySwiper2 .img_box {
      width: 100%;
      padding-bottom: 56%;
      position: relative;
      overflow: hidden;
      background: #F2F2F2; }
      .voice_swiper .mySwiper2 .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;' !important;
        transition: all ease .3s; }
  .voice_swiper .mySwiper .img_box {
    width: 100%;
    padding-bottom: 56%;
    background: #eee;
    position: relative;
    overflow: hidden; }
    .voice_swiper .mySwiper .img_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }
  .voice_swiper .mySwiper .swiper-slide {
    cursor: pointer;
    opacity: 0.8; }
  .voice_swiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1; }

.v_table_list {
  margin-bottom: 78px !important; }

#mainCnt .container {
  max-width: 940px; }

.works-fvSwiper .swiper-slide {
  overflow: hidden;
  position: relative; }

.works-fvSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important; }

.works-fvSwiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
  transition: transform 1.5s ease-in-out; }

.flow_list li {
  padding-left: 110px !important;
  position: relative;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px !important; }
  .flow_list li::before {
    position: absolute;
    top: 0;
    left: 40px;
    content: "";
    width: 1px;
    height: 100%;
    background: #2C2518; }
  .flow_list li .n_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #2C2518;
    z-index: 3; }
    .flow_list li .n_box .f_n {
      text-align: center !important;
      color: #fff;
      font-size: 18px !important;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1.4;
      font-family: "Josefin Sans", sans-serif;
      padding-top: 17px; }
  .flow_list li .text_box {
    padding-top: 17px;
    width: calc(100% - 360px); }
    .flow_list li .text_box .flow_title {
      margin-top: 0;
      font-size: 32px; }
    @media screen and (max-width: 768px) {
      .flow_list li .text_box .flow_title {
        margin-top: 0;
        font-size: 28px; } }
    .flow_list li .text_box p {
      line-height: 2; }
      .flow_list li .text_box p.red_text {
        color: #D4313B; }
  .flow_list li .img_box {
    width: 300px; }
  @media screen and (max-width: 890px) {
    .flow_list li .text_box {
      width: calc(100% - 260px); }
    .flow_list li .img_box {
      width: 200px; } }
  @media screen and (max-width: 768px) {
    .flow_list li .text_box {
      width: 100%; }
    .flow_list li .img_box {
      width: 100%; } }
  .flow_list li:last-child {
    padding-bottom: 20px !important; }
    .flow_list li:last-child::before {
      content: none; }
@media screen and (max-width: 768px) {
  .flow_list li {
    padding-left: 80px !important; }
    .flow_list li::before {
      left: 29px; }
    .flow_list li .n_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #2C2518;
      z-index: 3; }
      .flow_list li .n_box .f_n {
        text-align: center !important;
        color: #fff;
        font-size: 16px !important;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.4;
        padding-top: 8px; } }

.swiperStrength .swiper-topStrength {
  overflow: initial;
  padding-bottom: 40px; }
  .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 16px; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title.count-item {
      position: relative;
      padding-left: 40px;
      padding-top: 6px; }
      .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title.count-item::before {
        content: "flow";
        color: #2C2518;
        font-size: 12px;
        flex-shrink: 0;
        font-weight: 400;
        margin-right: 10px;
        margin-left: 1px;
        display: inline-block;
        line-height: 1.2;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Josefin Sans", sans-serif; }
      .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title.count-item::after {
        content: "" attr(data-number) "";
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 22px;
        font-family: "Josefin Sans", sans-serif;
        line-height: 1.4; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._01::after {
      content: "01"; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._02::after {
      content: "02"; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._03::after {
      content: "03"; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._04::after {
      content: "04"; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._05::after {
      content: "05"; }
    .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .item-title._06::after {
      content: "06"; }
  .swiperStrength .swiper-topStrength .strength-wrapper .strength-postBox .item .desc-txt {
    margin: 0;
    font-size: 14px; }
  .swiperStrength .swiper-topStrength .prev-Strength {
    width: 30px;
    height: 30px;
    display: block;
    background: url("images/common/prev.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    left: -5px; }
    .swiperStrength .swiper-topStrength .prev-Strength::after {
      display: none; }
  .swiperStrength .swiper-topStrength .next-Strength {
    width: 30px;
    height: 30px;
    display: block;
    background: url("images/common/next.svg") no-repeat;
    background-position: center;
    background-size: 30px; }
    .swiperStrength .swiper-topStrength .next-Strength::after {
      display: none; }

.prev-nextWrap {
  width: 72px;
  display: flex;
  position: absolute;
  top: -45px;
  right: 0; }

.box_2 {
  padding: 100px 0; }

.box_2_1 {
  padding: 0 0 100px; }

@media screen and (max-width: 768px) {
  .box_2 {
    padding: 60px 0; }

  .box_2_1 {
    padding: 0 0 60px; } }
.danger_list li {
  padding-left: 110px !important;
  position: relative;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px !important; }
  .danger_list li::before {
    position: absolute;
    top: 0;
    left: 40px;
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: #2C2518; }
  .danger_list li::after {
    background: url("images/common/danger_arrow.svg") no-repeat;
    background-position: top left;
    background-size: 24px;
    content: "";
    position: absolute;
    width: 24px;
    height: 20px;
    bottom: 20px;
    left: 28px; }
  .danger_list li .n_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #2C2518;
    z-index: 3; }
    .danger_list li .n_box .f_n {
      display: none; }
  .danger_list li:nth-child(1) .n_box {
    background: url("images/common/danger_1.png") no-repeat;
    background-position: center;
    background-size: cover; }
  .danger_list li:nth-child(2) .n_box {
    background: url("images/common/danger_2.png") no-repeat;
    background-position: center;
    background-size: cover; }
  .danger_list li:nth-child(3) .n_box {
    background: url("images/common/danger_3.png") no-repeat;
    background-position: center;
    background-size: cover; }
  .danger_list li:nth-child(4) .n_box {
    background: url("images/common/danger_4.png") no-repeat;
    background-position: center;
    background-size: cover; }
  .danger_list li:nth-child(5) .n_box {
    background: url("images/common/danger_5.png") no-repeat;
    background-position: center;
    background-size: cover; }
  .danger_list li .text_box {
    padding-top: 17px;
    width: calc(100% - 360px); }
    .danger_list li .text_box .flow_title {
      margin-top: 0;
      font-size: 32px; }
    @media screen and (max-width: 768px) {
      .danger_list li .text_box .flow_title {
        margin-top: 0;
        font-size: 28px; } }
    .danger_list li .text_box p {
      line-height: 2; }
      .danger_list li .text_box p.red_text {
        color: #D4313B; }
  .danger_list li .img_box {
    width: 300px; }
  @media screen and (max-width: 890px) {
    .danger_list li .text_box {
      width: calc(100% - 260px); }
    .danger_list li .img_box {
      width: 200px; } }
  @media screen and (max-width: 768px) {
    .danger_list li .text_box {
      width: 100%; }
    .danger_list li .img_box {
      width: 100%; } }
  .danger_list li:last-child {
    padding-bottom: 20px !important; }
    .danger_list li:last-child::before {
      content: none; }
    .danger_list li:last-child::after {
      content: none; }
@media screen and (max-width: 768px) {
  .danger_list li {
    padding-left: 80px !important; }
    .danger_list li::before {
      left: 30px; }
    .danger_list li::after {
      left: 19px; }
    .danger_list li .n_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #2C2518;
      z-index: 3; }
      .danger_list li .n_box .f_n {
        text-align: center !important;
        color: #fff;
        font-size: 16px !important;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.4;
        padding-top: 8px; } }

.works_cat_list {
  padding-bottom: 25px; }
  .works_cat_list a {
    background: #fff;
    padding: 3px 16px;
    display: inline-block;
    text-decoration: none;
    color: #2C2518;
    margin-right: 20px;
    margin-bottom: 10px; }

.works_card {
  padding-bottom: 20px; }
  .works_card a {
    text-decoration: none;
    color: #2C2518; }
  .works_card .img_box {
    width: 100%;
    padding-bottom: 60%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .works_card .img_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }
  .works_card .text_box h3 {
    font-size: 18px;
    margin: 20px 0; }
  .works_card .text_box .cat_time_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .works_card .text_box .cat_time_box .category-name a {
      background: #fff;
      padding: 3px 16px;
      display: inline-block;
      text-decoration: none;
      color: #2C2518;
      margin-right: 40px; }

.works_ba_area {
  margin-bottom: 60px; }

.works_ba_box {
  margin-bottom: 45px; }
  .works_ba_box .ba_c_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .works_ba_box .ba_c_box .ba_cc_box {
      width: 50%;
      position: relative; }
      .works_ba_box .ba_c_box .ba_cc_box span {
        position: absolute;
        right: 0;
        background: #2C2518;
        color: #fff;
        text-align: center;
        font-size: 17px;
        width: 100px;
        height: 30px;
        line-height: 35px;
        font-family: "Josefin Sans", sans-serif; }
      .works_ba_box .ba_c_box .ba_cc_box:first-child span {
        left: 0;
        right: auto; }
    @media screen and (max-width: 768px) {
      .works_ba_box .ba_c_box .ba_cc_box {
        width: 100%; } }

.top_works_w_box {
  max-width: 1080px;
  margin: 65px auto 0; }

.works_slideimg_box {
  position: relative; }
  .works_slideimg_box h3 {
    position: absolute;
    font-size: 48px;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 3;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    padding: 40px;
    margin: 0;
    line-height: 1; }
  .works_slideimg_box .img_box {
    width: 100%;
    padding-bottom: 66%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .works_slideimg_box .img_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s;
      transition: all ease .3s; }
  .works_slideimg_box h4 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 40px;
    margin: 0; }
  .works_slideimg_box .slide_link_btn {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    right: 40px;
    color: #fff; }
    .works_slideimg_box .slide_link_btn a {
      color: #fff;
      text-decoration: none;
      width: 180px;
      height: 36px;
      display: block;
      border-bottom: 1px solid #fff;
      font-size: 14px;
      background: url("images/home/right_h_arrow.svg") no-repeat;
      background-size: 13px;
      background-position: center right 5px;
      line-height: 36px;
      padding-right: 30px; }
      .works_slideimg_box .slide_link_btn a .swiper-pagination {
        margin-right: 12px; }
    @media screen and (min-width: 768px) {
      .works_slideimg_box .slide_link_btn a:hover {
        background: url("images/home/right_h_arrow.svg") no-repeat;
        background-size: 13px;
        background-position: center right 0; } }

@media screen and (max-width: 768px) {
  .works_slideimg_box {
    position: relative;
    margin-bottom: 15px; }
    .works_slideimg_box h3 {
      font-size: 30px;
      padding: 15px; }
    .works_slideimg_box h4 {
      padding: 15px;
      font-size: 12px;
      bottom: 30px; }
    .works_slideimg_box .slide_link_btn {
      position: absolute;
      z-index: 3;
      bottom: 15px;
      left: 15px;
      right: auto;
      color: #fff; }
      .works_slideimg_box .slide_link_btn a {
        color: #fff;
        text-decoration: none;
        width: 180px;
        height: 36px;
        display: block;
        border-bottom: 1px solid #fff;
        font-size: 12px;
        background: url("images/home/right_h_arrow.svg") no-repeat;
        background-size: 10px;
        background-position: center right 5px;
        line-height: 36px; }
        .works_slideimg_box .slide_link_btn a .swiper-pagination {
          margin-right: 12px; } }
/* ---------------------------------------------------------------- */
/* タブ切り替え  */
/* ---------------------------------------------------------------- */
.tab-wrap {
  margin-top: 50px; }
  .tab-wrap.type1 .tab-area {
    display: flex;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    position: relative; }
    .tab-wrap.type1 .tab-area::before {
      position: absolute;
      content: "";
      bottom: -1px;
      left: -1000px;
      width: 1000px;
      height: 1px;
      background: #fff; }
    .tab-wrap.type1 .tab-area::after {
      position: absolute;
      content: "";
      bottom: -1px;
      right: -1000px;
      width: 1000px;
      height: 1px;
      background: #fff; }
    .tab-wrap.type1 .tab-area .tab-btn {
      font-size: 12px;
      font-weight: 500;
      padding: 0 16.5px 7.5px;
      cursor: pointer;
      color: #BBB7B0; }
      .tab-wrap.type1 .tab-area .tab-btn.show {
        color: #fff;
        border-bottom: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .tab-wrap.type1 .tab-area {
      justify-content: space-between; }
      .tab-wrap.type1 .tab-area .tab-btn {
        padding: 0 4.5px 7.5px; } }

.tab-contents {
  display: none; }

.tab-contents.show {
  display: block; }

.column_column_card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px; }
  .column_column_card .text_box {
    padding: 30px; }
    .column_column_card .text_box h3 {
      margin: 0 0 50px;
      font-weight: 400; }
      .column_column_card .text_box h3 a {
        text-decoration: none;
        font-size: 20px; }
    .column_column_card .text_box .newscat_item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .column_column_card .text_box .newscat_item .category-name {
        font-size: 12px;
        color: #BBB7B0;
        text-decoration: none; }
      .column_column_card .text_box .newscat_item time {
        font-size: 12px;
        color: #BBB7B0; }
  .column_column_card .img_box {
    margin: 0;
    width: 100%;
    padding-bottom: 56%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .column_column_card .img_box img {
      margin: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }

.sp_mb10 {
  margin-bottom: 10px !important; }

@media screen and (max-width: 767px) {
  .sp_mb10 {
    margin-bottom: 10px !important; } }
.indent {
  text-indent: -1em;
  padding-left: 1em; }

.min-height55 {
  min-height: 55px; }

.works-Swiper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path .3s ease-in-out;
  opacity: 1 !important; }
  .works-Swiper .swiper-slide .img_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: linear-gradient(rgba(44, 37, 24, 0), rgba(44, 37, 24, 0.5));
    z-index: 3;
    pointer-events: none; }
.works-Swiper .swiper-slide.swiper-slide-next .img_box {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
.works-Swiper .swiper-slide.swiper-slide-active .img_box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.custom-pagination {
  display: inline;
  margin-right: 10px; }

.scroll-box {
  margin-top: 20px;
  height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background-color: #fff; }

#fixedBtn_sss {
  position: fixed;
  right: 0;
  top: 195px;
  z-index: 5;
  width: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s; }
  #fixedBtn_sss.fixedsp {
    opacity: 1;
    pointer-events: auto; }
  #fixedBtn_sss ul {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    margin: 0; }
    #fixedBtn_sss ul li {
      list-style: none;
      margin-bottom: 10px; }
      #fixedBtn_sss ul li a {
        border-radius: 4px 0 0 4px;
        width: 50px;
        padding: 13px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        display: block; }
        #fixedBtn_sss ul li a.mail {
          background: #333333;
          border: 1px solid #333333; }
          #fixedBtn_sss ul li a.mail:hover {
            color: #333333;
            background: #eee;
            border: 1px solid #eee;
            transition: all ease .3s; }
        #fixedBtn_sss ul li a.qa {
          background: #fff;
          border: 1px solid #fff;
          color: #333333; }
          #fixedBtn_sss ul li a.qa:hover {
            color: #fff;
            background: #444;
            border: 1px solid #444;
            transition: all ease .3s; }
        #fixedBtn_sss ul li a.line {
          background: #2E8159;
          border: 1px solid #2E8159; }
          #fixedBtn_sss ul li a.line::before {
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("images/home/l_icon2.svg");
            background-repeat: no-repeat;
            background-size: 20px;
            display: inline-block;
            margin-bottom: 7px; }
          #fixedBtn_sss ul li a.line:hover {
            color: #2E8159;
            background: #fff;
            border: 1px solid #ffffff;
            transition: all ease .3s; }
            #fixedBtn_sss ul li a.line:hover::before {
              background-image: url("images/home/l_icon3.svg");
              background-repeat: no-repeat;
              background-size: 20px; }

@media screen and (max-width: 767px) {
  #fixedBtn_sss {
    display: none; } }
