@charset "utf-8";

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 1px;
}

.txt {
  line-height: 2;
}

.txt2 {
  font-size: 16px;
  line-height: 1.7;
}

.txt3 {
  font-size: 16px;
  line-height: 2;
}

:root {
  --color01: #fe8422;
  --color02: #2792c3;
  --color03: #6ac221;
  --color04: #2b1911;
  --color05: #f7f7f7;
  --color06: #fffcf2;
  --color07: #d3381c;
  --ff01: "Noto Sans JP", sans-serif;
  --ff99: "font awesome 5 free";
  --radius01: 150px 150px 20px 150px;
  --radius02: 150px 150px 150px 20px;
  --radius03: 20px;
}


/*===================================
  基本設定
===================================*/
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-99 {
  font-family: var(--ff99);
}

.color-cmn-orange {
  color: var(--color01);
}

.color-cmn-blue {
  color: var(--color02);
}

.color-cmn-green {
  color: var(--color03);
}

.color-cmn-brown {
  color: var(--color04);
}

.color-cmn-lightgray {
  color: var(--color05);
}

.color-cmn-red {
  color: var(--color07);
}

.bgc-cmn-orange {
  background-color: var(--color01);
}

.bgc-cmn-blue {
  background-color: var(--color02);
}

.bgc-cmn-green {
  background-color: var(--color03);
}

.bgc-cmn-brown {
  background-color: var(--color04);
}

.bgc-cmn-lightgray {
  background-color: var(--color05);
}

.bgc-cmn-lightorange {
  background-color: var(--color06);
}

.bgi-cmn-00 {
  position: relative;
}

.bgi-cmn-00 .bgi00 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bgi-cmn-00 .bgi00+* {
  position: relative;
  z-index: 2;
}

.bgi-cmn-01 {
  background-image: url('/upload/tenant_1/bgi01.webp');
  background-size: inherit;
  background-repeat: repeat;
}

.bgi-cmn-02 {
  background-image: url('/upload/tenant_1/bgi02.webp');
  background-size: contain;
  background-repeat: repeat;
}

/* bgi-deco */
.bgi-deco-01 {
  position: relative;
}

.bgi-deco-01::before {
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(90%, rgb(0 0 0 / 0%)));
  background: linear-gradient(90deg, #fff 40%, rgb(0 0 0 / 0%) 90%);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

@media(max-width:1024px) {
  .bgi-deco-01::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(130%, rgb(0 0 0 / 0%)));
    background: linear-gradient(90deg, #fff 40%, rgb(0 0 0 / 0%) 130%);
  }
}

@media(max-width:599px) {
  .bgi-deco-01::before {
    background: #fff;
    opacity: 0.8;
  }
}

/* border */
.border-cmn-orange {
  border: 2px solid var(--color01);
}

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  padding-left: 1.3em;
  position: relative;
}

.indent-cmn-02::before {
  content: "\f0c8";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 80%;
  position: absolute;
  top: 0.28em;
  left: 0.28em;
}

/* radius */
.radius5 {
  overflow: hidden;
  border-radius: 5px;
}

.radius10 {
  overflow: hidden;
  border-radius: 10px;
}

.radius20 {
  overflow: hidden;
  border-radius: 20px;
}

/* shadow */
.shadow-cmn-01 {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.shadow-cmn-02 {
  -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

/* 共通パーツ */
.up-ls-0 {
  letter-spacing: 0;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;

  gap: 5px;
}

.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
width: 100%;
  gap: 5px;
  align-items: flex-start;
}

.cate span {
  padding: 5px 10px 7px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: var(--color02);
}

.cate.type02 span {
  background: var(--color03);
}

.cate span.YKKAP {
  background: var(--color01);
}

.cate span.LIXIL {
  background: var(--color02);
}

@media(max-width:1024px){
  .cate span{
    padding: 4px 5px 5px 5px;
    letter-spacing: 0;
    font-size: 13px;
}
}

.more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 25px 5px 15px;
  font-size: 12px;
  text-align: center;
  border: 1px solid var(--color01);
  border-radius: 5px;
  position: relative;
}

.more.type02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  color: #fff;
  background: var(--color01);
}

.more.type02.w120 {
  min-width: 120px;
}

.more.type02.w80 {
  min-width: 80px;
  font-size: 10px;
}

.more::before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 10px;
  color: var(--color01);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
}

.more.type02::before {
  color: #fff;
}

.maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 5px;
}

.maker span {
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 2px solid var(--color01);
}

.word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 5px;
}

.word span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px 7px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  background: #7c7c7c;
  height: fit-content;
}

.word.type02 span {
  padding: 5px 10px 7px;
  font-size: 14px;
  border-radius: 3px;
}

.word span.断熱 {
  background: #ff4217;
}

.word span.採光 {
  background: #ffd44f;
}

.word span.採風{
  background: var(--color03)
}

