@charset "UTF-8";
/*
Theme Name: wordpress base
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "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: #333; }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    pointer-events: none; }
  body.megamenu-active::before {
    opacity: 1;
    visibility: visible; }

main {
  display: block;
  /*overflow: hidden;*/ }

address {
  font-style: normal; }

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

.pc {
  display: block !important; }

.tablet {
  display: none !important; }

.sp {
  display: none !important; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: block !important; }

  .tablet {
    display: block !important; }

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

  .tablet {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

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

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

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

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

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

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

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

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 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: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 30px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  color: #0A0A14;
  max-width: 325px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #0A0A14;
    bottom: 0;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.6s; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    width: 20px;
    height: 20px;
    background: url("images/home/svg/arrow.svg") no-repeat;
    background-size: 17px;
    background-position: center;
    transform: none;
    color: #fff;
    right: 15px;
    top: 0;
    transition: .3s ease-in; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 auto 0 0; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.w550 {
    max-width: 550px !important; }
  .btn.w320 {
    max-width: 320px !important; }
  .btn.w100per {
    max-width: 100%; }
  .btn.type2 {
    max-width: 100%;
    color: #fff; }
    .btn.type2::before {
      background: #fff; }
    .btn.type2.arrow:after {
      position: absolute;
      align-items: center;
      border: none;
      content: "";
      width: 20px;
      height: 20px;
      background: url("images/home/svg/w_arrow.svg") no-repeat;
      background-size: 17px;
      background-position: center;
      transform: none;
      color: #fff;
      right: 15px;
      top: 0;
      transition: .3s ease-in; }
  .btn.type3 {
    background: #33404D;
    color: #fff;
    max-width: 290px;
    height: 60px;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0; }
    .btn.type3.arrow:after {
      background: url("images/home/svg/w_arrow.svg") no-repeat;
      background-size: 17px;
      background-position: center;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .btn.type4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    max-width: 290px;
    height: 60px;
    border-bottom: none;
    position: relative; }
    .btn.type4::before {
      content: "";
      width: 100%;
      height: 5px;
      background: #33404D;
      position: absolute;
      left: 5px;
      bottom: -5px;
      display: block; }
    .btn.type4::after {
      content: "";
      width: 5px;
      height: 100%;
      background: #33404D;
      position: absolute;
      right: -5px;
      top: 5px;
      display: block; }
  .btn.type5 {
    background: #B51E3B;
    max-width: 290px;
    height: 60px;
    border: #B51E3B solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    color: #fff;
    border-radius: 10px;
    text-align: center; }
    .btn.type5::before {
      display: none; }
    .btn.type5.arrow:after {
      background: url("images/home/svg/w_arrow.svg") no-repeat;
      background-size: 17px;
      background-position: center;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .btn.type6 {
    border: #111111 solid 1px;
    max-width: 290px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    background: #fff;
    text-align: center; }
    .btn.type6::before {
      display: none; }
    .btn.type6.arrow:after {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  @media screen and (min-width: 767px) {
    .btn:hover, .btn:focus {
      color: #0A0A14 !important; }
      .btn:hover::before, .btn:focus::before {
        transform: scale(0, 1);
        transition: transform 0.6s; }
      .btn:hover.arrow::after, .btn:focus.arrow::after {
        transition: .3s ease-in;
        right: 0; }
    .btn.type2:hover, .btn.type2:focus {
      border-bottom: none;
      color: #fff !important; }
      .btn.type2:hover.arrow:after, .btn.type2:focus.arrow:after {
        right: 0; }
    .btn.type3:hover, .btn.type3:focus {
      border-bottom: none;
      color: #fff !important; }
    .btn.type4:hover::before, .btn.type4:focus::before {
      transform: scale(1, 1); }
    .btn.type4:hover::after, .btn.type4:focus::after {
      right: -5px; }
    .btn.type5:hover, .btn.type5:focus {
      background: #fff;
      color: #B51E3B !important; }
      .btn.type5:hover.arrow:after, .btn.type5:focus.arrow:after {
        background: url("images/home/svg/red_arrow.svg") no-repeat;
        background-size: 17px;
        background-position: center;
        right: 15px; }
    .btn.type6:hover, .btn.type6:focus {
      border-bottom: #111111 solid 1px; }
      .btn.type6:hover.arrow:after, .btn.type6:focus.arrow:after {
        right: 15px; }
    .btn.w550 {
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .btn {
      max-width: 100%; } }

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

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 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: 767px) {
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%; }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 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: 140px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  left: 0;
  transition: ease-in .1s;
  background: transparent; }
  #header #headerCnt {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    height: 100%; }
    #header #headerCnt .header_top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      height: 90px; }
      #header #headerCnt .header_top #logoArea {
        flex-basis: 300px;
        width: 300px;
        align-self: center;
        height: 100%; }
        #header #headerCnt .header_top #logoArea #logo {
          margin: 0 !important;
          height: 100%; }
          #header #headerCnt .header_top #logoArea #logo a {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none; }
            #header #headerCnt .header_top #logoArea #logo a .logotxt {
              font-size: 12px;
              font-weight: 400;
              margin: 0 0 9px;
              color: #fff; }
            #header #headerCnt .header_top #logoArea #logo a img {
              max-width: 300px;
              height: auto; }
      #header #headerCnt .header_top #headerContact {
        display: inline-flex;
        margin-left: auto;
        height: 100%; }
        #header #headerCnt .header_top #headerContact #header_info {
          display: flex;
          gap: 0 30px;
          align-items: center; }
          #header #headerCnt .header_top #headerContact #header_info .header_info_snsArea {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0 20px;
            height: 100%;
            align-items: center; }
            #header #headerCnt .header_top #headerContact #header_info .header_info_snsArea .snsbox a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center; }
              #header #headerCnt .header_top #headerContact #header_info .header_info_snsArea .snsbox a img {
                max-width: 20px; }
          #header #headerCnt .header_top #headerContact #header_info .header_info_tel a {
            width: 100%;
            height: 100%;
            display: block; }
            #header #headerCnt .header_top #headerContact #header_info .header_info_tel a img {
              max-width: 163px; }
          #header #headerCnt .header_top #headerContact #header_info .header_info_contact {
            display: grid;
            grid-template-columns: repeat(2, 1fr); }
            #header #headerCnt .header_top #headerContact #header_info .header_info_contact .box {
              border-radius: 4px 0 0 4px;
              background: #B51E3C;
              width: 140px;
              height: 54px; }
              #header #headerCnt .header_top #headerContact #header_info .header_info_contact .box a {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                text-decoration: none; }
                #header #headerCnt .header_top #headerContact #header_info .header_info_contact .box a img {
                  margin-right: 10px; }
              #header #headerCnt .header_top #headerContact #header_info .header_info_contact .box._02 {
                border-radius: 0 4px 4px 0;
                background: #0A0A14; }
        #header #headerCnt .header_top #headerContact #header_info_fixed {
          display: none; }
    #header #headerCnt .header_bottom {
      height: 50px; }
  #header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    height: 70px; }
    #header.fixed #headerCnt .header_top {
      height: 100%; }
      #header.fixed #headerCnt .header_top #logoArea {
        align-self: center;
        flex-basis: 248px;
        width: 248px; }
        #header.fixed #headerCnt .header_top #logoArea #logo {
          margin: 0 !important; }
          #header.fixed #headerCnt .header_top #logoArea #logo a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none;
            background: url("images/home/svg/logo_yoko_black.svg") no-repeat;
            background-position: center;
            background-size: 248px; }
            #header.fixed #headerCnt .header_top #logoArea #logo a .logotxt {
              display: none; }
            #header.fixed #headerCnt .header_top #logoArea #logo a img {
              display: none; }
        @media screen and (min-width: 768px) and (max-width: 1300px) {
          #header.fixed #headerCnt .header_top #logoArea {
            flex-basis: 150px;
            width: 150px; }
            #header.fixed #headerCnt .header_top #logoArea #logo a {
              background-size: 150px; } }
      #header.fixed #headerCnt .header_top #headerContact {
        height: 100%; }
        #header.fixed #headerCnt .header_top #headerContact #header_info {
          display: none; }
        #header.fixed #headerCnt .header_top #headerContact #header_info_fixed {
          display: block; }
          #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul {
            gap: 0 12px; }
            #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li a {
              color: #0A0A14; }
            #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li.children {
              cursor: pointer; }
              #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li.children > a {
                gap: 6px; }
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li.children > a::after {
                  content: "";
                  background: url("images/home/svg/b_plus.svg") no-repeat;
                  background-position: top 5px center;
                  background-size: 10px; }
              #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li.children:hover > a::after, #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li.children:focus > a::after {
                content: "";
                background: url("images/home/svg/b_minus.svg") no-repeat;
                background-position: top 8px center;
                background-size: 10px; }
            #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
              transform: translateX(594%);
              -webkit-transform: translateX(-59%); }
              #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu::before {
                height: 50px;
                top: -37px; }
              @media screen and (max-width: 1500px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-55%);
                  -webkit-transform: translateX(-55%); } }
              @media screen and (max-width: 1400px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-50%);
                  -webkit-transform: translateX(-50%); } }
              @media screen and (max-width: 1300px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-45%);
                  -webkit-transform: translateX(-45%); } }
              @media screen and (max-width: 1200px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-56%);
                  -webkit-transform: translateX(-56%); } }
              @media screen and (max-width: 1100px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-46%);
                  -webkit-transform: translateX(-46%); } }
              @media screen and (max-width: 1000px) {
                #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li .sub-menu {
                  transform: translateX(-39%);
                  -webkit-transform: translateX(-39%); } }
            #header.fixed #headerCnt .header_top #headerContact #header_info_fixed #mainNaviArea #mainNavi ul li #sub-menu-overlay {
              top: 70px; }
    #header.fixed #headerCnt .header_bottom {
      display: none; }
    @media screen and (max-width: 1200px) {
      #header.fixed #headerCnt {
        padding: 0 20px; } }
    @media screen and (max-width: 900px) {
      #header.fixed #headerCnt #header_info_fixed #mainNaviArea {
        display: none; } }
    @media screen and (max-width: 767px) {
      #header.fixed #headerCnt .header_top {
        height: 100%; }
        #header.fixed #headerCnt .header_top #logoArea {
          flex-basis: 248px;
          width: 248px;
          align-self: center; }
          #header.fixed #headerCnt .header_top #logoArea #logo {
            margin: 0 !important; }
            #header.fixed #headerCnt .header_top #logoArea #logo a {
              display: block;
              width: 100%;
              height: 100%;
              text-align: center;
              text-decoration: none;
              background: url("images/home/svg/logo_sp_black.svg") no-repeat;
              background-position: center;
              background-size: 248px; }
              #header.fixed #headerCnt .header_top #logoArea #logo a .logotxt {
                display: none; }
              #header.fixed #headerCnt .header_top #logoArea #logo a img {
                display: none; }
        #header.fixed #headerCnt .header_top #drawerNaviWrap {
          top: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt {
      max-width: 970px;
      padding-left: 15px;
      padding-right: 15px; }
      #header #headerCnt .header_top #headerContact #header_info {
        gap: 0 15px; }
        #header #headerCnt .header_top #headerContact #header_info .header_info_snsArea, #header #headerCnt .header_top #headerContact #header_info .header_info_tel {
          display: none; } }
  @media screen and (max-width: 767px) {
    #header {
      height: 90px; }
      #header #headerCnt {
        max-width: 750px;
        justify-content: space-between;
        height: 100%;
        padding: 0 15px; }
        #header #headerCnt .header_top {
          height: 100%; }
          #header #headerCnt .header_top #logoArea #logo {
            margin: 0 0 0 15px;
            height: 100%; }
            #header #headerCnt .header_top #logoArea #logo a img {
              max-width: 253px;
              height: auto; }
          #header #headerCnt .header_top #mainNaviArea {
            display: none; }
          #header #headerCnt .header_top #headerContact {
            display: none; }
        #header #headerCnt .header_bottom {
          display: none; } }
  #header.page {
    background: #fff; }
    #header.page #headerCnt .header_top #logoArea #logo a .logotxt {
      color: #0A0A14; }
    #header.page #headerCnt .header_top #headerContact #header_info .header_info_contact .box._02 {
      border: #0A0A14 solid 1px;
      background: #fff; }
      #header.page #headerCnt .header_top #headerContact #header_info .header_info_contact .box._02 a {
        color: #0A0A14; }
    #header.page #headerCnt .header_bottom #mainNaviArea #mainNavi ul li a {
      color: #0A0A14; }
    #header.page #headerCnt .header_bottom #mainNaviArea #mainNavi ul li.children > a::after {
      background: url("images/home/svg/b_plus.svg") no-repeat;
      background-position: center;
      background-size: 12px;
      position: relative;
      top: -1px; }
    #header.page #headerCnt .header_bottom #mainNaviArea #mainNavi ul li.children:hover > a::after, #header.page #headerCnt .header_bottom #mainNaviArea #mainNavi ul li.children:focus > a::after {
      content: "";
      background: url("images/home/svg/g_minus.svg") no-repeat;
      background-position: top 9px center;
      background-size: 10px;
      width: 20px;
      height: 20px; }

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

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

#drawerNaviWrap {
  position: absolute;
  top: 30px;
  right: 15px;
  font-weight: 400; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 50%; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 15px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      left: 0;
      width: 24px;
      height: 1px;
      background-color: #0A0A14;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
        top: 0; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
        top: 6.9px; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
        bottom: 0; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -375px;
    bottom: 0;
    width: 375px;
    background: #0A0A14;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 70px 0 0;
      position: relative; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none;
      margin-bottom: 38px; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          text-decoration: none;
          display: block;
          color: #fff;
          font-size: 16px;
          padding: 13px 0 13px 30px;
          transition-duration: 0.2s;
          font-weight: 400; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 50px ); }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 50px;
            height: 50px;
            position: relative;
            top: 0px;
            background: url("images/home/svg/w_plus.svg") no-repeat;
            background-position: center;
            background-size: 12px;
            display: block;
            cursor: pointer; }
            #drawerNaviWrap .drawer-nav ul li.children .childrenToggle.active {
              background: url("images/home/svg/w_minus.svg") no-repeat;
              background-position: center;
              background-size: 12px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none;
            padding-left: 25px;
            margin-bottom: 0; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li {
              position: relative; }
              #drawerNaviWrap .drawer-nav ul li.children .sub-menu li::before {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #fff;
                display: block;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 10px; }
              #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
                min-height: inherit;
                display: block;
                padding: 8px 15px 8px 27px; }
              #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
                border: none; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: 125px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: none; }
  #drawerNaviWrap.open .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open .drawerNavClose {
    font-size: 28px;
    line-height: 1;
    color: #0A0A14;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    z-index: 10;
    font-weight: 400; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1;
    background: #5A595A;
    padding: 0; }
  #drawerNaviWrap.open .drawer-nav-logo-area {
    background: #F7F7F7;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 12px 15px; }
    #drawerNaviWrap.open .drawer-nav-logo-area .drawer-nav-logo a {
      width: 100%;
      height: 100%;
      display: block; }
  #drawerNaviWrap.open .drawer-nav-links .linksbox {
    border-bottom: #999999 solid 1px; }
    #drawerNaviWrap.open .drawer-nav-links .linksbox a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      padding: 20px;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      position: relative; }
      #drawerNaviWrap.open .drawer-nav-links .linksbox a::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 30px;
        background: url("images/home/svg/icon_line_white.svg") no-repeat;
        background-position: center;
        background-size: 32px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 22px;
        display: block; }
      #drawerNaviWrap.open .drawer-nav-links .linksbox a::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("images/home/svg/w_arrow.svg") no-repeat;
        background-position: center;
        background-size: 16px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 30px;
        display: block; }
    #drawerNaviWrap.open .drawer-nav-links .linksbox._02 a::before {
      background: url("images/home/svg/mail_otoiawase.svg") no-repeat;
      background-position: center;
      background-size: 32px; }
    #drawerNaviWrap.open .drawer-nav-links .linksbox._03 a::before {
      background: url("images/home/svg/tell.svg") no-repeat;
      background-position: center;
      background-size: 32px; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

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

