@charset "UTF-8";
/*
Theme Name: estate
Description: 建築系サイト用デザインテンプレート
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
*, *:before, *:after {
  box-sizing: border-box; }

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

body {
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

main {
  display: block;
  overflow: hidden; }

address {
  font-style: normal; }

.fontSerif {
  font-family: "Noto Sans JP", sans-serif; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.alert {
  color: #fb8d00; }

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

.main-color {
  color: #07913b; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .spmt20 {
    margin-top: 20px; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1211px) {
    .container {
      max-width: 970px; }
      .container._max1040 {
        max-width: 1040px; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; }
      .container._max1040 {
        max-width: none; } }
  @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; }

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

.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; }

.fs32 {
  font-size: 32px !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; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !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: #333;
  text-decoration: underline;
  transition: all ease .3s; }
  @media print, screen and (min-width: 768px) {
    a:hover, a:focus {
      color: #333;
      text-decoration: none;
      transition: all ease .3s; }
    a:focus, a:active, a:hover {
      outline: 0;
      text-decoration: none; } }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.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: 30px; }
  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: 30px !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 0; }
  .btnWrap.center {
    text-align: center; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 1.5;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  max-width: 290px;
  border-radius: 50px;
  border: 1px solid #07913b;
  color: #fff;
  background: #07913b;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn.reverse {
    color: #07913b;
    background: #fff; }
  .btn.arrow, .btn.arrowReverse {
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2)); }
    .btn.arrow:after, .btn.arrowReverse:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 8px;
      height: 10px;
      background-size: 8px 10px;
      background-position: center;
      transition: .3s ease-in; }
  .btn.arrow:after {
    background: url("images/common/btn-arrow.svg") no-repeat; }
  .btn.arrowReverse {
    color: #07913b !important;
    background: #fff; }
    .btn.arrowReverse:after {
      background: url("images/common/btn-arrow_b.svg") no-repeat; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #CA1633;
    border-color: #CA1633;
    color: #fff; }
    .btn.type2:after {
      color: #fff; }
  @media print, screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      color: #07913b !important;
      background: #fff; }
    .btn.reverse:hover, .btn.reverse:focus {
      color: #fff !important;
      background: #07913b; }
    .btn.arrow:hover:after, .btn.arrow:focus:after {
      background: url("images/common/btn-arrow_b.svg") no-repeat;
      background-size: 8px 10px;
      background-position: center; }
    .btn.arrowReverse {
      border: 2px solid #07913b; }
      .btn.arrowReverse:hover, .btn.arrowReverse:focus {
        color: #fff !important;
        background: #07913b;
        border: 2px solid #fff; }
        .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
          background: url("images/common/btn-arrow.svg") no-repeat;
          background-size: 8px 10px;
          background-position: center; }
    .btn.max600 {
      max-width: 600px;
      height: 84px;
      font-size: 22px;
      margin-top: 40px; }
    .btn.btnLeft {
      margin: 0 auto 0 0; }
    .btn.btnRight {
      margin: 0 0 0 auto; }
    .btn.btnCenter {
      margin-left: auto;
      margin-right: auto; }
    .btn.type2:hover {
      background: #07913b;
      border-color: #07913b;
      color: #fff; }
      .btn.type2:hover:after {
        color: #fff; } }

.txt-btn {
  color: #07913b;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 0;
  padding-right: 70px;
  position: relative;
  border-bottom: 1px solid #07913b;
  padding-bottom: 7.5px;
  text-decoration: none; }
  .txt-btn::after {
    content: "";
    background: url("images/common/arrow_type2.svg") no-repeat center/16px 12px;
    width: 16px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    transition: .3s ease-in; }
  @media print, screen and (min-width: 768px) {
    .txt-btn:hover, .txt-btn:focus {
      color: #333;
      border-bottom: 1px solid #333; }
      .txt-btn:hover::after, .txt-btn:focus::after {
        background: url("images/common/arrow_type2_bk.svg") no-repeat center/16px 12px;
        right: 0;
        transition: .3s ease-in; } }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap .columnBox {
  max-width: 780px;
  margin: 0 auto; }

.column2Wrap {
  display: grid;
  gap: 30px; }
  .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 ); }

.column3Wrap,
.column4Wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.column3Wrap {
  gap: 20px; }

.column4Wrap {
  gap: 7px; }

.columnBox img {
  width: 100%;
  max-width: 100%; }
.columnBox p:last-of-type {
  margin-bottom: 0; }
.columnBox.square {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 12px; }
  .columnBox.square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.single-postPage .column2Wrap {
  gap: 0 30px; }

@media screen and (min-width: 1025px) {
  .column3Wrap {
    grid-template-columns: repeat(3, 1fr); }

  .column4Wrap {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap {
    grid-template-columns: repeat(3, 1fr); }

  .column4Wrap {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 768px) {
  .column2Wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
    .column2Wrap.pc3_7 {
      grid-template-columns: 300px 1fr;
      gap: 30px; }
      .column2Wrap.pc3_7 .columnBox:nth-of-type(odd) {
        grid-column: 1/2; }
      .column2Wrap.pc3_7 .columnBox:nth-of-type(even) {
        grid-column: 2/3; }
      .column2Wrap.pc3_7 .columnBox.square {
        padding-bottom: 0;
        height: 300px; }
    .column2Wrap.pc7_3 {
      grid-template-columns: 1fr 300px;
      gap: 30px; }
      .column2Wrap.pc7_3 .columnBox:nth-of-type(odd) {
        grid-column: 1/2; }
      .column2Wrap.pc7_3 .columnBox:nth-of-type(even) {
        grid-column: 2/3; }
      .column2Wrap.pc7_3 .columnBox.square {
        padding-bottom: 0;
        height: 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 ); } }
@media screen and (max-width: 767px) {
  .column2Wrap.countwrap {
    gap: 0; }
    .column2Wrap.countwrap .margin-box {
      margin: 20px 0 40px; }
  .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 {
    gap: 11px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: ease-in .1s;
  z-index: 5; }
  #header .container {
    padding-left: 15px;
    padding-right: 15px; }
  #header #headerCnt {
    height: 80px;
    width: 100%;
    margin: 0 auto; }
    #header #headerCnt .headerCnt-inr .logoArea {
      flex-basis: 200px;
      width: 200px;
      align-self: center; }
      #header #headerCnt .headerCnt-inr .logoArea h1 {
        margin: 0; }
      #header #headerCnt .headerCnt-inr .logoArea a {
        display: block;
        text-decoration: none; }
        #header #headerCnt .headerCnt-inr .logoArea a .logo {
          display: flex;
          align-items: center;
          justify-content: center; }
          #header #headerCnt .headerCnt-inr .logoArea a .logo img {
            width: 200px; }
        #header #headerCnt .headerCnt-inr .logoArea a .logo_fixed {
          display: none; }
    #header #headerCnt .headerCnt-inr .tel-item {
      display: none; }
    #header #headerCnt.fixed {
      height: 60px;
      transition: ease-in .1s;
      background: #fff; }
      #header #headerCnt.fixed .headerCnt-inr .logoArea a .logo {
        display: none; }
      #header #headerCnt.fixed .headerCnt-inr .logoArea a .logo_fixed {
        display: flex;
        justify-content: center;
        align-items: center; }
        #header #headerCnt.fixed .headerCnt-inr .logoArea a .logo_fixed img {
          width: 200px; }
  @media screen and (max-width: 1024px) {
    #header #headerCnt {
      position: relative; }
      #header #headerCnt .headerCnt-inrsp {
        display: grid;
        grid-template-columns: auto 35px;
        align-items: center;
        height: 80px; }
      #header #headerCnt .headerCnt-inr {
        grid-column: 1/2; }
        #header #headerCnt .headerCnt-inr .socials_networking {
          position: absolute;
          right: 15px;
          bottom: -20px;
          top: 75px; }
      #header #headerCnt #drawerNaviWrap {
        grid-column: 2/3; }
      #header #headerCnt.fixed .headerCnt-inrsp {
        height: 60px; }
      #header #headerCnt.fixed .headerCnt-inr .socials_networking {
        display: none; } }
  @media screen and (min-width: 1025px) {
    #header #headerCnt {
      height: 100px; }
      #header #headerCnt .headerCnt-inr {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: 45px auto;
        gap: 15px;
        justify-items: end;
        height: 100px; }
      #header #headerCnt .logoArea {
        grid-column: 1/2;
        grid-row: 1/3; }
      #header #headerCnt .header_item_box {
        grid-column: 2/3;
        grid-row: 1/2; }
      #header #headerCnt .mainNaviArea {
        grid-column: 2/3;
        grid-row: 2/3; }
      #header #headerCnt .logoArea {
        grid-column: 1/2;
        grid-row: 1/3; }
        #header #headerCnt .logoArea a .logo img {
          width: 188px; }
      #header #headerCnt .header_item_box {
        display: flex;
        align-items: end;
        gap: 24px; }
        #header #headerCnt .header_item_box .tel-item {
          display: block; }
          #header #headerCnt .header_item_box .tel-item .btn-box {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 11px 19px 9px;
            text-decoration: none;
            background: #fb8d00;
            border-radius: 0 0 8px 8px;
            min-height: 45px;
            color: #fff; }
            #header #headerCnt .header_item_box .tel-item .btn-box .icon-tel {
              font-weight: 700;
              color: #fff; }
              #header #headerCnt .header_item_box .tel-item .btn-box .icon-tel::before {
                width: 16px;
                height: 16px;
                margin-right: 8px;
                background-size: 16px; }
      #header #headerCnt.fixed {
        height: 60px; }
        #header #headerCnt.fixed .headerCnt-inr {
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #header #headerCnt.fixed .headerCnt-inr .header_item_box {
            display: none; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  justify-content: center; }
  #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
    position: absolute;
    width: 30px;
    height: 12px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn:after {
      content: "MENU";
      position: absolute;
      bottom: -26px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 12px;
      font-weight: 700;
      color: #fff; }
    #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #fff;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span:nth-child(1) {
        top: 0; }
      #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span:nth-child(2) {
        top: 10px; }
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -375px;
  bottom: 0;
  width: 375px;
  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: 50px; }
  #drawerNaviWrap .drawer-nav ul {
    margin: 0;
    padding: 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;
        padding: 10px 0;
        transition-duration: 0.2s;
        font-weight: bold;
        color: #333; }
      #drawerNaviWrap .drawer-nav ul li.children {
        overflow: hidden; }
        #drawerNaviWrap .drawer-nav ul li.children > a {
          position: relative;
          width: calc( 100% - 40px ); }
        #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 #333 #333;
            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; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
            min-height: inherit;
            display: block;
            padding: 8px 15px 8px 27px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
            border: none; }
#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 .drawerNaviBtnWrap .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
#drawerNaviWrap.open .drawerNavClose {
  line-height: 1;
  color: #333;
  position: fixed;
  top: 20px;
  right: 17px;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5; }
  #drawerNaviWrap.open .drawerNavClose span {
    position: absolute;
    top: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: .8; }
  #drawerNaviWrap.open .drawerNavClose:after {
    content: "MENU";
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold; }
#drawerNaviWrap.open .socials_networking {
  justify-content: center; }
#drawerNaviWrap.open .drawer_information {
  margin: 30px 0; }
  #drawerNaviWrap.open .drawer_information .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #07913b;
    border-radius: 75px;
    height: 80px;
    color: #fff;
    text-decoration: none; }
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
  padding: 0 26px; }
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 11; }

.fixed #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn:after {
  color: #333; }
.fixed #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span {
  background-color: #333; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none; }

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0; }
  #mainNaviArea #mainNavi {
    padding: 0; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-end;
      gap: 24px;
      height: 40px; }
      #mainNaviArea #mainNavi ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        position: relative; }
        #mainNaviArea #mainNavi ul > li a {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          justify-content: center;
          font-size: 14px;
          color: #fff;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2; }
          #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
            cursor: pointer; }
          #mainNaviArea #mainNavi ul > li a span {
            flex-basis: 100%;
            font-size: 12px; }
        #mainNaviArea #mainNavi ul > li.children::after {
          content: "";
          background: url(images/common/down_arrow.svg) no-repeat center/8px 4px;
          width: 8px;
          height: 4px;
          margin-left: 8px; }
        #mainNaviArea #mainNavi ul > li.current {
          border-bottom: 2px solid #fff; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu {
          position: absolute;
          top: 30px;
          left: 0;
          display: block;
          z-index: 0;
          padding: 0;
          margin: 0;
          height: 0;
          width: 270px;
          background-color: #07913b; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li {
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 0;
            width: 100%; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li.menu-item a {
              color: #333; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li.menu-item.current {
              border-bottom: none; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
              margin: 0;
              opacity: 0;
              padding: 0 10px;
              font-size: 14px;
              display: block;
              position: relative;
              font-weight: 700; }
        #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: 5;
            height: auto;
            opacity: 1;
            padding: 13px;
            border-radius: 4px;
            background: #07913b; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
              min-height: 37px;
              opacity: 1; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li + li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li + li {
                padding-top: 5px; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                padding: 10px;
                height: 100%;
                opacity: 1;
                display: flex;
                transition: .3s ease-in-out;
                justify-content: flex-start !important;
                align-items: center !important;
                background-color: #fff;
                border-radius: 4px; }
                #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 {
                  background: #fff; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a::before, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a::before {
                  content: "";
                  width: 8px;
                  height: 1px;
                  margin-right: 5px;
                  background-color: #07913b; }
        #mainNaviArea #mainNavi ul > li.current-menu-item > a {
          color: #E4F7FA !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
            color: #E4F7FA !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: #E4F7FA !important; }
        #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
          color: #E4F7FA !important;
          background: #fff; }

.fixed #mainNaviArea #mainNavi ul {
  height: 60px;
  align-items: center; }
  .fixed #mainNaviArea #mainNavi ul > li {
    display: flex;
    align-items: center; }
    .fixed #mainNaviArea #mainNavi ul > li a {
      color: #333; }
    .fixed #mainNaviArea #mainNavi ul > li ul.sub-menu {
      top: 55px; }
  .fixed #mainNaviArea #mainNavi ul > .current {
    border-bottom: 2px solid #07913b; }

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

  #drawerNaviWrap {
    display: block; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  padding: 150px 0 145px; }
  #footer .footer_item_wrap .footerCntWrap .footer-company-info {
    line-height: 2; }
    #footer .footer_item_wrap .footerCntWrap .footer-company-info p {
      margin: 0; }
  #footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li {
    margin-bottom: 10px; }
    #footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li > a {
      display: flex; }
      #footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li > a::before {
        content: "";
        background: url("images/common/btn-arrow_bk.svg") no-repeat center/8px 10px;
        width: 8px;
        height: 10px;
        display: block;
        flex-shrink: 0;
        margin-right: 10px;
        margin-top: 6px; }
    #footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li a {
      text-decoration: none;
      font-size: 14px; }
    #footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li .sub-menu {
      margin-top: 10px;
      padding-left: 1em; }
  #footer .footer_item_wrap .footerLinkWrap {
    width: 240px; }
    #footer .footer_item_wrap .footerLinkWrap .socials_networking {
      margin-top: 30px;
      justify-content: center; }
  #footer #copyright {
    text-align: center; }
    #footer #copyright p {
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
  @media screen and (max-width: 767px) {
    #footer .footer_item_wrap {
      margin-bottom: 60px;
      text-align: center; }
      #footer .footer_item_wrap .footerCntWrap {
        margin-bottom: 37px; }
        #footer .footer_item_wrap .footerCntWrap .footer-logo {
          margin-bottom: 20px; }
      #footer .footer_item_wrap .footerNaviWrap {
        display: none; }
      #footer .footer_item_wrap .footerLinkWrap {
        margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    #footer {
      padding: 150px 0 90px; }
      #footer .footer_item_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 125px;
        gap: 30px 35px; }
        #footer .footer_item_wrap .footerCntWrap {
          display: flex;
          gap: 50px; } }

/* ---------------------------------------------------------------- */
/* コンタクトエリア */
/* ---------------------------------------------------------------- */
#contactArea {
  padding: 68px 0 60px;
  background: url("images/home/bc_contactus.jpg") no-repeat center/cover;
  position: relative;
  color: #fff; }
  #contactArea a {
    text-decoration: none; }
  #contactArea::after {
    width: 296px;
    height: 40px;
    background: url("images/home/contactus.svg") no-repeat center/cover; }
  #contactArea .top-titleh3 {
    margin-bottom: 10px; }
  #contactArea .desc-txt {
    text-align: center;
    margin: 0 0 20px; }
  #contactArea .contact-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 17px; }
    #contactArea .contact-item .contact-box {
      border: 1px solid #fff;
      border-radius: 10px;
      padding: 17px 3px 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px 35px; }
      #contactArea .contact-item .contact-box .desc-box {
        font-size: 14px;
        font-weight: 500; }
        #contactArea .contact-item .contact-box .desc-box span {
          font-size: 10px; }
  #contactArea .contactArea-tel {
    margin: 20px 0;
    text-align: center; }
    #contactArea .contactArea-tel .btn-box .icon-tel {
      color: #fff;
      flex-direction: column;
      gap: 10px; }
      #contactArea .contactArea-tel .btn-box .icon-tel::before {
        width: 32px; }
  @media screen and (max-width: 1024px) {
    #contactArea .contact-item .contact-box {
      flex-direction: column; }
      #contactArea .contact-item .contact-box .desc-box {
        text-align: center; } }
  @media screen and (min-width: 1025px) {
    #contactArea {
      padding: 120px 0; }
      #contactArea::after {
        width: 755px;
        height: 102px; }
      #contactArea .top-titleh3 {
        margin-bottom: 12px; }
      #contactArea .desc-txt {
        font-size: 22px; }
      #contactArea .contact-item {
        gap: 20px;
        margin-bottom: 20px; }
        #contactArea .contact-item .contact-box {
          border: 1px solid #fff;
          border-radius: 10px;
          padding: 30px; }
          #contactArea .contact-item .contact-box .desc-box {
            font-size: 18px; }
            #contactArea .contact-item .contact-box .desc-box span {
              font-size: 14px; } }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  top: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
  #pagetopArea a {
    width: 30px;
    height: 30px;
    display: block; }
    #pagetopArea a::before {
      content: "";
      background: url("images/common/page_top.svg") no-repeat;
      background-size: 30x;
      background-position: center;
      display: block;
      min-width: 30px;
      height: 30px; }
  @media screen and (min-width: 768px) {
    #pagetopArea {
      top: 60px;
      right: 15%;
      left: auto; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 55px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #8D8D8D;
    width: 20px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: 22px;
    font-weight: bold; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    opacity: .8; }
  .wp-pagenavi span.current {
    color: #333;
    border-bottom: 1px solid #07913b; }
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    width: auto; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
    color: #07913b;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      background: none;
      border: none; }

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnPc ul,
#fixedBtnSp ul {
  margin: 0;
  padding: 0; }
  #fixedBtnPc ul li,
  #fixedBtnSp ul li {
    list-style: none; }

