@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
  --color00: #555555;
  --color01: #70b5d1;
  --color02: #4c8ea9;
  --color03: #bd1a1a;
  --color04: #001c27;
  --color05: #7c7c7c;
  --ff01: "Zen Maru Gothic", serif;
  --ff99: "font awesome 5 free";
  --radius10: 10px;
  --radius20: 20px;
  --radius30: 30px;
  --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;
}

@media(max-width:1024px) {
  html {
    letter-spacing: 0.2px;
  }
}

.txt {
  line-height: 1.8;
  font-weight: 500;
}

.txt02 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.txt > a {
    color: var(--color01);
    border-bottom: 1px solid;
}

@media(max-width:1024px) {
  .txt {
    font-size: 15px;
  }

  .txt02 {
    font-size: 16px;
  }
  
  .txt a {
    color: var(--color01);
    border-bottom: 1px solid;
}
}


.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);
}

.bgi-cmn-00 {
  position: relative;
}

.bgi-cmn-00 .bgi00 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bgi-cmn-00 .bgi00 img {
  opacity: 0.2;
}

.bgi-cmn-00 .bgi00+.inner {
  z-index: 2;
  position: relative;
}

.bgi-cmn-01 {
  background: url('/import/tenant_2/162.43.25.12/html/images/deco07.webp');
}

.bgi-cmn-02 {
  background: url('/import/tenant_2/162.43.25.12/html/images/bgi-white.webp');
}

.bgi-cmn-03 {
  background: url('/import/tenant_2/162.43.25.12/html/images/lightblue-bgi.webp');
}

/* deco-cmn-bottom */
.deco-cmn-bottom {
  position: relative;
}

.deco-cmn-bottom::after {
  content: "";
  /* background-image: url('/import/tenant_2/162.43.25.12/html/images/giza-bottom.webp'); */
   background-image: url('/upload/tenant_2/bgi-white2.webp');
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
  height: 60px;
}

.deco-cmn-top {
  position: relative;
}

.deco-cmn-top::before {
  content: "";
  /* background-image: url('/import/tenant_2/162.43.25.12/html/images/giza-bottom.webp'); */
  background-image: url('/upload/tenant_2/bgi-white2.webp');
  background-repeat: repeat-x;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  height: 60px;
}

.deco-cmn-top02 {
  position: relative;
}

.deco-cmn-top02::before {
  content: "";
  background-image: url('/import/tenant_2/162.43.25.12/html/images/deco08.webp');
  background-repeat: no-repeat;
  aspect-ratio: 1300 / 113;
  width: 100%;
  display: block;
  z-index: 2;
  margin-bottom: 60px;
  background-size: cover;
  position: relative;
}

.deco-cmn-top02.-white::before {
  background-image: url('/import/tenant_2/162.43.25.12/html/images/deco09.webp');
}

@media(max-width:599px) {
  .deco-cmn-top02::before {
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: unset;
    height: 50px;
    background-size: 151%;
    margin-top: -5px;
  }
}

/* font-cmn */
.font-cmn-01 {
  font-family: var(--ff01);
}

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  position: relative;
  padding-left: 1.5em;
}

.indent-cmn-02::before {
  position: absolute;
  top: .32em;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid var(--color01);
  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;
  align-items: flex-start;
}

.cate span {
  background: var(--color01);
  color: #fff;
  padding: 5px;
  font-size: 12px;
  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:1024px){
  .logo img{
    max-height: 23px;
  }
}

@media(max-width:599px) {
  .cate span {
    font-size: 11px;
  }
}

/* 共通コンテンツ間隔 */

[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;
  cursor: pointer;
}

.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) {
  .index-trouble-area .tab_class .btn-txt {
    font-size: 18px;
    padding: 10px;
  }
}

@media(max-width:599px) {
  .index-trouble-area .tabBtn ul {
    gap: 2px;
  }

  .index-trouble-area .tabBtn ul .tab_class {
    width: calc((100% - 6px) / 2);
  }

  .index-trouble-area .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;
  background-image: url('/import/tenant_2/162.43.25.12/html/images/noise-blue.webp') !important;
}

.fead-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/import/tenant_2/162.43.25.12/html/images/noise-blue.webp') !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

.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;max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size:12px;
}

[data-element-id] .show\@tb.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
}

[data-element-id] .show\@pc.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  color: #fff;
  font-weight: 700;
  background: blue;
  text-align: center;
  text-shadow: none;
    padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
    border:2px solid blue;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size:12px;
}

[data-element-id] .show\@sp.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
}

@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;
}

[data-element-id] .show\@sp .ttl-size-small{
  font-size: 20px;
}

.ttl-size-xsmall {
  font-size: 20px;
}
[data-element-id] .show\@sp .ttl-size-xsmall {
    font-size: 19px;
    letter-spacing: 0;
  }

@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;
}

.sub-size-xsmall {
  font-size: 20px;
}

[data-element-id] .show\@sp .sub-size-xsmall{
    font-size: 18px;
  }

@media(max-width:1024px) {
  .sub-size-medium {
    font-size: 22px;
  }

  .sub-size-small {
    font-size: 19px;
  }
  
  .sub-size-xsmall{
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .sub-size-medium {
    font-size: 20px;
  }
}

/* 共通タイトルスタイル */
.ttl-cmn-00 {
  letter-spacing: 2px;
  font-weight: bold;
  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;
}

[data-element-id] .show\@sp .ttl-cmn-00.min .ttl-inner,[data-element-id] .show\@tb .ttl-cmn-00.min .ttl-inner{
          font-size: 22px;
}

.ttl-cmn-00.xmin .ttl-inner {
  font-size: 24px;
}

.ttl-cmn-00 .ttl-inner.type02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 30px;
}

[data-element-id] .show\@sp .ttl-cmn-00 .ttl-inner.type02{
  padding: 0 13px;
}

.ttl-cmn-00 .ttl-inner.type02::before,
.ttl-cmn-00 .ttl-inner.type02::after {
  content: "";
  background: var(--color02);
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
}

.ttl-cmn-00.white .ttl-inner.type02::before,
.ttl-cmn-00.white .ttl-inner.type02::after {
  background: #fff;
}

