@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* # root3 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #e6f3e8;
  --color02: #005d30;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/153.121.54.162/P01/images/bg04_green.png');
  --image-url02: url('/import/tenant_1/153.121.54.162/P01/images/bg06_green.png');
  --image-url03: url('/import/tenant_1/153.121.54.162/P01/images/number-bg_green.png');
  --image-url04: url('/import/tenant_1/153.121.54.162/P01/images/heading06_green.png');
} */
/* # root3 END # */

/* # root2 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #e1f4ff;
  --color02: #036083;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/153.121.54.162/P01/images/bg04_blue2.png');
  --image-url02: url('/import/tenant_1/153.121.54.162/P01/images/bg06_blue.png');
  --image-url03: url('/import/tenant_1/153.121.54.162/P01/images/number-bg_blue2.png');
  --image-url04: url('/import/tenant_1/153.121.54.162/P01/images/heading06_blue.png');
} */
/* # root2 END # */

/* # root1 START # */
:root {
  --html-color: #3f200e;
  --color01: #ffece3;
  --color02: #f26031;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #BFB64B;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/153.121.54.162/P01/images/bg04.png');
  --image-url02: url('/import/tenant_1/153.121.54.162/P01/images/bg06.png');
  --image-url03: url('/import/tenant_1/153.121.54.162/P01/images/number-bg.png');
  --image-url04: url('/import/tenant_1/153.121.54.162/P01/images/heading06.png');
}
/* # root1 END # */


html {
  color: var(--html-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media only screen and (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;
}

/* 共通ロゴ */
.cmn-logo-01 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
}

.up-reader1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.up-reader2{text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.up-reader3{text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}

/* ---------------------------
基本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%;
}

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 only screen and (max-width: 1024px) {
  .area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (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;
    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 only screen and (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 only screen and (max-width: 599px) {
  body div [class^="left-cmn"] {
    width: 100%;
  }

  body div [class^="right-cmn"] {
    width: 100%;
  }

  body div .right-cmn01 {
    margin-top: 15px;
  }

  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;
  flex-direction: row-reverse;
}

.row2n-cmn li:nth-of-type(2n) .box-cmn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.row2n-cmn li:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: 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 only screen and (max-width: 1024px) {
  .br1024b-cmn br {
    display: block;
  }

  .br1024n-cmn br {
    display: none;
  }
}

@media only screen and (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 only screen and (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);
  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 {
  display: block;
  padding: 3px 11px 3px 42px;
  text-align: center;
  font-size: 15px;
  position: relative;
}

.g-item>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 28px;
}

.g-item.icon01 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon01.png');
}

.g-item.icon02 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon02.png');
}

.g-item.icon03 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon03.png');
}

.g-item.icon04 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon04.png');
}

.g-item.icon05 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon05.png');
}

.g-item.icon06 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon06.png');
}

.g-item.icon07 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon07.png');
}

.g-item.icon08 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon08.png');
}

.g-item.icon12 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon12.png');
}

.g-item.icon13 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon13.png');
}

.g-item.icon14 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon14.png');
}

.g-item.icon15 a:before {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/icon15.png');
}

.g-item+.g-item {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/gnav-bg.png');
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
}

/* 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: 200px;
  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 {
  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/153.121.54.162/P01/images/arrow01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

/* スマホオンリー */
.pc-none {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .accordionbox li {
    border-bottom: none;
  }

  .pc-none {
    display: block;
  }
  
  .overlay{
    overflow:hidden;
  }

  .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;
    flex-direction: column;
    padding: 20px 20px 100px;
  }

  .g-item {
    width: 100%;
  }

  .g-item a {
    text-align: left;
    padding: 7px 11px 7px 42px;
    font-size: 16px;
  }

  .g-item+.g-item {
    background-image: none;
    margin-top: 10px;
  }

  .g-item.pull>a:after {
    left: auto;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .sp-logo {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 26px;
  }

  .sp-logo a {
    display: inline-block;
    padding: 15px;
  }

  .sp-logo img {
    width: 80px;
  }

  .accordionbox {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .pull-box {
    display: block;
  }

/*   .g-item.pull>a {
  pointer-events: none;
} */
}

@media only screen and (max-width: 599px) {
  .sp-logo {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
  }

  .sp-logo img {
    width: 150px;
  }
}

/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 48%;
}

.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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
}

.sp-fix-box a:before {
  margin-right: 7px;
}

.sp-fix-box .contact a {
  background-color: #ED642F;
}

.sp-fix-box .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sp-fix-box .free a {
  background-color: #503424;
}

.sp-fix-box .free a:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 599px) {
  .sp-fix-box {
    display: block;
  }
}