#fixedBtnPc {
  position: fixed;
  right: 0;
  top: 195px;
  z-index: 5;
  width: 50px; }
  #fixedBtnPc ul {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    gap: 10px; }
    #fixedBtnPc 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; }
      #fixedBtnPc ul li a.mail {
        background: #07913b;
        border: 1px solid #07913b; }
        #fixedBtnPc ul li a.mail:hover, #fixedBtnPc ul li a.mail:focus {
          color: #07913b;
          background: #fff;
          transition: all ease .3s; }
      #fixedBtnPc ul li a.qa {
        background: #7ccb4e;
        border: 1px solid #7ccb4e; }
        #fixedBtnPc ul li a.qa:hover, #fixedBtnPc ul li a.qa:focus {
          color: #7ccb4e;
          background: #fff;
          transition: all ease .3s; }
      #fixedBtnPc ul li a.line {
        background: #03C755;
        border: 1px solid #03C755; }
        #fixedBtnPc ul li a.line::before {
          content: "";
          width: 20px;
          height: 20px;
          background-image: url("images/common/icon-line.svg");
          background-repeat: no-repeat;
          background-size: 20px;
          display: inline-block;
          margin-bottom: 7px; }
        #fixedBtnPc ul li a.line:hover, #fixedBtnPc ul li a.line:focus {
          color: #03C755;
          background: #fff;
          transition: all ease .3s; }
          #fixedBtnPc ul li a.line:hover::before, #fixedBtnPc ul li a.line:focus::before {
            background-image: url("images/common/icon-line_gl.svg");
            transition: all ease .3s; }
  @media screen and (max-width: 767px) {
    #fixedBtnPc {
      display: none; } }