#mainNaviArea {
  display: block;
  padding: 0;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 200; }
  #mainNaviArea #mainNavi {
    padding: 0;
    height: 100%; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 30px; }
      #mainNaviArea #mainNavi ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        flex: 1 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        #mainNaviArea #mainNavi ul > li a {
          justify-content: center;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          align-items: center;
          height: 100%;
          font-size: 14px;
          color: #fff;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2;
          font-weight: 400; }
          #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.current > a {
          color: #F00 !important; }
        #mainNaviArea #mainNavi ul > li.children {
          cursor: pointer; }
          #mainNaviArea #mainNavi ul > li.children > a {
            gap: 6px; }
            #mainNaviArea #mainNavi ul > li.children > a::after {
              content: "";
              background: url("images/home/svg/w_plus.svg") no-repeat;
              background-position: top 5px center;
              background-size: 10px;
              width: 20px;
              height: 20px; }
          #mainNaviArea #mainNavi ul > li.children:hover > a, #mainNaviArea #mainNavi ul > li.children:focus > a {
            color: #B2B2B2; }
            #mainNaviArea #mainNavi ul > li.children:hover > a::after, #mainNaviArea #mainNavi ul > li.children:focus > a::after {
              content: "";
              background: url("images/home/svg/g_minus.svg") no-repeat;
              background-position: top 9px center;
              background-size: 10px;
              width: 20px;
              height: 20px; }
        #mainNaviArea #mainNavi ul > li .sub-menu {
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-28%);
          z-index: 10000;
          height: 0;
          transition: all .3s ease-in-out;
          opacity: 0;
          width: 100vw;
          max-width: 940px;
          margin-top: 25px;
          display: none;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
          #mainNaviArea #mainNavi ul > li .sub-menu::before {
            content: "";
            width: 100%;
            height: 70px;
            position: absolute;
            left: 0;
            top: -65px; }
          #mainNaviArea #mainNavi ul > li .sub-menu .box {
            padding: 40px 50px;
            position: relative; }
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox {
              display: grid;
              grid-template-columns: 130px 1fr;
              gap: 0 53px;
              margin-bottom: 40px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .tll {
                font-family: "Cabin", sans-serif;
                font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
                font-family: "P22 Underground", sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 22px;
                font-weight: 400;
                color: #0A0A14;
                margin: 0; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link {
                border: #707070 solid 1px;
                border-radius: 20px;
                width: 280px;
                height: 40px; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a {
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: flex-start;
                  align-items: center;
                  font-size: 14px;
                  padding: 0 30px;
                  font-weight: 400;
                  color: #0A0A14;
                  position: relative; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a::after {
                    position: absolute;
                    content: "";
                    width: 20px;
                    height: 20px;
                    display: block;
                    background: url("images/home/svg/arrow.svg") no-repeat;
                    background-position: center;
                    background-size: 16px;
                    top: 50%;
                    right: 20px;
                    transform: translateY(-50%);
                    transition: .3s ease-in-out; }
                  @media print, screen and (min-width: 768px) {
                    #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a:hover::after, #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a:focus::after {
                      right: 10px;
                      transition: .3s ease-in-out; } }
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 0 35px;
              margin-bottom: 40px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .imgbox {
                  position: relative;
                  padding-bottom: 153px;
                  width: 100%;
                  overflow: hidden;
                  left: 0; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .imgbox::after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: rgba(0, 0, 0, 0.4); }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .imgbox img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    left: 0; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .txtbox {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: column; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .txtbox span {
                    font-size: 32px;
                    font-weight: 400;
                    color: #fff;
                    font-family: "Cabin", sans-serif;
                    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
                    font-family: "P22 Underground", sans-serif;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    display: block;
                    margin-bottom: 10px; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .txtbox p {
                    margin: 0;
                    font-size: 14px;
                    font-weight: 400;
                    color: #fff; }
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu4Wrap {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 0 13px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu4Wrap .col {
                border-bottom: #707070 solid 1px;
                height: 40px;
                width: 100%; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu4Wrap .col a {
                  width: 100%;
                  height: 100%;
                  font-size: 14px;
                  font-weight: 400;
                  color: #0A0A14; }
          @media print, screen and (max-width: 1100px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              max-width: 700px;
              transform: translateX(-21%); }
              #mainNaviArea #mainNavi ul > li .sub-menu .box {
                padding: 35px 40px; } }
          @media print, screen and (max-width: 1000px) {
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu4Wrap {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              gap: 20px 13px; } }
          @media print, screen and (max-width: 900px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-25%);
              max-width: 700px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box {
                padding: 35px 25px; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu3Wrap .col a .txtbox p {
                  font-size: 12px; } }
          @media print, screen and (max-width: 820px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-25%); } }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover .sub-menu, #mainNaviArea #mainNavi ul > li:focus .sub-menu {
            display: block;
            z-index: 201;
            height: 394px;
            opacity: 1;
            transition: .3s ease-in-out;
            background: #fff;
            border-radius: 8px; }
            @media print, screen and (max-width: 1000px) {
              #mainNaviArea #mainNavi ul > li:hover .sub-menu, #mainNaviArea #mainNavi ul > li:focus .sub-menu {
                height: 445px; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #mainNaviArea {
    max-width: 100%; }
    #mainNaviArea #mainNavi ul {
      gap: 0 12px; }
      #mainNaviArea #mainNavi ul li a {
        font-size: 11px; } }
@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none; }

  #drawerNaviWrap {
    display: block; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: #33404D;
  padding: 116px 0 90px; }
  #footer #footerCnt .inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0 100px;
    margin-bottom: 60px; }
    #footer #footerCnt .inner .logoArea {
      max-width: 240px; }
      #footer #footerCnt .inner .logoArea a {
        width: 100%;
        height: 100%;
        display: block; }
        #footer #footerCnt .inner .logoArea a img {
          max-width: 240px; }
    #footer #footerCnt .inner #footerNaviWrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 110px; }
      #footer #footerCnt .inner #footerNaviWrap .naviBox ul {
        margin: 0;
        padding: 0; }
        #footer #footerCnt .inner #footerNaviWrap .naviBox ul li {
          display: block;
          margin-bottom: 24px; }
          #footer #footerCnt .inner #footerNaviWrap .naviBox ul li a {
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            color: transparent;
            font-weight: 400;
            overflow: hidden;
            text-shadow: 0 -2.5em 0 #fff, 0 0 0 #fff;
            transition: text-shadow 0.3s; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li a {
                text-shadow: 0 -2.9em 0 #fff, 0 0 0 #fff; } }
            @media (min-width: 769px) {
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li a:hover {
                text-shadow: 0 0 0 #fff, 0 2.5em 0 #fff; } }
          #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children > a {
            display: block;
            margin-bottom: 24px; }
          #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu {
            display: block;
            padding-left: 20px !important;
            margin-bottom: 0;
            padding: 0;
            list-style: none; }
            #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li {
              position: relative; }
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li::before {
                position: absolute;
                content: "";
                width: 3px;
                height: 3px;
                border-radius: 50%;
                background: #fff;
                display: block;
                top: 9px;
                left: -15px; }
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li a {
                font-size: 12px; }
  #footer #footerCntWrap .tll {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 32px; }
    #footer #footerCntWrap .tll a {
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      color: #fff; }
  #footer #footerCntWrap .footerCnt4wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    margin-bottom: 97px; }
    #footer #footerCntWrap .footerCnt4wrap .col .f_txt {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      margin: 0 0 12px; }
    #footer #footerCntWrap .footerCnt4wrap .col .f_txt02 {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 16px;
      color: #fff;
      line-height: 2; }
    #footer #footerCntWrap .footerCnt4wrap .col .btnbox a {
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      padding: 0 0 10px 30px;
      border-bottom: #fff solid 1px;
      width: 100%;
      display: block;
      color: transparent;
      overflow: hidden;
      text-shadow: 0 -2.5em 0 #fff, 0 0 0 #fff;
      transition: text-shadow 0.3s;
      position: relative; }
      #footer #footerCntWrap .footerCnt4wrap .col .btnbox a::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: url("images/home/svg/map.svg") no-repeat;
        background-position: center;
        background-size: 11px;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0; }
      @media (min-width: 769px) {
        #footer #footerCntWrap .footerCnt4wrap .col .btnbox a:hover {
          text-shadow: 0 0 0 #fff, 0 2.5em 0 #fff; } }
  #footer #footerCntWrap .f_area {
    margin-bottom: 56px; }
    #footer #footerCntWrap .f_area .f_txt03 {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      margin: 0 0 12px;
      text-align: center; }
    #footer #footerCntWrap .f_area .f_txt04 {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      margin: 0;
      text-align: center; }
  #footer #footerCntWrap .f_logo {
    margin: 0 auto 58px;
    text-align: center;
    display: block; }
  #footer #footerCntWrap .f_sns_area {
    margin-bottom: 60px; }
    #footer #footerCntWrap .f_sns_area .f_sns_area_tll {
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff; }
    #footer #footerCntWrap .f_sns_area .f_sns_Wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 30px; }
      #footer #footerCntWrap .f_sns_area .f_sns_Wrap .box a {
        width: 100%;
        height: 100%;
        display: block; }
  #footer #footer_bottom .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #footer #footer_bottom .inner #copyright p {
      font-size: 14px;
      font-weight: 400;
      margin: 0;
      color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer {
      padding: 60px 0 0; }
      #footer #footerCnt {
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 45px 0 130px; }
      #footer #footerCnt .container {
        padding: 0; }
      #footer #footerCnt .inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 0; }
        #footer #footerCnt .inner .logoArea {
          max-width: 100%; }
          #footer #footerCnt .inner .logoArea a {
            width: 100%;
            height: 100%;
            display: block; }
            #footer #footerCnt .inner .logoArea a img {
              max-width: 120px;
              margin: 0 auto;
              text-align: center;
              display: block; }
        #footer #footerCnt .inner #footerNaviWrap {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 0; }
          #footer #footerCnt .inner #footerNaviWrap .naviBox ul {
            margin: 0;
            padding: 0; }
            #footer #footerCnt .inner #footerNaviWrap .naviBox ul li {
              display: block;
              padding-bottom: 0;
              border-bottom: #999999 solid 1px;
              margin-bottom: 0; }
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li a {
                text-decoration: none;
                font-size: 14px;
                color: #fff;
                font-weight: 400;
                padding: 12px 0;
                text-align: center;
                width: 100%;
                height: 100%;
                display: block; }
              #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children {
                overflow: hidden;
                position: relative; }
                #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children > a {
                  position: relative;
                  width: calc( 100% - 50px );
                  padding-left: 50px;
                  padding-bottom: 12px;
                  margin-bottom: 0; }
                #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .childrenToggle {
                  width: 50px;
                  height: 50px;
                  position: absolute;
                  top: 0px;
                  right: 0;
                  background: url("images/home/svg/w_plus.svg") no-repeat;
                  background-position: center;
                  background-size: 12px;
                  display: block;
                  cursor: pointer; }
                  #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .childrenToggle.active {
                    background: url("images/home/svg/w_minus.svg") no-repeat;
                    background-position: center;
                    background-size: 12px; }
                #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu {
                  display: none;
                  margin-bottom: 0;
                  padding: 0 !important;
                  list-style: none; }
                  #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li {
                    position: relative; }
                    #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li::before {
                      display: none; }
                    #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li a {
                      min-height: inherit;
                      display: block;
                      padding: 12px 0; }
                    #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu li:last-child {
                      border: none; }
                  #footer #footerCnt .inner #footerNaviWrap .naviBox ul li.children .sub-menu.active li:first-child {
                    border-top: #999999 solid 1px; }
      #footer #footerCntWrap .tll {
        text-align: center; }
      #footer #footerCntWrap .footerCnt4wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
        margin-bottom: 60px; }
        #footer #footerCntWrap .footerCnt4wrap .col .f_txt {
          text-align: center; }
        #footer #footerCntWrap .footerCnt4wrap .col .f_txt02 {
          text-align: center; }
        #footer #footerCntWrap .footerCnt4wrap .col .btnbox a {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 290px;
          margin: 0 auto;
          padding-left: 0; }
          #footer #footerCntWrap .footerCnt4wrap .col .btnbox a::before {
            left: 50%;
            margin-left: -60px; }
      #footer #footer_bottom .inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px 0; } }

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

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #0A0A14;
    width: 30px;
    height: 30px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: #fff;
    border: none !important;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    margin: 0 5px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #0A0A14;
    border: 1px solid #0A0A14; }
  .wp-pagenavi span.current {
    color: #0A0A14;
    background: #F9FAFB;
    font-weight: 400;
    border: 1px solid #0A0A14 !important; }
  .wp-pagenavi a.first {
    display: none; }
  .wp-pagenavi .nextpostslink {
    background: #333333 url("images/common/blog/nextpostslink.svg") no-repeat;
    background-position: center;
    background-size: 8px; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
      background: #333333 url("images/common/blog/nextpostslink.svg") no-repeat;
      background-position: center;
      background-size: 8px;
      border: none; }
  .wp-pagenavi .previouspostslink {
    background: #333333 url("images/common/blog/previouspostslink.svg") no-repeat;
    background-position: center;
    background-size: 8px; }
    .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
      background: #333333 url("images/common/blog/previouspostslink.svg") no-repeat;
      background-position: center;
      background-size: 8px;
      border: none; }
  .wp-pagenavi .pages, .wp-pagenavi .last {
    display: none; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: transparent;
  overflow: hidden;
  padding-right: 40px;
  text-shadow: 0 -2.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
  font-family: "Cabin", sans-serif;
  font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: "P22 Underground", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #pagetopArea a::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url("images/home/svg/pagetop.svg") no-repeat;
    background-position: center;
    background-size: 24px;
    display: block;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0; }
  @media (min-width: 769px) {
    #pagetopArea a:hover {
      text-shadow: 0 0 0 #fff, 0 2.5em 0 #fff; } }

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 3;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #0A0A14; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 0 0;
      padding: 0;
      height: 60px;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          color: #fff;
          justify-content: center;
          align-items: stretch;
          margin: 0;
          padding: 35px 10px 0;
          font-size: 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: 25px;
            height: 25px;
            display: block;
            background: url("images/home/svg/mail_otoiawase.svg") no-repeat;
            background-position: center;
            background-size: 16px;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%); }
          #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
            background-color: #0A0A14;
            color: #fff; }
        #fixedBtnSpArea #fixedBtnSp ul li + li {
          border-left: 1px solid #fff; }
        #fixedBtnSpArea #fixedBtnSp ul li._02 {
          background: #388660; }
          #fixedBtnSpArea #fixedBtnSp ul li._02 a::before {
            background: url("images/home/svg/icon_line_white.svg") no-repeat;
            background-position: center;
            background-size: 16px; }
        #fixedBtnSpArea #fixedBtnSp ul li._03 {
          background: #B51F3C; }
          #fixedBtnSpArea #fixedBtnSp ul li._03 a::before {
            background: url("images/home/svg/flag_event.svg") no-repeat;
            background-position: center;
            background-size: 13px; }
        #fixedBtnSpArea #fixedBtnSp ul li._04 {
          background: #33404D; }
          #fixedBtnSpArea #fixedBtnSp ul li._04 a::before {
            background: url("images/home/svg/tell_bangou.svg") no-repeat;
            background-position: center;
            background-size: 24px; }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* hidden */
/* ---------------------------------------------------------------- */
.hidden {
  overflow: hidden; }

.content {
  padding: 120px 0; }
  .content span.subtitle {
    font-family: "Cabin", sans-serif;
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
    font-family: "P22 Underground", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 32px;
    display: block; }
    .content span.subtitle._center {
      text-align: center; }
  .content h2.title {
    font-size: 28px;
    font-weight: 400;
    margin: 0; }
    .content h2.title._center {
      text-align: center; }
  .content p.w720txt {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 2; }
    .content p.w720txt._left {
      text-align: left; }
  .content.kazou1 {
    padding: 0; }
    .content.kazou1 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou1 .title {
      margin: 0 0 32px; }
  .content.kazou2 span.subtitle {
    margin: 0 0 20px; }
  .content.kazou2 .title {
    margin: 0 0 32px; }
  .content.kazou2-1 {
    padding: 0 0 120px; }
    .content.kazou2-1 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou2-1 .title {
      margin: 0 0 32px; }
  .content.kazou2-2 {
    padding: 120px 0 0; }
    .content.kazou2-2 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou2-2 .title {
      margin: 0 0 32px; }
  .content.kazou3 {
    background: #E7EEF5; }
    .content.kazou3 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou3 .title {
      margin: 0 0 32px; }
  .content.kazou4 {
    background: #F9FAFB; }
    .content.kazou4 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou4 .title {
      margin: 0 0 32px; }
  .content.kazou5 {
    background: #5A595A;
    color: #fff; }
    .content.kazou5 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou5 .title {
      margin: 0 0 32px; }
  .content.kazou6 {
    background: #F9FAFB; }
    .content.kazou6 span.subtitle {
      margin: 0 0 20px; }
    .content.kazou6 .title {
      margin: 0 0 32px; }
  .content.kazou7 {
    padding: 80px 0;
    background: #F9FAFB; }

@media screen and (max-width: 767px) {
  .content {
    padding: 60px 0; }
    .content h2.title {
      font-size: 22px; }
    .content.kazou2-1 {
      padding: 0 0 60px; }
    .content.kazou2-2 {
      padding: 60pz 0 0; } }
/* ---------------------------------------------------------------- */
/* .top-fvSwiper */
/* ---------------------------------------------------------------- */
.top-fvSwiper {
  height: 100vh; }
  .top-fvSwiper .swiper-wrapper .swiper-slide .imagebox {
    position: relative;
    overflow: hidden;
    padding-bottom: 100vh;
    width: 100%; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .imagebox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-object-fit: cover; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .imagebox::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2); }
  .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox {
    position: absolute;
    padding: 54px 60px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox span {
      font-size: 64px;
      font-weight: 300;
      color: #fff;
      display: block;
      line-height: 1.18;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 0 5px;
      letter-spacing: 3px; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox p {
      font-size: 32px;
      font-weight: 400;
      margin: 0;
      color: #fff; }

@media screen and (max-width: 767px) {
  .top-fvSwiper {
    height: 512px; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .imagebox {
      padding-bottom: 512px; }
    .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox {
      position: absolute;
      padding: 20px 15px; }
      .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox span {
        font-size: 32px; }
      .top-fvSwiper .swiper-wrapper .swiper-slide .txtbox p {
        font-size: 16px; } }
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 {
  padding: 0;
  display: grid;
  grid-template-columns: 40% 60%; }
  #content01 .content01box {
    position: relative; }
    #content01 .content01box .content01_sticky {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 110px 0; }
  #content01 .content01box02 {
    padding: 100px 0;
    margin-right: 60px;
    overflow: hidden; }
    #content01 .content01box02 .title {
      margin: 0 0 40px; }
    #content01 .content01box02 .imgbox {
      margin: 0 0 45px; }
    #content01 .content01box02 .txt {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 20px;
      line-height: 2; }
    #content01 .content01box02 .txt03 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 60px;
      line-height: 2; }
    #content01 .content01box02 .txt02 {
      background: #0A0A14;
      font-size: 20px;
      margin: 0 0 20px;
      padding: 5px;
      color: #fff;
      display: inline-block;
      white-space: nowrap;
      cursor: default;
      /* 初期状態は通常表示 */
      opacity: 1; }
      #content01 .content01box02 .txt02.animate {
        /* アニメーション開始時に隠す */
        clip-path: inset(0 100% 0 0);
        animation-name: clip-text;
        animation-delay: 0.7s;
        animation-iteration-count: 1;
        animation-duration: 800ms;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

@keyframes clip-text {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@media screen and (max-width: 767px) {
  #content01 {
    grid-template-columns: 1fr;
    padding: 60px 0; }
    #content01 .content01box {
      position: relative; }
      #content01 .content01box .content01_sticky {
        position: inherit;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 12px;
        padding: 0; }
        #content01 .content01box .content01_sticky img {
          max-width: 160px; }
    #content01 .content01box02 {
      padding: 45px 15px 0;
      margin-right: 0; }
      #content01 .content01box02 .title {
        margin: 0 0 20px;
        font-size: 20px; }
      #content01 .content01box02 .imgbox {
        margin: 0 0 30px; }
      #content01 .content01box02 .txt {
        font-size: 14px;
        margin: 0 0 30px; }
      #content01 .content01box02 .txt02 {
        font-size: 14px;
        margin: 0 0 25px;
        width: 100%; } }
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 {
  padding: 220px 0 180px;
  background: url("images/home/fvimg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  #content02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0A0A14;
    backdrop-filter: blur(50px);
    filter: brightness(16%);
    opacity: .8;
    z-index: -1; }
  #content02 .inner {
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 0 145px;
    align-items: center;
    margin-bottom: 60px; }
    #content02 .inner .tllbox span {
      color: #fff;
      margin: 0 0 35px; }
    #content02 .inner .tllbox h2 {
      color: #fff;
      margin: 0; }
    #content02 .inner .imgbox {
      overflow: hidden;
      background: url("images/home/service01.jpg") no-repeat;
      height: 400px;
      width: auto;
      background-attachment: fixed;
      background-position: center right;
      background-size: 50% auto; }
  #content02 .inner02 {
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 0 60px; }
    #content02 .inner02 .inner02imgbox .flex .image {
      position: relative;
      height: 240px;
      width: 360px;
      margin-bottom: 106px;
      overflow: hidden; }
      #content02 .inner02 .inner02imgbox .flex .image .fixed_image {
        position: absolute;
        top: 0;
        left: 0;
        background: url("images/home/service02.jpg") no-repeat;
        background-attachment: fixed;
        background-position: center left;
        background-size: 40% auto;
        width: 100%;
        height: 100%;
        display: block; }
      #content02 .inner02 .inner02imgbox .flex .image._02 {
        display: flex;
        justify-content: flex-end;
        height: 200px;
        width: 300px;
        margin-bottom: 0; }
        #content02 .inner02 .inner02imgbox .flex .image._02 .fixed_image {
          position: absolute;
          top: 0;
          left: 0;
          background: url("images/home/service03.jpg") no-repeat;
          background-attachment: fixed;
          background-position: center left;
          background-size: 40% auto;
          width: 100%;
          height: 100%;
          display: block; }
    #content02 .inner02 .txtbox p {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 80px;
      color: #fff;
      padding-top: 90px;
      line-height: 2; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content02 .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0; }
  #content02 .inner02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0; }
    #content02 .inner02 .txtbox p {
      padding-top: 0; } }
