@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.robot {
  font-family: 'Roboto', sans-serif;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

body {
  background-color: #fdfdfd;
}

.color-white {
  color: #fff;
}

.fw600 {
  font-weight: 600;
}

dt {
  font-weight: normal;
}

.up-lst-disc {
  padding-left: 30px;
}

.up-lst-deci {
  padding-left: 30px;
}

/* 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: 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%;
}

/* 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;
  }
}

/* ---------------------------
.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: 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-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fead-order-up.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-up {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* fead END */
/* ---------------------------
component
----------------------------- */
.fs150\% {
  font-size: 150%;
}

.color01 {
  color: #FFD800;
}

.color02 {
  color: #FF8400;
}

.color03 {
  color: #2D72B2;
}

.color04 {
  color: #A0A0A0;
}

.color05 {
  color: #70AAE0;
}

.color06 {
  color: #8EB4E3;
}

.color07 {
  color: #999999;
}

.color08 {
  color: #2A72BE;
}

.text-shadow01 {
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.box-shadow01 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.box-shadow02 {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.border01 {
  border: 3px solid #FB8C15;
}

.border02 {
  border: 3px solid #79C993;
}

.border03 {
  border: 2px solid #E3ECF5;
}

.border04 {
  border: 2px solid #99BFE2;
}

.border05 {
  border-bottom: 1px solid #CCCCCC;
}

.border06 {
  border: 2px solid #2D72B2;
}

.border07 {
  border: 3px solid #FF8400;
}

.border08 {
  border: 3px solid #78C790;
}

.border09 {
  border-bottom: 3px solid #FF8400;
}

.border10 {
  border-bottom: 2px solid #2D72B2;
}

.border11 {
  border: 3px solid #86B6E4;
}

.border12 {
  border-bottom: 3px solid #79C993;
}

.border13 {
  border-bottom: 2px solid #8EB4E3;
}

.border14 {
  border: 2px solid #79C993;
}

.triangle01 {
  position: relative;
}

.triangle01:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent #FF8400 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.triangle01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 72px;
  border-color: transparent transparent transparent #FF8400;
  position: absolute;
  bottom: 0;
  left: 0;
}

.triangle01.__green:before {
  border-color: transparent #79C993 transparent transparent;
}

.triangle01.__green:after {
  border-color: transparent transparent transparent #79C993;
}

.bgc-white {
  background-color: #fff;
}

.bgc01 {
  background-color: #2D72B2;
}

.bgc02 {
  background-color: #213A50;
}

.bgc03 {
  background-color: #192733;
}

.bgc04 {
  background: #ebe8e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe8e5), color-stop(60%, #ebe8e5), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ebe8e5 0%, #ebe8e5 60%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe8e5", endColorstr="#ffffff", GradientType=1);
}

.bgc06 {
  background-color: #FF8400;
}

.bgc07 {
  background-color: #E2F0FC;
}

.bgc08 {
  background-color: #E5E9ED;
}

.bgc09 {
  background-color: #DEE8F2;
}

.bgc10 {
  background-color: #FDEBD7;
}

.bgc11 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bgc12 {
  background-color: #F3F1EF;
}

.bgc13 {
  background-color: #EBE8E5;
}

.bgc14 {
  background-color: #FFFCF9;
}

.back01 {
  background-image: url('/import/tenant_1/160.16.103.62/html/images/back01.png');
}

.opacity01 {
  background-color: #000;
}

.opacity01 img {
  opacity: 0.8;
}

.opacity02 {
  background-color: #fff;
}

.opacity02 img {
  opacity: 0.8;
}

.contact-btn01 {
  color: #fff;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

.contact-btn01 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;
  background-color: #2D72B2;
  height: 100%;
}

.contact-btn01 a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  font-size: 18px;
}

/* ---------------------------
見出し・タイトル
----------------------------- */
.heading01 {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.heading01 .en {
  display: block;
  font-size: 18px;
  color: #70AAE0;
}

.heading01 .ttl {
  display: block;
  font-size: 30px;
}

.heading01 .num {
  font-size: 150%;
}

.heading01.__orange .en {
  color: #FFAA4F;
}

.title01 {
  position: absolute;
  top: -10px;
  right: 15px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.title01 li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #2D72B2;
  color: #fff;
  padding: 10px 3px;
}

.title01 li + li {
  margin-top: 20px;
  margin-right: 8px;
}

.title02 .num {
  font-size: 150%;
  font-weight: 600;
}

/* ---------------------------
ボタン
----------------------------- */
.btn-cmn01 {
  width: 200px;
  height: 50px;
  color: #2D72B2;
}

.btn-cmn01 button,
.btn-cmn01 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1000px;
  overflow: hidden;
  border: 2px solid #2D72B2;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.btn-cmn01 button span,
.btn-cmn01 a span {
  position: relative;
  z-index: 3;
}

.btn-cmn01 button:before,
.btn-cmn01 a:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #2D72B2;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.btn-cmn01 button span:after,
.btn-cmn01 a span:after {
  content: "＞";
  margin-left: 15px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  position: relative;
  z-index: 5;
}

.btn-cmn01 button:hover,
.btn-cmn01 a:hover {
  opacity: 1;
}

.btn-cmn01 button:hover span,
.btn-cmn01 a:hover span {
  color: #fff;
}

.btn-cmn01 button:hover:before,
.btn-cmn01 a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-cmn01.__orange {
  color: #FB8C15;
}

.btn-cmn01.__orange a,
.btn-cmn01.__orange button {
  border-color: #FB8C15;
}

.btn-cmn01.__orange a:before,
.btn-cmn01.__orange button:before {
  background-color: #FB8C15;
}

.btn-cmn01.__back a span:after,
.btn-cmn01.__back button span:after {
  content: none;
}

/* ---------------------------
その他
----------------------------- */
.check-list01 li {
  padding-left: 45px;
  position: relative;
}

.check-list01 li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
}

.check-list01 li + li {
  margin-top: 12px;
}

.arrow01 {
  position: relative;
}

.arrow01:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 47px 47px;
  border-color: transparent transparent #2d72b2 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.arrow01:after {
  content: "";
  position: absolute;
  bottom: 6%;
  right: 5px;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/arrow02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 4px;
  z-index: 3;
}