#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 4;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #F3C92D; }
  #fixedBtnSpArea.fixed {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0;
      padding: 0;
      height: 60px;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          color: #fff;
          justify-content: space-between;
          align-items: center;
          margin: 0;
          font-size: 12px;
          font-weight: 500;
          text-decoration: none;
          background-repeat: no-repeat;
          background-size: auto 20px;
          background-position: center 10px;
          padding: 11px 5px 6px; }
          #fixedBtnSpArea #fixedBtnSp ul li a::before {
            content: "";
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: 20px; }
          #fixedBtnSpArea #fixedBtnSp ul li a.line {
            background-color: #03C755; }
            #fixedBtnSpArea #fixedBtnSp ul li a.line::before {
              background-image: url("images/common/icon-line.svg"); }
          #fixedBtnSpArea #fixedBtnSp ul li a.mail {
            padding: 14px 15px 6px;
            background-color: #07913b; }
            #fixedBtnSpArea #fixedBtnSp ul li a.mail::before {
              background-image: url("images/common/icon-mail.svg"); }
          #fixedBtnSpArea #fixedBtnSp ul li a.house {
            background-color: #e78f00; }
            #fixedBtnSpArea #fixedBtnSp ul li a.house::before {
              background-image: url("images/common/icon-house.svg"); }
          #fixedBtnSpArea #fixedBtnSp ul li a.tel {
            background-color: #7ccb4e; }
            #fixedBtnSpArea #fixedBtnSp ul li a.tel::before {
              background-image: url("images/common/icon-tel_w.svg"); }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

#page-fixed-wrap {
  width: 100%;
  height: 80px;
  opacity: 0;
  z-index: 4;
  position: fixed;
  bottom: -80px;
  transition: .6s;
  background-color: #fff;
  display: none;
  padding: 0 15px; }
  #page-fixed-wrap.hidden {
    display: none; }
  #page-fixed-wrap.fixed {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #page-fixed-wrap .page-fixed-inr {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    height: 80px; }
    #page-fixed-wrap .page-fixed-inr a {
      text-decoration: none; }
    #page-fixed-wrap .page-fixed-inr .icon-tel {
      font-size: 24px; }
      #page-fixed-wrap .page-fixed-inr .icon-tel::before {
        background-size: 24px;
        margin-right: 5px; }
    #page-fixed-wrap .page-fixed-inr .btn-box a {
      width: 240px;
      height: 50px;
      background: #fb8d00;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    #page-fixed-wrap .page-fixed-inr .close-btn {
      font-size: 12px;
      color: #fff;
      padding: 1px 6px;
      background: #707070;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
  @media screen and (max-width: 1030px) {
    #page-fixed-wrap .page-fixed-inr .logo {
      width: 125px; }
    #page-fixed-wrap .page-fixed-inr .btn-box a {
      width: 190px; }
    #page-fixed-wrap .page-fixed-inr .icon-tel {
      font-size: 13px; }
    #page-fixed-wrap .page-fixed-inr .time-txt {
      font-size: 10px !important; }
    #page-fixed-wrap .page-fixed-inr .desc-txt {
      font-size: 10px !important; } }
  @media screen and (max-width: 960px) {
    #page-fixed-wrap .container {
      padding: 0 15px; }
    #page-fixed-wrap .page-fixed-inr .icon-tel {
      font-size: 13px; }
      #page-fixed-wrap .page-fixed-inr .icon-tel::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-right: 5px; }
    #page-fixed-wrap .page-fixed-inr .desc-txt {
      font-size: 10px !important; }
    #page-fixed-wrap .page-fixed-inr .btn-box a {
      width: 175px;
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    #page-fixed-wrap {
      display: block; } }

/* ---------------------------------------------------------------- */
/* タブ切り替え  */
/* ---------------------------------------------------------------- */
.tab-wrap.type1 .tab-area {
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 25px; }
  .tab-wrap.type1 .tab-area .tab-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 0 16.5px 7.5px;
    cursor: pointer; }
    .tab-wrap.type1 .tab-area .tab-btn.show {
      color: #07913b;
      border-bottom: 1px solid #07913b; }
@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; }

/* ---------------------------------------------------------------- */
/* スライダー共通  */
/* ---------------------------------------------------------------- */
.prev-nextWrap {
  width: 72px;
  display: flex;
  position: absolute;
  top: 23px;
  right: 0; }

.swiper-button-prev,
.swiper-button-next {
  background-size: cover; }

.swiper-button-prev {
  background-image: url("images/common/btn_prev.svg"); }

.swiper-button-next {
  background-image: url("images/common/btn_next.svg"); }

.swiper-button-prev._type1,
.swiper-button-next._type1 {
  width: 36px;
  height: 36px;
  position: initial;
  background-size: 36px; }

.swiper-button-prev._type2,
.swiper-button-next._type2 {
  width: 60px;
  height: 60px;
  border-radius: 9px; }
  @media screen and (max-width: 767px) {
    .swiper-button-prev._type2,
    .swiper-button-next._type2 {
      width: 36px;
      height: 36px;
      border-radius: 6px; } }

.swiper-pagination .swiper-pagination-bullet {
  background: #333;
  opacity: 1;
  width: 6px;
  height: 6px; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #07913b; }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative; }
  #sliderArea .cc-txt-wrap {
    position: absolute;
    bottom: 90px;
    left: 15px;
    z-index: 4; }
    #sliderArea .cc-txt-wrap .cc-txt {
      color: #fff;
      font-size: 24px;
      margin: 0;
      font-size: 14px; }
      #sliderArea .cc-txt-wrap .cc-txt.big {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 10px; }
  #sliderArea .top-fvSwiper_wrap {
    position: relative;
    z-index: 0; }
    #sliderArea .top-fvSwiper_wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(51, 51, 51, 0.2);
      z-index: 2;
      display: block; }
    #sliderArea .top-fvSwiper_wrap .top-fvSwiper {
      position: initial; }
      #sliderArea .top-fvSwiper_wrap .top-fvSwiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
        transition: all ease .3s; }
        #sliderArea .top-fvSwiper_wrap .top-fvSwiper .swiper-wrapper .swiper-slide img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all ease .3s; }
  #sliderArea .fixed_contact {
    position: absolute;
    bottom: -60px;
    right: 15px;
    width: 300px;
    height: 120px;
    background: rgba(51, 51, 51, 0.8);
    padding: 5px;
    z-index: 3; }
    #sliderArea .fixed_contact a {
      text-decoration: none;
      color: #fff;
      width: 100%;
      height: 100%;
      display: block;
      border: #fff solid 1px; }
      #sliderArea .fixed_contact a .fd_contact_inner {
        display: flex;
        align-items: center;
        padding: 10px 5px 10px 5px;
        gap: 12px; }
        #sliderArea .fixed_contact a .fd_contact_inner .fd_contact_imgbox {
          width: 120px;
          flex-shrink: 0; }
        #sliderArea .fixed_contact a .fd_contact_inner .fd_contact_txtbox {
          font-size: 20px;
          font-weight: 500;
          text-align: center; }
          #sliderArea .fixed_contact a .fd_contact_inner .fd_contact_txtbox span {
            font-size: 14px;
            display: block; }
          #sliderArea .fixed_contact a .fd_contact_inner .fd_contact_txtbox::after {
            content: "";
            width: 18px;
            height: 5px;
            background: url("images/common/arrow_type1_w.svg") no-repeat;
            background-size: 18px;
            background-position: center;
            display: block;
            margin: 15.5px auto 0; }
  @media screen and (max-width: 767px) {
    #sliderArea .top-fvSwiper_wrap .top-fvSwiper .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 512px; } }
  @media screen and (min-width: 768px) {
    #sliderArea .cc-txt-wrap {
      bottom: 80px;
      left: 130px; }
      #sliderArea .cc-txt-wrap .cc-txt {
        font-size: 18px; }
        #sliderArea .cc-txt-wrap .cc-txt.big {
          font-size: 48px;
          margin-bottom: 12px; }
    #sliderArea .fixed_contact {
      right: 20px;
      bottom: 20px; } }