@media screen and (max-width: 767px) {
  #content02 {
    padding: 60px 0;
    background: url("images/home/fvimg.jpg") no-repeat;
    background-attachment: scroll;
    background-size: cover; }
    #content02 .inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px 0;
      margin-bottom: 30px; }
      #content02 .inner .imgbox {
        position: relative;
        width: 100%;
        padding-bottom: 230px;
        overflow: hidden;
        background: none;
        height: auto; }
        #content02 .inner .imgbox img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-object-fit: cover; }
      #content02 .inner .tllbox span {
        color: #fff;
        margin: 0 0 30px; }
    #content02 .inner02 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px 0; }
      #content02 .inner02 .inner02imgbox {
        order: 2; }
        #content02 .inner02 .inner02imgbox .flex {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 0 15px; }
          #content02 .inner02 .inner02imgbox .flex .image {
            margin-bottom: 0;
            padding-bottom: 110px;
            position: relative;
            width: auto;
            overflow: hidden;
            background: none;
            height: auto; }
            #content02 .inner02 .inner02imgbox .flex .image .fixed_image {
              display: none; }
            #content02 .inner02 .inner02imgbox .flex .image img {
              max-width: 100%;
              position: absolute;
              width: 100%;
              height: 100%;
              object-fit: cover;
              -webkit-object-fit: cover; }
            #content02 .inner02 .inner02imgbox .flex .image._02 {
              width: auto;
              height: auto;
              display: block;
              padding-bottom: 110px; }
      #content02 .inner02 .txtbox {
        order: 1; }
        #content02 .inner02 .txtbox p {
          font-size: 14px;
          color: #fff;
          padding-top: 0;
          margin: 0; } }
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03 {
  padding: 0;
  position: relative; }
  #content03 .inner {
    padding: 60px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 1000px; }
    #content03 .inner._02 {
      background: #E7EEF5; }
    #content03 .inner._03 {
      background: #F9FAFB; }
    #content03 .inner .content03group {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 90px;
      align-items: center; }
      #content03 .inner .content03group .txtbox span {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.16;
        color: #0A0A14;
        display: block;
        margin: 0 0 14px;
        font-family: "Cabin", sans-serif;
        font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
        font-family: "P22 Underground", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #content03 .inner .content03group .txtbox .txt {
        font-size: 32px;
        font-weight: 400;
        margin: 0;
        color: #0A0A14;
        line-height: 1.21;
        font-family: "Cabin", sans-serif;
        font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
        font-family: "P22 Underground", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #content03 .inner .content03group .txtbox .txt02 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 43px;
        line-height: 1.18;
        color: #0A0A14;
        font-family: "Cabin", sans-serif;
        font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
        font-family: "P22 Underground", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #content03 .inner .content03group .txtbox .title {
        margin-bottom: 30px; }
      #content03 .inner .content03group .txtbox .txt03 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        color: #0A0A14;
        line-height: 2; }
      #content03 .inner .content03group .imgbox .img-ratio {
        position: relative;
        overflow: hidden;
        padding-bottom: 780px;
        width: 100%; }
        #content03 .inner .content03group .imgbox .img-ratio img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-object-fit: cover; }

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #content03 .inner .sub_container {
    padding: 0; } }
@media screen and (max-width: 767px) {
  #content03 {
    padding: 0;
    overflow: hidden; }
    #content03 .inner {
      padding: 60px 0 20px;
      height: auto;
      position: inherit; }
      #content03 .inner .content03group {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0; }
        #content03 .inner .content03group .txtbox .txt02 {
          margin: 0 0 30px; }
        #content03 .inner .content03group .txtbox .title {
          margin-bottom: 0; }
        #content03 .inner .content03group .imgbox .img-ratio {
          padding-bottom: 345px;
          margin-bottom: 30px; }
        #content03 .inner .content03group .imgbox .txt03 {
          font-size: 14px;
          font-weight: 400;
          margin: 0;
          color: #0A0A14;
          line-height: 2; } }
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #333333; }
  #content04 .content04inner {
    display: grid;
    grid-template-columns: 437px 1fr;
    gap: 0 90px;
    align-items: end; }
    #content04 .content04inner .leftbox span {
      font-size: 32px;
      font-weight: 400;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 0 68px;
      display: block;
      line-height: 1.21;
      color: #fff; }
    #content04 .content04inner .leftbox .imgbox {
      margin-bottom: 30px; }
    #content04 .content04inner .leftbox .content04_arrow {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      max-width: 300px; }
      #content04 .content04inner .leftbox .content04_arrow .a_group {
        width: 34px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 4px 0 0 4px;
        position: relative;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease; }
        #content04 .content04inner .leftbox .content04_arrow .a_group::after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 26px solid #ffffff;
          right: -28px;
          top: 0;
          display: block; }
        #content04 .content04inner .leftbox .content04_arrow .a_group._02 {
          background: #E2EDF7; }
          #content04 .content04inner .leftbox .content04_arrow .a_group._02::after {
            border-left: 26px solid #E2EDF7; }
        #content04 .content04inner .leftbox .content04_arrow .a_group._03 {
          background: #CADEF0; }
          #content04 .content04inner .leftbox .content04_arrow .a_group._03::after {
            border-left: 26px solid #CADEF0; }
        #content04 .content04inner .leftbox .content04_arrow .a_group._04 {
          background: #B9D5F2; }
          #content04 .content04inner .leftbox .content04_arrow .a_group._04::after {
            border-left: 26px solid #B9D5F2; }
        #content04 .content04inner .leftbox .content04_arrow .a_group._05 {
          background: #A0C6ED; }
          #content04 .content04inner .leftbox .content04_arrow .a_group._05::after {
            border-left: 26px solid #A0C6ED; }
      #content04 .content04inner .leftbox .content04_arrow.show .a_group {
        opacity: 1;
        transform: translateY(0); }
        #content04 .content04inner .leftbox .content04_arrow.show .a_group:nth-child(1) {
          transition-delay: 0s; }
        #content04 .content04inner .leftbox .content04_arrow.show .a_group:nth-child(2) {
          transition-delay: 0.2s; }
        #content04 .content04inner .leftbox .content04_arrow.show .a_group:nth-child(3) {
          transition-delay: 0.4s; }
        #content04 .content04inner .leftbox .content04_arrow.show .a_group:nth-child(4) {
          transition-delay: 0.6s; }
        #content04 .content04inner .leftbox .content04_arrow.show .a_group:nth-child(5) {
          transition-delay: 0.8s; }
    #content04 .content04inner .rightbox h2 {
      color: #fff;
      margin: 0 0 20px;
      font-weight: 400; }
    #content04 .content04inner .rightbox p {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      margin: 0;
      line-height: 2; }

@media screen and (max-width: 767px) {
  #content04 {
    height: auto;
    position: inherit; }
    #content04 .content04inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0 60px; }
      #content04 .content04inner .leftbox span {
        margin: 0 0 38px; }
      #content04 .content04inner .leftbox .imgbox {
        margin-bottom: 0; }
      #content04 .content04inner .leftbox .content04_arrow {
        position: relative;
        top: -30px;
        left: 0;
        max-width: 300px; } }
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: all 0.3s ease;
  height: 400px; }
  #content05 .col, #content05 .col02 {
    position: relative;
    transition: opacity 0.5s ease, transform 0.5s ease; }
    #content05 .col a, #content05 .col02 a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #0A0A14; }
      #content05 .col a .imgbox, #content05 .col02 a .imgbox {
        display: none; }
      #content05 .col a .txtbox, #content05 .col02 a .txtbox {
        height: 100%; }
        #content05 .col a .txtbox .txtbox_block, #content05 .col02 a .txtbox .txtbox_block {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          #content05 .col a .txtbox .txtbox_block p, #content05 .col02 a .txtbox .txtbox_block p {
            font-size: 20px;
            font-weight: 400;
            line-height: 1.45;
            margin: 0; }
          #content05 .col a .txtbox .txtbox_block h2, #content05 .col02 a .txtbox .txtbox_block h2 {
            font-size: 32px;
            font-weight: 400;
            margin: 0 0 60px;
            position: relative; }
            #content05 .col a .txtbox .txtbox_block h2::after, #content05 .col02 a .txtbox .txtbox_block h2::after {
              content: "";
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              bottom: -35px;
              width: 20px;
              height: 20px;
              background: url("images/home/svg/arrow.svg") no-repeat;
              background-position: center;
              background-size: 16px;
              display: block; }
          #content05 .col a .txtbox .txtbox_block span, #content05 .col02 a .txtbox .txtbox_block span {
            font-size: 16px;
            font-weight: 400;
            margin: 0;
            font-family: "Cabin", sans-serif;
            font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
            font-family: "P22 Underground", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        #content05 .col a .txtbox .txtbox_hover, #content05 .col02 a .txtbox .txtbox_hover {
          display: none; }
  @media screen and (min-width: 768px) {
    #content05.hover-left {
      transition: all 0.5s ease;
      grid-template-columns: 1fr; }
      #content05.hover-left .col {
        background: url("images/home/service4-1.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
        #content05.hover-left .col::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
          display: block; }
        #content05.hover-left .col a {
          position: relative;
          z-index: 2;
          color: #fff; }
          #content05.hover-left .col a .txtbox {
            display: grid;
            grid-template-columns: 1fr 1fr; }
            #content05.hover-left .col a .txtbox .txtbox_block {
              width: auto;
              background: transparent; }
              #content05.hover-left .col a .txtbox .txtbox_block h2::after {
                background: url("images/home/svg/w_arrow.svg") no-repeat;
                background-position: center;
                background-size: 16px; }
            #content05.hover-left .col a .txtbox .txtbox_hover {
              display: flex;
              justify-content: center;
              align-items: center;
              padding-right: 15%; }
      #content05.hover-left .col02 {
        display: none;
        pointer-events: none;
        transform: scale(0.95); }
    #content05.hover-right {
      transition: all 0.5s ease;
      grid-template-columns: 1fr; }
      #content05.hover-right .col02 {
        background: url("images/home/restoration02.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
        #content05.hover-right .col02::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
          display: block; }
        #content05.hover-right .col02 a {
          position: relative;
          z-index: 2;
          color: #fff; }
          #content05.hover-right .col02 a .txtbox {
            display: grid;
            grid-template-columns: 1fr 1fr; }
            #content05.hover-right .col02 a .txtbox .txtbox_block {
              order: 2;
              width: auto;
              background: transparent; }
              #content05.hover-right .col02 a .txtbox .txtbox_block h2::after {
                background: url("images/home/svg/w_arrow.svg") no-repeat;
                background-position: center;
                background-size: 16px; }
            #content05.hover-right .col02 a .txtbox .txtbox_hover {
              order: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-left: 15%; }
      #content05.hover-right .col {
        display: none;
        pointer-events: none;
        transform: scale(0.95); } }

@media screen and (max-width: 767px) {
  #content05 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: auto; }
    #content05 .col a .imgbox, #content05 .col02 a .imgbox {
      position: relative;
      width: 100%;
      padding-bottom: 137px;
      overflow: hidden;
      display: block; }
      #content05 .col a .imgbox img, #content05 .col02 a .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover; }
    #content05 .col a .txtbox, #content05 .col02 a .txtbox {
      padding: 30px 0;
      height: auto; }
      #content05 .col a .txtbox .txtbox_hover, #content05 .col02 a .txtbox .txtbox_hover {
        display: none; } }
/* ---------------------------------------------------------------- */
/* #ctaArea */
/* ---------------------------------------------------------------- */
#ctaArea {
  background: #5A595A; }
  #ctaArea .inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0 60px;
    align-items: flex-end;
    margin-bottom: 40px; }
    #ctaArea .inner .leftbox span {
      font-size: 32px;
      font-weight: 400;
      color: #fff;
      display: block;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 0 40px; }
    #ctaArea .inner .leftbox h2 {
      font-size: 24px;
      font-weight: 400;
      color: #fff;
      margin: 0; }
    #ctaArea .inner .rightbox p {
      color: #fff;
      margin: 0;
      font-weight: 400;
      font-size: 14px; }
  #ctaArea .cta_btnbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 240px;
    margin-bottom: 30px; }
    #ctaArea .cta_btnbox .col {
      border-right: #969696 solid 1px; }
      #ctaArea .cta_btnbox .col a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        text-decoration: none; }
      #ctaArea .cta_btnbox .col:last-child {
        border-right: none; }
      @media print, screen and (min-width: 768px) {
        #ctaArea .cta_btnbox .col:hover, #ctaArea .cta_btnbox .col:focus {
          background: #333333; } }
  #ctaArea .cta_tel_box {
    margin-bottom: 5px; }
    #ctaArea .cta_tel_box img {
      margin: 0 auto;
      text-align: center;
      display: block; }
  #ctaArea .cta_tel_txt {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400; }

@media screen and (max-width: 767px) {
  #ctaArea .inner {
    grid-template-columns: 1fr;
    gap: 30px 0;
    align-items: flex-end;
    margin-bottom: 30px; }
    #ctaArea .inner .leftbox span {
      font-size: 16px;
      margin: 0 0 10px;
      text-align: center; }
    #ctaArea .inner .leftbox h2 {
      font-size: 18px;
      text-align: center; }
    #ctaArea .inner .rightbox p {
      text-align: center; }
  #ctaArea .cta_btnbox {
    grid-template-columns: repeat(1, 1fr); }
    #ctaArea .cta_btnbox .col {
      border-right: none;
      border-top: #969696 solid 1px; }
      #ctaArea .cta_btnbox .col a {
        position: relative;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 40px; }
        #ctaArea .cta_btnbox .col a img {
          margin-right: 45px; }
        #ctaArea .cta_btnbox .col a::after {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          display: block;
          background: url("images/home/svg/w_arrow.svg") no-repeat;
          background-position: center;
          background-size: 16px;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
      #ctaArea .cta_btnbox .col:last-child {
        border-right: none;
        border-bottom: #969696 solid 1px; } }
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
#content06 {
  background: #F9FAFB; }
  #content06 .subtitle {
    margin: 0 0 20px; }
  #content06 .title {
    margin: 0 0 40px; }
  #content06 .txt {
    text-align: center;
    margin: 0 0 35px; }
  #content06 .content06_inner {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
    background: url("images/home/bg_map.png") no-repeat;
    background-position: right bottom;
    background-size: auto 100%; }
    #content06 .content06_inner::after {
      content: "";
      position: absolute;
      display: block;
      width: 130px;
      height: 220px;
      background: url("images/home/001.jpg") no-repeat;
      background-position: top right;
      background-size: cover;
      top: 0;
      right: 0;
      border-radius: 8px; }
    #content06 .content06_inner .comfvSwiperWrap {
      position: absolute;
      width: 25%;
      height: 35%;
      top: 0;
      left: 10px;
      border-radius: 8px; }
      #content06 .content06_inner .comfvSwiperWrap .company-fvSwiper {
        height: 100%;
        border-radius: 8px; }
        #content06 .content06_inner .comfvSwiperWrap .company-fvSwiper .swiper-wrapper .swiper-slide .imagebox {
          position: absolute;
          overflow: hidden;
          width: 100%;
          padding-bottom: 60%;
          border-radius: 8px; }
          #content06 .content06_inner .comfvSwiperWrap .company-fvSwiper .swiper-wrapper .swiper-slide .imagebox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-object-fit: cover;
            border-radius: 8px;
            object-position: center; }

@media screen and (max-width: 767px) {
  #content06 .txt {
    font-size: 14px; }
  #content06 .content06_inner {
    background-position: center bottom;
    margin-bottom: 60px; }
    #content06 .content06_inner::after {
      width: 80px;
      height: 140px;
      bottom: -35px;
      top: auto; }
    #content06 .content06_inner .comfvSwiperWrap {
      position: absolute;
      width: 27%;
      top: -10px;
      height: 24%; } }
/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
#content07 {
  height: 400px;
  width: 100%;
  background: url("images/home/fvimg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative; }

@media screen and (max-width: 767px) {
  #content07 {
    background: none;
    position: relative;
    height: 120px; }
    #content07 .bg_scroll_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      clip-path: inset(0); }
      #content07 .bg_scroll_bg .bg_inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: url("images/home/fvimg.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1; } }
/* ---------------------------------------------------------------- */
/* #content08 */
/* ---------------------------------------------------------------- */
#content08 {
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: .6s; }
  #content08.fixed {
    position: fixed;
    opacity: 1;
    transition: .6s; }
  #content08 a {
    width: 100%;
    height: 100%;
    display: block; }
    #content08 a img {
      max-width: 240px; }

@media screen and (max-width: 767px) {
  #content08 {
    display: none; } }
/* ---------------------------------------------------------------- */
/* #content09 */
/* ---------------------------------------------------------------- */
#content09 {
  width: 50px;
  height: 300px;
  display: block;
  opacity: 0;
  z-index: 1;
  top: 50%;
  margin-top: -150px;
  right: 0;
  transition: .6s; }
  #content09.fixed {
    position: fixed;
    top: 50%;
    margin-top: -150px;
    right: 0;
    opacity: 1;
    transition: .6s; }
  #content09 .content09box {
    height: 150px;
    background: #B51E3C; }
    #content09 .content09box a {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      writing-mode: vertical-rl;
      padding-top: 30px;
      position: relative; }
      #content09 .content09box a::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 25px;
        display: block;
        background: url("images/home/svg/flag_event.svg") no-repeat;
        background-position: center;
        background-size: 16px;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
    #content09 .content09box._02 {
      background: #0A0A14; }
      #content09 .content09box._02 a::before {
        background: url("images/home/svg/mail_otoiawase.svg") no-repeat;
        background-position: center;
        background-size: 20px; }

@media screen and (max-width: 767px) {
  #content09 {
    display: none; } }
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  margin: 30px 0 80px;
  width: 100%; }
  .accordion-container .accordion-list {
    background: #F9FAFB;
    margin-bottom: 30px; }
    .accordion-container .accordion-list .accordion-title {
      cursor: pointer;
      font-size: 18px;
      padding: 17px 38px;
      position: relative;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .accordion-container .accordion-list .accordion-title .off {
        display: block;
        margin-left: 24px; }
      .accordion-container .accordion-list .accordion-title .on {
        display: none; }
      .accordion-container .accordion-list .accordion-title.open .off {
        display: none; }
      .accordion-container .accordion-list .accordion-title.open .on {
        display: block;
        margin-left: 24px; }
    .accordion-container .accordion-list .accordion-text {
      padding: 17px 38px;
      display: none; }
      .accordion-container .accordion-list .accordion-text #area_works {
        display: block;
        margin: 0 auto;
        text-align: center;
        gap: 0 30px; }
        .accordion-container .accordion-list .accordion-text #area_works .categorybox {
          display: inline-block;
          margin: 0 24px 10px 0; }
          .accordion-container .accordion-list .accordion-text #area_works .categorybox:first-child {
            margin-left: 0; }
          .accordion-container .accordion-list .accordion-text #area_works .categorybox a {
            font-size: 16px;
            font-weight: 400;
            color: #0A0A14;
            text-decoration: none; }

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