@media(max-width:1024px){
  .word span{
    padding: 4px 10px 5px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
  }
  
  .word.type02 span{
    padding: 4px 8px 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.img-max-h img{
    max-height: 180px;
}

.listbox .item>a {
  height: 100%;
  display: block;
}

.troublelist {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.troublelist li {
  padding-left: 1.5em;
  position: relative;
}

.troublelist li+li {
  margin-top: 5px;
}

.troublelist li::before {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: 500;
  color: var(--color03);
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:599px) {
  .troublelist {
    padding: 20px;
  }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* fead */
.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* show hide */
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-right:auto;
  margin-left:auto;
}

[data-element-id] .show\@tb:after {
  content: "モバイル用";
  display: block;
  padding: 5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background: green;
}

[data-element-id] .show\@tb.indention:after {
  content: "モバイル用はここで改行";
}

[data-element-id] .show\@pc.indention:after {
  content: "PC用はここで改行";
  display: block;
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background: blue;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-right:auto;
  margin-left:auto;
  height:fit-content;
}

[data-element-id] .show\@sp:after {
  content: "モバイル用";
  display: block;
  padding: 5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background: green;
}

[data-element-id] .show\@sp.indention:after {
  content: "モバイル用はここで改行";
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1.5;
  border-bottom: solid 2px #dadada;
  position: relative;
}

.ttl-cmn-01.center {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.ttl-cmn-01 .ttl-ja {
  font-weight: 500;
  font-size: 48px;
}

[data-element-id] .show\@sp .ttl-cmn-01 .ttl-ja{
  font-size: 26px;
}

.ttl-cmn-01 .ttl-ja.small {
  font-size: 36px;
}

.ttl-cmn-01 .ttl-border {
  content: "";
  width: 100px;
  padding-bottom: 5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: -1px;
}

@media(max-width:1024px) {
  .ttl-cmn-01 .ttl-ja {
    font-size: 40px;
  }

  .ttl-cmn-01 .ttl-ja.small {
    font-size: 32px;
  }
}

@media (max-width: 599px) {
  .ttl-cmn-01 .ttl-ja {
    font-size: 26px;
  }

  .ttl-cmn-01 .ttl-ja.small {
    font-size: 26px;
  }
}

/* sub-cmn- */
.sub-cmn-01 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
}

[data-element-id] .show\@sp .sub-cmn-01{
  font-size: 20px;
}

.sub-cmn-01.type02 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 1.5;
  border-left: 5px solid var(--color03);
}

@media(max-width:1024px) {
  .sub-cmn-01 {
    font-size: 24px;
  }
}

@media(max-width:599px) {
  .sub-cmn-01 {
    font-size: 20px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  max-width: 100%;
}

.btn-cmn-01 a,
.btn-cmn-01 button {
  width: 100%;
  display: block;
  padding: 15px 50px 15px 50px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 5px;
  background: var(--color01);
  position: relative;
  line-height: 1;
}

.btn-cmn-01 button {
  border: none;
}

.btn-cmn-01.big {
  min-width: 400px;
}

.btn-cmn-01.big a,
.btn-cmn-01.big button {
  padding: 20px 50px 20px 50px;
  font-size: 20px;
  border-radius: 10px;
}

.btn-cmn-01 a:after,
.btn-cmn-01 button:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
}

.btn-cmn-01.btn-back a:after,
.btn-cmn-01.btn-back button:after {
  content: "\f053";
  left: 5px;
  right: inherit;
}

@media(max-width:599px) {
  .btn-cmn-01.big {
    min-width: 300px;
  }

  .btn-cmn-01.big a,
  .btn-cmn-01.big button {
    padding: 15px 25px 15px 25px;
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 5px;
  }
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  padding: 5px calc(50% - 600px);
  font-size: 14px;
  color: #fff;
  background: var(--color01);
}

@media(max-width:1024px) {
  .pagettl {
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 5px 50px 5px 8px;
        font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.3;
  }
}

header .address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 5px;
  right: calc(50% - 600px);
  z-index: 2;
}

[data-element-id] header .address{
  top: -40px;
}

.header.fixed .address {
  display: none;
}

@media(max-width:1024px) {
  header .address {
    display: none;
  }
}

/**
ヘッダー
header
*/
.header {
  padding: 10px 0 10px;
}

.header.fixed {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo img {
  max-height: 50px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  font-weight: bold;
  font-size: 30px;

  gap: 5px;
}

.header .right .tel a:before {
  content: "\f3cd";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 110%;
}

@media (max-width: 1024px) {
  .header {
    padding: 0;
  }
  
  .header.fixed{
    z-index: 10;
  }

  .header .logo {
    display: none;
  }

  .header .logo img {
    max-height: 50px;
    -webkit-filter: drop-shadow(2px 2px 0px #fff);
    filter: drop-shadow(2px 2px 0px #fff);
  }

  .header .right .tel a {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 500;
    font-size: 16px;
  }

  .header .right .tel a:before {
    font-size: 120%;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  gap: 20px;
}

.fix-bottom .contact a {
  display: block;
  padding: 13px 30px 15px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 5px;
  background: var(--color02);
}

.x-box{
      font-size: 38px;
    color: var(--color01);
}

@media (max-width: 1024px) {
  .fix-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;

    gap: 0;
  }

  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }

  .fix-bottom a {
    height: 100%;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
  }

  .fix-bottom .tel {
    font-size: 14px;
    color: #fff;
    background: var(--color02);
  }

  .fix-bottom .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 140%;
  }

  .fix-bottom .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 0;
    background: var(--color01);
  }

  .fix-bottom .contact a:before {
    content: "\f0e0";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 140%;
  }
  
  .fix-bottom .x-box{
    display: none;
  }
  
  .x-box{
      font-size: 30px;
}
}

/**
グローバルナビ
gnav
*/
.gnav {
  padding: 10px 0;
  background: #fff;
  position: relative;
  z-index: 100;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 5px 5px 0 #95959557;
    box-shadow: 0 5px 5px 0 #95959557;
    cursor: pointer;
    position: fixed;
    top: 79px;
    left: 0;
    z-index: 200;
    background: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
    padding-top: 0;
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[data-element-id] .gnav .list01 {
    justify-content: flex-end;
    align-items: flex-start;
}

.gnav .item01 {
  font-size: 16px;
  text-align: center;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  width: 320px;
  visibility: hidden;
  padding-top: 15px;
  background: var(--color06) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  left: 50%;
}

[data-element-id] .gnav .list02{
  visibility: visible;
  transform: none;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  color: var(--color01);
  border-bottom: 1px solid rgb(254 132 34 / 55%);
}

.gnav .item02:last-of-type a {
  border-bottom: none;
}

.gnav .item02 a:hover {
  color: #fff;
  background: var(--color01);
  opacity: 1;
}

[data-element-id] .gnav .item02 a:hover{
  background: none;
  color: var(--color01);
}

@media (max-width: 1024px) {
  .gnav {
    width: 100%;
    max-width: 375px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
  }
  
   .gnav {
    z-index: 250;
  }

  .gnav.action {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    z-index: 250;
  }

  .gnav .wrap {
    padding: 20px 10px;
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    width: 100%;
    min-height: 40px;
    margin: 0 0 10px 0;
    text-align: left;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    font-size: 18px;
  }

  .gnav .list02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    visibility: visible;
    padding-top: 0;
    padding-left: 20px;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
  }

  .gnav .list02 a {
    padding: 2px 0 2px 10px;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    border-bottom: none;
    position: relative;
  }

  .gnav .list02 a:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 20px;
    left: -10px;
  }
  
  .gnav .item02 a:hover{
    background: none;
    color: var(--color01);
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  width: 42px;
  height: 42px;
  display: none;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
}

.toggle .bar {
  width: 28px;
  height: 2px;
  display: block;
  margin-top: -1px;
  padding: 0;
  text-indent: 9999px;
  background: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
  top: 50%;
  left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
  content: "";
  width: 28px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
  
  .overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
  }
  
  body.overlay {
    overflow: hidden;
  
    -ms-touch-action: none;
    touch-action: none;
  }
}


