@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* # root1 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #ffece3;
  --color02: #f26031;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('../images/bg04.webp');
  --image-url02: url('/import/tenant_1/162.43.6.204/images/bg06.webp');
  --image-url03: url('../images/number-bg.webp');
  --image-url05: url('../images/flow01.webp');
  --image-url06: url('../images/faq01.webp');
  --color-filter01: invert(35%) sepia(93%) saturate(833%) hue-rotate(340deg) brightness(111%) contrast(90%);
}*/
/* # root1 END # */

/* # root2 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #e1f4ff;
  --color02: #036083;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('../images/bg04_blue2.webp');
  --image-url02: url('/import/tenant_1/162.43.6.204/images/bg06_blue.webp');
  --image-url03: url('../images/number-bg_blue2.webp');
  --image-url05: url('/import/tenant_1/162.43.6.204/images/flow02.webp');
  --image-url06: url('../images/faq02.webp');
  --color-filter01: invert(56%) sepia(78%) saturate(414%) hue-rotate(158deg) brightness(86%) contrast(93%);
} */
/* # root2 END # */

/* # root3 START # */
:root {
  --html-color: #3f200e;
  --color01: #e6f3e8;
  --color02: #005d30;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/162.43.6.204/images/bg04_green.webp');
  --image-url02: url('/import/tenant_1/162.43.6.204/images/bg06_green.webp');
  --image-url03: url('/import/tenant_1/162.43.6.204/images/number-bg_green.webp');
  --image-url05: url('/import/tenant_1/162.43.6.204/images/flow03.webp');
  --image-url06: url('/import/tenant_1/162.43.6.204/images/faq03.webp');
  --color-filter01: invert(58%) sepia(68%) saturate(236%) hue-rotate(82deg) brightness(89%) contrast(93%);
}
/* # root3 END # */

/* 画像保存用 */
/*:root {
  --image1-url01: url('/import/tenant_1/162.43.6.204/images/bg04_green.webp');
  --image1-url02: url('/import/tenant_1/162.43.6.204/images/bg06_green.webp');
  --image1-url03: url('/import/tenant_1/162.43.6.204/images/number-bg_green.webp');
  --image2-url01: url('../images/bg04_blue2.webp');
  --image2-url02: url('/import/tenant_1/162.43.6.204/images/bg06_blue.webp');
  --image2-url03: url('../images/number-bg_blue2.webp');
  --image3-url01: url('../images/bg04.webp');
  --image3-url02: url('/import/tenant_1/162.43.6.204/images/bg06.webp');
  --image3-url03: url('../images/number-bg.webp');
  --image4-url01: url('../images/flow01.webp');
  --image4-url02: url('/import/tenant_1/162.43.6.204/images/flow02.webp');
  --image4-url03: url('/import/tenant_1/162.43.6.204/images/flow03.webp');
  --image5-url01: url('../images/faq01.webp');
  --image5-url02: url('../images/faq02.webp');
  --image5-url03: url('/import/tenant_1/162.43.6.204/images/faq03.webp');
}*/

html {
  color: var(--html-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

.noto {
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Noto Sans JP', sans-serif;
}

.yu-min {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

/* ---------------------------
基本color
----------------------------- */
.color01 {
  color: #3f200e;
}

.color02 {
  color: #523625;
}

.color03 {
  color: var(--color04);
}

.color04 {
  color: var(--color02);
}

.color-white {
  color: #fff;
}

/* ---------------------------
基本background-color
----------------------------- */
.bgc01 {
  background-color: var(--color01);
}

.bgc02 {
  background-color: var(--color06);
}

.size130 {
  font-size: 130%;
}

.size180 {
  font-size: 180%;
}

dt {
  font-weight: 500;
}

/* ---------------------------
その他
----------------------------- */

.border01 {
  border-bottom: 1px solid var(--color03);
}

/* area */
.area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.big-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (max-width: 599px) {
  .area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.up-d-contents {
  display: contents;
}

@media (max-width: 1024px) {
  .up-d-contents\@tb {
    display: contents;
  }
}

@media (max-width: 599px) {
  .up-d-contents\@sp {
    display: contents;
  }

  .up-order-3\@sp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txt {
  line-height: 1.7;
}

.txt2 {
  line-height: 2;
}

.txt18 {
  line-height: 1.8;
}

.pa100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* left right */
@media (max-width: 1024px) {
  body .tb>[class^="left-cmn"] {
    width: 100%;
  }

  body .tb>[class^="right-cmn"] {
    width: 100%;
  }

  body .tb>.right-cmn01 {
    margin-top: 20px;
  }

  body .tb>.right-cmn02 {
    margin-top: 15px;
  }

  body .tb>.right-cmn03 {
    margin-top: 10px;
  }

  body .tb>.right-cmn04 {
    margin-top: 30px;
  }

  body .tb>.right-cmn05 {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  body div [class^="left-cmn"] {
    width: 100%;
  }

  body div [class^="right-cmn"] {
    width: 100%;
  }

  body div .right-cmn01 {
    margin-top: 30px;
  }

  body div .right-cmn02 {
    margin-top: 10px;
  }

  body div .right-cmn03 {
    margin-top: 5px;
  }

  body div .right-cmn04 {
    margin-top: 20px;
  }

  body div .right-cmn05 {
    margin-top: 30px;
  }
}

/* 左右入れ替え */
.rowr2n-cmn li:nth-of-type(2n) .box-cmn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row2n-cmn li:nth-of-type(2n) .box-cmn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row2n-cmn li:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* br */
.br1024b-cmn br {
  display: none;
}

.br1024n-cmn br {
  display: block;
}

.br599b-cmn br {
  display: none;
}

.br599n-cmn br {
  display: block;
}

@media (max-width: 1024px) {
  .br1024b-cmn br {
    display: block;
  }

  .br1024n-cmn br {
    display: none;
  }
}

@media (max-width: 599px) {
  .br599b-cmn br {
    display: block;
  }

  .br599n-cmn br {
    display: none;
  }
}

/* list */
.indent01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.indent02 li {
  text-indent: -2em;
  padding-left: 2em;
}

.indent03 li {
  text-indent: -3em;
  padding-left: 3em;
}

.gnav .toggle {
  display: block;
  position: fixed;
  width: 42px;
  height: 42px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 999;
  display: none;
}

.gnav .toggle button {
  border-style: inherit;
}

.gnav .bar {
  display: block;
  background: #000;
  height: 2px;
  width: 28px;
  text-indent: 9999px;
  padding: 0;
  top: 50%;
  left: 7px;
  margin-top: -1px;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.gnav .bar:before {
  display: block;
  content: "";
  background: #000;
  height: 2px;
  width: 28px;
  position: absolute;
  top: -10px;
  left: 0;
}

.gnav .bar:after {
  display: block;
  content: "";
  background: #000;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 10px;
  left: 0;
}

.gnav.action .toggle .bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gnav.action .toggle .bar:after,
.gnav.action .toggle .bar:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .gnav .toggle {
    display: block;
    text-indent: 999px;
  }
}

/* gnav アコーディオン */
.gnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

@-webkit-keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.g-item>a,
.g-item>.drop-title {
  display: block;
  padding: 3px 11px 3px 42px;
  text-align: center;
  font-size: 15px;
  position: relative;
}

.g-item>a:before,
.g-item>.drop-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/icon02.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 28px;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
}

.g-item.icon01 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon01.webp');
}

.g-item.icon02 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon02.webp');
}

.g-item.icon03 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon03.webp');
}

.g-item.icon04 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon04.webp');
}

.g-item.icon05 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon05.webp');
}

.g-item.icon06 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon06.webp');
}