.ttl-cmn-00 .ttl-inner.type02::before {
  left: 5px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.ttl-cmn-00 .ttl-inner.type02::after {
  right: 5px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.ttl-cmn-00.white {
  color: #fff;
}

.ttl-cmn-00 .deco {
  content: "";
  background-image: url('/import/tenant_2/162.43.25.12/html/images/deco01.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 67 / 13;
  width: 67px;
  display: block;
  margin: 10px auto 20px;
}

.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 {
  font-size: 80%;
  color: var(--color01);
}

.ttl-cmn-00.white .en {
  color: #fff;
}

@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 .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;
}

[data-element-id] .show\@sp .ttl-cmn-01{
  font-size: 24px;
}

[data-element-id] .show\@sp .ttl-cmn-01.min{
  font-size: 22px;
}

.ttl-cmn-01::before {
  content: "";
  background-image: url('/import/tenant_2/162.43.25.12/html/images/ilst-paint.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  display: block;
  aspect-ratio: 55 / 50;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@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-01.min {
    font-size: 22px;
  }
}

/*===================================
  共通リスト　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;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  background: none;
  border-radius: 100px;
  max-width: 100%;
}

.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,
.btn-type-01 button:hover {
  opacity: 1;
  color: #fff;
}

.btn-type-01.type02 a:hover,
.btn-type-01.type02 button:hover,
a:hover .btn-type-01.type02 .a {
  border-color: var(--color02);
}

.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:after,
.btn-type-01 button:after,
.btn-type-01 .a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f04b";
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
}

.btn-type-01.back a:after,
.btn-type-01.back button:after,
.btn-type-01.back .a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

.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(--color01);
  -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(--color02);
}

.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;
}

@media(max-width:1024px) {
  .btn-type-01.xlarge a .btn-inner-txt {
    font-size: 20px;
    padding: 20px 50px;
  }
  
  .btn-type-01.medium a {
    min-width: 200px;
    padding: 15px 30px;
  }
}

@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.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 .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;
}

/* section-deco */
.section-deco-01 {
  position: relative;
}

.section-deco-01::before {
  content: "";
  background: url('/import/tenant_2/162.43.25.12/html/images/bgi-dark-blue.webp');
  background-repeat: repeat;
  width: 100%;
  height: 60%;
  min-height: 200px;
  max-height: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .section-deco-01::before{
  min-height: 500px;
}

.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: 12px;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 600;
}

@media(max-width:1024px) {
  .pagettl {
    padding-right: 45px;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .hide-h1 .pagettl {
    height: 0;
    opacity: 0;
  }
}

/**
ヘッダー
header
*/
.header {
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  background: url('/import/tenant_2/162.43.25.12/html/images/deco07.webp');
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

[data-element-id] .header{
  position: relative;
}

.header-common {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 42px;
}

[data-element-id] .header .toggle + .up-d-flex{
  align-items: flex-start !important;
}

.header .left {
  width: 420px;
}

[data-element-id] .header .left{
  flex-shrink: 0;
}

.header .logo img {
  max-height: 75px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a,.header .right .tel3 a {
  font-weight: bold;
  font-size: 30px;
}

.tel a,.tels .a,.tel3 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 {
  background: var(--color01);
  aspect-ratio: 1 / 1;
  width: 40px;
  border-radius: 50%;
  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;
  margin-top: 5px;
}

.tel-icon:before {
    content: '';
    background-image: url(/upload/tenant_2/icon-tel2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    display: block;
    aspect-ratio: 1 / 1;
}

.mail-icon:before {
  content: '';
  background-image: url('/upload/tenant_2/icon-mail2.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  display: block;
  aspect-ratio: 1 / 1;
}

.sp-fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 15%;
  right: 0;
}

[data-element-id] .sp-fixed-btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    width: fit-content;
    display: flex;
    align-items: center;
}

.fix-contact-btn.type02 {
  display: none;
}

/* 光らせるためのstyle */
.abtest-b .fix-contact-btn a {
    overflow: hidden;
    position: relative;
}

/* 光の疑似要素 */
.abtest-b .fix-contact-btn a::before {
    content: "";
    width: 200%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine2 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    position: absolute;
    top: 0;
    left: -200%;
}

/* 光の動き */
@-webkit-keyframes shine2 {
    0% {
        opacity: 0;
        left: -300%;
    }

    70% {
        opacity: 0.5;
        left: -300%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 300%;
    }
}

@keyframes shine2 {
    0% {
        opacity: 0;
        left: -300%;
    }

    70% {
        opacity: 0.5;
        left: -300%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 300%;
    }
}

@-webkit-keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

[data-element-id] .fix-contact-btn.type02 {
    display: block;
    border: 4px solid green;
    padding: 10px;
}

.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;
  background: var(--color01);
  padding: 10px 30px 10px 20px;
  min-width: 150px;
  color: #fff;
  border-radius: 100px 0 0 100px;
  border: 6px solid var(--color02);
  border-right: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fix-contact-btn a:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

[data-element-id] .fix-contact-btn.type02 .a.tel 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);
    }

[data-element-id] .fix-contact-btn.type02:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;margin: 10px -10px -10px;
}

.fix-contact-btn a .icon {
    padding-top: 5px;
}

.fix-contact-btn a .icon img {
    max-width: 20px;
    max-height: 20px;
}

@media (max-width: 1024px) {
  .header {
    padding: 5px 0;
  }

  .header .logo img {
    max-height: 23px;
  }


  .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;
  }
}

@media(max-width:599px) {
  .fix-contact-btn.type02 {
    display: block;
  }

  .sp-fixed-btn {
    bottom: 5px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 10px);
    gap: 5px;
  }
  
  .sp-fixed-btn>* {
    width: 100%;
  }
  
  .sp-fixed-btn .abtest-a,.sp-fixed-btn .abtest-b{
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
  }

  .sp-fixed-btn .abtest-a>*,.sp-fixed-btn .abtest-b>* {
    width: calc((100% - 5px) / 2);
  }

  .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: 10px;
  -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 .btn-inner::before {
  content: 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;
}

@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 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%;
  }

  .fix-bottom .btn.telbtn {
    -webkit-filter: none;
    filter: none;
    text-shadow: none;
  }

  .fix-bottom .btn.telbtn a {
    background: rgb(230 230 230);
  }
}

/**
グローバルナビ
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;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id] .gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.gnav .navlogo img {
  max-height: 40px;
}

.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: 20px;
}

[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: 600;
}

.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;
  width: 240px;
  opacity: 0;
  color: #fff;
  -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;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    padding-top: 0;
    pointer-events: auto;
}

.gnav .list02 .list02-inner {
  background: url('/import/tenant_2/162.43.25.12/html/images/deco06.webp');
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

[data-element-id] .gnav .list02 .list02-inner{
  border: 3px solid orange;
  padding: 10px;
}

[data-element-id] .gnav .list02 .list02-inner::after{
  background: orange;
  color: #fff;
  margin: 10px -10px -10px;
  display: block;
}

[data-element-id] .gnav .list02 .list02-inner.type-a::after{
  content: "運営会社について";
}

[data-element-id] .gnav .list02 .list02-inner.type-b::after{
  content: "サービス内容";
}

[data-element-id] .gnav .list02 .list02-inner.type-c::after{
  content: "料金";
}

[data-element-id] .gnav .list02 .list02-inner.type-d::after{
  content: "協力業者・加盟店募集";
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .item02+.item02 {
  margin-top: 5px;
  border-top: 2px dashed #ccc;
  padding-top: 7px;
}

.gnav .item02 a {
  display: block;
  padding: 5px;
  color: var(--color01);
  border-radius: 3px;
  -webkit-transition: 0s;
  transition: 0s;
  font-weight: 500;
}

.gnav .item02 a:hover {
  background: var(--color02);
  opacity: 1;
  color: #fff;
}

.sp-service-link {
  display: none;
}

[data-element-id] .sp-service-link {
    display: block;
    max-width: 375px;
    border: 4px solid green;
    padding: 10px;
}

[data-element-id] .sp-service-link:after{
  display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    margin: 10px -10px -10px;
}

.sp-service-link .linkbox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-service-link .linkbox-inner .item {
  width: calc(100% / 3);
  position: relative;
}

/* .sp-service-link .linkbox-inner .item:not(:nth-child(3n + 3))::before {
  border-right: 2px dashed var(--color01);
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;min-height: 130px;
}

.sp-service-link .linkbox-inner .item:not(:nth-child(n + 7))::after {
  border-bottom: 2px dashed var(--color01);
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
} */