/*トップへ戻る*/
.totop {
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  background: var(--color01);
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 200;
}

.totop:before {
  content: "上へ戻る";
  font-weight: 500;
}

@media (max-width: 1024px) {
  .totop {
    bottom: 70px;
    right: 10px;
  }
}

@media(max-width:599px) {
  .totop {
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 80px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  padding: 15px 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--color04);
}

@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 80px;
  }
}

@media (max-width:599px) {
  .footer .copy {
    padding-bottom: 80px;
    font-size: 12px;
}
  
  .map{
    padding-top: 60%;
  }
}

/* foot-line */
.foot-line .tel a {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    display: block;
}

.foot-line .tel a:before {
    content: "\f3cd";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 110%;
}

.foot-line .btn a {
    background: var(--color02);
    color: #fff;
    font-size: 32px;
    padding: 10px 50px;
    display: block;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;  
}

.foot-line .btn a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

@media(max-width:1024px){
  .foot-line .tel a {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1;
  }
  
  .foot-line .btn a {
      font-size: 28px;
      padding: 10px 30px;
      border-radius: 5px;
      letter-spacing: 1px;
  }
}

@media(max-width:599px){
  .foot-line .tel a {
    font-size: 34px;
    text-align: center;
}

.foot-line .btn a {
    font-size: 24px;
    padding: 5px 30px;
    width: fit-content;
    margin: 10px auto 0;
}
}

.footer-wrap {
  padding: 50px 0;
  position: relative;
}

.footer-wrap .bgi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-inner {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}

.finfo .logo img {
  max-width: 200px;
}

.finfo .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 20px;
}

.finfo .list .item .title {
  min-width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 5px 20px 7px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: var(--color01);
}

@media(max-width:1024px) {
  .footer-inner {
    padding: 40px 5px;
  }

  .finfo .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media(max-width:599px){
  .finfo .list .item .title{
    margin-right: auto;
  }
}

/**
フッターナビ
fnav
*/
.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .item {
  margin-bottom: 15px;
}

.fnav .item a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}

.fnav .datawrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .datattl {
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}

.fnav .datattl:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  padding-left: 12px;
  position: relative;
}

.fnav .data a:before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .item a {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .fnav .datawrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
  }

  .column2 .mainwrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
  }
}

/* サイドメニュー */
.side .list {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .side .list {
    width: 48%;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  padding: 10px 10px 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  background: var(--color01);
  position: relative;
}

.list-side .data {
  border-bottom: 3px solid #fff;
}

.list-side .data a {
  display: block;
  padding: 10px 10px 10px 30px;
  background: var(--color05);
  position: relative;
  font-size: 14px;
    letter-spacing: 0;
}

.list-side .data:last-child {
  border-bottom: none;
}

.list-side a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.list-side a:before {
  content: "\f111";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: var(--color01);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 54%;
  left: 10px;
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }

  .list-side.type-archive.up-w-100\%\@tb {
    width: 100%;
  }

  .list-side.type-archive.up-w-100\%\@tb .datawrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }

  .list-side.type-archive.up-w-100\%\@tb .datawrap .data {
    width: calc((100% - 10px) / 6);
  }
}

