@charset "UTF-8";
/*
Theme Name: 株式会社　前晶建設
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Thin");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Light");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP ExtraBold");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Bold");
  font-weight: 700;
}
*, *:before, *:after {
  box-sizing: border-box;
}

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

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

main {
  display: block;
  overflow: hidden;
}

address {
  font-style: normal;
}

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .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;
}

.fs26 {
  font-size: 26px !important;
}

.fs28 {
  font-size: 28px !important;
}

@media screen and (max-width: 768px) {
  .spfs12 {
    font-size: 12px !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;
}

@media screen and (max-width: 768px) {
  .spmt0 {
    margin-top: 0px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
}
.mr15 {
  margin-right: 15px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

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

.mb8 {
  margin-bottom: 8px !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;
}

@media screen and (max-width: 768px) {
  .spmb0 {
    margin-bottom: 0px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !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: #666;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  color: #861A1A;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 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;
}

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #707070;
  border-radius: 27px;
  color: #666;
  background: #fff;
  max-width: 200px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "";
  width: 18px;
  height: 18px;
  background: url("images/home/right_arrow.svg") no-repeat;
  background-size: 14px;
  background-position: center;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -9px;
  transition: 0.3s ease-in;
}
.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #F5F5F5;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #F5F5F5;
  background: #fff;
  border-color: #F5F5F5;
}
.btn.btnLeft {
  margin: 0;
}
.btn.btnRight {
  margin: 0 auto 0 0;
}
.btn.btnCenter {
  margin: 0 auto;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background: #666;
  border-color: #666;
  color: #fff !important;
}
.btn.type2:after {
  color: #fff;
}
.btn.type3 {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #D3D3D3 solid 1px;
  max-width: 100%;
  color: #666666;
  justify-content: flex-start;
  font-size: 16px;
}
.btn.type3.arrow:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  background: url("images/common/g_arrow.svg") no-repeat;
  background-size: 22px;
  background-position: center;
  transform: none;
  right: 15px;
  display: block;
  top: 50%;
  margin-top: -9px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #FFFFFF !important;
    background: #666;
  }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #F5F5F5;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    background: #F5F5F5;
    color: #fff;
  }
  .btn.type2:hover {
    background: #fff;
    color: #666 !important;
  }
  .btn.type3:hover, .btn.type3:focus {
    background: transparent;
    color: #666 !important;
  }
  .btn.type3:hover.arrow:after, .btn.type3:focus.arrow:after {
    transition: 0.3s ease-in;
    right: 5px;
    background: url("images/home/svg/b_arrow.svg") no-repeat;
    background-size: 22px;
    background-position: center;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap:after {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (4 - 1)) / 4);
    max-width: calc((100% - 30px * (4 - 1)) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column2Wrap {
    margin-bottom: 40px;
  }
  .column2Wrap.gap_column20 {
    grid-column-gap: 0;
  }
  .column2Wrap.sp_gap_row20 {
    grid-row-gap: 20px;
  }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap .columnBox.order01 {
    order: 1;
  }
  .column2Wrap .columnBox.order02 {
    order: 2;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap.column2 .columnBox {
    flex-basis: calc((100% - 15px * (2 - 1)) / 2);
    max-width: calc((100% - 15px * (2 - 1)) / 2);
  }
  .column3Wrap.column2 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column3Wrap.column2 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: 100%;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column6Wrap {
    justify-content: space-between;
  }
  .column6Wrap .columnBox {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  background: transparent;
  will-change: transform;
}
#header #headerCnt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
}
#header #headerCnt #logoArea {
  flex-basis: 131px;
  width: 131px;
  align-self: center;
  height: 100%;
}
#header #headerCnt #logoArea #logo {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
#header #headerCnt #logoArea #logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#header #headerCnt #logoArea #logo a img {
  max-width: 131px;
  height: auto;
}
#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  margin-right: 65px;
  height: 100%;
}
#header #headerCnt #headerContact #menu-mainnavi {
  padding-top: 24px;
}
#header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 28px;
}
#header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top .mainnavi-top-box a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top .mainnavi-top-box._02 {
  width: 120px;
  height: 32px;
  border-radius: 20px;
  background-color: #fff;
}
#header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top .mainnavi-top-box._02 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
#header #headerCnt #headerContact #menu-mainnavi-fixed {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding: 0 20px;
  }
  #header #headerCnt #headerContact {
    margin-right: 30px;
  }
  #header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top {
    gap: 0 15px;
  }
  #header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-top .mainnavi-top-box a {
    font-size: 12px;
  }
  #header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-bottom #mainNaviArea ul {
    gap: 0 15px;
  }
  #header #headerCnt #headerContact #menu-mainnavi .menu-mainnavi-bottom #mainNaviArea ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 90px;
  }
  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    height: 100%;
    padding: 0 15px;
  }
  #header #headerCnt #logoArea #logo {
    margin: 0 0 0 15px;
  }
  #header #headerCnt #headerContact {
    display: none;
  }
}
#header.fixed {
  background-color: #fff;
  height: 64px;
  animation: headerFixed 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header.fixed #headerCnt #logoArea {
  flex-basis: 82px;
  width: 82px;
}
#header.fixed #headerCnt #logoArea #logo a {
  background: url(images/home/svg/b_logo.svg) no-repeat;
  background-position: center;
  background-size: 82px;
}
#header.fixed #headerCnt #logoArea #logo a img {
  display: none;
}
#header.fixed #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi {
  display: none;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed {
  display: block;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li a {
  color: #666;
  font-size: 12px;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.children > a::after {
  content: "";
  background: url("images/home/svg/b_lower_triangle.svg") no-repeat;
  background-position: center;
  background-size: 8px;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.contact {
  width: 100px;
  height: 32px;
  border: #666 solid 1px;
  border-radius: 20px;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: #666;
  width: 100%;
  height: 100%;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu {
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu .box .sub-menu-txtbox ul li a {
  font-size: 14px;
}
#header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu._03 {
  transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
}
#header.fixed #headerCnt #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
  background: url(images/home/svg/b_menu.svg) no-repeat;
  background-position: center;
  background-size: 72px;
}
@media screen and (max-width: 1210px) {
  #header.fixed #headerCnt {
    padding: 0 20px;
  }
  #header.fixed #headerCnt #headerContact {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul {
    gap: 0 19px;
  }
  #header.fixed #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.menu-item-none {
    display: none;
  }
}
#header.page {
  background-color: #fff;
  height: 64px;
}
#header.page #headerCnt #logoArea {
  flex-basis: 82px;
  width: 82px;
}
#header.page #headerCnt #logoArea #logo a {
  background: url(images/home/svg/b_logo.svg) no-repeat;
  background-position: center;
  background-size: 82px;
}
#header.page #headerCnt #logoArea #logo a img {
  display: none;
}
#header.page #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
}
#header.page #headerCnt #headerContact #menu-mainnavi {
  display: none;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed {
  display: block;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li a {
  color: #666;
  font-size: 12px;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.children > a::after {
  content: "";
  background: url("images/home/svg/b_lower_triangle.svg") no-repeat;
  background-position: center;
  background-size: 8px;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.contact {
  width: 100px;
  height: 32px;
  border: #666 solid 1px;
  border-radius: 20px;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: #666;
  width: 100%;
  height: 100%;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu {
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu .box .sub-menu-txtbox ul li a {
  font-size: 14px;
}
#header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li .sub-menu._03 {
  transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
}
#header.page #headerCnt #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
  background: url(images/home/svg/b_menu.svg) no-repeat;
  background-position: center;
  background-size: 72px;
}
@media screen and (max-width: 1210px) {
  #header.page #headerCnt {
    padding: 0 20px;
  }
  #header.page #headerCnt #headerContact {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul {
    gap: 0 19px;
  }
  #header.page #headerCnt #headerContact #menu-mainnavi-fixed #mainNaviArea #mainNavi ul li.menu-item-none {
    display: none;
  }
}

@keyframes headerFixed {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important;
}

.openSpNavi {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

#drawerNaviWrap {
  width: 72px;
  height: 100%;
  font-weight: 400;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 3;
  background: url(images/home/svg/menu.svg) no-repeat;
  background-position: center;
  background-size: 72px;
}
#drawerNaviWrap .drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: background-color 0.6s ease, opacity 0.6s ease, visibility 0.6s;
  z-index: -1;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#drawerNaviWrap .drawer-nav::-webkit-scrollbar {
  display: none;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #drawerNaviWrap .drawer-nav ul {
    margin-bottom: 0;
  }
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
#drawerNaviWrap .drawer-nav ul li.menu-item {
  padding-left: 20px;
}
#drawerNaviWrap .drawer-nav ul li .sub-menu li {
  padding-left: 0;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  line-height: 2.2;
  transition-duration: 0.2s;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #drawerNaviWrap .drawer-nav ul li a:hover, #drawerNaviWrap .drawer-nav ul li a:focus {
    opacity: 0.8;
  }
}
#drawerNaviWrap .drawer-nav ul li.navi_bold {
  padding-bottom: 10px;
}
#drawerNaviWrap .drawer-nav ul li.navi_bold a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li.navi_bold a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  top: 14px;
  left: 0;
  background-color: #fff;
}
#drawerNaviWrap .drawer-nav ul li.navi_regular {
  padding-left: 40px;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  cursor: pointer;
  position: fixed;
  width: 74px;
  height: 24px;
  background: url(images/home/svg/close.svg) no-repeat;
  background-position: center;
  background-size: 73px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  z-index: 5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #drawerNaviWrap.open .drawerNavClose {
    top: 40px;
    right: 15px;
  }
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  transition: background-color 0.6s ease, opacity 0.6s ease, visibility 0.6s;
}

/* ----------------------------------- */
/* hamburger menu */
/* ----------------------------------- */
#drawernavi-wrap {
  padding: 60px 0;
}
#drawernavi-wrap .drawernavi_title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px;
  color: #fff;
}
#drawernavi-wrap .drawernavi_inr {
  display: flex;
  gap: 0 80px;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
#drawernavi-wrap .drawernavi_inr .box .drawernavi_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  padding-left: 20px;
  position: relative;
}
#drawernavi-wrap .drawernavi_inr .box .drawernavi_subtitle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  top: 8px;
  left: 0;
  background-color: #fff;
}
#drawernavi-wrap .drawernavi_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#drawernavi-wrap .drawernavi_flex .box .logoArea {
  max-width: 131px;
  height: auto;
  margin-bottom: 20px;
}
#drawernavi-wrap .drawernavi_flex .box .logoArea a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawernavi-wrap .drawernavi_flex .box .logoArea a img {
  max-width: 131px;
  height: auto;
}
#drawernavi-wrap .drawernavi_flex .box .drawernavi_txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
#drawernavi-wrap .drawernavi_flex .box .drawernavi_txt a {
  text-decoration: none;
  color: #fff;
}
#drawernavi-wrap .drawernavi_flex .box .drawernavi_contact {
  width: 240px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  border: #666 solid 1px;
}
#drawernavi-wrap .drawernavi_flex .box .drawernavi_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
  color: #666;
}
@media print, screen and (min-width: 768px) {
  #drawernavi-wrap .drawernavi_flex .box .drawernavi_contact:hover, #drawernavi-wrap .drawernavi_flex .box .drawernavi_contact:focus {
    border: #fff solid 1px;
    background-color: #666;
  }
  #drawernavi-wrap .drawernavi_flex .box .drawernavi_contact:hover a, #drawernavi-wrap .drawernavi_flex .box .drawernavi_contact:focus a {
    color: #fff;
  }
}
#drawernavi-wrap .drawernavi_flex .box .socials_networking ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin: 0;
}
#drawernavi-wrap .drawernavi_flex .box .socials_networking ul li {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #drawernavi-wrap {
    padding: 35px 5px 60px;
  }
  #drawernavi-wrap .drawernavi_inr {
    display: block;
    gap: 20px;
    margin-bottom: 40px;
  }
  #drawernavi-wrap .drawernavi_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px 0;
  }
  #drawernavi-wrap .drawernavi_flex .box:first-child {
    order: 2;
  }
  #drawernavi-wrap .drawernavi_flex .box:nth-child(2) {
    order: 1;
  }
  #drawernavi-wrap .drawernavi_flex .box .drawernavi_txt {
    text-align: center;
  }
  #drawernavi-wrap .drawernavi_flex .box .logoArea {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}
/* ----------------------------------- */
/* ナビPCメニュー */
/* ----------------------------------- */
/*#drawerNaviWrap {
    display: none;
}*/
#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
#mainNaviArea #mainNavi {
  padding: 0;
  height: 100%;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 30px;
  justify-content: flex-end;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
#mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
  cursor: pointer;
  opacity: 0.8;
}
#mainNaviArea #mainNavi ul > li a span {
  flex-basis: 100%;
  font-size: 12px;
}
#mainNaviArea #mainNavi ul > li.current > a {
  color: #861A1A !important;
}
#mainNaviArea #mainNavi ul > li.children {
  cursor: pointer;
}
#mainNaviArea #mainNavi ul > li.children > a {
  gap: 0 4px;
}
#mainNaviArea #mainNavi ul > li.children > a.pointer_none {
  pointer-events: none;
}
#mainNaviArea #mainNavi ul > li.children > a::after {
  content: "";
  background: url("images/home/svg/w_lower_triangle.svg") no-repeat;
  background-position: center;
  background-size: 8px;
  width: 10px;
  height: 10px;
}
#mainNaviArea #mainNavi ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  height: 0;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  width: 100vw;
  max-width: 600px;
  margin-top: 20px;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#mainNaviArea #mainNavi ul > li .sub-menu::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -25px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 28px 30px 23px 40px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .menu-item-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .menu-item-title span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox {
  width: 100%;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 50px !important;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li {
  position: static;
  margin-right: 0;
  height: auto;
  display: inline-block;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  padding-bottom: 10px;
  transition: 0.3s ease-in;
  border-bottom: #EFEFEF solid 1px;
  position: relative;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  background: url("images/home/svg/b_arrow.svg") no-repeat;
  background-size: 11px;
  background-position: center;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li:hover a::after, #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li:focus a::after {
    transition: 0.3s ease-in;
    right: 0;
  }
}
#mainNaviArea #mainNavi ul > li .sub-menu .box._02 {
  padding: 28px 30px 23px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box._02 .sub-menu-txtbox ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 40px;
}
@media print, screen and (max-width: 1300px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
  }
}
@media print, screen and (max-width: 1100px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    transform: translateX(-56%);
    -webkit-transform: translateX(-56%);
  }
}
@media print, screen and (max-width: 970px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
  }
}
#mainNaviArea #mainNavi ul > li .sub-menu._03 {
  transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
}
#mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover .sub-menu, #mainNaviArea #mainNavi ul > li:focus .sub-menu {
  display: block;
  z-index: calc(infinity);
  height: 180px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: url(images/home/fvimg02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 100px;
  z-index: 0;
}
#footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#footer #footerNaviWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
  margin-bottom: 63px;
}
#footer #footerNaviWrap .naviBox .navi_title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin: 0 0 20px;
}
#footer #footerNaviWrap .naviBox .navi_title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  top: 8px;
  left: 0;
  background-color: #fff;
}
#footer #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
}
#footer #footerNaviWrap .naviBox ul li {
  display: block;
  color: #fff;
  padding: 0 0 10px 20px;
}
#footer #footerNaviWrap .naviBox ul li.navi_title {
  margin-bottom: 10px;
}
#footer #footerNaviWrap .naviBox ul li.navi_title a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#footer #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #footer #footerNaviWrap .naviBox ul li a:hover, #footer #footerNaviWrap .naviBox ul li a:focus {
    opacity: 0.8;
  }
}
#footer #footerCnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: #fff solid 1px;
}
#footer #footerCnt .box .logoArea {
  max-width: 131px;
  height: auto;
  margin-bottom: 20px;
}
#footer #footerCnt .box .logoArea a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer #footerCnt .box .logoArea a img {
  max-width: 131px;
  height: auto;
}
#footer #footerCnt .box .footer_txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
#footer #footerCnt .box .footer_txt a {
  text-decoration: none;
  color: #fff;
}
#footer #footerCnt .box .footer_contact {
  width: 240px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  border: #666 solid 1px;
}
#footer #footerCnt .box .footer_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
  color: #666;
}
@media print, screen and (min-width: 768px) {
  #footer #footerCnt .box .footer_contact:hover, #footer #footerCnt .box .footer_contact:focus {
    border: #fff solid 1px;
    background-color: #666;
  }
  #footer #footerCnt .box .footer_contact:hover a, #footer #footerCnt .box .footer_contact:focus a {
    color: #fff;
  }
}
#footer #footerCnt .box .socials_networking ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #footerCnt .box .socials_networking ul li {
  padding: 0;
}
#footer #footerCntWrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  align-items: center;
}
#footer #footerCntWrap #copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 60px 0 70px;
  }
  #footer #footerNaviWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
  }
  #footer #footerNaviWrap .naviBox .footerNavi._02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer #footerNaviWrap .naviBox .footerNavi._03 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer #footerNaviWrap .naviBox .footerNavi._03 ul .navi_title {
    grid-column: 1/-1;
  }
  #footer #footerCnt {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    gap: 40px 0;
  }
  #footer #footerCnt .box {
    order: 2;
  }
  #footer #footerCnt .box:nth-child(2) {
    order: 1;
  }
  #footer #footerCnt .box .logoArea {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
  #footer #footerCnt .box .footer_txt {
    text-align: center;
  }
  #footer #footerCnt {
    margin: 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #666;
  width: 37px;
  height: 37px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: #fff;
  border: 1px solid #666 !important;
  border-radius: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.wp-pagenavi a.last, .wp-pagenavi a.first, .wp-pagenavi span.last, .wp-pagenavi span.first {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #666;
  border: 1px solid #666;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #666;
  font-weight: 400 !important;
  border: 1px solid #666;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 50px;
  height: 15px;
  background: none;
  border: none !important;
  border-radius: 0%;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus {
  color: #c7c7c7;
  background: none;
  border: none;
}
.wp-pagenavi .previouspostslink {
  background: url(images/common/back.svg) no-repeat;
  background-size: 50px;
  background-position: center;
  margin-right: 24px !important;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
  background: url(images/common/back.svg) no-repeat;
  background-size: 50px;
  background-position: center;
}
.wp-pagenavi .nextpostslink {
  background: url(images/common/next.svg) no-repeat;
  background-size: 50px;
  background-position: center;
  margin-left: 24px !important;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
  background: url(images/common/next.svg) no-repeat;
  background-size: 50px;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
    margin: 0 3px !important;
    font-size: 12px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 25px;
  }
  .wp-pagenavi .previouspostslink {
    background: url(images/common/back.svg) no-repeat;
    background-size: 50px;
    background-position: center;
    margin-right: 24px !important;
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
    background: url(images/common/back.svg) no-repeat;
    background-size: 50px;
    background-position: center;
  }
  .wp-pagenavi .nextpostslink {
    background: url(images/common/next.svg) no-repeat;
    background-size: 50px;
    background-position: center;
    margin-left: 24px !important;
  }
  .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
    background: url(images/common/next.svg) no-repeat;
    background-size: 50px;
    background-position: center;
  }
}
/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea a {
  display: block;
  width: 100%;
  height: 100%;
}
#pagetopArea a img {
  max-width: 97px;
  height: auto;
}

/* ---------------------------------------------------------------- */
/* PC固定ボタン */
/* ---------------------------------------------------------------- */
#fixedbtnPc {
  position: absolute;
  top: 210px;
  right: 30px;
  height: 380px;
  width: 50px;
  border-radius: 0 0 25px 25px;
  background-color: #666;
  z-index: 3;
}
#fixedbtnPc .fixedbtnpc_sns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -25px;
  width: 50px;
  height: 50px;
}
#fixedbtnPc .fixedbtnpc_sns a {
  width: 100%;
  height: 100%;
  display: block;
}
#fixedbtnPc .fixedbtnpc_sns a img {
  max-width: 50px;
}
#fixedbtnPc .inr {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  padding: 0 15px;
  justify-items: center;
}
#fixedbtnPc .inr .fixedbtnpc_box {
  border-bottom: #fff solid 1px;
  min-height: 230px;
}
#fixedbtnPc .inr .fixedbtnpc_box a {
  width: 100%;
  height: 100%;
  padding: 38px 0 18px;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#fixedbtnPc .inr .fixedbtnpc_box a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/w_tour.svg) no-repeat;
  background-position: center;
  background-size: 17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 37px;
}
@media print, screen and (min-width: 768px) {
  #fixedbtnPc .inr .fixedbtnpc_box a:hover, #fixedbtnPc .inr .fixedbtnpc_box a:focus {
    opacity: 0.8;
  }
}
#fixedbtnPc .inr .fixedbtnpc_box:first-child a {
  padding-top: 70px;
}
#fixedbtnPc .inr .fixedbtnpc_box:nth-child(2) {
  min-height: 150px;
  border-bottom: none;
}
#fixedbtnPc .inr .fixedbtnpc_box:nth-child(2) a::before {
  background: url(images/home/svg/w_mail.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  top: 10px;
}
#fixedbtnPc.fixed {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 390px;
  height: 60px;
  border-radius: 30px;
}
#fixedbtnPc.fixed .fixedbtnpc_sns {
  position: absolute;
  left: auto;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  top: 0;
  width: 60px;
  height: 60px;
  right: 0;
}
#fixedbtnPc.fixed .fixedbtnpc_sns a img {
  max-width: 60px;
}
#fixedbtnPc.fixed .inr {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  padding: 10px 70px 10px 47px;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box {
  min-height: 100%;
  border-bottom: none;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box a {
  writing-mode: horizontal-tb;
  padding: 0;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box a::before {
  left: -25px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  top: 50%;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box:first-child a {
  padding-top: 0;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box:nth-child(2) {
  min-height: 100%;
}
#fixedbtnPc.fixed .inr .fixedbtnpc_box:nth-child(3) {
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #fixedbtnPc {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* SP固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: 0.6s;
  background-color: #666;
}
#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}
#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 48px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
  position: relative;
}
#fixedBtnSpArea #fixedBtnSp ul li a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/home/svg/w_tour.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#fixedBtnSpArea #fixedBtnSp ul li + li {
  border-left: 1px solid #707070;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) a::before {
  background: url(images/home/svg//w_mail.svg) no-repeat;
  background-position: center;
  background-size: 15px;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(3) a::before {
  background: url(images/home/svg/w_tel.svg) no-repeat;
  background-position: center;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* top-fvSwiper */
/* ---------------------------------------------------------------- */
#topfvSwiperWrap {
  position: relative;
  z-index: 0;
}
#topfvSwiperWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8));
  z-index: 1;
}
#topfvSwiperWrap .fvtxtbox {
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
#topfvSwiperWrap .fvtxtbox .container {
  height: 100%;
}
#topfvSwiperWrap .fvtxtbox .container .fvtxtbox_inr {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 60px 0;
  justify-content: flex-end;
  flex-direction: column;
}
#topfvSwiperWrap .fvtxtbox .container .fvtxtbox_inr .fvtxt1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.4;
}
#topfvSwiperWrap .fvtxtbox .container .fvtxtbox_inr .fvtxt2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  margin: 0;
}
#topfvSwiperWrap #fv_banner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#topfvSwiperWrap #fv_banner a {
  width: 100%;
  height: 100%;
  display: block;
}
#topfvSwiperWrap #fv_banner a img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}
.top-fvSwiper .swiper-wrapper .swiper-slide .slideimg_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 57px;
  z-index: 2;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .scroll_down {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #topfvSwiperWrap .fvtxtbox .container .fvtxtbox_inr {
    width: 100%;
    height: 100%;
    padding: 222px 0;
    align-items: center;
  }
  #topfvSwiperWrap .fvtxtbox .container .fvtxtbox_inr .fvtxt1 {
    text-align: center;
  }
  #topfvSwiperWrap .scroll_down {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  #topfvSwiperWrap #fv_banner {
    bottom: 70px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 345px;
    height: 120px;
  }
  #topfvSwiperWrap #fv_banner a img {
    max-width: 345px;
  }
}
/* ---------------------------------------------------------------- */
/* .content */
/* ---------------------------------------------------------------- */
.content .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.28;
  padding-left: 20px;
  color: #666;
  padding-bottom: 6.5px;
  font-family: "Montserrat", sans-serif;
  border-bottom: #666666 solid 1px;
  position: relative;
  margin: 0 0 10.5px;
}
.content .subtitle::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #666;
  display: block;
  top: 10px;
  left: 0;
}
.content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 .inr {
  width: 100%;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 8px;
  margin: 0 auto;
}
#content01 .inr .box {
  background-color: #F5F5F5;
  padding: 29px 30px 27px;
}
#content01 .inr .box .cont1label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0;
  color: #666;
  display: block;
  margin-bottom: 18px;
  text-align: center;
}
#content01 .inr .box .cont1txt {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.42;
  margin: 0 0 26px;
  text-align: center;
}
#content01 .inr .box .cont1txt .cont1big {
  font-size: 23px;
}
#content01 .inr .box .cont1txt .cont1small {
  font-size: 15px;
}
#content01 .inr .box .cont1txt.equal {
  line-height: 2;
  position: relative;
}
#content01 .inr .box .cont1txt.equal::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  display: block;
  background: url(images/home/svg/equal.svg) no-repeat;
  background-position: center;
  background-position: 9px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#content01 .inr .box .cont1txt2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
  margin: 0 0 8px;
  text-align: center;
}
#content01 .inr .box .cont1txt3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
#content01 .inr .box .cont1txt4 {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  line-height: 1.47;
  text-align: center;
}
#content01 .inr .box._02 .cont1label {
  margin-bottom: 40px;
}
#content01 .inr .box:nth-of-type(n + 2) {
  margin-top: 0;
}
#content01.black .inr {
  background-color: #fff;
  padding: 8px 0 0;
}
#content01.black .inr .box {
  background-color: #666;
}
#content01.black .inr .box .cont1label {
  color: #C4C4C4;
}
#content01.black .inr .box .cont1txt, #content01.black .inr .box .cont1txt2, #content01.black .inr .box .cont1txt3, #content01.black .inr .box .cont1txt4 {
  color: #fff;
}
#content01.black .inr .box .cont1txt.equal::after {
  background: url(images/home/svg/w_equal.svg) no-repeat;
  background-position: center;
  background-position: 9px;
}
#content01.kaji .inr {
  background-color: transparent;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 70px;
}
#content01.kaji .inr .box {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 190px;
}
#content01.kaji .inr .box .cont1txt {
  font-size: 22px;
  margin: 0 0 15px;
}
#content01.kaji.lohase .inr {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content01.kaji .inr {
    padding: 0;
  }
}
#content01.stories .inr {
  grid-template-columns: repeat(5, 1fr);
}
#content01.stories .inr .box {
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content01.stories .inr .box .cont1txt {
  margin: 0 0 5px;
}
#content01.quality .inr .box {
  padding: 30px 20px 20px;
  position: relative;
}
#content01.quality .inr .box .number {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
}
#content01.quality .inr .box .number::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(images/common/price/border.svg) no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  top: 10px;
  left: 20px;
}
#content01.quality .inr .box .cont1label {
  margin: 0 0 17px;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