.sp-service-link .linkbox-inner .item 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;
  font-weight: 600;
  text-align: center;
  padding: 10px 4px;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 130px;
}

.sp-service-link .linkbox-inner .item:not(:nth-child(n + 7)) {
  border-bottom: 2px dashed var(--color01);
}

.sp-service-link .linkbox-inner .item:not(:nth-child(3n + 1)) {
  border-left: 2px dashed var(--color01);
}

.sp-service-link .linkbox-inner .item .icon img {
  max-width: 50px;
  max-height: 42px;
}

.sp-service-link .linkbox-inner .item .text {
  line-height: 1.1;
  font-size: 13px;
  letter-spacing: -1px;
  margin-top: 10px;
}

.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: url('/import/tenant_2/162.43.25.12/html/images/deco06.webp');
    -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;
  }

  .drawer-active .gnav {
        z-index: 250;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        box-shadow: -1px 0 10px rgb(0 0 0 / 20%);
    }

  .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 .navlogo img{
    max-height: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }

  .gnav .list01 {
    gap: 10px;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 10px;
    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;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 15px;
    background: none;
    color: var(--color00);
    font-weight: 600;
  }
  
  .gnav .list02 a:hover{
    background: none;
    color: var(--color00);
    opacity: .5;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -.5px;
    background: var(--color00);
    content: '';
  }

  .sp-service-link {
    display: block;
  }
  
  .gnav .item01>a, .gnav .item01 .itemin{
    font-size: 18px;
    width: fit-content;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: unset;
  }

  .gnav .wrap {
    padding: 30px 10px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !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: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 3px;
  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:first-of-type {
  -webkit-animation: bar-first .75s forwards;
  animation: bar-first .75s forwards;
}

@-webkit-keyframes bar-first {
  0% {
    top: calc(50% - 10px);
  }
  50% {
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
}
@keyframes bar-first {
  0% {
    top: calc(50% - 10px);
  }
  50% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
}

.drawer-active .toggle .bar:nth-of-type(2){
  opacity: 0;
}


.drawer-active .toggle .bar:last-of-type {
  /* transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  top: 50%; */
  -webkit-animation: bar-last .75s forwards;
  animation: bar-last .75s forwards;
}

@-webkit-keyframes bar-last {
  0% {
    top: calc(50% + 10px);
  }
  50% {
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
}
@keyframes bar-last {
  0% {
    top: calc(50% + 10px);
  }
  50% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
  }
  100% {
    -webkit-transform: translateY(-50%) 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/162.43.25.12/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 {
  background: url('/import/tenant_2/162.43.25.12/html/images/deco07.webp');
  padding: 100px 0 150px;
  position: relative;
  z-index: 21;
}

#footer::after {
  content: "";
  display: block;
  background-image: url('/import/tenant_2/162.43.25.12/html/images/deco04.webp');
  aspect-ratio: 1300 / 111;
  background-repeat: repeat-x;
  bottom: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}

.footer .copy {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .btnbox .btn,
.content .btnbox .btn a {
  width: 100%;
  font-size: 18px;
}

.content .btnbox .btn a {
  padding: 15px 30px;
}

.btn.contact a {
  background: var(--color01);
  color: #fff;
  padding: 10px 20px 10px 45px;
  min-width: 180px;
}

.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;
}

.btn.telbtn .btn-inner::before {
  top: 55%;
  content: "\f095";
  -webkit-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
}

.btn.contact .btn-inner::before {
  top: 50%;
  content: "";
  background-image: url('/upload/tenant_2/icon-mail2.webp');
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  aspect-ratio: 1 / 1;
  width: 22px;
  background-size: contain;
  left: 20px;
}

.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(--color01);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  min-width: 130px;
  padding-right: 20px;
}

.fnav .list01-box .tit .icon img {
  max-width: 30px;
  max-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fnav .item {
  margin-bottom: 15px;
}

.fnav .item a {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.3;
}



@media (max-width: 1024px) {
  .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%;
  }
}

@media (max-width: 599px) {
  #footer {
    padding: 80px 0 150px;
  }

  #footer::after {
    aspect-ratio: unset;
    background-size: 200%;
    background-position-y: bottom;
    height: 80px;
    bottom: 65px;
  }
}

/**
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: 220px;
}

.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;
    font-size: 14px;
    font-weight: 500;
}

.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(100vh - 80px);
}

.homevisual::before {
  content: "";
  /* background-image: url('/import/tenant_2/162.43.25.12/html/images/giza-bottom.webp'); */
  background-image: url('/upload/tenant_2/bgi-white2.webp');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
  height: 120px;
}

.homevisual .img {
  position: relative;
  height: 100%;
}

.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;
  max-width: 1200px;
  position: absolute;
  top: 40%;
  left: calc(50% - 500px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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-weight: bold;
  font-size: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 20%),
    1px 1px 5px rgb(0 0 0 / 20%),
    1px 1px 2px rgb(0 0 0 / 20%),
    1px 1px 5px rgb(0 0 0 / 20%);
}

[data-element-id] .homevisual .head .show\@sp h2 {
        font-size: 34px;
    }

.homevisual .head .head-balloon {
  background-image: url('/import/tenant_2/162.43.25.12/html/images/fukidashi02.webp');
  aspect-ratio: 17 / 7;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  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;
  width: 280px;
  padding-bottom: 50px;
  letter-spacing: 2px;
  margin-bottom: -50px;
}

.homevisual .head .sub-txt {
  background: url('/import/tenant_2/162.43.25.12/html/images/bgi-deco01.webp') no-repeat;
  color: #fff;
  padding: 10px 30px;
  aspect-ratio: 65 / 6;
  background-size: contain;
  font-weight: 500;
  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;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
}