[data-element-id] .sp-fix-box {
  display: block;
  position: static;
}

/* パンくずリスト */
.bread-box li+li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.bread-box li {
  line-height: 1.2;
}

.bread-box li:nth-last-child(3) {
  white-space: nowrap;
}

.bread-box li:nth-last-child(2) {
  white-space: nowrap;
}

[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 {
  flex-wrap: wrap;
  align-items: flex-start;
}

[data-element-id] .g-list li {
  margin-top: 30px;
}

[data-element-id] .gnav .pc-none {
  border: 1px solid #218055;
  position: relative;
}

[data-element-id] .gnav .pull {
  border: 1px solid blue;;
  position: relative;
}

[data-element-id] .gnav .pull::after {
  content: "ドロップダウンメニュー";
  width: 100%;
  text-align: center;
  color: #fff;
  background: blue;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  box-sizing: content-box;
  border: 1px solid blue;;
}

[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%);
  box-sizing: content-box;
  border: 1px solid #218055;
}

/* ---------------------------
トップページ
----------------------------- */
h1 {
  font-size: 11px;
  padding: 0 3px;
}

.header-logo-box {
  position: absolute;
  top: 30px;
  left: 40%;
  z-index: 3;
}

.header-logo-box .header-logo {
  /* width: 217px; */
  width: 480px;
  margin-right: 45px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.header-logo-box .tel-box {
  white-space: nowrap;
  text-align: center;
}

.header-logo-box .address {
  color: #fff;
  background-color: var(--color03);
  text-align: center;
  padding: 0 7px;
  border-radius: 5px;
  display: inline-block;
}

.header-logo-box .tel {
  text-align: center;
  font-size: 24px;
  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/153.121.54.162/P01/images/bg02.png');
  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/153.121.54.162/P01/images/bg03.png');
  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/153.121.54.162/P01/images/bg02.png');
  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/153.121.54.162/P01/images/bg03.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4vw;
  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;
}

.bg09 {
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg08 {
  position: absolute;
  top: 1070px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-bg {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/main-bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.main-bg02 {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/main-bg02.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-image .tbox {
  white-space: nowrap;  
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  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/153.121.54.162/P01/images/header-bg01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 306px;
  height: 268px;
}

.top-image h2 {
  position: relative;
  font-size: 34px;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.free-zero {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 20;
  width: 175px;
  height: 175px;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/header-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

[data-element-id].free-zero{
  border:3px solid purple;
}

.free-zero.mk2 {
  background-image: url('/upload/tenant_1/header-icon_mk2.png');
}

.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: 24px;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.heading01:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -8px;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/penki.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 67px;
}

.heading01.brown {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/bg04-brown.png');
}

.num01 {
  width: 38px;
  height: 39px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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/153.121.54.162/P01/images/white-bg01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 245px;
}

.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/153.121.54.162/P01/images/white-bg02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 212px;
  height: 230px;
}

.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/153.121.54.162/P01/images/white-bg03.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 286px;
  height: 237px;
}

.white-bg03>* {
  position: relative;
}

.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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.btn01.next a span:before,
.btn01.next button span:before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-right: 7px;
  font-size: 26px;
}

.btn01.next.back a span:before {
  content: "\f0d9";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-right: 7px;
  font-size: 26px;
}

.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/153.121.54.162/P01/images/bg05-left.png');
  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/153.121.54.162/P01/images/bg05-right.png');
  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/153.121.54.162/P01/images/bg07-left.png');
  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/153.121.54.162/P01/images/bg07-right.png');
  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;
}

.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;
}

.maru01 {
  color: var(--color02);
  font-weight: bold;
  right: 23px;
  bottom: -23px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: absolute;
  width: 148px;
  height: 148px;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/maru01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.4;
}

.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;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/maru02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.4;
}

.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;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/maru03.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.4;
}

.maru04 {
  color: var(--color02);
  font-weight: bold;
  right: -20px;
  bottom: -126px;
  position: absolute;
  width: 148px;
  height: 148px;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/maru04.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.4;
}

.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;
}

.heading04 .sub {
  background-color: var(--color04);
  display: inline-block;
  padding: 5px 35px;
  font-size: 20px;
  margin-top: 10px;
}

.heading04:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/bg10.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 438px;
  height: 168px;
}

.heading04 span {
  position: relative;
}