#content01.quality .inr .box .cont1txt {
  margin: 0 0 18px;
}
#content01.quality .inr .box .cont1txt._02 {
  padding-top: 30px;
}
#content01.quality .inr .box._02 .cont1txt {
  margin: 0 0 4px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content01 .inr {
    max-width: 100%;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #content01 .inr {
    max-width: 100%;
    gap: 8px 7.5px;
    grid-template-columns: repeat(2, 1fr);
  }
  #content01 .inr .box {
    padding: 10px 12px;
  }
  #content01 .inr .box .cont1label {
    margin-bottom: 8px;
  }
  #content01 .inr .box .cont1txt {
    margin-bottom: 5px;
  }
  #content01 .inr .box._02 .cont1label {
    margin-bottom: 17px;
  }
  #content01 .inr .box._03 .cont1label {
    margin-bottom: 5px;
  }
  #content01.kaji .inr {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  #content01.kaji .inr .box {
    min-height: 130px;
  }
  #content01.kaji .inr .box .cont1txt {
    font-size: 18px;
    margin: 0 0 5px;
  }
  #content01.quality .inr .box {
    padding: 25px 20px 30px;
  }
  #content01.quality .inr .box .number {
    font-size: 22px;
  }
  #content01.quality .inr .box .number::after {
    width: 22px;
    left: 20px;
  }
  #content01.quality .inr .box .cont1label {
    margin: 0 0 10px;
  }
  #content01.quality .inr .box .cont1txt {
    margin: 0 0 5px;
    font-size: 17px;
  }
  #content01.quality .inr .box .cont1txt .cont1small {
    font-size: 13px;
  }
  #content01.quality .inr .box .cont1txt._02 {
    padding-top: 25px;
  }
  #content01.quality .inr .box .cont1txt3 {
    font-size: 13px;
  }
  #content01.stories .inr {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 {
  padding: 0 8px;
}
#content02 .inr {
  background-color: #EFEFEF;
  padding: 90px 62px;
}
#content02 .inr .title {
  margin: 0 0 40px;
}

.event-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
.event-postListWrap .postBox {
  background-color: #fff;
  position: relative;
}
.event-postListWrap .postBox .event_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 32px;
  margin: 0;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.event-postListWrap .postBox .event_icon span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.event-postListWrap .postBox .event_icon span.off {
  display: none;
}
.event-postListWrap .postBox a {
  padding: 15px 15px 22px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #666;
}
.event-postListWrap .postBox a .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.event-postListWrap .postBox a .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-object-fit: contain;
  transition: transform 0.3s ease;
}
.event-postListWrap .postBox a .permaLinkWrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.event-postListWrap .postBox a .permaLinkWrap h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #666;
  line-height: 1.45;
  flex-shrink: 0;
}
.event-postListWrap .postBox a .permaLinkWrap .txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
  padding-bottom: 0;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 8em;
  flex-shrink: 0;
}
.event-postListWrap .postBox a .permaLinkWrap .click {
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
  margin-top: auto;
  border-top: #EFEFEF solid 1px;
  position: relative;
}
.event-postListWrap .postBox a .permaLinkWrap .click::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(images/home/svg/b_arrow.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  display: block;
  right: 10px;
  top: 15px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .event-postListWrap .postBox a:hover .thumbnail img, .event-postListWrap .postBox a:focus .thumbnail img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
  .event-postListWrap .postBox a:hover .permaLinkWrap .click::after, .event-postListWrap .postBox a:focus .permaLinkWrap .click::after {
    transition: 0.3s ease-in;
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-postListWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content02 .inr {
    background-color: #EFEFEF;
    padding: 60px 15px;
  }
  #content02 .inr .title {
    margin: 0 0 20px;
  }
  .event-postListWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03 {
  padding: 90px 0;
}
#content03 .inr {
  padding: 0 60px;
}
#content03 .inr .title {
  margin: 0 0 40px;
}
#content03 .inr .cont3img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 432px;
  margin-bottom: 79px;
}
#content03 .inr .cont3img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: transform 0.3s ease;
}
#content03 .cont3wrap {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 0 82px;
}
#content03 .cont3wrap .box h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
#content03 .cont3wrap .box .cont3subtitle {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.4;
}
#content03 .cont3wrap .box .cont3linkbox {
  border-bottom: #EFEFEF solid 1px;
  position: relative;
}
#content03 .cont3wrap .box .cont3linkbox::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(images/home/svg/b_arrow.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
#content03 .cont3wrap .box .cont3linkbox a {
  padding: 33px 10px 28px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#content03 .cont3wrap .box .cont3linkbox a .col {
  max-width: 130px;
  flex-basis: 130px;
}
#content03 .cont3wrap .box .cont3linkbox a .col .cont3txt {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 2.28;
}
#content03 .cont3wrap .box .cont3linkbox a .col .cont3title {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.45;
}
#content03 .cont3wrap .box .cont3linkbox a .col:nth-child(2) {
  max-width: calc(100% - 160px);
  flex-basis: calc(100% - 160px);
}
@media print, screen and (min-width: 768px) {
  #content03 .cont3wrap .box .cont3linkbox:hover, #content03 .cont3wrap .box .cont3linkbox:focus {
    background-color: #F5F5F5;
  }
  #content03 .cont3wrap .box .cont3linkbox:hover::after, #content03 .cont3wrap .box .cont3linkbox:focus::after {
    right: 0;
    transition: 0.3s ease-in;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content03 .cont3wrap {
    gap: 0 30px;
    grid-template-columns: 32% 1fr;
  }
  #content03 .cont3wrap .box h3 {
    font-size: 28px;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col {
    max-width: 110px;
    flex-basis: 110px;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col:nth-child(2) {
    max-width: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
  }
  #content03 .cont3wrap .box .cont3linkbox a .col .cont3txt {
    font-size: 12px;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col .cont3title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #content03 {
    padding: 40px 0 30px;
  }
  #content03 .inr {
    padding: 0 15px;
  }
  #content03 .inr .title {
    margin: 0 0 28px;
  }
  #content03 .inr .cont3img {
    padding-bottom: 207px;
    margin-bottom: 30px;
  }
  #content03 .cont3wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  #content03 .cont3wrap .box h3 {
    font-size: 24px;
    text-align: center;
  }
  #content03 .cont3wrap .box .cont3subtitle {
    text-align: center;
    margin: 0 0 20px;
  }
  #content03 .cont3wrap .box .cont3linkbox::after {
    top: auto;
    bottom: 22px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  #content03 .cont3wrap .box .cont3linkbox a {
    display: block;
    padding: 14px 20px 15px;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col:nth-child(2) {
    max-width: 100%;
    flex-basis: 100%;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col .cont3txt {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1;
  }
  #content03 .cont3wrap .box .cont3linkbox a .col .cont3title {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04 {
  padding: 0 8px;
}
#content04 .inr {
  background-color: #F5F5F5;
  padding: 90px 62px 60px;
}
#content04 .inr .title {
  margin: 0 0 24px;
}
#content04 .inr h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.4;
}
#content04 .inr .cont4txt4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 40px;
  line-height: 2;
  text-align: center;
}

.cont4wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 62px;
}
.cont4wrap .box {
  padding: 0 !important;
}
.cont4wrap .box .imgbox {
  position: relative;
  margin: 0 0 3px;
}
.cont4wrap .box .imgbox .cont4txt {
  position: absolute;
  bottom: 10px;
  left: -10px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 7.7px;
}
.cont4wrap .box .imgbox .cont4txt span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.cont4wrap .box .txtbox {
  display: flex;
  gap: 0 14.6px;
}
.cont4wrap .box .txtbox .price .cont4txt2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 1;
}
.cont4wrap .box .txtbox .en .cont4txt3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.cont4wrap .box .txtbox .en .cont4txt3 span {
  font-size: 10px;
  font-weight: 400;
}

.page-id-195 .cont4wrap .box .planwrap {
  display: flex;
  gap: 0 5px;
  margin-bottom: 10px;
}
.page-id-195 .cont4wrap .box .planwrap .planbox p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.6;
  width: 30px;
  height: 30px;
  margin: 0;
  color: #fff;
  background-color: #666;
}
.page-id-195 .cont4wrap .box .planwrap .planbox02 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.6;
  margin: 0;
}
.page-id-195 .cont4wrap .box .txtbox {
  padding-left: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cont4wrap {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #content04 .inr {
    padding: 30px 0;
  }
  #content04 .inr .subtitle {
    margin-left: 15px;
    margin-right: 15px;
  }
  #content04 .inr .title {
    margin: 0 15px 27px;
  }
  #content04 .inr h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #content04 .inr .cont4txt4 {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .cont4wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    gap: 30px 28px;
  }
  .cont4wrap .box {
    grid-area: 1/1/2/2;
  }
  .cont4wrap .box:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .cont4wrap .box:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .cont4wrap .box:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .cont4wrap .box:nth-child(5) {
    grid-area: 3/1/4/3;
  }
}
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05 {
  padding: 14px 8px 0;
}
#content05 .inr {
  background-color: #F5F5F5;
  padding: 15px 0;
}
#content05 .inr p {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  color: #666;
}

@media screen and (max-width: 768px) {
  #content05 {
    padding-top: 8px;
  }
  #content05 .inr {
    padding: 22px 0;
  }
  #content05 .inr p {
    font-size: 22px;
  }
}
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
#content06 {
  padding: 40px 8px 0;
}
#content06 .inr {
  padding: 90px 62px;
  background-color: #F5F5F5;
}
#content06 .inr .title {
  margin: 0 0 40px;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 {
    grid-auto-rows: 1fr;
  }
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide {
    height: auto;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box {
    height: 100%;
    display: flex;
    width: 100%;
  }
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #666;
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .imgbox {
    flex-shrink: 0;
  }
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
  left: 0;
  transition: transform 0.3s ease;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox {
  background-color: #fff;
  padding: 30px 25px 20px;
}
@media print, screen and (min-width: 769px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox img {
  margin: 0 auto 18.7px;
  display: block;
  text-align: center;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 7px;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  gap: 0 5px;
  display: flex;
  margin: 0;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  color: #666;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt .price {
  font-size: 32px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
}
#content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt .en {
  font-size: 10px;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box:hover a .imgbox img, #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box:focus a .imgbox img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}

@media screen and (max-width: 1210px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox {
    padding: 30px 15px 20px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt {
    font-size: 12px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt .price {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox {
    padding: 30px 25px 20px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt {
    font-size: 14px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 .swiper-slide .box a .txtbox .cont6txt .price {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #content06 {
    padding: 30px 8px 0;
  }
  #content06 .inr {
    padding: 30px 0;
  }
  #content06 .inr .subtitle {
    margin-left: 15px;
    margin-right: 15px;
  }
  #content06 .inr .title {
    margin: 0 15px 30px;
  }
  #content06 .inr .swiper-cont6 {
    padding-bottom: 30px;
  }
  #content06 .inr .swiper-cont6 .swiper-wrapper-cont6 {
    display: flex;
    gap: 0;
  }
  #content06 .inr .swiper-cont6 .cont6-pagination {
    bottom: -5px;
  }
  #content06 .inr .swiper-cont6 .cont6-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 5px;
  }
  #content06 .inr .swiper-cont6 .cont6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #666;
  }
}
/* ---------------------------------------------------------------- */
/* #galleryArea */
/* ---------------------------------------------------------------- */
#galleryArea {
  position: relative;
  padding: 90px 8px 0;
}
#galleryArea .inr {
  padding: 0 62px;
}
#galleryArea .inr .title {
  margin: 0 0 38px;
}
#galleryArea .gallerybtnWrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#galleryArea .gallerybtnWrap .btn {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #galleryArea {
    position: relative;
    padding: 30px 8px 0;
  }
  #galleryArea .inr {
    padding: 0 15px;
  }
  #galleryArea .inr .title {
    margin: 0 0 20px;
  }
  #galleryArea .gallerybtnWrap {
    margin: 30px auto;
    position: static;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}