@media(max-width:599px) {
  .list-side.type-archive.up-w-100\%\@tb .datawrap .data {
    width: calc((100% - 5px) / 2);
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**トップ*/

/*ホームビジュアル（トップ）*/
.homevisual {
  height: calc(100vh - 115px);
  position: relative;
}

.homevisual .img {
  height: 100%;
  position: relative;
}

/* .homevisual .img:before {
  content: "";
  display: block;
  padding-top: 40%;
  position: relative;
  z-index: -1;
} */

.homevisual .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /*IE対策*/
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

/*IE対策*/
.homevisual .head {
  width: 90%;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}

[data-element-id] .homevisual .head .show\@sp{
  font-size:22px;
}

.homevisual .head .sub {
  display: inline-block;
  margin-top: 30px;
  font-size: 70px;
  color: #e62b17;
  line-height: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#fcff00), color-stop(30%, #fcff00), color-stop(30%, rgba(252, 255, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fcff00 0%, #fcff00 30%, rgba(252, 255, 0, 0) 30%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}

[data-element-id] .homevisual .head .show\@sp .sub{
  font-size: 34px;
}

.homevisual .head .sub:before,
.homevisual .head .sub:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #e62b17;
  -webkit-box-shadow: 0px 0px 0px 2px white;
  box-shadow: 0px 0px 0px 2px white;
  position: absolute;
  top: 0;
}

.homevisual .head .sub:before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: -5%;
}

.homevisual .head .sub:after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  right: -5%;
}

@media(max-width:1024px) {
  .homevisual .head {
    font-size: 32px;
  }

  .homevisual .head .sub {
    font-size: 50px;
  }
}

@media (max-width: 599px) {
  .homevisual {
    height:calc(100vh - 80px);
    max-height: 100vh;
  }

  .homevisual .img {
    height: 100%;
  }

  .homevisual .head {
    width: 95%;
    font-size: 22px;
  }

  .homevisual .head .sub {
    font-size: 34px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  overflow: hidden;
  position: relative;
}

.mainimg img {
  width: 100%;
}

.uk-slidenav-position {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  height: 100% !important;
}

/* .uk-slidenav-position:after {
  content: "";
  display: block;
  padding-top: 50%;
} */

.uk-slideshow {
  height: 100% !important;
  position: absolute;
  top: 0;
}

.uk-slideshow li {
  height: 100% !important;
}

.uk-slideshow .uk-flex {
  height: 100%;
}

.uk-slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /*IE対策*/
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  font-size: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/* index-news-area */
.index-news-area .meta{
  flex-wrap: nowrap;
}

.index-news-area .cate{
      max-width: 200px;
}

.index-news-area .more {
    margin-left: 20px;
}

.news-list .listbox {
  padding-bottom: 30px;
  border-bottom: solid 2px #dadada;
}

.news-list .listbox .item {
  padding: 15px 40px;
}

.news-list .listbox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}

.news-list .listbox .item a .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 18px;
}

[data-element-id] .news-list .listbox .item a .meta{
  width: 30%;
}

[data-element-id] .news-list .listbox .item a .cate{
  width: 30%;
}

[data-element-id] .news-list .listbox .item a .date{
  width: 50%;
}

@media(max-width:599px) {
  .index-news-area .meta{
      flex-wrap: wrap;
  }
  
  .index-news-area .cate {
    max-width: none;
}

.index-news-area .more {
    margin-left: auto;
    margin-top: 5px;
}

  .news-list .listbox .item {
    padding: 15px 10px;
  }

  .news-list .listbox .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* index-greentings-area */
.greetings-list .content .balloon {
  min-height: 200px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgb(127 127 127 / 50%));
  filter: drop-shadow(0 0 5px rgb(127 127 127 / 50%));
  position: relative;
}

.greetings-list .content .balloon::before {
  content: "";
  width: 50px;
  height: 20px;
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 0;
  border-right: 50px solid #fff;
  border-style: solid;
  position: absolute;
  top: 15%;
  left: -40px;
}

@media(max-width:599px) {
  .greetings-list .content .balloon {
    padding: 20px;
  }

  .greetings-list .content .balloon::before {
    width: 30px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -20px;
    left: 20%;
  }
}

/* index-strength-area */
.strength-list .listbox .item .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 30px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  background: var(--color02);
  height: fit-content;
}

[data-element-id] .strength-list .listbox .item .show\@sp .num{
  margin-bottom: 0;
    margin-right: 10px;
    padding: 8px 15px 8px;
    font-size: 14px;
}

.strength-list .listbox .item+.item {
  margin-top: 50px;
}

.strength-list .listbox.type02 .item+.item {
  margin-top: 0;
}

.strength-list .listbox.type02 .item .item-inner {
  height: 100%;
}

@media(max-width:599px) {
  .strength-list .listbox .item+.item {
    margin-top: 30px;
  }

  .strength-list .listbox .item .num {
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px 15px 8px;
    font-size: 14px;
    /* border-radius: 5px; */
  }
}

/* index-door-area */
.door-list .listbox .item {
  padding: 40px 0 0 40px;
  position: relative;
}

.door-list .listbox .item+.item {
  margin-top: 10px;
}

