@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

.kiwi {
  font-family: 'Kiwi Maru', serif;
}

.apple {
  font-family: 'Homemade Apple', cursive;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.5;
}

.color-white {
  color: #fff;
}

.pc-none,
.sp-only {
  display: none;
}

dt {
  font-weight: normal;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.up-lst-disc {
  padding-left: 30px;
}

.up-lst-deci {
  padding-left: 30px;
}

.up-ws-nowrap {
  white-space: nowrap;
}

/* 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: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 20px;
  }
  .fs18 {
    font-size: 18px;
  }
  .fs16 {
    font-size: 16px;
  }
}

@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: 20px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 18px;
  }
  .fs16 {
    font-size: 16px;
  }
  .fs14 {
    font-size: 13px;
  }
}

/* area */
.area {
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  .area {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 599px) {
  .area {
    padding: 40px 0;
  }
}

.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;
  }
}

.txt {
  line-height: 2;
}

.pa100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pa100.__type02 {
  width: 50%;
  left: auto;
  right: 0;
  width: 50%;
}

/* left right */
@media only screen and (max-width: 1024px) {
  .tb > [class^=left-cmn] {
    width: 100%;
  }
  .tb > [class^=right-cmn] {
    width: 100%;
  }
  .tb > .right-cmn01 {
    margin-top: 10px;
  }
  .tb > .right-cmn02 {
    margin-top: 15px;
  }
  .tb > .right-cmn03 {
    margin-top: 20px;
  }
  .tb > .right-cmn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 599px) {
  [class^=left-cmn] {
    width: 100%;
  }
  [class^=right-cmn] {
    width: 100%;
  }
  .right-cmn01 {
    margin-top: 5px;
  }
  .right-cmn02 {
    margin-top: 10px;
  }
  .right-cmn03 {
    margin-top: 15px;
  }
  .right-cmn {
    margin-top: 20px;
  }
}

/* 偶数と奇数番目で左右反転No.2 */
.up-fxd-even02 > *:nth-child(even) .up-d-flex,
.up-fxd-odd02 > *:nth-child(odd) .up-d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* ---------------------------
.calc（1200px）
----------------------------- */
.calc-left600 {
  margin-left: calc(50% - 600px);
}

.calc-right600 {
  margin-right: calc(50% - 600px);
}

[class*=up-fxd-even] > .calc-left600:nth-child(even),
[class*=up-fxd-odd] > .calc-left600:nth-child(odd) {
  margin-left: 0;
  margin-right: calc(50% - 600px);
}

[class*=up-fxd-even] > .calc-right600:nth-child(even),
[class*=up-fxd-odd] > .calc-right600:nth-child(odd) {
  margin-right: 0;
  margin-left: calc(50% - 600px);
}