.gallery-postListWrap .postBox {
  position: relative;
  min-height: 784px;
}
.gallery-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.gallery-postListWrap .postBox a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-postListWrap .postBox a .bg::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-postListWrap .postBox a .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
.gallery-postListWrap .postBox a .gallery_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 324px;
  border-radius: 16px;
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto 20px;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
  border-radius: 16px;
  left: 0;
  transition: transform 0.3s ease;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .permalinkWrap .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .permalinkWrap .count {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  border-top: #fff solid 1px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .permalinkWrap .count::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  display: block;
  background: url(images/home/svg/w_arrow.svg) no-repeat;
  background-size: 22px;
  background-position: center;
  top: 20px;
  right: 10px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .gallery-postListWrap .postBox:hover a .gallery_content .gallery_content_inr .thumbnail img, .gallery-postListWrap .postBox:focus a .gallery_content .gallery_content_inr .thumbnail img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
  .gallery-postListWrap .postBox:hover a .gallery_content .gallery_content_inr .permalinkWrap .count::after, .gallery-postListWrap .postBox:focus a .gallery_content .gallery_content_inr .permalinkWrap .count::after {
    transition: 0.3s ease-in;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gallery-postListWrap .postBox {
    min-height: 480px;
    margin-bottom: 10px;
  }
  .gallery-postListWrap .postBox:last-child {
    margin-bottom: 0;
  }
  .gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 198px;
    max-width: 330px;
  }
  .gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .permalinkWrap .title {
    font-size: 20px;
  }
  .gallery-postListWrap .postBox a .gallery_content .gallery_content_inr .permalinkWrap .count {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------- */
/* 施工事例一覧 */
/* ---------------------------------------------------------------- */
#custom-filter-wrap {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  max-width: 750px;
  margin: 0 auto 60px;
}
#custom-filter-wrap .custom-select-wrap {
  position: relative;
  width: 100%;
  border-bottom: #666 solid 1px;
}
#custom-filter-wrap .custom-select-wrap .custom-select-trigger {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0;
}
#custom-filter-wrap .custom-select-wrap .custom-select-trigger .custom-select-icon {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/common/plus.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  right: 10px;
  bottom: 13px;
}
#custom-filter-wrap .custom-select-wrap .custom-select-trigger .custom-select-icon.open {
  background: url(images/common/minus.svg) no-repeat;
  background-position: center;
  background-size: 14px;
}
#custom-filter-wrap .custom-select-wrap .custom-select-trigger:focus-visible {
  outline: none;
}
#custom-filter-wrap .custom-select-wrap .custom-select-dropdown {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  background: rgba(245, 245, 245, 0.95);
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  z-index: 100;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
}
#custom-filter-wrap .custom-select-wrap .custom-select-dropdown.open {
  display: block;
}
#custom-filter-wrap .custom-select-wrap .custom-select-dropdown .custom-select-item {
  padding: 4px 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  position: relative;
}
#custom-filter-wrap .custom-select-wrap .custom-select-dropdown .custom-select-item:hover::before, #custom-filter-wrap .custom-select-wrap .custom-select-dropdown .custom-select-item:focus::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background: url(images/common/check.svg) no-repeat;
  background-position: center;
  background-size: 13px;
  display: block;
  left: 25px;
  top: 7px;
}
#custom-filter-wrap .custom-select-wrap .custom-select-dropdown .custom-select-item.default {
  pointer-events: none;
}

.gallerylist-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
  margin-bottom: 60px;
}
.gallerylist-postListWrap .postBox {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.gallerylist-postListWrap .postBox .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.gallerylist-postListWrap .postBox .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #666;
  position: absolute;
  top: 0;
}
.gallerylist-postListWrap .postBox .thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}
.gallerylist-postListWrap .postBox .permalinkWrap {
  padding: 10px 20px;
  background-color: #F5F5F5;
  position: relative;
  min-height: 148px;
}
.gallerylist-postListWrap .postBox .permalinkWrap .title {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #666;
  margin: 0 0 10px;
}
.gallerylist-postListWrap .postBox .permalinkWrap .details {
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 100%;
  display: block;
}
.gallerylist-postListWrap .postBox .permalinkWrap .details a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  position: relative;
  width: 100%;
  display: block;
}
.gallerylist-postListWrap .postBox .permalinkWrap .details a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(images/home/svg/b_arrow.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  right: 40px;
  bottom: 0;
  display: block;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .gallerylist-postListWrap .postBox:hover .thumbnail a img, .gallerylist-postListWrap .postBox:focus .thumbnail a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
  .gallerylist-postListWrap .postBox:hover .permalinkWrap .details a::after, .gallerylist-postListWrap .postBox:focus .permalinkWrap .details a::after {
    right: 30px;
    transition: 0.3s ease-in;
  }
}

.gallery_object_typeWrap {
  display: flex;
  gap: 0 5px;
  margin-bottom: 32px;
}
.gallery_object_typeWrap .g_box {
  background-color: #666;
  width: auto;
  height: 20px;
}
.gallery_object_typeWrap .g_box a {
  width: 100%;
  height: 100%;
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.gallery_object_typeWrap .g_box a:hover, .gallery_object_typeWrap .g_box a:focus {
  color: #fff;
  opacity: 0.8;
}
.gallery_object_typeWrap .g_box._area a {
  padding-left: 18px;
  position: relative;
}
.gallery_object_typeWrap .g_box._area a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(images/common/area.svg) no-repeat;
  background-position: center;
  background-size: 9px;
  display: block;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #custom-filter-wrap {
    display: block;
    max-width: 100%;
    gap: 0;
  }
  #custom-filter-wrap .custom-select-wrap:first-child {
    margin-bottom: 40px;
  }
  #custom-filter-wrap .custom-select-wrap .custom-select-dropdown {
    top: 102%;
  }
  .gallerylist-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
/* ---------------------------------------------------------------- */
/* 施工事例詳細 */
/* ---------------------------------------------------------------- */
#singlePage .gallery_object_typeWrap {
  margin-bottom: 15px;
}
#singlePage .singletitle {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #singlePage .singletitle {
    font-size: 24px;
  }
}

.gallery-fvSwiper {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.gallery-fvSwiper .swiper-wrapper .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.gallery-fvSwiper .swiper-wrapper .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
.gallery-fvSwiper .gallery-pagination {
  width: auto;
}
.gallery-fvSwiper .gallery-pagination .swiper-pagination-bullet {
  border-radius: 0%;
  width: 20px;
  height: 2px;
  margin: 0 2.5px;
  opacity: 1;
  background: #CCCCCC;
}
.gallery-fvSwiper .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}
@media screen and (max-width: 768px) {
  .gallery-fvSwiper {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .gallery-fvSwiper .swiper-wrapper .swiper-slide .imgbox {
    padding-bottom: 65%;
  }
}

.gallery_box1 {
  padding: 0 8px;
}
.gallery_box1 .inr {
  background-color: #F5F5F5;
  padding: 35px 0 45px;
}
.gallery_box1 .inr .gallery_box1_cnt {
  padding: 0 50px;
}
.gallery_box1 .inr .gallery_box1_cnt .gallery_box1_wrap {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: repeat(2, 1fr);
}
.gallery_box1 .inr .gallery_box1_cnt .gallery_box1_wrap .gallery_box1_col p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  border-bottom: #666666 solid 1px;
  padding-bottom: 10px;
  line-height: 1.8;
}
.gallery_box1 .inr .gallery_box1_cnt .gallery_box1_wrap .gallery_box1_col p span {
  margin-left: 68px;
  font-weight: 400;
}
.gallery_box1 .inr .gallery_box1_cnt .gallery_box1_wrap .gallery_box1_col:nth-child(4) p span {
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  .gallery_box1 .inr {
    background-color: #F5F5F5;
    padding: 25px 0 35px;
  }
  .gallery_box1 .inr .gallery_box1_cnt {
    padding: 0 20px;
  }
  .gallery_box1 .inr .gallery_box1_cnt .gallery_box1_wrap {
    display: grid;
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery_box2 {
  padding: 90px 0;
}
.gallery_box2 .gallery_pointbox {
  margin-bottom: 60px;
}
.gallery_box2 .gallery_pointbox.last {
  margin-bottom: 0;
}
.gallery_box2 .gallery_pointbox .titleh3 {
  margin-bottom: 30px;
}
.gallery_box2 .gallery_pointbox .gallery_point_txt {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}
.gallery_box2 .gallery_area {
  padding-top: 90px;
}
.gallery_box2 .gallery_area .gallery_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.gallery_box2 .gallery_area .gallery_wrap .imgbox {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
}
.gallery_box2 .gallery_area .gallery_wrap .imgbox::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #DED9D6;
  display: block;
  background-image: url(images/common/gallery_popup_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  bottom: 0;
  right: 0;
}
.gallery_box2 .gallery_area .gallery_wrap .imgbox a {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  display: block;
}
.gallery_box2 .gallery_area .gallery_wrap .imgbox a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .gallery_box2 .gallery_area .gallery_wrap .imgbox:hover a img, .gallery_box2 .gallery_area .gallery_wrap .imgbox:focus a img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}
.gallery_box2 .gallery_box2_txt {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
}
.gallery_box2 .nopost {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gallery_box2 {
    padding: 60px 0;
  }
  .gallery_box2 .gallery_area {
    padding-top: 60px;
  }
  .gallery_box2 .gallery_area .gallery_wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery_box2 .gallery_pointbox {
    margin-bottom: 40px;
  }
  .gallery_box2 .gallery_box2_txt {
    font-size: 20px;
  }
}
.fancybox__container {
  padding: 50px 100px;
}

.fancybox__toolbar,
.fancybox__thumbs,
.f-counter {
  display: none !important;
}

.f-button {
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .fancybox__container {
    padding: 40px 30px;
  }
  .is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: 0 !important;
  }
  .is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: 0 !important;
  }
}
/* ---------------------------------------------------------------- */
/* #newsArea */
/* ---------------------------------------------------------------- */
#newsArea .inr {
  padding: 90px 70px;
}

@media screen and (max-width: 768px) {
  #newsArea .inr {
    padding: 0 15px 30px;
  }
}
.news-postListWrap .postBox {
  border-bottom: #D3D3D3 solid 1px;
  position: relative;
}
.news-postListWrap .postBox::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  display: block;
  background: url(images/home/svg/b_arrow.svg) no-repeat;
  background-size: 22px;
  background-position: center;
  top: 30px;
  right: 10px;
  transition: 0.3s ease-in;
}
.news-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 60px;
  text-decoration: none;
  color: #666;
  padding: 30px 0;
}
.news-postListWrap .postBox a time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.news-postListWrap .postBox a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .news-postListWrap .postBox:hover::after, .news-postListWrap .postBox:focus::after {
    transition: 0.3s ease-in;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-postListWrap .postBox::after {
    background: url(images/home/svg/b_arrow.svg) no-repeat;
    background-size: 15px;
    background-position: center;
    top: 50px;
  }
  .news-postListWrap .postBox a {
    display: block;
    padding: 20px 0 16px;
  }
  .news-postListWrap .postBox a time {
    margin-bottom: 10px;
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
.page-id-76 #content07 {
  margin-top: 10px;
}

#content07 {
  padding: 90px 8px 8px;
  background-color: #F5F5F5;
}
#content07 .inr {
  padding: 0 62px;
}
#content07 .inr .title {
  margin: 0 0 44px;
}
#content07 .cont7wrap {
  display: grid;
  gap: 0 8px;
  grid-template-columns: repeat(2, 1fr);
}
#content07 .cont7wrap .box {
  position: relative;
}
#content07 .cont7wrap .box a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #fff;
}
#content07 .cont7wrap .box a .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  overflow: hidden;
}
#content07 .cont7wrap .box a .imgbox::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
#content07 .cont7wrap .box a .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
#content07 .cont7wrap .box a .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
}
#content07 .cont7wrap .box a .txtbox h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
#content07 .cont7wrap .box a .txtbox p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  #content07 .cont7wrap .box:hover a .imgbox::after, #content07 .cont7wrap .box:focus a .imgbox::after {
    background-color: transparent;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  #content07 {
    padding: 30px 0 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #F5F5F5;
  }
  #content07 .inr {
    padding: 0 15px;
  }
  #content07 .inr .title {
    margin: 0 0 20px;
  }
  #content07 .cont7wrap {
    display: grid;
    gap: 10px 0;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
  }
  #content07 .cont7wrap .box a .imgbox {
    padding-bottom: 60%;
  }
}
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  width: 100%;
}
.accordion-container .accordion-list {
  margin-bottom: 30px;
}
.accordion-container .accordion-list:first-child {
  margin-top: 10px;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  padding: 30px 0;
  position: relative;
  border-bottom: #EFEFEF solid 1px;
}
.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  height: 20px;
  width: 20px;
  background: url("images/common/qa_plus.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
.accordion-container .accordion-list .accordion-title h3 span {
  font-size: 14px;
  margin-right: 30px;
  color: #666666;
}
.accordion-container .accordion-list .accordion-title.open::after {
  background: url("images/common/qa_minus.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(180deg) !important;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 60px;
  background-color: #F5F5F5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accordion-container .accordion-list {
    margin-bottom: 20px;
  }
  .accordion-container .accordion-list .accordion-title {
    padding: 0 40px 20px 0;
  }
  .accordion-container .accordion-list .accordion-title span {
    display: block;
  }
  .accordion-container .accordion-list .accordion-title::after {
    right: 0;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 30px 15px;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* 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;
}

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

.archive #cnts, .page-id-91 #cnts, .page-id-95 #cnts, .page-id-98 #cnts, .page-id-81 #cnts, .page-id-83 #cnts {
  padding-bottom: 90px;
}

#singlePage #cnts {
  margin-top: 84px;
}

.page-id-76 #pageTitlebox, .page-id-91 #pageTitlebox {
  height: 280px;
}
.page-id-76 #pageTitlebox .titlebox .inr, .page-id-91 #pageTitlebox .titlebox .inr {
  padding: 30px 0;
}
.page-id-76 #pageTitlebox .titlebox .inr p, .page-id-91 #pageTitlebox .titlebox .inr p {
  margin: 0 0 20px;
}
.page-id-76 #pageTitlebox .titlebox .inr p.en, .page-id-91 #pageTitlebox .titlebox .inr p.en {
  margin-bottom: 0;
}