.door-list .listbox .item .item-inner {
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.door-list .listbox .item .item-inner .deco {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.door-list .listbox .item .item-inner .deco img {
  width: 120px;
}

@media(max-width:599px) {
  .door-list .listbox .item {
    padding: 0;
  }

  .door-list .listbox .item+.item {
    margin-top: 30px;
  }

  .door-list .listbox .item .item-inner {
    padding: 30px 20px;
  }
}

/* index-menu-area */
.index-menu-area .menu-list .listbox .item .tit {
  font-weight: 500;
  text-align: center;
  background: #fff;
}

/* index-works-area */
.works-list .listbox .item a:hover {
  opacity: 1;
}

.works-list .listbox .item a .item-inner {
  padding: 20px 20px 70px;
  position: relative;
}

.works-list .listbox .item a .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.works-list .listbox .item a:hover .img img {
  scale: 1.2;
}

.works-list .listbox .item a .item-inner .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* index-blog-area */
.index-blog-area.ニュース {
  display: none;
}

.blog-list .item:nth-of-type(4) {
  display: none;
}

.blog-list .item a .item-inner {
  height: 100%;
  padding: 10px 10px 55px;
  border: 1px solid var(--color01);
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.blog-list .item a .item-inner .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media(max-width:599px) {
  .blog-list .item:nth-of-type(4) {
    display: block;
  }
}

/* index-banner-area */
.banner-list .attention-box {
  padding: 30px;
  border: 1px solid #000;
}

.banner-list .listbox .item a {
  position: relative;
}

.banner-list .listbox .item a .tit {
  width: 100%;
  padding: 10px;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  background: rgb(0 0 0 / 60%);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media(max-width:1024px) {
  .banner-list .listbox .item a .tit {
    font-size: 19px;
    letter-spacing: 0;
  }
}

@media(max-width:599px) {
  .banner-list .attention-box {
    padding: 20px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  min-height: 200px;
  max-height: 400px;
  position: relative;
}

.topvisual .img:before {
  content: "";
  display: block;
  padding-top: 30%;
  position: relative;
  z-index: -1;
}

.topvisual .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

.topvisual .head {
  width: 90%;
  max-width: 1000px;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute !important;
  top: 50%;
  left: 50%;
}

[data-element-id] .topvisual .head.show\@sp {
    max-width: 375px;
    font-size: 24px;
    top: 80%;
}

@media (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color03);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  margin-right: 20px;
  position: relative;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.pagenation .next {
  margin-left: 20px;
  position: relative;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation a, .pagenation .now {
    width: 40px;
    height: 40px;
    display: block;
    padding: 2px 8px;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 0px;
}

.pagenation a:hover,
.pagenation .now {
  color: #fff;
  background: var(--color01);
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/

/* 02company */
.flow-list .item+.item {
  margin-top: 30px;
  position: relative;
}

.flow-list .item+.item::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 10px solid var(--color02);
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: -30px;
    left: 15%;
}

.flow-list .item .item-inner {
  padding: 30px;
  background: var(--color05);
}

.flow-list .item .item-inner .titbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.flow-list .item .item-inner .show\@sp {
  width: 100%;
}

.flow-list .item .item-inner .titbox .num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-family: var(--ff99);
  font-size: 40px;
  color: var(--color01);
  line-height: 1;
}

@media(max-width:599px) {
  .flow-list .item .item-inner {
    padding: 20px;
  }

  .flow-list .item .item-inner .imgbox {
    margin-top: 10px;
  }

  .flow-list .item .item-inner .txtbox {
    margin-top: 10px;
  }

  .flow-list .item+.item::before {
    left: 48%;
  }
}

/* 05door */
.door-table .table-wrap {
  overflow-x: scroll;
}

.door-table.type04 .table-wrap {
    overflow-x: unset;
}

.door-table .table-wrap table {
  width: 2000px;
  border: 2px solid #ccc;
  border-bottom: none;
  background: #fff;
}

.door-table.type04 .table-wrap table{
  width: 100%;
}

.door-table .table-wrap table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ccc;
}

.door-table .table-wrap table tr:first-child {
  color: #fff;
  background: #8b8b8b;
}

.door-table .table-wrap table tr>* {
  width: calc((100% - 100px) / 8);
  padding: 10px;
  font-size: 16px;
  border-right: 2px solid #ccc;
}

.door-table.type04 .table-wrap table tr>* {
    width: calc((100% - 260px) / 2);
}

.door-table .table-wrap table tr>*:last-child {
  border-right: none;
}

.door-table .table-wrap table th.row {
  width: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ddf1cc;
  position: -webkit-sticky;
  position: sticky;
  position: sticky;
  left: 0;
}

[data-element-id] .door-table .table-wrap table th.row{
  flex-direction: column;
}

.door-table.type04 .table-wrap table th.row{
  width: 260px;
}

.door-table .table-wrap table tr:first-of-type th.row {
  background: #afafaf;
}

.attention-list .listbox .item {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.attention-list .listbox .item .tit::before {
  content: "\f071";
  margin-right: 10px;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 120%;
  color: var(--color01);
}

@media(max-width:1024px){
  .door-table.type04 .table-wrap table th.row {
    width: 220px;
}

.door-table.type04 .table-wrap table tr>* {
    width: calc((100% - 220px) / 2);
}
}

@media(max-width:599px) {
  .attention-list .listbox .item {
    padding: 20px 15px;
  }
  
 .door-table.type04 .table-wrap table th.row {
    width: 100px;
    padding: 10px 5px;
    font-size: 15px;
    letter-spacing: -1px;
}

.door-table.type04 .table-wrap table tr>* {
    width: calc((100% - 100px) / 2);
    letter-spacing: 0;
    font-size: 15px;
}
}

/* 12search */
.search-ex {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: var(--color01);
}

#feas-searchform-4 {
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}

.search-word,
.search-price,
.search-mekar,
.search-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 5px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

#feas-searchform-4 .title {
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#feas-searchform-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#feas-searchform-4 input[type=text] {
  width: 300px;
  height: 35px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  outline: none;
  border: 2px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#feas-searchform-4 input[type="radio"],
#feas-searchform-4 input[type="checkbox"] {
  display: none;
}

#feas-searchform-4 input[type="radio"]+label,
#feas-searchform-4 input[type="checkbox"]+label {
  margin-right: 20px;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 200%;
  position: relative;
}

#feas-searchform-4 input[type="radio"]+label::before,
#feas-searchform-4 input[type="checkbox"]+label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ddd;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}

#feas-searchform-4 input[type="radio"]:checked+label::after,
#feas-searchform-4 input[type="checkbox"]:checked+label::after {
  content: "\f00c";
  display: block;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: var(--color03);
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 4px;
}

#feas-submit-button-4 {
  display: block;
  margin: 25px auto 0 !important;
  padding: 15px 50px;
  font-weight: 500;
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid var(--color01);
  border-radius: 5px;
  background: var(--color01);
  -webkit-box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#feas-submit-button-4:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}

.reseteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
  position: absolute;
  bottom: 10px;
  right: -10px;
}