[data-element-id].homevisual .head .show\@sp .sub-txt {
    padding: 10px 20px 12px;
        width: 100%;
        font-size: 15px;
        text-align: center;
        background-position-x: right;
        background-image: url(/upload/tenant_2/bgi-deco01-sp.webp);
        aspect-ratio: 325 / 81;
}

@media (max-width:1024px) {
  .homevisual {
    height: 100vh;
  }

  .homevisual .head {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
  }

  .homevisual .head h2 {
    font-size: 50px;
  }
}

@media (max-width: 599px) {
  .homevisual {
    height: 95vh;
  }

  .homevisual::before {
    background-size: cover;
  }

  .homevisual .head h2 {
    font-size: 34px;
  }

  .homevisual .head .head-balloon {
    font-size: 24px;
    width: 250px;
    padding-bottom: 45px;
    margin-bottom: -40px;
  }

  .homevisual .head .sub-txt {
    padding: 10px 20px 12px;
        width: 100%;
        font-size: 15px;
        text-align: center;
        background-position-x: right;
        background-image: url(/upload/tenant_2/bgi-deco01-sp.webp);
        aspect-ratio: 325 / 81;
  }
}

/* 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;
}

.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;
}

.uk-lightbox-content,.uk-responsive-width{
  height: 100%;
}

/*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 */
.index-news-area .titbox {
  border-right: 1px solid;
  padding-right: 40px;
  margin-right: 40px;
}