.top04 {
  background-color: rgba(255, 255, 255, 0.3);
}

.top-works-slider .cat {
  display: inline-block;
  border-radius: 7px;
  background-color: var(--color04);
  padding: 5px 15px;
  font-weight: bold;
}

.top-works-slider .tbox span {
  display: inline-block;
}

.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/153.121.54.162/P01/images/ribon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 38px;
}

.top-works-slider ul {
    display: flex;
}

.top-works-slider li {
    padding: 0 24px;
}

.top-works-slider ul > li {
    width: calc(100% / 3);
}

@media (max-width: 599px) {
    .top-works-slider ul > li {
        width: 100%;
    }
}

.btn-slick {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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 only screen and (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;
}

.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/153.121.54.162/P01/images/bg11.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.top03box {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/main-bg.png');
  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/153.121.54.162/P01/images/icon09.png');
  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/153.121.54.162/P01/images/icon09.png');
  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/153.121.54.162/P01/images/icon10.png');
  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;
}

.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 {
  max-width: 800px;
  margin: 0 auto;  
  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: 220%;
}

.common-banner .right {
/*   width: 617px;
max-width: 62%; */
  width: 100%;
  position: relative;
}

.common-banner .right a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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: -webkit-linear-gradient(left, var(--color02) 0%, var(--color04) 100%);
  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/153.121.54.162/P01/images/icon11.png');
  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: flex;
  -webkit-box-align: center;
  align-items: center;
}

.foot01 li:not(.pull-item) a:before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'Font Awesome 5 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/153.121.54.162/P01/images/dot.png');
  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/153.121.54.162/P01/images/dot.png');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
}

.foot02 .footer-logo {
  width: 235px;
}

/* .foot02 .footer-logo a {
  display: block;
} */

.foot02 .footer-address {
  color: #fff;
  font-weight: bold;
}

.foot02 .footer-area {
  width: 408px;
  background-color: var(--color04);
  border-radius: 5px;
  padding: 5px 5px 8px 25px;
  font-weight: bold;
  max-width: 40%;
}

.copy-right {
  font-size: 9px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0;
  background-color: var(--color01);
}

/* ---------------------------
トップページPC END
----------------------------- */
@media only screen and (max-width: 1024px) {
  .header-logo-box {
    left: auto;
    right: 30px;
    display: none;
  }

  .header-logo-box .header-logo {
    width: 150px;
    margin-right: 20px;
  }

  .header-logo-box .tel {
    font-size: 20px;
  }

  .top-image h2 {
    font-size: calc(100vw * 20 / 768);
  }

  .gnav {
    padding: 10px;
  }

  .heading01 {
    max-width: 380px;
    padding: 18px 20px 20px 0;
    font-size: 20px;
  }

  .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;
  }

  .top-works-slider .cat {
    border-radius: 5px;
    padding: 3px 10px;
  }

  .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;
  }

  .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;
  }

  .foot02 .footer-logo {
    width: 400px;
    font-size: 32px;
  }

  .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: 830px;
  }
}