/* ---------------------------------------------------------------- */
/* 物件紹介スライダー  */
/* ---------------------------------------------------------------- */
.swiperTop-btn {
  margin-top: -46px; }
  .swiperTop-btn .swiper-container {
    padding-top: 47px; }

/* ---------------------------------------------------------------- */
/* 共通パーツ */
/* ---------------------------------------------------------------- */
.socials_networking {
  display: flex;
  align-items: center;
  gap: 24px 15px; }
  .socials_networking li a {
    display: flex;
    align-items: center; }
  .socials_networking._center {
    justify-content: center; }
  .socials_networking._column {
    flex-direction: column; }

.icon-map {
  display: flex;
  align-items: flex-start; }
  .icon-map::before {
    content: "";
    min-width: 10px;
    height: 14px;
    background: url("images/common/icon-map.svg") no-repeat center/10px 14px;
    margin-top: 4px;
    margin-right: 10px;
    flex-shrink: 0; }

.icon-tel {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.2; }
  .icon-tel::before {
    content: "";
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    background: url("images/common/icon-tel_w.svg") no-repeat center;
    background-size: 24px;
    margin-right: 10px; }
  .icon-tel._black {
    color: #333; }
    .icon-tel._black::before {
      background: url("images/common/icon-tel_b.svg") no-repeat center; }
  .icon-tel._white {
    color: #333; }
    .icon-tel._white::before {
      background: url("images/common/icon-tel_w.svg") no-repeat center; }

.br4,
.br8,
.br12 {
  overflow: hidden; }

.br4 {
  border-radius: 4px; }

.br8 {
  border-radius: 8px; }
  .br8 img {
    width: 100%; }

.br12 {
  border-radius: 12px; }

.bc_color {
  background-color: #7ccb4e;
  padding: 40px 23px; }
  .bc_color .column2Wrap,
  .bc_color .column3Wrap,
  .bc_color .column4Wrap {
    margin-bottom: 0; }

.bc_color {
  background-color: #F8F8F8; }

.bc_color_2 {
  background-color: #E4F7FA; }

.bc_color_3 {
  background-color: rgba(209, 52, 78, 0.1); }

.bc_color_full {
  position: relative; }
  .bc_color_full::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #F8F8F8;
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    position: absolute;
    top: 0;
    z-index: -1;
    display: block; }

.blu-border-box {
  border: 1px solid #07913b;
  padding: 20px 15px; }
  .blu-border-box p:last-child {
    margin-bottom: 0; }

.countwrap {
  counter-reset: number 0; }

.count-item::before {
  counter-increment: number 1;
  content: "" counter(number,decimal-leading-zero) ""; }
.count-item.promise::before {
  content: "Promise " counter(number,decimal-leading-zero) ""; }
.count-item.reason::before {
  content: "Reason " counter(number,decimal-leading-zero) ""; }

.pc-pd90 {
  padding: 90px 0; }

.shadow {
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2)); }

.scroll-box {
  height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background-color: #F3F3F3; }

.scroll_bar::-webkit-scrollbar {
  width: 7px; }

.scroll_bar::-webkit-scrollbar-track {
  box-shadow: 0 0 5px #fff inset;
  border-radius: 5px; }

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 5px; }

@media screen and (min-width: 768px) {
  .icon-tel {
    font-size: 34px; }
    .icon-tel::before {
      height: 32px;
      background-size: 32px;
      transition: all ease .3s; }

  .bc_color_sub {
    padding: 40px; }

  .blu-border-box {
    padding: 20px; } }
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
.top-titlebox {
  margin-bottom: 40px; }

.top-titleh2 {
  font-size: 18px;
  display: flex;
  margin-top: 0;
  transform: rotate(0.03deg); }
  .top-titleh2::before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
    background-image: url("images/common/icon-circle.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 3px 10px 0 0; }
  .top-titleh2.white {
    color: #fff; }

.top-titleh3 {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  transform: rotate(0.03deg); }
  .top-titleh3.white {
    color: #fff; }
  .top-titleh3.center {
    text-align: center; }
  .top-titleh3.bottom-line::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #07913b;
    display: block;
    margin-top: 20px; }
  .top-titleh3.center.bottom-line::after {
    margin: 18px auto 0; }

.top-titleh4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 1.2;
  font-weight: 500;
  transform: rotate(0.03deg); }
  .top-titleh4.white {
    color: #fff; }
  .top-titleh4::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #07913b;
    display: block;
    margin-bottom: 17px; }

.bc-wrap {
  background: url("images/home/bc_contactus.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .bc-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 64, 51, 0.9);
    z-index: -1; }
  .bc-wrap::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 1;
    display: block; }

@media screen and (min-width: 768px) {
  .top-titleh3 {
    font-size: 28px; }
    .top-titleh3.center.bottom-line::after {
      margin: 20px auto 0; }

  .top-titleh4 {
    font-size: 22px;
    margin-bottom: 27px; } }
#indexPage a {
  text-decoration: none; }
#indexPage #aboutArea {
  position: relative;
  overflow: hidden;
  padding: 120px 0 60px;
  z-index: 0; }
  #indexPage #aboutArea::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    display: block; }
  #indexPage #aboutArea .top-titleh2 {
    margin-bottom: 20px; }
  #indexPage #aboutArea .top-titleh3 {
    margin-bottom: 20px;
    font-size: 24px; }
  #indexPage #aboutArea .desc-wrap {
    display: grid; }
    #indexPage #aboutArea .desc-wrap .desc-txt {
      margin: 0 0 27px; }
    #indexPage #aboutArea .desc-wrap .img-box {
      text-align: center; }
      #indexPage #aboutArea .desc-wrap .img-box img {
        max-width: 300px; }
#indexPage #sellArea {
  background: #F8F8F8;
  padding: 60px 0; }
  #indexPage #sellArea .top-titleh2 {
    margin-bottom: 20px; }
  #indexPage #sellArea .top-titleh3 {
    margin-bottom: 20px; }
#indexPage #strengthArea {
  margin: 60px 0 30px;
  position: relative; }
  #indexPage #strengthArea::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    background: #F8F8F8;
    width: 100%;
    height: 290px;
    z-index: -1; }
  #indexPage #strengthArea .top-titleh2,
  #indexPage #strengthArea .top-titleh3 {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #indexPage #strengthArea .top-titleh3 {
      margin-bottom: 80px; } }
  #indexPage #strengthArea .thumbnail {
    padding-bottom: 60%;
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2)); }
  #indexPage #strengthArea .swiperStrength {
    margin-top: -56px; }
    #indexPage #strengthArea .swiperStrength .swiper-topStrength {
      padding-top: 56px;
      overflow: initial; }
  #indexPage #strengthArea .strength-wrapper .strength-postBox .item .item-title {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 16px; }
    #indexPage #strengthArea .strength-wrapper .strength-postBox .item .item-title.count-item::before {
      content: "Why us " counter(number,decimal-leading-zero) "";
      color: #07913b;
      font-size: 12px;
      flex-shrink: 0;
      font-weight: 400;
      margin-right: 10px;
      display: inline-block;
      line-height: 1.2;
      vertical-align: middle; }
  #indexPage #strengthArea .strength-wrapper .strength-postBox .item .desc-txt {
    margin: 0;
    font-size: 14px; }
#indexPage #propertyArea {
  padding: 60px 0 60px; }
  #indexPage #propertyArea .top-titleh2 {
    margin-bottom: 20px; }
  #indexPage #propertyArea .top-titleh3 {
    margin-bottom: 10px; }
#indexPage #reformArea {
  padding: 60px 0;
  background: url("images/home/bc_reform.jpg") no-repeat center/cover; }
  #indexPage #reformArea::after {
    width: 302px;
    height: 40px;
    background: url("images/home/renovation.svg") no-repeat center/cover; }
  #indexPage #reformArea .top-titleh2 {
    margin-bottom: 20px; }
  #indexPage #reformArea .top-titleh3 {
    margin-bottom: 20px; }
  #indexPage #reformArea .desc-txt {
    color: #fff;
    margin-bottom: 20px; }
  #indexPage #reformArea .swiper-topReform .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
    overflow: hidden; }
    #indexPage #reformArea .swiper-topReform .img-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