.reseteria .reset_btn {
  display: inline-block;
  padding: 5px 35px;
  font-size: 15px;
  color: #7c7c7c;
  position: relative;
}

.reseteria .reset_btn a::before {
  content: "\f2ed";
  margin-right: 5px;
  font-family: var(--ff99);
  font-weight: bold;
}

@media(max-width:599px) {
  .search-ex {
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}
      
  #feas-searchform-4 {
    padding: 20px;
  }

  .search-word,
  .search-price,
  .search-mekar,
  .search-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px 0;
  }

  #feas-searchform-4 .title {
    width: 100%;
  }

  #feas-searchform-4 .content {
    width: 100%;
  }

#feas-searchform-4 .content.type02{
  flex-direction: column;
}

  .reseteria {
    margin-top: 15px;
    line-height: 1;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* 13article 記事一覧ページ */
.list-article .item a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: var(--color05);
  position: relative;
}

.list-article.type02 .item a {
  background: #fff;
}

.voice01 .list-article .item a {
  padding: 15px;
  height: 100%;
}

.works01 .list-article .item a {
  padding: 0px;
}

.search01 .list-article .item a {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  height: 100%;
}

.search01 .list-article .item .img img{
  max-height: 200px;
  width: auto;
}

.list-article .item+.item {
  margin-top: 30px;
}

.voice01 .list-article .item+.item {
  margin-top: 0;
}

.works01 .list-article .item+.item {
  margin-top: 0;
}

.search01 .list-article .item+.item {
  margin-top: 0;
}

.works01 .list-article .item .blocktxt {
  padding: 10px 10px 20px;
}

.list-article .item a .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.voice01 .list-article .item a .more,.blog01 .list-article .item a .more {
  position: relative;
  bottom: auto;
  right: auto;
}

/* 記事詳細ページ */
.articledtl01 .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0.5em 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}

.articledtl01 .txt h2::first-letter {
  color: var(--color01);
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-left: solid 10px var(--color07);
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: dotted 2px var(--color01);
}

.articledtl01 .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.articledtl01 .txt ul li::before {
  content: "■";
  color: var(--color01);
}

.articledtl01 .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .txt ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: bold;
  font-size: 120%;
  color: var(--color01);
}

.articledtl01 iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;

  aspect-ratio: 16 / 9;
}

/* dtl-search */
.articledtl01 .serch-img .thub-box .ttl {
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: var(--color01);
}

.articledtl01 .serch-img .thub-box .item .item-inner {
  position: relative;
}

.articledtl01 .serch-img .thub-box .tit {
  width: 100%;
  padding: 10px 5px;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.articledtl01 .serch-item-info {
  border: 2px solid #ccc;
}

.articledtl01 .serch-item-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
}

.articledtl01 .serch-item-info .item:last-child {
  border-bottom: none;
}

.articledtl01 .serch-item-info .item dt,
.articledtl01 .serch-item-info .item dd {
  padding: 10px;
}

.articledtl01 .serch-item-info .item dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: var(--color02);
}

.articledtl01 .serch-item-info .item dd {
  width: 100%;
  background: var(--color05);
}

.articledtl01 .serch-item-info .item div dd:not(:last-child) {
  border-bottom: 2px solid #fff;
}

.articledtl01 .serch-item-info .item dt+* {
  width: 100%;
}

.articledtl01 .serch-item-price {
  border: 2px solid #ccc;
}

.articledtl01 .serch-item-price dt {
  padding: 10px;
  background: #ccc;
}

.articledtl01 .serch-item-price dd {
  padding: 10px;
}

/* dtl-voice */
.voice-info .item+.item {
  margin-top: 20px;
}

.voice-info .item .tit {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: var(--color01);
}

.voice-info .item .txt {
  padding: 10px;
  background: var(--color06);
}

.ans-box-wrap .ans-box+.ans-box {
  margin-top: 30px;
}

.ans-box-wrap .ans-box .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  color: var(--color01);
  line-height: 1.5;

  gap: 10px;
}

.ans-box-wrap .ans-box .q .num {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  border-radius: 5px;
  background: var(--color01);
}

@media(max-width:599px) {
  .ans-box-wrap .ans-box .q {
    font-size: 20px;
  }
}

/* dtl-works */
.articledtl01 .works-img .before-box,
.articledtl01 .works-img .after-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.articledtl01 .works-img .before-box::before {
  content: "BEFORE";
  font-weight: 800;
  font-size: 24px;
  color: var(--color02);
  position: absolute;
  top: -50px;
  z-index: 2;
}

.articledtl01 .works-img .before-box::after {
  content: "\f0da";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -28px;
}