@media only screen and (max-width: 1224px) {
  .calc-left600 {
    margin-left: 2%;
  }
  .calc-right600 {
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-left600:nth-child(even),
  [class*=up-fxd-odd] > .calc-left600:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right600:nth-child(even),
  [class*=up-fxd-odd] > .calc-right600:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 599px) {
  .calc-left600 {
    margin-right: 2%;
  }
  .calc-right600 {
    margin-left: 2%;
  }
  [class*=up-fxd-even] > .calc-left600:nth-child(even),
  [class*=up-fxd-odd] > .calc-left600:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right600:nth-child(even),
  [class*=up-fxd-odd] > .calc-right600:nth-child(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}

/* ---------------------------
.calc（1100px）
----------------------------- */
.calc-left550 {
  margin-left: calc(50% - 550px);
}

.calc-right550 {
  margin-right: calc(50% - 550px);
}

[class*=up-fxd-even] > .calc-left550:nth-child(even),
[class*=up-fxd-odd] > .calc-left550:nth-child(odd) {
  margin-left: 0;
  margin-right: calc(50% - 550px);
}

[class*=up-fxd-even] > .calc-right550:nth-child(even),
[class*=up-fxd-odd] > .calc-right550:nth-child(odd) {
  margin-right: 0;
  margin-left: calc(50% - 550px);
}

@media only screen and (max-width: 1122px) {
  .calc-left550 {
    margin-left: 2%;
  }
  .calc-right550 {
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-left550:nth-child(even),
  [class*=up-fxd-odd] > .calc-left550:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right550:nth-child(even),
  [class*=up-fxd-odd] > .calc-right550:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 599px) {
  .calc-left550 {
    margin-right: 2%;
  }
  .calc-right550 {
    margin-left: 2%;
  }
  [class*=up-fxd-even] > .calc-left550:nth-child(even),
  [class*=up-fxd-odd] > .calc-left550:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right550:nth-child(even),
  [class*=up-fxd-odd] > .calc-right550:nth-child(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}

/* ---------------------------
.calc（1000px）
----------------------------- */
.calc-left500 {
  margin-left: calc(50% - 500px);
}

.calc-right500 {
  margin-right: calc(50% - 500px);
}

[class*=up-fxd-even] > .calc-left500:nth-child(even),
[class*=up-fxd-odd] > .calc-left500:nth-child(odd) {
  margin-left: 0;
  margin-right: calc(50% - 500px);
}

[class*=up-fxd-even] > .calc-right500:nth-child(even),
[class*=up-fxd-odd] > .calc-right500:nth-child(odd) {
  margin-right: 0;
  margin-left: calc(50% - 500px);
}

@media only screen and (max-width: 1024px) {
  .calc-left500 {
    margin-left: 2%;
  }
  .calc-right500 {
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-left500:nth-child(even),
  [class*=up-fxd-odd] > .calc-left500:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right500:nth-child(even),
  [class*=up-fxd-odd] > .calc-right500:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 599px) {
  .calc-left500 {
    margin-right: 2%;
  }
  .calc-right500 {
    margin-left: 2%;
  }
  [class*=up-fxd-even] > .calc-left500:nth-child(even),
  [class*=up-fxd-odd] > .calc-left500:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .calc-right500:nth-child(even),
  [class*=up-fxd-odd] > .calc-right500:nth-child(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}

/* ---------------------------
float
----------------------------- */
.float-left-cmn {
  float: left;
}

.float-right-cmn {
  float: right;
}

/* 偶数と奇数番目で左右反転No.3 */
[class*=up-fxd-even] > *:nth-child(even) .float-left-cmn,
[class*=up-fxd-odd] > *:nth-child(odd) .float-left-cmn {
  float: right;
}

[class*=up-fxd-even] > *:nth-child(even) .float-right-cmn,
[class*=up-fxd-odd] > *:nth-child(odd) .float-right-cmn {
  float: left;
}

@media only screen and (max-width: 1024px) {
  .tb .float-left-cmn {
    width: 100%;
    margin: 2% 0;
  }
  .tb .float-right-cmn {
    width: 100%;
    margin: 2% 0;
  }
}

@media only screen and (max-width: 599px) {
  .float-left-cmn {
    width: 100%;
    margin: 2% 0;
  }
  .float-right-cmn {
    width: 100%;
    margin: 2% 0;
  }
}

/* ---------------------------
fead
----------------------------- */
.fead-text {
  opacity: 0;
}

[data-element-id] .fead-text {
  opacity: 1;
}

.fead-text.mv {
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fead-text .str {
  opacity: 0;
}

[data-element-id] .fead-text .str {
  opacity: 1;
}

.fead-text .str.mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  /* -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s; */
}

.fead-cover {
  position: relative;
}

.fead-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}

[data-element-id] .fead-cover:before {
  content: none;
}

.fead-cover.mv:before {
  width: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fead-lr {
  opacity: 0;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.fead-lr:nth-of-type(2n+2) {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.fead-lr.mv {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fead-bg:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.fead-bg.mv:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fead-order > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fead-order > *.mv {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

[data-element-id] .fead-order > * {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* fead END */
/* ---------------------------
フォント
----------------------------- */
.fs150\% {
  font-size: 150%;
}

.dotted01 {
  display: inline;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
  line-height: 2.3;
}

/* ---------------------------
カラー
----------------------------- */
.color01 {
  color: #887025;
}

.color02 {
  color: #30B08F;
}

.color03 {
  color: #CCE7BA;
}

.color04 {
  color: #55C1A1;
}

.color05 {
  color: #ff0000;
}

/* ---------------------------
背景色
----------------------------- */
.bgc01 {
  background-color: #F1FAF1;
}

.bgc-white {
  background-color: #fff;
}

.bgc02 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bgc03 {
  background-color: #8D7E58;
}

.bgc04 {
  background-color: #F1FAF2;
}

.bgc05 {
  background-color: #FBF4A3;
}

.bgc06 {
  background-color: #00B28F;
}

.bgc07 {
  background-color: #bfbfbf;
}

.back01 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/back01.png);
}

.back02 {
  background-image: url(/upload/tenant_1/004efb5079d5b549010ce333596261ee.png);
}

.back03 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/back03.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.back04 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/back04.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.back05 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/back05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.back06 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wood02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back07 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wood03.png);
  background-position: top left;
}

.back08 {
  position: relative;
}

.back08:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

/* ---------------------------
border-radius
----------------------------- */
.radius01 {
  border-radius: 20px;
  overflow: hidden;
}

.radius02 {
  border-radius: 10px;
  overflow: hidden;
}

/* ---------------------------
border
----------------------------- */
.border01 {
  border: 2px solid #86CDA7;
}

.border02 {
  border: 2px solid #EF4536;
}

.border03 {
  border-bottom: 1px solid #BFBFBF;
}

.border04 {
  border: 1px solid #8D7E58;
}

.border05 {
  border-bottom: 1px solid;
}

.border06 {
  border-bottom: 1px solid #bfbfbf;
}

.border07 {
  border-bottom: 1px solid #30b08f;
}

/* ---------------------------
gradient
----------------------------- */
.gradient01 {
  position: relative;
}

.gradient01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(40%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.gradient02 {
  position: relative;
}

.gradient02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, white), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(90%, white), to(white));
  background: linear-gradient(0deg, white 0%, white 10%, rgba(255, 255, 255, 0.7) 50%, white 90%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.gradient03 {
  background: #fdfadd;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfadd), color-stop(15%, #fdfbe3), color-stop(85%, white), to(white));
  background: linear-gradient(0deg, #fdfadd 0%, #fdfbe3 15%, white 85%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfadd", endColorstr="#ffffff", GradientType=1);
}

.gradient04 {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, white), color-stop(35%, #f1faf2), color-stop(65%, #f1faf2), color-stop(90%, white), to(white));
  background: linear-gradient(0deg, white 0%, white 10%, #f1faf2 35%, #f1faf2 65%, white 90%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.gradient05 {
  background: #fffadd;
  background: -webkit-gradient(linear, left bottom, left top, from(#fffadd), to(white));
  background: linear-gradient(0deg, #fffadd 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffadd", endColorstr="#ffffff", GradientType=1);
}

.gradient06 {
  position: relative;
  overflow: hidden;
}

.gradient06:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, white), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
  background: linear-gradient(0deg, white 0%, white 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, white 95%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.gradient07 {
  position: relative;
  overflow: hidden;
}

.gradient07:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, white), color-stop(35%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, white 10%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  z-index: 3;
}

.gradient08 {
  position: relative;
}

.gradient08:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.gradient08:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.maker01 {
  background: #00b28f;
  background: -webkit-gradient(linear, left bottom, left top, from(#00b28f), color-stop(35%, #00b28f), color-stop(35%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #00b28f 0%, #00b28f 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b28f", endColorstr="#ffffff", GradientType=1);
}

[data-element-id].gradient06:after {
  content: none;
}

[data-element-id].gradient07:before {
  content: none;
}

/* ---------------------------
その他
----------------------------- */
.check01 {
  position: relative;
  padding-left: 25px;
}

.check01:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}

.opacity12 img {
  opacity: 0.12;
}

.leaf02 {
  width: 117px;
}

.leaf03 {
  width: 290px;
  height: 115px;
  position: relative;
}

.leaf03 .icon {
  width: 109px;
  position: absolute;
  top: 0;
  left: 43%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.leaf03 .en {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.leaf04 .icon {
  width: 71px;
  margin-bottom: -20px;
}

.leaf09 .icon {
  margin-bottom: 20px;
  margin-right: -10px;
}

.leaf15 {
  position: relative;
}

.leaf15:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/leaf15.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 290px;
  height: 309px;
}

.leaf18 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.leaf19 {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 5;
}

.wave01 {
  position: relative;
}

.wave01:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wave1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 22px;
  z-index: -1;
}

.wave02 {
  position: relative;
}

.wave02:before {
  content: '';
  position: absolute;
  top: 60%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wave2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 290px;
  height: 42px;
  z-index: -1;
}

.wave03 {
  position: relative;
}

.wave03:before {
  content: '';
  position: absolute;
  top: 60%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wave3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 22px;
  z-index: -1;
}

.wave04 {
  position: relative;
}

.wave04: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.109.250/html/images/wave04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 51px;
  z-index: -1;
}

.layer04 {
  position: relative;
}

.layer04:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer4.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 470px;
  height: 309px;
  z-index: 2;
}

.layer05 {
  position: relative;
}

.layer05:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer5.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  width: 290px;
  height: 160px;
  z-index: 2;
}

.layer06 {
  position: relative;
}

.layer06:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer6.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 487px;
  height: 580px;
}

.layer06.__type02:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer7.png);
}

.layer08 {
  position: relative;
}

.layer08:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer8.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 360px;
  height: 388px;
}

.list01 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.list01 li:before {
  content: "";
  background-color: #2CB18F;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 5.5px;
  left: 0;
}

/* ---------------------------
ボタン
----------------------------- */
.btn-cmn01 {
  color: #fff;
}

.btn-cmn01 a,
.btn-cmn01 button {
  border: 1px solid #01B28F;
  border-radius: 1000px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #01B28F;
  text-align: center;
  min-width: 170px;
}

.btn-cmn01 a:hover,
.btn-cmn01 button:hover {
  opacity: 1;
  background-color: #fff;
  color: #01B28F;
}

.btn-cmn01.__type01 a,
.btn-cmn01.__type01 button {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-cmn01.__red a,
.btn-cmn01.__red button {
  border-color: #EF4536;
  background-color: #EF4536;
}

.btn-cmn01.__red a:hover,
.btn-cmn01.__red button:hover {
  color: #EF4536;
  background-color: #fff;
}

.btn-cmn01.__grey a,
.btn-cmn01.__grey button {
  background-color: #929292;
  border-color: #929292;
}

.btn-cmn01.__grey a:hover,
.btn-cmn01.__grey button:hover {
  color: #929292;
  background-color: #fff;
}

.btn-cmn02 a,
.btn-cmn02 button {
  display: inline-block;
  border: 2px solid #3AAE73;
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  padding: 2px 5px;
  color: #3AAE73;
}

.btn-cmn02 a:hover,
.btn-cmn02 button:hover {
  color: #fff;
  background-color: #3AAE73;
}

/* ---------------------------
見出し
----------------------------- */
.heading01 {
  font-size: 32px;
  color: #887025;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.title01 {
  position: relative;
  padding-left: 20px;
}

.title01:before {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #30B08F;
  position: absolute;
  top: 0;
  left: 0;
}

.title02 {
  position: relative;
}

.title02 .en {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.title03 {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  font-family: 'Kiwi Maru', serif;
}

.title03:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #30B08F;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.title03.fs18:before,
.title03.fs20:before {
  top: 5px;
}

.title03.fs22:before {
  top: 8px;
}

.title04 {
  position: relative;
}

.title04 .icon {
  width: 160px;
  height: 160px;
}

.title04 .icon img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.title04 .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  text-align: center;
}

.title05 {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  border-radius: 1000px;
  padding: 7px 20px;
}

.title06 {
  position: relative;
  padding-left: 1em;
}
.title06:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #31AF8F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .layer04:before {
    width: 300px;
  }
  .layer05:after {
    width: 200px;
  }
  .leaf15:after {
    width: 200px;
  }
  .layer06:before {
    width: 300px;
  }
  .title04 .icon {
    width: 140px;
    height: 140px;
  }
  .layer08:before {
    width: 300px;
  }
}

@media only screen and (max-width: 599px) {
  .heading02 .leaf09 {
    margin-left: -60px;
    position: relative;
    z-index: -1;
  }
  .layer04:before {
    width: 170px;
  }
  .layer05:after {
    width: 150px;
  }
  .radius01 {
    border-radius: 10px;
  }
  .title01:before {
    width: 3px;
    height: 25px;
  }
  .title03:before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
  .title03.fs22:before {
    top: 6px;
  }
  .title03.fs18:before {
    top: 5px;
  }
  .title03 {
    padding-left: 25px;
  }
  .leaf06 {
    width: 45px;
  }
  .layer08:before {
    width: 150px;
  }
  .layer06:before {
    width: 200px;
  }
  .pa100.__type02 {
    width: 70%;
  }
}

.page-title {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 5;
  font-size: 12px;
  text-shadow: 0 0 5px #fff;
}

.header-logo-wrap {
  position: absolute;
  top: 100px;
  left: 13%;
  z-index: 5;
}

.header-logo-wrap .header-logo {
  width: 300px;
}

.header-logo-wrap .header-address {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.top-mv-box {
  position: relative;
  overflow: hidden;
}

.top-mv-box .tbox {
  bottom: 15%;
  left: 10%;
  position: absolute;
  z-index: 5;
}

.top-mv-box .tbox:before {
  content: "";
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.top-mv-box .tbox:after {
  content: "";
  top: -10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  background-image: url(/upload/tenant_1/3e0f7899b93f519054b3e234e8b18683.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 38px;
  height: 43px;
}

.top-mv-box .tbox .ttl {
  color: #887025;
  font-size: 38px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.top-mv-box .tbox .text {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  position: relative;
}

.top-mv-box .layer01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 25%;
}

.top-mv-box .layer02 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  width: 23%;
}

.top-mv-box .leaf {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 17%;
  max-width: 230px;
}

.schedule-box {
  max-width: 470px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.schedule-box .wrap {
  padding: 7% 7%;
}

.schedule-box:before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wood.png);
}

.schedule-box:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/wood.png);
}

.schedule01 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Kiwi Maru', serif;
}

.schedule01 .icon {
  width: 20px;
}

.schedule01 table {
  width: 100%;
}

.schedule01 tr {
  border-bottom: 2px solid #000;
}

.schedule01 tr:nth-of-type(1) {
  border-bottom: 1px solid #000;
}

.schedule01 th,
.schedule01 td {
  padding: 6px;
}

.schedule01 tr td:not(:first-child) {
  text-align: center;
  color: #30B08F;
}

.schedule01 .text1 {
  margin-left: 5px;
}

.telbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.telbox01:before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}

.gnav {
  background-color: #30B08F;
}

.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;
  }
  .gnav .toggle:after {
    content: "MENU";
    color: #000;
    position: absolute;
    bottom: -5px;
    font-weight: bold;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

/* gnav アコーディオン */
.g-list {
  color: #fff;
  padding: 10px 0;
  font-family: 'Kiwi Maru', serif;
}

.g-item {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.g-item > a {
  display: block;
  padding: 5px 25px;
}

.g-item + .g-item {
  position: relative;
}

.g-item + .g-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 17px;
  background-color: #fff;
}

.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: 500px;
  background-color: #fff;
  padding: 7% 7% 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.accordionbox.__type2 {
  width: 360px;
  padding: 7% 7% 2%;
}

.accordionbox ul {
  background-color: #fff;
}

.accordionbox li {
  text-align: center;
  color: #30B08F;
}

.accordionbox a {
  padding: 80px 10px 10px;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
  -webkit-transition: none;
  transition: none;
}

.accordionbox a:before {
  content: "";
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon9.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.accordionbox a:hover {
  background-color: #bff6e8;
}

.accordionbox .nav-icon01 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/nav1.png);
}