#pageTitlebox {
  position: relative;
  height: 540px;
  margin-bottom: 12px;
  z-index: 0;
}
#pageTitlebox .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#pageTitlebox .imgbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pageTitlebox .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
#pageTitlebox .titlebox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pageTitlebox .titlebox .container {
  height: 100%;
}
#pageTitlebox .titlebox .inr {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 0;
}
#pageTitlebox .titlebox .inr p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.43;
  margin: 0 0 30px;
  position: relative;
}
#pageTitlebox .titlebox .inr p::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 1px;
  background-color: #fff;
  display: block;
  bottom: -10px;
  left: 0;
}
#pageTitlebox .titlebox .inr p.en {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
#pageTitlebox .titlebox .inr p.en::after {
  display: none;
}
#pageTitlebox .scroll_down {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#pageTitlebox.list {
  height: 280px;
}
#pageTitlebox.list .titlebox .inr {
  padding: 30px 0;
}
#pageTitlebox.list .titlebox .inr p {
  margin: 0 0 20px;
}
#pageTitlebox.list .titlebox .inr p.en {
  margin-bottom: 0;
}
#pageTitlebox.list .scroll_down {
  left: 50%;
  margin-left: -600px;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #pageTitlebox.list .scroll_down {
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive #cnts, .page-id-91 #cnts, .page-id-95 #cnts, .page-id-98 #cnts, .page-id-81 #cnts, .page-id-83 #cnts {
    padding-bottom: 60px;
  }
  #pageTitlebox {
    height: 345px;
  }
  #pageTitlebox .titlebox .inr {
    padding: 60px 0;
  }
  #pageTitlebox .titlebox .inr p {
    margin: 0 0 20px;
  }
  #pageTitlebox .titlebox .inr p::after {
    width: 90%;
  }
  #pageTitlebox.list {
    height: 345px;
  }
  #pageTitlebox.list .inr {
    padding: 60px 0;
  }
  #pageTitlebox.list .inr p {
    margin: 0 0 20px;
  }
  #pageTitlebox.list .inr p::after {
    width: 90%;
  }
  #pageTitlebox.list .scroll_down {
    left: 5px;
    margin-left: 0;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin-bottom: 60px;
  padding-right: 1em;
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto !important;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
}
.pcm-breadcrumbs__item {
  margin-bottom: 0 !important;
}
.pcm-breadcrumbs__item:first-child a {
  width: 100%;
  height: 100%;
  background: url(images/common/breadcrumbs.svg) no-repeat;
  background-position: center;
  background-size: 28px;
}
.pcm-breadcrumbs__item:last-of-type {
  overflow: hidden;
  min-width: 0;
  flex: 1;
}
.pcm-breadcrumbs__item:last-of-type .pcm-breadcrumbs__link {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 15px;
}
.pcm-breadcrumbs__link {
  color: #575757 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #575757 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs {
    max-width: 750px;
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  min-height: 300px;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.45;
}
.postPage .titleh2 {
  font-size: 26px;
  color: #666;
  font-weight: 500;
  margin: 0 0 40px;
}
.postPage .titleh2._center {
  text-align: center;
}
.postPage .titleh2 span {
  font-size: 40px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 0.8;
  margin-right: 15px;
}
.postPage .titleh3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: #666 solid 1px;
  padding-bottom: 10px;
  margin: 0 0 40px;
}
.postPage .titleh3._center {
  text-align: center;
}
.postPage .titleh4 {
  font-size: 22px;
  font-weight: 400;
  color: #666;
  padding-left: 22px;
  position: relative;
  margin: 0 0 30px;
}
.postPage .titleh4::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666;
  left: 0;
  top: 10px;
}
.postPage .titleh5 {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  position: relative;
  margin: 0 0 20px;
}
.postPage .titleh5::before {
  content: "";
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 1px;
  display: block;
}
.postPage .titleh6 {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
  padding: 7px 20px;
  background-color: #EFEFEF;
}
.postPage .box {
  padding: 90px 0;
}
.postPage .box.box_radius {
  padding: 0;
  margin-top: -70px;
}
.postPage .box.box_radius .box_radius_inr {
  padding: 90px 0 160px;
  border-radius: 120px 120px 0 0;
  background-color: #fff;
}
.postPage .box.box_radius._02 .box_radius_inr {
  padding-bottom: 90px;
}
.postPage .box.box2 {
  padding: 0 8px;
}
.postPage .box.box2 .box2_inr {
  padding: 90px 0;
  background-color: #F5F5F5;
}
.postPage .box.box2 .box2_inr.radius120 {
  padding: 90px 0 160px;
  border-radius: 120px 120px 0 0;
}
.postPage .box.box2.concept .box2_inr {
  padding: 45px 0;
}
.postPage .box.box7 {
  padding: 0 8px;
}
.postPage .box.box7 .box7_inr {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.postPage .box.radius120 {
  border-radius: 120px 120px 0 0;
}
.postPage .box.box3 {
  padding: 60px 0;
}
.postPage .box.box4 {
  padding: 0 0 90px;
}
.postPage .box.box5 {
  padding: 90px 0 0;
}
.postPage .box.box6 {
  padding: 60px 0 0;
}
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  font-size: 14px;
  line-height: 1.8;
}
.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.postPage p.tableAtt {
  margin: -20px 0 20px;
}
.postPage .bold {
  font-weight: bold;
}
.postPage .semibold {
  font-weight: 600;
}
.postPage .medium {
  font-weight: 500;
}
.postPage .font_color_red {
  color: #861A1A;
}
.postPage .red_underline {
  border-bottom: #861A1A solid 2px;
}
.postPage .underline {
  text-decoration: underline;
}
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.postPage .small {
  font-size: 14px;
}
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}
.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage code {
  font-family: "Noto Sans JP", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #666;
}
.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: #F5F5F5;
}
.postPage a.textArrow:hover {
  color: #666;
  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: #666;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #F5F5F5;
  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 {
  background-color: #fff;
}
.postPage table tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}
.postPage table tr th, .postPage table tr td {
  padding: 10px 20px;
  width: auto;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.postPage table tr th {
  font-weight: 700;
  min-width: 190px;
  width: auto;
  background-color: #666;
  color: #fff;
  border-bottom: #fff solid 1px;
}
.postPage table tr th + th {
  border-left: 1px solid #666666;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
.postPage table tr th.minwidth_auto {
  min-width: auto;
}
.postPage table tr td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-left: none !important;
}
.postPage table tr td + td {
  border-left: 1px solid #666 !important;
}
.postPage table tr .inherit {
  min-width: inherit;
}
.postPage table tr .w80 {
  width: 80px;
  min-width: inherit;
}
.postPage table tr .w100 {
  width: 100px;
  min-width: inherit;
}
.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%;
}
.postPage table tr .tw70p {
  width: 70%;
}
.postPage table tr .tw200 {
  width: 200px;
}
.postPage table tr .tw210 {
  width: 210px;
}
.postPage table.type2 tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}
.postPage table.type2 tr th, .postPage table.type2 tr td {
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  vertical-align: middle;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td + td {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage table.type4 tr th:first-child + th {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.postPage table.type4 tr td:first-child {
  background-color: #666;
  color: #fff;
}
.postPage table.type5 tr {
  background-color: #fff;
}
.postPage table.type5 tr:nth-of-type(even) {
  background-color: #F5F5F5;
}
.postPage table.type7 {
  border-collapse: separate; /* セルを分離させる */
  border-spacing: 40px 0;
}
.postPage table.type7.spacing10 {
  border-spacing: 10px 0;
}
.postPage table.type7 tr:first-child th, .postPage table.type7 tr:first-child td {
  padding-top: 0;
}
.postPage table.type7 tr:nth-child(odd) {
  background-color: transparent;
}
.postPage table.type7 tr:nth-of-type(even) {
  background-color: transparent;
}
.postPage table.type7 tr th {
  background-color: transparent;
  color: #666;
  vertical-align: middle;
  border-bottom: #333 solid 2px;
}
.postPage table.type7 tr td {
  text-align: left;
  padding-left: 0;
  padding-top: 14px;
  border-bottom: #333 solid 1px;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr {
  border-bottom: 1px solid #fff;
}
.postPage .tableSc table tr th, .postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
  /*width: inherit;*/
}
.postPage .tableSc table tr th {
  text-align: center;
  vertical-align: middle;
  min-width: inherit;
}
.postPage .tableSc table tr th + th {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td + td {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td:nth-of-type(1) {
  border-left: none;
}
.postPage blockquote {
  background: #F5F5F5;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  margin: 0;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage blockquote.blockquote02 {
  padding: 40px 50px;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl dt {
  font-weight: bold;
}
.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #F5F5F5;
}
.postPage ul.iconList li {
  padding: 0 0 0 20px;
  line-height: 1.8;
  font-size: 14px;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 7.76px;
  height: 7.76px;
  background: #666;
}
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage ol.number {
  list-style-type: decimal-leading-zero;
}
.postPage ol.number li {
  line-height: 1.8;
  margin-left: 10px;
}
.postPage ol.number li::marker {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .postPage .titleh2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .postPage .titleh2._spleft {
    text-align: left;
  }
  .postPage .titleh3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .postPage .titleh4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .postPage .titleh5 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .postPage .titleh6 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 3px 15px;
  }
  .postPage .sp_textLeft {
    text-align: left !important;
  }
  .postPage .box {
    padding: 60px 0;
  }
  .postPage .box.box_radius {
    padding: 0;
    margin-top: -50px;
  }
  .postPage .box.box_radius .box_radius_inr {
    padding: 60px 0 90px;
    border-radius: 60px 60px 0 0;
    background-color: #fff;
  }
  .postPage .box.box_radius._02 .box_radius_inr {
    padding-bottom: 90px;
  }
  .postPage .box.box2 {
    padding: 0;
  }
  .postPage .box.box2 .box2_inr {
    padding: 60px 0;
    background-color: #F5F5F5;
  }
  .postPage .box.box2 .box2_inr.radius120 {
    padding: 60px 0 90px;
    border-radius: 60px 60px 0 0;
  }
  .postPage .box.box7 .box7_inr {
    padding: 40px 0;
  }
  .postPage .box.box3 {
    padding: 60px 0;
  }
  .postPage .box.box4 {
    padding: 0 0 60px;
  }
  .postPage .box.box5 {
    padding: 60px 0 0;
  }
  .postPage table tr {
    display: flex;
  }
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
    padding: 14px 10px;
  }
  .postPage table tr th + td, .postPage table tr td + td {
    border-left: 0;
  }
  .postPage table tr th.w200 {
    width: 100%;
  }
  .postPage table tr .spw25 {
    width: 25%;
    min-width: inherit;
  }
  .postPage table tr .spw50 {
    width: 50%;
    min-width: inherit;
  }
  .postPage table tr .spw80 {
    width: 80px !important;
    min-width: inherit;
  }
  .postPage table tr .spw150 {
    width: 150px !important;
    min-width: inherit;
  }
  .postPage table tr {
    /*.tw15p { width: 100%; }
    .tw30p { width: 100%; }
    .tw33p { width: 100%; }
    .tw50p { width: 100%; }
    .tw70p { width: 100%; }
    .tw200 { width: 100%; }
    .tw210 { width: 100%; }*/
  }
  .postPage table.type2 tr, .postPage table.type3 tr, .postPage table.type4 tr, .postPage table.type5 tr {
    display: inherit;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td, .postPage table.type3 tr th, .postPage table.type3 tr td, .postPage table.type4 tr th, .postPage table.type4 tr td, .postPage table.type5 tr th, .postPage table.type5 tr td {
    display: table-cell;
  }
  .postPage table.type7 {
    border-spacing: 0;
  }
  .postPage table.type7 tr {
    gap: 0 10px;
  }
  .postPage table.type7 tr:first-child th, .postPage table.type7 tr:first-child td {
    padding-top: 0;
  }
  .postPage table.type7 tr th, .postPage table.type7 tr td {
    padding: 16px 0 18px;
  }
  .postPage table.type7 tr th {
    display: inline;
  }
  .postPage table.type7 tr th.w200 {
    width: 30%;
  }
  .postPage .tableSc {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postPage .sp_textCenter {
    text-align: center;
  }
}

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

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

/* ---------------------------------------------------------------- */
/* MAESHOの家づくり */
/* ---------------------------------------------------------------- */
#page_top_wrapper {
  padding: 0 8px;
  margin-bottom: 60px;
}
#page_top_wrapper .page_top_inner {
  padding: 60px 0;
  position: relative;
  background-color: #F5F5F5;
}
#page_top_wrapper .page_top_inner .page_top_bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#page_top_wrapper .page_top_inner .page_top_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  display: block;
}
#page_top_wrapper .page_top_inner .page_top_textbox {
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#page_top_wrapper .page_top_inner .page_top_textbox p {
  margin: 0;
}
#page_top_wrapper.price {
  margin-bottom: 0;
}
#page_top_wrapper.price .page_top_inner .page_top_bg img {
  left: auto;
  right: 0;
  width: 25%;
}
#page_top_wrapper.price .page_top_inner .page_top_textbox {
  max-width: 500px;
}
#page_top_wrapper.design {
  margin-bottom: 0;
}
#page_top_wrapper.design .page_top_textbox {
  max-width: 640px;
}
#page_top_wrapper.facility {
  margin-bottom: 0;
}
#page_top_wrapper.facility .page_top_inner .page_top_bg img {
  width: 23%;
  height: 93%;
  top: auto;
  bottom: 0;
}
#page_top_wrapper.warranty {
  margin-bottom: 0;
}
#page_top_wrapper.warranty .page_top_inner .page_top_bg img {
  left: auto;
  right: 0;
  width: 25%;
}
#page_top_wrapper.warranty .page_top_inner .page_top_textbox {
  max-width: 420px;
}
#page_top_wrapper.concept {
  margin-bottom: 0;
}
#page_top_wrapper.concept .page_top_inner .page_top_bg img {
  left: auto;
  right: 0;
  width: 25%;
}
#page_top_wrapper.renovation .page_top_inner .page_top_textbox {
  max-width: 750px;
}

