@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html {
  color: #3f200e;
  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;
}

/* ---------------------------
基本color
----------------------------- */
.color01 {
  color: #3f200e;
}

.color02 {
  color: #523625;
}

.color03 {
  color: #efed91;
}

.color04 {
  color: #f26031;
}

.color-white {
  color: #fff;
}

/* ---------------------------
基本background-color
----------------------------- */
.bgc01 {
  background-color: #ffece3;
}

.bgc02 {
  background-color: #6c6766;
}

.size130 {
  font-size: 130%;
}

dt {
  font-weight: 500;
}

/* font-size */
.fs50 {
  font-size: 50px;
}

.fs48 {
  font-size: 48px;
}

.fs46 {
  font-size: 46px;
}

.fs44 {
  font-size: 44px;
}

.fs42 {
  font-size: 42px;
}

.fs40 {
  font-size: 40px;
}

.fs38 {
  font-size: 38px;
}

.fs36 {
  font-size: 36px;
}

.fs34 {
  font-size: 34px;
}

.fs32 {
  font-size: 32px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

.fs26 {
  font-size: 26px;
}

.fs24 {
  font-size: 24px;
}

.fs22 {
  font-size: 22px;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .fs50 {
    font-size: 36px;
  }
  .fs48 {
    font-size: 36px;
  }
  .fs46 {
    font-size: 36px;
  }
  .fs44 {
    font-size: 32px;
  }
  .fs42 {
    font-size: 32px;
  }
  .fs40 {
    font-size: 32px;
  }
  .fs38 {
    font-size: 32px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs34 {
    font-size: 30px;
  }
  .fs32 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs28 {
    font-size: 24px;
  }
  .fs26 {
    font-size: 22px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .fs50 {
    font-size: 28px;
  }
  .fs48 {
    font-size: 28px;
  }
  .fs46 {
    font-size: 28px;
  }
  .fs44 {
    font-size: 24px;
  }
  .fs42 {
    font-size: 24px;
  }
  .fs40 {
    font-size: 24px;
  }
  .fs38 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs34 {
    font-size: 24px;
  }
  .fs32 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs28 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 14px;
  }
  .fs16 {
    font-size: 14px;
  }
}

/* area */
.area {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.area5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.area6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.area7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.area8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.area9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.area10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.area11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.area12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.area13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.area14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.area15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.area16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.area17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.area18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.area19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.area20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .area5 {
    padding-top: 3.75px;
    padding-bottom: 3.75px;
  }
  .area6 {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  .area7 {
    padding-top: 5.25px;
    padding-bottom: 5.25px;
  }
  .area8 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .area9 {
    padding-top: 6.75px;
    padding-bottom: 6.75px;
  }
  .area10 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .area11 {
    padding-top: 8.25px;
    padding-bottom: 8.25px;
  }
  .area12 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .area13 {
    padding-top: 9.75px;
    padding-bottom: 9.75px;
  }
  .area14 {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .area15 {
    padding-top: 11.25px;
    padding-bottom: 11.25px;
  }
  .area16 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .area17 {
    padding-top: 12.75px;
    padding-bottom: 12.75px;
  }
  .area18 {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  .area19 {
    padding-top: 14.25px;
    padding-bottom: 14.25px;
  }
  .area20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .area5 {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .area6 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .area7 {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .area8 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .area9 {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  .area10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .area11 {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .area12 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .area13 {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .area14 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .area15 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .area16 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .area17 {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
  .area18 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .area19 {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .area20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.area10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.area20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.area30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.area40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.area50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.area60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.area70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.area80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.area90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.area100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.area110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.area120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.area130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.area140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.area150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.area160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.area170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.area180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.area190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.area200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .area10 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .area20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .area30 {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .area40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .area50 {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
  .area60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .area70 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
  .area80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .area90 {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
  }
  .area100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .area110 {
    padding-top: 82.5px;
    padding-bottom: 82.5px;
  }
  .area120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .area130 {
    padding-top: 97.5px;
    padding-bottom: 97.5px;
  }
  .area140 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .area150 {
    padding-top: 112.5px;
    padding-bottom: 112.5px;
  }
  .area160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .area170 {
    padding-top: 127.5px;
    padding-bottom: 127.5px;
  }
  .area180 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .area190 {
    padding-top: 142.5px;
    padding-bottom: 142.5px;
  }
  .area200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .area10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .area20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .area30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .area40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .area50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .area60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .area70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .area80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .area90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .area100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .area110 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .area120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .area130 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .area140 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .area150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .area160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .area170 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .area180 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .area190 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .area200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 599px) {
  .w100\@sp {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .fs14\@tb {
    font-size: 14px;
  }
  .fs15\@tb {
    font-size: 15px;
  }
  .fs16\@tb {
    font-size: 16px;
  }
  .fs17\@tb {
    font-size: 17px;
  }
  .fs18\@tb {
    font-size: 18px;
  }
  .fs19\@tb {
    font-size: 19px;
  }
  .fs20\@tb {
    font-size: 20px;
  }
  .fs21\@tb {
    font-size: 21px;
  }
  .fs22\@tb {
    font-size: 22px;
  }
  .fs23\@tb {
    font-size: 23px;
  }
  .fs24\@tb {
    font-size: 24px;
  }
  .fs25\@tb {
    font-size: 25px;
  }
  .fs26\@tb {
    font-size: 26px;
  }
  .fs27\@tb {
    font-size: 27px;
  }
  .fs28\@tb {
    font-size: 28px;
  }
  .fs29\@tb {
    font-size: 29px;
  }
  .fs30\@tb {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .fs14\@sp {
    font-size: 14px;
  }
  .fs15\@sp {
    font-size: 15px;
  }
  .fs16\@sp {
    font-size: 16px;
  }
  .fs17\@sp {
    font-size: 17px;
  }
  .fs18\@sp {
    font-size: 18px;
  }
  .fs19\@sp {
    font-size: 19px;
  }
  .fs20\@sp {
    font-size: 20px;
  }
  .fs21\@sp {
    font-size: 21px;
  }
  .fs22\@sp {
    font-size: 22px;
  }
  .fs23\@sp {
    font-size: 23px;
  }
  .fs24\@sp {
    font-size: 24px;
  }
  .fs25\@sp {
    font-size: 25px;
  }
  .fs26\@sp {
    font-size: 26px;
  }
  .fs27\@sp {
    font-size: 27px;
  }
  .fs28\@sp {
    font-size: 28px;
  }
  .fs29\@sp {
    font-size: 29px;
  }
  .fs30\@sp {
    font-size: 30px;
  }
}

/* padding */
.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pb7 {
  padding-bottom: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pb9 {
  padding-bottom: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt11 {
  padding-top: 11px;
}

.pb11 {
  padding-bottom: 11px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pb13 {
  padding-bottom: 13px;
}

.pt14 {
  padding-top: 14px;
}

.pb14 {
  padding-bottom: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pb17 {
  padding-bottom: 17px;
}

.pt18 {
  padding-top: 18px;
}

.pb18 {
  padding-bottom: 18px;
}

.pt19 {
  padding-top: 19px;
}

.pb19 {
  padding-bottom: 19px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .pt5 {
    padding-top: 3.75px;
  }
  .pb5 {
    padding-bottom: 3.75px;
  }
  .pt6 {
    padding-top: 4.5px;
  }
  .pb6 {
    padding-bottom: 4.5px;
  }
  .pt7 {
    padding-top: 5.25px;
  }
  .pb7 {
    padding-bottom: 5.25px;
  }
  .pt8 {
    padding-top: 6px;
  }
  .pb8 {
    padding-bottom: 6px;
  }
  .pt9 {
    padding-top: 6.75px;
  }
  .pb9 {
    padding-bottom: 6.75px;
  }
  .pt10 {
    padding-top: 7.5px;
  }
  .pb10 {
    padding-bottom: 7.5px;
  }
  .pt11 {
    padding-top: 8.25px;
  }
  .pb11 {
    padding-bottom: 8.25px;
  }
  .pt12 {
    padding-top: 9px;
  }
  .pb12 {
    padding-bottom: 9px;
  }
  .pt13 {
    padding-top: 9.75px;
  }
  .pb13 {
    padding-bottom: 9.75px;
  }
  .pt14 {
    padding-top: 10.5px;
  }
  .pb14 {
    padding-bottom: 10.5px;
  }
  .pt15 {
    padding-top: 11.25px;
  }
  .pb15 {
    padding-bottom: 11.25px;
  }
  .pt16 {
    padding-top: 12px;
  }
  .pb16 {
    padding-bottom: 12px;
  }
  .pt17 {
    padding-top: 12.75px;
  }
  .pb17 {
    padding-bottom: 12.75px;
  }
  .pt18 {
    padding-top: 13.5px;
  }
  .pb18 {
    padding-bottom: 13.5px;
  }
  .pt19 {
    padding-top: 14.25px;
  }
  .pb19 {
    padding-bottom: 14.25px;
  }
  .pt20 {
    padding-top: 15px;
  }
  .pb20 {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .pt5 {
    padding-top: 2.5px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pt6 {
    padding-top: 3px;
  }
  .pb6 {
    padding-bottom: 3px;
  }
  .pt7 {
    padding-top: 3.5px;
  }
  .pb7 {
    padding-bottom: 3.5px;
  }
  .pt8 {
    padding-top: 4px;
  }
  .pb8 {
    padding-bottom: 4px;
  }
  .pt9 {
    padding-top: 4.5px;
  }
  .pb9 {
    padding-bottom: 4.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pt11 {
    padding-top: 5.5px;
  }
  .pb11 {
    padding-bottom: 5.5px;
  }
  .pt12 {
    padding-top: 6px;
  }
  .pb12 {
    padding-bottom: 6px;
  }
  .pt13 {
    padding-top: 6.5px;
  }
  .pb13 {
    padding-bottom: 6.5px;
  }
  .pt14 {
    padding-top: 7px;
  }
  .pb14 {
    padding-bottom: 7px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pt16 {
    padding-top: 8px;
  }
  .pb16 {
    padding-bottom: 8px;
  }
  .pt17 {
    padding-top: 8.5px;
  }
  .pb17 {
    padding-bottom: 8.5px;
  }
  .pt18 {
    padding-top: 9px;
  }
  .pb18 {
    padding-bottom: 9px;
  }
  .pt19 {
    padding-top: 9.5px;
  }
  .pb19 {
    padding-bottom: 9.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .pt10 {
    padding-top: 7.5px;
  }
  .pb10 {
    padding-bottom: 7.5px;
  }
  .pt20 {
    padding-top: 15px;
  }
  .pb20 {
    padding-bottom: 15px;
  }
  .pt30 {
    padding-top: 22.5px;
  }
  .pb30 {
    padding-bottom: 22.5px;
  }
  .pt40 {
    padding-top: 30px;
  }
  .pb40 {
    padding-bottom: 30px;
  }
  .pt50 {
    padding-top: 37.5px;
  }
  .pb50 {
    padding-bottom: 37.5px;
  }
  .pt60 {
    padding-top: 45px;
  }
  .pb60 {
    padding-bottom: 45px;
  }
  .pt70 {
    padding-top: 52.5px;
  }
  .pb70 {
    padding-bottom: 52.5px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .pt90 {
    padding-top: 67.5px;
  }
  .pb90 {
    padding-bottom: 67.5px;
  }
  .pt100 {
    padding-top: 75px;
  }
  .pb100 {
    padding-bottom: 75px;
  }
  .pt110 {
    padding-top: 82.5px;
  }
  .pb110 {
    padding-bottom: 82.5px;
  }
  .pt120 {
    padding-top: 90px;
  }
  .pb120 {
    padding-bottom: 90px;
  }
  .pt130 {
    padding-top: 97.5px;
  }
  .pb130 {
    padding-bottom: 97.5px;
  }
  .pt140 {
    padding-top: 105px;
  }
  .pb140 {
    padding-bottom: 105px;
  }
  .pt150 {
    padding-top: 112.5px;
  }
  .pb150 {
    padding-bottom: 112.5px;
  }
  .pt160 {
    padding-top: 120px;
  }
  .pb160 {
    padding-bottom: 120px;
  }
  .pt170 {
    padding-top: 127.5px;
  }
  .pb170 {
    padding-bottom: 127.5px;
  }
  .pt180 {
    padding-top: 135px;
  }
  .pb180 {
    padding-bottom: 135px;
  }
  .pt190 {
    padding-top: 142.5px;
  }
  .pb190 {
    padding-bottom: 142.5px;
  }
  .pt200 {
    padding-top: 150px;
  }
  .pb200 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .pt10 {
    padding-top: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pt110 {
    padding-top: 55px;
  }
  .pb110 {
    padding-bottom: 55px;
  }
  .pt120 {
    padding-top: 60px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .pt130 {
    padding-top: 65px;
  }
  .pb130 {
    padding-bottom: 65px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pb140 {
    padding-bottom: 70px;
  }
  .pt150 {
    padding-top: 75px;
  }
  .pb150 {
    padding-bottom: 75px;
  }
  .pt160 {
    padding-top: 80px;
  }
  .pb160 {
    padding-bottom: 80px;
  }
  .pt170 {
    padding-top: 85px;
  }
  .pb170 {
    padding-bottom: 85px;
  }
  .pt180 {
    padding-top: 90px;
  }
  .pb180 {
    padding-bottom: 90px;
  }
  .pt190 {
    padding-top: 95px;
  }
  .pb190 {
    padding-bottom: 95px;
  }
  .pt200 {
    padding-top: 100px;
  }
  .pb200 {
    padding-bottom: 100px;
  }
}

/* margin */
.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .mt5 {
    margin-top: 3.75px;
  }
  .mb5 {
    margin-bottom: 3.75px;
  }
  .mt6 {
    margin-top: 4.5px;
  }
  .mb6 {
    margin-bottom: 4.5px;
  }
  .mt7 {
    margin-top: 5.25px;
  }
  .mb7 {
    margin-bottom: 5.25px;
  }
  .mt8 {
    margin-top: 6px;
  }
  .mb8 {
    margin-bottom: 6px;
  }
  .mt9 {
    margin-top: 6.75px;
  }
  .mb9 {
    margin-bottom: 6.75px;
  }
  .mt10 {
    margin-top: 7.5px;
  }
  .mb10 {
    margin-bottom: 7.5px;
  }
  .mt11 {
    margin-top: 8.25px;
  }
  .mb11 {
    margin-bottom: 8.25px;
  }
  .mt12 {
    margin-top: 9px;
  }
  .mb12 {
    margin-bottom: 9px;
  }
  .mt13 {
    margin-top: 9.75px;
  }
  .mb13 {
    margin-bottom: 9.75px;
  }
  .mt14 {
    margin-top: 10.5px;
  }
  .mb14 {
    margin-bottom: 10.5px;
  }
  .mt15 {
    margin-top: 11.25px;
  }
  .mb15 {
    margin-bottom: 11.25px;
  }
  .mt16 {
    margin-top: 12px;
  }
  .mb16 {
    margin-bottom: 12px;
  }
  .mt17 {
    margin-top: 12.75px;
  }
  .mb17 {
    margin-bottom: 12.75px;
  }
  .mt18 {
    margin-top: 13.5px;
  }
  .mb18 {
    margin-bottom: 13.5px;
  }
  .mt19 {
    margin-top: 14.25px;
  }
  .mb19 {
    margin-bottom: 14.25px;
  }
  .mt20 {
    margin-top: 15px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .mt5 {
    margin-top: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mt6 {
    margin-top: 3px;
  }
  .mb6 {
    margin-bottom: 3px;
  }
  .mt7 {
    margin-top: 3.5px;
  }
  .mb7 {
    margin-bottom: 3.5px;
  }
  .mt8 {
    margin-top: 4px;
  }
  .mb8 {
    margin-bottom: 4px;
  }
  .mt9 {
    margin-top: 4.5px;
  }
  .mb9 {
    margin-bottom: 4.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mt11 {
    margin-top: 5.5px;
  }
  .mb11 {
    margin-bottom: 5.5px;
  }
  .mt12 {
    margin-top: 6px;
  }
  .mb12 {
    margin-bottom: 6px;
  }
  .mt13 {
    margin-top: 6.5px;
  }
  .mb13 {
    margin-bottom: 6.5px;
  }
  .mt14 {
    margin-top: 7px;
  }
  .mb14 {
    margin-bottom: 7px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mt16 {
    margin-top: 8px;
  }
  .mb16 {
    margin-bottom: 8px;
  }
  .mt17 {
    margin-top: 8.5px;
  }
  .mb17 {
    margin-bottom: 8.5px;
  }
  .mt18 {
    margin-top: 9px;
  }
  .mb18 {
    margin-bottom: 9px;
  }
  .mt19 {
    margin-top: 9.5px;
  }
  .mb19 {
    margin-bottom: 9.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
  .mt10 {
    margin-top: 7.5px;
  }
  .mb10 {
    margin-bottom: 7.5px;
  }
  .mt20 {
    margin-top: 15px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
  .mt30 {
    margin-top: 22.5px;
  }
  .mb30 {
    margin-bottom: 22.5px;
  }
  .mt40 {
    margin-top: 30px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mt50 {
    margin-top: 37.5px;
  }
  .mb50 {
    margin-bottom: 37.5px;
  }
  .mt60 {
    margin-top: 45px;
  }
  .mb60 {
    margin-bottom: 45px;
  }
  .mt70 {
    margin-top: 52.5px;
  }
  .mb70 {
    margin-bottom: 52.5px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .mt90 {
    margin-top: 67.5px;
  }
  .mb90 {
    margin-bottom: 67.5px;
  }
  .mt100 {
    margin-top: 75px;
  }
  .mb100 {
    margin-bottom: 75px;
  }
  .mt110 {
    margin-top: 82.5px;
  }
  .mb110 {
    margin-bottom: 82.5px;
  }
  .mt120 {
    margin-top: 90px;
  }
  .mb120 {
    margin-bottom: 90px;
  }
  .mt130 {
    margin-top: 97.5px;
  }
  .mb130 {
    margin-bottom: 97.5px;
  }
  .mt140 {
    margin-top: 105px;
  }
  .mb140 {
    margin-bottom: 105px;
  }
  .mt150 {
    margin-top: 112.5px;
  }
  .mb150 {
    margin-bottom: 112.5px;
  }
  .mt160 {
    margin-top: 120px;
  }
  .mb160 {
    margin-bottom: 120px;
  }
  .mt170 {
    margin-top: 127.5px;
  }
  .mb170 {
    margin-bottom: 127.5px;
  }
  .mt180 {
    margin-top: 135px;
  }
  .mb180 {
    margin-bottom: 135px;
  }
  .mt190 {
    margin-top: 142.5px;
  }
  .mb190 {
    margin-bottom: 142.5px;
  }
  .mt200 {
    margin-top: 150px;
  }
  .mb200 {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mt110 {
    margin-top: 55px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .mt120 {
    margin-top: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mt130 {
    margin-top: 65px;
  }
  .mb130 {
    margin-bottom: 65px;
  }
  .mt140 {
    margin-top: 70px;
  }
  .mb140 {
    margin-bottom: 70px;
  }
  .mt150 {
    margin-top: 75px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .mt160 {
    margin-top: 80px;
  }
  .mb160 {
    margin-bottom: 80px;
  }
  .mt170 {
    margin-top: 85px;
  }
  .mb170 {
    margin-bottom: 85px;
  }
  .mt180 {
    margin-top: 90px;
  }
  .mb180 {
    margin-bottom: 90px;
  }
  .mt190 {
    margin-top: 95px;
  }
  .mb190 {
    margin-bottom: 95px;
  }
  .mt200 {
    margin-top: 100px;
  }
  .mb200 {
    margin-bottom: 100px;
  }
}

.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;
  -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 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);
  -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 {
  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/160.16.205.190/html/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/160.16.205.190/html/images/icon01.png);
}

.g-item.icon02 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon02.png);
}

.g-item.icon03 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon03.png);
}

.g-item.icon04 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon04.png);
}

.g-item.icon05 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon05.png);
}

.g-item.icon06 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon06.png);
}

.g-item.icon07 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon07.png);
}

.g-item.icon08 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon08.png);
}

.g-item.icon12 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon12.png);
}

.g-item.icon13 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon13.png);
}

.g-item.icon14 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon14.png);
}

.g-item.icon15 a:before {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/icon15.png);
}

.g-item + .g-item {
  background-image: url(/import/tenant_1/160.16.205.190/html/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 a:hover {
  background-color: #ff66004a;
}

.accordionbox li {
  border-bottom: 1px solid #ffa569;
}

.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/160.16.205.190/html/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: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 {
    text-align: left;
    padding: 7px 11px 7px 42px;
    font-size: 14px;
  }
  .g-item + .g-item {
    background-image: none;
  }
  .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;
  }
  .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: none;
  }
  .g-item.pull > a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 599px) {
  .sp-logo {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .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: -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: 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 {
  -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;
}

[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: 11px;
  padding: 0 3px;
}

.header-logo-box {
  position: absolute;
  top: 30px;
  left: 40%;
  z-index: 3;
}

.header-logo-box .header-logo {
  width: 217px;
  margin-right: 45px;
}

.header-logo-box .tel-box {
  white-space: nowrap;
  text-align: center;
}

.header-logo-box .address {
  color: #fff;
  background-color: #40210f;
  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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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: url(/import/tenant_1/160.16.205.190/html/images/bg06.png);
  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/160.16.205.190/html/images/main-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-bg02 {
  background-image: url(/import/tenant_1/160.16.205.190/html/images/main-bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-image .tbox {
  position: absolute;
  left: 40%;
  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/160.16.205.190/html/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: 26px;
  text-shadow: 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/160.16.205.190/html/images/header-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.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: url(/import/tenant_1/160.16.205.190/html/images/bg04.png);
  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;
}

.heading01:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -8px;
  background-image: url(/import/tenant_1/160.16.205.190/html/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/160.16.205.190/html/images/bg04-brown.png);
}

.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: url(/import/tenant_1/160.16.205.190/html/images/number-bg.png);
  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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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: #efed91;
  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 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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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: #f26031;
  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/160.16.205.190/html/images/maru01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  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;
}

.maru02 {
  color: #f26031;
  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/160.16.205.190/html/images/maru02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  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;
}

.maru03 {
  color: #f26031;
  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/160.16.205.190/html/images/maru03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  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;
}

.maru04 {
  color: #f26031;
  font-weight: bold;
  right: -20px;
  bottom: -126px;
  position: absolute;
  width: 148px;
  height: 148px;
  background-image: url(/import/tenant_1/160.16.205.190/html/images/maru04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  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;
}

.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: #efed91;
  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/160.16.205.190/html/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: #efed91;
  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/160.16.205.190/html/images/ribon.png);
  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: #f36131;
}

.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: #efed91;
}

.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/160.16.205.190/html/images/bg11.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.top03box {
  background-image: url(/import/tenant_1/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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/160.16.205.190/html/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: #f26031;
  font-size: 120%;
}

.top-blog-list .big-cat {
  color: #fff;
  background-color: #f26031;
  padding: 0 10px;
  border-radius: 7px;
  min-width: 107px;
  text-align: center;
}

.top-blog-list .big-cat.information {
  background-color: #f26031;
}

.top-blog-list .big-cat.blog {
  background-color: #BFB64B;
}

.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: #efed91;
}

.common-banner .text1 {
  background-color: #40210f;
  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: #f26031;
  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: #f16330;
  background: -webkit-gradient(linear, left top, right top, from(#f16330), to(#fef001));
  background: linear-gradient(90deg, #f16330 0%, #fef001 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;
}

.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/160.16.205.190/html/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: #ffece3;
}

.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 5 Free';
  font-size: 24px;
  margin-right: 5px;
  color: #efed91;
}

.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/160.16.205.190/html/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/160.16.205.190/html/images/dot.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 2px;
  height: 100%;
}

.foot02 .footer-logo {
  width: 217px;
}

.foot02 .footer-logo a {
  display: block;
}

.foot02 .footer-address {
  color: #fff;
  font-weight: bold;
}

.foot02 .footer-area {
  width: 408px;
  background-color: #efed91;
  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: #FFEDE2;
}

/* ---------------------------
トップページPC END
----------------------------- */
@media only screen and (max-width: 1024px) {
  .header-logo-box {
    left: auto;
    right: 30px;
  }
  .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: 350px;
    padding: 18px 20px 20px 0;
    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;
  }
  .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: 150px;
  }
  .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: #40210f;
    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: 3px;
  }
  .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%;
  }
  .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: 100px;
  }
  .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;
    margin-top: 26% !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;
  }
  .top-image .tbox {
    left: auto;
    right: 10px;
  }
  .copy-right {
    padding: 30px 0 70px;
  }
}

/* ---------------------------
02company「会社概要」
----------------------------- */
.under .header-logo-box {
  top: 10px;
  left: auto;
  right: 12px;
}

.under .header-logo-box .header-logo {
  width: 165px;
  margin-right: 30px;
}

.under .header-logo-box .address {
  font-size: 11px;
}

.under .header-logo-box .tel {
  font-size: 22px;
}

.under-image {
  position: relative;
}

.under-image .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.under-image .page-title {
  font-size: 30px;
  white-space: nowrap;
  font-weight: bold;
}

.heading06 {
  min-width: 350px;
  display: inline-block;
  padding: 20px 25px;
  font-size: 24px;
  background-image: url(/import/tenant_1/160.16.205.190/html/images/heading06.png);
  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/160.16.205.190/html/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 #40210f;
}

.company02 .ttl {
  border-top: 1px solid #40210f;
  border-bottom: 1px solid #40210f;
  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/160.16.205.190/html/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) {
  .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: 275px;
    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: 26px;
  }
  .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 #40210f;
  border-bottom: 1px solid #40210f;
  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/160.16.205.190/html/images/roler01.png);
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  width: 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/160.16.205.190/html/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;
  background-image: url(/import/tenant_1/160.16.205.190/html/images/white-bg04.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.flow01 .box:before {
  content: "";
  display: block;
  padding-top: 86%;
}

.flow01 .box .num {
  position: absolute;
  top: 0;
  left: 12%;
  width: 50px;
  height: 50px;
  background-color: #f26031;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  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%;
  overflow: hidden;
}
[data-element-id] .flow01 .box .num {
  position: absolute!important;
}

.flow01 .box .tbox {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.gaiheki04box .flow01 .box .tbox {
      top: 25%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65%;
}

.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) {
  .flow2img {
    width: 90px;
  }
  .flow02 .heading07 {
    top: 10px;
    left: 10px;
    width: 250px;
  }
  .flow02box {
    padding-bottom: 150px;
  }
  .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%;
}

.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/160.16.205.190/html/images/maru5.png);
  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 .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 .ttlbox {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #ff6600;
  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 {
  position: absolute;
  bottom: 3%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2% 2% 4%;
  width: 50%;
}

.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: #ff6600;
}

.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;
    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: 75%;
  }
}

@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: 90%;
  }
  .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: #efed91;
  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: #ff6600;
  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: #ff6600;
  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/160.16.205.190/html/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: #efed91;
  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/160.16.205.190/html/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: #efed91;
  padding: 5px;
  min-width: 100px;
}

.pagenation li {
  width: 50px;
  height: 50px;
  background-color: #f36131;
  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 5 Free';
  font-weight: 900;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagenation .now {
  background-color: #513525;
}

@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 #513525;
  padding: 0 4% 6%;
  border-radius: 10px;
}

.works-detail-box .comment .ttl {
  display: inline-block;
  background-color: #efed91;
  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 #513525;
  padding: 5px 7px;
  margin-bottom: 10px;
}

.category-box .ttl .text {
  background-color: #efed91;
  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: #513525;
}

/* ---------------------------
14blog「ブログ」
----------------------------- */
.blog-list .cat {
  background-color: #efed91;
  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: #bfb64b;
  color: #fff;
}

.category-box .ttl.orange .text {
  background-color: #f1734a;
  color: #fff;
}

.pagenation.brown li {
  background-color: #bfb64b;
}

.pagenation.brown li.now {
  background-color: #f36131;
}

.btn03 a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  min-width: 200px;
  background-color: #bfb64b;
}

.btn03.orange a {
  background-color: #f1734a;
}

.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: -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: #40210f;
  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 {
  width: 53px;
  width: 53px;
  border-radius: 50%;
  overflow: hidden;
}

.faq-list .name {
  text-align: center;
}

.faq-list .answer {
  background-color: #ffece3;
  padding: 30px 30px 45px;
  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: #f1734a;
  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/160.16.205.190/html/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/160.16.205.190/html/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: #40210f;
  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;
}

/*# sourceMappingURL=style.css.map */


/* 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;
}