.accordionbox .nav-icon02 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/nav2.png);
}

.accordionbox .nav-icon03 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/nav3.png);
}

.accordionbox .nav-icon04 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/nav4.png);
}

.accordionbox .nav-icon05 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/nav5.png);
}

.accordionbox .nav-icon06 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon9.png);
}

.accordionbox .nav-icon07 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon10.png);
}

.accordionbox .nav-icon08 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon11.png);
}

.accordionbox .nav-icon09 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon13.png);
}

.accordionbox .nav-icon10 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon15.png);
}

.accordionbox .nav-icon11 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon17.png);
}

.accordionbox .nav-icon12 a:before {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon19.png);
}

.g-item.pull:hover .accordionbox {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #30b08fd4;
}

.header-fix-box {
  position: fixed;
  top: 65%;
  right: 0;
  z-index: 100;
}

.header-fix-box .text1 {
  font-family: 'Kiwi Maru', serif;
}

.header-fix-box .item {
  color: #fff;
  position: relative;
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}

.header-fix-box .item:after {
  content: '';
  position: absolute;
  top: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 45px;
}

.header-fix-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 67px;
  background-color: #8D7E58;
  padding: 5px 5px 5px 20px;
  border-radius: 1000px 0 0 1000px;
  overflow: hidden;
}