@media screen and (max-width: 768px) {
  #page_top_wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
  #page_top_wrapper .page_top_inner {
    padding: 30px 0;
  }
  #page_top_wrapper .page_top_inner .page_top_bg img {
    bottom: 0;
    width: 50%;
    height: 56%;
    top: auto;
  }
  #page_top_wrapper .page_top_inner .page_top_textbox {
    max-width: 96%;
  }
  #page_top_wrapper.price .page_top_inner .page_top_bg img {
    width: 65%;
  }
  #page_top_wrapper.design .page_top_inner .page_top_bg img {
    width: 59%;
    height: 76%;
  }
  #page_top_wrapper.design .page_top_textbox {
    max-width: 96%;
  }
  #page_top_wrapper.facility .page_top_inner .page_top_bg img {
    width: 62%;
    height: 60%;
  }
  #page_top_wrapper.warranty .page_top_inner .page_top_bg img {
    height: 64%;
    width: 70%;
  }
  #page_top_wrapper.warranty .page_top_inner .page_top_textbox {
    max-width: 96%;
  }
  #page_top_wrapper.concept {
    margin-bottom: 0;
  }
  #page_top_wrapper.concept .page_top_inner .page_top_bg img {
    height: 88%;
    width: 69%;
  }
  #page_top_wrapper.renovation .page_top_inner .page_top_textbox {
    max-width: 100%;
  }
}
.page_linkswrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.page_linkswrap._02 {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
}
.page_linkswrap .page_linksbox {
  background-color: #666;
}
.page_linkswrap .page_linksbox a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}
.page_linkswrap .page_linksbox a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url(images/common/pagelink_icon.svg) no-repeat;
  background-size: 14px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_linkswrap .page_linksbox:hover a::after, .page_linkswrap .page_linksbox:focus a::after {
    top: 55%;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 768px) {
  .page_linkswrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .page_linkswrap._02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
.hover_expand {
  overflow: hidden;
  position: relative;
}
.hover_expand::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
  background-image: url(images/common/gallery_popup_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  bottom: 30px;
  right: 0;
}
.hover_expand img {
  transition: transform 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .hover_expand:hover img, .hover_expand:focus img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    opacity: 1;
  }
}
.hover_expand._02::after {
  top: 0;
  bottom: auto;
}
.hover_expand._03::after {
  display: none;
}
.hover_expand._04::after {
  bottom: 0;
}
.hover_expand._05::after {
  bottom: 60px;
}
.hover_expand._06::after {
  bottom: 60px;
}
.hover_expand._07::after {
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .hover_expand._05::after {
    display: none;
  }
  .hover_expand._sp01::after {
    bottom: 60px;
  }
  .hover_expand._sp02::after {
    bottom: 65px;
  }
  .horizontal_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal_scroll img {
    max-width: 100%;
    min-width: 650px;
    vertical-align: top;
  }
  .horizontal_scroll .equipment_warranty_table {
    max-width: 100%;
    min-width: 860px;
    vertical-align: top;
  }
}
.marginauto {
  margin: 0 auto;
}

.block {
  display: block;
}

.width600 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.width720 {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.width200 {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.width240 {
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.width300 {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.width160 {
  max-width: 160px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}

.gray_border {
  border: rgba(112, 112, 112, 0.2) solid 1px;
}

.radius8 {
  border-radius: 8px;
}

.radius16 {
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .width600 {
    max-width: 100%;
  }
  .width720 {
    max-width: 100%;
  }
}
#buildinghouse_botttom {
  padding: 0 8px 10px;
}
#buildinghouse_botttom .inr {
  padding: 90px 0;
  background-color: #F5F5F5;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0 90px;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .leftbox p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box {
  background-color: #666;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(images/home/svg/w_arrow.svg) no-repeat;
  background-size: 10px;
  display: block;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 13px;
  transition: 0.3s ease-in;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box a span {
  font-size: 12px;
  font-weight: 400;
  color: #C4C4C4;
  line-height: 1.28;
  text-transform: uppercase;
}
#buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box:hover a::after, #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box:focus a::after {
    right: 5px;
    transition: 0.3s ease-in;
  }
  #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box:hover a p, #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box:focus a p {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #buildinghouse_botttom .inr .buildinghouse_b_inr {
    gap: 0 40px;
  }
  #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox .building_box a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #buildinghouse_botttom .inr {
    padding: 60px 0;
  }
  #buildinghouse_botttom .inr .titleh2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #buildinghouse_botttom .inr .buildinghouse_b_inr {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  #buildinghouse_botttom .inr .buildinghouse_b_inr .leftbox p {
    font-size: 18px;
    text-align: center;
  }
  #buildinghouse_botttom .inr .buildinghouse_b_inr .rightbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
/* ---------------------------------------------------------------- */
/* grid */
/* ---------------------------------------------------------------- */
.parent_grid {
  display: grid;
}
.parent_grid.align-center {
  align-items: center;
}
.parent_grid.column2 {
  grid-template-columns: repeat(2, 1fr);
}
.parent_grid.column3 {
  grid-template-columns: repeat(3, 1fr);
}
.parent_grid.column4 {
  grid-template-columns: repeat(4, 1fr);
}
.parent_grid.column6 {
  grid-template-columns: repeat(6, 1fr);
}
.parent_grid.sp3_7 {
  grid-template-columns: 30% 1fr;
}
.parent_grid.sp2_8 {
  grid-template-columns: 20% 1fr;
}
.parent_grid.gap5 {
  gap: 5px;
}
.parent_grid.gap10 {
  gap: 10px;
}
.parent_grid.gap3 {
  gap: 3px;
}
.parent_grid.gap_column5 {
  grid-column-gap: 5px;
}
.parent_grid.gap_column15 {
  grid-column-gap: 15px;
}
.parent_grid.gap_column20 {
  grid-column-gap: 20px;
}
.parent_grid.gap_row20 {
  grid-row-gap: 20px;
}
.parent_grid.gap_column30 {
  grid-column-gap: 30px;
}
.parent_grid.gap_column40 {
  grid-column-gap: 40px;
}
.parent_grid.gap_row30 {
  grid-row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .parent_grid.spcolumn1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .parent_grid.spcolumn2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .parent_grid.sp_gap10 {
    gap: 10px;
  }
  .parent_grid.sp_gap_column0 {
    grid-column-gap: 0;
  }
  .parent_grid.sp_gap_column20 {
    grid-column-gap: 20px;
  }
  .parent_grid.gap_column20 {
    grid-column-gap: 0;
  }
  .parent_grid.sp_gap_row5 {
    grid-row-gap: 5px;
  }
  .parent_grid.sp_gap_row20 {
    grid-row-gap: 20px;
  }
  .parent_grid.sp_gap_row10 {
    grid-row-gap: 10px;
  }
}

/* ---------------------------------------------------------------- */
/* font */
/* ---------------------------------------------------------------- */
.font_mont {
  font-family: "Montserrat", sans-serif;
}

.font_oswald {
  font-family: "Oswald", sans-serif;
}

/* ---------------------------------------------------------------- */
/* 定額制注文住宅相談会 */
/* ---------------------------------------------------------------- */
.flatrate_wrap {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .flatrate_wrap {
    margin-bottom: 20px;
  }
}
.titleh2.flatrate_titleh2 {
  margin-bottom: 80px;
}

.flatrate_box {
  border: #666 solid 1px;
  border-radius: 8px;
  position: relative;
  padding: 50px 28px 10px;
}
.flatrate_box._02 {
  max-width: 33.3333333333%;
}
.flatrate_box .imgbox {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.flatrate_box .txtbox .titleh3 {
  margin-bottom: 20px;
}
.flatrate_box .txtbox .iconList li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .titleh2.flatrate_titleh2 {
    margin-bottom: 30px;
  }
  .flatrate_box {
    display: grid;
    grid-template-columns: 60px 1fr;
    padding: 20px 15px 20px;
    gap: 0 25px;
    align-items: center;
  }
  .flatrate_box .imgbox {
    position: static;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .flatrate_box._02 {
    max-width: 100%;
  }
  .flatrate_box .txtbox .titleh3._center {
    text-align: left;
  }
  .flatrate_box .txtbox .iconList {
    margin-bottom: 0;
  }
}
.flatrate_g_box {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 13px 20px 24px;
}
.flatrate_g_box .flatrate_inr {
  max-width: 460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 142px 1fr;
  align-items: center;
  gap: 0 30px;
}
.flatrate_g_box .flatrate_inr .flatrate_g_col p {
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .flatrate_g_box {
    padding: 30px 40px;
  }
  .flatrate_g_box .flatrate_inr {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 15px 0;
  }
  .flatrate_g_box .flatrate_inr .flatrate_g_col img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .flatrate_g_box .flatrate_inr .flatrate_g_col p {
    font-size: 16px;
    text-align: center;
  }
}
/* ---------------------------------------------------------------- */
/* 性能 */
/* ---------------------------------------------------------------- */
.down_arrow {
  position: relative;
}
.down_arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 24px solid #ffffff;
  border-bottom: 0;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.box2.down_arrow::after {
  border-top: 24px solid #F5F5F5;
}

.youtube_box {
  background-color: #666;
  padding: 30px 0 40px;
}
.youtube_box .titleh4 {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: #fff solid 1px;
}
.youtube_box .titleh4::before {
  background-color: #fff;
}
.youtube_box .youtube_wrap {
  display: grid;
  grid-template-columns: 544px 1fr;
  gap: 0 55px;
  position: relative;
}
.youtube_box .youtube_wrap::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
  left: 0;
  bottom: 60px;
}
.youtube_box .youtube_wrap .txtbox {
  padding: 35px 0;
}
.youtube_box .youtube_wrap .txtbox p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.45;
}
.youtube_box .youtube_wrap .txtbox p span {
  font-size: 16px;
}

.youtubeicon {
  position: relative;
}
.youtubeicon a {
  width: 100%;
  height: 100%;
  display: block;
}
.youtubeicon a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/common/quality/quality_youtube_icon.svg) no-repeat;
  background-position: center;
  background-size: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.youtubeicon.concept a::before {
  background: url(images/common/concept/concept_youtube_icon.svg) no-repeat;
  background-position: center;
  background-size: 93px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .youtube_box .youtube_wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding-bottom: 25px;
  }
  .youtube_box .youtube_wrap::before {
    bottom: 0;
  }
  .youtube_box .youtube_wrap .txtbox {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .youtube_box {
    padding: 45px 0 40px;
  }
  .youtube_box .titleh4 {
    margin-bottom: 25px;
  }
  .youtube_box .youtube_wrap {
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding-bottom: 25px;
  }
  .youtube_box .youtube_wrap::before {
    bottom: 0;
  }
  .youtube_box .youtube_wrap .txtbox {
    padding: 0;
  }
  .youtube_box .youtube_wrap .txtbox p {
    font-size: 20px;
  }
  .youtubeicon a::before {
    background: url(images/common/quality/quality_youtube_icon.svg) no-repeat;
    background-position: center;
    background-size: 60px;
  }
  .youtubeicon.concept a::before {
    background: url(images/common/concept/concept_youtube_icon.svg) no-repeat;
    background-position: center;
    background-size: 60px;
  }
}
/* ---------------------------------------------------------------- */
/* 価格 */
/* ---------------------------------------------------------------- */
.price_table {
  max-width: 750px;
  margin: 0 auto 30px;
  gap: 0 60px;
  flex-wrap: nowrap;
}
.price_table .columnBox {
  max-width: 345px;
  flex-basis: 345px;
}
.price_table._02 {
  max-width: 830px;
}

@media screen and (max-width: 768px) {
  .price_table {
    max-width: 100%;
  }
  .price_table._02 {
    max-width: 100%;
  }
}
.price_table_wrap {
  position: relative;
}
.price_table_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 46px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  display: block;
  left: 0;
  bottom: 0;
}
.price_table_wrap .price_table_scroll {
  max-height: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ddd;
}
.price_table_wrap .price_table_scroll table.scroll tr th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.price_title {
  padding: 80px 0 20px;
  position: relative;
  margin-bottom: 10px;
}
.price_title .price_imgbox {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}