/* ---------------------------------------------------------------- */
/* #eventArea */
/* ---------------------------------------------------------------- */
#eventArea .subtitle {
  margin: 0 0 20px; }
#eventArea .title {
  margin: 0 0 20px; }
#eventArea .e_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 40px;
  line-height: 1.8; }

.event-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px; }
  .event-postListWrap .postBox a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #0A0A14; }
    .event-postListWrap .postBox a .thumbnail {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 65%;
      z-index: 0;
      margin-bottom: 20px; }
      .event-postListWrap .postBox a .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        transition: transform .3s ease; }
      .event-postListWrap .postBox a .thumbnail .bosyu_icon, .event-postListWrap .postBox a .thumbnail .bosyu_icon2 {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        width: 100px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #0A0A14;
        z-index: 1; }
    .event-postListWrap .postBox a .permaLinkWrap .event_cat_area {
      background: #333333;
      width: 74px;
      height: 20px;
      margin-bottom: 10px; }
      .event-postListWrap .postBox a .permaLinkWrap .event_cat_area object a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #fff; }
    .event-postListWrap .postBox a .permaLinkWrap .tll {
      font-size: 20px;
      font-weight: 400;
      margin: 0 0 20px; }
    .event-postListWrap .postBox a .permaLinkWrap .event_date {
      display: flex;
      position: relative;
      padding-left: 20px; }
      .event-postListWrap .postBox a .permaLinkWrap .event_date::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        background: url("images/home/svg/time.svg") no-repeat;
        background-position: center;
        background-size: 14px;
        left: 0;
        top: 3px; }
      .event-postListWrap .postBox a .permaLinkWrap .event_date .txt01, .event-postListWrap .postBox a .permaLinkWrap .event_date .txt02 {
        font-size: 12px;
        font-weight: 400;
        margin: 0; }
    @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 .3s ease; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-postListWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
@media screen and (max-width: 767px) {
  #eventArea .subtitle {
    margin: 0 0 10px; }
  #eventArea .title {
    margin: 0 0 10px; }
  #eventArea .e_txt {
    font-size: 14px;
    text-align: left;
    margin: 0 0 30px; }

  .event-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0; } }
/* ---------------------------------------------------------------- */
/* イベント情報一覧 */
/* ---------------------------------------------------------------- */
#eventCatList #cnts {
  margin-bottom: 0; }

.post-type-archive-event .pcmbreadcrumbsWrap, .tax-event_cat .pcmbreadcrumbsWrap {
  background: #F9FAFB; }

#eventWrap {
  background: #F9FAFB;
  padding-bottom: 120px; }
  #eventWrap #category_event {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 8px;
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: #0A0A14 solid 1px; }
    #eventWrap #category_event .categorybox {
      background: #fff;
      height: 40px; }
      #eventWrap #category_event .categorybox a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #0A0A14;
        text-decoration: none; }

@media screen and (max-width: 767px) {
  #eventWrap {
    padding-bottom: 60px; }
    #eventWrap #category_event {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px 8px;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      #eventWrap #category_event .categorybox {
        height: 36px; }
        #eventWrap #category_event .categorybox a {
          font-size: 14px; } }
/* ---------------------------------------------------------------- */
/* イベント情報詳細 */
/* ---------------------------------------------------------------- */
.single-event main {
  overflow: visible; }
.single-event #cnts {
  margin-bottom: 0; }

#event_inner {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 0 150px;
  position: relative;
  padding-bottom: 120px; }
  #event_inner .event_leftArea {
    overflow: hidden; }
    #event_inner .event_leftArea h1.eventtitle {
      font-size: 28px;
      font-weight: 400;
      margin: 0 0 40px;
      line-height: 1.8; }
    #event_inner .event_leftArea .post-meta {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px; }
      #event_inner .event_leftArea .post-meta .eventcategories {
        width: auto;
        height: 30px;
        display: flex;
        gap: 0 15px; }
        #event_inner .event_leftArea .post-meta .eventcategories a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-weight: 400;
          color: #fff;
          padding: 0 35px;
          text-decoration: none;
          background: #0A0A14; }
      #event_inner .event_leftArea .post-meta time {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400; }
        #event_inner .event_leftArea .post-meta time img {
          margin-right: 10px; }
    #event_inner .event_leftArea .thumbnail {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 67%;
      z-index: 0;
      margin-bottom: 60px; }
      #event_inner .event_leftArea .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        -webkit-object-fit: contain; }
      #event_inner .event_leftArea .thumbnail .bosyu_icon, #event_inner .event_leftArea .thumbnail .bosyu_icon2 {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        width: 100px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #0A0A14;
        z-index: 1; }
    #event_inner .event_leftArea #event_content01 {
      padding: 0 0 80px; }
      #event_inner .event_leftArea #event_content01 .e_cont_txt {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 50px; }
      #event_inner .event_leftArea #event_content01 .event_content01_inner {
        background: #E7EEF5;
        padding: 30px 40px; }
        #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box {
          display: grid;
          grid-template-columns: 140px 1fr;
          margin-bottom: 16px; }
          #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box:last-child {
            margin-bottom: 0; }
          #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_left p, #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_right p {
            margin: 0;
            font-size: 16px;
            font-weight: 400; }
          #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_left p {
            position: relative;
            padding-left: 15px; }
            #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_left p::after {
              content: "";
              position: absolute;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: #33404D;
              top: 10px;
              left: 0;
              display: block; }
          #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_right {
            display: flex; }
    #event_inner .event_leftArea #event_content02 {
      padding-bottom: 60px; }
      #event_inner .event_leftArea #event_content02 .event_content02_inner {
        background: #F9FAFB;
        padding: 40px; }
        #event_inner .event_leftArea #event_content02 .event_content02_inner .e_cont2_txt {
          font-size: 20px;
          font-weight: 400;
          margin: 0 0 20px;
          position: relative;
          padding-left: 50px; }
          #event_inner .event_leftArea #event_content02 .event_content02_inner .e_cont2_txt::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            left: 0;
            background: url("images/common/event/check.svg") no-repeat;
            background-position: center;
            background-size: 18px;
            display: block;
            left: 0;
            top: 8px; }
          #event_inner .event_leftArea #event_content02 .event_content02_inner .e_cont2_txt:last-child {
            margin-bottom: 0; }
      #event_inner .event_leftArea #event_content02 .event_content02Wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px; }
        #event_inner .event_leftArea #event_content02 .event_content02Wrap .txtbox p {
          margin: 0; }
    #event_inner .event_leftArea #event_content03 .e_cont03_txt {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 20px; }
    #event_inner .event_leftArea #event_content03 .eventaccessWrap {
      margin-bottom: 30px; }
    #event_inner .event_leftArea .titleh3 {
      margin-bottom: 30px; }
    #event_inner .event_leftArea .titleh4 {
      margin-bottom: 30px; }
  #event_inner .event_rightArea {
    position: relative;
    padding: 100px 0; }
    #event_inner .event_rightArea .event_right_sticky {
      position: sticky;
      position: -webkit-sticky;
      top: 120px;
      background: #33404D;
      border-radius: 16px;
      padding: 20px 15px; }
      #event_inner .event_rightArea .event_right_sticky .e_right_txt {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 16px;
        color: #fff;
        line-height: 1.4;
        text-align: center; }
      #event_inner .event_rightArea .event_right_sticky .e_right_box {
        max-width: 200px;
        height: 52px;
        background: #fff;
        border-radius: 28px;
        margin: 0 auto 8px; }
        #event_inner .event_rightArea .event_right_sticky .e_right_box a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-size: 14px;
          font-weight: 400;
          color: #0A0A14;
          text-decoration: none;
          padding: 10px 15px;
          position: relative; }
          #event_inner .event_rightArea .event_right_sticky .e_right_box a::after {
            position: absolute;
            align-items: center;
            border: none;
            content: "";
            width: 15px;
            height: 15px;
            background: url("images/home/svg/arrow.svg") no-repeat;
            background-size: 12px;
            background-position: center;
            transform: none;
            color: #fff;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transition: .3s ease-in; }
          #event_inner .event_rightArea .event_right_sticky .e_right_box a img {
            margin-right: 5.5px; }
        #event_inner .event_rightArea .event_right_sticky .e_right_box.last {
          margin: 0 auto 16px; }
      #event_inner .event_rightArea .event_right_sticky .e_right_telbox {
        margin-bottom: 5px; }
        #event_inner .event_rightArea .event_right_sticky .e_right_telbox img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      #event_inner .event_rightArea .event_right_sticky .e_right_txt02 {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        line-height: 1.4; }

@media screen and (max-width: 767px) {
  .single-event main {
    overflow: hidden; }

  #event_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 60px; }
    #event_inner .event_leftArea h1.eventtitle {
      font-size: 24px;
      margin: 0 0 34px; }
    #event_inner .event_leftArea .post-meta {
      margin-bottom: 30px; }
      #event_inner .event_leftArea .post-meta .eventcategories a {
        padding: 0 20px; }
    #event_inner .event_leftArea .thumbnail {
      margin-bottom: 20px; }
    #event_inner .event_leftArea #event_content01 .e_cont_txt {
      margin: 0 0 40px; }
    #event_inner .event_leftArea #event_content01 .event_content01_inner {
      padding: 30px 20px; }
      #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        gap: 20px 0; }
        #event_inner .event_leftArea #event_content01 .event_content01_inner .e_cont1_box .e_cont1_right {
          display: block; }
    #event_inner .event_leftArea #event_content02 {
      padding-bottom: 40px; }
      #event_inner .event_leftArea #event_content02 .event_content02_inner {
        padding: 30px 20px; }
        #event_inner .event_leftArea #event_content02 .event_content02_inner .e_cont2_txt {
          font-size: 18px; }
      #event_inner .event_leftArea #event_content02 .event_content02Wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 0; }
    #event_inner .event_leftArea #event_content03 .e_cont03_txt {
      margin: 0 0 30px; }
    #event_inner .event_leftArea #event_content03 .google-map-container iframe {
      height: 200px; }
    #event_inner .event_rightArea {
      padding: 0; }
      #event_inner .event_rightArea .event_right_sticky {
        position: static;
        display: none; } }
/* ---------------------------------------------------------------- */
/* イベント情報詳細フォーム */
/* ---------------------------------------------------------------- */
#event_form_link {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

#event_form {
  background: #F9FAFB; }
  #event_form .event_form_title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 55px; }
  #event_form .event_form_txt1 {
    margin: 0 0 60px;
    line-height: 2; }
    #event_form .event_form_txt1 .att {
      margin-left: 0; }
  #event_form .event_formbox {
    border-bottom: #0A0A14 solid 1px; }
    #event_form .event_formbox .formbox_right input[type="text"] {
      padding: 0;
      margin: 0;
      background: transparent;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      margin-bottom: 0;
      border: 1px solid transparent; }
  #event_form .formbox_flex {
    display: flex;
    align-items: center; }
    #event_form .formbox_flex p {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      min-width: 80px; }

.page-id-695 .event_form_txt1 {
  display: none; }

/* ---------------------------------------------------------------- */
/* #voiceArea */
/* ---------------------------------------------------------------- */
#voiceArea {
  background: #F9FAFB; }
  #voiceArea .inner {
    display: grid;
    grid-template-columns: 447px 1fr;
    gap: 0 90px; }
    #voiceArea .inner .txtbox .subtitle {
      margin: 0 0 20px; }
    #voiceArea .inner .txtbox .title {
      margin: 0 0 30px; }
    #voiceArea .inner .txtbox p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8;
      margin: 0; }

.voice-postListWrap .postBox {
  border-bottom: #EFEFEF solid 1px; }
  .voice-postListWrap .postBox a {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0 40px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #0A0A14;
    font-size: 20px;
    font-weight: 400; }
    .voice-postListWrap .postBox a .thumbnail {
      position: relative;
      width: 100%;
      padding-bottom: 144px;
      overflow: hidden; }
      .voice-postListWrap .postBox a .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover; }
    .voice-postListWrap .postBox a .permalinkWrap {
      position: relative; }
      .voice-postListWrap .postBox a .permalinkWrap::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background: #0A0A14 url("images/home/svg/diagonal_arrow.svg") no-repeat;
        background-position: center;
        background-size: 12px;
        display: block;
        right: 0;
        bottom: 0; }
      .voice-postListWrap .postBox a .permalinkWrap p {
        margin: 0; }
  .voice-postListWrap .postBox:first-child a {
    padding-top: 0; }
  @media print, screen and (min-width: 768px) {
    .voice-postListWrap .postBox:hover a .thumbnail img, .voice-postListWrap .postBox:focus a .thumbnail img {
      transform: scale(1.1);
      transition: transform .3s ease; } }

@media screen and (max-width: 767px) {
  #voiceArea .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0; }
    #voiceArea .inner .txtbox .subtitle {
      margin: 0 0 20px; }
    #voiceArea .inner .txtbox .title {
      margin: 0 0 20px; }

  .voice-postListWrap .postBox a {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 0 20px;
    font-size: 18px; }
    .voice-postListWrap .postBox a .thumbnail {
      padding-bottom: 150px; } }
/* ---------------------------------------------------------------- */
/* お客様インタビュー一覧 */
/* ---------------------------------------------------------------- */
.voiceCatListtitle {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 86px;
  text-align: center; }

.voiceCatList-postListWrap .postBox {
  margin-bottom: 128px; }
  .voiceCatList-postListWrap .postBox a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #0A0A14;
    line-height: 1.6; }
    .voiceCatList-postListWrap .postBox a .thumbnail {
      position: relative;
      padding-bottom: 60%;
      overflow: hidden;
      width: 100%; }
      .voiceCatList-postListWrap .postBox a .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover; }
      .voiceCatList-postListWrap .postBox a .thumbnail .v_sama {
        position: absolute;
        width: 107px;
        height: 39px;
        background: #0A0A14;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0; }
        .voiceCatList-postListWrap .postBox a .thumbnail .v_sama p {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          margin: 0; }
    .voiceCatList-postListWrap .postBox a .permalinkWrap {
      position: relative; }
      .voiceCatList-postListWrap .postBox a .permalinkWrap::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background: #0A0A14 url("images/home/svg/diagonal_arrow.svg") no-repeat;
        background-position: center;
        background-size: 12px;
        display: block;
        right: 0;
        bottom: 0; }
      .voiceCatList-postListWrap .postBox a .permalinkWrap h2 {
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6; }
  @media print, screen and (min-width: 768px) {
    .voiceCatList-postListWrap .postBox:hover a .thumbnail img, .voiceCatList-postListWrap .postBox:focus a .thumbnail img {
      transform: scale(1.1);
      transition: transform .3s ease; } }

@media screen and (max-width: 767px) {
  .voiceCatListtitle {
    font-size: 24px;
    margin: 0 0 30px; }

  .voiceCatList-postListWrap .postBox {
    margin-bottom: 62px; }
    .voiceCatList-postListWrap .postBox a {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px 0; } }
/* ---------------------------------------------------------------- */
/* お客様インタビュー詳細 */
/* ---------------------------------------------------------------- */
#voice_content {
  padding-bottom: 75px; }
  #voice_content h1.voicetitle {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px; }
  #voice_content .voicebox {
    width: 120px;
    height: 30px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0A0A14; }
    #voice_content .voicebox p {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      margin: 0; }

#voice_content02 {
  background: #33404D;
  padding: 80px 0; }
  #voice_content02 h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 0 40px; }
  #voice_content02 .voice_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px; }
    #voice_content02 .voice_inner .thumbnail {
      position: relative;
      padding-bottom: 60%;
      overflow: hidden;
      width: 100%; }
      #voice_content02 .voice_inner .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover; }
    #voice_content02 .voice_inner .permalinkWrap h3 {
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      margin: 0 0 16px;
      border-bottom: #fff solid 1px;
      padding-bottom: 20px; }
    #voice_content02 .voice_inner .permalinkWrap .voicebox p {
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      color: #fff; }
      #voice_content02 .voice_inner .permalinkWrap .voicebox p span {
        padding-left: 35px; }

#voice_content03 {
  padding: 70px 0 0; }

#voice_content04 {
  padding-bottom: 20px; }
  #voice_content04 .voice_cont_imgbox {
    margin-bottom: 40px; }

#voice_content05 {
  padding-bottom: 20px; }
  #voice_content05 .voice_cont_imgbox {
    margin-bottom: 40px; }

#voice_content06, #voice_content07 {
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  #voice_content {
    padding-bottom: 40px; }
    #voice_content h1.voicetitle {
      font-size: 24px;
      margin: 0 0 20px; }

  #voice_content02 {
    background: #33404D;
    padding: 60px 0 20px; }
    #voice_content02 h2 {
      font-size: 20px;
      margin: 0 0 20px; }
    #voice_content02 .voice_inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px 0; }

  #voice_content03 {
    padding: 20px 0 0; }

  #voice_content04, #voice_content05 {
    padding-bottom: 0; }

  #voice_content06 {
    padding-bottom: 40px; }

  #voice_content07 {
    padding-bottom: 60px; } }
/* ---------------------------------------------------------------- */
/* #worksArea */
/* ---------------------------------------------------------------- */
#worksArea .title._center {
  margin: 0 0 40px; }
#worksArea .txt {
  text-align: center;
  margin: 0 0 60px; }

