@charset "utf-8";

/*===================================
  カスタムプロパティ
===================================*/

/* # root1 START # */
/* :root {
  --color01: #2ca09a;
  --color02: #ebfffb;
  --color03: #b1dcda;
  --color04: #ff7d3e;
  --color05: #6c3eff;
  --url01: url(./AdobeStock_361438330.webp);
} */
/* # root1 END # */

/* # root2 START # */
:root {
  --color01: #4682b4;
  --color02: #dcedfb;
  --color03: #84b4db;
  --color04: #ff7d3e;
  --color05: #6c3eff;
  --url01: url('/import/tenant_1/162.43.86.216/html/images/002icon_002_002.webp');
  --url02: url('/import/tenant_1/162.43.86.216/html/images/002icon_003_002.webp');
  --url03: url('/import/tenant_1/162.43.86.216/html/images/002icon_004_002.webp');
  --url04: url('/import/tenant_1/162.43.86.216/html/images/AdobeStock_361438330_002.webp');
  --url05: url('/import/tenant_1/162.43.86.216/html/images/002icon_001_002.webp');
  --url06: url('/import/tenant_1/162.43.86.216/html/images/bg-ras_002.webp');
}
/* # root2 END # */

/* # root3 START # */
/* :root {
  --color01: #e67e00;
  --color02: #f6eee4;
  --color03: #f4c387;
  --color04: #ff7d3e;
  --color05: #6c3eff;
  --url01: url('/import/tenant_1/162.43.86.216/html/images/002icon_002_003.webp');
  --url02: url('/import/tenant_1/162.43.86.216/html/images/002icon_003_003.webp');
  --url03: url('/import/tenant_1/162.43.86.216/html/images/002icon_004_003.webp');
  --url04: url('/import/tenant_1/162.43.86.216/html/images/AdobeStock_361438330_003.webp');
  --url05: url('/import/tenant_1/162.43.86.216/html/images/002icon_001_003.webp');
  -url06: url('/import/tenant_1/162.43.86.216/html/images/bg-ras_003.webp');
} */
/* # root3 END # */

/*===================================
  基本設定
===================================*/
.c-01 {
  color: var(--color01);
}

.color01 {
  color: #000;
}

.color02 {
  color: #000;
}

.color03 {
  color: #000;
}

.color04 {
  color: #000;
}

.bgcolor01 {
  background-color: #000;
}

.bgcolor02 {
  background-color: #000;
}

.bgcolor03 {
  background-color: #000;
}

.bgcolor04 {
  background-color: #000;
}

.btn {
  width: 100%;
  max-width: 250px;
}

.btn a,
.btn button {
  position: relative;
  border: solid 1px var(--color01);
  border-radius: 9999px;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  background-color: var(--color01);
  color: #fff;
  font-weight: 500;
}

.btn a:hover,
.btn button:hover {
  background: #fff;
  color: var(--color01);
  opacity: 1;
}

.btn a::before,
.btn button::before {
  content: "\f061";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  right: 15px;
  position: absolute;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn.back a::before,
.btn.back button::before {
  content: "\f060";
  left: 15px;
  right: initial;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn a:hover:before,
.btn button:hover::before {
  right: 5px;
}

.btn.back a:hover::before,
.btn.back button:hover::before {
  left: 5px;
  right: initial;
}

/* .btn a::before{
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  background-image: url("https://{# info-company #}-paint.com/images/ar.webp");
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */
/* 共通コンテンツ間隔 */
.area {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  html {
    font-size: 15px;
  }

  .cnf-btn .btn {
    max-width: 45%;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*="load-"]:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: "共通要素";
  text-align: center;
  font-weight: bold;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 0 5px;
}

/**
ヘッダー
header
*/
.header {
  padding: 10px 0;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
}

.header .right .mail-box a {
  padding: 5px 15px;
  background-color: var(--color01);
  border: solid 1px var(--color01);
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  margin-bottom: 4px;
}

.header .right .mail-box a:hover {
  color: var(--color01);
  background: #fff;
  opacity: 1;
}

.header .right .mail-box a,
.header .right .line-box 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;
}

.header .right .mail-box .icon {
  line-height: 0;
}

.header .right .line-box .icon {
  font-size: 25px;
  line-height: 0;
}

.header .right .mail-box .icon img {
  width: 20px;
}

.header .right .icon {
  margin-right: 5px;
}

.header .right .line-box a {
  padding: 5px 15px;
  background: #00b900;
  border: solid 1px #00b900;
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  margin-bottom: 4px;
}

.header .right .line-box a:hover {
  background: #fff;
  color: #00b900;
  opacity: 1;
}

.header .right .address {
  font-size: 12px;
  color: var(--color01);
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a {
  font-weight: bold;
  font-size: 30px;
}

.header .right .tel a:before {
  margin-right: 5px;
  content: "\f879";
  font-weight: 600;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
}

.header .right .mail-box a,
.header .right .line-box a {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header .left {
  max-width: 170px;
  width: 100%;
  position: absolute;
  border-radius: 0 40px 40px 0;
  background: #fff;
  left: 0;
  padding: 30px;
  z-index: 10;
}

.header .left .logo a{
  text-align: center;
  font-size: 27px;
}

.header.fixed .left {
  -webkit-box-shadow: -3px 2px 5px -2px #999;
  box-shadow: -3px 2px 5px -2px #999;
}

@media (max-width: 1024px) {
  .header {
    padding: 5px 0;
  }

  .header .right {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pagettl {
    padding-right: 40px;
  }
  
  .header .left .logo a{
    font-size: 20px;
  }  
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }

  .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%;
    padding: 10px 5px;
  }

  .fix-bottom .tel {
    background: #000;
    color: #fff;
    font-size: 14px;
  }

  .fix-bottom .tel a:before {
    margin-right: 5px;
    content: "\f879";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }

  .fix-bottom .contact {
    background: #eee;
    color: #000;
  }

  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: "\f0e0";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  color: #000;
  text-align: center;
  width: 100%;
  -webkit-transform: translatey(-200%);
  transform: translatey(-200%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0;
}

.gnav.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow: auto;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
}

.gnav .wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 100px;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.gnav .item01 {
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1px;
  color: #666;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}

.gnav .item01:last-child {
  margin-bottom: 0;
}

.gnav .item01::before {
  content: "";
  background-color: var(--color01);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01>span{
  display: block;
  padding: 5px;
}

.gnav .item01 .itemin {
  padding: 0;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 240px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

.gnav .item02 a:hover {
  background-color: var(--color01);
  color: #fff;
}

.gnav .item02 a:hover {
  background: none;
  color: #222;
}

.gnav.action {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow: auto;
  z-index: 250;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.gnav .navlogo {
  display: block;
  margin-bottom: 50px;
  padding-right: 40px;
  width: 100%;
  font-size: 20px;
}

.gnav .list02 {
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  padding-left: 20px;
  padding-top: 0;
  background: none;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.gnav .list02 a {
  position: relative;
  padding: 2px 0 2px 20px;
  margin-top: 30px;
}

.gnav .list02 a:before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  opacity: 0.8;
  cursor: pointer;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 35px;
  height: 2px;
  background-color: var(--color01);
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--color01);
  content: "";
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
    position: fixed;
    top: 20px;
    right: 20px;
  }
}

/* .overlay{
  overflow: hidden
} */
/* .overlay: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;
} */
/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color01);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  border: solid 3px var(--color02);
}

.totop:hover {
  background: #fff;
  color: var(--color01);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.totop>div:before {
  content: "\f077";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 50px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 80px 0;
  background-color: var(--color01);
  color: #fff;
  position: relative;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .list01 {
  width: 50%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.fnav .list02 {
  width: 50%;
}

.fnav .datawrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  position: relative;
  padding-left: 12px;
}

.fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  content: "";
}

.fnav .add {
  padding: 5px 15px;
  background: #fff;
  color: #222;
  border-radius: 9999px;
  letter-spacing: 3px;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.fnav .right .ttl {
  font-size: 20px;
  border-bottom: solid 3px #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
  letter-spacing: 2.5px;
}

.fnav .right li {
  margin: 15px 0;
}

.fnav .img-01 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 270px;
}

.fnav .logo a{
  font-size: 27px;
}

@media (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .datawrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 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: 48%;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background-color: var(--color01);
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-side a:before {
  position: absolute;
  left: 0;
  color: #000;
  content: ">";
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
.topmv {
  position: relative;
  overflow: hidden;
}

.topmv:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 45%;
  content: "";
}

.topmv img,
.topmv iframe,
.topmv video {
  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%;
}

.topmv-ttl {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.topmv-ttl .eng {
  font-size: 80px;
  letter-spacing: 1px;
  font-weight: bold;
}

.topmv-ttl .jap {
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 500;
}

/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 700px;
}

.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: "";
}

.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%;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100%;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  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%;
}

/*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;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #484848;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 45%;
  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%;
  opacity: 0.5;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 34px;
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 599px) {
  .topvisual .img:before {
    padding-top: 100%;
  }

  .topvisual .head {
    font-size: 24px;
  }
}

/* パンくずリスト */
.breadcrumb {
  margin: 10px 0;
}

.breadcrumb .item {
  display: inline;
}

.breadcrumb .item:not(:last-of-type):after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #000;
}

.breadcrumb .now {
  color: #000;
}

/* ページネーション */
.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: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  background-color: 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;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background-color: var(--color01);
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background-color: var(--color01);
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  /*   border-bottom: 2px solid #999; */
}