.fixedfee_wrap {
  margin-bottom: 32px;
}
.fixedfee_wrap .fixedfee_box {
  position: relative;
  padding: 30px;
  background-color: #fff;
  color: #666;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.fixedfee_wrap .fixedfee_box span {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  top: 10px;
  left: 10px;
}
.fixedfee_wrap .fixedfee_box span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(images/common/price/border.svg) no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  top: 10px;
  left: 10px;
}
.fixedfee_wrap .fixedfee_box .text1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.fixedfee_wrap .fixedfee_box .text2 {
  font-size: 18px;
  margin: 0;
}
.fixedfee_wrap .fixedfee_box .imgbox {
  margin: 25px auto 0;
  text-align: center;
  display: block;
}
.fixedfee_wrap .fixedfee_box.h180 {
  height: 180px;
}
.fixedfee_wrap._02 .fixedfee_box {
  background-color: #666;
  color: #fff;
}
.fixedfee_wrap._02 .fixedfee_box span::after {
  background: url(images/common/price/w_border.svg) no-repeat;
  background-position: center;
  background-size: 30px;
}
.fixedfee_wrap._03 .fixedfee_box {
  background-color: #F5F5F5;
  padding-top: 35px;
  padding-bottom: 35px;
}
.fixedfee_wrap._04 .fixedfee_box {
  background-color: #F5F5F5;
}
.fixedfee_wrap.lineup .fixedfee_box {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}
.fixedfee_wrap.lineup .fixedfee_box .text2 {
  line-height: 1.27;
  font-size: 22px;
}
.fixedfee_wrap.spec .fixedfee_box .text2 {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .price_title {
    padding: 0;
    position: relative;
    margin-bottom: 15px;
  }
  .price_title .price_imgbox {
    position: inherit;
    max-width: 100%;
  }
  .fixedfee_wrap {
    margin-bottom: 40px;
  }
  .fixedfee_wrap .fixedfee_box {
    position: relative;
    padding: 15px;
    background-color: #fff;
  }
  .fixedfee_wrap .fixedfee_box span {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    top: 3px;
    left: 3px;
  }
  .fixedfee_wrap .fixedfee_box span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/common/price/border.svg) no-repeat;
    background-position: center;
    background-size: 14px;
    display: block;
    top: 3px;
    left: 7px;
  }
  .fixedfee_wrap .fixedfee_box .text1 {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  .fixedfee_wrap .fixedfee_box .text2 {
    font-size: 16px;
    line-height: 1.25;
  }
  .fixedfee_wrap.lineup .fixedfee_box {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 75px;
  }
  .fixedfee_wrap.lineup .fixedfee_box .text2 {
    line-height: 1.5;
    font-size: 16px;
  }
  .fixedfee_wrap.spec .fixedfee_box {
    padding: 10px 18px;
  }
  .fixedfee_wrap.spec .fixedfee_box .text1 {
    margin-bottom: 0;
  }
  .fixedfee_wrap.spec .fixedfee_box .text2 {
    font-size: 18px;
  }
  .fixedfee_wrap.white .fixedfee_box {
    padding-top: 25px;
  }
  .fixedfee_wrap.white .fixedfee_box .text1 {
    font-size: 11px;
  }
  .sppl23 {
    padding-left: 23px !important;
  }
}
.price_desin_fvSwiper {
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox {
  position: relative;
  padding: 30px 30px 22px;
  background-color: #666;
  color: #fff;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox span {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  top: 10px;
  left: 10px;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(images/common/price/w_border.svg) no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  top: 10px;
  left: 10px;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox .text1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox .text2 {
  font-size: 18px;
  margin: 0;
}
.price_desin_fvSwiper .swiper-wrapper .swiper-slide .imgbox .pricedesin_imgbox {
  background-color: #fff;
  padding: 20px;
}
.price_desin_fvSwiper .price_desin-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border-radius: 0;
}
.price_desin_fvSwiper .price_desin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111111;
}
.price_desin_fvSwiper.stories {
  margin-bottom: 0;
}
.price_desin_fvSwiper.stories .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_desin_fvSwiper.stories .swiper-wrapper .swiper-slide .imgbox .pricedesin_textbox .text2 {
  line-height: 1.5;
}
.price_desin_fvSwiper.stories .price_desin-pagination .swiper-pagination-bullet {
  border: #666 solid 1px;
}

.list-wrap {
  position: relative;
}

.list-wrap.collapsed .iconList li:nth-child(n+4) {
  display: none;
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, #F5F5F5); /* 背景色に合わせて変更 */
}

.list-wrap.expanded .fade-overlay {
  display: none;
}

.toggle-btn {
  background-color: #666666;
  color: #fff;
  border-color: #666;
  padding: 5px 20px;
  font-size: 12px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle-btn .arrow {
  font-size: 8px;
  margin-left: 10px;
}

/* ---------------------------------------------------------------- */
/* デザイン */
/* ---------------------------------------------------------------- */
.design_bg {
  background: url(images/common/design/design04_bg_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  color: #fff;
  margin-bottom: 10px;
}
.design_bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  z-index: -1;
}
.design_bg .titleh2 {
  color: #fff;
}
.design_bg .container {
  position: relative;
}

.design3wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 35px;
}
.design3wrap .columnBox .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 40%;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
}
.design3wrap .columnBox .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design_text {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 0 0 40px !important;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .design_bg {
    background: none;
    height: auto;
    position: relative;
  }
  .design_bg .inr_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
  .design_bg .inr_bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.8);
    z-index: -1;
  }
  .design_bg .inr_bg .bg_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(images/common/design/design04_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .design3wrap {
    margin-bottom: 20px;
  }
  .design3wrap .columnBox .imgbox {
    padding-bottom: 75%;
    margin-bottom: 0;
  }
  .design_text {
    font-size: 12px !important;
    margin: 0 0 30px !important;
  }
}
/* ---------------------------------------------------------------- */
/* 安心長期保証制度 */
/* ---------------------------------------------------------------- */
.warrantywrap {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.warrantywrap .columnBox p {
  font-size: 18px;
  font-weight: 400;
  border-bottom: #333333 solid 1px;
  line-height: 1.4;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.warrantywrap .columnBox p::before {
  content: "";
  position: absolute;
  width: 7.7px;
  height: 7.7px;
  background-color: #111111;
  display: block;
  left: 0;
  bottom: 12px;
}
.warrantywrap .columnBox p span {
  line-height: 1.57;
}

.warrantybox {
  background-color: #666;
  color: #fff;
  border-radius: 8px;
  padding: 17px 15px 20px;
}
.warrantybox p {
  line-height: 1.6;
}
.warrantybox span {
  display: block;
  line-height: 1.7;
}

.equipment_warranty_table {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 0 16px;
  height: 80px;
  max-width: 720px;
  margin: 0 auto 10px;
}
.equipment_warranty_table .equipment_warranty_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3E230;
}
.equipment_warranty_table .equipment_warranty_box p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.45;
}
.equipment_warranty_table .equipment_warranty_box._02 {
  display: grid;
  grid-template-columns: 40% 1fr;
  background-color: transparent;
}
.equipment_warranty_table .equipment_warranty_box._02 .equipment_warranty_col {
  background-color: #F3E230;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.equipment_warranty_table .equipment_warranty_box._02 .equipment_warranty_col p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 1.45;
}
.equipment_warranty_table .equipment_warranty_box._02 .equipment_warranty_col02 {
  background-color: #F3E230;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  position: relative;
}
.equipment_warranty_table .equipment_warranty_box._02 .equipment_warranty_col02::after {
  position: absolute;
  content: "";
  display: block;
  right: -37px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 38px solid #F3E230;
  border-right: 0;
}
.equipment_warranty_table .equipment_warranty_box._02 .equipment_warranty_col02 p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}
.equipment_warranty_table._02 {
  margin-bottom: 30px;
}
.equipment_warranty_table._02 .equipment_warranty_box {
  color: #fff;
}
.equipment_warranty_table._02 .equipment_warranty_box._01 {
  background-color: #666666;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 {
  grid-template-columns: 30% 1fr;
  grid-area: 0 63px;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 .equipment_warranty_col {
  background-color: #666666;
  position: relative;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 .equipment_warranty_col::after {
  position: absolute;
  content: "";
  display: block;
  right: -37px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 38px solid #666666;
  border-right: 0;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 .equipment_warranty_col02 {
  background-color: transparent;
  width: 100%;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 .equipment_warranty_col02 P {
  font-size: 15px;
  color: #111111;
  text-align: center;
}
.equipment_warranty_table._02 .equipment_warranty_box._02 .equipment_warranty_col02::after {
  display: none;
}

.warranty_titleh3 {
  margin: 0 0 30px;
  line-height: 1.7 !important;
}

@media screen and (max-width: 768px) {
  .warrantywrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    max-width: 92%;
    justify-items: center;
    margin: 0 auto 30px;
  }
  .warrantywrap .columnBox {
    grid-area: 1/1/2/2;
  }
  .warrantywrap .columnBox:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .warrantywrap .columnBox:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .warrantywrap .columnBox p {
    font-size: 14px;
  }
  .warrantywrap .columnBox p span {
    font-size: 24px;
  }
  .warrantybox {
    padding: 12px 15px 18px;
  }
  .warrantybox p {
    font-size: 14px !important;
  }
}
/* ---------------------------------------------------------------- */
/* コンセプト */
/* ---------------------------------------------------------------- */
.conceptwrap {
  display: flex;
  gap: 0 15px;
  margin-bottom: 15px;
}
.conceptwrap .conceptbox {
  background-color: #666;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conceptwrap .conceptbox p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.9;
  color: #fff;
}

.concept_subtile {
  color: #666666;
  line-height: 1;
  margin: 0 0 5px !important;
  text-transform: uppercase;
}

.concept_title_wrap {
  display: flex;
  gap: 0 38px;
  margin-bottom: 30px;
}
.concept_title_wrap .concept_number {
  position: relative;
}
.concept_title_wrap .concept_number::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: url(images/common/border.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  top: 0;
  right: -30px;
}
.concept_title_wrap .concept_number p {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  color: #666666;
  line-height: 0.8;
}
.concept_title_wrap .concept_title h2 {
  font-size: 26px;
  margin: 0;
  line-height: 1.42;
}

@media screen and (max-width: 768px) {
  .conceptwrap {
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------------------- */
/* 定期リノベ */
/* ---------------------------------------------------------------- */
.four_features {
  grid-template-columns: 90px 1fr;
}
.four_features .fourfeatures_left {
  background-color: #666;
  padding: 55px 20px;
  color: #fff;
}
.four_features .fourfeatures_left p {
  margin-bottom: 5px;
  font-size: 10px;
}
.four_features .fourfeatures_left p.four_features_number {
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.four_features .fourfeatures_left p.four_features_number::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  background: url(images/common/w_border.svg) no-repeat;
  background-position: center;
  background-size: 25px;
  top: 5px;
  left: 35px;
}
.four_features .fourfeatures_right {
  background-image: url(images/common/renovation/renovation01_img01_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 40px;
  color: #fff;
  position: relative;
  z-index: 0;
}
.four_features .fourfeatures_right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.6);
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s;
}
.four_features .fourfeatures_right p {
  margin: 0 0 20px;
}
.four_features .fourfeatures_right h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.45;
}
.four_features:nth-child(2) .fourfeatures_right {
  background-image: url(images/common/renovation/renovation01_img02_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.four_features:nth-child(3) .fourfeatures_right {
  background-image: url(images/common/renovation/renovation01_img03_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.four_features:nth-child(4) .fourfeatures_right {
  background-image: url(images/common/renovation/renovation01_img04_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .four_features {
    grid-template-columns: 65px 1fr;
  }
  .four_features .fourfeatures_left {
    padding: 30px 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .four_features .fourfeatures_left p {
    margin-bottom: 5px;
    font-size: 8px;
  }
  .four_features .fourfeatures_left p.four_features_number {
    font-size: 26px;
    line-height: 1;
  }
  .four_features .fourfeatures_left p.four_features_number::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: url(images/common/w_border.svg) no-repeat;
    background-position: center;
    background-size: 20px;
    top: 5px;
    left: 32px;
  }
  .four_features .fourfeatures_right {
    padding: 26px 17px;
  }
  .four_features .fourfeatures_right p {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .four_features .fourfeatures_right h3 {
    font-size: 22px;
  }
}
/* ---------------------------------------------------------------- */
/* 会社概要 */
/* ---------------------------------------------------------------- */
.maplinks {
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.maplinks::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #1A1A1A;
  display: block;
  bottom: 0;
  right: 0;
}
.maplinks a {
  text-decoration: none;
  font-weight: 400;
  color: #1A1A1A;
  padding-left: 20px;
  position: relative;
}
.maplinks a::before {
  position: absolute;
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  display: block;
  background: url(images/common/company/map.svg) no-repeat;
  background-size: 10px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .companytitle {
    border-bottom: none !important;
  }
}
/* ---------------------------------------------------------------- */
/* kajitoru */
/* ---------------------------------------------------------------- */
.kajiwrap {
  margin-bottom: 44px;
}
.kajiwrap .col {
  background-color: #F5F5F5;
  padding: 25px;
  position: relative;
}
.kajiwrap .col p {
  margin: 0;
}
.kajiwrap .col:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 24px solid #F5F5F5;
  border-bottom: 0;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#kajitoru_botttom {
  padding: 0 8px;
  margin-bottom: 8px;
}
#kajitoru_botttom .inr {
  padding: 90px 0;
  background-color: #F5F5F5;
}
#kajitoru_botttom .inr .kajitoru_b_inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box {
  background-color: #666;
}
#kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  position: relative;
}
#kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(images/home/svg/w_arrow.svg) no-repeat;
  background-size: 10px;
  display: block;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 13px;
  transition: 0.3s ease-in;
}
#kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box a span {
  font-size: 12px;
  font-weight: 400;
  color: #C4C4C4;
  line-height: 1.28;
  text-transform: uppercase;
}
#kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box:hover a::after, #kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box:focus a::after {
    right: 5px;
    transition: 0.3s ease-in;
  }
  #kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box:hover a p, #kajitoru_botttom .inr .kajitoru_b_inr .kajitoru_box:focus a p {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .kajiwrap .col:nth-child(2)::after {
    display: none;
  }
  .kajiwrap .col:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 24px solid #F5F5F5;
    border-bottom: 0;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  #kajitoru_botttom .inr {
    padding: 60px 0;
  }
  #kajitoru_botttom .inr .kajitoru_b_inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
}
/* ---------------------------------------------------------------- */
/* 品質保証・アフターサービス */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .afterlinkswrap {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.afterlinks a {
  width: 100%;
  height: 100%;
  display: block;
  color: #666;
  text-decoration: none;
}
.afterlinks a .imgbox {
  width: 130px;
  margin: 0 auto;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.afterlinks a .imgbox img {
  transition: transform 0.3s ease;
}
.afterlinks a .txtbox .txt1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 1.5;
  text-align: center;
}
.afterlinks a .txtbox .txt2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
  display: block;
  max-width: 77px;
  position: relative;
}
.afterlinks a .txtbox .txt2::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #707070;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.afterlinks a .txtbox .txt2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: url(images/common/after/after_arrow.svg) no-repeat;
  background-size: 10px;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.afterlinks._05 .txtbox .txt1 {
  font-size: 15px;
  margin: 0 0 10px;
}
.afterlinks._06 .txtbox .txt1 {
  font-size: 12px;
  margin: 0 0 18px;
}
@media print, screen and (min-width: 768px) {
  .afterlinks:hover a .imgbox img, .afterlinks:focus a .imgbox img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
  .afterlinks:hover a .txtbox .txt2, .afterlinks:focus a .txtbox .txt2 {
    opacity: 0.8;
  }
}