.arrow01.__big:before {
  border-width: 0 0 63px 63px;
}

.arrow01.__big:after {
  width: 30px;
  height: 7px;
}

.arrow01.__orange:before {
  border-color: transparent transparent #FB8C15 transparent;
}

.arrow01.__green:before {
  border-color: transparent transparent #79C993 transparent;
}

.arrow01.__blue:before {
  border-color: transparent transparent #86B6E4 transparent;
}

.arrow03 {
  position: relative;
  padding-right: 35px;
}

.arrow03:after {
  content: '';
  position: absolute;
  top: 65%;
  right: 0;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/arrow_blue.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 7px;
}

.icon02 {
  position: relative;
}

.icon02:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: -15px;
  width: 135px;
  height: 129px;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/type1.png');
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.icon02.__type2:after {
  background-image: url('/import/tenant_1/160.16.103.62/html/images/type2.png');
}

.icon02.__type3:after {
  background-image: url('/import/tenant_1/160.16.103.62/html/images/type3.png');
}

.top05 ul li:nth-of-type(2) .icon02:after {
  background-image: url('/import/tenant_1/160.16.103.62/html/images/type2.png');
}

.top05 ul li:nth-of-type(3) .icon02:after {
  background-image: url('/import/tenant_1/160.16.103.62/html/images/type3.png');
}

@media only screen and (max-width: 599px) {
  .heading01 {
    margin-bottom: 25px;
  }
  .heading01 .en {
    font-size: 14px;
  }
  .heading01 .ttl {
    font-size: 22px;
  }
  .triangle01:before {
    border-width: 0 30px 30px 0;
  }
  .triangle01:after {
    border-width: 30px 0 0 30px;
  }
  .btn-cmn01 {
    width: 170px;
    height: 45px;
  }
  .btn-cmn01 button:after,
  .btn-cmn01 a:after {
    margin-left: 10px;
  }
}

/* ---------------------------
01index.html
----------------------------- */
.page-ttl {
  padding: 5px 0;
  font-size: 12px;
}

.header-common {
  padding-bottom: 10px;
}

.header-logo {
  padding: 10px 0;
}

.header-logo a {
  width: 204px;
}