.works-postListWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
  margin-bottom: 80px; }
  .works-postListWrap._catlist {
    margin-bottom: 55px; }
  .works-postListWrap .postBox .thumbnail {
    margin-bottom: 20px;
    position: relative; }
    .works-postListWrap .postBox .thumbnail a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 300px;
      overflow: hidden; }
      .works-postListWrap .postBox .thumbnail a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        transition: transform .3s ease; }
    .works-postListWrap .postBox .thumbnail .w_movie {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 150px;
      height: 30px;
      background: #B51E3C;
      display: flex;
      justify-content: center;
      align-items: center; }
      .works-postListWrap .postBox .thumbnail .w_movie p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center; }
        .works-postListWrap .postBox .thumbnail .w_movie p img {
          margin-right: 10px;
          position: inherit;
          width: 15px;
          height: 12px; }
    .works-postListWrap .postBox .thumbnail .w_tei {
      position: absolute;
      width: 120px;
      height: 40px;
      top: 0;
      left: 0;
      background: #0A0A14;
      display: flex;
      justify-content: center;
      align-items: center; }
      .works-postListWrap .postBox .thumbnail .w_tei p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0; }
  .works-postListWrap .postBox .permalinkWrap .taxonomybox {
    display: flex;
    margin-bottom: 20px; }
    .works-postListWrap .postBox .permalinkWrap .taxonomybox .works_area {
      border-right: #0A0A14 solid 1px; }
      .works-postListWrap .postBox .permalinkWrap .taxonomybox .works_area a {
        font-size: 14px;
        color: #0A0A14;
        font-weight: 400;
        padding: 0 25px 0 20px;
        text-decoration: none;
        line-height: 2.28;
        position: relative; }
        .works-postListWrap .postBox .permalinkWrap .taxonomybox .works_area a::before {
          position: absolute;
          content: "";
          width: 10px;
          height: 15px;
          background: url("images/home/svg/area.svg") no-repeat;
          background-position: center;
          background-size: 10px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: 0; }
    .works-postListWrap .postBox .permalinkWrap .taxonomybox .works_cat a {
      font-size: 14px;
      color: #0A0A14;
      font-weight: 400;
      padding: 0 25px;
      text-decoration: none;
      line-height: 2.28; }
  .works-postListWrap .postBox .permalinkWrap .w_title {
    margin: 0 0 20px; }
    .works-postListWrap .postBox .permalinkWrap .w_title a {
      font-size: 20px;
      font-weight: 400;
      text-decoration: none;
      color: #0A0A14; }
  .works-postListWrap .postBox .permalinkWrap .w_data {
    display: flex;
    gap: 0 17px; }
    .works-postListWrap .postBox .permalinkWrap .w_data .w_data_01 p, .works-postListWrap .postBox .permalinkWrap .w_data .w_data_02 p {
      font-size: 14px;
      font-weight: 400;
      color: #0A0A14;
      margin: 0; }
  @media print, screen and (min-width: 768px) {
    .works-postListWrap .postBox:hover .thumbnail a img, .works-postListWrap .postBox:focus .thumbnail a img {
      transform: scale(1.1);
      transition: transform .3s ease; }
    .works-postListWrap .postBox:hover .permalinkWrap .taxonomybox .works_area a, .works-postListWrap .postBox:focus .permalinkWrap .taxonomybox .works_area a {
      opacity: .5; }
    .works-postListWrap .postBox:hover .permalinkWrap .taxonomybox .works_cat a, .works-postListWrap .postBox:focus .permalinkWrap .taxonomybox .works_cat a {
      opacity: .5; } }

@media screen and (max-width: 767px) {
  #worksArea .title._center {
    margin: 0 0 20px; }
  #worksArea .txt {
    text-align: center;
    margin: 0 0 40px; }

  .works-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-bottom: 70px; }
    .works-postListWrap._02 {
      margin-bottom: 0; }
    .works-postListWrap._catlist {
      margin-bottom: 60px; }
    .works-postListWrap .postBox .thumbnail a {
      padding-bottom: 207px; } }
/* ---------------------------------------------------------------- */
/* 施工事例一覧 */
/* ---------------------------------------------------------------- */
#category_works {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 8px; }
  #category_works .categorybox {
    width: auto;
    height: 32px;
    border: #0A0A14 solid 1px; }
    #category_works .categorybox a {
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #0A0A14;
      text-decoration: none; }
    #category_works .categorybox.active {
      background: #0A0A14; }
      #category_works .categorybox.active a {
        color: #fff; }

@media screen and (max-width: 767px) {
  #category_works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 8px; }
    #category_works .categorybox a {
      font-size: 14px; } }
/* ---------------------------------------------------------------- */
/* 施工事例詳細 */
/* ---------------------------------------------------------------- */
.single-works #cnts {
  margin: 0; }

.works_fvimg {
  position: relative;
  width: 100%;
  padding-bottom: 740px;
  overflow: hidden; }
  .works_fvimg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover; }

.works_content {
  padding: 120px 0; }
  .works_content .works_en {
    font-size: 32px;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
    font-family: "P22 Underground", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    display: block;
    margin: 0 0 18px;
    text-align: center; }
    .works_content .works_en._02 {
      margin: 0 0 30px; }
  .works_content .works_jp {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center; }

#works_content01 {
  padding-bottom: 120px; }
  #works_content01 .works_cat {
    width: 120px;
    height: 40px;
    background: #0A0A14; }
    #works_content01 .works_cat a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      width: 100%;
      height: 100%;
      text-decoration: none; }
  #works_content01 h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 40px;
    line-height: 1.8; }
    #works_content01 h1 span a {
      font-size: 28px;
      font-weight: 400;
      color: #0A0A14;
      text-decoration: none; }
  #works_content01 .worksSwiper {
    margin-bottom: 20px; }
    #works_content01 .worksSwiper .swiper-wrapper .swiper-slide .slidebox {
      position: relative;
      width: 100%;
      padding-bottom: 564px;
      overflow: hidden; }
      #works_content01 .worksSwiper .swiper-wrapper .swiper-slide .slidebox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        -webkit-object-fit: contain; }
    #works_content01 .worksSwiper .works-button-prev {
      width: 50px;
      height: 50px;
      background: #333333 url("images/home/svg/prev.svg") no-repeat;
      background-position: center;
      background-size: 20px;
      display: block;
      left: 0; }
    #works_content01 .worksSwiper .works-button-next {
      width: 50px;
      height: 50px;
      background: #333333 url("images/home/svg/w_arrow.svg") no-repeat;
      background-position: center;
      background-size: 20px;
      display: block;
      right: 0; }
  #works_content01 .worksthumbnail .swiper-wrapper .swiper-slide .slidebox {
    position: relative;
    width: 100%;
    padding-bottom: 73px;
    overflow: hidden; }
    #works_content01 .worksthumbnail .swiper-wrapper .swiper-slide .slidebox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      -webkit-object-fit: contain; }

#works_content02 {
  background: #33404D;
  padding: 80px 0; }
  #works_content02 .works_en, #works_content02 .works_jp {
    color: #fff; }
  #works_content02 .works_cont2_txt {
    color: #fff;
    font-size: 16px;
    margin: 0 0 30px;
    text-align: center; }
  #works_content02 .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px; }
    #works_content02 .inner .imgbox {
      position: relative;
      width: 100%;
      padding-bottom: 60%;
      overflow: hidden; }
      #works_content02 .inner .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover; }

#works_content03 {
  background: #F9FAFB; }

#works_content04 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  #works_content04 .inner .imgbox {
    position: relative; }
    #works_content04 .inner .imgbox span {
      width: 100px;
      height: 30px;
      background: #0A0A14;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0; }
    #works_content04 .inner .imgbox:first-child::after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 0;
      background: url("images/common/works/works_plan_arrow.svg") no-repeat;
      background-position: center;
      background-size: 10px;
      display: block; }
#works_content04 .floorplan_txt {
  margin: 0;
  font-size: 16px;
  font-weight: 400; }

#works_content05 {
  padding: 0 0 80px; }
  #works_content05 .inner {
    background: #F9FAFB;
    padding: 25px 30px; }
    #works_content05 .inner .works_content05_txt {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 14px; }
    #works_content05 .inner .works_content05_txt02 {
      font-size: 14px;
      font-weight: 400;
      margin: 0; }

#works_content06 {
  padding: 60px 0;
  background: #F9FAFB; }

#works_content07 {
  padding-bottom: 120px; }

@media screen and (max-width: 767px) {
  .works_fvimg {
    padding-bottom: 500px; }

  .works_content {
    padding: 60px 0; }
    .works_content .works_en {
      font-size: 16px; }
    .works_content .works_jp {
      font-size: 20px; }

  #works_content01 {
    padding-bottom: 60px; }
    #works_content01 h1 {
      font-size: 24px; }
    #works_content01 .worksSwiper {
      margin-bottom: 10px; }
      #works_content01 .worksSwiper .swiper-wrapper .swiper-slide .slidebox {
        padding-bottom: 207px; }
      #works_content01 .worksSwiper .works-button-prev {
        width: 30px;
        height: 30px;
        background: #333333 url("images/home/svg/prev.svg") no-repeat;
        background-position: center;
        background-size: 12px; }
      #works_content01 .worksSwiper .works-button-next {
        width: 30px;
        height: 30px;
        background: #333333 url("images/home/svg/w_arrow.svg") no-repeat;
        background-position: center;
        background-size: 12px; }

  #works_content02 .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0; }

  #works_content04 .inner {
    grid-template-columns: repeat(1, 1fr); }
    #works_content04 .inner .imgbox:first-child {
      position: relative; }
      #works_content04 .inner .imgbox:first-child::after {
        top: auto;
        right: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        left: 50%;
        bottom: 0;
        background: url("images/common/works/works_plan_darrow.svg") no-repeat;
        background-position: center;
        background-size: 10px; }

  #works_content05 {
    padding: 0 0 20px; }
    #works_content05 .inner {
      padding: 30px 20px; }

  #works_content07 {
    padding-bottom: 60px; } }
/* ---------------------------------------------------------------- */
/* #blogArea */
/* ---------------------------------------------------------------- */
#blogArea {
  background: #33404D; }
  #blogArea .subtitle, #blogArea .title {
    color: #fff; }
  #blogArea .title {
    margin: 0 0 40px; }
  #blogArea .txt {
    color: #fff;
    margin: 0 0 60px;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }

.blog-postListWrap .swiper-wrapper .swiper-slide {
  height: auto; }
  .blog-postListWrap .swiper-wrapper .swiper-slide .postBox {
    height: 100%;
    background: #fff; }
    .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #0A0A14; }
      .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .thumbnail {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .thumbnail img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-object-fit: cover; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .thumbnail object {
          position: absolute;
          width: auto;
          height: 30px;
          z-index: 2;
          background: #0A0A14; }
          .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .thumbnail object a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            padding: 0 35px; }
      .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap {
        padding: 30px 30px 16px;
        position: relative; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap::after {
          position: absolute;
          content: "";
          width: 30px;
          height: 30px;
          border-radius: 2px;
          background: #0A0A14 url("images/home/svg/diagonal_arrow.svg") no-repeat;
          background-position: center;
          background-size: 12px;
          display: block;
          right: 10px;
          bottom: 10px;
          border-radius: 2px; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap .tll {
          font-size: 20px;
          font-weight: 400;
          margin: 0 0 20px; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap .text {
          font-size: 14px;
          font-weight: 400;
          margin: 0 0 30px; }
        .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap time {
          font-size: 12px; }
    @media print, screen and (min-width: 768px) {
      .blog-postListWrap .swiper-wrapper .swiper-slide .postBox:hover a .thumbnail img, .blog-postListWrap .swiper-wrapper .swiper-slide .postBox:focus a .thumbnail img {
        transform: scale(1.1);
        transition: transform .3s ease; } }
.blog-postListWrap .blog_btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 60px; }
  .blog-postListWrap .blog_btn_wrap .leftbox {
    max-width: calc(100% - 550px);
    flex-basis: calc(100% - 550px);
    display: flex; }
    .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-prev, .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-next {
      position: static;
      margin-top: 0;
      width: 50px;
      height: 50px; }
      .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-prev::after, .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-next::after {
        display: none; }
    .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-prev {
      border-radius: 2px 0 0 2px;
      background: #333333 url("images/home/svg/prev.svg") no-repeat;
      background-position: center;
      background-size: 20px; }
    .blog-postListWrap .blog_btn_wrap .leftbox .blog-button-next {
      border-radius: 0 2px 2px 0;
      background: #0A0A14 url("images/home/svg/w_arrow.svg") no-repeat;
      background-position: center;
      background-size: 20px; }
  .blog-postListWrap .blog_btn_wrap .rightbox {
    max-width: 550px;
    flex-basis: 550px; }
    .blog-postListWrap .blog_btn_wrap .rightbox .btn {
      margin-top: 0;
      margin-bottom: 0; }
.blog-postListWrap .w_txt {
  color: #fff;
  text-align: center; }

@media screen and (max-width: 767px) {
  #blogArea .subtitle {
    margin: 0 0 20px; }
  #blogArea .title {
    margin: 0 0 30px; }
  #blogArea .txt {
    margin: 0 0 40px; }

  .blog-postListWrap .swiper-wrapper .swiper-slide .postBox a .permalinkWrap {
    padding: 20px; }
  .blog-postListWrap .blog_btn_wrap {
    align-items: center;
    padding-top: 30px; }
    .blog-postListWrap .blog_btn_wrap .leftbox {
      max-width: 100%;
      flex-basis: 100%;
      display: flex;
      justify-content: center; }
    .blog-postListWrap .blog_btn_wrap .rightbox {
      max-width: 100%;
      flex-basis: 100%; }
      .blog-postListWrap .blog_btn_wrap .rightbox .btn {
        margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* すまいるリノベーションのリノベーションブログ一覧 */
/* ---------------------------------------------------------------- */
#blogCatList #cnts {
  margin-bottom: 0; }

.post-type-archive-blog .pcmbreadcrumbsWrap, .term-blog .pcmbreadcrumbsWrap, .tax-blog_cat .pcmbreadcrumbsWrap {
  background: #33404D; }
  .post-type-archive-blog .pcmbreadcrumbsWrap .pcm-breadcrumbs .pcm-breadcrumbs__list .pcm-breadcrumbs__item .pcm-breadcrumbs__link, .term-blog .pcmbreadcrumbsWrap .pcm-breadcrumbs .pcm-breadcrumbs__list .pcm-breadcrumbs__item .pcm-breadcrumbs__link, .tax-blog_cat .pcmbreadcrumbsWrap .pcm-breadcrumbs .pcm-breadcrumbs__list .pcm-breadcrumbs__item .pcm-breadcrumbs__link {
    color: #fff !important; }
.post-type-archive-blog .pcm-breadcrumbs__item:not(:last-child)::after, .term-blog .pcm-breadcrumbs__item:not(:last-child)::after, .tax-blog_cat .pcm-breadcrumbs__item:not(:last-child)::after {
  color: #fff; }

#blogWrap {
  background: #33404D;
  padding-bottom: 120px; }
  #blogWrap #category_blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    padding-bottom: 40px;
    border-bottom: #fff solid 1px;
    margin-bottom: 80px; }
    #blogWrap #category_blog .categorybox {
      background: #fff;
      height: 40px; }
      #blogWrap #category_blog .categorybox a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        color: #0A0A14; }
  #blogWrap .wp-pagenavi a, #blogWrap .wp-pagenavi span {
    color: #fff;
    background: transparent; }
  #blogWrap .wp-pagenavi span.current {
    color: #0A0A14;
    background: #fff;
    border: 1px solid #0A0A14 !important; }
  #blogWrap .wp-pagenavi .nextpostslink {
    background: #333333 url("images/common/blog/nextpostslink.svg") no-repeat;
    background-position: center;
    background-size: 8px; }
    #blogWrap .wp-pagenavi .nextpostslink:hover, #blogWrap .wp-pagenavi .nextpostslink:focus {
      background: #333333 url("images/common/blog/nextpostslink.svg") no-repeat;
      background-position: center;
      background-size: 8px;
      border: none; }
  #blogWrap .wp-pagenavi .previouspostslink {
    background: #333333 url("images/common/blog/previouspostslink.svg") no-repeat;
    background-position: center;
    background-size: 8px; }
    #blogWrap .wp-pagenavi .previouspostslink:hover, #blogWrap .wp-pagenavi .previouspostslink:focus {
      background: #333333 url("images/common/blog/previouspostslink.svg") no-repeat;
      background-position: center;
      background-size: 8px;
      border: none; }

.blogCatList-postListWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  margin-bottom: 80px; }
  .blogCatList-postListWrap .postBox {
    background: #fff; }
    .blogCatList-postListWrap .postBox a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #0A0A14; }
      .blogCatList-postListWrap .postBox a .thumbnail {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden; }
        .blogCatList-postListWrap .postBox a .thumbnail img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-object-fit: cover; }
        .blogCatList-postListWrap .postBox a .thumbnail object {
          position: absolute;
          width: auto;
          height: 30px;
          z-index: 2;
          background: #0A0A14; }
          .blogCatList-postListWrap .postBox a .thumbnail object a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            padding: 0 35px; }
      .blogCatList-postListWrap .postBox a .permalinkWrap {
        padding: 30px 30px 16px;
        position: relative; }
        .blogCatList-postListWrap .postBox a .permalinkWrap::after {
          position: absolute;
          content: "";
          width: 30px;
          height: 30px;
          border-radius: 2px;
          background: #0A0A14 url("images/home/svg/diagonal_arrow.svg") no-repeat;
          background-position: center;
          background-size: 12px;
          display: block;
          right: 10px;
          bottom: 10px;
          border-radius: 2px; }
        .blogCatList-postListWrap .postBox a .permalinkWrap .tll {
          font-size: 20px;
          font-weight: 400;
          margin: 0 0 20px; }
        .blogCatList-postListWrap .postBox a .permalinkWrap .text {
          font-size: 14px;
          font-weight: 400;
          margin: 0 0 30px; }
        .blogCatList-postListWrap .postBox a .permalinkWrap time {
          font-size: 12px; }
    @media print, screen and (min-width: 768px) {
      .blogCatList-postListWrap .postBox:hover a .thumbnail img, .blogCatList-postListWrap .postBox:focus a .thumbnail img {
        transform: scale(1.1);
        transition: transform .3s ease; } }
  .blogCatList-postListWrap .w_txt {
    color: #fff; }

@media screen and (max-width: 767px) {
  #blogWrap {
    padding-bottom: 60px; }
    #blogWrap #category_blog {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 15px;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      #blogWrap #category_blog .categorybox {
        height: 36px; }
        #blogWrap #category_blog .categorybox a {
          font-size: 14px; }

  .blogCatList-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin-bottom: 60px; }
    .blogCatList-postListWrap .postBox a .permalinkWrap {
      padding: 20px 15px; } }
/* ---------------------------------------------------------------- */
/* すまいるリノベーションのリノベーションブログ詳細 */
/* ---------------------------------------------------------------- */
.single-blog #postCnt {
  margin-top: 0; }

#blog_content01 {
  max-width: 720px;
  margin: 0 auto;
  display: block; }
  #blog_content01 h1.blogtitle {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 26px; }
  #blog_content01 .post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    #blog_content01 .post-meta .blogcategories {
      width: auto;
      height: 30px;
      background: #0A0A14; }
      #blog_content01 .post-meta .blogcategories a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        padding: 0 35px;
        text-decoration: none; }
    #blog_content01 .post-meta time {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400; }
      #blog_content01 .post-meta time img {
        margin-right: 10px; }

@media screen and (max-width: 767px) {
  #blog_content01 {
    max-width: 100%; }
    #blog_content01 h1.blogtitle {
      font-size: 24px;
      margin: 0 0 20px; }
    #blog_content01 .post-meta {
      margin-bottom: 56px; } }
/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin: 140px 0 120px; }

.page-template #cnts {
  margin: 140px 0 0; }

#worksCatList #cnts, #eventCatList #cnts {
  margin-top: 0; }