.afterground {
  background-color: #fff;
  padding: 20px;
}
.afterground .txt1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.afterground .txt2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.afterbox {
  background-color: #F8EEEA;
  padding: 40px;
}
.afterbox p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.afterbox p span {
  font-size: 18px;
  font-weight: 700;
  color: #861A1A;
}

.handover {
  max-width: 790px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 56px;
}
.handover div {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 右矢印（自分の色と同じ） */
}
.handover div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 18px solid #fff;
  border-right: 0;
  right: -17px;
  top: 0;
  z-index: 2;
}
.handover div {
  /* 白い左の切り欠き（前の矢印を受ける） */
}
.handover div::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 18px solid #f5f5f5; /* ページ背景色に合わせて調整 */
  border-right: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.handover div p {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #666666;
  position: relative;
  z-index: 3;
  padding-left: 10px;
}
.handover div p span {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
.handover div:first-child {
  border-radius: 8px 0 0 8px;
}
.handover div:first-child::before {
  display: none;
}
.handover div {
  /* 半年（2番目）：濃いグレー */
}
.handover div:nth-child(even) {
  background-color: #666666;
}
.handover div:nth-child(even)::after {
  border-left-color: #666666;
}
.handover div:nth-child(even)::before {
  border-left-color: #fff;
}
.handover div:nth-child(even) p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .afterground .txt1 {
    font-size: 20px;
  }
  .afterground .txt2 {
    font-size: 12px;
  }
  .handover {
    max-width: 95%;
    margin: 0 0 30px;
  }
  .handover div p {
    font-size: 12px;
  }
  .handover div p span {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------- */
/* 定額制注文住宅相談会LP */
/* ---------------------------------------------------------------- */
.consultation01 {
  background-color: #F5F5F5;
  padding: 60px 0 230px;
  position: relative;
  z-index: 1;
}
.consultation01 .consultation01txt {
  font-size: 24px;
  margin: 0 0 15px;
}
.consultation01 .consultation01title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 10px;
}
.consultation01 .consultation01title .conbox p {
  font-size: 30px;
  margin: 0;
}
.consultation01 .consultation01title .conbox._02 {
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
.consultation01 .consultation01title .conbox._02 p {
  font-size: 34px;
  color: #fff;
}
.consultation01 .consultation01_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 940px;
  padding: 88px 30px 30px;
  background-color: #fff;
  border-radius: 6px;
  bottom: -80px;
}
.consultation01 .consultation01_box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 340px;
  height: 165px;
  background-image: url(images/common/consultation/consultation_img01_01.png);
  background-position: center;
  background-size: 340px;
  background-repeat: no-repeat;
  display: block;
  top: -100px;
}
.consultation01 .consultation01_box .consultation01_inr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 12px;
}
.consultation01 .consultation01_box .consultation01_inr .left span {
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 1;
}
.consultation01 .consultation01_box .consultation01_inr .left p {
  font-size: 28px;
  margin: 0;
}
.consultation01 .consultation01_box .consultation01_inr .right p {
  font-size: 32px;
  margin: 0;
}

.consultation02 {
  background-image: url(images/common/consultation/consultation_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 90px;
  position: relative;
  z-index: 0;
}
.consultation02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.consultation02 .consultation02wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-bottom: 40px;
}
.consultation02 .consultation02wrap .conbox {
  background-color: #fff;
  padding: 20px;
}
.consultation02 .consultation02wrap .conbox p {
  font-size: 22px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.consultation02 .consultation02wrap .conbox p::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url(images/common/consultation/consultation_img01_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  left: 0;
  top: 7px;
  display: block;
}
.consultation02 .consultation02img {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.consultation02 .consultation02txt {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
.consultation02 .consultation02box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 940px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 6px;
  bottom: -90px;
}
.consultation02 .consultation02box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 24px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -24px;
  display: block;
}
.consultation02 .consultation02box p {
  font-size: 18px;
  margin: 0;
}
.consultation02 .consultation02box p span {
  font-size: 22px;
}

.consultation03 {
  padding-top: 165px !important;
}

@media screen and (max-width: 768px) {
  .consultation01 {
    padding: 40px 0 60px;
    position: relative;
    z-index: 1;
  }
  .consultation01 .consultation01txt {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .consultation01 .consultation01title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 10px;
    margin-bottom: 80px;
  }
  .consultation01 .consultation01title .conbox p {
    font-size: 20px;
  }
  .consultation01 .consultation01title .conbox._02 {
    padding: 5px 10px;
  }
  .consultation01 .consultation01title .conbox._02 p {
    font-size: 22px;
  }
  .consultation01 .consultation01_box {
    position: relative;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    width: 100%;
    padding: 95px 30px 20px;
    background-color: #fff;
    border-radius: 6px;
    bottom: 0;
  }
  .consultation01 .consultation01_box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 260px;
    height: 130px;
    background-image: url(images/common/consultation/consultation_img01_01.png);
    background-position: center;
    background-size: 260px;
    background-repeat: no-repeat;
    display: block;
    top: -50px;
  }
  .consultation01 .consultation01_box .consultation01_inr {
    display: block;
  }
  .consultation01 .consultation01_box .consultation01_inr .left span {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 1;
  }
  .consultation01 .consultation01_box .consultation01_inr .left p {
    font-size: 18px;
    margin: 0;
    text-align: center;
  }
  .consultation01 .consultation01_box .consultation01_inr .right p {
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  .consultation02 {
    padding: 60px 0 120px;
    position: relative;
    z-index: 0;
  }
  .consultation02 .consultation02wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .consultation02 .consultation02wrap .conbox {
    padding: 12px 15px;
  }
  .consultation02 .consultation02wrap .conbox p {
    font-size: 16px;
    margin: 0;
    padding-left: 30px;
    position: relative;
  }
  .consultation02 .consultation02wrap .conbox p::before {
    background-size: 20px;
    top: 2px;
  }
  .consultation02 .consultation02img {
    margin: 0 auto 12px;
  }
  .consultation02 .consultation02img img {
    max-width: 240px;
  }
  .consultation02 .consultation02txt {
    font-size: 18px;
  }
  .consultation02 .consultation02box {
    width: 97%;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 6px;
    bottom: -115px;
  }
  .consultation02 .consultation02box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 24px solid #fff;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -24px;
    display: block;
  }
  .consultation02 .consultation02box p {
    font-size: 16px;
  }
  .consultation02 .consultation02box p span {
    font-size: 20px;
  }
  .consultation03 {
    padding-top: 185px !important;
  }
  .consultation_img {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
  .consultation_txt {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 60px;
  margin: 0 0 60px;
  padding: 0;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  background: #f5f5f5;
  width: 93%;
  color: #666666;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  align-items: center;
  position: relative;
  line-height: 1.12;
}
ul.formFlow li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  background: url(images/common/contact/g_step01.svg) no-repeat;
  background-size: 32px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 20px;
}
ul.formFlow li:after {
  position: absolute;
  content: "";
  right: -43px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 13px solid #f5f5f5;
}
ul.formFlow li.active {
  background: #666;
  color: #fff;
  font-weight: 700;
  position: relative;
}
ul.formFlow li.active::before {
  background: url(images/common/contact/w_step01.svg) no-repeat;
  background-size: 32px;
  background-position: center;
}
ul.formFlow li.active:after {
  position: absolute;
  content: "";
  right: -43px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 13px solid #666;
}
ul.formFlow li.second::before {
  background: url(images/common/contact/g_step02.svg) no-repeat;
  background-size: 32px;
  background-position: center;
}
ul.formFlow li.second.active::before {
  background: url(images/common/contact/w_step02.svg) no-repeat;
  background-size: 32px;
  background-position: center;
}
ul.formFlow li.second.active::after {
  display: block;
  position: absolute;
  content: "";
  right: -43px;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-left: 13px solid #666;
}
ul.formFlow li.third {
  width: 100%;
}
ul.formFlow li.third::before {
  background: url(images/common/contact/g_step03.svg) no-repeat;
  background-size: 32px;
  background-position: center;
}
ul.formFlow li.third:after {
  display: none;
}
ul.formFlow li.third.active {
  background: #666 !important;
  color: #fff;
}
ul.formFlow li.third.active::before {
  background: url(images/common/contact/w_step03.svg) no-repeat;
  background-size: 32px;
  background-position: center;
}
ul.formFlow li.third.active:after {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.formFlow {
    margin-bottom: 40px;
  }
  ul.formFlow li {
    width: 87%;
    font-size: 14px;
    justify-content: flex-end;
    padding-right: 10px;
  }
  ul.formFlow li::before {
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(images/common/contact/g_step01.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
  ul.formFlow li::after {
    right: -37px;
    border: 31px solid transparent;
    border-left: 7px solid #f5f5f5;
  }
  ul.formFlow li.active::before {
    background: url(images/common/contact/w_step01.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
  ul.formFlow li.active::after {
    right: -37px;
    border: 31px solid transparent;
    border-left: 7px solid #666;
  }
  ul.formFlow li.second::before {
    background: url(images/common/contact/g_step02.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
  ul.formFlow li.second.active::before {
    background: url(images/common/contact/w_step02.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
  ul.formFlow li.second.active::after {
    right: -38px;
    border: 31px solid transparent;
    border-left: 7px solid #666;
  }
  ul.formFlow li.third {
    width: 100%;
    padding-right: 28px;
  }
  ul.formFlow li.third::before {
    background: url(images/common/contact/g_step03.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
  ul.formFlow li.third.active::before {
    background: url(images/common/contact/w_step03.svg) no-repeat;
    background-size: 21px;
    background-position: center;
  }
}

.page-id-76 ul.formFlow li, .page-id-86 ul.formFlow li {
  background: #fff;
}
.page-id-76 ul.formFlow li.active, .page-id-86 ul.formFlow li.active {
  background: #666;
  color: #fff;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formArea dl dt {
  flex-basis: 250px;
  display: flex;
  gap: 0 10px;
  text-align: right;
}
#formArea dl dt p {
  margin: 0;
  display: flex;
  gap: 0 10px;
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  width: 48px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #861A1A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
#formArea .att2 {
  width: 48px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666666;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
#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: 10px 20px;
  margin: 0;
  background: #F5F5F5;
  width: 100%;
  max-width: 100%;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #F5F5F5;
}
#formArea input[type=text]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea textarea:focus {
  background: #fff;
}
#formArea input[type=text]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea textarea:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea textarea + input {
  margin-top: 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea select {
  padding: 10px 20px;
  margin-bottom: 5px;
  display: block;
  border: none;
}
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=date] {
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
}
#formArea .wpcf7-list-item {
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 10px;
}
#formArea input[type=checkbox] {
  border: 1px solid #666666;
  vertical-align: -2px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  width: 15px;
  height: 15px;
  /*Other Browser*/
  background: #fff;
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  border: 1px solid #666666;
  background: #fff;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: -4px;
  top: 10px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 10px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 1px;
  background: #333;
  -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 .wpcf7-list-item.first {
  margin-left: 0;
}
#formArea .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#formArea .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 8px;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: flex;
  flex-direction: column;
}
#formArea .btnArea .submitArea {
  flex-basis: 100%;
}
#formArea .btnArea .submitArea p {
  margin: 0;
}
#formArea .btnArea .submitArea [type=submit] {
  width: 200px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #666;
  border: #666 solid 1px;
}
#formArea .btnArea .submitArea [type=submit]:hover, #formArea .btnArea .submitArea [type=submit]:focus {
  color: #666;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-color: #666;
}
#formArea .btnArea .returnArea {
  flex-basis: 100%;
}
#formArea .btnArea .returnArea [type=button] {
  width: 200px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: #666 solid 1px;
  cursor: pointer;
}
#formArea .btnArea .returnArea [type=button]:hover, #formArea .btnArea .returnArea [type=button]:focus {
  color: #fff;
  background: #666;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }
  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px;
    text-align: left;
  }
  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  #formArea .btnArea {
    flex-wrap: wrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
  #formArea .mw_wp_form_confirm .btnArea {
    flex-direction: column-reverse;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto;
  }
}

.page-id-76 #formArea input[type=text],
.page-id-76 #formArea input[type=email],
.page-id-76 #formArea input[type=number],
.page-id-76 #formArea textarea, .page-id-86 #formArea input[type=text],
.page-id-86 #formArea input[type=email],
.page-id-86 #formArea input[type=number],
.page-id-86 #formArea textarea {
  background: #fff;
}
.page-id-76 #formArea input[type=text]::-moz-placeholder, .page-id-76 #formArea input[type=email]::-moz-placeholder, .page-id-76 #formArea input[type=number]::-moz-placeholder, .page-id-76 #formArea textarea::-moz-placeholder, .page-id-86 #formArea input[type=text]::-moz-placeholder, .page-id-86 #formArea input[type=email]::-moz-placeholder, .page-id-86 #formArea input[type=number]::-moz-placeholder, .page-id-86 #formArea textarea::-moz-placeholder {
  color: #C7C7C7;
}
.page-id-76 #formArea input[type=text]::placeholder,
.page-id-76 #formArea input[type=email]::placeholder,
.page-id-76 #formArea input[type=number]::placeholder,
.page-id-76 #formArea textarea::placeholder, .page-id-86 #formArea input[type=text]::placeholder,
.page-id-86 #formArea input[type=email]::placeholder,
.page-id-86 #formArea input[type=number]::placeholder,
.page-id-86 #formArea textarea::placeholder {
  color: #C7C7C7;
}

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

/* for IE *//*# sourceMappingURL=style.css.map */