.header-fix-box .ab-test a {
  background-color: #01B28F;
}

.header-fix-box li + li {
  margin-top: 25px;
}

.header-fix-box .icon2 .item:after {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon2.png);
}

.top-news-list li + li {
  margin-top: 20px;
}

.top02 .leaf {
  width: 80px;
}

.top02 .list {
  width: calc(100% - 240px);
}

.top02 .icon {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  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;
}

.top02 li a {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border: 3px solid #30B08F;
}

.top02 li .wrap {
  padding: 2%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.top02 li .ttl {
  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.3;
}

.top-menu {
  position: relative;
  width: 220px;
  margin: 0 10px;
}

.top-menu a {
  position: relative;
  padding: 15px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background-color: #C4E8BC;
}

.top-menu .wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 20px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu .wrap > * {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.top-menu .icon {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  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;
}

.top-menu .ttl {
  line-height: 1.2;
  margin-top: 10px;
}

.top-menu .sub {
  margin-top: 10px;
}

.star01 {
  position: absolute;
  top: 0;
  left: 0;
}

.star01 .text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: 'Kiwi Maru', serif;
}

.leaf08 {
  position: relative;
}

.leaf08:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/layer3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 149px;
  z-index: -1;
}

.top03 {
  position: relative;
}

.top03 .leaf07 {
  position: absolute;
  top: 0;
  left: -40px;
}

