@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #262626;
  font-weight: 400;
}

.wrapper {
  min-width: 375px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

/* font-size */
.fs50 {
  font-size: 50px;
}

.fs48 {
  font-size: 48px;
}

.fs46 {
  font-size: 46px;
}

.fs44 {
  font-size: 44px;
}

.fs42 {
  font-size: 42px;
}

.fs40 {
  font-size: 40px;
}

.fs38 {
  font-size: 38px;
}

.fs36 {
  font-size: 36px;
}

.fs34 {
  font-size: 34px;
}

.fs32 {
  font-size: 32px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

.fs26 {
  font-size: 26px;
}

.fs24 {
  font-size: 24px;
}

.fs22 {
  font-size: 22px;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .fs50 {
    font-size: 36px;
  }
  .fs48 {
    font-size: 36px;
  }
  .fs46 {
    font-size: 36px;
  }
  .fs44 {
    font-size: 32px;
  }
  .fs42 {
    font-size: 32px;
  }
  .fs40 {
    font-size: 32px;
  }
  .fs38 {
    font-size: 32px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs34 {
    font-size: 30px;
  }
  .fs32 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs28 {
    font-size: 24px;
  }
  .fs26 {
    font-size: 22px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .fs50 {
    font-size: 28px;
  }
  .fs48 {
    font-size: 28px;
  }
  .fs46 {
    font-size: 28px;
  }
  .fs44 {
    font-size: 24px;
  }
  .fs42 {
    font-size: 24px;
  }
  .fs40 {
    font-size: 24px;
  }
  .fs38 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs34 {
    font-size: 24px;
  }
  .fs32 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs28 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 14px;
  }
  .fs16 {
    font-size: 14px;
  }
}

/* area */
.area {
  padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
  .area {
    padding: 60px 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: 1.5;
}

.pa100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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 */
.up-fxd-even > *:nth-child(odd) .calc1000,
.up-fxd-even > *:nth-child(even) ._calc1000 {
  padding-left: calc(50vw - 500px);
}

.up-fxd-even > *:nth-child(even) .calc1000,
.up-fxd-even > *:nth-child(odd) ._calc1000 {
  padding-right: calc(50vw - 500px);
}

.up-fxd-even > *:nth-child(odd) .calc1200,
.up-fxd-even > *:nth-child(even) ._calc1200 {
  padding-left: calc(50vw - 600px);
}

.up-fxd-even > *:nth-child(even) .calc1200,
.up-fxd-even > *:nth-child(odd) ._calc1200 {
  padding-right: calc(50vw - 600px);
}

@media only screen and (max-width: 1200px) {
  .up-fxd-even > *:nth-child(odd) .calc1200,
  .up-fxd-even > *:nth-child(even) ._calc1200 {
    padding-left: 2vw;
  }
  .up-fxd-even > *:nth-child(even) .calc1200,
  .up-fxd-even > *:nth-child(odd) ._calc1200 {
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 1024px) {
  .up-fxd-even > *:nth-child(odd) .calc1000,
  .up-fxd-even > *:nth-child(even) ._calc1000 {
    padding-left: 2vw;
  }
  .up-fxd-even > *:nth-child(even) .calc1000,
  .up-fxd-even > *:nth-child(odd) ._calc1000 {
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 599px) {
  .up-fxd-even > *:nth-child(odd) .calc1000,
  .up-fxd-even > *:nth-child(even) ._calc1000,
  .up-fxd-even > *:nth-child(odd) .calc1200,
  .up-fxd-even > *:nth-child(even) ._calc1200 {
    padding-left: 0;
  }
  .up-fxd-even > *:nth-child(even) .calc1000,
  .up-fxd-even > *:nth-child(odd) ._calc1000,
  .up-fxd-even > *:nth-child(even) .calc1200,
  .up-fxd-even > *:nth-child(odd) ._calc1200 {
    padding-right: 0;
  }
}

/* left-calc, right-calc */
.left-calc01 {
  padding-left: calc(50vw - 500px);
}

.right-calc01 {
  padding-right: calc(50vw - 500px);
}

.left-calc02 {
  padding-left: calc(50vw - 600px);
}

.right-calc02 {
  padding-right: calc(50vw - 600px);
}

@media only screen and (max-width: 1200px) {
  .left-calc02 {
    padding-left: 2vw;
  }
  .right-calc02 {
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 1024px) {
  .left-calc01 {
    padding-left: 2vw;
  }
  .right-calc01 {
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 599px) {
  .left-calc01,
  .left-calc02 {
    padding-left: 0;
  }
  .right-calc01,
  .right-calc02 {
    padding-right: 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: 1s;
  transition-delay: 1s;
}

.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: translateY(0);
  transform: translateY(0);
}

/* fead END */
[data-element-id] .uk-slideshow > li {
  opacity: 1;
}

.color-white {
  color: #fff;
}

.color01 {
  color: #F88306;
}

.color02 {
  color: #00A9E0;
}

dt {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.big120 {
  font-size: 120%;
}

.up-lst-disc {
  padding-left: 30px;
}

.up-lst-deci {
  padding-left: 30px;
}

.dot01 {
  border-bottom: 1px dotted;
}

.border01 {
  border: 1px solid #F88306;
}

.border02 {
  border-bottom: 2px solid #F88306;
}

.border04 {
  border: 1px solid #C2C2C2;
}

.border03 {
  border-top: 3px solid #F88306;
}

.border03.__blue {
  border-top-color: #00A9E0;
}

.border05 {
  border-bottom: 3px solid #F88306;
}

.border06 {
  border-bottom: 2px solid #2BB7E5;
}

.border07 {
  border-top: 2px solid #BFBFBF;
}

.box-shadow01 {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
}

.box-shadow02 {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.box-shadow03 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.box-shadow04 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.text-shadow01 {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.gradient01 {
  position: relative;
}

.gradient01:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(30%, #eeeeee), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 30%, rgba(255, 255, 255, 0) 100%);
}

.bgc-white {
  background-color: #fff;
}

.bgc-white08 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bgc01 {
  background-color: #F7880F;
}

.bgc01 img {
  opacity: 0.43;
}

.bgc01:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background-color: #FAB569;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

.bgc02 {
  position: relative;
  overflow: hidden;
}

.bgc02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  background-color: rgba(240, 144, 26, 0.4);
  width: 10%;
  height: 100vh;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}

.bgc03 {
  position: relative;
}

.bgc03:before {
  content: "";
  width: 25%;
  height: 100%;
  background-color: rgba(0, 169, 224, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1;
}

.bgc04 {
  position: relative;
}

.bgc04:after {
  content: "";
  width: 10%;
  height: 100%;
  background-color: rgba(240, 144, 26, 0.4);
  position: absolute;
  top: 0;
  right: 10%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  z-index: 1;
}

.bgc05 {
  background-color: #FEF8F1;
}

.bgc06 {
  position: relative;
}

.bgc06:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17%;
  background-color: rgba(0, 169, 224, 0.5);
  height: 100vh;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

.bgc07 {
  background-color: #F5B970;
}

.bgc08 {
  position: relative;
}

.bgc08:before {
  content: "";
  width: 12%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 12%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 1;
}

.bgc08:after {
  content: "";
  width: 12%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 20%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 1;
}

.bgc09 {
  background-color: #F7880F;
}

.bgc10 {
  background-color: #FDFCFB;
}

.bgc11 {
  position: relative;
}

.bgc11:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fef8f1;
  background: -webkit-gradient(linear, left top, right top, from(#fef8f1), color-stop(45%, #fef8f1), to(rgba(254, 248, 241, 0)));
  background: linear-gradient(90deg, #fef8f1 0%, #fef8f1 45%, rgba(254, 248, 241, 0) 100%);
  z-index: 1;
}

.opacity065 img {
  opacity: 0.65;
}

.opacity04 img {
  opacity: 0.4;
}

.arrow01 {
  position: relative;
}

.arrow01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 71px 0 71px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 3;
}

.check01 {
  position: relative;
  padding-left: 45px;
}

.check01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/import/tenant_1/160.16.144.77/html/images/check01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 29px;
  height: 28px;
}

.check01.fs24:before {
  top: 6px;
}

/* ---------------------------
ボタン
----------------------------- */
.btn-cmn02 {
  color: #fff;
}

.btn-cmn02 a,
.btn-cmn02 button {
  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;
  width: 320px;
  border: none;
  border-radius: 1000px;
  background-color: #00A9E0;
  font-size: 32px;
  padding: 5px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
  height: 58px;
}

.btn-cmn02 a:before,
.btn-cmn02 button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  border-radius: 50%;
}

.btn-cmn02.tel i {
  margin-right: 10px;
}

.btn-cmn02.__next a,
.btn-cmn02.__next button {
  font-size: 30px;
}

.btn-cmn02.__next a:after,
.btn-cmn02.__next button:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-cmn01 a,
.btn-cmn01 button {
  display: block;
  text-align: center;
  border-radius: 1000px;
  border: 1px solid #F88306;
  width: 169px;
  padding: 11px 5px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), to(#f88306));
  background: linear-gradient(180deg, white 20%, #f88306 100%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

.btn-cmn01 a:after,
.btn-cmn01 button:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 53%;
  right: 7%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 80%;
}

.btn-cmn03 {
  color: #F88306;
  text-align: center;
  position: relative;
}

.btn-cmn03:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-cmn04 {
  width: 100%;
  max-width: 255px;
}

.btn-cmn04 a,
.btn-cmn04 button {
  display: block;
  border: 1px solid #F0901A;
  background-color: #F0901A;
  color: #fff;
  text-align: center;
  padding: 7px;
  position: relative;
}

.btn-cmn04 a:after,
.btn-cmn04 button:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-cmn04.__blue a,
.btn-cmn04.__blue button {
  border-color: #00A9E0;
  background-color: #00A9E0;
}

.btn-cmn05 {
  width: 250px;
  max-width: 100%;
  height: 50px;
}

.btn-cmn05 a,
.btn-cmn05 button {
  display: block;
  height: 100%;
  background-color: #F88306;
  text-align: center;
  color: #fff;
  font-weight: 500;
  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;
}

/* ---------------------------
見出し
----------------------------- */
.heading01 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.heading01 span {
  display: block;
}

.heading01 .en {
  color: #F0901A;
  font-size: 60px;
  line-height: 1;
}

.heading01 .ja {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}

.heading01 img {
  width: 109px;
}

.heading01.__black .en {
  color: inherit;
}

.heading02 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}

.heading03 {
  font-size: 36px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.heading03 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.heading03 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 180px;
  max-width: 100%;
  height: 1px;
  background-color: #000;
}

.heading03.__100\% span:after {
  width: 100%;
}

.heading04 {
  position: relative;
  padding: 22px 40px 22px 30px;
}

.heading04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #f0901a transparent;
  position: absolute;
  top: 27px;
  right: 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.heading04:hover {
  cursor: pointer;
}

.heading04.is-parent:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading04.__blue:after {
  border-color: transparent transparent #00A9E0 transparent;
}

/* ---------------------------
タイトル
----------------------------- */
.title01 {
  position: relative;
  padding-left: 33px;
}

.title01:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 1px;
}

.title01.__orange {
  color: #F88306;
}

.title01.__orange:before {
  background-color: #F88306;
}

.title01.__blue {
  color: #00A9E0;
}

.title01.__blue:before {
  background-color: #00A9E0;
}

.title02 {
  background-color: #F0901A;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px 5px;
}

.title03 {
  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;
  width: 370px;
  border: none;
  border-radius: 1000px;
  background-color: #00A9E0;
  padding: 5px;
  overflow: hidden;
  position: relative;
  height: 58px;
  color: #fff;
  font-weight: 500;
}

.title03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  border-radius: 50%;
}

.title03.__small {
  width: 270px;
  height: 42px;
}

.title03.__black {
  background-color: #7D7D7D;
}

.title03.__orange {
  background-color: #F88306;
}

.title04 {
  position: relative;
  padding-bottom: 15px;
}

.title04:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #00A9E0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.title05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #F88306;
  padding: 5px;
  overflow: hidden;
  position: relative;
  height: 58px;
  color: #fff;
  font-weight: 500;
}

.title05:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  border-radius: 50%;
}

/* ---------------------------
その他
----------------------------- */
.square01 {
  position: relative;
}

.square01:after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #F0901A;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  border-radius: 4px;
}

.triangle01 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(0 2px 5px rgba(240, 144, 26, 0.4));
  filter: drop-shadow(0 2px 5px rgba(240, 144, 26, 0.4));
}

.triangle01 .clip-path {
  width: 142px;
  height: 75px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.list01 li {
  padding-left: 36px;
  position: relative;
  margin: 15px 0;
}

.list01 li:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  background-image: url(/import/tenant_1/160.16.144.77/html/images/tooth-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 32px;
}

.category01 {
  display: inline-block;
  background-color: #F88306;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
}

.date-cat-box > * {
  margin: 5px;
}

@media only screen and (max-width: 1024px) {
  .btn-cmn01 a,
  .btn-cmn01 button {
    width: 150px;
    padding: 8px 3px;
  }
  .btn-cmn02 a,
  .btn-cmn02 button {
    width: 280px;
    font-size: 26px;
    height: 45px;
  }
  .btn-cmn02.__next a,
  .btn-cmn02.__next button {
    font-size: 24px;
  }
  .heading01 .en {
    font-size: 48px;
  }
  .heading01 .ja {
    font-size: 20px;
    margin-top: 8px;
  }
  .heading01 img {
    width: 80px;
  }
  .heading02 {
    font-size: 36px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  .heading03 {
    font-size: 30px;
  }
  .heading03 span:after {
    width: 150px;
  }
  .triangle01 .clip-path {
    width: 100px;
    height: 50px;
  }
  .check01 {
    padding-left: 40px;
  }
  .check01:before {
    width: 26px;
    height: 24px;
  }
  .title03 {
    width: 280px;
    height: 45px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-cmn02 a,
  .btn-cmn02 button {
    width: 240px;
    font-size: 24px;
    height: 40px;
  }
  .heading01 .en {
    font-size: 40px;
  }
  .heading01 .ja {
    font-size: 16px;
    margin-top: 9px;
  }
  .heading01 img {
    width: 55px;
  }
  .btn-cmn01 a,
  .btn-cmn01 button {
    width: 140px;
    padding: 7px 3px;
  }
  .square01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .square01:after {
    content: "";
    width: 20px;
    height: 20px;
  }
  .triangle01 .clip-path {
    width: 70px;
    height: 35px;
  }
  .heading04 {
    padding: 17px 35px 17px 25px;
  }
  .heading04:after {
    border-width: 0 7px 10px 7px;
    top: 22px;
    right: 20px;
  }
  .btn-cmn04 {
    font-size: 12px;
  }
  .btn-cmn04 a,
  .btn-cmn04 button {
    padding: 5px;
  }
  .title01 {
    padding-left: 22px;
  }
  .title01:before {
    width: 9px;
    height: 9px;
    top: 7px;
  }
  .title02 {
    padding: 10px 5px;
  }
  .box-shadow04 {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  }
  .title03 {
    width: 240px;
    height: 40px;
  }
  .border05 {
    border-width: 2px;
  }
  .check01.fs24:before {
    top: 3px;
  }
  .date-cat-box > *:first-child {
    width: 100%;
  }
  .title05 {
    height: 45px;
  }
  .btn-cmn05 {
    width: 200px;
    max-width: 100%;
    height: 40px;
  }
}

.gnav .toggle {
  display: block;
  position: fixed;
  width: 42px;
  height: 42px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 999;
  display: none;
}

.gnav .toggle button {
  border-style: inherit;
}

.gnav .bar {
  display: block;
  background: #000;
  height: 2px;
  width: 28px;
  text-indent: 9999px;
  padding: 0;
  top: 50%;
  left: 7px;
  margin-top: -1px;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.gnav .bar:before {
  display: block;
  content: "";
  background: #000;
  height: 2px;
  width: 28px;
  position: absolute;
  top: -10px;
  left: 0;
}

.gnav .bar:after {
  display: block;
  content: "";
  background: #000;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 10px;
  left: 0;
}

.gnav.action .toggle .bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gnav.action .toggle .bar:after,
.gnav.action .toggle .bar:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .gnav .toggle {
    display: block;
    text-indent: 999px;
  }
}

/* gnav アコーディオン */
.gnav {
  background-color: #F0901A;
  padding: 10px 0;
}

.g-item > a {
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.g-item {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #fff;
}

.g-item span {
  display: block;
  text-align: center;
  line-height: 1.3;
}

.g-item .en {
  font-size: 80%;
}

.g-item:nth-of-type(1) {
  border-left: 1px solid #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: 200px;
}

.accordionbox ul {
  background-color: #fff;
}

.accordionbox li {
  border-bottom: 1px solid #F0901A;
  text-align: center;
  color: #F0901A;
}

.accordionbox a {
  padding: 10px;
  display: block;
}

.accordionbox a:hover {
  background-color: #ff66004a;
}

.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;
}

.header-logo {
  width: 320px;
}

.pc-none,
.sp-only {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

/*  Gナビアイコン */
.gnav .g-item .ja:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 2px;
}

.gnav .home .ja:before {
  content: "\f015";
}

.gnav .user .ja:before {
  content: "\f007";
}

.gnav .info .ja:before {
  content: "\f05a";
}

.gnav .file .ja:before {
  content: "\f15c";
}

.gnav .access .ja:before {
  content: "\f3c5";
}

.gnav .pencil .ja:before {
  content: "\f303";
}

.gnav .faq .ja:before {
  content: "\f059";
}

.gnav .yen .ja:before {
  content: "\f157";
}

.gnav .blog .ja:before {
  content: "\f781";
}

.gnav .news .ja:before {
  content: "\f1ea";
}

.gnav .medical .ja:before {
  content: "\f469";
}

h1 {
  background-color: #F0901A;
  color: #fff;
  font-size: 12px;
  padding: 0 43px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
  .g-item {
    border-right: none;
  }
  .g-item:nth-of-type(1) {
    border-left: none;
  }
  .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;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 250;
    background-color: #fe8422;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .gnav.action .gnavinn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* ハンバーガーメニュー内 */
  .g-item > a {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    position: relative;
  }
  .g-item > 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%;
  }
  .pull-box {
    display: none;
  }
  .g-item.pull > a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 599px) {
  h1 {
    padding: 0 43px 0 3px;
  }
}
  
  
/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 650px;
}

.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: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.top-image-box {
  position: relative;
  overflow: hidden;
}

.top-image-box .address {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.top-image-box .address .text {
  font-size: 24px;
  text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF;
}

.top-image-box .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.top-image-box .tbox {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 120px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 0 30px;
  text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF;
  font-size: 45px;
}

.top-image-box .tbox .en {
  font-weight: 300;
}

.top-image-box .tbox .heading {
  font-weight: 600;
  line-height: 1.2;
}

.top-image-box .tbox .sub {
  margin-top: 10px;
}

.top-image-box .tbox .sub span {
  font-weight: 600;
  display: inline-block;
  padding: 0 60px;
  position: relative;
}

.top-image-box .tbox .sub span:before {
  content: "";
  background-color: #B3B3B3;
  height: 1px;
  width: 55px;
  position: absolute;
  top: 60%;
  left: 0;
}

.top-image-box .tbox .sub span:after {
  content: "";
  background-color: #B3B3B3;
  height: 1px;
  width: 55px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  width: 400px;
  background-color: #FEF8F1;
  padding: 10px;
  border-radius: 5px;
}

.sp-fix-box li:nth-of-type(1) {
  width: 30%;
}

.sp-fix-box li:nth-of-type(2) {
  width: 65%;
}

.sp-fix-box .contact {
  color: #fff;
}

.sp-fix-box .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-box.ab-test .contact a {
  background-color: #00A9E0;
}

.sp-fix-box .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.sp-fix-box .tel-btn .text {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.sp-fix-box .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-box.ab-test .tel {
  color: #F7880F;
}

.sp-fix-box .tel a:before {
  margin-right: 7px;
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 599px) {
  .sp-fix-box {
    width: 100%;
  }
}

[data-element-id] .sp-fix-box {
  display: block;
  position: static;
  width: 400px;
}

/* パンくずリスト */
.bread-box li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.bread-box li {
  line-height: 1.2;
}

.bread-box li:nth-last-child(3) {
  white-space: nowrap;
}

.bread-box li:nth-last-child(2) {
  white-space: nowrap;
}

[data-element-id] .pc-none,
[data-element-id] .sp-only {
  display: block;
}

[data-element-id] .gnav li.pc-none {
  border: 1px solid #218055;
}

[data-element-id] .gnav .sp-logo {
  border: 1px solid #218055;
}

[data-element-id] .g-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-element-id] .g-list > li {
  margin-top: 30px;
}

[data-element-id] .pc-none,
[data-element-id] .sp-only {
  border: 1px solid #218055;
  position: relative;
}

[data-element-id] .pc-none:after,
[data-element-id] .sp-only:after {
  content: "SP用";
  width: 100%;
  text-align: center;
  color: #fff;
  background: #218055;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #218055;
}

[data-element-id] .accordionbox {
  position: static;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}

[data-element-id] .gnavinn {
  padding-top: 30px;
}

/* ---------------------------
TOPページ
----------------------------- */
.top-news li {
  border-bottom: 1px solid #8C8C8C;
  padding: 20px 25px 5px;
}

#top-slider li {
  width: 360px;
}

.top02 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 20px 40px;
}

.top02 .pic img,
.top02 .pic2 img {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
}

.top02 .pic2 {
  margin-left: -20%;
  margin-bottom: -10%;
  width: 120%;
}

.top03 .box {
  display: block;
  border: 1px solid #F0901A;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.top03 .btn {
  background-color: #F0901A;
  text-align: center;
  color: #fff;
  padding: 3px 0;
  position: relative;
}

.top03 .btn:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 11px;
}

.top03 .tbox {
  padding: 10px 15px;
}

.top03 .text1 {
  line-height: 1;
}

.top03 .text2 {
  display: inline-block;
  min-width: 190px;
  background-color: #F0901A;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 1px;
}

.top04 .tbox {
  padding: 20px 15px;
}

.top04 .pic {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.top04 .box {
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.top04 .num {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  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;
  position: absolute;
  top: -15px;
  left: 10px;
  font-weight: bold;
}

.top05 .icon {
  width: 103px;
  margin-left: auto;
  margin-right: auto;
}

.top05 a {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 25px;
}

.top06 {
  background-color: #fff;
  padding: 3%;
}

.top06 .small {
  font-size: 65%;
}

.top06 .pic1 {
  width: 120%;
  margin-right: -20%;
  margin-top: -15%;
}

.top07 .box {
  background-color: #fff;
  padding: 3% 3% 5%;
}

.top08 a {
  display: block;
  background-color: #fff;
  padding: 10% 5% 17%;
  border: 1px solid #F0901A;
  position: relative;
}

.top08 a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #f0901a transparent transparent transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.top08 dd {
  width: 83px;
  margin-left: auto;
  margin-right: auto;
}

.top09 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3% 9% 5%;
}

.top09box {
  background-color: #00A9E0;
}

.top09box .bg img {
  opacity: 0.45;
}

.footer-logo {
  width: 470px;
}

.footer-logo a {
  display: inline-block;
}

.footer-schedule table {
  font-size: 14px;
  width: 100%;
}

.footer-schedule th {
  background-color: #F0901A;
  color: #fff;
  padding: 12px 5px;
}

.footer-schedule td {
  background-color: #fff;
  text-align: center;
  padding: 10px 5px;
}

.footer-schedule tr {
  border-bottom: 1px solid #DDDDDD;
}

.footer-schedule tr td,
.footer-schedule tr th {
  border-right: 1px solid #DDDDDD;
}

.footer-schedule tr td:nth-of-type(1),
.footer-schedule tr th:nth-of-type(1) {
  border-left: 1px solid #DDDDDD;
}

.footer-schedule tr:nth-of-type(1) {
  border-top: 1px solid #DDDDDD;
}

.footer-map {
  position: relative;
  padding-top: 100%;
  border: 1px solid #DDDDDD;
  height: 100%;
}

.footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-nav {
  color: #fff;
}

.footer-nav span {
  display: block;
  line-height: 1.2;
}

.footer-nav .ja {
  font-size: 16px;
}

.footer-nav .en {
  font-size: 14px;
}

.footer-nav li {
  margin: 10px 0;
  padding: 5px 30px;
  text-align: center;
  border-right: 1px solid #E4CDB2;
}

.footer-nav li:nth-of-type(1) {
  border-left: 1px solid #E4CDB2;
}

.footer-nav a {
  display: block;
}

.top12box {
  padding-top: 20px;
  padding-bottom: 130px;
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 280px;
  }
  .top-image-box .tbox {
    bottom: 22%;
    font-size: 28px;
    padding: 20px 0;
  }
  .top-image-box .address {
    position: static;
  }
  .top-image-box .address .text {
    font-size: 14px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  }
  .top-image {
    padding-top: 55%;
  }
  #top-slider li {
    width: 280px;
  }
  .top02 .pic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top02 .btn-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top02 {
    padding: 4% 4% 6%;
  }
  .top02 .pic2 {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .top03 .text2 {
    padding: 1px 20px;
    min-width: auto;
  }
  .arrow01:after {
    border-width: 40px 45px 0 45px;
  }
  .top04 .num {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 5px;
  }
  .top05 .icon {
    width: 60%;
  }
  .top05 a {
    border-radius: 15px;
    padding: 8%;
  }
  .top06 .pic1 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .top07 .ttl {
    font-size: 22px;
  }
  .top07 .sub {
    font-size: 14px;
  }
  .top08 dt {
    font-size: 16px;
  }
  .top08 dd {
    width: 40%;
  }
  .top08 a:after {
    content: "";
    border-width: 8px 5.5px 0 5.5px;
    right: 7px;
    bottom: 7px;
  }
  .top09 {
    padding: 3%;
  }
  .top09 .btn-cmn02 a {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-logo {
    width: 280px;
  }
  .footer-map {
    padding-top: 320px;
  }
  .footer-nav li {
    padding: 5px 20px;
  }
  .footer-nav .ja {
    font-size: 14px;
  }
  .footer-nav .en {
    font-size: 12px;
  }
  .sp-fix-box .contact a {
    padding: 8px;
  }
  .sp-fix-box .contact a:before {
    font-size: 26px;
  }
  .sp-fix-box .tel a {
    font-size: 26px;
  }
  .top12box {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .header-logo {
    width: 240px;
  }
  header .btn-cmn02 a {
    margin-left: auto;
    margin-right: auto;
  }
  .top-image-box .btn-wrap {
    position: static;
  }
  .top-image-box .tbox {
    bottom: 25%;
    font-size: 24px;
    padding: 15px 0;
  }
  .top-image {
    padding-top: 70%;
  }
  .top-image-box .address .text {
    font-size: 12px;
  }
  .top-news li {
    padding: 15px 15px 5px;
  }
  #top-slider li {
    width: 150px;
  }
  .top03 .text2 {
    padding: 1px 15px;
    font-size: 10px;
  }
  .arrow01:after {
    border-width: 30px 35px 0 35px;
  }
  .footer-nav li {
    padding: 5px 10px;
    border-right: none;
  }
  .footer-nav li:nth-of-type(1) {
    border-left: none;
  }
  .sp-fix-box {
    width: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
  }
}

/* ---------------------------
初めての方へ
----------------------------- */
.under .heading01 {
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}

.under-image-box {
  position: relative;
}

.under-image-box .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.first03 li {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  padding: 4%;
}

.first03 li + li {
  margin-top: 75px;
  position: relative;
}

.first03 li + li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 25.5px 0 25.5px;
  border-color: #f0901a transparent transparent transparent;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.table01 dl {
  border-bottom: 1px solid #BFBFBF;
  padding: 30px 0 15px 20px;
}

@media only screen and (max-width: 1024px) {
  .under-image-box .pic:after {
    padding-top: 250px;
  }
}

@media only screen and (max-width: 599px) {
  .heading03 {
    font-size: 24px;
  }
  .heading03 span {
    padding-bottom: 7px;
  }
  .heading03 span:after {
    width: 120px;
  }
  .first01box img {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
  .table01 dl {
    padding: 20px 10px 10px;
  }
}

/* ---------------------------
当院について
----------------------------- */
.about01 dl {
  border-bottom: 1px solid #BFBFBF;
  padding: 3% 2%;
}

.about02 ul li:last-child:nth-of-type(2n+1) {
  width: 100%;
}

.about02 ul li:last-child:nth-of-type(2n+1) dd:after {
  padding-top: 35%;
}

.table02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.table02 th {
  background-color: #F0901A;
  color: #fff;
  padding: 15px 5px;
}

.table02 td {
  background-color: #fff;
  text-align: center;
  padding: 15px 5px;
}

.table02 td img {
  margin-right: 7px;
}

@media only screen and (max-width: 599px) {
  .table02 table {
    border-spacing: 1px;
    font-size: 14px;
  }
  .table02 td img {
    margin-right: 4px;
    width: 20px;
  }
  .table02 th {
    padding: 12px 5px;
  }
  .table02 td {
    padding: 12px 5px;
  }
}

/* ---------------------------
診療メニュー
----------------------------- */
.list-page .left {
  width: 290p;
}

.menu-category .ttl {
  text-align: center;
  font-weight: 500;
  padding: 8% 5px;
}

.menu-category ul {
  padding: 0 5px 10px;
}

.menu-category li {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.menu-category a {
  display: block;
  padding: 7% 6%;
}

.menu-category a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fe8422;
  margin-right: 15px;
}

.menu-list .item {
  padding: 5% 5% 6%;
}

.under-logo a {
  width: 195px;
}

@media only screen and (max-width: 599px) {
  .menu-list .text {
    font-size: 12px;
  }
  .menu-category .ttl {
    padding: 15px 5px;
  }
  .menu-category a {
    padding: 15px;
  }
  .under-logo a {
    width: 150px;
  }
}

/* ---------------------------
歯周病
----------------------------- */
.faq-list li {
  padding: 22px 100px 22px 50px;
  position: relative;
}

.faq-list .question:hover {
  cursor: pointer;
}

.faq-list .question.js-toggle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #f0901a transparent transparent transparent;
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.faq-list .question.js-toggle.is-parent:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-list .answer {
  border-top: 2px solid #F88306;
  display: none;
}

.faq-list .en {
  width: 60px;
}

.faq-list .ttl {
  width: 10%;
  flex-grow: 1;
  padding-top: 12px;
}

.faq-list li + li {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .faq-list li {
    padding: 15px 70px 15px 30px;
  }
  .faq-list .question.js-toggle:after {
    right: 25px;
    top: 33px;
  }
}

@media only screen and (max-width: 599px) {
  .faq-list .en {
    width: 40px;
  }
  .faq-list .ttl {
    padding-top: 5px;
  }
  .faq-list li {
    padding: 12px 30px 12px 20px;
  }
  .faq-list .question.js-toggle:after {
    border-width: 7px 5.5px 0 5.5px;
    right: 15px;
    top: 26px;
  }
  .faq-list li + li {
    margin-top: 20px;
  }
}

/* ---------------------------
予防歯科
----------------------------- */
.prevent01 {
  padding: 8% 7% 180px;
  background-color: rgba(255, 255, 255, 0.8);
}

.prevent01 .pic {
  width: 37.5%;
  margin-left: -17%;
  margin-bottom: -31%;
}

@media only screen and (max-width: 1024px) {
  .prevent01 {
    padding: 4% 4% 6%;
  }
  .prevent01 .pic {
    width: 37.5%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

/* ---------------------------
インプラント
----------------------------- */
.implant02 {
  position: relative;
}

.implant02 .title03 {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 599px) {
  .implant02 .title03 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ---------------------------
ブログ
----------------------------- */
.blog-category-box li {
  position: relative;
  padding-left: 55px;
  margin: 25px 0;
}

.blog-category-box li:before {
  content: "";
  border-radius: 50%;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-color: #F88306;
  position: absolute;
  top: 8px;
  left: 20px;
}

.pagenation 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;
  width: 50px;
  height: 50px;
  color: #F88306;
  border: 2px solid #F88306;
  background-color: #fff;
}

.pagenation li {
  margin: 0 15px;
}

.pagenation .current a {
  background-color: #F88306;
  color: #fff;
}

.pagenation .prev a {
  background-color: inherit;
  border: none;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagenation .next a {
  background-color: inherit;
  border: none;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.detail-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.detail-content h2:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 30px;
  background-color: #F88306;
}

.detail-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.detail-content h3:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #F88306;
  position: absolute;
  top: 6px;
  left: 0;
}

.detail-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .blog-category-box li:before {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 15px;
  }
  .blog-category-box li {
    padding-left: 40px;
    margin: 20px 0;
  }
  .pagenation a {
    width: 40px;
    height: 40px;
  }
  .pagenation li {
    margin: 0 5px;
  }
}

/* ---------------------------
支払い方法
----------------------------- */
footer .price-list img {
  max-height: 45px;
}

@media only screen and (max-width: 599px) {
  .price-list img {
    max-height: 42px;
  }
}
/*# sourceMappingURL=style.css.map */

[data-element-id] #top-slider {
  display: flex;
  flex-wrap: wrap;
}
[data-element-id] .faq-list .answer {
  display: block;
}
[data-element-id] .js-toggle + * {
  display: block;
}

.aesthetic01box .up-col-2 li {
  display: inline-grid;
}

.aesthetic02box .up-col-2 li {
  display: inline-grid;
}

.menu-list ul li {
    display: inline-grid;
}

.shokai .title02 {
  background-color: rgba(0, 169, 224, 0.5);
}

.shokai h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.shokai .profile dl {
  display: flex;
  padding: 20px 0 10px;
  border-bottom: 1px solid #d3d3d3;
}

.shokai .profile dd {
  width: 20%;
  margin-right: 2%;
  text-align: left;
}

.shokai .profile dt {
  width: 78%;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .shokai .up-col-2 {
    display: block;
  }
  .shokai .up-col-2 > * {
    width: 95%;
    margin: auto;
  }
}

.g-item.sns a {
  text-align: center;
}
.g-item.sns a img {
  width: 40px;
  height: 40px;
}

/* 2025/04/22 */
.fixed-linebanner{
  max-width: 100px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
}

.fixed-linebanner a{
  display: block;
  width: 100%;
  height: 100%;
}

.under-linebanner a{
  display: block;
  width: 100%;
  height: 100%;
}

.price-list.tbblock{
  display: none;
}

.price-list.pcblock{
  display: block;
}

.header-pc-linebanner{
  width: 270px;
}

@media(max-width:1024px){
.price-list.tbblock{
  display: block;
}

.price-list.pcblock{
  display: none;
}

.under-linebanner{
  width: 70%;
  margin: 20px auto 0 auto;
}

.header-pc-linebanner{
  display: none;
}

.g-item.linebanner > a {
  border-bottom: none;
}
}


@media(max-width:599px) {
.fixed-linebanner{
  max-width: 60px;
}

.under-linebanner{
  width: 100%;
}
}

[data-element-id].g-item.linebanner{
  max-width: 300px;
}

/*施設基準***/
.shisetsu {
  padding: 2%;
  background: #fff;
  margin-top: 30px;
  border: 1px solid #F0901A;
}

.shisetsu ul {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.shisetsu ul li {
  width: 48%;
  margin: 0 auto 10px;
}

@media (max-width: 1024px){
  .shisetsu .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 599px){
  .shisetsu {
    margin-top: 1%;
  }
  .shisetsu .fs32 {
    font-size: 22px;
  }
  .shisetsu ul {
    width: 100%;
  }
  .shisetsu ul li {
    width: 100%;
  }
}

/*2026/04/15*/
.recruit-bnr {
  width: 50%;
  margin: auto;
}
.recruit-bnr img {
  width: 100%;
}

@media (max-width: 599px){
  .recruit-bnr {
    width: 100%;
  }
}
}