.header-tel {
  padding-left: 38px;
  position: relative;
}

.header-tel:before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

.header-tel .text {
  font-size: 10px;
}

.header-tel .tel {
  font-size: 24px;
  font-weight: bold;
}

.header-fix {
  position: fixed;
  top: 300px;
  right: 0;
  width: 63px;
  height: 240px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 100;
  color: #fff;
}

.header-fix a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FF8400;
}

.header-fix.ab-test a {
  background-color: #79c993;
}

.header-fix .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 10px;
}

.g-list2 li {
  padding: 10px;
  font-size: 12px;
}

.gnav {
  width: 65%;
}

.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 .menu {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%);
  text-align: center;
  text-shadow: 0 0 5px #fff;
}

.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;
  }
  .page-ttl {
    padding: 5px 35px 0 0;
  }
}

@media only screen and (max-width: 599px) {
  .page-ttl {
    font-size: 10px;
    text-shadow: 0 0 5px #fff;
  }
  .header-address {
    text-shadow: 0 0 5px #fff;
  }
  .header-logo {
    padding: 5px 0;
  }
  .header-logo img {
    filter: drop-shadow(0 0 5px #fff);
  }
  .header-logo a {
    width: 140px;
  }
  .index header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .gnav .bar,
  .gnav .bar:before,
  .gnav .bar:after {
    box-shadow: 0 0 5px #fff;
  }
}

/* gnav アコーディオン */
.g-list li {
  font-size: 14px;
}

.g-item {
  text-align: center;
}

.g-item > a {
  display: block;
  padding: 10px;
}

.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: 250px;
}

.accordionbox ul {
  background-color: #fff;
}

.accordionbox li {
  border-bottom: 1px solid #2D72B2;
  text-align: center;
}

.accordionbox a {
  padding: 10px;
  display: block;
}

.accordionbox a:hover {
  background-color: #2d72b236;
}

.g-item.pull:hover .accordionbox {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.g-list.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pc-none,
.sp-only {
  display: none;
}

@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;
    overflow-y: auto;
    -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;
  }
  .gnav.action .gnavinn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* ハンバーガーメニュー内 */
  .g-list li,
  .g-list2 li {
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    padding: 0;
  }
  .g-list li a,
  .g-list2 li a {
    padding: 10px 15px;
    display: block;
    position: relative;
  }
  .g-list li a:after,
  .g-list2 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%;
  }
  .accordionbox a:before {
    content: "└";
    margin-right: 5px;
  }
  .pull-box {
    display: none;
  }
  .g-item.pull > a {
    pointer-events: none;
  }
  .header-fix {
    position: static;
    width: 180px;
    height: 50px;
    border-radius: 10px;
  }
  .header-fix a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header-fix .text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 52%;
}

.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%;
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: none;
}

.sp-fix-box li {
  width: 50%;
}

/* .sp-fix-box li * {
  height: 100%;
} */

.sp-fix-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 5px;
  color: #fff;
  font-weight: bold;
}

.sp-fix-box a:before {
  margin-right: 7px;
}

.sp-fix-box .contact a {
  background-color: #FF8400;
}

.sp-fix-box .contact.ab-test a {
  background-color: #79c993;
}

.sp-fix-box .contact a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sp-fix-box .tel a {
  background-color: #2D72B2;
}

.sp-fix-box .tel a:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 599px) {
  .sp-fix-box {
    display: block;
  }
}

[data-element-id] .sp-fix-box {
  display: block;
  position: static;
  width: 400px;
}

/* パンくずリスト */
.bread-box li + li:before {
  content: ">";
  display: inline;
  margin: 0 0.5em;
}

.bread-box li {
  line-height: 1.2;
  display: inline;
}

[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;
}

[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;
}

/* top-mv-box */
.top-mv-box .mv-ttl {
  font-size: 48px;
  font-weight: bold;
}