.g-item.icon07 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon07.webp');
}

.g-item.icon08 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon08.webp');
}

.g-item.icon12 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon12.webp');
}

.g-item.icon13 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon13.webp');
}

.g-item.icon14 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon14.webp');
}

.g-item.icon15 a:before {
  background-image: url('/import/tenant_1/162.43.6.204/images/icon15.webp');
}

.g-item.icon99 a:before {
  background-image: url('/upload/tenant_1/mini-line.webp');
}

.g-item+.g-item {
  background-image: url('/import/tenant_1/162.43.6.204/images/gnav-bg.webp');
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
}

[data-element-id] .g-item+.g-item {
  background-size: 2px auto;
  background-repeat: repeat-y;
}

/* gnav アコーディオン */
.gnav {
  padding: 25px 0;
}

.gnav .inner {
  max-width: 1080px;
  width: 98%;
}

.pull-box {
  position: relative;
}

.accordionbox {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  width: 300px;
  background-color: white;
}

.accordionbox a {
  display: block;
  padding: 10px 5px;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  font-size: 14px;
}



.accordionbox li {
  border-bottom: 1px solid var(--color02);
}

.g-item.pull:hover .accordionbox {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.g-item.pull>a:after,
.g-item>.drop-title::after {
  content: "";
  width: 17px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-image: url('/import/tenant_1/162.43.6.204/images/arrow01.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
}

/* スマホオンリー */
.pc-none {
  display: none;
}

.sp-logo img {
  width: 150px;
}

body.action {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .accordionbox li {
    border-bottom: none;
  }

  h1 {
    padding: 0 42px 0 10px;
  }

  .pc-none {
    display: block;
  }

  .gnav.action .overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .gnav .gnavinn {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 400px;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background: white;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
  }

  .gnav.action .gnavinn {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }

  /* ハンバーガーメニュー内 */
  .g-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 100px;
  }

  .g-item {
    width: 100%;
  }

  .g-item a,
  .g-item>.drop-title {
    text-align: left;
    padding: 15px 10px 15px 42px;
    font-size: 16px;
  }

  .accordionbox a {
    padding: 0px 10px 15px 42px;
  }

  .g-item+.g-item {
    background-image: none;
  }

  .g-item.pull>a:after,
  .g-item>.drop-title::after {
    left: auto;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .sp-logo {
    text-align: center;
    margin-bottom: 5px;
  }

  .sp-logo a {
    display: block;
    max-width: 220px;
    margin: 0 auto;
  }

  .sp-logo img {
    width: 100%;
  }

  .accordionbox {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  /* .pull-box {
    display: none;
  } */

}

@media (max-width: 599px) {
  .sp-logo {
    margin-bottom: 10px;
  }

  .g-address .address {
    letter-spacing: -.08em;
  }
}

/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 700px;
}

.top-image .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-image ul {
  height: 100% !important;
}

.top-image ul * {
  height: 100% !important;
}

.top-image li>div {
  position: relative;
  display: block;
  width: 100%;
}

.top-image li img {
  width: 100%;
  height: 100% !important;
  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%;
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: none;
}

.sp-fix-box li {
  width: 50%;
}

.sp-fix-box li * {
  height: 100%;
}

.sp-fix-box 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;
  padding: 15px 5px;
  color: #fff;
  font-weight: bold;
}

.sp-fix-box a:before {
  margin-right: 7px;
}

.sp-fix-box .contact a {
  background-color: var(--color02)
}

.sp-fix-box .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.sp-fix-box .free a {
  background-color: #503424;
}

.sp-fix-box .free a:before {
  content: "\f095";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@media (max-width: 599px) {
  .sp-fix-box {
    display: block;
  }
}

[data-element-id] .sp-fix-box {
  display: block;
  position: static;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  background-color: white;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color02);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 90%;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

[data-element-id] .pc-none {
  display: block;
}

[data-element-id] .gnav li.pc-none {
  border: 1px solid #218055;
}

[data-element-id] .gnav .sp-logo {
  border: 1px solid #218055;
}

[data-element-id] .g-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-element-id] .g-list li {
  margin-top: 30px;
}

[data-element-id] .gnav .pc-none {
  border: 1px solid #218055;
  position: relative;
  max-width: 375px;
}

[data-element-id] .gnav .pc-none:after {
  content: "SP用";
  width: 100%;
  text-align: center;
  color: #fff;
  background: #218055;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #218055;
}

/* ---------------------------
トップページ
----------------------------- */
h1 {
  font-size: 14px;
  padding: 0 15px;
}

.header-logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.header-logo-box .header-logo {
  width: 280px;
  margin-right: 15px;
}

.header-logo-box .header-logo a,
.header-logo-box .header-logo img {
  display: block;
  width: 100%;
}

.header-logo-box .header-logo img {
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
}


.header-logo-box .tel-box {
  white-space: nowrap;
  text-align: center;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
}

.header-logo-box .address {
  color: #fff;
  background-color: var(--color03);
  text-align: center;
  padding: 0 7px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}

.header-logo-box .tel {
  text-align: center;
  font-size: 30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

/* ---------------------------
背景画像：background-image
----------------------------- */
.bg01 {
  position: relative;
}

.bg01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg02.webp');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 6.5vw;
  z-index: 2;
}

.bg01:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg03.webp');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4vw;
  z-index: 2;
}

.toryou-up {
  position: relative;
}

.toryou-up:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg02.webp');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 6.5vw;
  z-index: 2;
}

.toryou-down {
  position: relative;
}

.toryou-down:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg03.webp');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4vw;
  z-index: 2;
}

.toryou-up>.inner {
  position: relative;
  z-index: 2;
}

.toryou-down>.inner {
  position: relative;
  z-index: 2;
}

.toryou-up>.inner1300 {
  position: relative;
  z-index: 2;
}

.toryou-down>.inner1300 {
  position: relative;
  z-index: 2;
}

.bg02 {
  position: relative;
}

.bg02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  background-image: var(--image-url02);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 4;
}

.top02box .inner {
  position: relative;
}

.bg09 {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 60%;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg09.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
  opacity: 0.2;
}

.bg08 {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 1070px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 90%;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg08.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
  opacity: 0.2;
}

.main-bg {
  background-image: url('/import/tenant_1/162.43.6.204/images/main-bg.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.main-bg02 {
  background-image: url('/import/tenant_1/162.43.6.204/images/main-bg02.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-image .tbox {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.top-image .tbox>* {
  position: relative;
  z-index: 3;
}

.top-image .tbox:before {
  content: "";
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/header-bg01.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 306px;
  height: 268px;
  opacity: 0.8;
}

.top-image h2 {
  position: relative;
  font-size: 46px;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
  font-weight: bold;
}

.top-image h3 {
  position: relative;
  font-size: 22px;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
  font-weight: bold;
}

.top-image .up-show\@sp h2 {
  font-size: 22px;
  letter-spacing: -.1em;
}

.top-image .up-show\@sp h3 {
  font-size: 16px;
  letter-spacing: -.05em;
}

.free-zero {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 20;
  width: 175px;
  height: 175px;
  background-image: url('/import/tenant_1/162.43.6.204/images/header-icon.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
}

.free-zero .text-box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.free-zero .text1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}

.free-zero .big {
  font-size: 48px;
}

.free-zero .small {
  font-size: 26px;
}

.free-zero .text2 {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.free-zero .text3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

.top01box {
  border-top: 1px solid #000000;
}

.heading01 {
  width: 100%;
  max-width: 460px;
  background-image: var(--image-url01);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 29px 29px 0;
  color: #fff;
  font-size: 30px;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.up-show\@sp .heading01 {
  max-width: 350px;
  padding: 18px 20px 25px 18px;
  font-size: 22px;
}

.heading01:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -8px;
  background-image: url('/import/tenant_1/162.43.6.204/images/penki.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 67px;
}

.num01 {
  width: 38px;
  height: 39px;
  font-weight: bold;
  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;
  background-image: var(--image-url03);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  margin-right: auto;
  margin-left: auto;
}

.white-bg01 {
  position: relative;
}

/* .white-bg01:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg01.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 245px;
} */

.white-bg01:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg01.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 285 / 245;
}

.white-bg01>* {
  position: relative;
}

.white-bg02 {
  position: relative;
}

/* .white-bg02:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg02.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 212px;
  height: 230px;
} */

.white-bg02:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg02.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 106 / 115;
}

.white-bg02>* {
  position: relative;
}

.white-bg03 {
  position: relative;
}

/* .white-bg03:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg03.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 286px;
  height: 237px;
} */
.white-bg03:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg03.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 308 / 237;
}

.white-bg03>* {
  position: relative;
}

.btn00 span {
  display: inline-block;
  min-width: 270px;
  background-color: var(--color04);
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  position: relative;
}

.btn00 span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 0px solid transparent;
}