#pageTitlebox {
  position: relative;
  height: 228px; }
  #pageTitlebox .imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #pageTitlebox .imgbox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-object-fit: cover; }
    #pageTitlebox .imgbox::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
  #pageTitlebox .txtbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2; }
    #pageTitlebox .txtbox .pagetitle_en {
      font-size: 18px;
      font-weight: 500;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 2;
      display: block;
      margin: 0 0 10px;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
    #pageTitlebox .txtbox .pagetitle_jp {
      font-size: 40px;
      font-weight: 500;
      margin: 0;
      line-height: .96;
      color: #fff;
      text-align: center; }
    #pageTitlebox .txtbox .pagetitle_txt {
      font-size: 16px;
      text-align: center;
      margin: 0;
      color: #fff; }
  #pageTitlebox._left {
    height: 800px; }
    #pageTitlebox._left .txtbox {
      display: block; }
      #pageTitlebox._left .txtbox .container {
        height: 100%; }
      #pageTitlebox._left .txtbox .txtbox_inner {
        padding: 40px 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start; }
        #pageTitlebox._left .txtbox .txtbox_inner .pagetitle_en {
          font-size: 18px;
          font-weight: 500;
          font-family: "Cabin", sans-serif;
          font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
          font-family: "P22 Underground", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          line-height: 2;
          display: block;
          margin: 0 0 10px;
          color: #fff;
          text-transform: uppercase; }
        #pageTitlebox._left .txtbox .txtbox_inner .pagetitle_jp {
          font-size: 40px;
          font-weight: 500;
          margin: 0 0 40px;
          line-height: .96;
          color: #fff; }
        #pageTitlebox._left .txtbox .txtbox_inner .pagetitle_txt {
          font-size: 14px;
          margin: 0;
          color: #fff;
          text-align: left; }

@media screen and (max-width: 767px) {
  #cnts {
    margin-top: 90px;
    margin-bottom: 60px; }

  .page-template #cnts {
    margin: 90px 0 0; }

  #pageTitlebox .txtbox .pagetitle_jp {
    font-size: 28px;
    line-height: 1.37; }
  #pageTitlebox._left {
    height: 500px; }
    #pageTitlebox._left .txtbox .txtbox_inner {
      padding: 35px 0; }
      #pageTitlebox._left .txtbox .txtbox_inner .pagetitle_jp {
        font-size: 28px;
        line-height: 1.37;
        text-align: left; } }
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin-top: 10px;
  margin-bottom: 78px; }
  .pcm-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    font-size: 14px;
    line-height: .8;
    font-weight: 400;
    list-style: none;
    padding-left: 0 !important; }
  .pcm-breadcrumbs__item {
    margin-bottom: 0 !important;
    flex-shrink: 0;
    white-space: nowrap; }
    .pcm-breadcrumbs__item:first-child .pcm-breadcrumbs__link {
      text-decoration: underline !important; }
  .pcm-breadcrumbs__item::marker {
    display: none !important; }
  .pcm-breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 6px; }
  .pcm-breadcrumbs__link {
    color: #575757 !important;
    text-decoration: none !important;
    line-height: 1.2; }
    .pcm-breadcrumbs__link:hover {
      color: #0A0A14 !important;
      text-decoration: underline !important; }
  @media screen and (min-width: 1025px) {
    .pcm-breadcrumbs {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .pcm-breadcrumbs {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .pcm-breadcrumbs {
      max-width: 750px;
      margin-bottom: 80px; }
      .pcm-breadcrumbs__list {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-right: 20px; }
        .pcm-breadcrumbs__list::-webkit-scrollbar {
          display: none; }
      .pcm-breadcrumbs__item {
        min-width: max-content; } }

@media screen and (max-width: 767px) {
  .post-type-archive .pcm-breadcrumbs, .wp-theme-base .pcm-breadcrumbs {
    margin-bottom: 30px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0 0;
  min-height: 300px; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.6; }
.postPage .titleh2 {
  font-size: 28px;
  color: #0A0A14;
  font-weight: 400;
  margin: 0 0 40px; }
  .postPage .titleh2._center {
    text-align: center; }
.postPage .titleh3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 40px 20px;
  position: relative;
  border-bottom: #DBDBDB solid 1px;
  padding-bottom: 8px; }
  .postPage .titleh3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    background: #0A0A14;
    display: block;
    left: -20px;
    top: 0; }
.postPage .titleh4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 40px; }
  .postPage .titleh4._center {
    text-align: center; }
.postPage .titleh5 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px; }
  .postPage .titleh5._center {
    background: #33404D;
    color: #fff;
    text-align: center;
    padding: 5px; }
  .postPage .titleh5._nocenter {
    text-align: center; }
.postPage .titleh5-2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px;
  position: relative;
  padding-top: 8px; }
  .postPage .titleh5-2::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #0A0A14;
    display: block;
    left: 0;
    top: 0; }
.postPage .titleh6 {
  background: #0A0A14;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 40px; }
.postPage .titleh6-2 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 40px; }
  .postPage .titleh6-2::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #0A0A14;
    display: block;
    left: 0;
    top: 15px; }
@media screen and (max-width: 767px) {
  .postPage .titleh2 {
    font-size: 24px;
    margin: 0 0 30px; }
  .postPage .titleh3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px 20px; }
    .postPage .titleh3::before {
      height: 45px; }
  .postPage .titleh4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px; }
  .postPage .titleh5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px; }
  .postPage .titleh5-2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px; }
  .postPage .titleh6 {
    font-size: 16px;
    margin: 0 0 30px; }
  .postPage .titleh6-2 {
    font-size: 16px;
    margin: 0 0 30px; } }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .line_height2 {
  line-height: 2; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .image-cropping {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%; }
  .postPage .image-cropping img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover; }
  .postPage .image-cropping._02 {
    padding-bottom: 25%; }
  .postPage .image-cropping._03 {
    padding-bottom: 650px; }
  .postPage .image-cropping._04 {
    padding-bottom: 40%; }
  .postPage .image-cropping._05 {
    padding-bottom: 432px; }
.postPage .image-contain {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%; }
  .postPage .image-contain img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-object-fit: contain; }