.top-mv-box .tbox {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top-mv-box .tbox .sub {
  font-size: 30px;
  font-weight: bold;
}

.top-mv-box .tbox .sub2 {
  font-size: 60%;
}

.top02 {
  border-left: 2px solid #99BFE2;
  border-right: 2px solid #99BFE2;
  border-bottom: 2px solid #99BFE2;
  position: relative;
}

.top02:before {
  content: "";
  width: 29%;
  height: 2px;
  background-color: #99BFE2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.top02:after {
  content: "";
  width: 29%;
  height: 2px;
  background-color: #99BFE2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.top02 .pic:after {
  padding-top: 78.4%;
}

.top02 .pic img {
  -o-object-position: bottom right;
  object-position: bottom right;
}

.top02 .ttl {
  white-space: nowrap;
  font-weight: 600;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.top02 .ttl span {
  font-size: 150%;
}

.top02 .ttl.__white {
  background-color: #fff;
  padding: 0 30px;
  z-index: 10;
}

.top03 a {
  padding: 10px;
  position: relative;
}

.top03 .tbox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13% 2%;
  text-align: center;
}

.top03 .ttl {
  color: #fff;
  display: inline-block;
  background-color: #2D72B2;
  padding: 0 10px;
}

.top04 a {
  padding: 25px;
  position: relative;
}

.top04 .tbox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10% 2% 10% 23%;
  text-align: center;
  position: relative;
  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;
}

.top04 .icon {
  position: absolute;
  bottom: 0;
  left: 18%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.date-cat-box > * {
  margin: 5px;
}

.top-slider li {
  padding-bottom: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.top-slider .slick-center:not(.no-scale) {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.top-slider .btn-slick {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FF8400;
  font-size: 60px;
}

.top-slider .btn-slick:hover {
  cursor: pointer;
}

.top-slider .btn-back {
  left: 100px;
}

.top-slider .btn-next {
  right: 100px;
}

.faq-list .text {
  margin-left: 10px;
}

.faq-list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 0;
  border-bottom: 1px solid #999999;
  position: relative;
}

.faq-list .question:hover {
  cursor: pointer;
}

.faq-list .question:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/arrow03.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.faq-list .question.is-parent:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-list .answer {
  padding: 10px 0 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

[data-element-id] .faq-list .answer {
  display: flex;
}

.faq-list .ttl {
  line-height: 1;
}

.faq-list + .faq-list {
  margin-top: 10px;
}

.foot01 .tbox {
  background-color: rgba(255, 255, 255, 0.7);
}

.foot01 .box {
  border-radius: 15px;
  padding: 4% 2%;
}

.contact-btn {
  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;
}

.contact-btn:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  font-size: 140%;
}

.footer-map {
  height: 250px;
  position: relative;
}

.footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-nav > li + li {
  margin-top: 30px;
}

.footer-nav > li > a,
.footer-nav > li > span {
  font-weight: 600;
}

.footer-nav .dropdown {
  padding-left: 15px;
}

.footer-nav .dropdown li {
  margin: 10px 0;
  font-size: 12px;
}

.footer-nav .dropdown li:before {
  content: "＞";
}

.top07 {
  position: relative;
}

.top07:after {
  content: "";
  width: 1px;
  height: calc(100% - 110px);
  background-color: #ccc;
  position: absolute;
  left: 55%;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .top-mv-box .mv-ttl {
    font-size: 36px;
  }
  .top-mv-box .tbox .sub {
    font-size: 24px;
  }
  .top02:before {
    width: 20%;
  }
  .top02:after {
    width: 20%;
  }
}

@media only screen and (max-width: 599px) {
  .top-image {
    padding-top: 75%;
  }
  .top-mv-box .mv-ttl {
    font-size: 24px;
  }
  .top-mv-box .tbox .sub {
    font-size: 18px;
  }
  .top02:before {
    width: 10%;
  }
  .top02:after {
    width: 10%;
  }
  .top04 .icon {
    left: 15%;
    max-width: 75px;
  }
  .top04 a {
    padding: 20px;
  }
  .top-slider .btn-slick {
    font-size: 30px;
  }
  .top-slider .btn-back {
    left: 20px;
  }
  .top-slider .btn-next {
    right: 20px;
  }
  .icon02:after {
    width: 80px;
    height: 75px;
    right: -5px;
  }
  .top07:after {
    content: none;
  }
  .footer-nav > li + li {
    margin-top: 20px;
  }
}

/* ---------------------------
first
----------------------------- */
.under-mv-box {
  position: relative;
}

.under-mv-box .pic img {
  -o-object-position: top right;
  object-position: top right;
}

.under-mv-box .pic:after {
  padding-top: 54.5%;
}

.under-mv-box .tbox {
  position: absolute;
  left: 59%;
  bottom: 25%;
  width: 35%;
}

.under-mv-box .ttl {
  color: #2D72B2;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
}

.first03 table {
  width: 100%;
  border-collapse: separate;
}

.first03 th {
  padding: 10px;
}

.first03 td {
  padding: 15px 15px 15px 0;
}

.first03 tr td:nth-of-type(1) {
  width: 24%;
}

.first03 tr td:nth-of-type(2) {
  width: 38%;
}

.first03 tr td:nth-of-type(3) {
  width: 38%;
}

.first03 ul li + li {
  margin-top: 10px;
}

.icon04 {
  position: relative;
}

.icon04:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon04.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
}

.first06 {
  position: relative;
  padding: 5% 2% 9%;
}

.first06 .icon {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 140px;
}

@media only screen and (max-width: 1024px) {
  .under-mv-box .ttl {
    font-size: 36px;
  }
}

@media only screen and (max-width: 599px) {
  .under-mv-box .ttl {
    font-size: 24px;
  }
  .under-mv-box {
    margin-bottom: 30px;
  }
  .under-mv-box .pic {
    width: 45%;
  }
  .under-mv-box .pic:after {
    padding-top: 70%;
  }
  .under-mv-box .tbox {
    left: 40%;
    bottom: 15%;
    width: 55%;
  }
  .icon04:after {
    width: 18px;
    height: 22px;
  }
  .first06 {
    padding: 5% 2% 100px;
  }
  .first06 .icon {
    right: 5px;
    max-width: 80px;
  }
  .check-list01 li {
    padding-left: 40px;
  }
  .check-list01 li:before {
    width: 26px;
    height: 20px;
  }
}

/* ---------------------------
03company
----------------------------- */
.company02 dt {
  background-color: #2D72B2;
  color: #fff;
  width: calc(25% - 3px);
}

.company02 dd {
  background-color: #DEE8F2;
  width: 75%;
}

.company02 dt,
.company02 dd {
  padding: 15px 15px;
}

.company02 dl + dl {
  margin-top: 3px;
}

.company02.__type2 dt {
  width: calc(60% - 3px);
}

.company02.__type2 dd {
  width: 40%;
}

@media only screen and (max-width: 599px) {
  .company02 dt,
  .company02 dd {
    padding: 10px 10px;
  }
  .company02 dt {
    width: 100px;
  }
  .company02 dd {
    width: calc(100% - 102px);
  }
  .company02 dl + dl {
    margin-top: 2px;
  }
}

/* ---------------------------
04flow
----------------------------- */
.flow02 .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 45px;
  z-index: 3;
  color: #fff;
  font-weight: bold;
}

