@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');

:root {
  --color000: #3d3c3a;
  --color00: #684f4f;
  --color01: #ad99ca;
  --color02: #f5a1a1;
  --color03: #685050;
  --color04: #e3d7d7;
  --color05: #fff3f3;
  --color06: #ffeeee;
  --color07: #583d10;
  --color08: #b9a9a9;
  --color09: #f2f2f2;
  --color10: rgb(255 255 255 / 80%);
  --gc01: linear-gradient(90deg, #cabddb, #f3d5df);
  --ff01: "Noto Serif JP", serif;
  --ff02: "Noto Sans JP", sans-serif;
  --ff03: "Dawning of a New Day", cursive;
  --ff04:"Klee One", cursive;
  --ff99: "font awesome 5 free";
  /* --shadow01: 1px 0 10px rgb(0 0 0 / 20%); */
}

html {
  font-family: var(--ff01);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color00);
  font-weight: 400;
}

[data-element-id] .up-fxsh-0{
  flex-shrink: 1;
}

@media(max-width:1024px) {
  html {
    letter-spacing: 0.2px;
  }
}

.txt {
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}

.txt02 {
  line-height: 1.8;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--ff02);
}

.txt03 {
  line-height: 1.8;
  font-weight: 500;
    font-size: 18px;
}

@media(max-width:1024px) {
  .txt {
    font-size: 15px;
  }
  
  .txt03 {
      font-size: 16px;
  }
}


.alt2 {
  display: none;
}

.up-z-20 {
  z-index: 20;
}

/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color01);
}

.color-cmn-02 {
  color: var(--color02);
}

.color-cmn-03 {
  color: var(--color03);
}

.color-cmn-04 {
  color: var(--color04);
}

.color-cmn-05 {
  color: var(--color05);
}

.bgc-cmn-01 {
  background: var(--color01);
}

.bgc-cmn-02 {
  background: var(--color02);
}

.bgc-cmn-03 {
  background: var(--color03);
}

.bgc-cmn-04 {
  background: var(--color04);
}

.bgc-cmn-05 {
  background: var(--color05);
}

.bgc-cmn-06 {
  background: var(--color06);
}

.bgc-cmn-10 {
  background: var(--color10);
}

.bgi-cmn-00 {
  position: relative;
}

.bgi-cmn-00 .bgi00 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color01);
}

.bgi-cmn-00 .bgi00 img {
  opacity: 0.5;
}

.bgi-cmn-00 .bgi00+.inner {
  z-index: 2;
  position: relative;
}

.bgi-cmn-01 {
  position: relative;
}

.bgi-cmn-01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/import/tenant_2/160.16.56.22/html/images/common/stone_00049.webp');
  /* background-size: contain; */
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  opacity: .4;
}

.bgi-cmn-01 * {
  position: relative;
  z-index: 2;
}

.bgi-cmn-double {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bgi-cmn-double+* {
  position: relative;
  z-index: 10;
}

.bgi-cmn-double .img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bgi-cmn-double .img.img01 {
  width: 60%;
  right: 0;
}

.bgi-cmn-double .img.img02 {
  width: 100%;
}

.bgi-cmn-double .img.img01 img {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.bgi-cmn-double .background {
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  position: absolute;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, white 40%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(70%, white), to(transparent));
  mask-image: linear-gradient(90deg, white 70%, transparent);
  z-index: 6;
}

@media(max-width:1024px) {
  .bgi-cmn-double .img.img01 {
    width: 40%;
  }

  .bgi-cmn-double .background {
    width: 80%;
  }
}

@media(max-width:599px) {
  .bgi-cmn-double+* {
    padding-bottom: 200px;
  }

  .bgi-cmn-double .img.img01 {
    width: 100%;
    height: 20%;
    min-height: 200px;
    top: auto;
    bottom: 0;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), to(transparent));
    -webkit-mask-image: linear-gradient(0deg, white 70%, transparent);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), to(transparent));
    mask-image: linear-gradient(0deg, white 70%, transparent);
  }

  .bgi-cmn-double .background {
    width: 100%;
    height: calc(100% - 130px);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, white 70%, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), to(transparent));
    mask-image: linear-gradient(180deg, white 70%, transparent);
    z-index: 6;
  }
}

/* font-cmn */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

.font-cmn-03 {
  font-family: var(--ff03);
}

/* 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;
}

.line-cmn-05 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* indent-cmn */
.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  position: relative;
  padding-left: 1.5em;
}

.indent-cmn-02::before {
  position: absolute;
  top: 0.55em;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color00);
  display: block;
}

.indent-cmn-03 {
  position: relative;
  padding-left: 1.5em;
}

.indent-cmn-03::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "\f058";
  font-family: var(--ff99);
  display: block;
  font-size: 120%;
}

/* btnbox */
.btnbox-cmn-01 {
  gap: 20px;
}

.btnbox-cmn-01 .btn-type-01 {
  width: calc((100% - 40px)/3);
}

.btnbox-cmn-01 .btn-type-01 a,
.btnbox-cmn-01 .btn-type-01 .a {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

@media(max-width:1024px) {
  .btnbox-cmn-01 {
    gap: 10px;
  }

  .btnbox-cmn-01 .btn-type-01 {
    width: calc((100% - 20px)/3);
  }

  .btnbox-cmn-01 .btn-type-01 a,
  .btnbox-cmn-01 .btn-type-01 .a {
    height: 100px;
    font-size: 16px;
    padding: 10px;
  }
}

@media(max-width:599px) {
  .btnbox-cmn-01 .btn-type-01 {
    width: 100%;
  }

  .btnbox-cmn-01 .btn-type-01 a,
  .btnbox-cmn-01 .btn-type-01 .a {
    height: 70px;
  }
}

/* 共通key */
.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

[data-element-id] .date{
  flex-shrink: 1;
}

.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.cate span {
  background: var(--color01);
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}

.logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.logo img {
  max-height: 60px;
}

@media(max-width:599px) {
  .cate span {
    font-size: 12px;
  }

  .map {
    padding-top: 70%;
  }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 180px;
  --section-large: 130px;
  --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);
  }
}

/* tab */

.tabItem {
  display: none;
}

[data-element-id].tabItem {
  display: block;
}

.tabItem.active {
  display: block;
}

.tabBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.tabBtn ul .tab_class {
  width: 49%;
  text-align: center;
  font-weight: 600;
}