.btn01 a,
.btn01 button,
.btn02 {
  display: inline-block;
  min-width: 270px;
  background-color: var(--color04);
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  position: relative;
}

.btn01 a:before,
.btn01 button:before,
.btn02:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 0px solid transparent;
}

.btn02 {
  width: 100%;
  min-width: auto;
}

.btn01.next a span,
.btn01.next button span {
  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;
}

.btn01.next a span:before,
.btn01.next button span:before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  margin-right: 7px;
  font-size: 26px;
}

.btn00 span:hover {
  opacity: 1;
  cursor: pointer;
}

.btn01 a:hover,
.btn01 button:hover,
.btn02:hover {
  opacity: 1;
  cursor: pointer;
}

.btn01 a:hover:before,
.btn01 button:hover:before,
.btn02:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: 1px solid #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.heading02 {
  text-align: center;
  position: relative;
  font-weight: bold;
}

.heading02 span {
  display: inline-block;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: relative;
}

.heading02 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg05-left.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 36px;
}

.heading02 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg05-right.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 30px;
}

.heading03 {
  text-align: center;
  position: relative;
  font-weight: bold;
}

.heading03 span {
  display: inline-block;
  position: relative;
}

.heading03 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg07-left.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 47px;
}

.heading03 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg07-right.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 49px;
}