.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: #B51E3C; }
  .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: #0A0A14; }
    .postPage a.textArrow:hover {
      color: #00F;
      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: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #0A0A14;
      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 th, .postPage table tr td {
    padding: 16px 20px;
    width: auto;
    line-height: 1.6; }
  .postPage table tr th {
    font-weight: 400;
    vertical-align: top;
    min-width: 190px;
    text-align: center;
    width: auto;
    background: #33404D;
    color: #fff; }
    .postPage table tr th.w200 {
      width: 200px; }
    .postPage table tr th.thLeft {
      text-align: left; }
  .postPage table tr td {
    border-left: none;
    background: #fff; }
  .postPage table tr:nth-child(even) td {
    background: #F9FAFB; }
  .postPage table tr .tw15p {
    width: 15%;
    min-width: inherit; }
  .postPage table tr .tw30p {
    width: 30%; }
  .postPage table tr .tw33p {
    width: 33.333%;
    min-width: inherit; }
  .postPage table tr .tw50p {
    width: 50%;
    min-width: inherit; }
  .postPage table tr .tw70p {
    width: 70%; }
  .postPage table tr .tw200 {
    width: 200px; }
  .postPage table tr .tw210 {
    width: 210px; }
  .postPage table.type2 tr {
    border-bottom: none !important; }
    .postPage table.type2 tr th, .postPage table.type2 tr td {
      border-collapse: collapse;
      border-left: none !important; }
    .postPage table.type2 tr th {
      background: #333333;
      text-align: left;
      vertical-align: middle;
      color: #fff; }
    .postPage table.type2 tr td {
      background: #F9FAFB; }
    .postPage table.type2 tr:nth-child(2n) th {
      background: #33404D; }
    .postPage table.type2 tr:nth-child(2n) td {
      background: #fff; }
  .postPage table.company tr th, .postPage table.company tr td {
    padding: 0 0 20px; }
  .postPage table.company tr th {
    background: none;
    text-align: left;
    color: #0A0A14; }
  .postPage table.company tr td a {
    color: #0A0A14;
    text-decoration: none; }
  .postPage table.company tr:nth-child(even) td {
    background: #fff; }
  .postPage table.company2 {
    margin-bottom: 0; }
    .postPage table.company2 tr {
      border-bottom: #707070 solid 1px; }
      .postPage table.company2 tr th {
        background: #fff;
        color: #0A0A14; }
      .postPage table.company2 tr:nth-child(even) td {
        background: #fff; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr {
      border-bottom: 1px solid #fff; }
      .postPage .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th {
        background: #fff;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
    .postPage .tableSc table.type2 tr {
      border-bottom: none !important; }
      .postPage .tableSc table.type2 tr th, .postPage .tableSc table.type2 tr td {
        border-collapse: collapse;
        border-left: none !important; }
      .postPage .tableSc table.type2 tr th {
        background: #333333;
        text-align: left;
        vertical-align: middle;
        color: #fff; }
      .postPage .tableSc table.type2 tr td {
        background: #F9FAFB; }
      .postPage .tableSc table.type2 tr:nth-child(2n) th {
        background: #33404D; }
      .postPage .tableSc table.type2 tr:nth-child(2n) td {
        background: #fff; }
.postPage blockquote {
  background: #F9FAFB;
  width: 100%;
  padding: 20px 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
      .postPage ul li ul li::marker {
        color: #0A0A14; }
  .postPage ul.iconList li {
    padding: 0 0 0 .8em; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 4px;
      content: '';
      width: 5px;
      height: 5px;
      background: #33404D;
      border-radius: 5px; }
  .postPage ul.number {
    margin-left: 30px; }
    .postPage ul.number li {
      list-style: decimal-leading-zero; }
      .postPage ul.number li:marker {
        background: #33404D;
        font-family: "Cabin", sans-serif;
        font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
        font-family: "P22 Underground", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400; }
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em; }
  .postPage ol li {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
@media screen and (max-width: 767px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    color: #0A0A14;
    text-align: left;
    background-color: #fff; }
    .postPage table tr th.w200 {
      width: 100%; }
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto; }
  .postPage table.type2 tr th {
    min-width: 1px; }
  .postPage table.company {
    margin-bottom: 0; }
    .postPage table.company tr {
      display: flex; }
      .postPage table.company tr .tw15p {
        width: 40% !important; }
      .postPage table.company tr th, .postPage table.company tr td {
        padding: 0 0 12px; }
  .postPage table.company2 tr th {
    padding: 20px 0 5px; }
  .postPage table.company2 tr td {
    padding: 5px 0 20px; }
  .postPage table.company2 tr:nth-child(even) td {
    background: #fff; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  .postPage .image-cropping._02 {
    padding-bottom: 60%; }
  .postPage .image-cropping._03 {
    padding-bottom: 210px; } }

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

/* ---------------------------------------------------------------- */
/* リノベーションの流れ */
/* ---------------------------------------------------------------- */
.content_area {
  border: #33404D solid 1px; }

.flow_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px; }
  .flow_grid .box p {
    line-height: 2; }

.tab-container {
  display: flex;
  flex-wrap: wrap; }

.flow_tab {
  font-weight: 500;
  text-align: center;
  width: calc(100% / 2);
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400; }
  .flow_tab.active {
    color: #fff;
    border-bottom: #707070 solid 1px;
    background-color: #33404D; }

.flow_con {
  display: none;
  padding: 95px 110px; }
  .flow_con.show {
    background: #33404D;
    display: block; }

.flow_inner {
  background: #fff;
  padding: 40px 80px;
  margin-bottom: 80px;
  position: relative; }
  .flow_inner::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url("images/common/flow/flow_w_arrow.svg") no-repeat;
    background-position: center;
    background-size: 40px;
    display: block;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .flow_inner .flow_titlebox {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 18px; }
    .flow_inner .flow_titlebox .flow_left .flow_txt1 {
      font-size: 32px;
      font-weight: 500;
      margin: 0;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.17;
      color: #5A595A; }
    .flow_inner .flow_titlebox .flow_right .flow_txt2 {
      font-size: 18px;
      margin: 0;
      font-weight: 400; }
  .flow_inner .flow_box {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 0 20px; }
    .flow_inner .flow_box .txtbox .flow_txt3 {
      font-size: 14px;
      font-weight: 400;
      margin: 0;
      line-height: 2; }
  .flow_inner.last {
    margin-bottom: 0; }
    .flow_inner.last::after {
      display: none; }

@media screen and (max-width: 767px) {
  .flow_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0; }
    .flow_grid .imgbox {
      position: relative;
      overflow: hidden;
      padding-bottom: 207px;
      width: 100%;
      margin-bottom: 40px; }
      .flow_grid .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

  .flow_tab {
    padding: 20px 10px;
    font-size: 18px; }

  .flow_con {
    padding: 55px 15px; }

  .flow_inner {
    padding: 25px 13px;
    margin-bottom: 55px; }
    .flow_inner::after {
      bottom: -50px; }
    .flow_inner .flow_titlebox {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px 0;
      margin-bottom: 20px; }
      .flow_inner .flow_titlebox .flow_left .flow_txt1 {
        text-align: center; }
      .flow_inner .flow_titlebox .flow_right .flow_txt2 {
        text-align: center; }
    .flow_inner .flow_box {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px 0; }
      .flow_inner .flow_box .txtbox .flow_txt3 {
        font-size: 16px; } }
/* ---------------------------------------------------------------- */
/* リノベーションメニュー */
/* ---------------------------------------------------------------- */
.service_image {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F9FAFB 50%, #F9FAFB 100%); }

.ser2Wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px; }

.ser_imgbox {
  margin-bottom: 32px; }

.ser_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0; }

.ser_txt_height {
  min-height: 315px; }

.ser_box {
  padding: 60px 0; }

.ser_box2 {
  padding: 0 0 60px; }

.ser_box3 {
  padding: 60px 0 0; }

.ser_imgbox_center {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 840px; }

.ser_txt2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 70px !important;
  line-height: 2; }

.ser_txt3 {
  margin: 0 0 8px !important; }

.ser_rightbox {
  max-width: 420px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 40px; }

.ser_desin_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px; }
  .ser_desin_box .ser_desin_txtbox {
    padding-top: 75px; }
  .ser_desin_box .ser_desin_imgbox .ser_desin_img1 {
    max-width: 450px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 164px; }
  .ser_desin_box .ser_desin_imgbox .ser_desin_img2 {
    max-width: 303px;
    margin-left: auto;
    margin-right: 0; }
  .ser_desin_box._02 .ser_desin_txtbox {
    padding-top: 0; }
  .ser_desin_box._02 .ser_desin_imgbox {
    padding-top: 75px; }

.ser_txt4 {
  margin: 0 auto 80px !important; }

.ser_cozy_box {
  max-width: 660px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 40px; }
  .ser_cozy_box .ser_cozy_col {
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    font-weight: 400;
    flex-direction: column; }
    .ser_cozy_box .ser_cozy_col span {
      font-size: 14px;
      font-weight: 400;
      display: block; }

.ser_pranning {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px; }

@media screen and (max-width: 767px) {
  .ser2Wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0; }

  .ser_imgbox {
    margin-bottom: 20px; }

  .ser_txt2 {
    margin: 0 0 40px; }

  .ser_rightbox {
    max-width: 100%;
    padding: 0 15px; }

  .ser_desin_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0; }
    .ser_desin_box .ser_desin_txtbox {
      padding-top: 0; }
      .ser_desin_box .ser_desin_txtbox .ser_desin_img1 {
        max-width: 100%;
        margin: 0 auto 30px;
        padding-bottom: 0; }
    .ser_desin_box .ser_desin_imgbox .ser_desin_img2 {
      max-width: 100%;
      margin: 0 auto; }
    .ser_desin_box._02 .ser_desin_imgbox {
      padding-top: 0; }

  .ser_txt4 {
    margin: 0 auto 40px !important; }

  .ser_cozy_box {
    max-width: 100%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 6px; }
    .ser_cozy_box .ser_cozy_col {
      width: 64px;
      height: 64px;
      font-size: 18px; }
      .ser_cozy_box .ser_cozy_col span {
        font-size: 10px; }

  .ser_pranning {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px; } }
/* ---------------------------------------------------------------- */
/* 物件購入前の内見同行 */
/* ---------------------------------------------------------------- */
.pre_txt {
  margin: 0 0 48px !important;
  font-size: 16px;
  font-weight: 400; }

.pre_txt2 {
  margin: 0 0 60px !important; }

.preview_w_box {
  background: #fff;
  padding: 40px;
  position: relative; }
  .preview_w_box::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    left: 0;
    top: 0;
    background: url("images/common/preview/corner_left.png") no-repeat;
    background-position: center;
    background-size: 42px; }
  .preview_w_box::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    right: 0;
    bottom: 0;
    background: url("images/common/preview/corner_right.png") no-repeat;
    background-position: center;
    background-size: 42px; }
  .preview_w_box p {
    margin: 0;
    text-align: center; }

@media screen and (max-width: 767px) {
  .pre_txt {
    margin: 0 0 30px; }

  .pre_txt2 {
    margin: 0; }

  .preview_w_box {
    padding: 12px 18px; }
    .preview_w_box::before {
      background-size: 16px;
      width: 16px;
      height: 16px; }
    .preview_w_box::after {
      background-size: 16px;
      width: 16px;
      height: 16px; } }
/* ---------------------------------------------------------------- */
/* 会社概要 */
/* ---------------------------------------------------------------- */
.com_profile_table {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .com_profile_table .com_pro_left .com_pro_box, .com_profile_table .com_pro_right .com_pro_box {
    display: grid;
    grid-template-columns: 127px 1fr; }
    .com_profile_table .com_pro_left .com_pro_box .com_pro_col1, .com_profile_table .com_pro_left .com_pro_box .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box .com_pro_col1, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 {
      padding-bottom: 24px; }
      .com_profile_table .com_pro_left .com_pro_box .com_pro_col1 p, .com_profile_table .com_pro_left .com_pro_box .com_pro_col2 p, .com_profile_table .com_pro_right .com_pro_box .com_pro_col1 p, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 p {
        font-size: 16px;
        margin: 0;
        font-weight: 400; }
        .com_profile_table .com_pro_left .com_pro_box .com_pro_col1 p a, .com_profile_table .com_pro_left .com_pro_box .com_pro_col2 p a, .com_profile_table .com_pro_right .com_pro_box .com_pro_col1 p a, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 p a {
          text-decoration: none;
          font-size: 16px;
          color: #333;
          font-weight: 400; }
    .com_profile_table .com_pro_left .com_pro_box .com_pro_col1, .com_profile_table .com_pro_right .com_pro_box .com_pro_col1 {
      border-right: #333333 solid 1px; }
    .com_profile_table .com_pro_left .com_pro_box .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 {
      padding-left: 25px; }
    .com_profile_table .com_pro_left .com_pro_box.last .com_pro_col1, .com_profile_table .com_pro_left .com_pro_box.last .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box.last .com_pro_col1, .com_profile_table .com_pro_right .com_pro_box.last .com_pro_col2 {
      padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .com_profile_table {
    grid-template-columns: repeat(1, 1fr); }
    .com_profile_table .com_pro_left .com_pro_box, .com_profile_table .com_pro_right .com_pro_box {
      display: grid;
      grid-template-columns: 120px 1fr; }
      .com_profile_table .com_pro_left .com_pro_box .com_pro_col1, .com_profile_table .com_pro_left .com_pro_box .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box .com_pro_col1, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 {
        padding-bottom: 16px; }
      .com_profile_table .com_pro_left .com_pro_box .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box .com_pro_col2 {
        padding-left: 20px; }
      .com_profile_table .com_pro_left .com_pro_box._02 .com_pro_col1, .com_profile_table .com_pro_left .com_pro_box._02 .com_pro_col2, .com_profile_table .com_pro_right .com_pro_box._02 .com_pro_col1, .com_profile_table .com_pro_right .com_pro_box._02 .com_pro_col2 {
        padding-bottom: 32px; }
    .com_profile_table .com_pro_left .com_pro_box.last .com_pro_col1, .com_profile_table .com_pro_left .com_pro_box.last .com_pro_col2 {
      padding-bottom: 16px; } }
.com_w_box {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  padding: 64px 55px; }
  .com_w_box p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 2; }
    .com_w_box p span {
      font-weight: 700; }

@media screen and (max-width: 767px) {
  .com_w_box {
    padding: 30px 20px;
    max-width: 100%; } }
.com_inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 32px;
  padding: 56px 0;
  border-bottom: #333 solid 1px; }
  .com_inner .txtbox .titlebox {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 35px 1fr;
    gap: 0 15px;
    margin-bottom: 12px; }
    .com_inner .txtbox .titlebox .num .numtxt {
      font-size: 32px;
      font-weight: 500;
      font-family: "Cabin", sans-serif;
      font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
      font-family: "P22 Underground", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.17;
      margin: 0; }
    .com_inner .txtbox .titlebox h2 {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.65;
      margin: 0; }
  .com_inner .txtbox .com_txt {
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
  .com_inner.first {
    padding-top: 0; }
  .com_inner._preview {
    padding: 20px 0;
    border-bottom: none; }
  .com_inner._rental {
    grid-template-columns: 300px 1fr;
    gap: 0 40px;
    padding: 30px;
    border-bottom: none; }
  .com_inner._rental02 {
    background: #fff;
    grid-template-columns: 300px 1fr;
    gap: 0 40px;
    padding: 30px;
    border-bottom: none; }
  .com_inner.ser_policy {
    padding-bottom: 32px;
    border-bottom: #fff solid 1px;
    max-width: 800px;
    margin: 0 auto; }
  .com_inner.ser_policy02 {
    padding: 32px 0;
    border-bottom: #fff solid 1px;
    grid-template-columns: 300px 1fr;
    max-width: 800px;
    margin: 0 auto; }
  .com_inner.ser_policy03 {
    padding: 32px 0 0;
    border-bottom: none;
    max-width: 800px;
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  .com_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding: 30px 0; }
    .com_inner .txtbox .titlebox {
      display: grid;
      align-items: flex-start;
      grid-template-columns: 1fr;
      gap: 8px 0;
      margin-bottom: 20px; }
      .com_inner .txtbox .titlebox .num .numtxt {
        text-align: center; }
      .com_inner .txtbox .titlebox h2 {
        font-size: 17px;
        text-align: center; }
    .com_inner._preview {
      display: flex;
      flex-wrap: wrap; }
      .com_inner._preview .txtbox {
        order: 2; }
      .com_inner._preview .imgbox {
        order: 1; }
    .com_inner._rental {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0;
      margin-bottom: 30px; }
    .com_inner._rental02 {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0;
      margin-bottom: 30px; }
    .com_inner.ser_policy {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%; }
      .com_inner.ser_policy .txtbox {
        order: 2; }
      .com_inner.ser_policy .imgbox {
        order: 1; }
    .com_inner.ser_policy02 {
      grid-template-columns: 1fr;
      max-width: 100%; }
    .com_inner.ser_policy03 {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%; }
      .com_inner.ser_policy03 .txtbox {
        order: 2; }
      .com_inner.ser_policy03 .imgbox {
        order: 1; } }
.com__information {
  margin-bottom: 110px; }

.com_googlemap iframe {
  height: 348px; }

@media screen and (max-width: 767px) {
  .com__information {
    margin-bottom: 60px; }
    .com__information .column2Wrap {
      margin-bottom: 20px; }

  .com_googlemap iframe {
    height: 207px; } }
.con_re_txt {
  font-size: 16px;
  font-weight: 400;
  max-width: 623px;
  margin: 0 auto 70px !important;
  display: block; }

.com_recruit {
  max-width: 850px;
  background: #fff;
  margin: 0 auto;
  display: block;
  padding: 70px 60px; }

@media screen and (max-width: 767px) {
  .con_re_txt {
    font-size: 18px;
    margin: 0 0 30px;
    max-width: 100%; }

  .com_recruit {
    max-width: 100%;
    padding: 60px 20px; } }
.com_area_inner .com_area_top {
  background: #333;
  padding: 30px; }
  .com_area_inner .com_area_top span {
    color: #fff; }
  .com_area_inner .com_area_top .title._center {
    color: #fff;
    margin: 0; }
.com_area_inner .com_area_bottom {
  background: #F9FAFB;
  padding: 40px; }
  .com_area_inner .com_area_bottom .com_area_txt {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 32px;
    text-align: center; }
  .com_area_inner .com_area_bottom .com_area_txt2 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    text-align: center; }

@media screen and (max-width: 767px) {
  .com_area_inner .com_area_top {
    padding: 20px; }
    .com_area_inner .com_area_top .title._center {
      font-size: 24px; }
  .com_area_inner .com_area_bottom {
    padding: 30px 20px; }
    .com_area_inner .com_area_bottom .com_area_txt {
      font-size: 14px;
      margin: 0 0 20px; }
    .com_area_inner .com_area_bottom .com_area_txt2 {
      font-size: 14px; } }
/* ---------------------------------------------------------------- */
/* 中古購入リノベーション */
/* ---------------------------------------------------------------- */
.sale_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  margin-bottom: 64px; }

.sale_imgbox {
  margin-bottom: 20px; }

.sale_txt {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: center !important; }

.sale_txt2 {
  margin: 0 0 40px !important; }

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

.sale_txt4 {
  text-align: center !important;
  margin: 0; }

.sale_txt5 {
  margin: 0 0 40px !important;
  text-align: center !important; }

.sale_txt6 {
  margin: 0 0 60px;
  text-align: center !important; }

.century {
  margin-bottom: 80px; }
  .century .columnBox h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 12px; }
  .century .columnBox img {
    display: block;
    text-align: center;
    margin: 0 auto; }

.century2 {
  margin-bottom: 0; }
  .century2 .columnBox h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center; }
  .century2 .columnBox img {
    margin: 0 0 20px; }

.ownhome_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 8px;
  margin-bottom: 42px; }
  .ownhome_wrap img {
    margin-bottom: 16px; }
  .ownhome_wrap p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center; }

.f_plan {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
  margin-bottom: 40px; }
  .f_plan .f_plan_box {
    background: #fff;
    min-height: 143px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .f_plan .f_plan_box::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      display: block;
      background: url("images/common/service/f_plan_icon.svg") no-repeat;
      background-position: center;
      background-size: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: -40px; }
    .f_plan .f_plan_box p {
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      text-align: center; }
    .f_plan .f_plan_box:last-child::after {
      display: none; }

.sale_workWrap {
  margin-bottom: 80px; }

.sale_workh4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: "P22 Underground", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 10px;
  border-bottom: #707070 solid 1px;
  margin: 0 0 16px; }

.sale_work {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 25px;
  margin-bottom: 12px; }
  .sale_work p {
    font-weight: 400;
    margin: 0; }

.recotll {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 40px !important;
  text-align: center !important; }

.recobox {
  border: #333333 solid 1px;
  padding: 40px 80px;
  max-width: 800px;
  margin: 0 auto; }
  .recobox._02 {
    margin: 0 auto 40px; }

.recotxt {
  font-size: 20px;
  font-weight: 400;
  margin: 0 !important;
  padding: 15px 0;
  padding-left: 50px;
  position: relative;
  border-bottom: #E7EEF5 solid 1px; }
  .recotxt::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url("images/common/service/reco_icon.png") no-repeat;
    background-position: center;
    background-size: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block; }
  .recotxt.first {
    padding-top: 0; }
    .recotxt.first::before {
      top: 44%; }

.sale_btn_box {
  margin-bottom: 100px; }

.sale_btn_Wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 680px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .sale_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-bottom: 30px; }

  .sale_txt2 {
    margin: 0 0 30px; }

  .sale_txt3 {
    text-align: left !important; }

  .sale_txt4 {
    text-align: left !important; }

  .century {
    margin-bottom: 40px; }
    .century .columnBox h3 {
      font-size: 22px;
      margin: 0 0 20px;
      text-align: center; }

  .century2 .columnBox h3 {
    font-size: 18px; }

  .sale_txt5 {
    margin: 0 0 30px; }

  .ownhome_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px; }
    .ownhome_wrap p {
      font-size: 14px; }

  .f_plan {
    max-width: 240px;
    grid-template-columns: repeat(1, 1fr);
    gap: 46px 0;
    margin-bottom: 20px; }
    .f_plan .f_plan_box::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      display: block;
      background: url("images/common/service/f_plan_icon.svg") no-repeat;
      background-position: center;
      background-size: 20px;
      top: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      right: auto;
      left: 50%;
      bottom: -30px; }

  .sale_txt6 {
    margin: 0 0 30px; }

  .sale_workWrap {
    margin-bottom: 40px; }

  .recobox {
    padding: 32px 20px;
    max-width: 100%; }
    .recobox._02 {
      margin: 0 auto 20px; }

  .recotxt {
    font-size: 18px; }
    .recotxt::before {
      top: 25px;
      transform: translateY(0%);
      -webkit-transform: translateY(0%); }
    .recotxt.first::before {
      top: 10px; }

  .recotll {
    font-size: 22px; }

  .sale_btn_box {
    margin-bottom: 40px; }

  .sale_btn_Wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 54px 0;
    max-width: 100%;
    margin: 0 auto; } }
/* ---------------------------------------------------------------- */
/* 賃貸マンションの原状回復リフォーム工事 */
/* ---------------------------------------------------------------- */
.rental_wrap {
  margin-bottom: 0;
  padding: 54px 0;
  border-bottom: #333333 solid 1px; }
  .rental_wrap.first {
    padding-top: 0; }

.rental_center {
  align-items: center; }

.rental_work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; }
  .rental_work .rental_work_txtbox {
    padding: 75px; }
    .rental_work .rental_work_txtbox h3 {
      font-size: 26px;
      font-weight: 400;
      margin: 0 0 30px; }

.rental_txt {
  margin: 0 0 80px !important;
  text-align: center !important; }

.rental_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px; }
  .rental_con .rental_conbox img {
    margin-bottom: 10px; }
  .rental_con .rental_conbox p {
    text-align: center !important;
    margin: 0; }

@media screen and (max-width: 767px) {
  .rental_wrap {
    padding: 40px 0; }

  .rental_center .columnBox img {
    padding: 60px 0; }

  .rental_work {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
    margin-bottom: 40px; }
    .rental_work .rental_work_txtbox {
      order: 2;
      padding: 0; }
      .rental_work .rental_work_txtbox h3 {
        font-size: 22px;
        margin: 0 0 20px; }
      .rental_work .rental_work_txtbox p {
        font-size: 14px;
        margin: 0; }
    .rental_work .rental_work_imgbox {
      order: 1;
      margin-bottom: 20px; }

  .rental_txt {
    margin: 0 0 40px !important;
    text-align: left; }

  .rental_con {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0; } }
/* ---------------------------------------------------------------- */
/* すまいるリノベーションとは */
/* ---------------------------------------------------------------- */
.page-id-2 {
  color: #0A0A14;
  /* message */
  /* strengths */
  /* support */
  /* proposal */
  /* design */
  /* policy */
  /* works */
  /* reason */
  /* guideline */ }
  .page-id-2 .content .subtitle {
    margin-bottom: 20px; }
  .page-id-2 .content .title {
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .pcmbreadcrumbsWrap .container {
      padding: 0 15px; }
    .page-id-2 .container {
      padding: 0 15px; } }
  .page-id-2 .about_content1 {
    padding: 0 0 120px; }
  .page-id-2 .about_content1 .e_txt2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content1 {
      padding: 0 0 60px; } }
  .page-id-2 .full-width-image {
    height: 432px;
    overflow: hidden;
    position: relative; }
  .page-id-2 .full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  @media screen and (max-width: 768px) {
    .page-id-2 .full-width-image {
      height: 250px; } }
  .page-id-2 .about_content2 .content03group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    align-items: center; }
  .page-id-2 .about_content2 .txt03 {
    font-size: 16px;
    line-height: 2;
    margin: 0; }
  .page-id-2 .about_content2 .content03group .txtbox span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.16;
    display: block;
    margin: 0 0 20px;
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased; }
  .page-id-2 .about_content2 .content03group .txtbox .titleh2_1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 32px; }
  .page-id-2 .about_content2 .content03group .txtbox .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 32px; }
  .page-id-2 .about_content2 {
    padding: 120px 0 120px; }
  .page-id-2 .about_content2 .content03group .imgbox .img-ratio {
    position: relative;
    overflow: hidden;
    padding-bottom: 780px;
    width: 100%; }
  .page-id-2 .about_content2 .content03group .imgbox .img-ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content2 .content03group {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 0 30px; }
    .page-id-2 .about_content2 .content03group .imgbox .img-ratio {
      position: relative;
      padding-bottom: 207px;
      margin-bottom: 30px; }
    .page-id-2 .about_content2 {
      padding: 60px 0 60px; }
    .page-id-2 .about_content2 .content03group .txtbox .titleh3_1 {
      text-align: center;
      margin: 0 0 30px; } }
  .page-id-2 #strengths {
    background: #F9FAFB; }
  .page-id-2 .about_content3 {
    padding: 120px 0 120px; }
  .page-id-2 #strengths .txtbox span {
    font-size: 18px;
    margin: 0 0 20px;
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: center; }
  .page-id-2 #strengths .txtbox h2 {
    font-size: 28px;
    margin: 0 0 60px;
    text-align: center;
    font-weight: 400; }
  .page-id-2 #strengths .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px; }
  .page-id-2 #strengths .inner .rightbox {
    padding-top: 60px; }
  .page-id-2 #strengths .inner .leftbox span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.16;
    display: block;
    margin: 0 0 20px;
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif; }
  .page-id-2 #strengths .inner .leftbox .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 40px; }
  .page-id-2 #strengths .inner .rightbox p {
    font-size: 14px;
    line-height: 2;
    margin: 0; }
  .page-id-2 .btnWrap {
    margin: 50px 0 0; }
  @media screen and (max-width: 767px) {
    .page-id-2 #strengths .inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0 60px; }
    .page-id-2 .about_content3 {
      padding: 60px 0 60px; }
    .page-id-2 #strengths .txtbox span {
      margin: 0 0 24px; }
    .page-id-2 #strengths .txtbox h2 {
      margin: 0 0 28px; }
    .page-id-2 #strengths .inner .rightbox {
      padding-top: 0; }
    .page-id-2 #strengths .inner .leftbox h3 {
      margin: 0 0 20px;
      font-size: 22px; }
    .page-id-2 #strengths .inner .leftbox .imgbox {
      margin-bottom: 20px; }
    .page-id-2 .btnWrap {
      margin: 40px 0 0; } }
  .page-id-2 .about_content4 {
    background: #58585E;
    padding: 120px 0 120px; }
  .page-id-2 .about_content4 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px; }
  .page-id-2 .about_content4 .inner .rightbox {
    padding-top: 60px; }
  .page-id-2 .about_content4 .inner .rightbox p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    margin: 0; }
  .page-id-2 .about_content4 .inner .leftbox .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 40px;
    color: #fff;
    line-height: 41.6px; }
  .page-id-2 .about_content4 .inner .leftbox span {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content4 {
      padding: 60px 0 60px; }
    .page-id-2 .about_content4 .inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0 60px; }
    .page-id-2 .about_content4 .inner .imgbox {
      margin-bottom: 20px; }
    .page-id-2 .about_content4 .inner .rightbox {
      padding-top: 0; }
    .page-id-2 .about_content4 .inner .leftbox .titleh3_1 {
      font-size: 22px;
      margin: 0 0 22px;
      line-height: 35.2px; } }
  .page-id-2 .about_content5 {
    background: #E7EEF5;
    padding: 120px 0; }
  .page-id-2 .about_content5 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px; }
  .page-id-2 .about_content5 .inner .rightbox {
    padding-top: 60px; }
  .page-id-2 .about_content5 .inner .rightbox p {
    font-size: 14px;
    line-height: 2;
    margin: 0; }
  .page-id-2 .about_content5 .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content5 .inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0 60px; }
    .page-id-2 .about_content5 .inner .imgbox {
      margin-bottom: 20px; }
    .page-id-2 .about_content5 .inner .leftbox .titleh3_1 {
      font-size: 22px;
      margin: 0 0 20px;
      line-height: 35.2px; }
    .page-id-2 .about_content5 .inner .rightbox {
      padding-top: 0; } }
  .page-id-2 .about_content6 {
    background: #0A0A14;
    padding: 120px 0 120px; }
  .page-id-2 .about_content6 .inner .tllbox h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 33px; }
  .page-id-2 .about_content6 .inner .tllbox .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    color: #fff; }
  .page-id-2 .about_content6 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    gap: 0 40px; }
  .page-id-2 .about_content6 .inner02 .txtbox p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 2;
    margin: 0; }
  .page-id-2 .about_content6 .inner .tllbox span {
    color: #fff;
    margin: 0 0 35px; }
  .page-id-2 .about_content6 .inner02 {
    display: flex;
    gap: 0 60px; }
  .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image {
    position: relative;
    height: 240px;
    width: 360px;
    margin-bottom: 106px;
    overflow: hidden; }
  .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image._02 {
    display: flex;
    justify-content: flex-end;
    height: 200px;
    width: 300px;
    margin-bottom: 0;
    margin-left: 230px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-id-2 .about_content6 .inner02 {
      display: grid;
      gap: 0 60px;
      grid-template-columns: repeat(2, 1fr); }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image._02 {
      height: auto;
      width: auto;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content6 {
      padding: 60px 0 60px; }
    .page-id-2 .about_content6 .inner .tllbox span {
      margin: 0 0 28px; }
    .page-id-2 .about_content6 .inner .tllbox h2 {
      font-size: 24px;
      margin-bottom: 26px; }
    .page-id-2 .about_content6 .inner .tllbox .titleh3_1 {
      font-size: 22px; }
    .page-id-2 .about_content6 .inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px 0;
      margin-bottom: 30px; }
    .page-id-2 .about_content6 .inner .imgbox {
      position: relative;
      width: 100%;
      padding-bottom: 230px;
      overflow: hidden;
      background: none;
      height: auto; }
    .page-id-2 .about_content6 .inner .imgbox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-id-2 .about_content6 .inner02 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px 0; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox {
      order: 2; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 15px; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image {
      margin-bottom: 0;
      padding-bottom: 110px;
      position: relative;
      width: auto;
      overflow: hidden;
      background: none;
      height: auto; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image .fixed_image {
      display: none; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image img {
      max-width: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-id-2 .about_content6 .inner02 .inner02imgbox .flex .image._02 {
      width: auto;
      height: auto;
      display: block;
      padding-bottom: 110px;
      margin-left: 0; }
    .page-id-2 .about_content6 .inner02 .txtbox {
      order: 1; }
    .page-id-2 .about_content6 .inner02 .txtbox p {
      font-size: 14px;
      color: #fff;
      padding-top: 0;
      margin: 0; } }
  .page-id-2 .about_content8 {
    padding: 120px 0 0; }
  .page-id-2 .about_content8 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
  .page-id-2 .about_content8 .inner .textbox {
    padding: 15px 75px; }
  .page-id-2 .about_content8 .inner .textbox .titleh3_1 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 30px; }
  .page-id-2 .about_content8 .inner .textbox p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 2; }
  .page-id-2 .about_content8 .inner .imgbox {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden; }
  .page-id-2 .about_content8 .inner .imgbox img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-id-2 .about_content8 .inner .textbox {
      padding: 15px 30px; }
    .page-id-2 .about_content8 .inner .imgbox {
      padding-bottom: 90%; } }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content8 .inner {
      display: flex;
      flex-direction: column-reverse;
      gap: 20px;
      padding: 0 15px 0;
      margin-bottom: 30px; }
    .page-id-2 .about_content8 .inner .textbox {
      padding: 0; }
    .page-id-2 .about_content8 {
      padding: 60px 0 30px; }
    .page-id-2 .about_content8 .txtbox h2 {
      font-size: 24px;
      margin: 0 0 29px; }
    .page-id-2 .about_content8 .inner .imgbox {
      padding-bottom: 60%; }
    .page-id-2 .about_content8 .inner .textbox .titleh3_1 {
      font-size: 22px;
      margin-bottom: 30px; }
    .page-id-2 .about_content8 .inner._02 {
      display: flex;
      flex-direction: column; } }
  .page-id-2 .about_content7 .com_inner.ser_policy02 {
    padding: 30px;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    border-bottom: none; }
  .page-id-2 .about_content7 .com_inner.ser_policy03 {
    padding: 30px;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    border-bottom: none;
    background: #fff; }
  .page-id-2 .about_content7 .postPage .image-cropping {
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
    width: 100%; }
  .page-id-2 .about_content7 .com_inner .txtbox .com_txt {
    line-height: 28px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content7 .com_inner.ser_policy02 {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      gap: 15px; }
    .page-id-2 .about_content7 .com_inner.ser_policy03 {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
    .page-id-2 .about_content7 .postPage .image-cropping {
      padding-bottom: 207px; }
    .page-id-2 .about_content7 .com_inner .txtbox .com_txt {
      margin-bottom: 60px; } }
  .page-id-2 .about_content10 {
    background: #E7EEF5;
    padding: 120px 0; }
  .page-id-2 .about_content10 .inner {
    display: grid;
    grid-template-columns: 1fr 318px;
    gap: 0 100px; }
  .page-id-2 .btn.btnLeft {
    margin: 0;
    max-width: 100%; }
  .page-id-2 .about_content10 .inner .leftbox .titleh2_1 {
    font-size: 28px;
    margin: 0 0 26px;
    font-weight: 400; }
  .page-id-2 .about_content10 .inner .leftbox p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 220px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content10 {
      padding: 60px 0; }
    .page-id-2 .about_content10 .inner {
      display: flex;
      flex-wrap: wrap; }
    .page-id-2 .about_content10 .inner .leftbox p {
      margin-bottom: 57px; }
    .page-id-2 .about_content10 .sp .btnWrap {
      margin: 60px 0 0; }
    .page-id-2 .about_content10 .btn.btnLeft {
      margin: 0;
      max-width: 100%; }
    .page-id-2 .about_content10 .img-sample {
      width: 270px; } }
  .page-id-2 .about_content10 .postPage .titleh3 {
    margin: 0 0 80px 20px; }
  .page-id-2 .about_content10 .postPage .image-cropping._02 {
    padding-bottom: 380px; }
  .page-id-2 .about_content10 .column2Wrap {
    margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content10 .postPage .image-cropping._02 {
      padding-bottom: 207px; } }
  .page-id-2 .about_content9 .title {
    margin-bottom: 40px; }
  .page-id-2 .about_content9 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px; }
  .page-id-2 .about_content9 .works_content .works_en {
    font-size: 18px;
    margin: 0 0 20px; }
  .page-id-2 .about_content9 .works_content .works_jp {
    font-size: 28px;
    margin: 0 0 40px; }
  .page-id-2 .about_content9 .inner .imgbox {
    position: relative; }
  .page-id-2 .about_content9 .inner .imgbox span {
    width: 100px;
    height: 30px;
    background: #0A0A14;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
  .page-id-2 .about_content9 .inner .imgbox:first-child::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background: url(https://smile-reno.com/wp-content/uploads/2025/08/works_plan_arrow.png) no-repeat;
    background-position: center;
    background-size: 10px;
    display: block; }
  .page-id-2 .about_content9 .floorplan_txt {
    margin: 0;
    font-size: 14px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content9 .inner {
      margin-bottom: 20px; }
    .page-id-2 .about_content9 .works_content .works_jp {
      font-size: 24px;
      margin: 0 0 20px; }
    .page-id-2 .about_content9 .inner .imgbox span {
      position: static; } }
  .page-id-2 .about_content7 {
    background: #F9FAFB;
    padding: 120px 0 120px; }
  .page-id-2 .about_content7 .com_inner .txtbox .titlebox .num .numtxt {
    color: #5A595A; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content7 {
      padding: 60px 0 0; } }
  .page-id-2 .about_content11 .com_googlemap p {
    margin: 0 0 100px;
    color: #111111; }
  .page-id-2 .about_content11 .subheading {
    font-family: 'P22 Underground', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-bottom: #707070 solid 1px;
    padding-bottom: 11px;
    margin-bottom: 15px !important; }
  .page-id-2 .about_content11 .postPage table {
    margin: 15px 0 30px; }
  .page-id-2 .about_content11 .com_googlemap .btnWrap {
    margin: 0 0 100px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content11 .postPage .titleh3 {
      margin: 0 0 20px 20px; }
    .page-id-2 .about_content11 .postPage .titleh6 {
      margin: 0 0 20px; }
    .page-id-2 .about_content11 .column2Wrap {
      margin-bottom: 0; }
    .page-id-2 .about_content11 .com_googlemap p {
      margin: 0 0 28px; }
    .page-id-2 .about_content11 .sp .btnWrap {
      margin: 0 0 60px; }
    .page-id-2 .about_content11 .sp .company {
      margin-bottom: 48px; } }
  .page-id-2 .about_content11 {
    padding: 120px 0; }
  .page-id-2 .about_content12 {
    background: #F9FAFB; }
  .page-id-2 .about_content12 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .page-id-2 .about_content12 .inner .rightbox p {
    line-height: 32px;
    margin: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content12 .inner {
      display: flex;
      flex-wrap: wrap; } }
  .page-id-2 .about_content12 .inner .leftbox .titleh2_1 {
    font-size: 28px;
    margin: 0 0 26px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .page-id-2 .about_content12 {
      padding: 60px 0; }
    .page-id-2 .about_content12 .inner .leftbox .titleh2_1 {
      font-size: 24px; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 80px;
  margin: 0 auto 55px;
  padding: 0;
  max-width: 530px; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    background: #fff;
    color: #0A0A14;
    height: 58px;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    position: relative;
    border: #0A0A14 solid 1px; }
    ul.formFlow li:after {
      position: absolute;
      content: '';
      background: url("images/common/contact_arrrow.svg") no-repeat;
      background-size: 13px;
      background-position: center;
      width: 20px;
      height: 20px;
      display: block;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: -50px; }
    ul.formFlow li span {
      font-size: 22px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-right: 16px; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #33404D;
      color: #fff;
      position: relative; }
    ul.formFlow li.second.active {
      background: #33404D;
      color: #fff; }
    ul.formFlow li.second:after {
      position: absolute;
      content: '';
      background: url("images/common/contact_arrrow.svg") no-repeat;
      background-size: 13px;
      background-position: center;
      width: 20px;
      height: 20px;
      display: block;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: -50px; }
    ul.formFlow li.third::after {
      display: none; }
    ul.formFlow li.third.active {
      background: #33404D;
      color: #fff; }

@media screen and (max-width: 767px) {
  ul.formFlow {
    gap: 0 23px;
    margin: 0 auto 30px;
    max-width: 100%; }
    ul.formFlow li {
      height: 60px; }
      ul.formFlow li span {
        font-size: 18px;
        margin-right: 4px; }
      ul.formFlow li:after {
        right: -20px; }
      ul.formFlow li.second:after {
        right: -20px; } }
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea {
  max-width: 720px;
  margin: 0 auto;
  display: block;
  padding-bottom: 70px; }
  #formArea .formbox {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-bottom: 37px; }
    #formArea .formbox .formbox_left {
      font-size: 16px;
      font-weight: 400;
      color: #111111; }
    #formArea .formbox .formbox_right span {
      font-size: 16px;
      font-weight: 400;
      color: #B5183C;
      display: block;
      margin-top: 10px; }
    #formArea .formbox .formbox_right p {
      margin: 0; }
  #formArea .att {
    color: #fff;
    background: #B51E3B;
    width: 40px;
    height: 20px;
    font-size: 14px;
    display: inline;
    padding: 2px 8px;
    font-weight: 400;
    margin-left: 24px; }
    #formArea .att._02 {
      margin-left: 0;
      margin-right: 10px; }
  #formArea .att2 {
    color: #fff;
    background: #BAB4BA;
    width: 40px;
    height: 20px;
    font-size: 14px;
    display: inline;
    padding: 2px 8px;
    font-weight: 400;
    margin-left: 24px; }
    #formArea .att2._02 {
      margin-left: 0; }
  #formArea .error {
    margin: 0; }
  #formArea .radio_wrap {
    margin-top: 10px; }
  #formArea .vertical-item {
    display: block !important; }
  #formArea .c_txt {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px; }
  #formArea .c_txt02 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 42px; }
    #formArea .c_txt02 span {
      margin-right: 8px;
      margin-left: 0; }
  #formArea .c_txt03 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 40px; }
  #formArea .c_txt04 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center !important; }
  #formArea .checkbox__area {
    background: #E7EEF5;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
  #formArea #autozip {
    display: none; }
  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea input[type="tel"] {
    padding: 18px 40px;
    margin: 0;
    background: #FFF8E6;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #C9C9C9; }
    #formArea input[type="text"]:focus,
    #formArea input[type="email"]:focus,
    #formArea input[type="number"]:focus,
    #formArea input[type="tel"]:focus {
      background: #fff; }
    #formArea input[type="text"]:hover,
    #formArea input[type="email"]:hover,
    #formArea input[type="number"]:hover,
    #formArea input[type="tel"]:hover {
      background: #fff; }
    #formArea input[type="text"] + input,
    #formArea input[type="email"] + input,
    #formArea input[type="number"] + input,
    #formArea input[type="tel"] + input {
      margin-top: 10px; }
  #formArea textarea {
    padding: 28px 30px;
    margin: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #C9C9C9;
    resize: none;
    height: 240px; }
  #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: 18px 40px;
    margin-bottom: 5px;
    display: block;
    border-color: #C9C9C9;
    background: #FFF8E6;
    width: 100%;
    max-width: 100%; }
    #formArea select option {
      word-wrap: normal; }
  #formArea input[type="text"].short {
    width: 200px;
    text-align: left;
    margin-bottom: 0; }
  #formArea input[type="text"].hasDatepicker {
    margin: 0 0 20px;
    border-color: #C9C9C9;
    background: #FFF8E6;
    padding: 18px 40px; }
    #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
      background: #fff; }
  #formArea .mwform-checkbox-field {
    display: inline-block;
    width: auto;
    margin: 5px 5px;
    font-size: 16px;
    font-weight: 400; }
  #formArea input[type="checkbox"] {
    border: 1px solid #BAB4BA;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    width: 30px;
    height: 30px;
    /*Other Browser*/
    background: #FFFFFF; }
  #formArea input[type="checkbox"]:checked:before {
    position: absolute;
    left: 3px;
    top: 18px;
    display: block;
    content: "";
    width: 13px;
    height: 4px;
    background: #BAB4BA;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center; }
  #formArea input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 13px;
    top: 19px;
    content: "";
    width: 24px;
    height: 4px;
    background: #BAB4BA;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center; }
  #formArea .mwform-zip-field input {
    width: inherit; }
  #formArea .mwform-tel-field input {
    margin: 0 !important;
    width: auto; }
  #formArea .mwform-radio-field {
    display: inline-block;
    margin: 0 15px 5px 0; }
    #formArea .mwform-radio-field input {
      margin: 0 15px 0 0; }
  #formArea .mwform-radio-field-text {
    margin-left: 10px; }
  #formArea input[type="file"] {
    margin-bottom: 10px; }
  #formArea .inline_wrap select {
    display: inline-block; }
  #formArea .btnArea {
    display: flex;
    align-items: center; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin-bottom: 80px; }
      #formArea .btnArea .submitArea .submit {
        width: 290px;
        margin: 0 auto;
        background: #B51E3B;
        height: 60px;
        border: #B51E3B solid 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        color: #fff;
        border-radius: 10px; }
        #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
          color: #B51E3B;
          background: #fff;
          transition: .3s;
          cursor: pointer;
          border-color: #B51E3B; }
    #formArea .btnArea .returnArea {
      flex-basis: 100%;
      display: none; }
      #formArea .btnArea .returnArea .return {
        border: #111111 solid 1px;
        width: 290px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        background: #fff;
        font-size: 14px;
        font-weight: 400; }
        #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
          color: #fff !important;
          background: #111111;
          transition: .3s; }
  #formArea .mw_wp_form_confirm .formbox .formbox_right span {
    display: none; }
  #formArea .mw_wp_form_confirm .c_txt, #formArea .mw_wp_form_confirm .c_txt02, #formArea .mw_wp_form_confirm .c_txt03, #formArea .mw_wp_form_confirm .c_txt04, #formArea .mw_wp_form_confirm .checkbox__area, #formArea .mw_wp_form_confirm .iconList {
    display: none; }
  #formArea .mw_wp_form_confirm .btnArea {
    margin-top: 56px; }
    #formArea .mw_wp_form_confirm .btnArea .submitArea {
      margin-bottom: 0; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea {
      display: inline-flex; }
      #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
        margin: 0; }
  @media screen and (max-width: 767px) {
    #formArea {
      max-width: 100%;
      padding-bottom: 0; }
      #formArea .formbox {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px 0;
        margin-bottom: 20px; }
        #formArea .formbox:last-child {
          margin-bottom: 60px; }
      #formArea .iconList {
        margin-bottom: 30px; }
      #formArea .c_txt03 {
        margin-bottom: 30px; }
      #formArea .iconList {
        margin-bottom: 30px; }
      #formArea .checkbox__area {
        padding: 25px 20px; }
      #formArea input[type="text"],
      #formArea input[type="email"],
      #formArea input[type="number"],
      #formArea input[type="tel"] {
        padding: 18px 20px; }
      #formArea textarea {
        padding: 18px 10px; }
      #formArea select {
        margin-bottom: 5px; }
      #formArea .mwform-checkbox-field {
        display: block;
        width: 100%; }
        #formArea .mwform-checkbox-field label {
          display: grid;
          grid-template-columns: 30px 1fr;
          gap: 0 10px; }
        #formArea .mwform-checkbox-field .mwform-checkbox-field-text {
          text-align: center; }
      #formArea .mwform-radio-field {
        display: block;
        margin: 5px 0 10px; }
        #formArea .mwform-radio-field .mwform-radio-field-text {
          margin-right: 15px; }
        #formArea .mwform-radio-field input {
          margin: 0; }
      #formArea .btnArea {
        flex-wrap: wrap; }
        #formArea .btnArea .submitArea {
          flex-basis: 100%;
          margin: 0 0 60px; }
      #formArea .mw_wp_form_confirm .btnArea {
        margin-top: 40px;
        gap: 30px 0; }
        #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-26 #formArea {
  max-width: 100%; }
  .page-id-26 #formArea .formbox {
    padding: 18px 200px;
    margin-bottom: 0;
    background: #F9FAFB; }
    .page-id-26 #formArea .formbox:nth-child(even) {
      background: #fff; }