.articledtl01 .works-img .after-box::before {
  content: "AFTER";
  font-weight: 800;
  font-size: 24px;
  color: var(--color01);
  position: absolute;
  top: -50px;
  z-index: 2;
}

.articledtl01 .add-txt-box {
  margin-top: 20px;
  padding: 20px;
  background: var(--color05);
}

.articledtl01 .voice-box {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid var(--color01);
  border-radius: 10px;
  position: relative;
}

.articledtl01 .voice-box .tit {
  padding: 0 10px;
  font-weight: 500;
  color: var(--color01);
  background: #fff;
  position: absolute;
  top: -20px;
  left: 20px;
}

.articledtl01 .voice-box .tit::after {
  content: "\f075";
  margin-left: 10px;
  font-family: var(--ff99);
  font-size: 150%;
  line-height: 1;
}

@media(max-width:599px) {
  .articledtl01 .works-img .before-box::after {
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
    top: auto;
    bottom: -55px;
    right: 50%;
  }

  .articledtl01 .works-img .before-box::before {
    font-size: 20px;
    top: auto;
    bottom: 0;
    right: -30px;
  }

  .articledtl01 .works-img .after-box::before {
    font-size: 26px;
    top: auto;
    bottom: 0;
    left: -30px;
  }
}

/* よくある質問 */
.faq-area .faqlist .item>* {
  overflow: hidden;
  border-radius: 10px;
}

.faq-area .faqlist .item .datattl {
  padding: 20px 60px 20px 30px;
  background: #fff;
  position: relative;
}

.faq-area .faqlist .item .datattl::before,
.faq-area .faqlist .item .datattl::after {
  content: "";
  width: 1em;
  height: 3px;
  display: block;
  border-radius: 5px;
  background: var(--color01);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.faq-area .faqlist .item .datattl::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.faq-area .faqlist .item .datattl.is-parent::after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.faq-area .faqlist .item .datattl .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  font-weight: 600;
  font-size: 18px;
}

.faq-area .faqlist .item .datattl .q {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 24px;
  position: relative;
}

.faq-area .faqlist .item .datattl .q>* {
  color: var(--color01);
  position: relative;
  z-index: 2;
}

.faq-area .faqlist .item .data {
  display: none;
  padding: 15px 30px;
  color: #fff;
  background: var(--color01);
}

[data-element-id] .faq-area .faqlist .item .data{
  display: block !important;
}

.faq-area .faqlist .item .data .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}

.faq-area .faqlist .item .data .a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  font-weight: 600;
  font-size: 24px;
}

.faq-area .sort-btn-box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  background: var(--gradient-color01);
}

@media (max-width:599px) {
  .faq-area .faqlist .item .datattl {
    padding: 20px 40px 20px 15px;
  }

  .faq-area .faqlist .item .datattl::before,
  .faq-area .faqlist .item .datattl::after {
    right: 15px;
  }

  .faq-area .faqlist .item .datattl .q {
    margin-right: 10px;
  }

  .faq-area .faqlist .item .datattl .txt {
    font-size: 16px;
  }

  .faq-area .faqlist .item .data {
    padding: 20px 15px 20px 15px;
  }

  .faq-area .sort-btn-box .item a {
    font-size: 18px;
  }

  .faq-area .faqlist .item .data .a {
    margin-right: 10px;
  }
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
  padding: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.list-gallery01 .cate {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form-box .tel {
  font-family: var(--ff03);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 5px;
}

.form-box .conceptlist .item .box {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color04);
}

.form-box .tel .sml {
  font-size: 80%;
}

.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  padding: 20px 0;
}

.form .datattl {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: baseline;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6em;
  border-radius: 3px;
  background: var(--color01);
}

.form .any {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6em;
  border-radius: 3px;
  background: #7c7c7c;
}

.form .data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

.form .data .type02 {
    width: 50%;
    max-width: 300px;
    flex-wrap: nowrap;
    gap: 10px;
        display: flex;
    align-items: baseline;
}

.form .data .type03 {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.form .data>*{
  width: 100%;
}

.uk-text-danger {
    font-size: 14px;
    line-height: 1.3;
}

.form .data input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}

.form .data input[type="radio"],
.form .data input[type="checkbox"] {
  display: none;
}

.form .data input[type="radio"]+label,
.form .data input[type="checkbox"]+label {
  margin-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 200%;
  position: relative;
}

.form .data input[type="radio"]+label::before,
.form .data input[type="checkbox"]+label::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid #444;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}

.form .data input[type="radio"]:checked+label::after,
.form .data input[type="checkbox"]:checked+label::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #444;
  position: absolute;
  top: 13px;
  left: 3px;
}

.form .data input[type="radio"]:checked+label,
.form .data input[type="checkbox"]:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type="number"] {
  width: 70px;
  margin-right: 10px;
}

.form .data select {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid #999;
}

.form .data textarea {
  width: 100%;
  height: 170px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 1px solid #ccc;
}

.form .data01 div {
  display: inline-block;
}

.form .btnbox .btn-cmn-01.min {
  min-width: 220px;
  max-width: 220px;
}

@media (max-width: 1024px) {
  .form-box .tel {
    font-size: 36px;
  }

  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    margin-bottom: 10px;
    margin-right: 30px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .form-box .tel {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .form .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form .datattl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
  }

  .form .require {
    padding: 2px 10px 3px;
    font-size: 12px;
  }

  .form .btnbox .btn-cmn-01.min {
    min-width: 180px;
    max-width: 180px;
  }
}