#indexPage #companyArea {
  padding: 60px 0;
  background: #F8F8F8; }
  #indexPage #companyArea .top-titleh2 {
    margin-bottom: 20px; }
  #indexPage #companyArea .top-titleh3 {
    margin-bottom: 20px; }
  #indexPage #companyArea .companyArea-body {
    display: grid;
    gap: 20px 60px; }
    #indexPage #companyArea .companyArea-body p {
      margin: 0; }
    #indexPage #companyArea .companyArea-body .int-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      gap: 10px 20px; }
      #indexPage #companyArea .companyArea-body .int-wrap .desc-name-txt {
        text-align: right; }
      @media screen and (max-width: 767px) {
        #indexPage #companyArea .companyArea-body .int-wrap .img-box {
          max-width: 180px; } }
#indexPage #newsArea {
  margin: 120px 0 60px; }
  #indexPage #newsArea .top-titleh2 {
    margin-bottom: 30px; }
@media screen and (min-width: 768px) {
  #indexPage #aboutArea {
    padding: 120px 0; }
    #indexPage #aboutArea .top-titleh3 {
      margin-bottom: 42px;
      font-size: 40px; }
    #indexPage #aboutArea .desc-wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto auto;
      column-gap: 40px; }
      #indexPage #aboutArea .desc-wrap .desc-txt {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: 0; }
      #indexPage #aboutArea .desc-wrap .img-box {
        grid-column: 2/3;
        grid-row: 1/3;
        position: relative;
        width: 100%;
        padding-bottom: 79%; }
        #indexPage #aboutArea .desc-wrap .img-box img {
          max-width: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #indexPage #aboutArea .desc-wrap .btnWrap {
        grid-column: 1/2;
        grid-row: 2/3; }
  #indexPage #sellArea {
    padding: 120px 0; }
    #indexPage #sellArea .top-titleh2 {
      margin-bottom: 10px; }
    #indexPage #sellArea .top-titleh3 {
      margin-bottom: 30px; }
  #indexPage #strengthArea {
    margin: 120px 0 30px; }
    #indexPage #strengthArea .top-titleh2 {
      margin-bottom: 10px; }
  #indexPage #propertyArea {
    padding: 120px 0 70px; }
    #indexPage #propertyArea .top-titleh2 {
      margin-bottom: 10px; }
  #indexPage #reformArea {
    padding: 120px 0; }
    #indexPage #reformArea::after {
      width: 783px;
      height: 103px; }
    #indexPage #reformArea .top-titleh2 {
      margin-bottom: 12px; }
    #indexPage #reformArea .top-titleh3 {
      margin-bottom: 40px; }
    #indexPage #reformArea .desc-txt {
      margin-bottom: 40px;
      color: #fff; }
  #indexPage #companyArea {
    padding: 120px 0; }
    #indexPage #companyArea .top-titleh2 {
      margin-bottom: 10px; }
    #indexPage #companyArea .top-titleh3 {
      margin-bottom: 26px; }
    #indexPage #companyArea .companyArea-body {
      grid-template-columns: 1fr 257px; }
      #indexPage #companyArea .companyArea-body .desc-wrap {
        grid-column: 1/2; }
      #indexPage #companyArea .companyArea-body .int-wrap {
        grid-column: 2/3;
        flex-direction: column-reverse; }
  #indexPage #newsArea {
    margin: 120px 0; } }

.aboutArea-bc-area {
  position: absolute;
  top: -100px;
  right: 425px;
  z-index: -2;
  mix-blend-mode: screen;
  transform: rotate(30deg); }
  .aboutArea-bc-area .aboutArea-bc-wrap {
    display: flex;
    gap: 20px; }
    .aboutArea-bc-area .aboutArea-bc-wrap .bc-itme {
      display: grid;
      gap: 20px;
      border-radius: 8px;
      overflow: hidden; }
  @media screen and (max-width: 767px) {
    .aboutArea-bc-area {
      top: 0;
      right: -40px; }
      .aboutArea-bc-area .aboutArea-bc-wrap {
        gap: 12px; }
        .aboutArea-bc-area .aboutArea-bc-wrap .bc-itme {
          gap: 12px; } }