@media(max-width:599px) {
  .index-news-area .titbox {
    border-right: none;
    border-bottom: 1px solid;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

/* index-reason-area */
.index-reason-list .contentbox .item:nth-of-type(odd) .txtbox {
  padding-right: calc(50% - 500px);
}

.index-reason-list .contentbox .item:nth-of-type(even) .txtbox {
  padding-left: calc(50% - 500px);
}

.index-reason-list .contentbox .item .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-element-id] .index-reason-list .contentbox .item .show\@sp .tit-wrap{
  gap:0;
}

[data-element-id] .index-reason-list .contentbox .item .show\@sp .reason {
        width: 80px;
        font-size: 12px;transform: translateX(-5px);
    }

.index-reason-list .contentbox .item .tit-wrap {
  background-image: url('/import/tenant_2/162.43.25.12/html/images/line.webp');
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

.index-reason-list .contentbox .item .reason {
  background: url('/import/tenant_2/162.43.25.12/html/images/paint01.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 122 / 117;
  width: 120px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 5px 0px 0 10px;
  line-height: 1;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-reason-area .titbox .balloon,.index-works-area.type02 .titbox .balloon {
  background-image: url('/import/tenant_2/162.43.25.12/html/images/fukidashi.webp');
  aspect-ratio: 17 / 7;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  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;
  width: 170px;
  padding-left: 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  margin-bottom: -50px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.index-works-area.type02 .titbox .balloon {
    background-image: url(/upload/tenant_2/fukidashi.webp);
    aspect-ratio: 156 / 35;
    width: 300px;
    font-size: 20px;
    margin: 0 auto 0;
    transform: none;
}

[data-element-id] .index-reason-area .titbox .show\@sp .balloon{
  font-size: 18px;
        width: 120px;
        margin-bottom: -20px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
}

 [data-element-id] .index-works-area.type02 .titbox .show\@sp .balloon {
    font-size: 16px;
    width: 250px;
    -webkit-transform: translateX(0px);
    transform: translateX(0);
    margin: 0 auto;
}

@media(max-width:1024px) {
  .index-reason-list .contentbox .item .tit-wrap {
    gap: 10px;
  }

  .index-reason-list .contentbox .item .reason {
    width: 100px;
    font-size: 13px;
  }
}

@media(max-width:599px) {
  .index-reason-list .contentbox .item .tit-wrap {
    background-image: unset;
    padding-bottom: 0;
    gap: 0;
  }

  .index-reason-area .item .tit {
    letter-spacing: 0;
  }

  .index-reason-area .titbox .balloon{
    font-size: 18px;
    width: 120px;
    margin-bottom: -20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  
   .index-works-area.type02 .titbox .balloon {
    font-size: 16px;
    width: 250px;
    -webkit-transform: translateX(0px);
    transform: translateX(0);
    margin: 0 auto;
  }
  
  .index-reason-list .contentbox .item .reason {
    width: 80px;
    font-size: 12px;transform: translateX(-5px);
  }
}

/* index-service-area */
.index-service-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

.index-service-list .box01 .item {
  width: calc(calc(100% - 100px) /3);
}

.index-service-list .box .item a {
  position: relative;
  display: block;
}

.index-service-list .box01 .item a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 30px;
  background: #001c27;
}

.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.5);
  filter: brightness(0.5);
  -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: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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 .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s 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 .banner .banner-inner {
  border: 8px solid var(--color02);
  background-color: #fff;
  position: relative;
}

.index-service-area .banner .titbox {
  background: var(--color02);
  color: #fff;
  padding: 10px 70px 10px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  margin-top: -8px;
  margin-right: -20px;
  text-align: center;
}

[data-element-id] .index-service-area .banner .show\@sp .titbox{
  padding: 10px 0px 15px;
        margin: -1px -1px 10px 0px;
        -webkit-clip-path: none;
        clip-path: none;
}

.index-service-area .banner .content {
  padding: 10px 30px 0;
}

.index-service-area .banner .imgbox {
  margin-top: -40px;
  margin-right: 20px;
}

.index-service-area .banner .mitsumori {
  border: 1px solid var(--color03);
  color: var(--color03);
  font-weight: 600;
  font-size: 20px;
  padding: 5px 15px;
}

.index-service-area .banner .mail {
  background: var(--color01);
  color: #fff;
  padding: 10px 30px 12px;
  min-width: 180px;
  text-align: center;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.index-service-area .banner .mail::before {
  content: "";
  background-image: url('/import/tenant_2/162.43.25.12/html/images/icon/icon-mail.webp');
  aspect-ratio: 4 / 3;
  width: 28px;
  background-size: contain;
  display: block;
  margin-top: 3px;
}

.index-service-area .banner .tel,.index-service-area .banner .tels {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 4px;
}

.index-service-area .banner .tel .tel-icon,.index-service-area .banner .tels .tel-icon {
  width: 50px;
  margin-top: 10px;
}

.index-service-area .banner .tel-icon:before {
  width: 20px;
}

@media(max-width:1024px) {
  .index-service-list .box {
    gap: 10px;
  }

  .index-service-list .box01 .item {
    width: calc(calc(100% - 20px) /3);
  }

  .index-service-list .box02 .item {
    width: calc(calc(100% - 30px) /4);
  }

  .index-service-list .box02 .item a {
    padding: 20px 5px;
  }

  .index-service-list .box02 .item a .ja {
    letter-spacing: -.5px;
  }

  .index-service-area .banner .txtbox {
    margin-left: -1px;
  }

  .index-service-area .banner .titbox {
    padding: 10px 40px 10px 10px;
  }

  .index-service-area .banner .tel,.index-service-area .banner .tels {
    font-size: 50px;
    letter-spacing: 2px;
  }
}

@media(max-width:599px) {
  .index-service-list .box01 .item {
    width: calc(calc(100% - 10px) / 2);
  }

  .index-service-list .box01 .item a {
    aspect-ratio: unset;
    padding: 20px 10px;
  }

  .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,.index-service-area .banner .tels {
    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-trouble-area */
.index-trouble-area .box {
  border: 10px solid var(--color02);
  padding: 20px;
  background: #fff;
}

[data-element-id] .index-trouble-area .tabItem + .tabItem{
  margin-top: 30px;
}

.index-trouble-area .box .box-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;
}

.index-trouble-area .box .li-item {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 42px;
}

.index-trouble-area .box .li-item::before {
  content: "\f00c";
  font-family: var(--ff99);
  font-weight: bold;
  border: 1px solid var(--color03);
  color: var(--color03);
  aspect-ratio: 1 / 1;
  width: 30px;
  border-radius: 50%;
  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;
  letter-spacing: 0;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-trouble-area .box .li-item+.li-item {
  margin-top: 13px;
}

@media(max-width:1024px) {
  .index-trouble-area .box {
    border: 6px solid var(--color02);
    padding: 15px 15px;
  }

  .index-trouble-area .box .li-item {
    font-size: 16px;
    padding-left: 42px;
    padding-left: 35px;
  }

  .index-trouble-area .box .li-item::before {
    width: 28px;
    padding-top: 1px;
    padding-left: 1px;
    font-size: 14px;
    top: -2px;
  }
}

@media(max-width:599px) {
  .index-trouble-area .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 6px solid var(--color02);
  }
}

/* index-about-area */
.index-about-area .txtbox {
  padding-right: calc(50% - 650px);
}

.index-about-area .ttl-cmn-00 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index-about-area .ttl-cmn-00 .en {
  width: 100%;
  text-align: center;
  padding-right: 80px;
}

[data-element-id] .index-about-area .show\@tb .ttl-cmn-00 .en{
  padding-right: 0;
}

.index-about-area .ttl-cmn-00 .deco {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

[data-element-id] .index-about-area .show\@tb .ttl-cmn-00 .deco {
        -webkit-transform: translateX(-0px);
        transform: translateX(-0px);
    }

.index-about-area .ttl-cmn-00 .ttl-inner {
  background: url('/import/tenant_2/162.43.25.12/html/images/noise-blue.webp');
  color: #fff;
  padding: 10px 50px 10px 50px;
  margin-right: 80px;
  position: relative;
  margin-left: -1px;
  margin-top: 10px;
}

[data-element-id] .index-about-area .show\@tb .ttl-cmn-00 .ttl-inner {
        width: 98%;
        padding: 10px;
    }

.index-about-area .ttl-cmn-00 .ttl-inner::before {
  content: "";
  background-image: url('/import/tenant_2/162.43.25.12/html/images/268472406b.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  aspect-ratio: 80 / 73;
  display: block;
  position: absolute;
  top: -5px;
  right: -78px;
}

[data-element-id] .index-about-area .show\@tb .ttl-cmn-00 .ttl-inner::before{
  width: 58px;
        top: auto;
        right: -10px;
        bottom: -50px;
        -webkit-transform: rotate(90deg) scale(1, -1);
        transform: rotate(90deg) scale(1, -1);
}

.index-about-list .imgbox {
  background: url('/import/tenant_2/162.43.25.12/html/images/noise-blue.webp');
  padding-right: 20px;
  margin-right: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-about-list .imgbox .img {
  max-height: 600px;
}

@media(max-width:1024px) {
  .index-about-area .ttl-cmn-00 .ttl-inner {
    width: 90%;
  }

  .index-about-list .imgbox {
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 20px;
  }
}

@media(max-width:599px) {
  .index-about-list .txtbox {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .index-about-area .ttl-cmn-00 .ttl-inner {
    width: 98%;
    padding: 10px;
  }

  .index-about-area .ttl-cmn-00 .ttl-inner::before {
    width: 58px;
    top: auto;
    right: -10px;
    bottom: -50px;
    -webkit-transform: rotate(90deg) scale(1, -1);
    transform: rotate(90deg) scale(1, -1);
  }

  .index-about-area .ttl-cmn-00 .en {
    padding-right: 0;
  }

  .index-about-area .ttl-cmn-00 .deco {
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
  }
}

/* index-voice-area */
.index-voice-area .item .item-inner {
  border: 8px solid var(--color01);
  padding: 30px 20px;
  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;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
}

.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 {
  max-width: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-voice-area .item a:hover .img {
  scale: 1.1;
}

.index-voice-area .item .tit {
  border-bottom: 1px solid var(--color02);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* index-works-list */
[data-element-id] .index-works-list>*{
  display: flex;
  flex-wrap: wrap;
}

[data-element-id] .index-works-list .item{
  width: calc(100% / 3);
}

[data-element-id] .index-works-list .item:nth-child(n + 4){
  display: none;
}

.index-works-list .item .item-inner {
  background: var(--color01);
  position: relative;
  border: 8px solid var(--color01);
  color: #fff;
  text-align: center;
  margin: 0 10px;
  padding-bottom: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-works-list .item a:hover .item-inner {
  border-color: var(--color02);
  background: var(--color02);
}

.index-works-list .item a .item-inner .img {
  overflow: hidden;
}

.index-works-list .item a .item-inner .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.index-works-list .item a:hover .item-inner .img img {
  scale: 1.1;
}

i.btn-slick.btn-next,
i.btn-slick.btn-back {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: var(--color02);
  border: 2px solid var(--color02);
  color: #fff;
  width: 45px;
  padding-bottom: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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:hover {
  background: #fff;
  border: 2px solid var(--color02);
  color: var(--color02);
}

i.btn-slick.btn-back {
  /* left: calc(50% - 520px); */
  left: 10vw;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  padding-left: 3px;
}

i.btn-slick.btn-next {
  /* right: calc(50% - 520px); */
  right: 10vw;
}

.index-works-list .item a:hover {
  opacity: 1;
}


@media(max-width:1024px) {

  .index-works-list .item:nth-of-type(5),
  .index-works-list .item:nth-of-type(6) {
    display: none;
  }

  i.btn-slick.btn-back {
    left: 10px;
  }

  i.btn-slick.btn-next {
    right: 10px;
  }
}

/* index-article-area */
.index-article-area .index-blog .item {
  min-height: calc((100% - 20px) / 2);
}

.index-article-area .item a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-article-area .index-blog .item+.item {
  margin-top: 20px;
}

.index-article-area .index-news .item+.item {
  margin-top: 10px;
}

.index-article-area .item a .img {
  border: 1px solid var(--color01);
}

.index-article-area .index-news .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media(max-width:599px) {
  .index-article-area .item a .img {
    border: 3px solid var(--color01);
  }
}

/* index-others-list */
.index-others-list .item .item-inner {
  background: var(--color01);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.index-others-list .item:nth-of-type(even) .item-inner {
  background: var(--color02);
}

.index-others-list .item .tit {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}

.index-others-list .item .right-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.index-others-list .item .right-btn::before {
  content: "";
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  background: #fff;
  content: "\f04b";
  font-family: var(--ff99);
  font-weight: bold;
  color: var(--color01);
  font-size: 12px;
  border: 4px solid;
}

.index-others-list .item:nth-of-type(even) .right-btn::before {
  color: var(--color02);
}

.index-other02-list .item .item-inner {
  padding: 40px;
  background: #50a6c9;
}

.index-other02-list .item:nth-of-type(even) .item-inner {
  background: var(--color04);
}

@media(max-width:1024px) {
  .index-others-list .item .tit {
    font-size: 16px;
  }

  .index-others-list .item .icon img {
    max-width: 60px;
  }

  .index-others-list .item .right-btn {
    bottom: 5px;
    right: 5px;
  }

  .index-others-list .item .right-btn::before {
    width: 45px;
    height: 45px;
    font-size: 10px;
    padding-left: 2px;
  }

  .index-other02-list .item .item-inner {
    padding: 30px 20px;
  }
}

@media(max-width:599px) {
  .index-others-list .item:nth-of-type(3) .item-inner {
    background: var(--color02);
  }

  .index-others-list .item:nth-of-type(4) .item-inner {
    background: var(--color01);
  }

  .index-others-list .item:nth-of-type(3) .right-btn::before {
    color: var(--color02);
  }

  .index-others-list .item:nth-of-type(4) .right-btn::before {
    color: var(--color01);
  }

  .index-other02-list .item .item-inner {
    padding: 30px 10px;
  }
}

/* index-conpany-area */
.index-conpany-area .map iframe {
    height: 100%;
    min-height: 300px;
}

.index-conpany-area .infobox .subbox+.subbox {
  margin-top: 20px;
}

/* index-contact-area */
.index-contact-area .contact-list .telbox {
  font-size: 60px;
  font-weight: 600;
}

.index-contact-area .contact-list .telbox .tel-icon {
  width: 50px;
  margin-top: 10px;
}

.index-contact-area .contact-list .telbox .tel-icon:before {
  width: 25px;
}

.index-contact-area .contact-list .btn-type-01 a:after {
  content: none;
}

@media(max-width:1024px) {
  .index-contact-area .contact-list .telbox {
    font-size: 50px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */

.topvisual {
  position: relative;
  overflow: hidden;
}

.topvisual::before {
  content: "";
  /* background-image: url('/import/tenant_2/162.43.25.12/html/images/giza-bottom.webp'); */
  background-image: url('/upload/tenant_2/bgi-white2.webp');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: -80px;
  right: 0;
  display: block;
  z-index: 2;
  height: 120px;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 400px;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.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: 96%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(0px 0px 5px rgb(0 0 0 / 20%)) drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
  filter: drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(1px 1px 5px rgb(0 0 0 / 20%)) drop-shadow(0px 0px 5px rgb(0 0 0 / 20%)) drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
}

/* .topvisual .head h2 {
  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;
  color: #fff;
} */

.topvisual .head .en {
  letter-spacing: 2px;
  font-size: 50%;
}

.topvisual .head .ja {
  font-weight: 500;
  line-height: 1.2;
}

.topvisual .head .deco {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .topvisual .head {
    font-size: 36px;
  }

  .topvisual::before {
    background-size: 130%;
    height: 60px;
    bottom: -40px;
  }
}

@media (max-width: 599px) {
  .topvisual::before {
    background-size: 200%;
    height: 30px;
    bottom: -15px;
  }

  .topvisual .head {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .topvisual .head .en {
    font-size: 70%;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 0 0 30px;
}

.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: 600;
}

.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: 0 0 20px;
    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: 0 0 15px;
    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: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.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: 500;
}

.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 {
  background: #fff;
  padding: 20px;
  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 .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;
}

@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%;
  }
}

/* 03first */
.flow-area .item+.item {
  margin-top: 80px;
}

.flow-area .item-inner {
  position: relative;
}

.flow-area .item:not(:last-of-type) .item-inner::before {
  content: "";
  height: 0;
  width: 3px;
  left: 50px;
  top: 0;
  background: var(--color01);
  display: block;
  position: absolute;
  -webkit-transition: 2s !important;
  transition: 2s !important;
}

.flow-area .item.mv:not(:last-of-type) .item-inner::before,[data-element-id] .flow-area .item:not(:last-of-type) .item-inner::before {
  height: calc(100% + 80px);
}

.flow-area .item-inner .iconbox {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
  aspect-ratio: 1 / 1;
  background: var(--color01);
  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;
}

.flow-area .item-inner .iconbox img {
  max-width: 50px;
  max-height: 50px;
}

.flow-area .item-inner .iconbox .icon.type02 img {
  max-width: 40px;
}

.flow-area .item-inner .txtbox {
  padding: 0 0 0 140px;
}

@media(max-width:1024px) {
  .flow-area .item-inner .txtbox {
    padding: 0 0 0 100px;
  }

  .flow-area .item-inner .iconbox {
    top: -20px;
    width: 80px;
  }

  .flow-area .item-inner .iconbox img {
    max-width: 50px;
    max-height: 50px;
  }

  .flow-area .item:not(:last-of-type) .item-inner::before {
    left: 40px;
  }
}

@media(max-width:599px) {
  .flow-area .item+.item {
    margin-top: 50px;
  }

  .flow-area .item-inner .iconbox {
    top: -15px;
    width: 60px;
  }

  .flow-area .item-inner .txtbox {
    padding: 0 0 0 70px;
  }

  .flow-area .item-inner .iconbox img {
    max-width: 38px;
    max-height: 38px;
  }

  .flow-area .item-inner .iconbox .icon.type02 img {
    max-width: 35px;
  }

  .flow-area .item:not(:last-of-type) .item-inner::before {
    left: 29px;
  }

  .flow-area .item-inner .txt {
    line-height: 1.5;
  }
}

/* 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;
}

/* 05wall */
.table-list-wrap {
  width: 120%;
  margin-left: -30%;
  z-index: 2;
  position: relative;
  margin-top: 20px;
}

.table-list-txt{
  width: 120%;
  margin-left: -30%;
  z-index: 2;
  position: relative;
}

.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;
  }
  
  .table-list-txt{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }
  
  .wall-table-list dl dt{
    flex-direction: column;
  }

  /* .wall-table-list dl>* {
    width: calc((100% - 80px)/ 2);
  }

  .wall-table-list dl>dd:first-of-type {
    width: 80px;
  } */
}

/* 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 .item {
  width: calc((100% - 60px)/3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service01-area .service01-list.type02 .item {
  width: calc((100% - 40px)/2);
}

.service01-area .service01-list .item .item-inner {
  min-height: 200px;
  position: relative;
  padding: 20px;
  height: 100%;
  background: rgb(255 255 255 / 40%);
  border: 3px dashed #ccc;
}

.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;
}

@media(max-width:1024px) {
  .service01-area .service01-list {
    gap: 10px;
  }

  .service01-area .service01-list .item {
    width: calc((100% - 20px) / 3);
  }

  .service01-area .service01-list.type02 .item {
    width: calc((100% - 10px) / 2);
  }

  .service01-area .service01-list .item .item-inner {
    padding: 20px 10px;
  }
}

@media(max-width:599px) {

  .service01-area .service01-list .item,
  .service01-area .service01-list.type02 .item {
    width: 100%;
  }
}

/* 06leak */
.leak-point-list .item .item-inner {
  padding: 30px 20px;
  border-radius: 10px;
  color: var(--color04);
  height: 100%;
  background: rgb(255 255 255 / 90%);
}

@media(max-width:599px) {
  .leak-point-list .item .item-inner {
    padding: 30px 10px;
  }
}

/* 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 */
/* カラーシミュレーション */
.color-simulation-area .simulationlist {
  background: url('/import/tenant_2/162.43.25.12/html/images/deco06.webp');
  padding: 40px;
  border-radius: 10px;
  border: 6px solid var(--color01);
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

/* tab */
.color-simulation-area .tabItem {
  display: none;
}

[data-element-id] .color-simulation-area .tabBody{
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .color-simulation-area .tabItem {
    display: block;
    width: calc(100% / 4);
}

.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;
}

[data-element-id] .articledtl02 .list-article .item:nth-of-type(4){
  display: block;
}

[data-element-id] .articledtl02 .list-article .item:nth-of-type(4) a{
  border: 4px solid green;
  padding: 10px;
}

[data-element-id] .articledtl02 .list-article .item:nth-of-type(4) a:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    margin: 10px -10px -10px;
}

@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+.item {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px dashed #ccc;
}

.blog01 .list-article .item a {
  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;
  align-items: flex-start;
}

.blog01 .list-article .item a:hover {
  opacity: 1;
}

.blog01 .list-article .item a .img {
  width: 30%;
  overflow: hidden;
}

.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 .blocktxt {
  width: 65%;
}

/* .news01 .list-article .item .blocktxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.news01 .list-article .item .blocktxt .cate span {
  display: block;
  padding: 5px 10px 6px 10px;
  margin: 0;
  width: 150px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
} */

.blog01 .list-article .item .blocktxt .txt {
  -webkit-transition: .5s;
  transition: .5s;
  display: inline;
}

.blog01 .list-article .item a:hover .blocktxt .txt {
  /* opacity: .5; */
  color: 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;
  height: 100%;
}

.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 .box.before .ttl::after {
  content: "";
  background: url('/import/tenant_2/162.43.25.12/html/images/deco-right.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 63 / 17;
  width: 50px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: -60px;
  z-index: 16;
}

.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%;
  min-width: 100px;
  -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 #ccc;
}

.voice01 .list-article .item a:hover {
  opacity: 1;
}

.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;
}

[data-element-id] .voice01 .list-article .item .item-inner .imgbox{
  display: flex;
  flex-direction: column;
}

.voice01 .list-article .item .img {
  padding: 40px;
  background: #fff;
  border: 6px 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 .list-article .item a:hover .img {
  border-color: var(--color02);
  padding: 30px;
}

.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: -23px;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.voice01 .list-article .item a:hover .img::before {
  background: var(--color02);
}

.voice01 .item .q-tit {
  border-bottom: 1px solid var(--color01);
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

@media(max-width:1024px) {
  .voice01 .list-article .item .img {
    padding: 30px;
    border: 4px solid var(--color01);
  }

  .voice01 .list-article .item .img::before {
    right: -20px;
  }
}

@media(max-width:599px) {
  .voice01 .list-article .item .img {
    padding: 15px;
  }

  .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;
}

[data-element-id] .recruit-message-area .name {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    position: relative;
    right: auto;
    width: fit-content;
    margin-left: auto;
}

.recruit-message-area .img {
  -webkit-filter: drop-shadow(3px 0px 0px var(--color02));
  filter: drop-shadow(3px 0px 0px var(--color02));
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.company-info-area.type-recruit .company-info-list {
  background: #fff;
  padding: 40px;
}

@media(max-width:599px) {
  .company-info-area.type-recruit .company-info-list {
    padding: 30px 15px;
  }
}

/* 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: #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: 60px;
  line-height: 1;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  -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 span:before,
.faq-list .datattl span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  background: var(--color01);
  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 90px;
  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: 60px;
  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: 10px;
    width: 12px;
  }

  .faq-list .datattl:before {
    font-size: 24px;
    width: 40px;
    margin-right: 10px;
  }

  .faq-list .data {
    padding-left: 55px;
    padding-bottom: 20px;
  }

  .faq-list .data:before {
    font-size: 24px;
    width: 40px;
    top: 18px;
    left: 8px;
  }
}

/* フォーム */
.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 20px 0;
}

.form .box.textarea{
  align-items: flex-start;
}

.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 6px;
  background: var(--color01);
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 100px;
}

.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 .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;
}

.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;
  min-width: 28%;
}

.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: 1px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.form .data .actual_object_error_wrapper input[type='radio']+label::before{
  top: 6px;
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 4px;
  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;
}

.form .data01 div {
  display: inline-block;
}

.form button {
  min-width: 200px;
}

/* .form .btn-type-01 button:after{
  content: none;
}

.form .btn-type-01 button .btn-inner-txt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.form .btn-type-01 button .btn-inner-txt::after{
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    content: "\f04b";
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    margin-left: 8px;
} */

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media(max-width:599px) {
  .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;
  }
  
  .form .data .actual_object_error_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .form .data .actual_object_error_wrapper input[type='radio']+label::before {
    top: 1px;
  }
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

.sekochu-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sekochu-box .js-contp{
  width: 50%;
    padding: 2%;
}

.sekochu-p{
  font-weight: 600;
    color: var(--color02);
    text-align: center;
}


/**サンクスページ　PDF**/
.materials {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #a9a9a9;
}
.materials h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #70b5d1;
  margin-bottom: 20px;
}
.materials .txt {
  text-align: center;
  margin-bottom: 50px;
}
.materials ul {
  width: 60%;
  margin: 20px auto 0;
}
.materials ul li {
  display: flex;
  align-items: baseline;
  font-weight: 500;
  margin-top: 10px;
}
.materials ul li .m01 {
  width: 60%;
}
.materials ul li .m02 {
  width: 40%;
}
.materials ul li .m02 a {
  display: block;
  background: #70b5d1;
  padding: 10px;
  text-align: center;
  color: #fff;
}

@media (max-width: 599px){
  .materials {
    padding: 10px;
  }
  .materials h3 {
    font-size: 20px;
  }
  .materials .txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .materials ul {
    width: 90%;
  }
}

 #roof .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        /* セクション共通 */
        #roof .info-section {
            background: #fff;
            margin-bottom: 50px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        #roof .section-header {
            background: linear-gradient(135deg, #5a9ec9 0%, #85b7d9 100%);
            padding: 20px 35px;
            display: flex;
            align-items: center;
            gap: 15px;
            position: relative;
        }

        #roof .section-header::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 12px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 12" preserveAspectRatio="none"><path d="M0,0 Q300,12 600,0 T1200,0 L1200,12 L0,12 Z" fill="white"/></svg>') repeat-x;
            background-size: 1200px 12px;
        }

        #roof .section-number {
            width: 42px;
            height: 42px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 700;
            color: #5a9ec9;
            flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        #roof .section-header h2 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        #roof .section-content {
            padding: 45px 35px 40px;
        }

        /* 2カラムレイアウト */
        #roof .two-column {
            display: grid;
            grid-template-columns: 380px 1fr;
            gap: 45px;
        }

        /* 左側：施工の流れボックス */
#roof .process-box {
    /* background: linear-gradient(135deg, #e8f4f8 0%, #d4e9f2 100%); */
    border: 2px dashed #85b7d9;
    border-radius: 8px;
    height: auto;
    align-self: center;
    padding: 28px 22px;
}
        #roof .process-title {
            font-size: 17px;
            font-weight: 700;
            color: #5a9ec9;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #5a9ec9;
            text-align: center;
        }

        #roof .process-item {
            background: #fff;
            padding: 14px 18px;
            margin-bottom: 12px;
            border-radius: 6px;
            font-size: 14px;
            color: #333;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            text-align: center;
        }

        /* 施工画像エリア */
        #roof .process-image {
            margin-top: 15px;
            margin-bottom: 12px;
        }

        #roof .process-image-box {
            width: 100%;
            height: 250px;
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        #roof .process-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #roof .process-note {
            margin-top: 10px;
            font-size: 12px;
            color: #7a9eb8;
            text-align: center;
        }

        /* 右側：説明文 */
        #roof .description-area {
            padding-top: 5px;
        }

        #roof .description-text {
            font-size: 15px;
            line-height: 2;
            color: #444;
            margin-bottom: 28px;
        }

        #roof .description-highlight {
            font-weight: 700;
            color: #5a9ec9;
        }

        /* チェックリスト */
        #roof .checklist {
            list-style: none;
        }

        #roof .checklist-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            padding: 14px 18px;
            background: linear-gradient(135deg, #f8fbfd 0%, #eef6fb 100%);
            border-left: 4px solid #85b7d9;
            border-radius: 6px;
        }

        #roof .checklist-icon {
            flex-shrink: 0;
            width: 22px;
            height: 22px;
            background: #5a9ec9;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 13px;
            margin-top: 2px;
        }

        #roof .checklist-text {
            font-size: 14px;
            color: #444;
            line-height: 1.7;
        }

        /* メリットグリッド */
        #roof .merit-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
            margin-bottom: 45px;
        }

        #roof .merit-card {
            background: linear-gradient(135deg, #f8fbfd 0%, #eef6fb 100%);
            padding: 28px 22px;
            text-align: center;
            border-radius: 10px;
            border: 2px solid #d4e9f2;
        }

        #roof .merit-title {
            font-size: 17px;
            font-weight: 700;
            color: #5a9ec9;
            margin-bottom: 14px;
            padding-bottom: 10px;
            border-bottom: 2px solid #85b7d9;
        }

        #roof .merit-description {
            font-size: 13px;
            color: #555;
            line-height: 1.8;
        }

        /* デメリット */
        #roof .demerit-title {
            font-size: 17px;
            font-weight: 700;
            color: #5a9ec9;
            margin-bottom: 22px;
            text-align: center;
            padding: 14px;
            background: linear-gradient(135deg, #f8fbfd 0%, #eef6fb 100%);
            border-radius: 8px;
            border: 2px solid #d4e9f2;
        }

        #roof .demerit-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
        }

        #roof .demerit-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 20px;
            background: #fff;
            border-radius: 8px;
            border: 2px solid #f5d5d5;
            border-left: 4px solid #e67e7e;
        }

        #roof .demerit-number {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            background: #e67e7e;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 14px;
            margin-top: 1px;
        }

        #roof .demerit-text {
            font-size: 14px;
            color: #444;
            line-height: 1.7;
        }

        /* 1024px以下 */
        @media screen and (max-width: 1024px) {
            #roof .container {
                padding: 50px 20px;
            }

            #roof .section-content {
                padding: 40px 28px 35px;
            }

            #roof .two-column {
                grid-template-columns: 1fr;
                gap: 35px;
            }

    #roof .process-box {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }
    
    #roof .process-image-box {
      height: auto;
}