.form .box.w-max {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .box.w-max .datattl,
.form .box.w-max .data {
  width: 100%;
  padding-left: 0;
}

.form .box.w-max .datattl {
  margin-bottom: 10px;
}

.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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  color: #000;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  background-color: var(--color01);
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data.birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  width: 100px;
}

.form .data.family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .data.birthday input,
.form .data.family input {
  width: 50px;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.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: 200%;
}

.form .data input[type="radio"]+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: inset 1px 1px 0 1px #999;
  content: "";
}

.form .data input[type="radio"]:checked+label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  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: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

.form dd.radiobtn {
  padding-left: 50px;
}

.form dd.radiobtn label {
  display: inline-block;
  padding: 5px 10px 5px 35px;
  position: relative;
}

.form dd.radiobtn label::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid var(--color01);
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}

.form dd.radiobtn label:hover {
  cursor: pointer;
}

.form dd.radiobtn input {
  display: none;
}

.form dd.radiobtn input:checked+label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  color: var(--color01);
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 1;
}

.form dd.radiobtn input+label {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .form .data.birthday {
    width: 80px;
  }

  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data,
  .form dd.radiobtn {
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .form .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    width: 100%;
  }
}

.border-r50-box {
  border-radius: 50px;
}

.border-r50 img {
  border-radius: 50px;
  overflow: hidden;
}

.mainimg.slider {
  position: relative;
  padding-top: 45%;
  width: 95%;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
}

.topmv .btn {
  max-width: 180px;
  position: absolute;
  top: 85%;
  right: 3%;
}

.topmv .btn a {
  padding: 15px 15px 15px 50px;
  background: #fff;
  color: var(--color01);
}