/* プライバシー */
.privacy-area {
  font-size: 15px;
  letter-spacing: 0;
}

.privacy-area .privacy-list {
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  background: #fff;
  border: 2px solid #ccc;
}

.privacy-area .p-box {
  margin-bottom: 50px;
}

.privacy-area .p-box .tit {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 120%;
  color: var(--color01);
}

.privacy-area .p-box ul li {
  margin-top: 10px;
  padding-left: 1.4em;
  position: relative;
}

.privacy-area .p-box ul li::before {
  content: "■";
  margin-right: 5px;
  color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-area .p-box>ol>li {
  list-style-type: none;
  counter-increment: cnt;
  margin-top: 20px;
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}

.privacy-area .p-box>ol>li::before {
  content: ""counter(cnt) ".";
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* 特定商取引法 */
.syouhou_table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  background-color: var(--color05);
}

.syouhou_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #fff;
}

.syouhou_table th {
  width: 30%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5em;
  font-weight: 500;
}

.syouhou_table td {
  width: 10%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.5em;
  font-weight: 400;
}

@media(max-width:599px) {
  .syouhou_table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .syouhou_table th {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: var(--color03);
  }

  .syouhou_table td {
    width: 100%;
    padding: 10px;
  }
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

.header .right .tel.a-pattern a{
  background: var(--color03);
}

.header .right .tel.b-pattern a{
  background: var(--color02);
  color: #fff;
  font-size: 16px;
}

[data-element-id] .header .right .tel.a-pattern a,[data-element-id] .header .right .tel.b-pattern a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: block;
}

.count-list-hide {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: relative;
}

/* campaign-banner-box */
.campaign-banner-box .banner a {
    position: relative;
    display: block;
    min-height: 200px;
    padding: 30px;
    border: 1px solid #fe8422;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    transition: .5s;
    transform: translate(-2px, -2px);
}

.campaign-banner-box .banner a:hover {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    opacity: 1;
    transform: translate(0px, 0px);
}

.campaign-banner-box .banner a .bgi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    filter: brightness(0.8);
}

.campaign-banner-box .banner a .txtbox{
  color: #fff;
}

.campaign-banner-box .banner a .txtbox .tit {
    background: var(--color01);
    color: #fff;
    padding: 20px;
    font-size: 26px;
    line-height: 1;
    width: calc(100% + 60px);
    margin: -30px -30px 20px -30px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}

.campaign-banner-box .banner a .txtbox .txt {
    font-size: 16px;
    line-height: 1.6;
}

.campaign-banner-box .banner a .txtbox .btn {
    background: var(--color01);
    color: #fff;
    width: fit-content;
    padding: 12px 20px 14px;
    line-height: 1;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 auto;
}

@media(max-width:1024px){
  .campaign-banner-box .banner a{
    padding: 20px;
  }
  
  .campaign-banner-box .banner a .txtbox .tit {
    width: calc(100% + 40px);
    margin: -20px -20px 20px -20px;
}
}

@media(max-width:599px){
  .campaign-banner-box .banner a .txtbox .tit {
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px;
}
}


.genkan{
  width: 70%;
}

.menu04 li{
  width: 40%;
  margin: 0 2rem 0;
}

.menu04 img, .genkan img{
  object-fit: contain !important;
}

.fz16{
  font-size: 16px;
  padding: 5px 0;
  text-align: left !important;
  padding: 10px 30px;
}

.fz20{
  font-size: 20px;
  padding: 5px 0;
}

.kuwashiku{
  padding-left: 85px;
    color: #0a56a7;
}

.gaiso-more{
  padding-left: 40px;
    color: #0a56a7;
}

.niwa-more{
  color: #0a56a7;
    padding-left: 70px;
}

.naiso-more{
  padding-left: 80px;
    color: #0a56a7;
}

.mizu-more{
  color: #0a56a7;
    padding-left: 75px;
}

.soudan-box{
  background: #83704c;
    margin-top: 4rem;
    padding-bottom: 5rem;
}

.soudan-box h3{
  text-align: center;
    color: #fff;
    padding-top: 2rem;
    font-size: 26px;
}

.w33{
  width: 33% !important;
  padding: 0 10px 0 10px !important;
}

.plan-tit{
  background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
    font-size: 16px;
    font-weight: bold;
}

.sodan-p{
  background: #fff;
    font-size: 15px;
    padding: 0 15px 20px;
}

.sodan-p02{
  background: #fff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

.sodan-p02 span{
  background: #dd820d;
    color: #fff;
    padding: 10px 13px;
    border-radius: 10px;
}



@media(max-width:1024px){
  .genkan {
    width: 100%;
}

.menu04 li {
    width: 50%;
    margin: 0 0rem 0;
}

.soudan-box .inner{
  max-width: 800px;
}
}


@media(max-width:599px){
.fz16 {
    font-size: 16px;
    text-align: left !important;
    padding: 10px 15px;
}

.kuwashiku {
    padding-left: 0;
}

.gaiso-more{
  padding-left: 0;
}

.niwa-more{
  padding-left: 0;
}

.naiso-more{
  padding-left: 0;
}

.mizu-more{
    padding-left: 0;
}

.w33 {
    width: 100% !important;
    margin-bottom: 1.5rem;
}

.sodan-p {
    margin-top: -1px;
}

.sodan-p02 {
    margin-top: -1px;
}

.soudan-box {
    background: #83704c;
    margin-top: 3rem;
    padding-bottom: 2rem;
}
}