#confirmbox {
  border: #B5183C solid 3px;
  background: #FAF6F3;
  padding: 22px 40px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 40px;
  max-width: 720px;
  margin: 0 auto 80px;
  align-items: center; }
  #confirmbox .txtbox p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2; }

@media screen and (max-width: 767px) {
  .page-id-26 #formArea {
    max-width: 100%; }
    .page-id-26 #formArea .formbox {
      padding: 0;
      margin-bottom: 0;
      background: #fff;
      gap: 0; }
      .page-id-26 #formArea .formbox .formbox_left {
        padding: 8px 20px;
        background: #F9FAFB; }
      .page-id-26 #formArea .formbox .formbox_right {
        padding: 8px 20px; }

  #confirmbox {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    max-width: 100%;
    margin: 0 auto 20px;
    justify-content: center; }
    #confirmbox .imgbox img {
      margin: 0 auto;
      text-align: center;
      display: block; }
    #confirmbox .txtbox p {
      text-align: center; } }
.thanksimgbox {
  margin-bottom: 20px; }
  .thanksimgbox img {
    margin: 0 auto;
    text-align: center;
    display: block; }

.thankstll {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: center; }

.thankstxt {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 32px;
  line-height: 2;
  text-align: center !important; }

.thanks__box {
  background: #F5F5F5;
  padding: 32px;
  margin-bottom: 40px; }
  .thanks__box p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center; }
    .thanks__box p a {
      text-decoration: none;
      color: #0A0A14; }

@media screen and (max-width: 767px) {
  .thankstll {
    font-size: 24px; }

  .thanks__box {
    padding: 30px; } }
/* ---------------------------------------------------------------- */
/* contactform7 */
/* ---------------------------------------------------------------- */
#formArea .confirm_c_btn_box p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px; }
  #formArea .confirm_c_btn_box p .has-spinner {
    margin: 0; }
#formArea .has-spinner {
  margin: 0 auto;
  width: 290px;
  background: #B51E3B;
  height: 60px;
  border: #B51E3B solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  color: #fff;
  border-radius: 10px; }
  #formArea .has-spinner:hover, #formArea .has-spinner:focus {
    color: #B51E3B;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    border-color: #B51E3B; }
#formArea .wpcf7-previous {
  border: #111111 solid 1px;
  width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400; }
  #formArea .wpcf7-previous:hover, #formArea .wpcf7-previous:focus {
    color: #fff !important;
    background: #111111;
    transition: .3s; }
#formArea input[type="date"].wpcf7-validates-as-date {
  margin: 0 0 10px;
  border-color: #C9C9C9;
  background: #FFF8E6;
  padding: 18px 40px;
  border: 1px solid #C9C9C9; }
  #formArea input[type="date"].wpcf7-validates-as-date:hover, #formArea input[type="date"].wpcf7-validates-as-date:focus {
    background: #fff; }
#formArea .wpcf7-form-control-wrap {
  margin-top: 0 !important; }

@media screen and (max-width: 767px) {
  #formArea .confirm_c_btn_box p {
    flex-direction: column;
    gap: 20px 0; } }
/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease; }
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0); }
.effectFade.td1 {
  transition-delay: 0.1s; }
.effectFade.td2 {
  transition-delay: 0.2s; }
.effectFade.td3 {
  transition-delay: 0.3s; }
.effectFade.td4 {
  transition-delay: 0.4s; }
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in; }

/* for IE */