.top03 .leaf08 {
  position: absolute;
  bottom: 277px;
  right: -34px;
}

.top-blog li:nth-of-type(2) {
  border-left: 1px solid #98D4B4;
}

.foot01 {
  position: relative;
}

.foot01 .tbox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  padding: 12px 30px 12px 20px;
  border-radius: 0 1000px 1000px 0;
}

.foot01 .en {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.footer-map {
  position: relative;
  padding-top: 100%;
}

.footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-nav .item {
  padding-left: 15px;
}

.footer-nav .ttl {
  color: #9DDDA9;
  position: relative;
  margin-bottom: 5px;
}

.footer-nav .ttl:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.footer-nav li {
  margin-bottom: 5px;
}

/* ---------------------------
タブレット
----------------------------- */
@media only screen and (max-width: 1024px) {
  .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);
  }
  .gnavinn {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 400px;
    height: 100vh;
    opacity: 1;
    -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;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 250;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .gnavinn > .wrap {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 80px;
  }
  .gnav.action .gnavinn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .g-list {
    color: inherit;
  }
  /* ハンバーガーメニュー内 */
  .g-list li {
    border-bottom: none;
    text-align: left;
  }
  .g-list li a {
    padding: 10px 40px 10px 15px;
    position: relative;
  }
  .g-list li a:after {
    display: block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .g-item.pull > a:after {
    background-image: none;
    content: "+";
    font-weight: bold;
    height: auto;
    right: 11%;
  }
  .accordionbox {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    overflow: auto;
  }
  .accordionbox li {
    color: inherit;
  }
  .accordionbox a {
    border-radius: 0;
    overflow: auto;
    background-color: inherit;
  }
  .accordionbox a:before {
    content: "└";
    margin-right: 5px;
    background: none !important;
    position: static;
    width: auto;
    height: auto;
  }
  .pull-box {
    display: none;
  }
  .g-item.pull > a {
    pointer-events: none;
  }
  .accordionbox.__type2 {
    padding: 0;
    width: 100%;
  }
}

/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 600px;
}