.topmv .btn a::before {
  right: initial;
  left: 15px;
  background-color: var(--color01);
  color: #fff;
  width: 30px;
  height: 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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainimg .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimg-inner,
.uk-slidenav-position {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.tel-box a {
  font-size: clamp(1.5rem, -0.208rem + 2.67vw, 2.125rem);
  font-weight: bold;
  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;
}

.tel-box .logo {
  border-radius: 50%;
  background-color: var(--color01);
  width: 40px;
  height: 40px;
  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-right: 5px;
}

.en {
  font-size: 22px;
  color: var(--color01);
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
}

.ja {
  font-size: 40px;
  font-weight: 500;
}

.h3m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h4m {
  color: #fff;
  background: rgb(44, 160, 154);
  /* background: -moz-linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color01)",endColorstr="#ffffff",GradientType=1); */
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

.h4m::before {
  content: "";
  background: #fff;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 5px;
}

.bg-c-01 {
  background-color: var(--color02);
}

.bg-c-02 {
  background-color: var(--color01);
}

.bg-text {
  background-color: var(--color01);
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 9999px;
}

.text-s {
  text-shadow: 0 0 3px black, 0 0 4px #fff;
}

.img-fil-br05 {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.bg-01 {
  content: "";
  position: absolute;
  background-color: var(--color02);
  border-radius: 0 70px 70px 0;
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-01.new-r {
  border-radius: 70px 0 0 70px;
  left: initial;
  right: 0;
}

.bg-02 {
  position: absolute;
  right: 70px;
  bottom: -72px;
}

.bg-03 {
  position: absolute;
  width: 95%;
  background-image: url('/import/tenant_1/162.43.86.216/html/images/AdobeStock_148609281.webp');
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 70px 0 0 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-04 {
  position: absolute;
  width: 80%;
  content: "";
  background-color: var(--color02);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 70px 0 0 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.messeages .bg-04 {
  width: 95%;
}

.bg-05 {
  position: absolute;
  left: 70px;
  bottom: -72px;
}

.border-b-text {
  border-bottom: solid 3px var(--color01);
}

.h3m .big {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.5;
}

.tate-ttl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-weight: 500;
}

.tate-ttl .num{
text-combine-upright: all;  
}


.top-service .box .pic .btns a {
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: -5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color01);
  -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;
  width: 170px;
  height: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.top-service .box .sbttl span {
  background-color: var(--color01);
  color: #fff;
  padding: 0 10px;
  letter-spacing: 3px;
  font-weight: bold;
}

.top-service .box .sbtext {
  color: var(--color01);
  letter-spacing: 2px;
}

.top-service .box.box2 .pic .btns a {
  background: #f39831;
  left: initial;
  right: -5px;
}

.top-service .box.box2 .sbttl span {
  background: #f39831;
}

.top-service .box.box2 .sbtext {
  color: #f39831;
}

.top-service .box.box3 .pic .btns a {
  background: #7fc3c9;
}

.top-service .box.box3 .sbttl span {
  background: #7fc3c9;
}

.top-service .box.box3 .sbtext {
  color: #7fc3c9;
}

.top-service .box.box4 .pic .btns a {
  background: #d94035;
}

.top-service .box.box4 .sbttl span {
  background: #d94035;
}

.top-service .box.box4 .sbtext {
  color: #d94035;
}

.btn-2 {
  width: 95%;
  margin-left: auto;
  margin-top: 30px;
}

.btn-2 a {
  color: var(--color01);
  border-bottom: var(--color01) solid 1px;
  position: relative;
  margin-left: 40px;
  font-weight: 500;
}

.btn-2 a::before {
  content: "\f061";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: initial;
  left: -40px;
  background-color: var(--color01);
  color: #fff;
  width: 30px;
  height: 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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-message .en {
  color: #fff;
}

.top-message .btn a {
  background: none;
  border: solid 1px #fff;
}

.top-contact a {
  padding: 30px;
  border: solid 2px var(--color01);
  display: block;
  border-radius: 9999px;
}

.top-contact .con a {
  background-color: var(--color01);
  color: #fff;
}

.map {
  /* padding-top: 380px; */
  border-radius: 50px;
  height: 100%;
  z-index: 1;
}

.map.new {
  margin-bottom: 50px;
}

.le-s5 {
  letter-spacing: 5px;
}

.le-s4 {
  letter-spacing: 4px;
}

.le-s35 {
  letter-spacing: 3.5px;
}

.le-s3 {
  letter-spacing: 3px;
}

.le-s2 {
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .topmv .btn {
    top: 70%;
  }

  .ja {
    font-size: 30px;
  }

  .h3m .big {
    font-size: 80px;
  }

  .fnav .add {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .fnav {
    margin-bottom: 40px;
  }

  .header .contents {
    margin-top: 20px;
  }

  .gnav .list02,
  .messeages .bg-04 {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .le-s5 {
    letter-spacing: 3px;
  }

  .le-s5.le-s0 {
    letter-spacing: 0;
  }

  .h3m {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .en {
    font-size: 16px;
  }

  .h3m .big {
    font-size: 50px;
  }

  .ja {
    font-size: 22px;
  }

  .top-service .sbttl {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
  }

  .top-service .box .sbtext {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .fnav .img-01 {
    max-width: 120px;
  }

  .footer .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .fnav .right li {
    font-size: 14px;
  }

  .fnav .right .ttl {
    font-size: 18px;
  }

  .footer .logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-contact a {
    padding: 15px 30px;
  }

  .header .contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .header .contents .left {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }

  .header .contents .logo {
    text-align: center;
  }

  .header .contents .tel {
    width: 50%;
  }

  .tel-box a {
    font-size: 20px;
  }

  .topmv:before {
    padding-top: 100%;
  }

  .top-service .box .pic .btns a {
    font-size: 12px;
    width: 130px;
    height: 130px;
  }

  .btn a {
    padding: 10px 15px;
  }
}

.d-none-tb,
.d-none-sp {
  display: block;
}

.d-b-tb,
.d-b-sp {
  display: none;
}

@media (max-width: 1024px) {
  .d-b-tb {
    display: block;
  }

  .d-none-tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .d-none-sp {
    display: none;
  }

  .d-b-sp {
    display: block;
  }
}

.list_guide05 {
  margin: 0 auto;
  max-width: 900px;
}

.list_guide05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
}

.list_guide05 .item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.list_guide05 .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  width: 180px;
  background-color: var(--color01);
  color: #fff;
  font-weight: bold;
}

.list_guide05 .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  border: solid 1px var(--color01);
}

@media (max-width: 599px) {
  .list_guide05 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list_guide05 .datattl {
    width: 100%;
  }

  .list_guide05 .data {
    font-size: 14px;
    padding: 10px;
  }
}

.acc-box {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
}

.acc-box.ver02 {
  background: #84b4db;
}

.list_cmn02 .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.list_cmn02 .item:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 8px solid var(--color01);
  border-radius: 50%;
  content: "";
}

.list_cmn02 .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.list_cmn02 .item:last-child {
  margin-bottom: 0;
}

.timeline-001__section {
  position: relative;
  padding: 0 1.5em 1.5em 2em;
}

.timeline-001__section:last-child {
  padding-bottom: 0;
}

.timeline-001__section::before,
.timeline-001__section::after {
  position: absolute;
  content: "";
}

.timeline-001__section::before {
  bottom: 0;
  left: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 100%;
  background-color: #f4f0e6;
}

.timeline-001__section::after {
  top: 0;
  left: 4px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #a3a166;
}

.timeline-001__content {
  border-bottom: dashed 1px #c6cdd3;
  padding-bottom: 1.5em;
}

.timeline-001__label {
  margin-bottom: 0.1em;
  color: #bcbfc7;
  font-size: 0.85em;
}

.timeline-001__title {
  color: #333333;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 auto 0.5em;
}

.movie_wrap {
  width: 100%;
  padding-top: 56.5%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.movie_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.phone {
  text-align: center;
}

.phone img {
  max-width: 180px;
}

@media (max-width: 599px) {
  .list_cmn02 .item {
    font-size: 16px;
  }

  .phone img {
    max-width: 130px;
  }
}

.faq-box {
  background-color: var(--color01);
}

.faq-list {
  width: 100%;
}

.faq-inner {
  padding: 30px 55px 30px 30px;
  position: relative;
}

.faq-list .faq-box .faq-inner div {
  color: #fff;
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}

.faq-box .ans {
  display: none;
  padding: 30px;
  background: #fff;
  color: #333;
  position: relative;
}

.plas::before,
.plas::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plas::after {
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.plas.is-parent::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-list .faq-box .faq-inner span {
  border: 1px solid #fff;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  padding-left: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-box .ans span.a {
  border: 1px solid #333;
  font-size: 22px;
  color: #333;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
  padding-left: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-box .ans div {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}

.check {
  padding: 30px;
  max-width: 800px;
  border-radius: 30px;
  background-color: var(--color02);
  margin: auto;
}

.check li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  line-height: 2;
}

.check li:last-child {
  margin-bottom: 0;
}

.check li:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color01);
  position: absolute;
  top: 2px;
  left: 0;
}

.check li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: 5px;
}

.recruit-box {
  padding: 4em 3em;
  background-color: #f4f0e6;
  border-radius: 30px;
}

.recruit-item {
  padding: 1em 0;
  border-bottom: 1px solid;
}

.recruit-item dt {
  width: 10em;
}

.recruit-item dd {
  width: calc(100% - 12em);
}

.footer-table {
  width: 100%;
}

.footer-table th,
.footer-table td {
  padding: 0.5em;
  color: #222;
  text-align: center;
  border: 1px solid #222;
}

.footer-table th {
  font-weight: bold;
  font-size: 18px;
  background-color: var(--color01);
  color: #fff;
}

.footer-table td:nth-of-type(1) {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .recruit-item dt {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .recruit-item dd {
    width: 100%;
  }

  .footer-table th,
  .footer-table td {
    padding: 0.5em 0.2em;
  }
}

@media (max-width: 599px) {

  .faq-list .faq-box .faq-inner p,
  .faq-box .ans p {
    font-size: 16px;
  }

  .recruit-box {
    padding: 3em 1.5em;
  }
}

.min-h-200 {
  min-height: 200px;
}

.method li {
  border-bottom: solid 1px;
  margin-bottom: 50px;
}

.method .btn {
  max-width: 350px;
}

.arrow-l {
  float: left;
  width: 4%;
  border-left: 4px dotted #222;
  position: relative;
  margin-left: 2%;
}

.arrow-l span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #222;
  position: absolute;
  bottom: -5px;
  left: -12px;
}

dl.menu {
  width: 100%;
  border-radius: 30px;
  border: solid 1px var(--color01);
  padding: 50px;
  background: #fff;
}

dl.menu div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.menu div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 4px var(--color01);
}

dl.menu dt {
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}

dl.menu dd {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}

@media (max-width: 599px) {
  dl.menu {
    padding: 15px;
  }

  dl.menu dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  dl.menu dd {
    width: 100%;
    padding: 0;
  }

  dl.menu div::after {
    content: none;
  }
}

.detail-content-text h2 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 3px solid var(--color01);
}

.detail-content-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #000;
  padding: 0.5em 1em;
  background-color: var(--color01);
}

.detail-content-text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
  color: var(--color01);
}



.store-box .ttl {
  color: var(--color01);
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
}

.store-box .img {
  border-radius: 30px;
  overflow: hidden;
}

.store-box .text dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #222;
}

.store-box .text dl:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.store-box .text dt {
  padding: 5px 15px;
  background-color: var(--color01);
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  width: 25%;
  text-align: center;
}

.store-box .text dd {
  width: 70%;
}

@media (max-width: 1024px) {
  .store-box .text dt {
    width: 7rem;
    margin-bottom: 10px;
  }

  .store-box .text dd {
    width: 100%;
  }
}

.zoom-in-img .img {
  overflow: hidden;
  border-radius: 30px;
}

.zoom-in-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in-img a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.top-construction .zoom-in-img .img .img-g {
  overflow: hidden;
  border-radius: 50px;
}

.top-construction .zoom-in-img .img {
  overflow: initial;
}

.top-construction .zoom-in-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-construction .zoom-in-img a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.list__check li {
  padding-left: 40px;
  position: relative;
}

.list__check li+li {
  margin-top: 30px;
}

.list__check li::before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #00997c;
  line-height: 1;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.uk-lb {
  cursor: pointer;
}

.fd-btn {
  position: fixed;
  right: 20px;
  top: 45%;
  z-index: 10;
}

.fd-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fd-btn a .icon {
  font-size: 30px;
  line-height: 1;
}

.fd-btn .mail-box a {
  background-color: var(--color01);
  margin-bottom: 10px;
  border: solid 1px var(--color01);
}

.fd-btn .mail-box.type-b a {
  background-color: #ffa07a;
  border: solid 1px #ffa07a;
}

.fd-btn .mail-box.ab a {
  background: #ffa500;
  border: solid 1px #ffa500;
}

.fd-btn .line-box a {
  background: #00b900;
  border: solid 1px #00b900;
}

.fd-btn .mail-box.type-b a:hover {
  color: #ffa07a;
}

.fd-btn .mail-box a:hover {
  background: #fff;
  color: var(--color01);
  opacity: 1;
}

.fd-btn .mail-box.ab a:hover {
  background: #fff;
  color: #ffa500;
}

.fd-btn .line-box a:hover {
  background: #fff;
  color: #00b900;
  opacity: 1;
}

.fd-btn .line-box .icon {
  font-size: 40px;
}

.top-trouble .box {
  border-radius: 50px;
  border: solid 5px var(--color03);
  padding: 30px 15px;
}

@media(max-width:599px) {
.top-trouble .box {
  padding: 30px 10px;
}    
}

.top-trouble .box.new {
  min-height: 230px;
}

.top-trouble .box .img {
  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;
}

.gaiheki .top-trouble .box img {
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-trouble .box img {
  max-width: 140px;
}

.text-s-5 {
  font-weight: 500;
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.top-reason .box {
  border-radius: 50%;
  border: solid 5px var(--color03);
  background: #fff;
  width: 280px;
  height: 280px;
  margin: auto;
}

.top-reason .num {
  font-size: 56px;
  font-weight: 500;
  color: var(--color01);
  border-bottom: solid 2px var(--color01);
  margin-bottom: 10px;
}

.border-r15 {
  border-radius: 15px;
}

.min-400 {
  min-height: 400px;
}

.service-box {
  position: relative;
  background-color: var(--color01);
  border-radius: 50px;
}

.service-box .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}

.service-box .text-box .btn {
  width: 80%;
}

.service-box .text-box .ttl {
  font-size: clamp(1.5rem, 0.817rem + 1.07vw, 1.75rem);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.2;
}

.service-box .text-box .btn a {
  border: solid 1px #fff;
  background: none;
  padding: 10px;
}

.service-box .text-box .btn a:hover {
  background: none;
  color: #fff;
}

.service-box img {
  width: 100%;
  opacity: 0.5;
  border-radius: 50px;
}

.k-box .text-box {
  width: 55%;
  position: relative;
  border-radius: 50px;
  padding: 30px 30px 30px 130px;
  margin-left: auto;
}

.k-box .img {
  position: absolute;
  width: 55%;
  border-radius: 50px;
  left: 0;
  top: -20px;
  height: 100%;
  overflow: hidden;
}

.k-box .img img {
  border-radius: 50px;
}

.k-box .bg-01 {
  border-radius: 50px;
  width: 100%;
}

.k-box .ttl {
  font-size: 28px;
  color: var(--color01);
  font-weight: 500;
  margin-bottom: 30px;
}

.k-box li:nth-of-type(even) .text-box {
  padding: 30px 130px 30px 30px;
  margin-right: auto;
  margin-left: initial;
}

.k-box li:nth-of-type(even) .img {
  left: initial;
  right: 0;
}

.top-works .img {
  position: relative;
}

.top-works li img {
  border-radius: 50px;
}

.top-works .date {
  position: absolute;
  top: 0;
  left: 32px;
  font-size: 14px;
}

.top-works .date .text {
  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;
  position: relative;
  z-index: 1;
  color: #fff;
}

.top-works .date::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.86.216/html/images/AdobeStock_361438330_002.webp');
  height: 100%;
  width: 100%;
  right: 5px;
  top: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  scale: 2.5;
}

.top-works .js-split-tag span {
  position: relative;
  /* border: solid 1px var(--color01); */
  border-radius: 9999px;
  display: inline-block;
  padding: 0px 10px;
  text-align: center;
  background-color: var(--color01);
  color: #fff;
  font-weight: 500;
  margin: 5px;
  margin-left: 0;
  height: fit-content;
}

/* .top-works .js-split-tag span.屋根塗装 {
  background-color: var(--color04);
}

.top-works .js-split-tag span.各種リフォーム工事 {
  background: #2c50a0;
}

.top-works .js-split-tag span.内装塗装 {
  background: #ff3e3e;
}

.top-works .js-split-tag span.鉄部塗装 {
  background-color: var(--color05);
}

.top-works .js-split-tag span.防水工事 {
  background: #0077dd;
}

.top-works .js-split-tag span.コーキング工事 {
  background: #29aa20;
}

.top-works .js-split-tag span.外壁サイディング工事 {
  background: #aa8820;
}

.top-works .js-split-tag span.その他 {
  background-color: var(--color01);
} */

@media(max-width:599px) {
.top-works .slick-box.onlysp li {
    padding-top: 30px;
}    
}

.top-voice .box {
  border-radius: 50px;
  border: solid 5px var(--color03);
  padding: 30px;
  height: 100%;
}

.top-voice.detail .box {
  padding: 15px;
}

.top-voice .ttl {
  color: var(--color01);
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.top-voice .ttl::before {
  position: absolute;
  content: "";
  background-color: var(--color01);
  height: 2px;
  width: 30px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.top-bnr .box {
  border: solid 3px var(--color01);
  border-radius: 50px;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.top-bnr .text {
  border-bottom: solid 2px var(--color01);
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top-bnr .ttl {
  letter-spacing: 2.5px;
  color: var(--color01);
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.lts-3 {
  letter-spacing: 3px;
}

.lts-1 {
  letter-spacing: 1px;
}

.top-bnr .ttl:before,
.top-bnr .ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: var(--color01);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.top-bnr .ttl:before {
  left: 30px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.top-bnr .ttl:after {
  right: 30px;
}

.top-bnr .sb-text {
  position: absolute;
  right: -35px;
  top: -36px;
  padding: 30px 50px 0 24px;
  background-color: var(--color02);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.top-bnr .box::before {
  content: "\f061";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  background-color: var(--color01);
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

.slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-next {
  right: 0;
  z-index: 1;
  top: -50px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  background-color: var(--color01);
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-backs {
  z-index: 1;
  top: -50px;
  left: initial;
  font-weight: bold;
  position: absolute;
  right: 100px;
  background-color: var(--color01);
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-next:before,
.btn-backs:before {
  content: "\f061";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  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;
  opacity: 1;
}

.btn-backs:before {
  content: "\f060";
}

.btn-backs:hover,
.btn-next:hover {
  cursor: pointer;
  opacity: 0.6;
  background-color: var(--color01);
}

.section-slider .slick-list {
  padding-right: 15%;
}

.top-contact-box>div {
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.top-contact-box .box {
  border-radius: 50px;
  border: solid 1px var(--color01);
  background: #fff;
  padding: 30px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-contact-box .en,
.top-contact-box .ja {
  color: #fff;
}

.top-contact-box .ttl {
  font-size: 20px;
  color: var(--color01);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 500;
}

.top-contact-box .tim {
  text-align: center;
  font-size: 18px;
}

.top-contact-box .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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.top-contact-box .right .mail-box a {
  background-color: var(--color01);
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  border: solid 1px var(--color01);
}

.top-contact-box .right .mail-box,
.top-contact-box .right .line-box {
  overflow: hidden;
}

.top-contact-box .right .mail-box a,
.top-contact-box .right .line-box a {
  padding: 5px 15px;
  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: 20px;
}

.top-contact-box .right .mail-box .icon {
  line-height: 0;
}

.top-contact-box .right .line-box .icon {
  font-size: 25px;
  line-height: 0;
}

.top-contact-box .right .mail-box .icon img {
  width: 20px;
}

.top-contact-box .right .icon {
  margin-right: 5px;
}

.top-contact-box .right .line-box a {
  background: #00b900;
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  border: solid 1px #00b900;
}

.top-contact-box .right .mail-box a:hover {
  background: #fff;
  color: var(--color01);
  opacity: 1;
}

.top-contact-box .right .line-box a:hover {
  background: #fff;
  color: #00b900;
  opacity: 1;
}

.top-contact-box .right .address {
  font-size: 12px;
  color: var(--color01);
}

.top-contact-box .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.top-contact-box .right .txtin {
  display: block;
}

.top-contact-box .right .tel a {
  font-weight: bold;
  font-size: 30px;
}

.top-contact-box .right .tel a:before {
  margin-right: 5px;
  content: "\f879";
  font-weight: 600;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
}

.top-contact-box .right .mail-box a,
.top-contact-box .right .line-box a {
  max-width: 346px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-contact-box .left {
  max-width: 170px;
  width: 100%;
  position: absolute;
  border-radius: 0 40px 40px 0;
  background: #fff;
  left: 0;
  padding: 30px;
  z-index: 10;
}

.list-cmp03 .item {
  padding: 20px 0;
}

.list-cmp03 .item:not(:last-child) {
  border-bottom: 3px solid var(--color02);
}

.list-cmp03 .datattl {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 599px) {
  .zoom-in-img .img {
    border-radius: 15px;
  }

  .top-voice.detail .box {
    padding: 20px 5px;
    border-radius: 30px;
  }

  .top-voice.detail .ttl {
    font-size: 16px;
  }

  .list-cmp03 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  .list-cmp03 .datattl {
    width: 100%;
    margin-bottom: 5px;
  }

  .list-cmp03 .data {
    width: 100%;
  }

  .top-construction.detail .date::before {
    scale: 2;
  }

  .top-construction.detail .date {
    left: 20px;
    font-size: 12px;
  }
}

.footer .tel-box .logo {
  background: #fff;
}

.btn-sns a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-sns a .icon {
  font-size: 20px;
  margin-right: 5px;
}

.btn-sns .line-box a {
  padding: 5px 15px;
  background: #00b900;
  color: #fff;
  border: solid 1px #00b900;
  border-radius: 9999px;
  letter-spacing: 3px;
  margin-bottom: 4px;
}

.btn-sns .mail-box a {
  padding: 5px 15px;
  background: #fff;
  color: var(--color01);
  border: solid 1px #fff;
  border-radius: 9999px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.btn-sns .line-box a:hover {
  background: #fff;
  color: #00b900;
  opacity: 1;
}

.btn-sns .mail-box a:hover {
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

.pl-10 {
  padding-left: 17%;
}

.fz-16-14 {
  font-size: clamp(0.875rem, 0.533rem + 0.53vw, 1rem);
}

.slick-box.onlysp li {
  width: 30%;
  margin: 0 20px;
}

@media (max-width: 1024px) {
  .fnav .left .tim {
    font-size: 12px;
  }

  .fnav .right li {
    font-size: 14px;
  }

  .btn-sns .text {
    font-size: 14px;
  }

  .top-bnr .ttl {
    font-size: 30px;
  }

  .top-bnr .ttl:before {
    left: 15px;
  }

  .top-bnr .ttl:after {
    right: 15px;
  }

  .top-bnr .img {
    max-width: 120px;
  }

  .top-bnr .sb-text {
    width: 175px;
    height: 175px;
    font-size: 14px;
  }

  .top-bnr .box::before {
    width: 40px;
    height: 40px;
  }

  .k-box .ttl {
    font-size: 22px;
  }

  .k-box .text-box {
    padding: 30px 30px 30px 110px;
  }

  .k-box li:nth-of-type(even) .text-box {
    padding: 30px 110px 30px 30px;
  }

  .service-box .text-box .ttl {
    font-size: 18px;
  }

  .service-box .text-box .btn a {
    font-size: 14px;
  }

  .service-box .text-box .btn {
    width: 90%;
  }

  .top-reason .box {
    width: 200px;
    height: 200px;
  }

  /* .top-reason .box img{
  max-width: 40px;
} */
  /* .top-trouble .box{
  min-height: 230px;
} */
  .header .left {
    max-width: 110px;
    padding: 15px;
  }

  .topmv-ttl .eng {
    font-size: 40px;
  }

  .topmv-ttl .jap {
    font-size: 20px;
  }

  .fd-btn {
    right: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* .fd-btn .item{
  width: 50%;
  border: solid 1px #fff;
} */
  .fd-btn>div {
    width: 50%;
    border: solid 1px #fff;
  }

  .fd-btn a {
    border-radius: 0;
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: solid 1px #fff;
  }

  .fd-btn .mail-box a {
    margin-bottom: 0;
  }

  .fd-btn .line-box .icon {
    font-size: 30px;
  }

  .fd-btn a .icon {
    margin-right: 10px;
  }

  .header .contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header .contents .tel-box {
    margin-right: 30px;
  }

  .top-reason .num {
    font-size: 40px;
  }

  .top-contact-box .tim {
    font-size: 17px;
  }
}

@media (max-width: 599px) {
  .top-bnr .text {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }

  .pagettl.pl-10 {
    padding-left: 5px;
    padding-right: 50px;
  }

  .toggle {
    top: 0px;
    right: 10px;
  }

  .header .left {
    border-radius: 0;
    padding: 0 15px 0 5px;
    background: none;
    position: relative;
    max-width: 100px;
  }

  .pl-10 {
    padding-left: 0%;
  }

  .header .contents {
    max-width: 255px;
  }

  .header .contents .tel-box {
    margin-right: 0;
    width: 100%;
  }

  .header .tel-box a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .topmv-ttl .eng {
    font-size: 30px;
  }

  .topmv-ttl .jap {
    font-size: 16px;
  }

  .top-reason .box {
    width: 175px;
    height: 175px;
  }

  .top-reason .num-box li {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-reason .num-box li .tate-ttl {
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-writing-mode: initial;
  }

  .min-400 {
    min-height: auto;
  }

  .top-reason .num {
    border-right: solid 2px var(--color01);
    border-bottom: none;
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .k-box .text-box,
  .k-box li:nth-of-type(even) .text-box {
    padding: 30px;
    width: 100%;
  }

  .k-box .img {
    position: relative;
    width: 100%;
  }

  .k-box .bg-01 {
    height: 100%;
  }

  .bg-02 {
    bottom: -40px;
  }

  .bg-02 img {
    max-width: 60px;
  }

  .bg-05 {
    bottom: -40px;
  }

  .bg-05 img {
    max-width: 60px;
  }

  .top-contact-box>div {
    -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
  }

  .top-contact-box .tim {
    font-size: 14px;
  }

  .top-bnr .text.lts-3 {
    letter-spacing: 0px;
  }

  .top-bnr .ttl {
    display: inline-block;
    font-size: 18px;
  }

  .top-bnr .ttl:before {
    left: -20px;
  }

  .top-bnr .ttl:after {
    right: -15px;
  }

  .top-bnr .sb-text {
    width: 150px;
    height: 120px;
    font-size: 12px;
    top: -30px;
  }

  .top-bnr .sb-text {
    padding: 10px 45px 0 10px;
  }

  .top-bnr .box {
    padding: 10px;
  }

  .top-bnr .text-box {
    width: 65%;
    text-align: center;
  }

  .top-bnr .ttl:before,
  .top-bnr .ttl:after {
    width: 20px;
  }

  .top-bnr .img {
    max-width: 47px;
  }

  .btn-next {
    right: 5px;
  }

  .btn-backs {
    right: 65px;
  }

  .footer .tel-box .logo {
    max-width: 100%;
    margin: 0;
    margin-right: 5px;
  }

  .slick-box.onlysp .slick-next {
    right: 25px;
  }

  .slick-box.onlysp .slick-prev {
    left: 25px;
    z-index: 1;
  }

  .slick-box.onlysp .slick-next:before,
  .slick-box.onlysp .slick-prev:before {
    font-size: 30px;
    color: var(--color01);
  }

  .slick-box.onlysp li {
    margin: 0 20px;
  }

  .top-construction .slick-box.onlysp li {
    padding-top: 30px;
  }

  .top-bnr .box::before,
  .btn-backs,
  .btn-next {
    width: 30px;
    height: 30px;
  }

  .fnav {
    padding: 50px 0;
  }
}

.fead-text span {
  opacity: 0;
}

.fead-text span.textin {
  color: transparent;
  animation: blur 10s ease-out infinite;
  -webkit-animation: blur 10s ease-out infinite;
}

@keyframes blur {
  0% {
    text-shadow: 0;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  15% {
    opacity: 1;
  }

  20% {
    text-shadow: 0 0 0px #fff;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  85% {
    opacity: 1;
  }

  95% {
    text-shadow: 0 0 90px #fff;
  }

  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    text-shadow: 0;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  15% {
    opacity: 1;
  }

  20% {
    text-shadow: 0 0 0px #fff;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  85% {
    opacity: 1;
  }

  95% {
    text-shadow: 0 0 90px #fff;
  }

  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
}

.list-sidepic02 {
  position: relative;
}

.list-sidepic02 .side-pbox .left {
  position: absolute;
  top: 0;
  left: 0%;
  width: 30%;
  height: 100%;
}

.list-sidepic02 .side-pbox .left .pic {
  height: 100%;
}

.list-sidepic02 .side-pbox .left .pic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(70%, rgba(255, 255, 255, 0.80015756302521)),
      to(rgba(255, 255, 255, 1)));
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.80015756302521) 70%,
      rgba(255, 255, 255, 1) 100%);
}

.list-sidepic02 .side-pbox .right {
  position: absolute;
  top: 0;
  right: 0%;
  width: 30%;
  height: 100%;
}

.list-sidepic02 .side-pbox .right .pic {
  height: 100%;
}

.list-sidepic02 .side-pbox .right .pic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear,
      right top, left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(70%, rgba(255, 255, 255, 0.80015756302521)),
      to(rgba(255, 255, 255, 1)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.80015756302521) 70%,
      rgba(255, 255, 255, 1) 100%);
}

.list-sidepic02 .sidepic02-cont {
  position: relative;
  z-index: 2;
}

[data-element-id].list-sidepic02 .side-pbox .left .pic:before,
[data-element-id].list-sidepic02 .side-pbox .right .pic:before {
  display: none;
}

[data-element-id].list-sidepic02 .side-pbox .pic {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .list-sidepic02 .side-pbox .left .pic:before {
    background: -webkit-gradient(linear,
        left top, right top,
        from(rgba(255, 255, 255, 0.5)),
        to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 1) 100%);
  }

  .list-sidepic02 .side-pbox .right .pic:before {
    background: -webkit-gradient(linear,
        right top, left top,
        from(rgba(255, 255, 255, 0.5)),
        to(rgba(255, 255, 255, 1)));
    background: linear-gradient(270deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 1) 100%);
  }
}

.usage-btn {
  background-color: var(--color01);
  border: solid 1px var(--color01);
  color: #fff;
  border-radius: 9999px;
  padding: 5px 15px;
  display: inline-block;
}

.example li {
  width: 30%;
}

.example li.arr {
  width: 3%;
  text-align: center;
  font-size: 50px;
  color: var(--color01);
}

.example li .ttl {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--color01);
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
    0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.example li .img-box {
  position: relative;
}

@media (max-width: 599px) {
  .example li .ttl {
    font-size: 14px;
  }

  .example li,
  .example li.arr {
    width: 100%;
  }

  .example li.arr {
    margin-top: -25px;
  }

  .example li .fa-caret-right:before {
    content: "\f0dd";
  }
}

.fluctuation .box {
  border-radius: 50%;
  border: solid 5px var(--color03);
  background: #fff;
  width: 300px;
  height: 300px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
    0 5px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
    0 5px 5px rgba(0, 0, 0, 0.19);
}

.btntextchange {
  position: relative;
  padding: 20px;
  text-align: center;
}

.btntextchange:hover {
  background-color: var(--color01);
  color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0px 0px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0px 0px rgba(0, 0, 0, 0.19);
}

.btntextchange span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
}

.btntextchange span:nth-child(2) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(1) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
}

@media (max-width: 1024px) {
  .fluctuation .box {
    width: 230px;
    height: 230px;
    margin: auto;
  }

  .btntextchange span:nth-child(2) {
    font-size: 13px;
  }

  .bg-01,
  .bg-03,
  .bg-04,
  .bg-01.new-r {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 599px) {
  .fluctuation .box {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  
  .btntextchange.ver02{
    text-align: left;
  }

  .btntextchange span:nth-child(2) {
    font-size: 10px;
  }
}

.course {
  border: var(--color01) 2px solid;
}

.course .text-box li {
  margin: 0 5px 5px 0;
  display: inline-block;
  background-color: var(--color01);
  color: #fff;
  padding: 5px 8px;
}

.course .mttl {
  color: var(--color01);
  border-bottom: #ccc solid 2px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.course .sam {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-weight: bold;
  font-size: 18px;
}

.course .border-b {
  border-bottom: 3px solid var(--color01);
  padding-bottom: 5px;
}

.menulist {
  margin-top: 50px;
}

.menulist dl {
  border-bottom: 1px solid #ddd;
  padding: 30px 0 10px;
}

.menulist dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color01);
}

.menulist dd+dd {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  text-align: right;
  color: var(--color01);
}

.block-type03 .box {
  background-color: var(--color02);
  padding: 30px;
  position: relative;
  border-radius: 40px;
}

@media(max-width:599px) {
.block-type03 .box {
  padding: 20px;
}    
}

.block-type03 .box .txt {
  z-index: 2;
  position: relative;
}

.list02 dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.list02 dl dt {
  border-bottom: 1px solid var(--color01);
  width: 30%;
  padding: 10px 0;
}

.list02 dl dd {
  border-bottom: 1px dashed var(--color01);
  width: 70%;
  padding: 10px 0 10px 10px;
}

.step .box {
  border-radius: 50px;
  background: #fff;
  padding: 50px 30px 30px;
  position: relative;
  border: solid var(--color01) 3px;
  margin-bottom: 80px;
}

.step .box:last-child {
  margin-bottom: 0;
}

.step .step-logo {
  width: 80px;
  height: 80px;
  background-color: var(--color01);
  color: #fff;
  font-size: 12px;
  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;
  border-radius: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.v-box-detail {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.voice .title-sub {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 10px 10px;
  border-bottom: 3px solid var(--color01);
}

.lightbox-img {
  border-radius: 50px;
  overflow: hidden;
}

.lightbox-img .search-icon {
  width: 20%;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.lightbox-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.lightbox-img:hover::before {
  background: none;
}

.worries .box {
  padding: 30px;
  border: 3px solid var(--color01);
  border-radius: 50px;
  background: #fff;
  position: relative;
  z-index: 0;
}

.worries .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 1;
}

.worries .icon img {
  width: auto;
  max-width: 160px;
  height: initial !important;
  max-height: 100%;
}

.worries li+li {
  margin-top: 10px;
}

.worries .txtbox {
  margin-top: 20px;
}

.worries .txtbox .txt {
  padding-right: 200px;
  line-height: 2;
}

@media (max-width: 599px) {
  .worries .box {
    padding: 20px 20px;
  }

  .worries .txtbox .txt {
    padding-top: 50px;
    padding-right: 0;
  }

  .worries .icon {
    height: 100px;
    bottom: -70px;
  }

  .worries .icon img {
    max-width: 70px;
  }

  .top-trouble .box img {
    max-width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.calc80 {
  width: calc(100% - 80px);
}

.gaiheki .top-trouble .box img {
  max-width: 100%;
}

.ref-menu .num {
  width: 50px;
  height: 50px;
  font-size: 19px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -26px;
  right: 20px;
}

.ref-menu .box {
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
}

.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: 24px;
  cursor: pointer;
  color: var(--color01);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color01);
}

.slick01 .btn-slick.btn-back {
  left: -4%;
}

.slick01 .btn-slick.btn-next {
  right: -4%;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

.slick01 .btn-next:before {
  content: "\f054";
  color: var(--color01);
}

.slick01 .tbox {
  margin: 10px 0;
}

.slick01 .cate span {
  background: var(--color-01);
  color: #fff;
  padding: 3px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

[data-element-id].slick01 .slick-track {
  width: 100% !important;
}

[data-element-id].slick01 .slick-track>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}

[data-element-id].slick01 .slick-track>div li {
  width: 31.333%;
}

[data-element-id].slick01 .slick-track>div li:nth-child(n + 4) {
  display: none;
}

@media (max-width: 1024px) {
  .slick01 .btn-slick.btn-back {
    left: -2%;
  }

  .slick01 .btn-slick.btn-next {
    right: -2%;
  }
}

@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
    padding: 5px 6px;
    width: 40px;
    height: 40px;
  }
}

.list01s {
  position: relative;
}

.list01s .ttl {
  position: relative;
  font-size: clamp(1.125rem, 1.065rem + 0.25vw, 1.25rem);
  color: var(--color01);
  font-weight: bold;
  margin-bottom: 10px;
}

.list01s .ttl:before {
  content: "";
  display: block;
  background: url('/import/tenant_1/162.43.86.216/html/images/check.webp') 0 0 no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -5px;
}

.kinds .box {
  position: relative;
  padding: 30px;
  border-radius: 40px;
}

.mkYL {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, #f7fd9b));
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #f7fd9b 70%);
  font-weight: 500;
}

.flow-list {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color: var(--color02);
  border-radius: 30px;
}

.flow-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 80%;
}

.flow-list ul li {
  display: block;
  padding: 0 0 40px 30px;
  font-weight: 500;
  position: relative;
}

.flow-list ul li:last-of-type {
  padding-bottom: 0;
}

.flow-list ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 2px var(--color01);
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-list ul li:first-of-type::before,
.flow-list ul li:last-of-type::before {
  background-color: var(--color01);
}

.flow-list ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--color01);
  position: absolute;
  top: 10px;
  left: 7px;
}

.flow-list ul li:last-of-type::after {
  display: none;
}

.flow-list .img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
}

.articledtl01 .flex_box {
  width: 100% !important;
}

.maxw-70 {
  max-width: 70px;
  width: 100%;
}

@media (max-width: 1024px) {
  .maxw-70 {
    max-width: 50px;
  }

  .flow-list {
    width: 100%;
  }

  .flow-list ul {
    width: 80%;
  }

  .flow-list .img {
    max-width: 150px;
  }
}

@media (max-width: 599px) {
  .btntextchange {
    padding: 10px 4px;
  }

  .btntextchange span {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: none;
    transform: none;
    display: block;
    white-space: initial;
  }

  .btntextchange span:nth-child(2) {
    opacity: 1;
  }

  .btntextchange:hover span:nth-child(1) {
    opacity: 1;
  }

  .btntextchange:hover {
    background: #fff;
    color: #666;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
      0 5px 5px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
      0 5px 5px rgba(0, 0, 0, 0.19);
  }

  .articledtl01 .flex_box .item {
    width: 49% !important;
    margin: 0 0 5px !important;
  }

  .construction_single img {
    width: 49%;
    height: 100%;
    margin: 0 0.5% 5px !important;
  }

  .articledtl01 .flex_box .item img {
    width: 100%;
  }

  .flow-list {
    padding: 0;
  }

  .flow-list ul {
    width: 100%;
    min-width: initial;
    padding: 15px;
    padding-bottom: 180px;
  }

  .flow-list ul::after {
    bottom: -200px;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .flow-list .img {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

[data-element-id] .h3m {
  width: 100%;
}

[data-element-id] .slk1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-element-id] .fead-order>* {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-element-id] .up-d-none {
  display: inline-block;
  border: solid 3px #000;
  position: relative;
}

[data-element-id] .up-d-none.ori {
  margin-left: 60%;
}

[data-element-id] .up-d-none:before {
  content: "モバイル用";
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #000;
}

[data-element-id] .fd-btn {
  position: absolute;
}

[data-element-id] .faq-box .ans {
  display: block;
}

[data-element-id] .btntextchange:hover {
  background: #fff;
  color: #222;
}

[data-element-id] .btntextchange span:nth-child(1) {
  top: 15%;
}

[data-element-id] .btntextchange:hover span:nth-child(1) {
  opacity: 1;
}

[data-element-id] .btntextchange span:nth-child(2) {
  opacity: 1;
  border: solid 1px #f58e7e;
  padding-top: 15px;
}

[data-element-id] .btntextchange span:nth-child(2):before {
  content: "隠れていたテキスト";
  width: 100%;
  display: block;
  padding: 0.5em 0.2em;
  font-size: 10px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: #f58e7e;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .slick01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-element-id] .slick01>div {
  display: contents;
}

[data-element-id] .zoom-in-img:hover img,
.top-construction .zoom-in-img a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

[data-element-id] .top-construction .date::before {
  width: 50px;
}

[data-element-id] .gnav {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: solid 3px #ffa000;
}

[data-element-id] .gnav .img {
  padding: 30px;
}

[data-element-id] .gnav:before {
  content: "ハンバーガーメニュー";
  width: 100%;
  display: block;
  padding: 0.5em 0.2em;
  font-size: 10px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: #ffa000;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] [data-ab-test-contents] {
  position: relative;
  padding: 30px 0px 0px;
  margin-bottom: 10px;
  border: 3px solid var(--color01);
}

[data-element-id] [data-ab-test-contents]::before {
  content: "Aパターン";
  width: 100%;
  display: block;
  padding: 0.5em 0.2em;
  font-size: 10px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: var(--color01);
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
  border: 3px solid #f39831;
  padding: 30px 10px 10px;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
  content: "Bパターン";
  background-color: #f39831;
  z-index: 1;
}

[data-element-id] .top-insta li {
  margin: 20px;
  width: 13%;
}

/*===================================
 追加
==================================*/
.list-blog .category span {
  display: inline-block;
  margin: 3px;
  background-color: var(--color01);
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  font-size: 12px;
}

.list-blog li:last-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.list-works-recommend li:last-child{
  opacity: 0;
  visibility: hidden;
  height: 0;  
}

@media(max-width:599px) {
.list-blog li:last-child {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.list-works-recommend li:last-child{
  opacity: 1;
  visibility: visible;
  height: auto;  
}
}

/* 見出し */
.ttl-show\@pc {
  display: block;
}

.ttl-show\@sp {
  display: none;
}

@media (max-width: 599px) {
  .ttl-show\@pc {
    display: none;
  }

  .ttl-show\@sp {
    display: block;
  }
}

/*  パンくずリスト  */
.breadcrumbs {
  padding: 2em 0;
}

.breadcrumbs-list li {
  display: inline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
  font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
}

.breadcrumbs-list li.breadcrumbs-thispage::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 1em 0 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs-list li.breadcrumbs-prevpage a::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 1em 0 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs a {
  display: inline;
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 1em 0;
  }
}

/* 詳細ぺージ用 */
.detail-content h2 {
  margin: 1.5em 0 1em;
  padding: 0.2em 0.5em;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
  border-bottom: 2px solid var(--color01);
}

.detail-content h3 {
  margin: 1.5em 0 1em;
  padding-left: 0.5em;
  font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
  border-left: 10px solid var(--color01);
  font-weight: bold;
}

.detail-content h4 {
  margin: 1.5em 0 1em;
  padding: 0.2em;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
  border-bottom: 2px dotted var(--color01);
}

.detail-content ol {
  list-style: auto;
  list-style-position: outside;
  margin: 1em 0;
  padding-left: 2em;
}

.detail-content ol li {
    list-style: decimal;
}

.detail-content ul {
  list-style: inherit;
  list-style-position: outside;
  margin: 1em 0;
  padding-left: 2em;
}

.detail-content ul li {
    list-style: disc;
}

.detail-content iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
}

/* .list-voice */
.list-voice .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 3px var(--color01);
  border-radius: 50px;
  padding: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-voice .item+.item {
  margin-top: 20px;
}

.list-voice .item .a-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--color01);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.list-voice .item .a-content dt {
  margin-right: 1em;
  width: 30%;
}

.list-voice .item .a-content dd {
  width: 65%;
}

@media(max-width:1024px) {
  .list-voice .item .a-content dt {
    margin-right: 1em;
    width: 40%;
  }

  .list-voice .item .a-content dd {
    width: 55%;
  }
}

/* .list-recruit */
.list-recruit .list-inner {
  padding: 50px;
  background-color: var(--color02);
  border-radius: 50px;
}

.list-recruit .list-inner .img-wrap {
  border-radius: 1em;
  overflow: hidden;
}

.list-recruit .list-inner .content-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-recruit .list-inner .content-wrap .item dt {
  width: 30%;
  font-weight: bold;
}

.list-recruit .list-inner .content-wrap .item dd {
  width: 65%;
}

/* .blogdetail */
.blogdetail {
  padding: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.blogdetail .date {
  font-weight: bold;
}

.blogdetail .category {
  text-align: right;
}

.blogdetail .category span {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: var(--color01);
  font-size: 12px;
  color: #fff;
  border-radius: 0.25em;
}

.blogdetail .title {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 4px double var(--color01);
}

@media(max-width:599px) {
  .blogdetail {
    padding: 20px;
  }
}

/* list-youkou */
.list-youkou li {
  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;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.list-youkou .title {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-youkou .content {
  width: 70%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-youkou .shikaku {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.list-youkou .shikaku dt {
  font-weight: bold;
}

.form .data input.address-input{
  width: 50%;
  margin-bottom: 0.5em;
}

.form .data.image input{
  border: none;
}

.top-voice .list-voice li a{
  display: block;
  width: 100%;
  height: 100%;
}

/* 見たまま編集画面用 */
[data-element-id].dataelementbanner{
  flex-wrap: wrap;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-element-id].btntextchange span:nth-child(2){
  margin-top: 50px;
}

/* スマホ用見出し */
[data-element-id] .ttl-show\@sp {
    display: block;
    max-width: 375px;
    border: solid 2px #ff1493;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 1.5em;
}

[data-element-id] .ttl-show\@sp::after {
  content: 'スマホで表示';
  display: block;
  font-weight: 700;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #ff1493;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .tate-ttl.ttl-show\@sp{
  writing-mode: initial;
}

[data-element-id] .ttl-show\@sp.mr0 {
    margin-right: 0;
    font-size: 16px;
}

[data-element-id] .ttl-show\@sp .up-mb-40{
  margin-bottom: 0;
}

[data-element-id] .ttl-show\@sp .up-mb-50{
  margin-bottom: 0;
}

[data-element-id] .ttl-show\@sp .en {
    font-size: 16px;
}

[data-element-id] .ttl-show\@sp .ja {
    font-size: 22px;
}

[data-element-id] .topmv-ttl .ttl-show\@sp .eng {
    font-size: 30px;
}

[data-element-id] .topmv-ttl .ttl-show\@sp .jap {
    font-size: 16px;
}

[data-element-id] .newtrouble-text.ttl-show\@sp{
    font-size: 15px;
}

[data-element-id] .newreason-text.ttl-show\@sp{
    font-size: 18px;
}

[data-element-id] .newworks-text.ttl-show\@sp .ttl{
    font-size: 18px;
}

[data-element-id] .newreason-text.ttl-show\@sp{
    font-size: 18px;
}

[data-element-id] .top-bnr .ttl-show\@sp .text {
    font-size: 16px;
}

[data-element-id].top-bnr .ttl-show\@sp .ttl {
    font-size: 18px;
}

[data-element-id].top-works .date::before {
  scale: 1;
}

[data-element-id].topvisual .head.ttl-show\@sp{
  top: 70%;
}

[data-element-id].btntextchange.ttl-show\@sp span:nth-child(2){
  max-width: 300px;
  white-space: initial;
  margin-top: 80px;
}

[data-element-id] .ttl-show\@sp .up-fz-20\@sp{
  font-size: 20px;
}

[data-element-id] .ttl-show\@sp .up-fz-18\@sp{
  font-size: 18px;
}

[data-element-id] .ttl-show\@sp .up-fz-16\@sp{
  font-size: 16px;
}

[data-element-id] .topvisual .head.ttl-show\@sp {
    font-size: 24px;
}

[data-element-id] .topvisual .head.ttl-show\@sp::after {
    text-shadow: none;
}

[data-element-id] .ref-menu .box {
  height: auto;
}

[data-hide-element]:before {
    content: "※非表示コンテンツ"!important;
    font-size: 10px !important;
    padding: 0 !important;
}