/* ---------------------------
01index「トップページ」SPスマホ
----------------------------- */
@media only screen and (max-width: 599px) {
  h1 {
    padding: 0 40px 0 3px;
  }

  .bg08 {
    display: none;
  }

  .bg09 {
    display: none;
  }

  .header-logo-box {
    right: 30px;
  }

  .header-logo-box .header-logo {
    width: 100px;
    margin-right: 0;
  }

  .gnav {
    padding: 0;
  }

  .top-image {
    padding-top: 60%;
  }

  .top-image h2 {
    font-size: calc(100vw * 14 / 375);
  }

  .white-bg01:before {
    width: 70%;
  }

  .white-bg02:before {
    width: 60%;
  }

  .white-bg03:before {
    width: 60%;
  }
  
  .top01 .white-bg01:before {
    width: 80%;
    height: 205px;
  }
  
  .top01 .white-bg02:before {
    width: 100%;
    height: 240px;
  }
  
  .top01 .white-bg03:before {
    width: 70%;
    height: 240px;
  }  

  .top01box .right-cmn01 .pic {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .maru01,
  .maru02,
  .maru03,
  .maru04 {
    right: -10px;
    bottom: -10px;
    -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;
  }

  .top01 li+li {
    margin-top: 130px;
  }

  .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 .header-logo-box {
  top: 10px;
  left: auto;
  right: 12px;
}

.under .header-logo-box .header-logo {
  /* width: 200px; */
  width: 370px;
  margin-right: 30px;
}

.under .header-logo-box .address {
  font-size: 11px;
}

.under .header-logo-box .tel {
  font-size: 22px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.under-image {
  position: relative;
}

.under-image .tbox {
  position: absolute;
  top: 50%;
  width:100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:center;
}

.under-image .page-title {
  font-size: 30px;
  width:100%;
  font-weight: bold;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.heading06 {
  /* min-width: 350px; */
  min-width: 500px;
  display: inline-block;
  padding: 20px 25px;
  font-size: 24px;
  background-image: var(--image-url04);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.heading06.brown {
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/heading06_brown.png');
}

.-translate {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.company01 dt {
  font-weight: bold;
  padding-left: 10px;
}

.company01 dd {
  font-weight: bold;
}

.company01 dl {
  padding: 15px 0;
  border-bottom: 1px solid var(--color03);
}

.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%);
}

.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/153.121.54.162/P01/images/roler01.png');
  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 h3 {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .header-logo-box .tel-box {
    display: none;
  }

  .under .header-logo-box {
    top: 20px;
    left: auto;
    right: 40px;
  }

  .under .header-logo-box .header-logo {
    width: 120px;
    margin-right: 15px;
  }

  .under .header-logo-box .address {
    font-size: 10px;
  }

  .under .header-logo-box .tel {
    font-size: 18px;
  }

  .under h1 {
    margin-bottom: 20px;
  }

  .heading06 {
    min-width: 400px;
    padding: 15px 5px;
    font-size: 20px;
  }

  .company02 .ttl {
    padding: 5px 5px;
    min-width: 150px;
    font-size: 14px;
  }
}

@media only screen and (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 h3 {
    font-size: 14px;
  }
}

.heading07 {
  margin-right: 104px;
  font-weight: bold;
  padding: 10px 34px 10px 34px;
  background-color: #fff;
  border-top: 1px solid var(--color03);
  border-bottom: 1px solid var(--color03);
  position: relative;
}

.heading07:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/roler01.png');
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  width: 60px;
  max-height: 60px;
  height: 130%;
}

.heading07.up-ta-c {
  padding: 10px 5px;
}

.heading08 {
  text-align: center;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  margin-bottom: 90px;
}

.heading08:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/bg10.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 438px;
  height: 168px;
  z-index: -1;
}

.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 only screen and (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;
  }
}

/* ---------------------------
ご依頼の流れ
----------------------------- */
.flow01 .box {
  position: relative;
  min-height: 325px;
}

.flow01 .box:before {
  content: "";
  display: block;
  padding-top: 86%;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/white-bg04.png');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flow01 .box .num {
  width: 50px;
  height: 50px;
  background-color: var(--color02);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.flow01 .tbox {
  position: relative;
  padding: 0 7%;
}

.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;
}

.flow3img {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media only screen and (max-width: 1024px) {
  .flow2img {
    width: 110px;
  }

  .flow02 .heading07 {
    top: 10px;
    left: -10px;
    width: 270px;
  }

  .flow3img img {
    width: 250px;
  }

  .flow02box {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 599px) {
  .flow01 .box {
      min-height: 275px;
  }
  
  .flow01 .box:before {
    width: 90%;
    right: 0;
    margin: auto;
  }
  
  .flow2img {
    width: 90px;
  }

  .flow02 .heading07 {
    top: 10px;
    left: 10px;
    width: 250px;
  }

  .flow02box {
    padding-bottom: 150px;
  }

  .flow3img img {
    width: 180px;
  }
}

/* ---------------------------
05paint「{# info-company #}の塗料」
----------------------------- */
.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%;
}

.paint03 .pic {
  position: relative;
}

.paint03 .heading07 {
  position: absolute;
  top: 13px;
  left: -20px;
  min-width: 279px;
}

.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 only screen and (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/153.121.54.162/P01/images/maru5.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.const01 .ttl {
  line-height: 1.2;
}

.const01 .up-d-flex:nth-of-type(2n) {
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .const01 .tbox {
    width: 100px;
    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: 5% 5% 5%;
    position: relative;
    z-index: 1;
    height: 100%;
}

.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.5);
    padding: 4% 4% 4%;
    width: 100%;
    margin-top: 0;
    height: 100%;
}

.gaiheki-slider .tbox .ttl {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.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 only screen and (max-width: 1024px) {
  .gaiheki-slider li {
    padding: 0 25px;
  }

  .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 only screen and (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%;
    padding: 5% 5% 5%;
  }

  .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: "↓外壁・屋根塗装の費用↓";
}


.price02.active {
  display: block;
}

/* ---------------------------
12works「施工事例」
----------------------------- */
.ribon1 {
  position: relative;
}

.ribon1:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  background-image: url('/import/tenant_1/153.121.54.162/P01/images/ribon.png');
  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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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/153.121.54.162/P01/images/shape.png');
  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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.pagenation a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagenation .now {
  background-color: var(--color03);
}

@media only screen and (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「ブログ」
----------------------------- */
.blog-list .cat {
  background-color: var(--color04);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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%);
}

@media only screen and (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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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 5 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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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;
  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 {
  margin-top: 30px;
}

/* ---------------------------
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%);
}

.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/153.121.54.162/P01/images/main-bg.png');
  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/153.121.54.162/P01/images/main-bg.png');
  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 only screen and (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 #ccc;
}

.detail-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #a68b61;
}

.detail-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}


/* 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: flex;
  flex-wrap: wrap;
  -webkit-box-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;
}


/*//////////追加//////////////////*/

.mini-list-wrap{
  background-color:#fff;
  max-width:600px;
  border-radius:15px;
  margin:15px auto 0 auto;
}

.mini-list{
  border-bottom:1px dashed #3f200e;
  padding-bottom:5px;
}

.mini-list>.left-cmn03{
  width:150px;
}

.mini-list>.right-cmn03{
  width:calc(100% - 150px);
}

.flow02 hr{
  border-top:2px solid #3f200e;
}

.long-list{
  color:#fff;
  padding:3px 15px;
  border-radius:15px;
  background-color:#f26031;
}

.gaiheki-slider img{
  display:inline-block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/*.gaiheki-slider .box{
  height:500px;
}*/

[data-element-id].gaiheki-slider .box{
  border: 1px solid #218055;
  position:relative;
}

[data-element-id].gaiheki-slider .box:after {
    content: "スライダー内部";
    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%);
    box-sizing: content-box;
    border: 1px solid #218055;
}

[data-element-id].g-item .accordionbox {
    visibility: visible;
    opacity: 1;
position:relative;
}


/* @media(max-width:599px){
  .gaiheki-slider .box{
  height:400px;
}
} */


@media(max-width:599px){
  .faq01box .main-bg{
    background-size:auto 1810px;
  }
}

.detail-content ul>li{
  position:relative;
  font-weight:bold;
  padding-left:20px;
}

.detail-content ul>li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f26031;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ol>li {
    margin: 10px 0;
    padding-left: 40px;
    font-size: 16px;
    position: relative;
}

.detail-content ol>li::before {
    content: "1";
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #3f200e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ol>li:nth-child(2)::before {
    content: "2";
}

.detail-content ol>li:nth-child(3)::before {
    content: "3";
}

.detail-content ol>li:nth-child(4)::before {
    content: "4";
}

.detail-content ol>li:nth-child(5)::before {
    content: "5";
}

.detail-content ol>li:nth-child(6)::before {
    content: "6";
}

.detail-content ol>li:nth-child(7)::before {
    content: "7";
}

.detail-content ol>li:nth-child(8)::before {
    content: "8";
}

.detail-content ol>li:nth-child(9)::before {
    content: "9";
}

.detail-content ol>li:nth-child(10)::before {
    content: "10";
}

.detail-content ol>li:nth-child(11)::before {
    content: "11";
}

.detail-content ol>li:nth-child(12)::before {
    content: "12";
}

.detail-content ol>li:nth-child(13)::before {
    content: "13";
}

.detail-content ol>li:nth-child(14)::before {
    content: "14";
}

.detail-content ol>li:nth-child(15)::before {
    content: "15";
}

.detail-content ol>li:nth-child(16)::before {
    content: "16";
}

.detail-content ol>li:nth-child(17)::before {
    content: "17";
}

.detail-content ol>li:nth-child(18)::before {
    content: "18";
}

.detail-content ol>li:nth-child(19)::before {
    content: "19";
}

.detail-content ol>li:nth-child(20)::before {
    content: "20";
}

.detail-content iframe[src*="youtube"] { aspect-ratio: 16 / 9; margin-top: 1em; margin-bottom: 1em;}

@media(max-width:599px){
  
}

/* 2026/01/19 */
.pc-only {
  display: block;
}

@media(max-width:1024px){
  .pc-only {
    display: none;
  }
  .foot02 .footer-logo {
    font-size: 28px;
  }
}