.top-image .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-image .uk-slideshow {
  height: 100% !important;
}

.top-image .uk-slideshow * {
  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: 70% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 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: #8D7E58;
}

.sp-fix-box .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sp-fix-box .tel a {
  background-color: #F56F61;
}

.sp-fix-box .tel a:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sp-fix-box .access a {
  background-color: #30B08F;
}

.sp-fix-box .access a:before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 599px) {
  .header-fix-box {
    display: none;
  }
  .sp-fix-box {
    display: block;
  }
}

[data-element-id] .sp-fix-box {
  display: block;
  position: static;
  width: 700px;
}
[data-element-id] .sp-fix-box .tel .up-d-none {
  display: block;
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box2 {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  width: 400px;
  background-color: #FEF8F1;
  padding: 10px;
  border-radius: 5px;
}

.sp-fix-box2 li:nth-of-type(1) {
  width: 30%;
}

.sp-fix-box2 li:nth-of-type(2) {
  width: 65%;
}

.sp-fix-box2 .contact {
  color: #fff;
}

.sp-fix-box2 .contact a {
  background-color: #F0901A;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.sp-fix-box2.ab-test .contact a {
  background-color: #00A9E0;
}

.sp-fix-box2 .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.sp-fix-box2 .tel-btn .text {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.sp-fix-box2 .tel 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;
  font-weight: bold;
  font-size: 28px;
}

.sp-fix-box2.ab-test .tel {
  color: #F7880F;
}

.sp-fix-box2 .tel a:before {
  margin-right: 7px;
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .sp-fix-box2 .contact a {
    padding: 8px;
  }
  .sp-fix-box2 .contact a:before {
    font-size: 26px;
  }
  .sp-fix-box2 .tel a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 599px) {
  .sp-fix-box2 {
    width: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
  }
}

[data-element-id] .sp-fix-box2 {
  display: block;
  position: static;
  width: 400px;
}

/* 電話番号とWEB予約固定バナーEND */
/* パンくずリスト */
.bread-box li + li:before {
  content: ">";
  display: inline;
  margin: 0 0.5em;
}

.bread-box li {
  line-height: 1.2;
  display: inline;
}

.detail-content h2 {
  font-size: 22px;
  border: double 5px #30B08F;
  padding: 2% 3%;
  font-weight: 500;
  margin-bottom: 20px;
}

.detail-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 2% 3%;
  position: relative;
  font-weight: 500;
}

.detail-content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid #30B08F;
  border-left: 2px solid #30B08F;
}

.detail-content h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #30B08F;
  border-right: 2px solid #30B08F;
}

.detail-content h4 {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #30B08F;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

.detail-content h4:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #30B08F transparent transparent;
}

.detail-content h4:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4 {
    font-size: 18px;
  }
  .detail-content h4 {
    height: 50px;
    padding: 0.7rem 2rem 0.7rem 3rem;
  }
  .detail-content h4:before {
    border-width: 25px 30px 25px 0;
  }
  .detail-content h3:before,
  .detail-content h3:after {
    width: 25px;
    height: 25px;
  }
  .btn-list01 li.__grey {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

[data-element-id].pc-none,
[data-element-id].sp-only {
  display: block;
  border: 1px solid #218055;
  position: relative;
}

[data-element-id].pc-none {
  border: 1px solid #218055;
  overflow: visible;
}

[data-element-id].g-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-element-id].pc-none:after,
[data-element-id].sp-only:after {
  content: "スマホ用";
  width: 100%;
  text-align: center;
  color: #fff;
  background: #218055;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #218055;
}

[data-element-id].accordionbox {
  position: static;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}

[data-element-id].gnavinn {
  padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-title {
    top: 10px;
    left: 20px;
    font-size: 11px;
    padding-right: 40px;
  }
  .top-image {
    padding-top: 650px;
  }
  .header-logo-wrap {
    top: 50px;
    left: 20px;
  }
  .header-logo-wrap .header-logo {
    width: 230px;
  }
  .header-logo-wrap .header-address {
    font-size: 12px;
  }
  .top-mv-box .tbox {
    bottom: 300px;
    left: 20px;
  }
  .top-mv-box .tbox .ttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .top-mv-box .tbox .text {
    font-size: 16px;
  }
  .schedule-box {
    max-width: 400px;
  }
  .header-fix-box li + li {
    margin-top: 20px;
  }
  .header-fix-box {
    top: auto;
    bottom: 100px;
  }
  .top-menu {
    width: 200px;
    margin: 5px;
  }
  .top-menu .icon {
    width: 60px;
    height: 60px;
  }
  .top-menu .icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .top-menu .wrap {
    min-height: 210px;
  }
  .heading01 {
    font-size: 28px;
  }
  .foot02 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-logo a {
    width: 250px;
  }
  .footer-map {
    padding-top: 300px;
  }
  .sp-logo a {
    width: 250px;
  }
}