.heading03.rotate span {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

[data-element-id] .heading03.rotate span {
  -webkit-transform: none;
  transform: none;
}

.top01box .right-cmn01 .pic {
  margin-right: -50px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.maru {
  background-image: url('/import/tenant_1/162.43.6.204/images/maru-bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.maru>span {
  width: 130%;
  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;
  line-height: 1.4;
  position: relative;
  margin-left: -15%;
  z-index: 1;
  text-shadow: 1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 1px 0 #FFF,
    0 -1px 0 #FFF,
    -1px 0 0 #FFF,
    1px 0 0 #FFF;
}

.maru>span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/hairline.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
  z-index: -1;
}

.maru01 {
  color: var(--color02);
  font-weight: bold;
  right: 70px;
  bottom: -23px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: absolute;
  width: 148px;
  height: 148px;
  font-size: 28px;
  text-align: center;
}

.maru02 {
  color: var(--color02);
  font-weight: bold;
  left: -38px;
  bottom: 30px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  position: absolute;
  width: 148px;
  height: 148px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.maru03 {
  color: var(--color02);
  font-weight: bold;
  right: 80px;
  bottom: 80px;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  position: absolute;
  width: 148px;
  height: 148px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.maru04 {
  color: var(--color02);
  font-weight: bold;
  right: -20px;
  bottom: -126px;
  position: absolute;
  width: 148px;
  height: 148px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.top02 {
  padding-right: 10px;
  padding-left: 40px;
}

.top02 .box1 {
  margin-top: 57px;
  width: 27.5%;
}

.top02 .box2 {
  width: 33%;
  margin-top: 112px;
}

.top02 .box3 {
  width: 30%;
}

.heading04 {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
  font-weight: bold;
}

.heading04 .ttl {
  font-size: 30px;
}

.up-show\@sp .heading04 .ttl {
  font-size: 22px;
}

.heading04 .sub {
  background-color: var(--color04);
  display: inline-block;
  padding: 5px 35px;
  font-size: 20px;
  margin-top: 10px;
}

.up-show\@sp .heading04 .sub {
  padding: 3px 30px;
  font-size: 14px;
  margin-top: 8px;
}

.heading04:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg10.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 438px;
  height: 168px;
  opacity: 0.5;
}

[data-element-id] .heading04:before {
  z-index: -1;
}

.heading04 span {
  position: relative;
}

.top04 {
  background-color: rgba(255, 255, 255, 0.3);
}
.top-works-slider .cat{
  width:100%;
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}

.top-works-slider .cat span{
  display: inline-block;
  border-radius: 7px;
  background-color: var(--color04);
  padding: 1px 6px;
  font-weight: bold;
  font-size:14px;
  margin-bottom:3px;
  margin-right:3px;
}

 .cat{
  width:100%;
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}

.cat span{
  display: inline-block;
  border-radius: 7px;
  background-color: var(--color04);
  padding: 1px 6px;
  font-weight: bold;
  font-size:14px;
  margin-bottom:3px;
  margin-right:3px;
}



.top-works-slider .tbox span+span {
  margin-left: 5px;
}

.top-works-slider .pbox {
  padding: 10px;
  background-color: #fff;
  position: relative;
}

.top-works-slider .pbox:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 15px;
  background-image: url('/import/tenant_1/162.43.6.204/images/ribon.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 38px;
}

.top-works-slider li {
  padding: 0 24px;
}

.btn-slick {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 34px;
  height: 34px;
  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;
  background-color: var(--color02);
}

.btn-slick:hover {
  cursor: pointer;
}

.btn-slick.btn-back {
  left: -25px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.btn-slick.btn-next {
  right: -25px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media (max-width: 1130px) {
  .btn-slick.btn-back {
    left: 0;
  }

  .btn-slick.btn-next {
    right: 0;
  }
}

.top05 .box {
  position: relative;
  background-color: var(--color04);
}

.top05 .box img {
  width: 100%;
}

.top05 .box .ttl {
  font-size: 32px;
  position: absolute;
  left: 5.8%;
  top: 21%;
  font-weight: bold;
}

.top05 .box .sub {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: bold;
  white-space: nowrap;
}

.color-box>a {
  display: block;
  width: 100%;
}

.img-box.no1 {
  width: 100%;
  padding-top: 70%;
  background-image: var(--image-url05);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img-box.no2 {
  width: 100%;
  padding-top: 70%;
  background-image: var(--image-url06);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg11 {
  position: relative;
}

.bg11:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 6.5vw;
  background-image: url('/import/tenant_1/162.43.6.204/images/bg11.webp');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.top03box {
  background-image: url('/import/tenant_1/162.43.6.204/images/main-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heading05 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.heading05:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/icon09.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 85px;
  height: 83px;
}

.heading05:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/icon09.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 85px;
  height: 83px;
}

.heading05 .ttl {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 2.2;
}

.heading05 .ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-image: url('/import/tenant_1/162.43.6.204/images/icon10.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 258px;
  height: 13px;
}

.heading05 .sub {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.up-show\@sp .heading05 .sub {
  font-size: 28px;
}

.up-show\@sp .heading05 .ttl {
  font-size: 16px;
}

.heading05 .and {
  color: var(--color02);
  font-size: 120%;
}

.top-blog-list .big-cat {
  color: #fff;
  background-color: var(--color02);
  padding: 0 10px;
  border-radius: 7px;
  min-width: 107px;
  text-align: center;
}

.top-blog-list .big-cat.information {
  background-color: var(--color02);
}

.top-blog-list .big-cat.blog {
  background-color: var(--color05);
}

.top-blog-list li+li {
  margin-top: 20px;
}

.top-blog-list .date {
  font-weight: bold;
}

.common-banner {
  border-radius: 10px;
  padding: 0 0 2% 4%;
  background-color: var(--color04);
}

.common-banner .text1 {
  background-color: var(--color03);
  color: #fff;
  text-align: center;
  min-width: 45%;
  display: inline-block;
  border-radius: 7px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.4;
}

.common-banner .text2 {
  font-size: 25px;
  margin-top: 3%;
  margin-bottom: 1%;
  font-weight: bold;
}

.common-banner .text2 .big {
  font-size: 120%;
}

.common-banner .text3 {
  color: var(--color02);
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 20px;
}

.common-banner .telbox {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  font-size: 28px;
}

.common-banner .telbox .tel {
  font-size: 150%;
}

.common-banner .right {
  width: 617px;
  max-width: 62%;
  position: relative;
}

.common-banner .right 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;
  border-radius: 10px;
  background: var(--color02);
  background: -webkit-gradient(linear, left top, right top, from(var(--color02)), to(var(--color04)));
  background: linear-gradient(90deg, var(--color02) 0%, var(--color04) 100%);
  padding: 2% 0;
  color: #fff;
}

.common-banner .right .btn-text {
  padding-bottom: 1%;
  white-space: nowrap;
}

.common-banner .right .free {
  font-size: 34px;
}

.common-banner .right .zero {
  font-size: 48px;
}

.common-banner .right .yen {
  font-size: 26px;
}

.common-banner .right .form {
  font-size: 28px;
  display: inline-block;
  margin-left: 0.3em;
}

.common-banner .right .icon24h {
  width: 132px;
  margin-left: 3%;
}

.common-banner .right .orner {
  position: absolute;
  top: 0;
  right: -2%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  width: 50%;
}

.common-banner .right .text4 {
  position: absolute;
  top: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}

.common-banner .right .text4 .small {
  font-size: 80%;
}

.common-banner.small .text1 {
  border-radius: 5px;
  font-size: 16px;
}

.common-banner.small .text2 {
  font-size: 18px;
}

.common-banner.small .text3 {
  font-size: 16px;
}

.common-banner.small .telbox {
  font-size: 20px;
}

.common-banner.small .right .text4 {
  font-size: 14px;
}

.common-banner.small .right .free {
  font-size: 26px;
}

.common-banner.small .right .zero {
  font-size: 38px;
}

.common-banner.small .right .yen {
  font-size: 20px;
}

.common-banner.small .right .form {
  font-size: 22px;
}

.common-banner.small .right .icon24h {
  width: 96px;
}

.top-recruit-banner a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.top-recruit-banner .tbox {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.top-recruit-banner .tbox span {
  display: block;
}

.top-recruit-banner .ttl {
  font-size: 30px;
  position: relative;
  line-height: 2.4;
}

.top-recruit-banner .ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-image: url('/import/tenant_1/162.43.6.204/images/icon11.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 12px;
}

.top-recruit-banner .text1 {
  font-size: 24px;
  margin-top: 30px;
}

.top-recruit-banner .text2 {
  font-size: 18px;
}

.totop-box {
  padding-top: 40px;
  background-color: var(--color01);
}

.totop-box a {
  display: block;
  text-align: center;
  border-top: 2px solid #b7aba7;
  border-left: 2px solid #b7aba7;
  border-right: 2px solid #b7aba7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
}

.totop-box .totop {
  width: 100px;
  margin-left: auto;
}

.foot01 ul {
  color: #fff;
  font-weight: bold;
}

.foot01 .top {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.foot01 li {
  font-size: 15px;
}

.foot01 li+li {
  margin-top: 8px;
}

.foot01 li:not(.pull-item) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot01 li:not(.pull-item) a:before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  font-size: 24px;
  margin-right: 5px;
  color: var(--color04);
}

.foot01 .pull-item a {
  display: block;
  padding-left: 25px;
}

.foot01 .pull-item+.pull-item {
  margin-top: 15px;
}

.foot01 .foot-nav {
  position: relative;
}

.foot01 .foot-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/dot.webp');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
}

.foot01 .foot-nav:nth-of-type(1) {
  position: relative;
}

.foot01 .foot-nav:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/import/tenant_1/162.43.6.204/images/dot.webp');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
}

.foot02 .footer-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot02 .footer-logo a {
  display: block;
  width: 100%;
  max-width: 300px;
}

.foot02 .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
  object-fit: contain;
  object-position: center;
}

.foot02 .footer-address {
  color: #fff;
  font-weight: bold;
}

.foot02 .footer-area {
  margin-top: 10px;
  width: 100%;
  background-color: var(--color04);
  border-radius: 5px;
  padding: 5px 25px 8px 25px;
  font-weight: bold;
}

.copy-right {
  font-size: 9px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0;
  background-color: var(--color01);
}

/* ---------------------------
トップページPC END
----------------------------- */
@media (max-width: 1024px) {
  .header-logo-box {
    left: 15px;
    right: auto;
    transform: translateX(0);
  }

  .header-logo-box .header-logo {
    margin-right: 0px;
  }

  .header-logo-box .tel {
    font-size: 20px;
  }

  .top-image h2 {
    font-size: 36px;
    letter-spacing: -.08em;
  }

  .gnav {
    padding: 10px;
  }

  .heading01 {
    max-width: 350px;
    padding: 18px 20px 25px 18px;
    font-size: 22px;
  }

  .heading01:after {
    top: -15px;
    right: -6px;
    width: 57px;
  }

  .white-bg01:before {
    width: 140%;
  }

  .white-bg02:before {
    width: 120%;
  }

  .white-bg03:before {
    width: 140%;
  }

  .top01box .right-cmn01 .pic {
    margin-right: 0;
    -webkit-transform: none;
    transform: none;
  }

  .maru01,
  .maru02,
  .maru03,
  .maru04 {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }

  .maru03 {
    right: 76px;
    bottom: 89px;
  }

  .maru04 {
    bottom: -23px;
  }

  .heading03 span:before {
    width: 12px;
  }

  .heading03 span:after {
    width: 20px;
  }

  .top02 .box1 {
    margin-top: 30px;
  }

  .top02 .box2 {
    margin-top: 75px;
  }

  .top-works-slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .heading04 .ttl {
    font-size: 22px;
  }

  .heading04 .sub {
    padding: 3px 30px;
    font-size: 14px;
    margin-top: 8px;
  }

  .heading04 {
    margin-bottom: 40px;
  }

  .heading04:before {
    width: 350px;
  }

  .btn-slick {
    width: 28px;
    height: 28px;
  }

  .top-works-slider .pbox {
    padding: 5px;
  }

  .top05 .box .ttl {
    top: 23%;
    font-size: 22px;
  }

  .heading05 .ttl {
    font-size: 16px;
  }

  .heading05 .ttl:after {
    width: 210px;
  }

  .heading05 .sub {
    font-size: 28px;
  }

  .heading05:before {
    left: -24px;
    width: 65px;
  }

  .heading05:after {
    right: -24px;
    width: 65px;
  }

  .btn00 span {
    min-width: 230px;
  }

  .btn01 a,
  .btn01 button {
    min-width: 230px;
  }

  .btn01.next a span:before,
  .btn01.next button span:before {
    margin-right: 5px;
    font-size: 20px;
  }

  .common-banner .text1 {
    font-size: calc(100vw * 18 / 768) !important;
  }

  .common-banner .text2 {
    font-size: calc(100vw * 18 / 768) !important;
  }

  .common-banner .text3 {
    font-size: calc(100vw * 16 / 768) !important;
  }

  .common-banner .telbox {
    font-size: calc(100vw * 22 / 768) !important;
  }

  .common-banner .right {
    max-width: 64% !important;
  }

  .common-banner .right .free {
    font-size: calc(100vw * 26 / 768) !important;
  }

  .common-banner .right .zero {
    font-size: calc(100vw * 40 / 768) !important;
  }

  .common-banner .right .yen {
    font-size: calc(100vw * 20 / 768) !important;
  }

  .common-banner .right .form {
    font-size: calc(100vw * 23 / 768) !important;
  }

  .common-banner .right .icon24h {
    width: 24% !important;
  }

  .common-banner .right .text4 {
    font-size: calc(100vw * 14 / 768) !important;
  }

  .top-recruit-banner .ttl {
    font-size: 24px;
  }

  .top-recruit-banner .text1 {
    font-size: 20px;
    margin-top: 25px;
  }

  .top-recruit-banner .ttl:after {
    width: 170px;
  }

  .top-recruit-banner .text2 {
    font-size: 14px;
  }

  .foot01 li {
    font-size: 14px;
  }

  .foot01 li:not(.pull-item) a:before {
    font-size: 18px;
  }

  .copy-right {
    padding: 30px 0;
  }

  .free-zero .text1 {
    font-size: 20px;
  }

  .free-zero .big {
    font-size: 30px;
  }

  .free-zero .small {
    font-size: 18px;
  }

  .free-zero .text2 {
    font-size: 16px;
  }

  .free-zero .text3 {
    font-size: 20px;
  }

  .free-zero {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
  }

  .top-image .tbox:before {
    width: 60%;
  }

  .g-address .tel-box {
    white-space: nowrap;
    text-align: center;
  }

  .g-address .address {
    color: #fff;
    background-color: var(--color03);
    text-align: center;
    padding: 0 7px;
    border-radius: 5px;
    display: inline-block;
  }

  .g-address .tel {
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  }

  .foot02 .footer-area {
    max-width: 100%;
  }

  .bg09 {
    top: 300px;
  }

  .bg08 {
    top: 0;
  }
}

/* ---------------------------
01index「トップページ」SPスマホ
----------------------------- */
@media (max-width: 599px) {
  h1 {
    padding: 3px 42px 0 3px;
  }

  .bg08 {
    display: none;
  }

  .bg09 {
    display: none;
  }

  .header-logo-box {
    right: 30px;
  }

  .header-logo-box .header-logo {
    width: 250px;
    margin-right: 0;
  }

  .gnav {
    padding: 0;
  }

  .top-image {
    padding-top: 400px;
  }

  .top-image h2 {
    font-size: 22px;
  }

  .white-bg01:before {
    width: 70%;
  }

  .white-bg02:before {
    width: 60%;
  }

  .white-bg03:before {
    width: 60%;
  }

  .top01box .right-cmn01 .pic {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .maru01,
  .maru02,
  .maru03,
  .maru04 {
    right: 15px;
    bottom: 2px;
    -webkit-transform: none;
    transform: none;
    left: auto;
  }

  .top02 .box1 {
    width: 100%;
    margin-top: 0;
  }

  .top02 .box2 {
    width: 100%;
    margin-top: 15px;
  }

  .top02 .box3 {
    width: 100%;
    margin-top: 15px;
  }

  .top02 {
    padding-right: 0;
    padding-left: 0;
  }


  .heading03 {
    font-size: 22px;
  }

  .top-works-slider li {
    padding: 0 15px;
  }

  .top-works-slider {
    max-width: 85%;
  }

  .top-recruit-banner .ttl {
    font-size: 18px;
  }

  .top-recruit-banner .text1 {
    font-size: 16px;
    margin-top: 20px;
  }

  .top-recruit-banner .text2 {
    font-size: 12px;
  }

  .top-recruit-banner .ttl:after {
    width: 120px;
  }

  .top-recruit-banner .tbox {
    right: 3%;
  }

  .common-banner .text1 {
    font-size: 14px !important;
  }

  .common-banner .text2 {
    font-size: 14px !important;
  }

  .common-banner .text3 {
    font-size: 14px !important;
  }

  .common-banner .telbox {
    font-size: 14px !important;
  }

  .common-banner .right {
    max-width: 100% !important;
  }

  .common-banner .right .icon24h {
    width: 60px !important;
  }

  .common-banner .right .free {
    font-size: 14px !important;
  }

  .common-banner .right .zero {
    font-size: 20px !important;
  }

  .common-banner .right .yen {
    font-size: 14px !important;
  }

  .common-banner .right .form {
    font-size: 14px !important;
  }

  .common-banner {
    border-radius: 5px !important;
    padding: 0 2% 2% !important;
  }

  .common-banner .text1 {
    font-size: 13px !important;
    padding: 0 10px !important;
    border-radius: 5px !important;
  }

  .common-banner .right a {
    border-radius: 5px !important;
  }

  .common-banner .right .text4 {
    font-size: 13px !important;
  }

  .free-zero {
    display: none;
  }

  .copy-right {
    padding: 30px 0 70px;
  }
}

/* ---------------------------
02company「会社概要」
----------------------------- */

.under-image {
  position: relative;
}

.under-image .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.under-image .page-title {
  font-size: 30px;
  white-space: pre-wrap;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

.under-image .up-show\@sp .page-title {
  font-size: 24px;
}

.heading06 {
  position: relative;
  min-width: 350px;
  display: inline-block;
  padding: 30px 60px 22px 50px;
  font-size: 24px;
  background-image: var(--image-url01);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.heading06:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -8px;
  background-image: url('/import/tenant_1/162.43.6.204/images/penki.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 67px;
}

.up-show\@sp .heading06 {
  min-width: 240px;
  padding: 15px 60px 15px 20px;
  font-size: 20px;
}

.-translate {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-element-id] .-translate {
  -webkit-transform: none;
  transform: none;
}

.company01 dt {
  font-weight: bold;
  padding-left: 10px;
}

.company01 dd {
  font-weight: bold;
}

.company01 dl {
  padding: 15px 0;
  border-bottom: 1px solid var(--color03);
}

.company01 dl dd dl {
  border-bottom: 1px solid #9d7863;
}

.company01 dl dd dl:last-child {
  border-bottom: none;
}

.company02 .ttl {
  border-top: 1px solid var(--color03);
  border-bottom: 1px solid var(--color03);
  background-color: #fff;
  display: inline-block;
  min-width: 224px;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}

[data-element-id] .company02 .ttl {
  -webkit-transform: none;
  transform: none;
}

.company02 .up-show\@sp .ttl {
  min-width: 224px;
  padding: 10px 5px;
  font-size: 14px;
}

.roler01 {
  position: relative;
}

.roler01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/roler01.webp');
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  width: 60px;
  height: 130%;
}

.clip01 {
  -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
}

.company03 {
  position: relative;
}

/* .company03 .tbox {
  position: absolute;
  top: 60%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.company03 .tbox {
  padding: 80px calc(50% - 600px) 50px 0;
  z-index: 2;
  position: relative;
  width: 60%;
  margin-left: auto;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company03 h3 {
  font-weight: bold;
}

.company03 .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .header-logo-box .tel-box {
    display: none;
  }


  .under h1 {
    margin-bottom: 20px;
  }

  .heading06 {
    min-width: 275px;
    padding: 32px 60px 20px 40px;
    font-size: 20px;
  }

  .company02 .ttl {
    padding: 5px 5px;
    min-width: 150px;
    font-size: 14px;
  }

  .company03 .tbox {
    padding: 80px 20px 30px 0;
    width: 80%;
  }

  .heading06:after {
    top: -15px;
    right: -6px;
    width: 57px;
  }
}

@media (max-width: 599px) {
  .under-image .page-title {
    font-size: 24px;
  }

  .under h1 {
    margin-bottom: 0;
  }

  .company01 dd {
    font-weight: normal;
  }

  .company01 dt {
    padding-left: 0;
  }

  .company02 .ttl {
    min-width: 224px;
    padding: 10px 5px;
  }

  /* .company03 .tbox {
    top: 50%;
    left: 68%;
    width: 50%;
  } */
  .company03 .tbox {
    padding: 60px 20px 30px 20px;
    width: 100%;
    min-height: 200px;
  }

  .company03 h3 {
    font-size: 14px;
  }

  .clip01 {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }
}

.heading07 {
  margin-right: 104px;
  font-weight: bold;
  padding: 10px 25px 10px 25px;
  background-color: #fff;
  border-top: 1px solid var(--color03);
  border-bottom: 1px solid var(--color03);
  position: relative;
}

.heading07:after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -10px;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  background-image: url('/import/tenant_1/162.43.6.204/images/roler01.webp');
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  width: 60px;
  height: auto;
  aspect-ratio: 60 / 62;
}


.heading07.up-ta-c {
  padding: 10px 5px;
}

.heading08 {
  text-align: center;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  margin-bottom: 90px;
}

.up-show\@sp .heading08 {
  font-size: 22px;
  margin-bottom: 70px;
}

.heading08:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/bg10.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 438px;
  height: 168px;
  z-index: -1;
  opacity: 0.5;
}

.about03box {
  position: relative;
}

.about03box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.white-border {
  position: relative;
}

.white-border:before {
  content: "";
  width: 200vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .heading07 {
    margin-right: 65px;
    padding: 8px 5px;
    text-align: center;
  }

  .heading07.up-ta-c {
    padding: 8px 5px;
  }

  .heading07:after {
    right: -8px;
  }

  .heading08:before {
    width: 380px;
  }

  .heading08 {
    font-size: 22px;
    margin-bottom: 70px;
  }

  .heading08:before {
    width: 300px;
  }
}

@media(max-width:599px) {
  .heading07 {
    margin-right: 50px;
    padding: 8px 5px;
    text-align: left;
    width: calc(100% - 50px);
  }

  .heading07:after {
    bottom: 0px;
    width: 40px;
  }
}

/* ---------------------------
ご依頼の流れ
----------------------------- */
.flow01 .box {
  position: relative;
  min-height: auto;
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg04.webp');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  aspect-ratio: 143 / 123;
  /* width: 80%; */
  margin: 0 auto;
}

/* .flow01 .box:before {
  content: "";
  display: block;
  padding-top: 86%;
  background-image: url('/import/tenant_1/162.43.6.204/images/white-bg04.webp');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */

.flow01 .box .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--color02);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  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: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.flow01 .tbox {
  width: 100%;
  position: relative;
  padding: 30px 5px 0;
}

.flow01 .box .ttl {
  font-weight: bold;
  text-align: center;
}

.flow2img {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.flow02 .pic {
  position: relative;
}

.flow02 .heading07 {
  position: absolute !important;
  top: 15px;
  left: -18px;
  width: 280px;
}

[data-element-id] .flow02 .heading07 {
  position: relative;
  top: auto;
  left: auto;
}

.flow3img {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 1024px) {
  .flow2img {
    width: 110px;
  }

  .flow02 .heading07 {
    top: 10px;
    left: -10px;
    width: 270px;
  }

  .flow3img img {
    width: 250px;
  }

  .flow01 .box {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: auto;
    background-size: 100% 100%;
  }
}

@media (max-width: 599px) {
  .flow2img {
    width: 90px;
  }

  .flow02 .heading07 {
    top: 10px;
    left: 10px;
    width: 250px;
  }

  .flow3img img {
    width: 180px;
  }
}

/* ---------------------------
05paint「防水素材へのこだわり」
----------------------------- */
.paint01 .up-d-flex:nth-of-type(2n) .box {
  margin-left: auto;
}

.paint02 .pic {
  position: relative;
}

.paint02 .heading07 {
  position: absolute;
  bottom: 0;
  left: 47%;
  -webkit-transform: translate(-50%, 65%);
  transform: translate(-50%, 65%);
  width: 70%;
}

[data-element-id] .paint02 .heading07 {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.paint03 .pic {
  position: relative;
}

.paint03 .heading07 {
  position: absolute;
  top: 13px;
  left: -20px;
  min-width: 279px;
}

[data-element-id] .paint03 .heading07 {
  position: relative;
  top: auto;
  left: auto;
}

.paint03box {
  position: relative;
}

.paint03box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .paint03 .heading07 {
    top: 10px;
    left: 10px;
    min-width: auto;
    width: 75%;
  }
}

/* ---------------------------
06construction 「お悩み一覧」
----------------------------- */
.const01 .pic {
  position: relative;
}

.const01 .tbox {
  position: absolute;
  width: 147px;
  height: 147px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 30%);
  transform: translate(50%, 30%);
  background-image: url('/import/tenant_1/162.43.6.204/images/maru-bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

.const01 .item:nth-child(even) .tbox {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}

.const01 .tbox>* {
  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;
  line-height: 1.4;
  position: relative;
  z-index:1;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) -1px -1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 1px 0px 0px;
}

.const01 .tbox>*::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/162.43.6.204/images/hairline.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-filter: var(--color-filter01);
  filter: var(--color-filter01);
  z-index:-1;
}

.const01 .ttl {
  line-height: 1.2;
}

.const01 .up-d-flex:nth-of-type(2n) {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .const01 .tbox {
    width: 130px;
    height: 100px;
    -webkit-transform: translate(10%, 50%);
    transform: translate(10%, 50%);
  }

  .const01 .right-cmn01 {
    padding-top: 100px;
  }

  .const01 .up-d-flex {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------
07gaiheki「外壁塗装」
----------------------------- */
.gaiheki-slider .box {
  position: relative;
}

.gaiheki-slider .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gaiheki-slider .wrap {
  padding: 8% 5% 3%;
  position: relative;
  z-index: 1;
}

.gaiheki-slider .ttlbox {
  color: var(--color02);
  line-height: 1;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.gaiheki-slider .ttlbox .ttl {
  font-size: 30px;
}

.gaiheki-slider .ttlbox .num {
  font-size: 60px;
}

.gaiheki-slider .tbox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2% 2% 4%;
  width: 70%;
  margin-top: 30px;
}

.gaiheki-slider .tbox .ttl {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.gaiheki-slider .tbox .up-show\@sp .ttl {
  font-size: 18px;
}

.gaiheki-slider .tbox .ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 58px;
  height: 4px;
  background-color: var(--color02);
}

.gaiheki-slider .tbox .txt {
  margin-top: 5%;
}

.gaiheki-slider li {
  padding: 0 34px;
  width: 763px;
}

.btn-slick02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
  z-index: 10;
}

.btn-slick02:hover {
  cursor: pointer;
}

.btn-slick02.btn-back {
  left: 50%;
  -webkit-transform: translateX(-390px);
  transform: translateX(-390px);
}

.btn-slick02.btn-next {
  right: 50%;
  -webkit-transform: translateX(390px);
  transform: translateX(390px);
}

@media (max-width: 1024px) {
  .gaiheki-slider li {
    padding: 0 25px;
    width: 500px;
  }

  .btn-slick02.btn-back {
    -webkit-transform: translateX(-255px);
    transform: translateX(-255px);
  }

  .btn-slick02.btn-next {
    -webkit-transform: translateX(255px);
    transform: translateX(255px);
  }

  .btn-slick02 {
    font-size: 22px;
  }

  .gaiheki-slider .ttlbox .ttl {
    font-size: 22px;
  }

  .gaiheki-slider .ttlbox .num {
    font-size: 48px;
  }

  .gaiheki-slider .tbox .ttl {
    font-size: 22px;
  }

  .gaiheki-slider .tbox {
    width: 85%;
  }
}

@media (max-width: 599px) {
  .gaiheki-slider li {
    padding: 0 30px;
  }

  .btn-slick02.btn-back {
    left: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .btn-slick02.btn-next {
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .gaiheki-slider .ttlbox .ttl {
    font-size: 18px;
  }

  .gaiheki-slider .ttlbox .num {
    font-size: 36px;
  }

  .gaiheki-slider .tbox {
    width: 100%;
  }

  .gaiheki-slider .tbox .ttl {
    font-size: 18px;
  }

  .gaiheki-slider .tbox .ttl:after {
    bottom: -5px;
    width: 30px;
    height: 2px;
  }
}

/* ---------------------------
11price「費用一覧」
----------------------------- */
.price03box .gaiheki-slider .ttlbox {
  color: inherit;
}

.price01 .box {
  text-align: center;
  font-weight: bold;
  background-color: var(--color04);
  border-radius: 3px;
  padding: 5px;
  position: relative;
}

.price01 .box:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 2px solid #3f200e;
  border-radius: 4px;
}

.btn02 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn02.active {
  background-color: var(--color02);
  color: #fff;
}

.price02 {
  display: none;
}

.price02 dl {
  padding: 11px 15px;
  border-bottom: 1px solid #3f200e;
}

[data-element-id] .price02 {
  display: block;
  position: relative;
  margin-top: 40px;
}

[data-element-id] .price02:before {
  content: "↓外壁塗装の費用↓";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: var(--color02);
  color: #fff;
  text-align: center;
  width: 100%;
}

[data-element-id] .tab02:before {
  content: "↓内壁塗装の費用↓";
}

[data-element-id] .tab03:before {
  content: "↓屋根屋上塗装の費用↓";
}

[data-element-id] .tab04:before {
  content: "↓防水工事の費用↓";
}

.price02.active {
  display: block;
}

/* ---------------------------
12works「施工事例」
----------------------------- */
.ribon1 {
  position: relative;
}

.ribon1:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  background-image: url('/import/tenant_1/162.43.6.204/images/ribon.webp');
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  width: 23px;
  height: 38px;
}

.works-list .pic {
  position: relative;
}

.works-list .comment {
  position: absolute;
  right: 1px;
  bottom: 15px;
  background-color: var(--color04);
  border-radius: 3px;
  padding: 5px 15px;
  text-align: center;
  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;
}

.works-list .comment img {
  margin-right: 2px;
}

.works-list .comment:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 15px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-image: url('/import/tenant_1/162.43.6.204/images/shape.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
}

.works-list .city {
  margin-left: 5px;
}

.city01 {
  border-radius: 3px;
  text-align: center;
  background-color: var(--color04);
  padding: 5px;
  min-width: 100px;
}

.pagenation li {
  width: 50px;
  height: 50px;
  background-color: var(--color02);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin: 0 5px;
  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 a {
  display: block;
  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;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.pagenation .now {
  background-color: var(--color03);
}

@media (max-width: 599px) {
  .pagenation li {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin: 0 3px;
  }
}

/* ---------------------------
99works_detail「施工事例詳細ページ」
----------------------------- */
.works-detail-box .comment {
  border: 1px solid var(--color03);
  padding: 0 4% 6%;
  border-radius: 10px;
}

.works-detail-box .comment .ttl {
  display: inline-block;
  background-color: var(--color04);
  text-align: center;
  padding: 5px;
  min-width: 200px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.works-detail-box .comment .ttl img {
  margin-right: 5px;
}

.works-detail-box .comment .content {
  background-color: #fff;
  padding: 5% 3%;
}

.category-box .ttl {
  border: 1px solid var(--color03);
  padding: 5px 7px;
  margin-bottom: 10px;
}

.category-box .ttl .text {
  background-color: var(--color04);
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.category-box li {
  border-bottom: 1px solid #bfbfbf;
  padding: 12px 5px 12px 20px;
  position: relative;
}

.category-box li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color03);
}

/* ---------------------------
14blog「ブログ」
----------------------------- */

.category-box .ttl.brown .text {
  background-color: var(--color05);
  color: #fff;
}

.category-box .ttl.orange .text {
  background-color: var(--color02);
  color: #fff;
}

.pagenation.brown li {
  background-color: var(--color05);
}

.pagenation.brown li.now {
  background-color: var(--color02);
}

.btn03 a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  min-width: 200px;
  background-color: var(--color05);
}

.btn03.orange a {
  background-color: var(--color02);
}

.blog-detail-box .pic {
  position: relative;
}

.blog-detail-box .pic .city01 {
  position: absolute;
  bottom: 0;
  right: 22px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.blog-detail-box .pic .city02 {
  position: absolute;
  bottom: 0;
  right: 22px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

@media (max-width: 599px) {
  .category-box .ttl {
    padding: 3px 3px;
  }
}

/* ---------------------------
14faq「よくあるご質問」
----------------------------- */
.faq-list .q {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  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;
  background-color: var(--color03);
  color: #fff;
  font-weight: bold;
}

.faq-list .question {
  width: calc(100% - 70px);
  padding-right: 30px;
  position: relative;
}

.faq-list .question:after {
  content: "\f078";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.faq-list .pic {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color02);
  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;
  color: #fff;
  font-weight: bold;
}

.faq-list .name {
  text-align: center;
}

.faq-list .answer {
  background-color: var(--color01);
  padding: 30px 20px 30px;
  width: calc(100% - 70px);
}

.faq-list dd {
  margin-top: 7px;
  display: none;
}

.faq-list dt:hover {
  cursor: pointer;
}

.faq-list dt.is-parent .question:after {
  content: "\f077";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.faq-list li+li {
  margin-top: 40px;
}

/* ---------------------------
16recruit「採用情報」
----------------------------- */
.recruit01 {
  background-color: #fff;
  padding: 60px 6% 6%;
}

.recruit01 .heading06 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recruit01 .heading06 {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.recruit01box {
  position: relative;
}

.recruit01box .img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.recruit01box .img01 img {
  opacity: 0.6;
}

.recruit01box .img02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.recruit01box .img02 img {
  opacity: 0.6;
}

.-translate02 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ---------------------------
17contact「お問い合わせ」
----------------------------- */
.contact01 {
  background-color: #fff;
  padding: 40px 6% 6%;
  position: relative;
}

.contact01 .heading06 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-form dl {
  padding: 50px 0;
  border-bottom: 1px solid #bfbfbf;
}

.contact-form .require {
  min-width: 75px;
  color: #fff;
  background-color: var(--color02);
  text-align: center;
}

.contact-form .explain {
  color: #666666;
}

.contact-form input[type='checkbox'] {
  margin-right: 5px;
}

.contact-form .require {
  font-size: 14px;
}

.contact-form input[type='text'],
.contact-form textarea {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.contact-form textarea {
  height: 200px;
}

.main-bg03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url('/import/tenant_1/162.43.6.204/images/main-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-bg04 {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: url('/import/tenant_1/162.43.6.204/images/main-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid #fff;
}

.main-bg04:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.form_shape li {
  padding: 5px 0;
}

.button01 button {
  min-width: 100px;
  display: inline-block;
  background-color: var(--color03);
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
}

@media (max-width: 599px) {
  .contact-form dl {
    padding: 20px 0;
  }
}

.up-lst-disc {
  padding-left: 30px;
}

.detail-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color02);
}

.detail-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color02);
}

.detail-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.detail-content ul li::before {
  content: "■";
  color: var(--color02);
}

.detail-content ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.detail-content ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: bold;
  font-size: 120%;
  color: var(--color02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.detail-content iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;

  aspect-ratio: 16 / 9;
}


/* ABテスト */

.sp-fix-box .contact.ab-test a {
  background-color: #d3d053;
}


/* 見たまま編集 */

[data-element-id] .free-zero {
  position: relative;
  margin-left: auto;
}

[data-element-id] .header-logo-box {
  position: static;
  width: 500px;
  margin-left: auto;
}

[data-element-id] .heading02 span {
  transform: none;
  -webkit-transform: none;
}

[data-element-id] .top-works-slider ul>div {
  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;
}

[data-element-id] .top-works-slider li {
  width: 30%;
  margin-bottom: 20px;
}

[data-element-id] .top05 .box .ttl {
  position: absolute !important;
}

[data-element-id] .top-recruit-banner .tbox {
  position: absolute !important;
}

[data-element-id] .common-banner .right .text4 {
  position: absolute !important;
}

[data-element-id] .top05 .box .sub {
  position: absolute !important;
}

[data-element-id] .maru01 {
  position: absolute !important;
}

[data-element-id] .maru02 {
  position: absolute !important;
}

[data-element-id] .maru03 {
  position: absolute !important;
}

[data-element-id] .maru04 {
  position: absolute !important;
}

[data-element-id] .faq-list dd {
  display: block;
}

/* 追記 */
.flow02box .flow02 .flow02-item:last-child {
  padding-bottom: 0;
}

.up-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bdr50 {
  border-radius: 50%;
  overflow: hidden;
}



/* 余白調整 */
.area_new01 {
  padding-top: 150px;
}

.area_new02 {
  margin-top: 120px;
  padding-bottom: 150px;
}

.area_new03 {
  padding-top: 70px;
  padding-bottom: 150px;
}

.area_new04 {
  padding-top: 20px;
  padding-bottom: 130px;
}

.area_new05 {
  padding-bottom: 120px;
}

@media(max-width:1024px) {
  .area_new01 {
    padding-top: 100px;
  }

  .area_new02 {
    margin-top: 80px;
    padding-bottom: 100px;
  }

  .area_new03 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .area_new04 {
    padding-bottom: 80px;
  }

  .area_new05 {
    padding-bottom: 80px;
  }
}

@media(max-width:599px) {
  .area_new01 {
    padding-top: 70px;
  }

  .area_new02 {
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .area_new03 {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .area_new04 {
    padding-bottom: 60px;
  }

  .area_new05 {
    padding-bottom: 60px;
  }
}


[data-element-id] .show {
  display: block;
  border: solid 2px green;
  position: relative
}

[data-element-id] .show:after {
  display: block;
  content: "PC用";
  color: #fff;
  font-weight: 700;
  background: green;
  text-align: center;
  font-size: 12px
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 2px green;
  position: relative
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  text-align: center;
  font-size: 12px
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 2px green;
  position: relative
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  text-align: center;
  font-size: 12px
}

[data-element-id].g-item.pull .accordionbox {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

[data-element-id].gaiheki-slider .pic {
  position: relative;
}

.box-title {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
  background-color: var(--color01);
  -webkit-box-shadow: 5px 5px 0px var(--color02);
  box-shadow: 5px 5px 0px var(--color02)
}

.bgc01 .box-title {
  background-color: #fff;
}

@media(max-width:599px) {
  .flow01 .tbox {
    position: relative;
    padding: 0 0%;
  }

  .about02box .inner .pt-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .paint02 .heading07.up-ta-c {
    text-align: center;
  }

  .const01 .right-cmn01 {
    padding-top: 0px;
  }

  .const01 .tbox {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .gaiheki04box .flow01 .box .num {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }

  .gaiheki04box .flow01 .box .ttl {
    padding-left: 30px;
    text-align: left;
  }

  .recruit01 {
    padding: 30px 10px;
  }
}

.t-wrap {
  text-wrap: nowrap;
}

/*2024/10/21追記*/
.checkboxer {
  width: 100%;
}

.checkboxer label {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 0 0 24px;
  position: relative;
  margin-right: 15px;
}

.checkboxer label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  top: 4px;
  left: 0;
}

.checkboxer label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.checkboxer input {
  display: none;
}

.checkboxer input:checked+label {
  text-decoration: underline;
}

.checkboxer input:checked+label::after {
  content: "\f00c";
  width: 0;
  height: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--color-03);
  line-height: 1;
  background-color: transparent;
  position: absolute;
  top: 2px;
  left: 2px;
}

.tight {
  letter-spacing: -.08em;
}

.staff-item {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 40px;
}

.textion-list {
  display: block;
}

.textion-list li {
  padding-left: 1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.textion-list li:last-child {
  margin-bottom: 0px;
}

.textion-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color02);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}


.line-contact {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.line-contact>a {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #06C755;
}

.line-contact img {
  width: 60px;
}

.line-contact span {
  color: #fff;
  font-size: 22px;
  padding-right: 1em;
  font-weight: bold;
}

[data-element-id] .up-show\@sp {
    border: solid 2px #008000;
    max-width:375px;
    margin-left:auto;
    margin-right:auto;
}

[data-element-id] .up-show{
  border: solid 2px #ff1493;
}

@media(max-width:599px){
  .staff-item {
    padding:20px 10px;
}


h1{
  font-size:12px;
  letter-spacing:-.08em;
}

.main-bg{
  background-size:cover;
}
}

.flow01 .t2 .box{
  aspect-ratio: 100 / 50;
  background-size:100% 100%;
}

@media(max-width:599px){
  .flow01 .t2 .box{
  aspect-ratio:auto;
  min-height:55px;
}

.flow01 .t2 li:nth-child(n+3){
  margin-top:30px;
}

.const01 .item:nth-child(even) .tbox {
    right: 0;
    left: auto;
    transform: none;
}

.checkboxer label::before {
top:1px;
}

}

[data-element-id].flow02 .up-show {
    position: absolute !important;
    top: 15px;
    left: -18px;
}

.detail-content iframe[src*="youtube"] {
    height: 100%;
}

.works-list .date{
  width:100%;
}

[data-element-id].d-pt{
  padding-top:60px;
}

[data-element-id].contact01 .heading06{
position:relative;
transform:translate(0,0);
top:0;
left:0;
}

.mini-menu{
  font-size:12px;
  color:var(--color02);
  line-height:1.2em;
  display:block;
  text-align: center;
}

.mini-menu.mk2{
  font-size:16px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

@media(max-width:1024px){
  .mini-menu {
    text-align: left;
}

.mini-menu.mk2{
  font-size:14px;
  text-align: center;
}
}


.free-zero>.text-box{
  height:100%;
}

.free-zero>.text-box>a{
  height:100%;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

@media(max-width:599px){
  .cst{
    display:contents;
  }
  
  .cst>.cst-cover{
    width:50%;
  }
  
  
.long-box{
  width:100%;
}
}

[data-element-id].sp-fix-box{
  max-width:375px;
}