.index-trouble-area .tab_class .btn-txt {
  border: 2px solid var(--color02);
  padding: 10px 20px;
  color: var(--color02);
  font-size: 20px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.index-trouble-area .tab_class.active .btn-txt {
  background: var(--color02);
  color: #fff;
}

.index-trouble-area .tab_class .btn-txt::before {
  content: "";
  background: var(--color02);
  display: block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  width: 30px;
  height: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

.tab_class.active .btn-txt::before {
  height: 13px;
  bottom: -13px;
}

.index-trouble-area .tab_class .btn-txt::after {
  content: "";
  background: var(--color02);
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.tab_class.active .btn-txt::after {
  opacity: 1;
}

@media(max-width:1024px) {
  .tab_class .btn-txt {
    font-size: 18px;
    padding: 10px;
  }
}

@media(max-width:599px) {
  .tabBtn ul {
    gap: 2px;
  }

  .tabBtn ul .tab_class {
    width: calc((100% - 6px) / 2);
  }

  .tab_class .btn-txt {
    font-size: 16px;
    padding: 10px;
    letter-spacing: 0px;
  }
}

/* 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;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-paint {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1.5s !important;
  transition: 1.5s !important;
  opacity: 1 !important;
}

.fead-paint.mv {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fead-cover {
  position: relative;
  opacity: 1;
}

.fead-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  background: var(--color02) !important;
}

.fead-cover.mv:before {
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  background: green;
  text-shadow: none;
  padding: 4px 0 0;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    font-family: var(--ff02);
}

[data-element-id] .show\@tb.indention {
    font-size: 10px;
    border: none;
    display: inline;
    width: 20px;
}

[data-element-id] .show\@tb.indention:after {
    content: "SP時改行";
    display: inline-block;
    width: 30px;
    letter-spacing: -1px;
}

[data-element-id] .show\@pc.indention {
    font-size: 10px;
    border: none;
    display: inline;
    width: 20px;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: inline-block;
  width: 30px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
}

[data-element-id] .show\@sp.indention {
    display: inline-block;
    border: none;
    width: 30px;
}

[data-element-id] .show\@sp:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    background: green;
    padding: 4px 0 0;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    font-family: var(--ff02);
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    font-size: 10px;
    padding: 4px 2px 5px;
}

@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-size-medium {
  font-size: 35px;
}

.ttl-size-medium.ja {
  font-size: 30px;
}

.ttl-size-small {
  font-size: 24px;
}

.ttl-size-xsmall {
  font-size: 18px;
}

@media (max-width: 599px) {
  .ttl-size-medium.ja {
    font-size: 24px;
    letter-spacing: 0px;
  }

  .ttl-size-small {
    font-size: 20px;
  }

  .ttl-size-xsmall {
    font-size: 19px;
    letter-spacing: 0;
  }
}

.sub-size-medium {
  font-size: 24px;
}

[data-element-id] .show\@sp .sub-size-medium{
  font-size: 20px
}

.sub-size-small {
  font-size: 22px;
}

[data-element-id] .show\@sp .sub-size-small{
  font-size: 19px;
}

.sub-size-xsmall {
  font-size: 20px;
}

@media(max-width:1024px) {
  .sub-size-medium {
    font-size: 22px;
  }

  .sub-size-small {
    font-size: 19px;
  }
}

@media(max-width:599px) {
  .sub-size-medium {
    font-size: 20px;
  }
}

/* 共通タイトルスタイル */
.ttl-cmn-00 {
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

[data-element-id] .show\@sp .ttl-cmn-00 {
    letter-spacing: 0px;
    font-size: 26px;
}

.ttl-cmn-00.-left {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ttl-cmn-00.min .ttl-inner {
  font-size: 28px;
}

.ttl-cmn-00.xmin .ttl-inner {
  font-size: 24px;
}

.ttl-cmn-00.white {
  color: #fff;
}

.ttl-cmn-00.-left .deco {
  margin: 10px auto 20px 0;
}

.ttl-cmn-00.white .deco {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.ttl-cmn-00 .en {
  color: var(--color03);
  font-family: var(--ff03);
  font-size: 80%;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}

.ttl-cmn-00.white .en {
  color: #fff;
}

.ttl-cmn-00.-left .en {
  margin: 0;
}

@media(max-width:1024px) {
  .ttl-cmn-00 {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .ttl-cmn-00.min .ttl-inner {
    font-size: 22px;
  }

  .ttl-cmn-00.xmin .ttl-inner {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-00 {
    letter-spacing: 0px;
    font-size: 26px;
  }

  .ttl-cmn-00.min .ttl-inner {
    font-size: 22px;
  }

  .ttl-cmn-00 .ttl-inner.type02::before {
    left: 0px;
  }

  .ttl-cmn-00 .ttl-inner.type02::after {
    right: 0px;
  }

  .ttl-cmn-00 .ttl-inner.type02 {
    padding: 0 13px;
  }
}

.ttl-cmn-01 {
  border-bottom: 4px solid var(--color02);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
}

@media(max-width:599px) {
  .ttl-cmn-01 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-text-orientation: initial;
    text-orientation: initial;
    font-size: 24px;
  }
}

.ttl-cmn-02 {
  border-left: 5px solid var(--color01);
  padding-left: .5em;
}

.ttl-cmn-02.-pink {
  border-color: var(--color02);
}

.ttl-cmn-03 {
  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;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ttl-cmn-03 .en {
  font-family: var(--ff03);
  font-size: 32px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-right: 50px;
}

.ttl-cmn-03 .ttl-inner {
  text-align: right;
  width: 100%;
}

@media(max-width:599px) {
  .ttl-cmn-03 .en {
    font-size: 28px;
  }

  .ttl-cmn-03.-sp-center .en {
    padding-right: 0;
  }

  .ttl-cmn-03.-sp-center .ttl-inner {
    text-align: center;
  }
}

.ttl-cmn-04 {
  border-bottom: 1px solid var(--color03);
  font-weight: 500;
  font-size: 110%;
  padding-bottom: 5px;
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-type
===================================*/
/* 共通ボタン１ */
.btn-type-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.btn-type-01 a,
.btn-type-01 button,
.btn-type-01 .a {
  display: block;
  padding: 8px 30px;
  color: #fff;
  background: var(--color02);
  text-align: center;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  max-width: 100%;
  line-height: 1;
  font-family: var(--ff02);
  font-weight: 400;
}

.con-area-btn .btn-type-01 a{
  font-size: 20px;
}

.btn-type-01.-purple a,
.btn-type-01.-purple button,
.btn-type-01.-purple .a {
  background: var(--color01)
}

.btn-type-01.radius a,
.btn-type-01.radius button,
.btn-type-01.radius .a {
  border-radius: 100px;
}


.btn-type-01.min .a,
.btn-type-01.min a {
  padding: 8px 30px 8px 20px;
}

.btn-type-01.type02 a,
.btn-type-01.type02 button,
.btn-type-01.type02 .a {
  border: 2px solid var(--color01);
  background: var(--color01);
}

.btn-type-01 a:hover,
a:hover .btn-type-01 .a,
.btn-type-01 button:hover {
  opacity: 1;
  /* color: var(--color00); */
}

.btn-type-01.type02 a:hover,
.btn-type-01.type02 button:hover,
a:hover .btn-type-01.type02 .a {
  border-color: var(--color03) !important;
}

.btn-type-01.min a,
.btn-type-01.min button,
.btn-type-01.min .a {
  min-width: 100px;
  padding: 12px 10px 12px;
}

.btn-type-01.medium a,
.btn-type-01.medium button,
.btn-type-01.medium .a {
  min-width: 180px;
  padding: 10px 30px;
}

.btn-type-01.large a,
.btn-type-01.large button,
.btn-type-01.large .a {
  min-width: 220px;
  padding: 15px 30px;
}

.btn-type-01.xlarge a .btn-inner-txt {
  min-width: 400px;
  font-size: 22px;
  padding: 24px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.btn-type-01 a:before,
.btn-type-01 button:before,
.btn-type-01 .a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: var(--color03);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1.21, 0);
  transform: scale(1.21, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btn-type-01.type02 a:before,
.btn-type-01.type02 button:before,
a:hover .btn-type-01.type02 .a:before {
  background: var(--color03);
}

.btn-type-01 a:hover:before,
.btn-type-01 button:hover:before,
a:hover .btn-type-01 .a:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1.21, 1.2);
  transform: scale(1.21, 1.2);
}

.btn-type-01 .btn-inner-txt {
  z-index: 2;
  position: relative;
}

.btn-type-01 a:hover {
  border-color: var(--color04);
}

@media(max-width:1024px) {
  .btn-type-01.xlarge a .btn-inner-txt {
    font-size: 20px;
    padding: 20px 50px;
  }
}

@media(max-width:599px) {

  .btn-type-01.medium a,
  .btn-type-01.medium button,
  .btn-type-01.medium .a {
    min-width: 150px;
  }

  .btn-type-01.min a,
  .btn-type-01.min button,
  .btn-type-01.min .a {
    padding: 10px 10px 10px;
    font-size: 12px;
  }

  .btn-type-01.xlarge a {
    padding: 0;
  }

  .btn-type-01.xlarge a .btn-inner-txt {
    font-size: 16px;
    padding: 20px 20px;
    min-width: 200px;
  }
}

/* box-type */
.box-type-01 .item+.item {
  margin-top: 50px;
}

.box-type-01 .leak-point-area .item+.item {
  margin-top: 0;
}

.box-type-01 .item-inner {
  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;
}

.box-type-01.-reverse .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.box-type-01.-reverse02 .item:nth-child(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.box-type-01 .leak-point-area .item .item-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-type-01 .item .tit-wrap.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 20px;
}

@media(max-width:599px) {
  .box-type-01 .item .tit-wrap.-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* section-deco */
.section-deco-01 {
  position: relative;
}

.section-deco-01 .inner {
  position: relative;
  z-index: 1;
}

@media(max-width:1024px) {
  .section-deco-01::before {
    height: 90%;
    min-height: 200px;
    max-height: 320px;
  }
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 10px;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 500;
  font-family: var(--ff02);
}

@media(max-width:1024px) {
  .pagettl {
    padding-right: 40px;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .hide-h1 .pagettl {
    height: 0;
    opacity: 0;
  }
}

/**
ヘッダー
header
*/
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background: #fff;
}

[data-element-id] .header{
  position: relative;
  top: auto;
  left: auto;
}

.header-common {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 42px;
}

[data-element-id] .header-common{
  padding-bottom: 20px;
}

[data-element-id] .header-common .up-d-flex{
  align-items: flex-start;
}

.header .logo img {
  max-height: 50px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[data-element-id] .header .right{
  flex-wrap: wrap;
}

[data-element-id] .gnav .wrap {
  align-items: flex-start;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

/* .header .right .tel a {
  background: var(--color02);
} */

.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.txt .tel a {
  display: inline;
}

.tel-icon:before {
  content: '';
  background-image: url('/import/tenant_2/160.16.56.22/html/images/icon/i-tel.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  display: block;
  aspect-ratio: 20 / 20;
}

.web-icon{
  position: relative;
  z-index: 2;
}

.web-icon:before {
  content: '';
  background-image: url('/import/tenant_2/160.16.56.22/html/images/icon/i-pc.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  display: block;
  aspect-ratio: 25 / 19;
}

.sp-icon:before {
  content: '';
  background-image: url('/import/tenant_2/160.16.56.22/html/images/icon/i-sp.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  display: block;
  aspect-ratio: 27 / 50;
}

.line-icon:before {
  content: '';
  background-image: url('/import/tenant_2/160.16.56.22/html/images/icon/line.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  display: block;
  aspect-ratio: 63 / 60;
}

.mail-icon:before {
  content: '';
  background-image: url('/import/tenant_2/160.16.56.22/html/images/icon/i-mail.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  display: block;
  aspect-ratio: 32 / 26;
}

.right-fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  right: -125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

[data-element-id] .right-fixed-btn {
    bottom: auto;
    right: auto;
    position: relative;
    width: fit-content;
    margin-left: auto;
}

.fix-contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.fix-contact-btn.type01 a:hover {
  opacity: 1;
}

.fix-contact-btn.type01 a img {
  -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.fix-contact-btn.type01 a:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.fix-contact-btn.type02 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .5s;
  transition: .5s;
}

.fix-contact-btn.type02:hover {
  -webkit-transform: translateX(-140px);
  transform: translateX(-140px);
  opacity: 1;
}

[data-element-id] .fix-contact-btn.type02:hover{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fix-contact-btn.type02 .activebox {
  background: var(--color04);
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .header {
    padding: 5px 0;
  }

  .header .logo img {
    max-height: 40px;
  }

  .header .right .fix-bottom {
    display: none;
  }

  .fix-contact-btn.type02 .icon {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .fix-contact-btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-fixed-btn {
    display: none;
  }
}

@media(max-width:599px) {
  .fix-contact-btn.type02 {
    display: block;
  }

  .fix-contact-btn a {
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
    border: 4px solid var(--color02);
    border-right: 4px solid var(--color02);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


/* 下部固定コンテンツ */
.fix-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.transbtn-box .fix-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
  width: auto;
}

.fix-bottom .btn.telbtn {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));
  text-shadow: 0 0 5px #8d949e;
}

.fix-bottom .btn.telbtn a {
  background: rgb(255 255 255 / 5%);
}

.transbtn-box .fix-bottom a .hide-txt {
  display: none;
}

.transbtn-box .fix-bottom .btn.contact a {
  min-width: unset;
  padding: 10px 10px 8px;
}

.transbtn-box .fix-bottom .btn.contact a::after {
  content: "\f0e0";
  color: #fff;
  font-family: var(--ff99);
  font-weight: bold;
  z-index: 2;
  font-size: 24px;
  position: relative;
  right: auto;
  text-align: start;
  -webkit-transform: none;
  transform: none;
  line-height: 1;
  letter-spacing: 0;
}

.fix-bottom .btn a {
  background: var(--color01);
  color: #fff;
  padding: 5px 5px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0px;
  min-width: 135px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  border: none;
  min-height: 50px;
  min-height: 40px;
  font-family: var(--ff02);
}

.fix-bottom .btn .abtest-a a{
  background:var(--color02);
}

.fix-bottom .btn .abtest-b a{
  background: #a6f7d4;
}

.fix-bottom .btn.line {
  display: none;
}

[data-element-id] .fix-bottom .btn.line {
  display: block;
}

.fix-bottom .btn.line,
.fix-bottom .btn.line a {
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: unset;
}

.fix-bottom .btn-inner-txt {
  margin-left: 8px;
  border-left: 1px solid #fff;
  padding-left: 8px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 5px;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10px);
    -webkit-transform: none;
    transform: none;
    gap: 5px;
  }

  .fix-bottom>* {
    width: 50%;
  }

  .fix-bottom .btn.line {
    display: block;
  }

  .fix-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .btn-type-01.medium a {
    min-width: 200px;
    padding: 15px 30px;
  }

  .fix-bottom .btn.telbtn {
    -webkit-filter: none;
    filter: none;
    text-shadow: none;
  }

  .fix-bottom .btn.telbtn a {
    background: rgb(230 230 230);
  }
}

@media(max-width:599px) {
  .btn-type-01.medium a {
    /* min-width: 160px; */
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-elemnt-id].gnav .wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
}

.gnav .navlogo img {
  max-height: 60px;
  mix-blend-mode: darken;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

[data-element-id] .gnav .list01{
  align-items: flex-start;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
  position: relative;
  font-weight: 500;
  font-family: var(--ff02);
  font-size: 13px;
}

.gnav .item01>a:hover,
.gnav .item01 .itemin:hover {
  opacity: 1;
}

.gnav .item01>a::before,
.gnav .item01 .itemin::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color01);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav .item01>a:hover::before,
.gnav .item01 .itemin:hover::before {
  width: 100%;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .list02 {
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  visibility: hidden;
  min-width: 200px;
  width: 50vw;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 12px;
  pointer-events: none;
  transition: all .6s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-element-id] .gnav .list02 {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    width: fit-content;
    min-width: 650px;
  pointer-events: auto;
  opacity: 1;
}

.gnav .list02 .list02-inner {
  background: var(--color05);
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 8px solid var(--color08);
}

.gnav .list02 .list02-inner .list02box {
  padding: 10px 20px;
}

.gnav .list02 .list02-inner .item02-wrap.type02 {
  webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.gnav .list02 .list02-inner .list02box:first-of-type {
  border-right: 1px dashed var(--color08);
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02 .tit {
  text-align: left;
  font-weight: 500;
  color: var(--color02);
  margin-bottom: 10px;
}

.gnav .list02 .tit::before {
  content: "〉";
  font-family: var(--ff02);
}

.gnav .item02 {
  margin-bottom: 10px;
}

.gnav .item02 a {
  display: block;
  text-align: left;
  -webkit-transition: 0s;
  transition: 0s;
  font-family: var(--ff02);
  font-size: 14px;
}

.gnav .item02 a::before {
  content: "・";
}

.gnav .contact-btn a {
  background: var(--color01);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}

.gnav .tel-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  color: var(--color02);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

@media (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: var(--color05);
    -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);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 20;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }

  .drawer-active .gnav {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }

  .gnav .item01 {
    width: 100%;
    text-align: left;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    font-size: 15px;
  }

  .gnav .list01 {
    gap: 10px;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }

  .gnav .list02 .list02-inner {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gnav .list02 .list02-inner .list02box {
    padding: 10px 0 0 10px;
  }

  .gnav .list02 .list02-inner .list02box:first-of-type {
    border-right: none;
    width: 100%;
  }

  .gnav .list02 .list02-inner .item02-wrap.type02 {
    webkit-column-count: 1;
    -moz-column-count: 2;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 15px;
    font-weight: 500;
  }

  .sp-service-link {
    display: block;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: unset;
  }

  .gnav .wrap {
    padding: 30px 10px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: absolute !important;
  top: 5px;
  right: 5px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: var(--color01);
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:first-of-type {
  top: calc(50% - 10px);
}

.toggle .bar:last-of-type {
  top: calc(50% + 10px);
}

.drawer-active .toggle .bar {
  margin-top: 0;
}

.drawer-active .toggle .bar:first-of-type {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 50%;
}

.drawer-active .toggle .bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-active .toggle .bar:last-of-type {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 50%;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}

body.drawer-active {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* 
.drawer-active:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

*/

@media(max-width:1024px){
  .drawer-active .header .left,
.drawer-active .header .pagettl,
.drawer-active main,
.drawer-active footer {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 25px;
  background: url('/import/tenant_2/160.16.56.22/html/images/page_up.webp') no-repeat;
  background-size: contain;
  aspect-ratio: 25/23;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 70px;
  }
}

/**
フッター
footer
*/

#footer {
  padding: 100px 0 0;
  position: relative;
  z-index: 18;
}

#footer::after {
  content: "";
  display: block;
  background-image: url('/import/tenant_2/160.16.56.22/html/images/common/315219683.webp');
  aspect-ratio: 2000 / 766;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  max-height: 100%;
}

#footer .footer-common {
  z-index: 2;
  position: relative;
}

.footer .copy {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  background: var(--color00);
  color: #fff;
  padding: 10px;
}

.finfo .mapbox {
  background: var(--color05);
}

.finfo .logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.finfo .logobox .logo {
  width: 300px;
  mix-blend-mode: darken;
}

.finfo .logobox .snsbox {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.finfo .logobox .snsbox a{
    scale: .9;
    display: block;
}

.finfo .logobox .snsbox a:hover {
    opacity: 1;
    scale: 1;
}

.finfo .mapbox .map {
  overflow: hidden;
  padding-top: 30%;
  position: relative;
}

.cmn-timebox {
  border-bottom: 1px solid var(--color04);
}

.cmn-timebox dl {
  border-top: 1px solid var(--color04);
}

.cmn-timebox dl>* {
  padding: 10px 5px;
  text-align: center;
  font-weight: 500;
}

.cmn-timebox dl dt {
  width: 150px;
}

.cmn-timebox dl dd {
  width: calc((100% - 150px)/8);
}

.cmn-timebox dl:last-of-type dd {
  color: var(--color02);
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav .wrap .list01-box.type01 dd {
  webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.fnav .wrap .list01-box.type02 dd .boxitem02 .subbox {
  webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.fnav .wrap .list01-box.type02 dd .title {
  color: var(--color02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0px 0 10px;
  font-weight: 500;
}

.fnav .wrap .list01-box.type02 dd .title::before {
  content: "〉";
  font-size: 80%;
  padding-bottom: translateY(-1px);
}

.content .btnbox .btn,
.content .btnbox .btn a {
  width: 100%;
  font-size: 18px;
}

.content .btnbox .btn a {
  padding: 15px 30px;
}

.btn.contact a:after {
  content: none;
}

.btn.contact a:hover {
  background: transparent;
  border-color: #d99b00;
}

.btn.contact a:hover::before {
  background: #d99b00;
}

.btn .btn-inner::before {
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  left: 10px;
  z-index: 2;
}

.fnav .list01-box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 10px;
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  min-width: 130px;
  padding-right: 20px;
  color: var(--color02);
  font-size: 110%;
}

.fnav .item {
  margin-bottom: 10px;
}

.fnav .item a {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1.3;
  font-size: 15px;
  font-family: var(--ff02);
}

@media (max-width: 1024px) {
  .footer .copy {
    padding: 10px 10px 55px;
  }

  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .cmn-timebox dl dt {
    width: 100px;
  }

  .cmn-timebox dl dd {
    width: calc((100% - 100px)/8);
  }

  .cmn-timebox dl>* {
    font-size: 14px;
  }
}

@media (max-width: 599px) {

  #footer::after {
    bottom: 60px;
  }

  .finfo .logobox {
    padding: 20px 40px 20px 20px;
  }


  .finfo .logobox .logo {
    width: 220px;
  }

  .finfo .mapbox .map {
    padding-top: 80%;
  }

  .finfo .tel a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fnav .wrap .list01-box.type02 dd .boxitem01 .subbox {
    webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-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 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list+.list {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side .list {
    width: 49%;
  }

  .side .list+.list {
    margin-top: 0;
  }

  .side .list:nth-of-type(3) {
    margin-top: 20px;
    width: 100%;
  }

  .side .list.type-archive:nth-of-type(3) .datawrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .side .list.type-archive:nth-of-type(3) .datawrap .data {
    width: calc((100% - 25px) / 6);
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }

  .side .list+.list {
    margin-top: 30px;
  }

  /* .side .list.type-archive:nth-of-type(3) .datawrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  } */

  .side .list.type-archive:nth-of-type(3) .datawrap .data {
    width: calc((100% - 5px) / 2);
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 5px;
  padding: 15px;
  background: var(--color02);
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.list-side .data {
  margin-bottom: 5px;
}

.list-side a {
  position: relative;
  display: block;
  padding: 8px 10px 8px 30px;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.list-side a:hover {
  background: var(--color01);
  opacity: 1;
  color: #fff;
}

.list-side a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  color: var(--color02);
  content: '●';
  font-size: 10px;
}

.list-side a:hover:before {
  color: #fff;
}

@media (max-width: 1024px) {
  .side.type02 .list {
    width: 100%;
  }

  .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: calc((100% - 5px)/2);
  }
}

@media(max-width:599px) {
  .side.type02 .list-side.type-archive .datawrap .data {
    width: 100%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  height: calc(90vh - 80px);
  background: url('/import/tenant_2/160.16.56.22/html/images/common/mv_bgi.webp') no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homevisual::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
}

[data-element-id] .homevisual{
  flex-wrap: wrap;
}

[data-element-id] .homevisual::before{
  content: none;
}

.homevisual .deco {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 390px;
  min-width: 200px;
  width: 30%;
  opacity: 0.5;
}

.homevisual .mv-left-box {
  width: 56%;
  height: 100%;
  position: relative;
  margin-right: 5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[data-element-id] .homevisual .mv-left-box {
    overflow-x: scroll;
    border: 5px solid var(--color00);
    padding: 20px;
    background: #0000007a;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}

[data-element-id] .homevisual .mv-left-box::before {
    content: "横にスクロールすると他の画像も変更可能です（①→②→③の順で並べてください）";
    background: var(--color00);
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: -20px -20px 20px -20px;
    font-family: var(--ff02);
    padding-bottom: 4px;
    position: sticky;
    top: -20px;
    left: -20px;
}

[data-element-id] .homevisual .mv-left-box .mv-slick-left{
  width: 100%;
  display: flex;
  height: 100%;
}

[data-element-id] .homevisual .mv-left-box .img {
    position: relative;
    height: 100%;
    min-width: 40vw;
}

.mv-right-box {
  width: 25%;
  height: 70%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: calc(50% - 500px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

[data-element-id] .mv-right-box {
    overflow-x: scroll;
    border: 5px solid var(--color00);
    padding: 20px;
    background: #0000007a;
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

[data-element-id] .mv-right-box::before {
    content: "横にスクロールすると他の画像も変更可能です（②→③→①の順で並べてください）";
    background: var(--color00);
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: -20px -20px 20px -20px;
    font-family: var(--ff02);
    padding-bottom: 4px;
    position: sticky;
    top: -20px;
    left: -20px;
}

[data-element-id] .mv-slick-right {
    width: 55vw;
    max-width: 700px;
    height: 100%;
    display: flex;
}

.homevisual .slick-slider,
.homevisual .slick-list,
.homevisual .slick-track,
.homevisual .slick-initialized .slick-slide {
  height: 100% !important;
}

.homevisual .img {
  position: relative;
  height: 100%;
}

[data-element-id] .mv-slick-right .img {
    width: 70vw;
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homevisual .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 8%;
  left: 10%;
  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;
  -ms-flex-align: center;
  align-items: center;
}

.homevisual .head h2 {
  font-size: 28px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-shadow: 0px 0px 30px rgb(0 0 0 / 30%), 0px 0px 30px rgb(0 0 0 / 30%), 0px 0px 30px rgb(0 0 0 / 30%), 0px 0px 30px rgb(0 0 0 / 30%), 0px 0px 40px rgb(0 0 0 / 30%), -220px -40px 40px rgb(0 0 0 / 30%);
}

[data-element-id] .homevisual .head .show\@sp h2{
  font-size: 18px;
}

.homevisual .en-txt {
  position: absolute;
  bottom: 10%;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  font-size: 52px;
  color: #fff;
  right: 20px;
  letter-spacing: 5px;
  font-weight: 400;
}

.homevisual .archtxtbox {
  width: 50%;
  aspect-ratio: 1;
  position: absolute;
}

.js-mv-arch {
  width: 100%;
  height: 100%;
}

/* archtxt */
.c-btn-area {
  position: absolute;
  top: 60%;
  right: -15%;
  z-index: 5;
}

[data-element-id] .c-btn-area {
    position: relative;
    top: auto;
    right: auto;
    bottom: -60px;
    border: 5px solid var(--color01);
    padding: 10px;
    background: #00000087;
    margin-left: auto;
}

[data-element-id] .c-btn-area::before {
    content: "公開時は円形で回転します";
    background: var(--color01);
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: calc(100% + 20px);
    display: block;
    margin: -10px -10px 10px -10px;
    padding: 0 0 5px;
    font-family: var(--ff02);
}

.circle {
  width: 30vw;
  height: 30vw;
  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;
  margin: 15px auto;
  font-size: 34px;
  border-radius: 50%;
  position: relative;
  font-family: var(--ff02);
  font-weight: 100;
  color: #fff;
}

[data-element-id] .circle {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.c-inner {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-animation: rotateAnim 20s linear infinite;
  animation: rotateAnim 20s linear infinite;
  position: relative;
}

[data-element-id] .c-inner {
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-animation: unset;
    animation: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[data-element-id] .c-inner>* {
    background: #000000;
    padding: 10px;
}

@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
}

@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
}

.circle span {
  position: absolute;
  inset: 0;
}

@media (max-width:1024px) {
  .homevisual {
    height: 80vh;
  }

  .homevisual .head {
    bottom: 5%;
    left: 4%;
  }

  .homevisual .head h2 {
    font-size: 20px;
  }

  .homevisual .mv-right-box {
    width: 38%;
    margin-right: 2%;
  }

  .homevisual .en-txt {
    font-size: 30px;
    bottom: 5%;
    right: 10px;
  }

  .c-btn-area {
    top: 80%;
    right: -10%;
  }

  .circle {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .homevisual {
    height: calc(100vh - 140px);
    height: calc(100dvh - 120px);
  }

  .homevisual .mv-left-box {
    width: 90%;
    margin-right: 0;
  }

  .homevisual .mv-right-box {
    width: 10%;
    margin-right: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .homevisual .head h2 {
    font-size: 18px;
  }

  .homevisual .en-txt {
    font-size: 24px;
    right: 5px;
    letter-spacing: 3px;
  }

  .c-btn-area {
    top: -15%;
    right: -20%;
  }

  .circle {
    width: 70vw;
    height: 70vw;
  }
}

/* A-BiSUスライダー用 */
.homevisual .uk-slidenav-position,
.homevisual .uk-slideshow,
.homevisual .uk-slideshow>li,
.homevisual .uk-flex,
.homevisual .uk-flex img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.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;
  }
}

/* TOPページMV下 */
/* index-news-area */
[data-element-id] .homevisual{
  margin-bottom: 300px;
}
.index-news-area .newsblock .left {
  background: #f2f2f2;
  padding: 50px;
}

.index-news-area .newsblock .box-inner {
  width: 450px;
}

.index-news-area .newsblock .left .box-inner {
  margin-left: auto;
}

.index-news-area .newsblock .left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  line-height: 1;
}

.index-news-area .newsblock .left .item+.item {
  margin-top: 10px;
}

.index-news-area .newsblock .left .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.index-news-area .newsblock .right .content {
  gap: 10px;
}

.index-news-area .newsblock .right .box-inner .item {
  border: 1px solid var(--color04);
  padding: 12px;
  background: #fff;
  width: calc((100% - 10px) / 2);
  text-align: center;
  font-weight: 500;
}


.index-news-area .newsblock .right .box-inner .item.type02 {
  background: var(--gc01);
}

@media(max-width:1024px) {
  .index-news-area .newsblock .left {
    padding: 30px;
  }

  .index-news-area .newsblock .box-inner {
    width: 100%;
  }

  .index-news-area .newsblock .left .item a {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-news-area .newsblock .right .box-inner .item {
    font-size: 14px;
  }
}

.bannerlist {
  border: 2px solid var(--color02);
  overflow: hidden;
}

.bannerlist.type02 {
  border-color: var(--color01);
}

.bannerblock .bannerlist::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #fff), to(transparent));
  background: linear-gradient(-90deg, #fff 70%, transparent);
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
}

.bannerblock .bannerlist .bgi {
  position: absolute;
  top: 0;
  left: -80px;
  height: 100%;
  width: 50%;
}

.bannerblock .bannerlist .bgi img {
  scale: 1.3;
}

.bannerblock .bannerlist .banner-inner .b-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background: rgb(255 255 255 / 80%);
    padding: 5px 20px;
}

.bannerblock .bannerlist .banner-inner .right {
  min-height: 250px;
}

.bannerblock .bannerlist .banner-inner .right .more {
  background: var(--color02);
  font-weight: 500;
  font-size: 120%;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 110px;
  aspect-ratio: 1 / 1;
  padding: 10px 15px 8px 10px;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  text-align: end;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.bannerblock .bannerlist.type02 .banner-inner .right .more {
  background: var(--color01);
  color: #fff;
}

.bannerblock .bannerlist .banner-inner .right::before {
  content: "";
  width: 250px;
  height: 1px;
  display: block;
  background: var(--color02);
  position: absolute;
  bottom: 30px;
  right: -40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  z-index: 5;
}

.bannerblock .bannerlist.type02 .banner-inner .right::before {
  background: var(--color01);
}

.bannerblock .bannerlist .banner-inner .right .subtitle {
  padding-left: 10em;
}

.bannerblock .bannerlist .banner-inner .right .subtitle .sub-logo {
  max-width: 145px;
  min-width: 100px;
  width: 50%;
}

.bannerblock .bannerlist .banner-inner .right .maintitle {
  padding-left: 1.1em;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 10px;
}

.bannerblock .bannerlist .banner-inner .right .addtitle {
  background: -webkit-gradient(linear, right top, left top, from(rgb(245 161 161 / 50%)), color-stop(95%, rgb(173 153 202 / 50%)), to(transparent));
  background: linear-gradient(-90deg, rgb(245 161 161 / 50%), rgb(173 153 202 / 50%) 95%, transparent 100%);
  color: #fff;
  text-shadow: 0 0 5px #ccc;
  font-size: 40px;
  padding: 5px 1.5em 8px;
}

.bannerblock .bannerlist .banner-inner .right .addtitle.-min {
  font-size: 30px;
}

[data-element-id] .bannerblock .bannerlist .banner-inner .right .show\@sp .addtitle.-min{
  font-size: 22px;
}

.bannerblock .bannerlist.type02 .banner-inner .right .addtitle {
  background: -webkit-gradient(linear, right top, left top, from(rgb(173 153 202 / 50%)), color-stop(95%, rgb(245 161 161 / 50%)), to(transparent));
  background: linear-gradient(-90deg, rgb(173 153 202 / 50%), rgb(245 161 161 / 50%) 95%, transparent 100%);
}

.bannerblock .bannerlist .banner-inner .right .en {
  position: absolute;
  font-family: var(--ff03);
  color: rgb(173 153 202 / 50%);
  font-size: 36px;
  top: -10px;
  left: -30px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media(max-width:1024px) {
  .bannerblock .bannerlist .banner-inner .right .maintitle {
    font-size: 34px;
  }

  .bannerblock .bannerlist .banner-inner .right .addtitle.-min {
    font-size: 22px;
  }

  .bannerblock .bannerlist .banner-inner .right .subtitle {
    padding-left: 6.5em;
  }

  .bannerblock .bannerlist .banner-inner .right .subtitle .sub-logo {
    max-width: 100px;
  }

  .bannerblock .bannerlist .banner-inner .right .addtitle {
    font-size: 26px;
  }

  .bannerblock .bannerlist .banner-inner .right .more {
    font-size: 90%;
    width: 90px;
    padding: 10px 10px 8px 10px;
  }

  .bannerblock .bannerlist .banner-inner .right::before {
    width: 210px;
  }
}

@media(max-width:599px) {
  .bannerblock .bannerlist .bgi {
    top: auto;
    bottom: 0;
    height: 40%;
    width: 100%;
    left: 0;
  }

  .bannerblock .bannerlist .bgi img {
    scale: 1;
    object-position: 50% 20%;
  }
  
  .bannerblock .bannerlist .banner-inner .b-logo{
    width: 140px;
  }

  .bannerblock .bannerlist::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(transparent));
    background: linear-gradient(180deg, #fff 85%, transparent);
    width: 100%;
    height: 70%;
  }

  .bannerblock .bannerlist .banner-inner .right {
    padding-bottom: 250px;
  }

  .bannerblock.type-under .bannerlist::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
    background: linear-gradient(180deg, #fff 70%, transparent);
    height: 60%;
  }

  .bannerblock .bannerlist .bgi {
    height: 50%;
  }

/*   .bannerblock.type-under .bannerlist .banner-inner .right {
  padding-bottom: 150px;
} */

  .bannerblock .bannerlist .banner-inner .right .subtitle {
    padding: 0 20%;
  }

  .bannerblock .bannerlist .banner-inner .right .maintitle {
    font-size: 28px;
  }

  .bannerblock .bannerlist .banner-inner .right .addtitle {
    font-size: 22px;
    padding: 5px 10px 8px 1.3em;
  }

  .bannerblock .bannerlist .banner-inner .right .addtitle.-min {
    font-size: 22px;
  }

  .bannerblock .bannerlist .banner-inner .right .en {
    font-size: 30px;
    left: 20px;
  }
}

/* index-service-area */
.index-service-list {
  position: relative;
}

.index-service-list::before {
  content: "";
  position: absolute;
  bottom: -5vh;
  width: 100%;
  height: 80%;
  opacity: .5;
}

.index-service-list.-purple::before {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(var(--color01)), to(transparent));
  background: linear-gradient(-90deg, var(--color01), transparent);
  border-radius: 200px 0 0 0;
}

.index-service-list.-pink::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--color02)), to(transparent));
  background: linear-gradient(90deg, var(--color02), transparent);
  border-radius: 0 200px 0 0;
}

.index-service-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.index-service-list .box02 {
  gap: 20px;
}

.index-service-list .box01 .item {
  width: calc(calc(100% - 90px) /4);
}

.index-service-list .box02 .item {
  width: calc(calc(100% - 80px) /5);
}

.index-service-list .box .item a {
  position: relative;
  display: block;
}

.index-service-list .box .item a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 20px 10px;
  background: var(--color02);
  height: 100%;
}

[data-element-id] .index-service-list .box .item a{
  aspect-ratio: unset;
}

.index-service-list .box03 .item a {
  background: #fff;
  color: var(--color00);
}

.index-service-list .box .item a:hover {
  opacity: 1;
}

.index-service-list .box .item a .bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-service-list .box .item a:hover .bgi {
  opacity: .5;
}

.index-service-list .box .item a .item-inner {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-service-list .box .item a .item-inner .en {
  font-weight: 500;
}

.index-service-list .box .item .icon {
  -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.index-service-list .box .item a:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.index-service-list .box01 .item .icon img {
  max-width: 80px;
  max-height: 80px;
}

.index-service-list .box02 .item .icon img {
  max-width: 50px;
  max-height: 45px;
}

.index-service-area .btn-type-01 .a {
  border-radius: 100px;
  padding: 10px 10px 12px;
}

@media(max-width:1024px) {
  .index-service-list .box {
    gap: 10px;
  }

  /* .index-service-list .box02 {
    gap: 5px;
  } */

  .index-service-list .box01 .item {
    width: calc(calc(100% - 30px) / 4);
  }

  .index-service-list .box02 .item {
    width: calc(calc(100% - 40px) / 5);
  }

  .index-service-list .box .item a {
    aspect-ratio: unset;
  }

  .index-service-list .box02 .item a {
    padding: 20px 5px;
  }

  .index-service-list .box02 .item a .ja {
    letter-spacing: -.5px;
  }

  .index-service-area .btn-type-01 .a {
    padding: 10px 5px 10px;
    font-size: 12px;
  }
}

@media(max-width:599px) {

  .index-service-list::before {
    bottom: -30px;
  }

  .index-service-list .box01 .item {
    width: calc(calc(100% - 10px) / 2);
  }

  .index-service-list .box02 .item {
    width: calc(calc(100% - 20px) / 3);
  }

  .index-service-list .box01 .item a {
    aspect-ratio: unset;
    padding: 20px 5px;
  }
  /* 
  .index-service-list .box01 .item .icon img{
    max-height: 60px;
  } */

  .index-service-list .box02 .item .icon img {
    max-width: 60px;
    max-height: 55px;
  }

  .index-service-area .banner .titbox {
    padding: 10px 0px 15px;
    margin: -1px -1px 10px 0px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .index-service-area .banner .content {
    padding: 10px 10px 0;
  }

  .index-service-area .banner .content-info {
    position: absolute;
    bottom: 40px;
    left: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index-service-area .banner .tel {
    letter-spacing: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 46px;
  }

  .index-service-area .banner .imgbox {
    margin-top: 0px;
    margin-right: 0;
    margin-left: auto;
    width: 40%;
  }

  .index-service-area .banner .mitsumori {
    font-size: 18px;
  }

  .index-service-area .banner .mail {
    font-size: 18px;
    padding: 10px 25px 12px;
    min-width: 150px;
  }
}

/* index-voice-area */
.index-voice-area .title {
  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;
  -ms-flex-align: center;
  align-items: center;
}

.index-voice-area .title .tit-deco img {
  max-width: 100px;
  margin-top: 10px;
}

.index-voice-area .item a:hover {
  opacity: 1;
}

.index-voice-area .item a:hover .item-inner {
  border-color: var(--color02);
}

.index-voice-area .item .img {
  overflow: hidden;
}

.index-voice-area .item .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.index-voice-area .item a:hover .img img {
  scale: 1.1;
}

.index-voice-area .item .tit {
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.index-voice-area .btn-type-01.min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* index-diffence */
.index-difference-list {
  margin-top: 30px;
  position: relative;
}

.index-difference-list .ilst {
    position: absolute;
    top: -85px;
    width: 20%;
    max-width: 180px;
    min-width: 100px;
}

.index-difference-list .ilst.mv{
  opacity: .25;
}

.index-difference-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.index-difference-list dl+dl {
  margin-top: 10px;
}

.index-difference-list dl>* {
  padding: 13px 10px;
  font-size: 26px;
  font-weight: 500;
  ;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-difference-list dl dt {
  width: 30%;
}

.index-difference-list dl dd:nth-of-type(1) {
  width: 30%;
}

.index-difference-list dl dd:nth-of-type(2) {
  width: 40%;
}

.index-difference-list .content {
  border: 1px solid #ccc;
}

.index-difference-list .content .title {
  background: var(--color02);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
  margin-bottom: 80px;
}

.index-difference-list .content .title::before {
  content: "";
  background: var(--color02);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  height: 50px;
}

@media(max-width:1024px) {
  .index-difference-list dl>* {
    font-size: 18px;
  }

  .index-difference-list .content .title {
    font-size: 16px;
  }
  
  .index-difference-list .ilst{
    top: -40px;
    max-width: 120px;
  }
}

@media(max-width:599px) {
  .difference-table-wrap.scrollable {
    overflow-x: scroll;
  }

  .difference-table {
    width: 150vw;
  }

  .index-difference-list dl>* {
    font-size: 14px;
  }

  .index-difference-list dl {
    gap: 5px;
  }

  .index-difference-list dl+dl {
    margin-top: 5px;
  }

  .index-difference-list .content .title::before {
    bottom: -30px;
    width: 180px;
    height: 20px;
  }

  .index-difference-list .content .title {
    margin-bottom: 45px;
  }
  
  .index-difference-list .ilst{
    top: -30px;
  }
}

/* index-improvement-list */
.improvement-list {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.improvement-list .item {
  width: calc(100% /3);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.improvement-list .item .quote{
  padding: 15px 15px 10px;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    aspect-ratio: 1;
}

.improvement-list .item .quote::before {
    content: "";
    background: url('/upload/tenant_2/quote.webp') no-repeat;
    background-size:contain;
    display: block;
    aspect-ratio: 30/35;
    width: 30px;
}

.improvement-list .item .item-inner {
  background: var(--color05);
}

.improvement-list .item.type02 .item-inner {
  border: 2px solid rgb(255 255 255 / 50%);
  height: 100%;
  background: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 50px 10px 110px;
}

.improvement-list .item .txtbox {
  padding: 0 10px 10px;
  margin-top: -30px;
}

.improvement-list .item .txtbox-inner {
  border: 2px solid var(--color08);
  background: #fff;
  padding: 10px;
  font-weight: 500;
}

.improvement-list .item .txtbox .tit-wrap {
  border-bottom: 2px solid var(--color08);
  padding: 5px;
  margin-bottom: 10px;
}

.improvement-list .item .txtbox .tit {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, var(--color03)), color-stop(80%, var(--color03)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, var(--color03) 20%, var(--color03) 80%, transparent 100%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 3px 50px 3px;
}

.improvement-list .item .titbox .tit-main {
  margin-right: -0.3em;
}

.improvement-list .item .ilst {
  width: 120px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media(max-width:1024px) {
  .improvement-list .item {
    width: calc(100% /2);
  }

  .improvement-list .item.type02 .item-inner {
    padding: 30px 10px 70px;
  }
}

@media(max-width:599px) {
  .improvement-list .item {
    width: 100%;
  }

  .improvement-list .item.type02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .improvement-list .item:not(.type02) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .improvement-list .item .ilst {
    width: 80px;
    bottom: -30px;
    left: auto;
    right: 10px;
    -webkit-transform: none;
    transform: none;
  }

  .improvement-list .item .txtbox .tit {
    font-size: 18px;
  }

  .improvement-list .item .txtbox-inner {
    font-size: 14px;
  }

  .improvement-list .item.type02 .item-inner {
    padding: 30px 10px 50px;
  }
}

/* index-works-list */
.index-works-area::before {
  content: "";
  background: var(--color06);
  width: 100%;
  height: 80px;
  display: block;
  bottom: -80px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.index-works-list {
  margin-left: calc(50% - 500px);
  margin-right: -10vw;
}

[data-element-id] .index-works-list-wrap {
    overflow-x: scroll;
    margin-left: calc(50% - 500px);
    border: 5px solid;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

[data-element-id] .index-works-list-wrap::before {
    content: "横にスクロールすると他の画像も変更可能です";
    background: var(--color00);
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin:-20px -20px -10px -20px;
    font-family: var(--ff02);
    padding-bottom: 4px;
    position: sticky;
    top: -20px;
    left: -20px;
}

[data-element-id] .index-works-list {
    display: flex;
    margin-right: 0;
    flex-wrap: nowrap;
    width: 250vw;
    margin-left: 0;
    margin-top: 30px;
}

.index-works-list .slick-list {
  padding-top: 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-works-list .slick-current+.slick-slide {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-works-list .slick-current+.slick-slide+.slick-slide {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .5s;
  transition: .5s;
}

[data-element-id] .index-works-list .item {
    width: calc(100% / 7);
}

.index-works-list .item .item-inner {
  background: #fff;
  position: relative;
  padding: 15px;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
}

.index-works-list .item a:hover .item-inner {
  border-color: var(--color02);
  background: var(--color02);
}

.index-works-list .item .item-inner .img {
  overflow: hidden;
}

.index-works-list .item a:hover .item-inner .img img {
  scale: 1.1;
}

.index-works-list .item .tit .num {
  font-size: 250%;
  font-family: var(--ff03);
  color: #fff;
  text-shadow: 0 0 10px var(--color02), 0 0 10px var(--color02), 0 0 10px var(--color02), 0 0 10px var(--color02);
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 1;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-works-area .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 58px;
  right: 0;
}

i.btn-slick.btn-next,
i.btn-slick.btn-back {
  position: relative;
  z-index: 2;
  background: var(--color02);
  border: 2px solid var(--color02);
  color: #fff;
  width: 45px;
  padding-bottom: 2px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

i.btn-slick.btn-back {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

i.btn-slick:hover {
  background: #fff;
  border: 2px solid var(--color02);
  color: var(--color02);
}

.index-works-list .item a:hover {
  opacity: 1;
}

.index-works-area .bgtext {
  font-size: clamp(1.25rem, 0.236rem + 4.32vw, 3.75rem);
  color: #fff;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slide>*,
.slick-slide>*>* {
  height: 100%;
}

@media(max-width:1024px) {
  .index-works-area::before {
    height: 40px;
    bottom: -39px;
  }

  .index-works-list {
    margin-left: 2%;
    margin-right: 2%;
  }

  .index-works-area .btnbox {
    right: 1%;
  }

  i.btn-slick.btn-back {
    padding-left: 3px;
  }

  .index-works-area .bgtext {
    font-size: clamp(1.25rem, 0.236rem + 4vw, 3.75rem);
    margin-top: 20px;
  }
}

@media(max-width:599px) {
  .index-works-area .btnbox {
    right: auto;
    position: relative;
    top: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .index-works-list .slick-list {
    padding-top: 0;
  }

  .index-works-area .bgtext {
    font-size: clamp(1rem, -0.046rem + 4.46vw, 1.625rem);
  }
}

/* index-media-area */
.index-media-area .content {
  background-image: url('/import/tenant_2/160.16.56.22/html/images/01index/bgbox-img.webp');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px;
  aspect-ratio: 604 / 277;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

.index-media-area .ttl-cmn-00 .ttl-inner {
  font-size: 24px;
}

.index-media-area .imgbox {
  margin-right: -10%;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

@media(max-width:1024px) {
  .index-media-area .content {
    padding: 30px 10px;
    font-size: 20px;
    margin-top: 30px;
  }

  .index-media-area .ttl-cmn-00 .ttl-inner {
    font-size: 20px;
  }

  .index-media-area .imgbox {
    margin-right: -20%;
  }
}

@media(max-width:599px) {
  .index-media-area .ttl-cmn-00 .ttl-inner {
    font-size: 24px;
  }

  .index-media-area .content {
    padding: 35px 10px;
    font-size: 18px;
  }

  .index-media-area .imgbox {
    margin-right: 0;
    -webkit-transform: translateX(20px) scale(1.2);
    transform: translateX(20px) scale(1.2);
    margin-top: 50px;
  }
}

/* index-blog-area */
.index-blog-area .index-blog .item {
  height: calc((100% - 20px) / 2);
  position: relative;
}

.index-blog-area .index-blog .item:last-of-type:before {
  content: "";
  background: url('/import/tenant_2/160.16.56.22/html/images/common/ilst-flower.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 200 / 182;
  width: 160px;
  display: block;
  position: absolute;
  right: -120px;
  top: -60px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(90deg) scale(-1, 1);
  opacity: .3;
  z-index: -1;
}

.index-blog-area .item a {
  background: var(--color09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-blog-area .index-blog .item+.item {
  margin-top: 20px;
}

.index-blog-area .index-news .item+.item {
  margin-top: 10px;
}

.index-blog-area .index-news .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media(max-width:1024px) {
  .index-blog-area .index-blog .item:last-of-type:before {
    width: 140px;
    right: auto;
    left: -100px;
    top: 40px;
    -webkit-transform: rotate(90deg) scale(-1, -1);
    transform: rotate(90deg) scale(-1, -1);
  }
}

@media(max-width:599px) {
  .index-blog-area .item a .img {
    border: 3px solid var(--color01);
  }

  .index-blog-area .index-blog .item:last-of-type:before {
    content: none;
  }

  .index-blog-area .index-blog .item:first-of-type:before {
    content: "";
    background: url('/import/tenant_2/160.16.56.22/html/images/common/ilst-flower.webp');
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 200 / 182;
    width: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: -70px;
    -webkit-transform: rotate(0deg) scale(-1, 1);
    transform: rotate(0deg) scale(-1, 1);
    opacity: .3;
    z-index: -1;
  }
}

/* index-message-area */
.index-message-area .message-list {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgb(255 255 255 / 80%)), color-stop(rgb(255 255 255 / 80%)), to(transparent));
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%), transparent);
  padding: 30px;
  padding-right: 10%;
  margin-right: 15%;
}

.index-message-area.type-under .message-list {
  padding: 30px 100px;
  padding-right: 100px;
  margin-right: 0;
}

.index-message-area .message-list .title {
  font-size: 26px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
}

[data-element-id] .index-message-area .message-list .show\@sp .title{
  font-size: 20px;
}

.index-message-area .message-list .title::before {
  content: "";
  background-image: url('/import/tenant_2/160.16.56.22/html/images/common/deco.webp');
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 419 / 40;
  width: 100%;
  max-width: 350px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media(max-width:1024px) {
  .index-message-area.type-under .message-list {
    padding: 30px 50px;
    padding-right: 50px;
  }
}

@media(max-width:599px) {
  .index-message-area .message-list {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 80%)), color-stop(rgb(255 255 255 / 80%)), to(transparent));
    background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%), transparent);
    padding: 30px 15px;
    padding-right: 15px;
    margin-right: 0;
  }

  .index-message-area.type-under .message-list {
    padding: 30px 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgb(255 255 255 / 80%)), color-stop(rgb(255 255 255 / 80%)), to(transparent));
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%), transparent);
  }

  .index-message-area .message-list .title {
    font-size: 20px;
    letter-spacing: 0;
  }

  .index-message-area .message-list .txt {
    letter-spacing: -1px;
  }
}

/* index-other-area */
.other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.other-list .item {
  width: calc((100% - 60px)/4);
  position: relative;
}

.other-list .item a{
    border-radius: 300px 300px 10px 10px;
    background: var(--gc01);
    padding: 2px;
    display: block;
}

.other-list .item:first-of-type:before {
  content: "";
  background: url('/import/tenant_2/160.16.56.22/html/images/01index/menu.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 173 / 182;
  width: 173px;
  display: block;
  position: absolute;
  top: -25px;
  left: -30px;
}

.other-list .item .item-inner {
  border-radius: 300px 300px 10px 10px;
  overflow: hidden;
 /*  border: 2px solid var(--color01); */
}

.other-list .item .titbox {
    padding: 10px 20px;
    font-size: 18px;
    color: var(--color07);
    font-weight: 600;
    text-align: center;
    /* border-top: 2px solid var(--color01); */
    position: relative;
    background: #fff;
}

.other-list .item .titbox::before {
  content: "";
  width: 15px;
  background: var(--color02);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  aspect-ratio: 1;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.other-list .item .titbox::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gc01);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:1024px) {
  .other-list {
    gap: 10px;
  }

  .other-list .item:first-of-type:before {
    width: 125px;
    top: -15px;
    left: -20px;
  }

  .other-list .item .titbox {
    padding: 10px 25px;
    font-size: 15px;
  }
}

@media(max-width:599px) {
  .other-list {
    width: 90%;
    margin: 0 auto;
  }

  .other-list .item {
    width: calc((100% - 10px) / 2);
  }

  .other-list .item .titbox {
    padding: 10px 25px 10px 30px;
    letter-spacing: -1px;
    font-size: 15px;
  }

  .other-list .item .titbox::before {
    width: 10px;
  }
}

/* index-reserve-area */
.index-reserve-area .reserve-list .btnbox {
  background: #fff;
  padding: 100px 20px 50px;
  border-radius: 500px 500px 0 0;
  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;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  aspect-ratio: 1 / 1.2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-reserve-area .reserve-list .btnbox a {
    min-height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding: 5px 30px;
}

.index-reserve-area .reserve-list .btnbox .web a {
  border: 2px solid var(--color02);
  background: var(--color02);
}

.index-reserve-area .reserve-list .btnbox .line a {
  border: 2px solid #06c755;
  background: #06c755;
}

.index-reserve-area .reserve-list .btnbox .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-reserve-area .reserve-list .btnbox .tel-icon:before {
  width: 25px;
}

.index-reserve-area .reserve-list .btnbox .sp-icon {
  left: 15px;
}

.index-reserve-area .ilstbox {
  width: 30%;
  min-width: 80px;
  max-width: 120px;
  margin: 50px auto 0;
}

@media(max-width:599px) {
  .index-reserve-area .ilstbox {
    width: 16%;
    min-width: 40px;
    max-width: 80px;
    margin: 10px auto 0;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .index-reserve-area .reserve-list .btnbox {
    width: 80%;
    margin: 0 auto;
  }
}


/**
下層共通
*/
/* トップビジュアル（下層共通） */

.topvisual {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 500px);
}

.topvisual::before {
    content: "";
    background: var(--gc01);
    width: 100%;
    height: 3px;
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}

.topvisual .img {
    position: relative;
    min-height: 350px;
    max-height: 400px;
    width: 55%;
    margin-left: auto;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
    position: absolute !important;
    width: 98%;
    max-width: 1200px;
    top: 50%;
    left: 0;
    font-size: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,-1px -1px 4px #fff,1px 1px 4px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,-1px -1px 4px #fff,1px 1px 4px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,-1px -1px 4px #fff,1px 1px 4px #fff;
}

[data-element-id] .topvisual .head .show\@sp{
  margin:0;
}

.topvisual .head .en {
  letter-spacing: 2px;
  border-bottom: none;
  margin: 0;
  color: var(--color00);
}

.topvisual .head .ttl-inner{
  text-align: left;
  color: var(--color00);
}

.topvisual .head .ja {
  font-weight: 500;
  line-height: 1.2;
}

.topvisual .head .deco {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .topvisual {
    margin-left: 2%;
  }
  
  .topvisual .img {
    min-height: 280px;
    max-height: 350px;
  }
  
  .topvisual .head {
    font-size: 36px;
  }
}

@media (max-width: 599px) {
  .topvisual .img {
    min-height: 220px;
    max-height: 250px;
  }
  
  .topvisual .head {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .topvisual .head .en {
    font-size: 70%;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0;
  font-family: var(--ff02);
}

.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;
  font-weight: 500;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  color: var(--color01);
}

.breadcrumbs-list li a {
  text-shadow: 0px 0px var(--color01);
}

.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;
    -ms-flex-align: start;
    align-items: flex-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  display: block;
  padding: 2px 2px 10px 2px;
  min-width: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 33px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 14px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
  background: var(--color01);
  color: #fff;
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/

/* 02company */
.company-info-area .company-info-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.company-info-area .company-info-list dl:last-of-type {
  margin-bottom: 0;
}

.company-info-area .company-info-list dt {
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}

.company-info-area .company-info-list dd {
  width: 70%;
  font-weight: 400;
  font-family: var(--ff02);
  font-size: 15px;
}

.staff-area::before{
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  bottom: -80px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #fff;
}

.staff-area::after {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 110%;
    height: auto;
    background: url(/upload/tenant_2/mv_bgi.webp) no-repeat;
    background-size: cover;
    display: block;
    aspect-ratio: 595 / 338;
}

.staff-area .deco {
    max-width: 390px;
    min-width: 200px;
    width: 30%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(-1, 1);
}

.staff-area .bgtext {
    font-size: clamp(1.2rem, 0.23rem + 4.3vw, 3.09rem);
    color: var(--color01);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: var(--gc01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staff-list .item+.item {
  margin-top: 50px;
  border-top: 2px dashed #ccc;
  padding-top: 50px;
}

.staff-list .item .job {
  background: var(--color02);
  color: #fff;
  padding: 8px 30px;
  letter-spacing: 2px;
  border-radius: 100px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto 20px;
}

.staff-list .item .right {
  margin-top: 30px;
}

.staff-list .item dl {
  font-weight: 500;
}

.staff-list .item .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.staff-list .item .right dl:last-of-type {
  margin-bottom: 0;
}

.staff-list .item .right dt {
  font-weight: 600;
  color: var(--color02);
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.staff-list .item .right dd {
  width: 100%;
  font-size: 15px;
  font-family: var(--ff02);
  font-weight: 400;
}

.staff-list .item .infobox.type02 dl+dl {
  margin-top: 30px;
}

.staff-list .item .infobox.type02 dt {
  border-bottom: 2px solid var(--color02);
  font-weight: 600;
  color: var(--color02);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.staff-list .item .imgbox .img-wrap{
    background: var(--gc01);
    padding: 3px;
    border-radius: 300px 300px 0px 0px;
}

.staff-list .item .img {
    border-radius: 300px 300px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.staff-list .item .img .img-txt {
    writing-mode: vertical-rl;
    font-family: var(--ff04);
    font-size: 22px;
    font-weight: bold;
}

@media(max-width:1024px){
  .staff-list .item .img .img-txt{
    font-size: 16px;
  }
  
  .staff-area .bgtext {
    font-size: clamp(1.2rem, 0.23rem + 4.3vw, 2.2rem);
  }
  
  .staff-area::before {
    height: 40px;
    bottom: -39px;
  }
}

@media(max-width:599px) {
  .company-area-list .titbox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .company-area-list .hyogo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .company-area-list .osaka {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .company-info-area .company-info-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-info-area .company-info-list dt {
    width: 100%;
    margin-bottom: 5px;
  }

  .company-info-area .company-info-list dd {
    width: 100%;
  }
  
  .staff-list .item .right{
    margin-top: 0;
  }

  .staff-list .item .right dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .staff-list .item .right dt {
    width: 100%;
  }

  .staff-list .item .right dd {
    width: 100%;
  }
  
  
  .staff-area .bgtext {
    font-size: clamp(1.05rem, -0.046rem + 4.46vw, 1.625rem);
  }
}

/* 03first */
.first-flow-list .item .imgbox .img {
  position: relative;
}

.first-flow-list .item:not(:first-of-type) .imgbox .img::before {
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color02);
  width: 10px;
  height: 20px;
  z-index: 2;
}

.first-flow-list .item .imgbox .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

@media(max-width:1024px) {
  .first-flow-list .item:not(:first-of-type) .imgbox .img::before {
    left: -14px;
  }
}

@media(max-width:599px) {
  .first-flow-list .item:not(:first-of-type):nth-child(2n + 1) .imgbox .img::before {
    left: -5px;
  }
}

/* 04insurance */
.insurance-process-list .item+.item {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.insurance-process-list .item+.item::before {
  content: "";
  background: #ccc;
  display: block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 30px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.insurance-process-list .item .item-inner {
  background: #fff;
  padding: 30px;
}

/* 02about */
.about-store-area .logo-btn a {
  background: #fff;
  display: block;
  padding: 20px;
  height: 100%;
}

.about-store-area .logo-btn.t-eden a {
  font-size: 26px;
  color: #fff;
  background: var(--color01);
  font-weight: 600;
  letter-spacing: 1px;
}

@media(max-width:599px) {
  .about-store-area .logo-btn a {
    padding: 10px 20px;
    min-height: 70px;
  }

  .about-store-area .logo-btn.t-eden a {
    font-size: 18px;
  }
}

/* 04menu */
.menu-coupon-list .item {
  padding: 0 30px 50px;
}

.menu-coupon-list .item:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.menu-coupon-list .item:nth-child(2n + 1) {
  border-right: 2px dashed var(--color09);
}

.type02 .menu-coupon-list .item:nth-child(2n + 1) {
  border-color: var(--color08);
}

.menu-coupon-list .item .menu-info {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}

.menu-coupon-list .item .menu-info dt {
  line-height: 1.2;
}

.menu-coupon-list .item .menu-info dd {
  margin-top: 10px;
}

.type02 .menu-coupon-list .item .item-inner {
  padding: 30px;
  background: #fff;
}

.type02 .menu-coupon-list .item .menu-info .desc {
  position: relative;
  padding-left: 1em;
}

.type02 .menu-coupon-list .item .menu-info .desc::before {
  content: "";
  background: var(--color08);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.type02 .menu-coupon-list .item .menu-info .pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px;
}

.type02 .menu-coupon-list .item .menu-info .pricebox dd:first-of-type {
  position: relative;
  font-size: 18px;
  margin-right: 25px;
}

.type02 .menu-coupon-list .item .menu-info .pricebox dd:first-of-type::before {
  content: "";
  background: var(--color00);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 10px;
  right: -20px;
}

.type02 .menu-coupon-list .item .menu-info .pricebox dd:first-of-type::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color00);
  position: absolute;
  top: 55%;
  left: 0;
  display: block;
}

@media(max-width:1024px) {
  .menu-coupon-list .item {
    padding: 0 20px 30px;
  }

  .type02 .menu-coupon-list .item .item-inner {
    padding: 15px 10px;
  }

  .menu-coupon-list .item .menu-info {
    font-size: 20px;
  }

  .type02 .menu-coupon-list .item .menu-info .desc {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .menu-coupon-list .item:nth-child(2n + 1) {
    border-right: none;
  }

  .menu-coupon-list .item+.item {
    border-top: 2px dashed var(--color04);
    padding-top: 40px;
  }

  .type02 .menu-coupon-list .item+.item {
    padding-top: 30px;
  }

  .type02 .menu-coupon-list .item .menu-info .pricebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .menu-coupon-list .item .menu-info dt{
    font-size: 18px;
  }

  .type02 .menu-coupon-list .item .menu-info .pricebox dd:first-of-type {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .type02 .menu-coupon-list .item .menu-info .pricebox dd:first-of-type::before {
    width: 6px;
    height: 15px;
    top: auto;
    bottom: -15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

/* 05- menus */
.menus-trouble-list {
  padding: 0 calc(50% - 500px);
  position: relative;
  padding-bottom: 50px;
}

.menus-trouble-list::before {
  content: "";
  background: var(--color09);
  display: block;
  width: calc(100% - (50% - 550px));
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.menus-trouble-list.-white::before {
  background: rgb(255 255 255 / 60%);
}

.menus-trouble-list .li-item {
  font-size: 20px;
  font-weight: 500;
  /* color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.menus-trouble-list .li-item+.li-item {
  margin-top: 10px;
}

.menus-trouble-list .li-item::before {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: 500;
}

.type-price .menus-trouble-list {
  margin-top: 50px;
}

.type-price .menus-trouble-list:nth-of-type(even)::before {
  right: auto;
  left: 0;
}

.type-price .menus-trouble-list:nth-of-type(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.type-price .menus-trouble-list .listbox {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 200px;
}

.type-price .menus-trouble-list:nth-of-type(even) .listbox {
  padding-right: 0;
  padding-left: 20px;
}

.type-price .menus-trouble-list .listbox .person {
  border-radius: 5px;
  margin-top: 20px;
}

.type-price .menus-trouble-list .listbox .person dt {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: var(--color02);
  font-weight: 700;
}

.type-price .menus-trouble-list .listbox .person dd {
  font-family: var(--ff02);
  font-size: 15px;
}

.type-price .menus-trouble-list .listbox .menu-price {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
}

@media(max-width:1024px) {
  .menus-trouble-list .li-item {
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .menus-trouble-list {
    padding-bottom: 0;
  }

  .type-price .menus-trouble-list:nth-of-type(even) .listbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menus-trouble-list .li-item {
    font-size: 16px;
  }
}

.menus-reason-list .reason-block+.reason-block {
  border-top: 2px dashed var(--color08);
  padding-top: 80px;
  margin-top: 80px;
}

.menus-content01-area .imgbox.type-b-after .box-inner.type-before .img::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color08);
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menus-content01-area .imgbox.type-b-after .valuelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value {
  width: calc((100% - 30px) / 7);
  background: var(--color09);
  pointer-events: none;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value .value-inner {
  pointer-events: auto;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(1) .value-inner {
  opacity: .3;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(2) .value-inner {
  opacity: .4;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(3) .value-inner {
  opacity: .5;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(4) .value-inner {
  opacity: .6;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(5) .value-inner {
  opacity: .7;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(6) .value-inner {
  opacity: .8;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value:nth-of-type(7) .value-inner {
  opacity: .9;
}

.menus-content01-area .imgbox.type-b-after .valuebox .value-inner::before {
  content: "";
  background: var(--color02);
  display: block;
  height: 10px;
}

.menus-content01-area .imgbox.type-b-after .box-inner .en {
  font-size: 30px;
  font-family: var(--ff03);
  position: absolute;
  top: -28px;
  left: 0px;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: var(--color01);
}

.menus-content01-area .imgbox.type-b-after .box-inner.type-after .en {
  color: var(--color02);
}

.fasting-effent-area .block+.block {
  margin-top: 50px;
  border-top: 2px dashed var(--color08);
  padding-top: 50px;
}

.fasting-effent-area .leak-point-list .item .item-inner .ttl-size-xsmall {
  font-size: 17px;
}

.leak-point-list .item .item-inner .map {
  padding-top: 70%;
}

/* wall */
.table-list-wrap {
  width: 120%;
  margin-left: -30%;
  z-index: 2;
  position: relative;
  margin-top: 20px;
}

.wall-table-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.wall-table-list dl>* {
  /* width: calc(100% / 2); */
  text-align: center;
  padding: 15px;
}

.wall-table-list dl:first-of-type,
.wall-table-list dl:last-of-type {
  border-bottom: none;
}

.wall-table-list dl:first-of-type>* {
  background: var(--color01);
  color: #fff;
  border-right: 1px solid;
}

.wall-table-list dl:first-of-type>*:last-child {
  border-right: none;
}

.wall-table-list dl>*:not(:last-child) {
  border-right: 1px solid #ccc;
}

.wall-table-list dl dt {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wall-table-list dl dd {
  width: 60%;
}

.wall-table-list dl:not(:first-of-type) dd {
  text-align: right;
}

.wall-table-area .ttl-cmn-00 .ttl-inner {
  padding: 10px 50px 10px 100px;
  min-width: 80%;
  text-align: center;
}

.wall-table-area .index-about-list .txtbox {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media(max-width:1024px) {
  .table-list-wrap {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  .wall-table-area .ttl-cmn-00 .ttl-inner {
    padding: 10px 50px 10px 50px;
  }

  .wall-table-area .index-about-list .txtbox {
    -webkit-transform: none;
    transform: none;
  }
}

@media(max-width:599px) {
  .table-list-wrap {
    overflow-x: scroll;
  }

  .table-list-wrap .wall-table-list {
    width: 600px;
  }
}

/* service */
.service01-area .service01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service01-area .service01-list.nogap{
  gap: 0px;
}

.service01-area .service01-list .item {
  width: calc((100% - 20px)/2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service01-area .service01-list.-col-2 .item {
  width: calc((100% - 20px) / 2);
}

.service01-area .service01-list.-col-3 .item {
  width: calc((100% - 40px)/3);
}

.service01-area .service01-list.-col-4 .item {
  width: calc((100% - 60px) / 4);
}

.service01-area .service01-list.-col-5 .item {
  width: calc((100% - 80px) / 5);
}

.service01-area .service01-list.-col-6 .item {
  width: calc((100% - 100px)/6);
}

.service01-area .service01-list .item .item-inner {
  min-height: 200px;
  position: relative;
  padding: 20px;
  height: 100%;
  background: rgb(255 255 255 / 40%);
  border: 2px dashed var(--color08);
}

.service01-area .service01-list.-min .item .item-inner {
  min-height: unset;
}

.service01-area .service01-list .item .btn-type-01,
.service01-area .service01-list .item .btn-type-01 a {
  width: 100%;
  min-width: unset;
}

.service01-area .service01-list .item .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}

.service01-area .service01-list .item .icon img {
  max-width: 70px;
  max-height: 70px;
}

.service01-area .service01-list .item .tit {
  background: var(--color01);
  color: #fff !important;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  margin: 0px auto 30px;
  padding: 5px 10px;
  font-size: 16px !important;
}

.service01-list .item .txtbox:first-of-type {
  background: rgb(255 255 255 / 68%);
  padding: 15px;
  border-radius: 10px;
}

/* .service01-list .item .txtbox .title {
  border-bottom: 1px solid;
  margin-bottom: 10px;
} */

.service01-list .item .txtbox .title {
  border-left: 5px solid;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: 600;
  color: var(--color01);
}

.service01-list .item .txtbox .txt {
  font-size: 14px;
  font-family: var(--ff02);
  font-weight: 400;
  line-height: 1.5;
}

@media(max-width:1024px) {
  .service01-area .service01-list {
    gap: 10px;
  }

  .service01-area .service01-list .item {
    width: calc((100% - 10px) / 2);
  }

  .service01-area .service01-list .item .item-inner {
    padding: 15px 10px;
  }
}

@media(max-width:599px) {

  .service01-area .service01-list .item {
    width: 100%;
  }

  .service01-area .service01-list.-sp-col-3 .item {
    width: calc((100% - 20px) / 3);
  }

  .service01-area .service01-list.-sp-col-2 .item {
    width: calc((100% - 10px) / 2);
  }

  .service01-area .service01-list.-sp-col-1 .item {
    width: 100%;
  }
}

/* 06leak */
.leak-point-list .item .item-inner {
  border-radius: 10px;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  overflow: hidden;
}

.leak-point-list .item .item-inner .txtbox {
  padding: 15px 10px;
}

[data-element-id] .leak-point-list .item .item-inner .show\@sp .ttl-size-xsmall{
  font-size: 14px;
}

@media(max-width:1024px) {
  .leak-point-list .item .item-inner .ttl-size-xsmall {
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media(max-width:599px) {}

/* 11subcontractors */
.membershop-price-area .membershop-price-list {
  border: 3px solid var(--color01);
}

.membershop-price-area .membershop-price-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.membershop-price-area .membershop-price-list dl>* {
  padding: 15px;
}

.membershop-price-area .membershop-price-list dl dt {
  width: 20%;
  background: var(--color01);
  color: #fff;
  font-weight: 500;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.membershop-price-area .membershop-price-list dl:not(:last-of-type) dt {
  border-bottom: 1px solid;
}

.membershop-price-area .membershop-price-list dl dd {
  width: 100%;
  font-weight: 500;
}

.membershop-price-area .membershop-price-list dl:not(:last-of-type) dd {
  border-bottom: 1px solid #ccc;
}

@media(max-width:599px) {
  .membershop-price-area .membershop-price-list dl dt {
    width: 30%;
  }
}

.membershop-flow-list .item-inner {
  background: var(--color01);
  padding: 20px;
  color: #fff;
  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;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.membershop-flow-list .item+.item .item-inner::before {
  content: "";
  background: var(--color02);
  display: block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.membershop-flow-list .item-inner .icon img {
  max-width: 50px;
  max-height: 50px;
}

.membershop-flow-list .item-inner .txt {
  text-align: left;
  width: 100%;
  border-top: 1px dashed #fff;
  margin-top: 20px;
  padding-top: 10px;
}

@media(max-width:1024px) {
  .membershop-flow-list .item+.item .item-inner::before {
    width: 10px;
    height: 25px;
    left: -15px;
  }

  .membershop-flow-list .item-inner {
    padding: 20px 10px;
  }
}

@media(max-width:599px) {
  .membershop-flow-list .item+.item .item-inner::before {
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .membershop-flow-list .item-inner .txt {
    margin-top: 10px;
  }
}

/* 09color */
/* tab */
.color-simulation-area .tabItem {
  display: none;
}

[data-element-id] .color-simulation-area .tabItem {
  display: block;
}

.color-simulation-area .tabItem.active {
  display: block;
}

.color-simulation-area .tabBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 10px;
}

.color-simulation-area .tabBtn ul .tab_class {
  width: calc((100% - 30px) / 4);
  text-align: center;
  font-weight: 600;
  border: 2px solid #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.color-simulation-area .tabBtn ul .tab_class.active {
  border: 2px solid red;
}

/* .color-simulation-area .tabBtn ul .tab_class.item00 {
  width: 100%;
  margin-top: 10px;
} */

/* .color-simulation-area .tabBtn ul .tab_class.item00.active {
  border: 2px solid red;
  border: 2px solid #fff;
} */

.color-simulation-area .tab_class .btn-txt {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--ff03);
  cursor: pointer;
}

.color-simulation-area .tab_class.item1 .btn-txt {
  background: #9ea0a0;
  /* color: #fff; */
}

.color-simulation-area .tab_class.item2 .btn-txt {
  background: #c79789;
  /* color: #fff; */
}

.color-simulation-area .tab_class.item3 .btn-txt {
  background: #f2c592;
  /* color: #fff; */
}

.color-simulation-area .tab_class.item4 .btn-txt {
  background: #bca795;
  /* color: #fff; */
}

.color-simulation-area .tab_class.item5 .btn-txt {
  background: #b2a89a;
}

.color-simulation-area .tab_class.item6 .btn-txt {
  background: #d6c7ad;
}

.color-simulation-area .tab_class.item7 .btn-txt {
  background: #d8cebc;
}

.color-simulation-area .tab_class.item8 .btn-txt {
  background: #dfddd5;
}

.color-simulation-area .tab_class.item9 .btn-txt {
  background: #e6dece;
}

.color-simulation-area .tab_class.item10 .btn-txt {
  background: #dedbd3;
}

.color-simulation-area .tab_class.item11 .btn-txt {
  background: #e3d0b3;
}

.color-simulation-area .tab_class.item12 .btn-txt {
  background: #d6c5b3;
}

.color-simulation-area .tab_class.item13 .btn-txt {
  background: #efe4ce;
}

.color-simulation-area .tab_class.item14 .btn-txt {
  background: #f6e0c8;
}

.color-simulation-area .tab_class.item15 .btn-txt {
  background: #e6e5de;
}

.color-simulation-area .tab_class.item16 .btn-txt {
  background: #8c6b5d;
  color: #fff;
}

.color-simulation-area .tab_class.item17 .btn-txt {
  background: #767a7c;
  color: #fff;
}

.color-simulation-area .tab_class.item18 .btn-txt {
  background: #f0e8da;
}

.color-simulation-area .tab_class.item19 .btn-txt {
  background: #eae6d9;
}

.color-simulation-area .tab_class.item20 .btn-txt {
  background: #decfc3;
}

.color-simulation-area .tab_class.item00 .btn-txt {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #7c7c7c;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #7c7c7c;
}

.color-simulation-area .tab_class .btn-txt {
  border: none;
}

@media(max-width:1024px) {
  .color-simulation-area .simulationlist {
    padding: 30px;
    border-radius: 10px;
  }

  .color-simulation-area .tabBtn ul {
    gap: 5px;
  }

  .color-simulation-area .tabBtn ul .tab_class {
    width: calc((100% - 15px) / 4);
  }

  .color-simulation-area .tab_class .btn-txt {
    padding: 5px;
    font-size: 16px;
  }
}

@media(max-width:599px) {
  .color-simulation-area .simulationlist {
    padding: 15px 15px;
    border-radius: 5px;
  }
}

/* 06-11  */
.menu01-area .menu01-list .item+.item {
  margin-top: 80px;
}

.menu01-area .menu01-list .item .tit {
  background: var(--color01);
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

.menu01-area .menu01-list .item .subbox.type02 .tit {
  background: var(--color03);
}

.menu01-area .menu01-list .item .subbox-inner {
  background: var(--color02);
  height: 100%;
}

.menu01-area .menu01-list .item .subbox .dd-wrap {
  padding: 20px;
}

.price-area table {
  width: 100%;
}

.price-area table tr {
  width: calc((100% - 200px) / 4);
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  margin-top: 10px;
}

.price-area table tr td:first-of-type,
.price-area table tr th:first-of-type {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price-area table tr th,
.price-area table tr td {
  padding: 15px 10px;
}

.price-area table tr td {
  text-align: right;
}

.price-area table tr td:first-of-type,
.price-area table th {
  text-align: center;
  font-weight: 500;
}

@media(max-width:599px) {
  .price-area .scroll-able {
    overflow-x: scroll;
  }

  .price-area .scroll-able table {
    white-space: nowrap;
  }
}

/* 14記事 */
.articledtl01 {
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0.8em 1em;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  background-color: var(--color02);
  color: #fff;
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  border-left: solid 10px var(--color01);
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  list-style: 1.3;
  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;
  height: auto;
}

.articledtl02 .list-article .item:nth-of-type(4) {
  display: none;
}

@media(max-width:1024px) {
  .articledtl01 {
    padding: 30px;
  }
}

@media(max-width:599px) {
  .articledtl01 {
    padding: 30px 15px;
  }

  .articledtl02 .list-article .item:nth-of-type(4) {
    display: block;
  }
}

/* 14article */
.blog01 .list-article .item a .img {
  overflow: hidden;
  position: relative;
}

.blog01 .list-article .item a .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.blog01 .list-article .item a:hover .img img {
  scale: 1.1;
}

.blog01 .list-article .item a .img .cate {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.cate .ブログ {
  background: var(--color02);
}

@media(max-width:599px) {
  .news01 .list-article .item .blocktxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* 12work */
.work01 .list-article .item a {
  background: #fff;
  padding: 20px;
  display: block;
  border: 3px solid #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.work01 .list-article .item a:hover {
  opacity: 1;
  border-color: var(--color01);
}

.work01 .list-article .item a .img {
  overflow: hidden;
}

.work01 .list-article .item a .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.work01 .list-article .item a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media(max-width:599px) {
  .work01 .list-article .item a {
    padding: 10px;
  }
}

/* 99workdtl */
.b-afterbox-wrap .ttl {
  font-size: 28px;
  font-weight: 600;
}

.workdtl-info-list dl {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.workdtl-info-list dl dt {
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  color: var(--color02);
}

.workdtl-info-list dl dd.js-split-tag span+span::before {
  content: ", ";
}

/* 13voice */
.voice01 .list-article .item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed var(--color04);
}

.voice01 .list-article .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* border: 5px solid var(--color03);
  padding: 20px; */
}

.voice01 .list-article .item .img {
  background: #fff;
  border: 4px solid var(--color01);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.voice01.type-voicedtl .list-article .item .img {
  padding: 0;
}

.voice01 .list-article .item .img::before {
  content: "";
  background: var(--color01);
  display: block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  width: 25px;
  height: 10px;
  top: 50%;
  right: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.voice01 .item .q-tit {
  border-bottom: 1px solid var(--color01);
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color01);
}

.voice01 .item .meta{
      flex-wrap: wrap;
}

.voice01 .item .meta .tit{
      width: 100%;
}

.voice01 .item .meta .js-contp:not(:last-of-type)::after {
  content: "/";
  margin-left: 5px;
}

.voice01 .item .q-txt span:not(:last-of-type)::after {
  content: ",";
  margin-right: 5px;margin-left: 5px;
}

@media(max-width:1024px) {
  .voice01 .list-article .item .img {
    border: 4px solid var(--color01);
  }

  .voice01 .list-article .item .img::before {
    right: -20px;
  }
}

@media(max-width:599px) {
  .voice01 .list-article .item .img::before {
    content: none;
  }
}

/* 15recruit */
.recruit-message-area .name {
  color: #fff;
  font-size: 20px;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  position: absolute;
  top: 0;
  right: 0;
}

.recruit-message-area .img {
  -webkit-filter: drop-shadow(10px 0px 0px var(--color02));
  filter: drop-shadow(10px 0px 0px var(--color02));
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.company-info-list-wrap+.company-info-list-wrap {
  margin-top: 30px;
}

.company-info-area.type-recruit .company-info-title {
  font-size: 22px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  position: relative;
}

.company-info-area.type-recruit .company-info-title::before {
  content: "";
  display: block;
  background: var(--color00);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  width: 15px;
  height: 8px;
  top: 50%;
  right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.company-info-area.type-recruit .company-info-title.is-parent::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.company-info-area.type-recruit .company-info-list {
  background: var(--color09);
  padding: 40px;
  display: none;
  margin-top: 20px;
}

[data-element-id] .company-info-area.type-recruit .company-info-list {
  display: block;
}

@media(max-width:599px) {
  .company-info-area.type-recruit .company-info-list {
    padding: 30px 15px;
  }

  .company-info-area.type-recruit .company-info-title {
    font-size: 18px;
  }
}

/* 16faq */
.faq-box .btn-box {
  gap: 30px;
}

.faq-box .btn-box .btn {
  width: calc((100% - 60px)/3);
  margin: 0;
}

.faq-list+.faq-list {
  margin-top: 80px;
}

.faq-list .item {
  -webkit-box-shadow: 2px 2px 5px #0000001c;
  box-shadow: 2px 2px 5px #0000001c;
}

.faq-list .item+.item {
  margin-top: 20px;
}

.faq-list .datattl {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: baseline;
  padding: 10px 40px 15px 10px;
  font-weight: 500;
  /* background: var(--color05); */
  background: #fff;
}

.faq-list .datattl span.text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px 50px 10px 0;
  line-height: 1.5;
}

.faq-list.type02 .datattl {
  background: var(--color04);
}

.faq-list .datattl:before {
  content: "Q";
  color: var(--color01);
  font-size: 30px;
  width: 30px;
  line-height: 1;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-list .datattl::after {
  content: "";
  background: var(--gc01);
  width: 35px;
  height: 100%;
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-list .datattl span {
  position: relative;
  z-index: 6;
}

.faq-list .datattl span:before,
.faq-list .datattl span:after {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  content: "";
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.faq-list .datattl span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-list .datattl.is-parent span:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

[data-element-id] .faq-list .item:nth-child(n + 4) {
  display: none;
}

.faq-list .data {
  position: relative;
  display: none;
  padding: 20px 20px 16px 48px;
  border: 2px solid var(--color01);
  border-top: 0px;
  background: var(--color01);
  font-size: 15px;
  color: #fff;
}

[data-element-id] .faq-list .data {
  display: block;
}

.faq-list.type02 .data {
  background: var(--color04);
  border-color: #fff;
}

.faq-list .data:before {
  content: "A";
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 30px;
  width: 30px;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq-box .btn-box {
    gap: 20px;
  }

  .faq-box .btn-box .btn {
    width: calc((100% - 40px) / 3);
    line-height: 1.3;
  }
}

@media (max-width: 599px) {
  .faq-box .btn-box {
    gap: 5px;
  }

  .faq-box .btn-box .btn {
    width: calc((100% - 10px) / 3);
  }

  .faq-box .btn-box .btn a {
    min-width: 100px;
    padding: 10px 10px 20px;
    border-radius: 5px;
  }

  .faq-box .btn-box .btn a:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 2px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .faq-list .item {
    font-size: 15px;
  }

  .faq-list .datattl span.text {
    padding: 10px 30px 10px 0;
  }

  .faq-list .datattl span:before,
  .faq-list .datattl span:after {
    right: -40px;
  }

  .faq-list .datattl {
    padding: 10px 50px 15px 10px;
  }

  .faq-list .datattl:before {
    font-size: 24px;
  }

  .faq-list .data {
    padding: 20px 10px 16px 45px;
  }

  .faq-list .data:before {
    font-size: 24px;
    left: 8px;
  }
}

/* フォーム */
.form-lead-box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}

.form-lead-box .btn-box .web a {
  background: var(--color02);
  border: 2px solid var(--color02);
}

.form-lead-box .btn-box .line a {
  background: var(--color02);
  border: 2px solid #06c755;
  background: #06c755
}

.form-lead-box .btn-box .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  align-items: baseline;
}

.form .box.p-policy-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 200px;
  font-weight: bold;
  margin-right: 30px;
  flex-shrink: 0;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 10px 7px;
  background: var(--color01);
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-family: var(--ff02);
}

.form .data {
  padding-left: 50px;
  width: 100%;
  font-weight: 500;
}

.form .p-policy-box .txtbox {
  max-height: 10em;
  overflow-y: scroll;
  background: #fcfcfc;
  border: 1px solid;
}

.form .p-policy-box .txtbox .txt {
  height: auto;
}

.element.policy {
  font-weight: 500;
}

.form {
  background: #fff;
  padding: 50px;
}

.form .p-policy-box .data {
  padding-left: 0px;
  margin-top: 10px;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: none;
  background: var(--color09);
  font-family: var(--ff02);
}

.form .data .add-code input{
  width: 30%;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 1;
  font-family: var(--ff02);
  font-weight: 400;
}

.form .p-policy-box .data input[type='radio']+label::before {
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color01);
  border-radius: 2px;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color01);
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background: var(--color09);
}

.form .data.age input {
  width: 3em;
  margin-right: 10px;
}

.form .data01 div {
  display: inline-block;
}

.form button {
  min-width: 200px;
}

.form .addtxt {
    font-size: 12px;
    margin-top: 5px;
    font-family: var(--ff02);
    font-weight: 500;
}

.form .addtxt::before {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    margin-right: 5px;
    font-size: 10px;
}

.form .actual_object_error_wrapper {
    display: flex;
    align-items: baseline;
}

.form .uk-text-danger.alert-anotation {
    width: 100%;
}

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
  
  .form .data .add-code input{
    width: 50%;
  }
}

@media(max-width:599px) {
  .form {
    background: #fff;
    padding: 20px 20px 40px;
  }

  .form button {
    min-width: 160px;
  }

  .form .box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form .datattl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

.che-list li{
  position: relative;
  padding-left: 15px;
}

.che-list li:after{
  content: "";
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--color00);
}

.che-list li + li,
.line-list li + li{
  margin-top: 10px;
}

.line-list li span{
  border-bottom: solid 1px var(--color00);
}

.d-none-tb,
.d-none-sp{
  display: block;
}
.d-b-tb,
.d-b-sp{
  display: none;
}
@media (max-width: 1024px) {
  .d-b-tb{
    display: block;
  }
  .d-none-tb{
    display: none;
  }
}
@media (max-width: 599px) {
.d-none-sp{
  display: none;
}
.d-b-sp{
  display: block;
}
}

.num-box-list .item{
  position: relative;
}

.num-box-list .num{
position: absolute!important;
    width: 100px;
    aspect-ratio: 1;
    background: var(--color02);
    color: #fff;
    outline: 4px dotted #fff;
    outline-offset: -8px;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    flex-direction: column;
}

.num-box-list .num .text{
  font-size: 24px;
  line-height: 1;
}

.num-box-list .btn-inner-txt img{
  max-width: 200px;
}

.border-dot{
      position: relative;
    padding: 20px 10px;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    border: 2px dashed var(--color08);
}

.zone-area .item{
    position: relative;
    padding: 20px;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    border: 2px dashed var(--color08);
}

.zone-area li:not(:first-of-type) .item:after{
  position: absolute;
    top: 50%;
    left: -26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: var(--color02);
    width: 10px;
    height: 20px;
    z-index: 2;
}

.zone-area .m-ttl{
      position: absolute;
    left: 15px;
    top: -20px;
    background: #fff;
    padding: 5px 15px;
}

.zone-area .sb-ttl{
  font-weight: bold;
      color: var(--color02);
      margin-bottom: 10px;
}

.zone-area .img{
  margin-bottom: 10px;
}

.zone-area .icons{
      font-size: 30px;
}

@media (max-width: 599px) {
  .num-box-list .num{
        top: 10px;
    left: 0px;
  }
  .zone-area .item{
    width: 100%;
            min-height: auto;
  }
    .zone-area .icons{
      width: 100%;
      text-align: center;
      margin: 30px 0;
    }
    
    .zone-area .icons i:before{
          content: "\f309";
    }
    .zone-area .img-area{
          display: flex;
    justify-content: space-between;
            align-items: flex-start;
    }
    .zone-area .img-area > div{
      width: 48%;
    }
    .zone-area .img-area .img{
      margin-bottom: 0;
    }
    .zone-area .che-list li + li,
    .zone-area .line-list li + li {
    margin-top: 0px;
}
.zone-area .che-list li,
    .zone-area .line-list li,
    .zone-area .indent-cmn-02{
      margin-bottom: 5px;
    }
    .zone-area li:not(:first-of-type) .item:after {
    top: -27px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 15px;
}
}

[data-element-id] .zone-area .m-ttl{
  position: inherit;
}

.opa{
  opacity:0.4;
}

/* 2025/02/17 */
.hpb-addtxt{
  font-size: 12px;
  text-align: center;
  background-color: #8F3257;
  color: #fff;
  border-radius: 0.5em;
  width: 65px;
  padding: 0.5em 0.1em;
  position: relative;
}

.hpb-addtxt::after {
  content: "▼";
  color: #8F3257;
  position: absolute;
  bottom: -9px;
  right: 5px;
}

.up-fz-8{
  font-size: 8px;
}

/* 2025/05/09 */
.type-price .menus-trouble-list .listbox .menu-price.ver02 {
  margin-top: 0;
}

/* 2025/05/22 */
.img.biyoushin {
  position: relative;
}

.img.biyoushin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 30%);
  z-index: 1;
}

.img.biyoushin .txt {
  position: absolute;
  z-index: 2;
  left: 1.5em;
  bottom: 1.5em;
  color: #ffffff;
  text-shadow:
  -1px -1px 0 #8c6e5e,
   1px -1px 0 #8c6e5e,
  -1px  1px 0 #8c6e5e,
   1px  1px 0 #8c6e5e,
   2px  2px 6px #8c6e5e; 
  font-size: 24px;
}

@media(max-width:599px) {
.img.biyoushin .txt {
  font-size: 12px;
  left: 1em;
  bottom: 1em;  
}    
}

.list-case li{
  display: flex;
  justify-content: space-between;
}

.list-case li > div{
  width: 50%;
}

.list-case li .txt{
  text-align: center;
}

.list-flow li .numwrap{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.list-flow li .numwrap::before{
  content: "/";
  display: block;
  transform: scale(-1, 1);
  margin-right: 20px;
}

.list-flow li .numwrap::after{
  content: "/";
  display: block;
  margin-left: 20px;
}

.list-flow li .numwrap .num span{
  font-size: 2em;
  color: var(--color02);
}

.list-flow li .ttl{
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.list-flow li .img{
  margin-top: 20px;
}

.list-flow li .txt{
  margin-top: 20px;
}

@media(max-width:599px) {
.list-flow li .ttl {
  font-size: 14px;
}    
}

.list-number01 li{
  padding-left: 1em;
  text-indent: -1em;
}

.list-number01 li::before{
  content: "・";
}

.sp-br{
  display: none;
}

@media(max-width:599px) {
.sp-br{
  display: block;
}    
}

/* 2025/05/28 */
.staff-intro .name{
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: 1em;
}

@media(max-width:599px) {
.staff-intro .name{
  font-size: 1.5em;
}    
}

[data-element-id] .faq-list.ver02 .item:nth-child(n + 4) {
    display: block;
}