.flow02 .tbox {
  padding-top: 50px;
}

.flow02 .pbox {
  padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .flow02 .num {
    font-size: 36px;
  }
}

@media only screen and (max-width: 599px) {
  .flow02 .tbox {
    padding-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flow02 .pbox {
    padding-top: 0;
  }
}

/* ---------------------------
05trouble
----------------------------- */
.icon05 {
  position: relative;
}

.icon05:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, -70%);
  transform: translate(80%, -70%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon05.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 31px;
  height: 32px;
}

.baloom {
  background-color: #fff;
  border: 2px solid #2D72B2;
  border-radius: 1000px;
  position: relative;
  margin-bottom: 25px;
  padding: 2% 4%;
}

.baloom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/baloom.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 25px;
}

.trouble02 .ttl {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}

.trouble04 .wrap {
  margin-left: -10%;
  margin-top: 35%;
  position: relative;
  padding: 8% 4% 4%;
}

.trouble04 .ttl {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 4%;
}

@media only screen and (max-width: 599px) {
  .icon05:after {
    width: 20px;
    height: 22px;
  }
  .top02 .ttl.__white {
    padding: 0 10px;
  }
  .trouble04 .wrap {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    padding: 0;
  }
  .trouble04 .ttl {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

/* ---------------------------
11voice
----------------------------- */
.pagenation ul {
  color: #86B6E4;
}

.pagenation .current {
  color: #FF8400;
}

.pagenation li {
  margin-right: 15px;
}

.pagenation .prev {
  font-size: 80%;
}

.pagenation .prev a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-weight: 900;
}

.pagenation .next {
  font-size: 80%;
}

.pagenation .next a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
}