@media only screen and (max-width: 599px) {
  .wrapper.under .header-logo-wrap {
    display: none;
  }
  .header-logo-wrap .header-logo {
    width: 200px;
  }
  .page-title {
    top: 5px;
    left: 10px;
  }
  .top-image {
    padding-top: 400px;
  }
  .top-mv-box .tbox {
    bottom: 30px;
    left: 10px;
  }
  .top-mv-box .tbox .ttl {
    font-size: 22px;
    text-align: left;
  }
  .top-mv-box .tbox .text {
    font-size: 12px;
    text-align: left;
  }
  .top-mv-box .tbox:before {
    width: 90vw;
    height: 90vw;
  }
  .heading01 {
    font-size: 22px;
  }
  .top02 .list {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .top02 .leaf {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .top-menu {
    width: 170px;
  }
  .top-menu a {
    padding: 10px;
  }
  .top03 .leaf07 {
    position: absolute;
    top: -60px;
    left: -50px;
    width: 150px;
  }
  .top03 .leaf08 {
    position: absolute;
    bottom: -100px;
    right: -25px;
    width: 100px;
  }
  .top-blog li:nth-of-type(2) {
    border-left: none;
  }
  .footer-nav .item {
    width: 48%;
    margin: 10px 0;
  }
  .footer-nav .item:nth-of-type(3) {
    order: 4;
  }
  .foot02 .telbox01 {
    padding-left: 30px;
  }
  .header-fix-box {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .header-fix-box a {
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
  }
  .header-fix-box li + li {
    margin-top: 0;
  }
  .header-fix-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-fix-box li {
    width: calc(50% - 5px);
  }
  .copy-right {
    padding-bottom: 80px;
  }
}

/* ---------------------------
02info
----------------------------- */
.under-mv-box {
  position: relative;
}

.under-mv-box .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 480px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 40px 50px;
  z-index: 5;
}

.under-mv-box .ttl {
  position: relative;
  padding-bottom: 12px;
  z-index: 3;
}

.under-mv-box .ttl:after {
  content: "";
  background-color: #927C38;
  height: 2px;
  width: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.under-mv-box .leaf {
  position: absolute;
  left: 20px;
  top: 50%;
}

.under-mv-box .leaf .icon {
  margin-bottom: 20px;
}

.under .header-logo-wrap {
  top: 50px;
  left: 30px;
}

.under .header-logo-wrap .header-logo {
  width: 250px;
}

.under .header-logo-wrap .header-address {
  font-size: 12px;
}

.num01 {
  width: 54px;
  height: 54px;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon22.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;
}

.num01.__type01 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  z-index: 3;
}

.arrow-left {
  position: relative;
}

.arrow-left:before {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background-image: url(/import/tenant_1/160.16.109.250/html/images/arrow-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}

.info01 ul li:nth-of-type(3):before,
.info01 ul li:nth-last-of-type(2):before {
  content: none;
}

.icon23 {
  padding-left: 15px;
  position: relative;
  z-index: 2;
  font-family: 'Kiwi Maru', serif;
}

.icon23:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon23.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 65px;
  z-index: -1;
}

.icon21 {
  width: 122px;
}

.icon12 {
  width: 100px;
}

@media only screen and (max-width: 1024px) {
  .under-mv-box .pic:after {
    padding-top: 300px;
  }
  .under .header-logo-wrap {
    display: none;
  }
  .under-mv-box .tbox {
    min-width: 400px;
  }
  .num01 {
    width: 45px;
    height: 45px;
  }
  .arrow-left:before {
    top: 25%;
  }
}

@media only screen and (max-width: 599px) {
  .under-mv-box .tbox {
    width: 90%;
  }
  .info01 ul li:nth-of-type(3):before {
    content: "";
  }
  .info01 .text {
    padding-left: 40px;
  }
  .arrow-left:before {
    content: "";
    top: auto;
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
    bottom: 10px;
  }
  .info03 .txt {
    font-size: 16px;
  }
  .icon21 {
    width: 90px;
  }
  .icon12 {
    width: 80px;
  }
}

/* ---------------------------
staff
----------------------------- */
.staff01 .leaf20 {
  margin-top: -40px;
  margin-left: -20px;
  position: relative;
}

.staff01 .leaf21 {
  position: absolute;
  top: -30px;
  right: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 5;
}

.staff02 {
  padding: 50px 30px 30px 80px;
  border-radius: 10px;
}

.staff02 .pic {
  margin-top: -130px;
}

.icon24 {
  position: relative;
  z-index: 3;
  margin-left: 20px;
}

.icon24:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -10px;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon23.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 65px;
  z-index: -1;
}

.staff03 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.pic-margin-top {
  margin-top: -120px;
}

@media only screen and (max-width: 1024px) {
  .staff02 {
    padding: 50px 30px 30px 40px;
  }
  .pic-margin-top {
    margin-top: 0;
  }
  .under-mv-box .tbox {
    padding: 30px 30px;
  }
  .staff02 .pic {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 599px) {
  .under-mv-box .tbox {
    min-width: auto;
    padding: 30px 20px;
  }
  .leaf20 {
    width: 80px;
  }
  .staff01 .leaf20 {
    margin-top: -20px;
    margin-left: 0;
  }
  .leaf21 {
    width: 130px;
  }
  .staff02 {
    padding: 7%;
  }
  .staff02 .pic {
    margin-top: 0;
  }
  .staff05box .heading01 {
    white-space: nowrap;
  }
}

/* ---------------------------
flow
----------------------------- */
.flow02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow02 .nbox {
  width: 80px;
}

.flow02 .tbox {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .flow02 .nbox {
    width: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .flow02 .nbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flow02 .nbox .ttl {
    margin-left: 10px;
  }
  .flow02 .tbox {
    width: 100%;
    margin-top: 15px;
  }
}

/* ---------------------------
cost
----------------------------- */
.cost03 dt {
  padding: 30px 10px;
}

.cost03 dd {
  padding: 30px 10px;
}

@media only screen and (max-width: 599px) {
  .cost03 dt {
    padding: 15px 0 0;
    border-bottom: none;
  }
  .cost03 dd {
    padding: 0 0 15px;
    margin-top: 5px;
  }
  .leaf12 {
    width: 75px;
  }
}

/* ---------------------------
concept
----------------------------- */
.concept01 {
  margin-top: -150px;
}

.concept03 .pic {
  position: relative;
}

.concept03 .title04 {
  position: absolute;
  top: -7%;
  left: -7%;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .concept01 {
    margin-top: -50px;
  }
  .concept01 {
    margin-top: 10px;
  }
  .health02box .heading01,
  .health02box .txt {
    text-shadow: 1px 1px 2px rgba(255,255,255,1);
  }
}

/* ---------------------------
difference
----------------------------- */
.icon25 {
  background-image: url(/import/tenant_1/160.16.109.250/html/images/icon25.png);
  background-size: 22px 22px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.jaw04 {
  margin-top: -100px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .jaw04 {
    margin-top: 20px;
  }
}

.faqlist dt.q {
  font-family: 'Kiwi Maru', serif;
}

/* ---------------------------
blog
----------------------------- */
.date-cat-box .date {
  margin: 5px;
}

.date-cat-box .cat span {
  display: inline-block;
  border-bottom: 1px dotted;
  margin: 5px;
}

.pagenation a,
.pagenation span {
  display: block;
  padding: 10px;
}

.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;
}

.category-list-box {
  padding: 10px 15px 30px;
}

.category-list-box li:before {
  content: "・";
}

@media only screen and (max-width: 1024px) {
  .blog01box .right-cmn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 599px) {
  .category-list-box {
    padding: 10px 10px 20px;
  }
  .date-cat-box .cat span {
    margin: 2px 5px;
  }
  .date-cat-box .date {
    margin: 2px 5px;
  }
}

/* ---------------------------
contact
----------------------------- */
.contact01 input[type=text],
.contact01 textarea {
  background-color: #fff;
  padding: 13px;
  border: 1px solid #000;
  width: 100%;
}

.contact01 textarea {
  height: 300px;
}

.contact01 .require:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

/* ---------------------------
TOTOP
----------------------------- */
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  color: #fff;
}

.totop a {
  display: block;
  background-image: url(/import/tenant_1/160.16.109.250/html/images/totop.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 66px;
  height: 64px;
}

.totop .arrow {
  text-align: center;
}

.totop .arrow:before {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.totop .top {
  text-align: center;
  font-size: 14px;
}

.totop .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .totop {
    bottom: 55px;
    right: 10px;
  }
}

.uk-lb:hover {
  cursor: pointer;
}

input[type=radio]+label {
  margin-right: 10px;
}

#pdf-confirm img {
  display: none;
}

[data-element-id] #pdf-confirm img {
  display: block;
}

[data-element-id] .header-logo-wrap {
  position: static;
}

[data-element-id] .header-fix-box {
  position: static;
  display: inline-block;
}
[data-element-id] .flow02 .nbox {
    width: 100%;
}
[data-element-id] .gnav .schedule01 {
  background-color: #fff;
}

/* 2024/06/11 追記 */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.c-green{
  color: #30B08F;
}

/*2025/10/17*/
.linkbtn a {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  color: #fff;
}
.linkbtn a:hover {
  opacity: 0.6;
}

@media (max-width: 599px){
  .linkbtn a {
    width: 250px;
  }
  .linkbtn a.up-py-2\%  {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
  }
  }