#roof .wave-divider{
  display: none;
}

            #roof .merit-grid {
              display: flex;
                grid-template-columns: 1fr;
                gap: 18px;
            }

            #roof .merit-card {
                max-width: 500px;
                margin: 0 auto;
            }

            #roof .demerit-grid {
                grid-template-columns: 1fr;
            }
        }

        /* 599px以下 */
        @media screen and (max-width: 599px) {
            #roof .container {
                padding: 40px 15px;
            }

            #roof .section-header {
                padding: 16px 20px;
            }

            #roof .section-number {
                width: 36px;
                height: 36px;
                font-size: 18px;
            }

            #roof .section-header h2 {
                font-size: 17px;
            }

            #roof .section-content {
                padding: 35px 20px 30px;
            }

            #roof .two-column {
                gap: 28px;
            }
            
            #roof .merit-grid{
              flex-direction: column;
            }
            
            #roof .merit-card{
              width: 100%;
            }

            #roof .process-box {
                padding: 22px 18px;
            }

            #roof .process-title {
                font-size: 16px;
            }

            #roof .process-item {
                padding: 12px 15px;
                font-size: 13px;
            }

            #roof .process-image-box {
                height: 200px;
            }

            #roof .description-text {
                font-size: 14px;
            }

            #roof .checklist-item {
                padding: 12px 15px;
            }

            #roof .checklist-text {
                font-size: 13px;
            }

            #roof .merit-card {
                padding: 22px 18px;
            }

            #roof .merit-title {
                font-size: 16px;
            }

            #roof .merit-description {
                font-size: 12px;
            }

            #roof .demerit-title {
                font-size: 16px;
            }

            #roof .demerit-item {
                padding: 14px 16px;
            }

            #roof .demerit-text {
                font-size: 13px;
            }

            #roof .wave-divider {
                height: 20px;
                margin: 30px 0;
}
}