.category-list-box li:before {
  content: ">";
  margin-right: 10px;
  color: #2D72B2;
  font-weight: 600;
}

.category-list-box li + li {
  margin-top: 7px;
}

/* ---------------------------
99works_detail
----------------------------- */
#works-title span:nth-of-type(1) {
  color: #FF8400;
}

.baloom-before {
  max-width: 300px;
  position: relative;
  margin-right: 55px;
}

.baloom-before .before {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 110px;
  height: 96px;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/before.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;
}

.baloom-after {
  max-width: 450px;
  position: relative;
  margin-left: 55px;
}

.baloom-after .after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: #fff;
  font-weight: 600;
  width: 110px;
  height: 96px;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/after.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;
}

@media only screen and (max-width: 599px) {
  .baloom-before {
    margin-top: 48px;
  }
  .baloom-after {
    margin-bottom: 60px;
  }
}

/* ---------------------------
13blog
----------------------------- */
.cat01 {
  display: inline-block;
  color: #fff;
  background-color: #8EB4E3;
  padding: 0 15px;
}

/* ---------------------------
99blog_detail
----------------------------- */
.detail-content h2 {
  font-size: 22px;
  color: #fff;
  background-color: #86B6E4;
  padding: 2%;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 0 #2D72B2;
  box-shadow: 5px 5px 0 #2D72B2;
}

.detail-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 2%;
  border-bottom: 3px solid #2D72B2;
  background-color: #d0e5f9;
}

.detail-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 2%;
  border-left: 3px solid #2D72B2;
}

@media only screen and (max-width: 599px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4 {
    font-size: 18px;
  }
}

/* ---------------------------
19faq
----------------------------- */
.icon06 {
  position: relative;
}

.icon06:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon06.png');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 213px;
  height: 190px;
}

.icon07 {
  position: relative;
}

.icon07:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon07.png');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 180px;
  height: 186px;
}

@media only screen and (max-width: 1024px) {
  .icon06:before {
    width: 150px;
    height: 134px;
    left: 3%;
  }
  .icon07:after {
    width: 120px;
    height: 125px;
    right: 3%;
  }
}

@media only screen and (max-width: 599px) {
  .icon06,
  .icon07 {
    margin-top: 80px;
  }
  .icon06:before {
    width: 90px;
    height: 80px;
  }
  .icon07:after {
    width: 74px;
    height: 77px;
    right: 3%;
  }
}

/* ---------------------------
16contact
----------------------------- */
.contact01 {
  width: 476px;
  height: 282px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/import/tenant_1/160.16.103.62/html/images/baloom_blue.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.icon08 {
  position: relative;
}

.icon08:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% + 200px);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-image: url('/import/tenant_1/160.16.103.62/html/images/icon08.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 205px;
  height: 218px;
}

.contact-form dt {
  font-weight: 600;
  width: 35%;
  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;
  padding-right: 5%;
}

.contact-form .require {
  background-color: #FF8400;
  color: #fff;
  padding: 0 10px;
}

.contact-form dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact-form dl {
  border-bottom: 2px solid #fff;
  padding: 3% 0;
}

.contact-form input[type=text],
.contact-form textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 12px;
}

.contact-form textarea {
  min-height: 150px;
}

.contact-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}

.contact-form .item label {
  margin-left: 8px;
}

@media only screen and (max-width: 599px) {
  .contact-form dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-form dl {
    padding: 5% 0;
  }
  .icon08:before {
    left: auto;
    right: 0;
    width: 100px;
    height: 100px;
  }
}

#form-shape {
  position: relative;
}
#form-shape .uk-text-danger {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

#form-shape02 {
  position: relative;
}
#form-shape02 .uk-text-danger {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
[data-element-id].top-slider>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-element-id].top-slider li {
  width: 30%;
}

[data-element-id] .header-fix {
  position: static;
}

[data-element-id].flow02 .left-cmn {
  width: 100%;
}
[data-element-id].flow02 .sp-only {
  width: 100%;
}