.sell-item-wrap {
  text-decoration: none; }
  .sell-item-wrap.column2 {
    display: grid;
    gap: 10px 20px; }
    .sell-item-wrap.column2 .sell-item-box {
      justify-content: center; }
  .sell-item-wrap .sell-item-box {
    background: #fff;
    border-radius: 8px;
    padding: 22px 15px;
    display: block;
    text-decoration: none; }
    .sell-item-wrap .sell-item-box .sell-item-title .title {
      text-align: center;
      font-weight: 500;
      font-size: 22px;
      margin: 0 0 10px;
      line-height: 1.2; }
      .sell-item-wrap .sell-item-box .sell-item-title .title .en-txt {
        display: block;
        font-weight: 400;
        margin-bottom: 8px; }
    .sell-item-wrap .sell-item-box .sell-item-desc .desc-txt {
      font-size: 14px;
      margin: 0; }
    .sell-item-wrap .sell-item-box .link {
      margin-top: auto;
      text-align: center; }
    .sell-item-wrap .sell-item-box .desc-title {
      font-weight: 500; }
    .sell-item-wrap .sell-item-box.btn_arrow {
      padding: 22px 15px 36px !important;
      background: #fff url("images/sub/btn_arrow.svg") no-repeat center bottom 15px/20px 10px; }
      .sell-item-wrap .sell-item-box.btn_arrow .desc-title {
        margin: 0; }
  @media screen and (max-width: 767px) {
    .sell-item-wrap.column3 {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 10px; }
      .sell-item-wrap.column3 .sell-item-box {
        padding: 30px 15px;
        display: grid;
        grid-template-columns: auto 80px;
        grid-template-rows: 1fr auto auto auto;
        grid-column-gap: 25px;
        text-align: left; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-title {
          grid-column: 1/2;
          grid-row: 1/2; }
          .sell-item-wrap.column3 .sell-item-box .sell-item-title .title {
            text-align: left; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-img {
          width: 80px;
          grid-column: 2/3;
          grid-row: 1/3; }
        .sell-item-wrap.column3 .sell-item-box .desc-title {
          margin: 0 0 10px;
          grid-column: 1/2;
          grid-row: 2/3; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-desc {
          grid-column: 1/3;
          grid-row: 3/4; }
          .sell-item-wrap.column3 .sell-item-box .sell-item-desc .desc-txt {
            margin: 0 0 10px; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-link {
          grid-column: 1/3;
          grid-row: 4/5; }
    .sell-item-wrap .sell-item-box {
      text-align: center; }
      .sell-item-wrap .sell-item-box .sell-item-desc .sell-item-title .title {
        margin-bottom: 8px; }
      .sell-item-wrap .sell-item-box .sell-item-desc .desc-txt {
        margin: 0 0 20px;
        text-align: left; }
      .sell-item-wrap .sell-item-box .sell-item-link {
        text-align: center; }
        .sell-item-wrap .sell-item-box .sell-item-link .link {
          color: #07913b;
          position: relative;
          display: inline-block; }
          .sell-item-wrap .sell-item-box .sell-item-link .link::before {
            content: '';
            background: #07913b;
            display: block;
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 3px;
            transition: all 0.3s ease-in-out; } }
  @media screen and (min-width: 768px) {
    .sell-item-wrap.column2 {
      grid-template-columns: repeat(2, 1fr); }
    .sell-item-wrap.column3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 28px; }
      .sell-item-wrap.column3 .sell-item-box {
        display: flex;
        flex-direction: column;
        padding: 30px; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-title .title {
          margin: 0 0 20px; }
        .sell-item-wrap.column3 .sell-item-box .sell-item-desc .desc-txt {
          margin: 0 0 20px; }
    .sell-item-wrap .sell-item-box {
      display: flex;
      padding: 22px 35px;
      align-items: center;
      justify-content: flex-start;
      gap: 20px 35px;
      min-height: 100px; }
      .sell-item-wrap .sell-item-box.btn_arrow {
        padding: 22px 15px 56px !important;
        background: #fff url("images/sub/btn_arrow.svg") no-repeat center bottom 25px/20px 10px; }
      .sell-item-wrap .sell-item-box .sell-item-title {
        flex-shrink: 0; }
        .sell-item-wrap .sell-item-box .sell-item-title .title {
          margin: 0; }
      .sell-item-wrap .sell-item-box .sell-item-img {
        text-align: center; }
      .sell-item-wrap .sell-item-box .desc-title {
        margin: 27px 0 11px;
        text-align: center; }
      .sell-item-wrap .sell-item-box .sell-item-link {
        margin-top: auto; }
        .sell-item-wrap .sell-item-box .sell-item-link .link {
          flex-shrink: 0;
          background-image: linear-gradient(to right, #07913b, #07913b 50%, #000 50%);
          background-size: 200% 100%;
          background-position: -100%;
          display: inline-block;
          padding: 5px 0;
          position: relative;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          transition: all 0.3s ease-in-out;
          margin-top: 0; }
          .sell-item-wrap .sell-item-box .sell-item-link .link::before {
            content: '';
            background: #07913b;
            display: block;
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            height: 3px;
            transition: all 0.3s ease-in-out; }
      .sell-item-wrap .sell-item-box:hover .sell-item-link .link, .sell-item-wrap .sell-item-box:focus .sell-item-link .link {
        background-position: 0; }
        .sell-item-wrap .sell-item-box:hover .sell-item-link .link::before, .sell-item-wrap .sell-item-box:focus .sell-item-link .link::before {
          width: 100%; } }

@media screen and (min-width: 768px) {
  .home .sell-item-wrap .sell-item-box {
    justify-content: space-around; }
    .home .sell-item-wrap .sell-item-box .sell-item-link {
      margin-top: 0; } }

/* ---------------------------------------------------------------- */
/* アコーディオンメニュー  */
/* ---------------------------------------------------------------- */
.qatitle {
  font-size: 24px;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  font-weight: 400; }
  .qatitle::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #07913b;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 13px; }

.accordion {
  width: 100%; }

.accordion-item {
  border-bottom: #07913b dashed 2px;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .accordion-item._02 {
    margin-bottom: 60px; }

.accordion-title {
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
  position: relative;
  font-size: 20px; }
  .accordion-title::before {
    content: "Q";
    color: #07913b;
    display: inline-block;
    margin-right: 0.8em; }

.accordion-content {
  display: none;
  padding-top: 15px;
  padding-left: 2em;
  position: relative; }
  .accordion-content::before {
    content: "A";
    color: #07913b;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 20px; }

.accordion-content p {
  margin-top: 0; }
  .accordion-content p:last-child {
    margin-bottom: 0; }

/* 矢印 */
.accordion-title::after {
  border-right: solid 2px #07913b;
  border-top: solid 2px #07913b;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 5px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px; }

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg); }

/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease; }
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s 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; }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* 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; }

/* ---------------------------- */
/* 投稿共通 */
/* ---------------------------- */
.thumbnail {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden; }
  .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.tag-name {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .tag-name a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    background: #F5F5F5;
    text-decoration: none; }

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.news-postListWrap .postBox {
  border-bottom: 1px solid #07913b; }
  .news-postListWrap .postBox a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center;
    padding: 15px 0; }
    .news-postListWrap .postBox a .newscat_item {
      max-width: 250px;
      flex-basis: 250px;
      display: flex;
      align-items: center; }
      .news-postListWrap .postBox a .newscat_item time {
        margin-right: 10px; }
      .news-postListWrap .postBox a .newscat_item object {
        display: inline-block;
        width: 100%;
        height: 30px;
        background: #07913b;
        border-radius: 4px;
        max-width: 80px; }
        .news-postListWrap .postBox a .newscat_item object a {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding: 4px 10px 3px;
          font-size: 14px;
          color: #fff;
          text-align: center; }
    .news-postListWrap .postBox a .thumbnail {
      max-width: 90px;
      flex-basis: 90px;
      padding-bottom: 54px; }
    .news-postListWrap .postBox a .permaLinkWrap {
      max-width: calc(100% - 350px);
      flex-basis: calc(100% - 350px); }
      .news-postListWrap .postBox a .permaLinkWrap p {
        margin: 0; }
@media screen and (max-width: 767px) {
  .news-postListWrap .postBox a {
    display: grid;
    grid-template-columns: 1fr 90px;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 13px 10px; }
    .news-postListWrap .postBox a .permaLinkWrap {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      max-width: 100%; }
      .news-postListWrap .postBox a .permaLinkWrap p {
        min-width: 0px;
        text-overflow: ellipsis;
        display: block;
        font-size: 16px;
        overflow: hidden; }
    .news-postListWrap .postBox a .thumbnail {
      grid-column: 2 / 3;
      grid-row: 2 / 3; } }

/* ---------------------------- */
/* 物件紹介 */
/* ---------------------------- */
.property-postListWrap {
  display: grid;
  gap: 50px 20px; }
  .property-postListWrap .postBox a {
    color: #333;
    text-decoration: none; }
  .property-postListWrap .postBox .thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 66.5%;
    overflow: hidden; }
    .property-postListWrap .postBox .thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .property-postListWrap .postBox .blogcat_item {
    display: flex;
    align-items: center;
    padding: 22px 0 16px;
    line-height: 1; }
    .property-postListWrap .postBox .blogcat_item time {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #07913b; }
  @media screen and (min-width: 768px) {
    .property-postListWrap {
      grid-template-columns: repeat(3, 1fr); }
      .property-postListWrap .postBox .blogcat_item {
        padding: 22px 0 21px; } }

.property-postBox {
  position: relative;
  padding-top: 10px; }
  .property-postBox a {
    text-decoration: none; }
  .property-postBox .item p {
    margin-top: 0; }
  .property-postBox .item .permalink,
  .property-postBox .item .price {
    font-weight: 500; }
  .property-postBox .item .price {
    color: #07913b; }
  .property-postBox .category-name {
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 0 0 8px 0;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1; }
  .property-postBox .thumbnail-wrap {
    position: relative; }
    .property-postBox .thumbnail-wrap .thumbnail {
      padding-bottom: 60%; }
    .property-postBox .thumbnail-wrap .label-style {
      position: absolute;
      color: #fff;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 100%;
      z-index: 1; }
      .property-postBox .thumbnail-wrap .label-style.new {
        font-size: 14px;
        width: 50px;
        height: 50px;
        background: #fb8d00;
        top: -10px;
        right: -10px;
        border-radius: 50px; }
      .property-postBox .thumbnail-wrap .label-style.reserv {
        background: rgba(241, 201, 45, 0.8); }
      .property-postBox .thumbnail-wrap .label-style.sold {
        background: rgba(209, 52, 78, 0.8); }
      .property-postBox .thumbnail-wrap .label-style.reserv, .property-postBox .thumbnail-wrap .label-style.sold {
        bottom: 0;
        left: 0;
        border-radius: 0 0 8px 8px; }
      .property-postBox .thumbnail-wrap .label-style.none {
        display: none; }

/* ---------------------------- */
/* 物件紹介 詳細ページ*/
/* ---------------------------- */
.posttop-label-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px; }
  .posttop-label-wrap .posttop-label {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    z-index: 1;
    min-width: 100px;
    border-radius: 4px;
    font-weight: 500;
    height: 32px;
    padding: 0 15px;
    background: #07913b;
    text-decoration: none; }
    .posttop-label-wrap .posttop-label.new {
      background: #fb8d00; }
    .posttop-label-wrap .posttop-label.none {
      display: none; }
    .posttop-label-wrap .posttop-label.post {
      border: 1px solid #07913b;
      color: #07913b;
      background: #fff; }
  @media screen and (min-width: 768px) {
    .posttop-label-wrap a.posttop-label:hover, .posttop-label-wrap a.posttop-label:focus {
      color: #fff;
      background: #07913b; } }

.post-address-box {
  background: #fff;
  border: 6px solid #07913b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px; }
  .post-address-box a {
    text-decoration: none; }
  .post-address-box .price {
    color: #fb8d00;
    font-size: 32px;
    margin-bottom: 10px !important; }
    .post-address-box .price .land_area {
      display: block; }

.icon-item-wrap {
  display: grid;
  gap: 12px; }
  .icon-item-wrap .icon-item-box {
    background: #fff;
    padding: 20px 15px;
    display: grid;
    justify-items: center;
    align-items: center; }
    .icon-item-wrap .icon-item-box .icon-item-img img {
      width: inherit; }
    .icon-item-wrap .icon-item-box .icon-item-img p {
      margin: 10px 0; }
    .icon-item-wrap .icon-item-box .desc-txt {
      margin-bottom: 0;
      text-align: center; }
  @media screen and (min-width: 768px) {
    .icon-item-wrap {
      grid-template-columns: repeat(3, 1fr); } }

.btn-none .btn {
  display: none; }

.free-consultation-bnr {
  background: #07913b;
  padding: 33px 20px;
  color: #fff;
  display: grid;
  align-items: center;
  gap: 20px 40px; }
  .free-consultation-bnr .desc-txt p {
    margin: 0;
    line-height: 1.2; }
  .free-consultation-bnr .desc-txt .txt-big {
    font-size: 28px; }
  .free-consultation-bnr .desc-txt .txt {
    font-size: 16px; }
  .free-consultation-bnr .link-box .tel-item a {
    text-decoration: none;
    color: #fff; }
  .free-consultation-bnr .link-box .tel-item .timg-txt {
    margin-left: 36px; }
  .free-consultation-bnr .link-box .icon-tel {
    font-size: 30px; }
    .free-consultation-bnr .link-box .icon-tel::before {
      width: 24px;
      height: 24px;
      background-size: 24px; }
  .free-consultation-bnr .link-box .btn {
    margin-top: 7px;
    min-width: 290px;
    max-width: none; }
  @media screen and (min-width: 700px) {
    .free-consultation-bnr .desc-txt .txt-big {
      font-size: 46px; }
    .free-consultation-bnr .desc-txt .txt {
      font-size: 20px; } }
  @media screen and (min-width: 700px) and (max-width: 1190px) {
    .free-consultation-bnr .link-box {
      display: flex;
      gap: 40px; }
      .free-consultation-bnr .link-box .tel-item {
        flex-shrink: 0; } }
  @media screen and (min-width: 1190px) {
    .free-consultation-bnr {
      padding: 33px 52px;
      grid-template-columns: 1fr auto; }
      .free-consultation-bnr .desc-txt {
        grid-column: 1/2; }
      .free-consultation-bnr .link-box {
        grid-column: 2/3; } }

/*スライダー系*/
.propert-img {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .propert-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.property-Swiper-area .property-postSwiper-wrap {
  position: relative; }
  .property-Swiper-area .property-postSwiper-wrap .property-postSwiper {
    position: initial; }
    .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-img {
      padding-bottom: 50%; }
    .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img {
      height: 350px; }
      .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img img {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 350px;
        height: auto;
        bottom: 0;
        right: 0;
        margin: 0 auto; }
    .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next, .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0; }
    .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev._type2 {
      left: -11px; }
    .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next._type2 {
      right: -11px; }
    @media screen and (min-width: 768px) {
      .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img {
        height: 470px; }
        .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img img {
          max-height: 470px; }
      .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev._type2 {
        left: -30px; }
      .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next._type2 {
        right: -30px; } }
.property-Swiper-area .property-thumbnail {
  margin-top: 20px; }
  .property-Swiper-area .property-thumbnail .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
    height: 88px; }

.floor_plan_slider-wrap {
  background: #fff;
  padding: 20px 15px; }
  .floor_plan_slider-wrap .floor-planSwiper .swiper-slide .propert-img {
    padding-bottom: 72%; }
    .floor_plan_slider-wrap .floor-planSwiper .swiper-slide .propert-img a {
      position: initial; }
  .floor_plan_slider-wrap .floor-planSwiper .swiper-slide .desc-txt {
    margin: 10px 0 0;
    font-size: 16px; }
  @media screen and (min-width: 768px) {
    .floor_plan_slider-wrap {
      padding: 20px 30px 35px;
      position: relative; }
      .floor_plan_slider-wrap .title-wrap {
        position: absolute;
        top: 0;
        left: 30px;
        background: #fff;
        z-index: 2;
        height: 100%;
        width: 245px; }
        .floor_plan_slider-wrap .title-wrap .titleh2 {
          margin-top: 20px; }
      .floor_plan_slider-wrap .swiperTop-btn {
        width: 100%;
        display: block;
        position: relative; }
        .floor_plan_slider-wrap .swiperTop-btn .floor-planSwiper {
          padding-left: 245px;
          margin: 0 0 0 auto;
          position: initial; }
          .floor_plan_slider-wrap .swiperTop-btn .floor-planSwiper .prev-nextWrap {
            bottom: 0px;
            left: 0px;
            top: inherit;
            right: inherit;
            z-index: 2; } }

/* ---------------------------------------------------------------- */
/* 下層ページ */
/* ---------------------------------------------------------------- */
/* 下層ページ ページタイトル*/
.page_mvWrap {
  position: relative;
  margin-bottom: 20px; }
  .page_mvWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .page_mvWrap .thumbnail {
    position: relative;
    width: 100%;
    height: 322px;
    overflow: hidden;
    border-radius: 0; }
    .page_mvWrap .thumbnail img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page_mvWrap .pageTitle {
    position: absolute;
    bottom: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
    .page_mvWrap .pageTitle .pageTitle--jp {
      font-weight: 700;
      font-size: 32px;
      color: #fff;
      text-align: center;
      padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .page_mvWrap .pageTitle {
      width: calc(100% - 50px); }
      .page_mvWrap .pageTitle .pageTitle--jp {
        font-size: 26px; } }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.tmc-breadcrumbs {
  margin-bottom: 60px; }
  .tmc-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    line-height: 1.4em;
    list-style: none;
    padding: 0 !important; }
  .tmc-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 8px; }
  .tmc-breadcrumbs__link {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px; }
    .tmc-breadcrumbs__link:hover {
      color: #07913b !important;
      text-decoration: underline !important; }
  @media screen and (max-width: 767px) {
    .tmc-breadcrumbs {
      margin-bottom: 50px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
#cnts {
  margin-bottom: 120px; }

.postPage #postCnt {
  min-height: 300px; }
.postPage .titleh2,
.postPage .titleh3,
.postPage .titleh4,
.postPage .titleh5,
.postPage .titleh6,
.postPage .ltxt-title {
  margin-top: 0;
  line-height: 1.4;
  font-weight: 400; }
.postPage .titleh2 {
  font-size: 28px;
  margin-bottom: 30px; }
  .postPage .titleh2::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #07913b;
    margin-top: 20px;
    display: block; }
  .postPage .titleh2._center {
    text-align: center; }
    .postPage .titleh2._center::after {
      margin: 20px auto 0; }
.postPage .titleh3 {
  font-size: 24px;
  margin-bottom: 25px; }
  .postPage .titleh3::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #07913b;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block; }
.postPage .titleh4 {
  font-size: 22px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #07913b; }
.postPage .titleh5 {
  font-size: 20px;
  margin-bottom: 18px; }
  .postPage .titleh5::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #07913b;
    vertical-align: inherit;
    margin-right: 10px;
    display: inline-block; }
.postPage .titleh6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px; }
.postPage .ltxt-title {
  font-weight: 500;
  margin: 0 0 20px; }
  .postPage .ltxt-title::before {
    font-size: 12px;
    color: #07913b;
    font-weight: 400px;
    margin-right: 18px; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 90px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 1.6; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: 700; }
.postPage .utikesi {
  text-decoration: line-through; }
.postPage .underline-marker {
  position: relative; }
  .postPage .underline-marker::after {
    content: "";
    width: 100%;
    height: 50%;
    background: #F3C92D;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1; }
.postPage .underline {
  text-decoration: underline; }
.postPage .txt-m-color {
  color: #07913b; }
.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: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", sans-serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", sans-serif; }
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #777; }
.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: #07913b; }
  .postPage a.textArrow:hover {
    color: #333;
    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: #333; }
  .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
    color: #07913b;
    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 caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr {
    border-bottom: #E8E8E8 solid 1px; }
    .postPage table tr th, .postPage table tr td {
      padding: .6em .8em;
      width: auto;
      transform: rotate(0.03deg); }
    .postPage table tr th {
      font-weight: bold;
      vertical-align: top;
      min-width: 190px;
      width: auto;
      font-weight: 500;
      text-align: left;
      padding: 10px 23px; }
      .postPage table tr th.w190 {
        width: 190px; }
      .postPage table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft {
        text-align: left; }
    .postPage table tr td {
      border-left: none;
      padding: 10px 30px; }
    .postPage table tr .tw15p {
      width: 15%; }
    .postPage table tr .tw30p {
      width: 30%; }
    .postPage table tr .tw33p {
      width: 33.333%;
      min-width: inherit; }
    .postPage table tr .tw50p {
      width: 50%;
      min-width: inherit; }
    .postPage table tr .tw70p {
      width: 70%; }
    .postPage table tr .tw200 {
      width: 200px; }
    .postPage table tr .tw210 {
      width: 210px; }
  .postPage table.type2 {
    border: 1px solid #E6E6E6; }
    .postPage table.type2 tr {
      border-bottom: 1px solid #E6E6E6; }
      .postPage table.type2 tr:nth-child(odd) {
        background-color: inherit; }
      .postPage table.type2 tr th, .postPage table.type2 tr td {
        border-collapse: collapse; }
      .postPage table.type2 tr th {
        background: #F7F7F7;
        padding: 12px 15px 12px 40px;
        font-weight: 400;
        font-weight: 14px; }
        .postPage table.type2 tr th.w160 {
          width: 160px; }
        .postPage table.type2 tr th + th {
          border-left: 1px solid #E6E6E6; }
      .postPage table.type2 tr td {
        padding: 10px 25px; }
        .postPage table.type2 tr td + td {
          border-left: 1px solid #E6E6E6; }
        .postPage table.type2 tr td:nth-of-type(1) {
          border-left: none; }
        .postPage table.type2 tr td span {
          font-size: 14px;
          border: 1px solid #7ccb4e;
          padding: 3px 10px;
          border-radius: 4px;
          margin-right: 5px; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
.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: #07913b;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #07913b;
    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;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 18px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
      .postPage ul li ul li::marker {
        color: #909090; }
    .postPage ul li:last-child {
      margin-bottom: 0; }
  .postPage ul.iconList li {
    padding: 0 0 0 .8em;
    margin-bottom: 10px; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 10px;
      content: '';
      width: 5px;
      height: 5px;
      background: #909090;
      border-radius: 5px; }
    .postPage ul.iconList li:last-child {
      margin-bottom: 0; }
  .postPage ul.checkList li {
    padding: 0 0 0 21px; }
    .postPage ul.checkList li:before {
      position: absolute;
      left: 0;
      top: 4px;
      content: '';
      width: 16px;
      height: 14px;
      background: url("images/common/check.svg") no-repeat center/cover; }
    .postPage ul.checkList li:last-child {
      margin-bottom: 0; }
.postPage ol {
  margin: 0;
  padding: 0 0 0 1.6em;
  list-style: decimal-leading-zero; }
  .postPage ol li {
    margin: 0;
    padding: 0;
    margin-bottom: 18px; }
    .postPage ol li::marker {
      font-weight: 700;
      color: #111; }
    .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; }
@media screen and (max-width: 767px) {
  .postPage .titleh2 {
    font-size: 24px; }
  .postPage .titleh3 {
    font-size: 22px; }
  .postPage .titleh4 {
    font-size: 20px; }
  .postPage .titleh5 {
    font-size: 18px; }
  .postPage .titleh6 {
    font-size: 16px; }
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
    padding: 10px; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    text-align: left; }
    .postPage table tr th.w190, .postPage table tr th.w200 {
      width: 100%; }
  .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;
    padding-left: 15px; }
    .postPage table.type2 tr th.w160 {
      width: 120px; }
  .postPage table.type2 tr td {
    padding: 10px;
    width: 100px !important; }
    .postPage table.type2 tr td.spw100 {
      max-width: 100px; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .postPage .tableSc table {
      width: 800px; } }

.gmapWrap {
  position: relative;
  width: 100%;
  height: 350px;
  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: #e3eff6;
    color: #333;
    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: #e3eff6;
      color: #fff; }
    ul.formFlow li.active {
      background: #07913b;
      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 #07913b; }
    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 #e3eff6; }
    ul.formFlow li.third.active {
      background: #07913b !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 #e3eff6; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 210px;
    transform: rotate(0.03deg);
    display: flex;
    justify-content: space-between; }
  #formArea dl dd {
    flex-basis: calc(100% - 230px);
    transform: rotate(0.03deg); }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 25px;
  background: #fb8d00;
  height: 25px; }
#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: 1em;
  margin: 0;
  background: #F3F3F3;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F3F3F3;
  border-radius: 4px; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff;
    outline: 3px solid #07913b; }
  #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: 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: #07913b;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #07913b), color-stop(1, #07913b));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #07913b 0%, #07913b 100%);
  border: 1px solid #07913b; }
#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 25px 5px 0; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 20px; }
  #formArea .btnArea .submitArea .submit {
    width: 290px; }
    #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
      cursor: pointer; }
  #formArea .btnArea .returnArea {
    display: none; }
    #formArea .btnArea .returnArea .return {
      display: block;
      text-align: center;
      background: #fff;
      border: 1px solid #07913b;
      color: #07913b;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px;
      min-width: 290px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff !important;
        background: #07913b;
        transition: .3s; }
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      padding: 5px 0 0 0;
      margin: 0 0 15px; }
    #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 input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0 0 25px; }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0; } }

/* ---------------------------------------------------------------- */
/* 下層ページ */
/* ---------------------------------------------------------------- */
.page-link__txtbox {
  padding-top: 110px;
  margin-top: -1px !important; }

.m-d_title {
  color: #fff;
  font-size: 20px;
  padding: 8px 15px 9px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .m-d_title::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 12px; }
  .m-d_title.merit {
    background: #07913b; }
    .m-d_title.merit::before {
      background: url("images/common/icon-circle_w.svg") no-repeat center/20px; }
  .m-d_title.demerit {
    background: #fb8d00; }
    .m-d_title.demerit::before {
      background: url("images/common/icon-batu_w.svg") no-repeat center/20px; }
  .m-d_title + .item-box {
    padding: 20px 15px; }
    .m-d_title + .item-box p:last-child {
      margin-bottom: 0; }

.border-red {
  border: 1px solid #fb8d00;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px !important; }
  @media screen and (max-width: 767px) {
    .border-red {
      font-size: 12px !important; } }

@media screen and (min-width: 768px) {
  .m-d_title + .item-box {
    padding: 20px; }

  .order0 {
    order: 0; }

  .order1 {
    order: 1; } }
/* --------------*/
/* l-label-wrap */
/* --------------*/
.l-label-wrap {
  display: grid;
  gap: 40px; }
  .l-label-wrap .l-label-box.reason::before {
    color: #fff;
    background: #07913b;
    display: flex;
    align-items: center;
    font-size: 22px;
    padding: 20px 0; }
  .l-label-wrap .l-label-box .img-box {
    position: relative;
    width: 100%;
    padding-bottom: 77%;
    overflow: hidden; }
    .l-label-wrap .l-label-box .img-box img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover; }
  .l-label-wrap .l-label-box .txt-box {
    background: #fff;
    padding: 30px; }
  @media screen and (max-width: 767px) {
    .l-label-wrap {
      display: grid;
      gap: 40px; }
      .l-label-wrap .l-label-box.reason::before {
        height: 50px;
        width: 100%;
        padding: 0 20px; }
      .l-label-wrap .l-label-box .img-box img {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .l-label-wrap .l-label-box {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-template-rows: auto; }
      .l-label-wrap .l-label-box.reason::before {
        width: 50px;
        height: 100%;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        top: 0;
        left: 0; }
      .l-label-wrap .l-label-box .img-box {
        grid-column: 2/3;
        grid-row: 1/2; }
      .l-label-wrap .l-label-box .txt-box {
        grid-column: 1/2;
        grid-row: 1/2;
        padding-left: 80px; } }

/* --------------*/
/* areabnr */
/* --------------*/
.areabnr {
  display: grid;
  gap: 20px 0; }
  .areabnr .img-box {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .areabnr {
      padding: 40px 0 40px 40px;
      grid-template-columns: auto 277px;
      grid-template-rows: auto;
      align-items: center; }
      .areabnr .img-box {
        text-align: center;
        grid-column: 2/3;
        grid-row: 1/2; }
      .areabnr .txt-box {
        grid-column: 1/2;
        grid-row: 1/2; } }
  @media screen and (min-width: 1025px) {
    .areabnr {
      padding: 40px 0 40px 90px;
      grid-template-columns: auto 377px; } }

/* --------------*/
/* tab-label-box */
/* --------------*/
.tab-label-box {
  background: #fff;
  position: relative;
  padding: 60px 15px;
  border-radius: 8px; }
  .tab-label-box .label-name {
    background: #07913b;
    border-radius: 8px 8px 8px 0;
    padding: 8px 60px 7px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: -23px;
    height: 46px;
    color: #fff; }
  .tab-label-box .titleh2 + .desc-txt {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px; }
  .tab-label-box .tab-label-inr2column {
    display: grid;
    gap: 20px; }
  @media screen and (min-width: 768px) {
    .tab-label-box {
      padding: 60px; }
      .tab-label-box .titleh2 + .desc-txt {
        font-size: 22px; }
      .tab-label-box .tab-label-inr2column {
        grid-template-columns: repeat(2, 1fr); } }

/* --------------*/
/* step-icon-wrap */
/* --------------*/
.step-icon-wrap {
  display: grid;
  gap: 80px; }
  .step-icon-wrap .step-icon-box {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 40px;
    position: relative; }
    .step-icon-wrap .step-icon-box:not(:last-child)::before {
      content: "";
      width: 4px;
      height: 100%;
      background: #07913b;
      display: block;
      position: absolute;
      left: 57px;
      top: 104px;
      z-index: -1; }
    .step-icon-wrap .step-icon-box .icon-img {
      grid-column: 1/2;
      width: 105px;
      height: 105px; }
    .step-icon-wrap .step-icon-box .step-icon-item {
      grid-column: 2/3;
      margin-top: 20px; }
      .step-icon-wrap .step-icon-box .step-icon-item .title {
        font-size: 20px;
        margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .step-icon-wrap {
      gap: 15px; }
      .step-icon-wrap .step-icon-box {
        gap: 20px; } }

/* --------------*/
/* step-icon-wrap 2*/
/* --------------*/
.step-icon-wrap2 {
  display: grid;
  gap: 20px;
  position: relative; }
  .step-icon-wrap2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    background-color: rgba(0, 175, 204, 0.45);
    width: 10px;
    height: 100%;
    display: block;
    z-index: -1; }
  .step-icon-wrap2 .step-icon-box {
    background-color: #E4F7FA; }
    .step-icon-wrap2 .step-icon-box .icon-title-wrap {
      background: #07913b;
      padding: 11px 15px 12px;
      display: flex;
      column-gap: 15px; }
      .step-icon-wrap2 .step-icon-box .icon-title-wrap img {
        width: 30px;
        flex-basis: 0; }
      .step-icon-wrap2 .step-icon-box .icon-title-wrap .title {
        font-size: 18px;
        color: #fff;
        margin: 0; }
    .step-icon-wrap2 .step-icon-box .step-txt-item {
      padding: 30px 15px; }
    .step-icon-wrap2 .step-icon-box .iconList li {
      margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .step-icon-wrap2 {
      gap: 40px; }
      .step-icon-wrap2::before {
        left: 43px; }
      .step-icon-wrap2 .step-icon-box .icon-title-wrap {
        padding: 11px 30px 12px; }
        .step-icon-wrap2 .step-icon-box .icon-title-wrap .title {
          font-size: 20px; }
      .step-icon-wrap2 .step-icon-box .step-txt-item {
        padding: 30px; } }

.page-id-119 .privacy_box {
  display: none; }

.page-id-501 .privacy_box {
  display: none; }

/* for IE */
