@charset "UTF-8";
@media screen and (min-width: 769px) {
  .max-width-800 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-800.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-850 {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-850.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-900 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-900.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-1000 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-1000.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-1100 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-1100.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-1200 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-1200.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-1300 {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-1300.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .max-width-1400 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .max-width-1400.pc_left {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .side-mg-01 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .side-pd-01 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.t-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .t-center-sp {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  .t-center-pc {
    text-align: center !important;
  }
}

.t-left {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .t-left-sp {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) {
  .t-left-pc {
    text-align: left !important;
  }
}

.t-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .t-right-sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) {
  .t-right-pc {
    text-align: right !important;
  }
}

.mt0 {
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.pt0 {
  padding-top: 0px;
}
@media screen and (min-width: 769px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pb0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.mt10 {
  margin-top: 7.5px;
}
@media screen and (min-width: 769px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 769px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.pt10 {
  padding-top: 7.5px;
}
@media screen and (min-width: 769px) {
  .pt10 {
    padding-top: 10px;
  }
}

.pb10 {
  padding-bottom: 7.5px;
}
@media screen and (min-width: 769px) {
  .pb10 {
    padding-bottom: 10px;
  }
}

.mt15 {
  margin-top: 11.25px;
}
@media screen and (min-width: 769px) {
  .mt15 {
    margin-top: 15px;
  }
}

.mb15 {
  margin-bottom: 11.25px;
}
@media screen and (min-width: 769px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.pt15 {
  padding-top: 11.25px;
}
@media screen and (min-width: 769px) {
  .pt15 {
    padding-top: 15px;
  }
}

.pb15 {
  padding-bottom: 11.25px;
}
@media screen and (min-width: 769px) {
  .pb15 {
    padding-bottom: 15px;
  }
}

.mt20 {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mb20 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.pt20 {
  padding-top: 15px;
}
@media screen and (min-width: 769px) {
  .pt20 {
    padding-top: 20px;
  }
}

.pb20 {
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .pb20 {
    padding-bottom: 20px;
  }
}

.mt25 {
  margin-top: 18.75px;
}
@media screen and (min-width: 769px) {
  .mt25 {
    margin-top: 25px;
  }
}

.mb25 {
  margin-bottom: 18.75px;
}
@media screen and (min-width: 769px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

.pt25 {
  padding-top: 18.75px;
}
@media screen and (min-width: 769px) {
  .pt25 {
    padding-top: 25px;
  }
}

.pb25 {
  padding-bottom: 18.75px;
}
@media screen and (min-width: 769px) {
  .pb25 {
    padding-bottom: 25px;
  }
}

.mt30 {
  margin-top: 22.5px;
}
@media screen and (min-width: 769px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 22.5px;
}
@media screen and (min-width: 769px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.pt30 {
  padding-top: 22.5px;
}
@media screen and (min-width: 769px) {
  .pt30 {
    padding-top: 30px;
  }
}

.pb30 {
  padding-bottom: 22.5px;
}
@media screen and (min-width: 769px) {
  .pb30 {
    padding-bottom: 30px;
  }
}

.mt35 {
  margin-top: 26.25px;
}
@media screen and (min-width: 769px) {
  .mt35 {
    margin-top: 35px;
  }
}

.mb35 {
  margin-bottom: 26.25px;
}
@media screen and (min-width: 769px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.pt35 {
  padding-top: 26.25px;
}
@media screen and (min-width: 769px) {
  .pt35 {
    padding-top: 35px;
  }
}

.pb35 {
  padding-bottom: 26.25px;
}
@media screen and (min-width: 769px) {
  .pb35 {
    padding-bottom: 35px;
  }
}

.mt40 {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mb40 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.pt40 {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .pt40 {
    padding-top: 40px;
  }
}

.pb40 {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

.mt45 {
  margin-top: 33.75px;
}
@media screen and (min-width: 769px) {
  .mt45 {
    margin-top: 45px;
  }
}

.mb45 {
  margin-bottom: 33.75px;
}
@media screen and (min-width: 769px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.pt45 {
  padding-top: 33.75px;
}
@media screen and (min-width: 769px) {
  .pt45 {
    padding-top: 45px;
  }
}

.pb45 {
  padding-bottom: 33.75px;
}
@media screen and (min-width: 769px) {
  .pb45 {
    padding-bottom: 45px;
  }
}

.mt50 {
  margin-top: 37.5px;
}
@media screen and (min-width: 769px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb50 {
  margin-bottom: 37.5px;
}
@media screen and (min-width: 769px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.pt50 {
  padding-top: 37.5px;
}
@media screen and (min-width: 769px) {
  .pt50 {
    padding-top: 50px;
  }
}

.pb50 {
  padding-bottom: 37.5px;
}
@media screen and (min-width: 769px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

.mt55 {
  margin-top: 41.25px;
}
@media screen and (min-width: 769px) {
  .mt55 {
    margin-top: 55px;
  }
}

.mb55 {
  margin-bottom: 41.25px;
}
@media screen and (min-width: 769px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.pt55 {
  padding-top: 41.25px;
}
@media screen and (min-width: 769px) {
  .pt55 {
    padding-top: 55px;
  }
}

.pb55 {
  padding-bottom: 41.25px;
}
@media screen and (min-width: 769px) {
  .pb55 {
    padding-bottom: 55px;
  }
}

.mt60 {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.pt60 {
  padding-top: 45px;
}
@media screen and (min-width: 769px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pb60 {
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.mt65 {
  margin-top: 48.75px;
}
@media screen and (min-width: 769px) {
  .mt65 {
    margin-top: 65px;
  }
}

.mb65 {
  margin-bottom: 48.75px;
}
@media screen and (min-width: 769px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.pt65 {
  padding-top: 48.75px;
}
@media screen and (min-width: 769px) {
  .pt65 {
    padding-top: 65px;
  }
}

.pb65 {
  padding-bottom: 48.75px;
}
@media screen and (min-width: 769px) {
  .pb65 {
    padding-bottom: 65px;
  }
}

.mt70 {
  margin-top: 52.5px;
}
@media screen and (min-width: 769px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mb70 {
  margin-bottom: 52.5px;
}
@media screen and (min-width: 769px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.pt70 {
  padding-top: 52.5px;
}
@media screen and (min-width: 769px) {
  .pt70 {
    padding-top: 70px;
  }
}

.pb70 {
  padding-bottom: 52.5px;
}
@media screen and (min-width: 769px) {
  .pb70 {
    padding-bottom: 70px;
  }
}

.mt75 {
  margin-top: 56.25px;
}
@media screen and (min-width: 769px) {
  .mt75 {
    margin-top: 75px;
  }
}

.mb75 {
  margin-bottom: 56.25px;
}
@media screen and (min-width: 769px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.pt75 {
  padding-top: 56.25px;
}
@media screen and (min-width: 769px) {
  .pt75 {
    padding-top: 75px;
  }
}

.pb75 {
  padding-bottom: 56.25px;
}
@media screen and (min-width: 769px) {
  .pb75 {
    padding-bottom: 75px;
  }
}

.mt80 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mb80 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.pt80 {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .pt80 {
    padding-top: 80px;
  }
}

.pb80 {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .pb80 {
    padding-bottom: 80px;
  }
}

.mt85 {
  margin-top: 63.75px;
}
@media screen and (min-width: 769px) {
  .mt85 {
    margin-top: 85px;
  }
}

.mb85 {
  margin-bottom: 63.75px;
}
@media screen and (min-width: 769px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.pt85 {
  padding-top: 63.75px;
}
@media screen and (min-width: 769px) {
  .pt85 {
    padding-top: 85px;
  }
}

.pb85 {
  padding-bottom: 63.75px;
}
@media screen and (min-width: 769px) {
  .pb85 {
    padding-bottom: 85px;
  }
}

.mt90 {
  margin-top: 67.5px;
}
@media screen and (min-width: 769px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mb90 {
  margin-bottom: 67.5px;
}
@media screen and (min-width: 769px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.pt90 {
  padding-top: 67.5px;
}
@media screen and (min-width: 769px) {
  .pt90 {
    padding-top: 90px;
  }
}

.pb90 {
  padding-bottom: 67.5px;
}
@media screen and (min-width: 769px) {
  .pb90 {
    padding-bottom: 90px;
  }
}

.mt95 {
  margin-top: 71.25px;
}
@media screen and (min-width: 769px) {
  .mt95 {
    margin-top: 95px;
  }
}

.mb95 {
  margin-bottom: 71.25px;
}
@media screen and (min-width: 769px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.pt95 {
  padding-top: 71.25px;
}
@media screen and (min-width: 769px) {
  .pt95 {
    padding-top: 95px;
  }
}

.pb95 {
  padding-bottom: 71.25px;
}
@media screen and (min-width: 769px) {
  .pb95 {
    padding-bottom: 95px;
  }
}

.mt100 {
  margin-top: 75px;
}
@media screen and (min-width: 769px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mb100 {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.pt100 {
  padding-top: 75px;
}
@media screen and (min-width: 769px) {
  .pt100 {
    padding-top: 100px;
  }
}

.pb100 {
  padding-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .pb100 {
    padding-bottom: 100px;
  }
}

.mt110 {
  margin-top: 82.5px;
}
@media screen and (min-width: 769px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mb110 {
  margin-bottom: 82.5px;
}
@media screen and (min-width: 769px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.pt110 {
  padding-top: 82.5px;
}
@media screen and (min-width: 769px) {
  .pt110 {
    padding-top: 110px;
  }
}

.pb110 {
  padding-bottom: 82.5px;
}
@media screen and (min-width: 769px) {
  .pb110 {
    padding-bottom: 110px;
  }
}

.mt120 {
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  .mt120 {
    margin-top: 120px;
  }
}

.mb120 {
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

.pt120 {
  padding-top: 90px;
}
@media screen and (min-width: 769px) {
  .pt120 {
    padding-top: 120px;
  }
}

.pb120 {
  padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .pb120 {
    padding-bottom: 120px;
  }
}

.mt130 {
  margin-top: 97.5px;
}
@media screen and (min-width: 769px) {
  .mt130 {
    margin-top: 130px;
  }
}

.mb130 {
  margin-bottom: 97.5px;
}
@media screen and (min-width: 769px) {
  .mb130 {
    margin-bottom: 130px;
  }
}

.pt130 {
  padding-top: 97.5px;
}
@media screen and (min-width: 769px) {
  .pt130 {
    padding-top: 130px;
  }
}

.pb130 {
  padding-bottom: 97.5px;
}
@media screen and (min-width: 769px) {
  .pb130 {
    padding-bottom: 130px;
  }
}

.mt140 {
  margin-top: 105px;
}
@media screen and (min-width: 769px) {
  .mt140 {
    margin-top: 140px;
  }
}

.mb140 {
  margin-bottom: 105px;
}
@media screen and (min-width: 769px) {
  .mb140 {
    margin-bottom: 140px;
  }
}

.pt140 {
  padding-top: 105px;
}
@media screen and (min-width: 769px) {
  .pt140 {
    padding-top: 140px;
  }
}

.pb140 {
  padding-bottom: 105px;
}
@media screen and (min-width: 769px) {
  .pb140 {
    padding-bottom: 140px;
  }
}

.mt150 {
  margin-top: 112.5px;
}
@media screen and (min-width: 769px) {
  .mt150 {
    margin-top: 150px;
  }
}

.mb150 {
  margin-bottom: 112.5px;
}
@media screen and (min-width: 769px) {
  .mb150 {
    margin-bottom: 150px;
  }
}

.pt150 {
  padding-top: 112.5px;
}
@media screen and (min-width: 769px) {
  .pt150 {
    padding-top: 150px;
  }
}

.pb150 {
  padding-bottom: 112.5px;
}
@media screen and (min-width: 769px) {
  .pb150 {
    padding-bottom: 150px;
  }
}

.mt160 {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  .mt160 {
    margin-top: 160px;
  }
}

.mb160 {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .mb160 {
    margin-bottom: 160px;
  }
}

.pt160 {
  padding-top: 120px;
}
@media screen and (min-width: 769px) {
  .pt160 {
    padding-top: 160px;
  }
}

.pb160 {
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .pb160 {
    padding-bottom: 160px;
  }
}

.mt170 {
  margin-top: 127.5px;
}
@media screen and (min-width: 769px) {
  .mt170 {
    margin-top: 170px;
  }
}

.mb170 {
  margin-bottom: 127.5px;
}
@media screen and (min-width: 769px) {
  .mb170 {
    margin-bottom: 170px;
  }
}

.pt170 {
  padding-top: 127.5px;
}
@media screen and (min-width: 769px) {
  .pt170 {
    padding-top: 170px;
  }
}

.pb170 {
  padding-bottom: 127.5px;
}
@media screen and (min-width: 769px) {
  .pb170 {
    padding-bottom: 170px;
  }
}

.mt180 {
  margin-top: 135px;
}
@media screen and (min-width: 769px) {
  .mt180 {
    margin-top: 180px;
  }
}

.mb180 {
  margin-bottom: 135px;
}
@media screen and (min-width: 769px) {
  .mb180 {
    margin-bottom: 180px;
  }
}

.pt180 {
  padding-top: 135px;
}
@media screen and (min-width: 769px) {
  .pt180 {
    padding-top: 180px;
  }
}

.pb180 {
  padding-bottom: 135px;
}
@media screen and (min-width: 769px) {
  .pb180 {
    padding-bottom: 180px;
  }
}

.mt190 {
  margin-top: 142.5px;
}
@media screen and (min-width: 769px) {
  .mt190 {
    margin-top: 190px;
  }
}

.mb190 {
  margin-bottom: 142.5px;
}
@media screen and (min-width: 769px) {
  .mb190 {
    margin-bottom: 190px;
  }
}

.pt190 {
  padding-top: 142.5px;
}
@media screen and (min-width: 769px) {
  .pt190 {
    padding-top: 190px;
  }
}

.pb190 {
  padding-bottom: 142.5px;
}
@media screen and (min-width: 769px) {
  .pb190 {
    padding-bottom: 190px;
  }
}

.mt200 {
  margin-top: 150px;
}
@media screen and (min-width: 769px) {
  .mt200 {
    margin-top: 200px;
  }
}

.mb200 {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .mb200 {
    margin-bottom: 200px;
  }
}

.pt200 {
  padding-top: 150px;
}
@media screen and (min-width: 769px) {
  .pt200 {
    padding-top: 200px;
  }
}

.pb200 {
  padding-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .pb200 {
    padding-bottom: 200px;
  }
}

.mt240 {
  margin-top: 180px;
}
@media screen and (min-width: 769px) {
  .mt240 {
    margin-top: 240px;
  }
}

.mb240 {
  margin-bottom: 180px;
}
@media screen and (min-width: 769px) {
  .mb240 {
    margin-bottom: 240px;
  }
}

.pt240 {
  padding-top: 180px;
}
@media screen and (min-width: 769px) {
  .pt240 {
    padding-top: 240px;
  }
}

.pb240 {
  padding-bottom: 180px;
}
@media screen and (min-width: 769px) {
  .pb240 {
    padding-bottom: 240px;
  }
}

.mt250 {
  margin-top: 187.5px;
}
@media screen and (min-width: 769px) {
  .mt250 {
    margin-top: 250px;
  }
}

.mb250 {
  margin-bottom: 187.5px;
}
@media screen and (min-width: 769px) {
  .mb250 {
    margin-bottom: 250px;
  }
}

.pt250 {
  padding-top: 187.5px;
}
@media screen and (min-width: 769px) {
  .pt250 {
    padding-top: 250px;
  }
}

.pb250 {
  padding-bottom: 187.5px;
}
@media screen and (min-width: 769px) {
  .pb250 {
    padding-bottom: 250px;
  }
}

.mt260 {
  margin-top: 195px;
}
@media screen and (min-width: 769px) {
  .mt260 {
    margin-top: 260px;
  }
}

.mb260 {
  margin-bottom: 195px;
}
@media screen and (min-width: 769px) {
  .mb260 {
    margin-bottom: 260px;
  }
}

.pt260 {
  padding-top: 195px;
}
@media screen and (min-width: 769px) {
  .pt260 {
    padding-top: 260px;
  }
}

.pb260 {
  padding-bottom: 195px;
}
@media screen and (min-width: 769px) {
  .pb260 {
    padding-bottom: 260px;
  }
}

.mt400 {
  margin-top: 300px;
}
@media screen and (min-width: 769px) {
  .mt400 {
    margin-top: 400px;
  }
}

.mb400 {
  margin-bottom: 300px;
}
@media screen and (min-width: 769px) {
  .mb400 {
    margin-bottom: 400px;
  }
}

.pt400 {
  padding-top: 300px;
}
@media screen and (min-width: 769px) {
  .pt400 {
    padding-top: 400px;
  }
}

.pb400 {
  padding-bottom: 300px;
}
@media screen and (min-width: 769px) {
  .pb400 {
    padding-bottom: 400px;
  }
}

.mt460 {
  margin-top: 345px;
}
@media screen and (min-width: 769px) {
  .mt460 {
    margin-top: 460px;
  }
}

.mb460 {
  margin-bottom: 345px;
}
@media screen and (min-width: 769px) {
  .mb460 {
    margin-bottom: 460px;
  }
}

.pt460 {
  padding-top: 345px;
}
@media screen and (min-width: 769px) {
  .pt460 {
    padding-top: 460px;
  }
}

.pb460 {
  padding-bottom: 345px;
}
@media screen and (min-width: 769px) {
  .pb460 {
    padding-bottom: 460px;
  }
}

.mt500 {
  margin-top: 375px;
}
@media screen and (min-width: 769px) {
  .mt500 {
    margin-top: 500px;
  }
}

.mb500 {
  margin-bottom: 375px;
}
@media screen and (min-width: 769px) {
  .mb500 {
    margin-bottom: 500px;
  }
}

.pt500 {
  padding-top: 375px;
}
@media screen and (min-width: 769px) {
  .pt500 {
    padding-top: 500px;
  }
}

.pb500 {
  padding-bottom: 375px;
}
@media screen and (min-width: 769px) {
  .pb500 {
    padding-bottom: 500px;
  }
}

.f-albert_sans {
  font-weight: 100;
  font-family: "Albert Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.f-noto_sans {
  font-weight: 300;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.mask:hover {
  opacity: 1;
}
.mask:hover .mask-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mask .mask-img {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.mask .mask-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cloud_facility,
.cloud_management,
.cloud_service,
.cloud_common {
  color: #333;
}

.cloud_facility {
  background: rgb(255, 243, 228);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 243, 228)), to(rgb(253, 226, 216)));
  background: linear-gradient(90deg, rgb(255, 243, 228) 0%, rgb(253, 226, 216) 100%);
  width: 100%;
  padding: 20px 10px;
}
@media screen and (min-width: 769px) {
  .cloud_facility {
    padding: 38px 10px 30px;
  }
}

.cloud_title_01 .en {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .cloud_title_01 .en {
    font-size: 5.5rem;
    text-align: left;
  }
}
.cloud_title_01 .ja {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .cloud_title_01 .ja {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cloud_title_01 .ja.fs12_sp {
    font-size: 1.2rem;
  }
}

.cloud_title_02 .ja {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_title_02 .ja {
    font-size: 3.3rem;
    line-height: 2;
  }
}

@media screen and (min-width: 769px) {
  .cloud_facility_container {
    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;
  }
}
.cloud_facility_container .cloud_contents {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents {
    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;
    gap: 85px;
  }
}
.cloud_facility_container .cloud_contents .item {
  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;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item {
    display: block;
  }
}
.cloud_facility_container .cloud_contents .item .img {
  width: 50px;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .img {
    margin: auto;
    height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .img.img-1 {
    width: 115px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .img.img-2 {
    width: 175px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .img.img-3 {
    width: 179px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .title_contents {
    text-align: center;
  }
}
.cloud_facility_container .cloud_contents .item .title_contents h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cloud_facility_container .cloud_contents .item .title_contents h3 {
    min-width: 180px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .title_contents h3 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
}
.cloud_facility_container .cloud_contents .item .title_contents p {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .title_contents p {
    font-size: 1.2rem;
  }
}
.cloud_facility_container .cloud_contents .item .title_contents p:first-of-type {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .pickup_contents {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cloud_facility_container .cloud_contents .item .pickup_contents p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .cloud_facility_container .cloud_contents .item .pickup_contents p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cloud_facility_container .cloud_contents .item .pickup_contents p {
    min-width: 110px;
  }
}
.cloud_facility_container .cloud_contents .item .pickup_contents p b {
  font-weight: 700;
}
.cloud_facility_container .cloud_contents .item .pickup_contents p:first-of-type {
  margin-top: 10px;
}

.cloud_management {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .cloud_management {
    padding: 40px 10px 50px;
  }
}

.cloud_management_img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .cloud_management_img {
    max-width: 800px;
  }
}

.cloud_management_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cloud_management_contents {
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_management_contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media screen and (min-width: 769px) {
  .cloud_management_contents_item {
    max-width: 310px;
  }
}
.cloud_management_contents_item .title {
  position: relative;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 50px;
}
@media screen and (min-width: 769px) {
  .cloud_management_contents_item .title {
    font-size: 1.8rem;
  }
}
.cloud_management_contents_item .title::before {
  position: absolute;
  left: -80px;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../../img/page/cloud/icon_01.svg);
  display: block;
  content: "";
}
.cloud_management_contents_item .text {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .cloud_management_contents_item .text {
    font-size: 1.6rem;
  }
}
.cloud_management_contents_item .text p {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .cloud_management_contents_item .text p {
    margin-top: 1em;
  }
}
.cloud_management_contents_item .text p:first-child {
  margin-top: 0;
}

.cloud_service {
  background: rgb(255, 243, 228);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 243, 228)), to(rgb(253, 226, 216)));
  background: linear-gradient(90deg, rgb(255, 243, 228) 0%, rgb(253, 226, 216) 100%);
  width: 100%;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .cloud_service {
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  .cloud_service_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 475px 90px 1fr;
    grid-template-columns: 475px 1fr;
    gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  .cloud_service_container .cloud_contents {
    margin-top: 30px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_service_container .cloud_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cloud_service_container .cloud_contents .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .cloud_service_container .cloud_contents .list {
    gap: 35px 0px;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cloud_service_container .cloud_contents .list li a {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  .cloud_service_container .cloud_contents .list li a {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.cloud_service_container .cloud_contents .list li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../../img/page/cloud/icon_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
@media screen and (min-width: 769px) {
  .cloud_service_container .cloud_contents .list li a::before {
    width: 30px;
    height: 30px;
  }
}
.cloud_service_container .cloud_contents .list li a.lines::before {
  top: 5px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cloud_title_03 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 40px;
}
@media screen and (min-width: 769px) {
  .cloud_title_03 {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.cloud_title_03::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../../img/page/cloud/icon_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
@media screen and (min-width: 769px) {
  .cloud_title_03::before {
    width: 30px;
    height: 30px;
  }
}
.cloud_title_03 .f-sml {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}

.cloud_common {
  padding: 30px 40px;
}
@media screen and (min-width: 769px) {
  .cloud_common {
    padding: 56px 10px;
  }
}
.cloud_common.add_bg {
  background: #f9f9f9;
}

@media screen and (min-width: 769px) {
  .cloud_common_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 40px 1fr;
    grid-template-columns: 350px 1fr;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ems .cloud_common_container {
    -ms-grid-columns: 430px 1fr;
    grid-template-columns: 430px 1fr;
  }
}
@media screen and (min-width: 769px) {
  .cloud_common_container.posi_top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.cloud_common_container .cloud_title .sub_title {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .sub_title {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
.cloud_common_container .cloud_title .explain {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .explain {
    font-size: 1.4rem;
  }
}
.cloud_common_container .cloud_title .use_ex {
  margin-top: 30px;
  border: 1px solid #ff8901;
  position: relative;
  padding: 20px 10px 20px;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .use_ex {
    padding: 45px 15px 20px;
  }
}
.cloud_common_container .cloud_title .use_ex .ex_text {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff8901;
  padding: 3px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .use_ex .ex_text {
    padding: 5px 40px;
    font-size: 1.8rem;
    right: auto;
    left: 0;
  }
}
.cloud_common_container .cloud_title .use_ex .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 15px 1fr;
  grid-template-columns: 110px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .use_ex .item {
    -ms-grid-columns: 130px 25px 1fr;
    grid-template-columns: 130px 1fr;
    gap: 25px;
  }
}
.cloud_common_container .cloud_title .use_ex .item:not(:first-child) {
  margin-top: 15px;
}
.cloud_common_container .cloud_title .use_ex .item .text {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_title .use_ex .item .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cloud_common_container .cloud_contents {
    margin-top: 30px;
  }
}
.cloud_common_container .cloud_contents .img {
  max-width: 510px;
  margin: auto;
}
.cloud_common_container .cloud_contents .card_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_contents .card_list {
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
  }
}
.cloud_common_container .cloud_contents .card_list_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 15px 1fr;
  grid-template-columns: 110px 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_contents .card_list_item {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_contents .card_list_item_img img {
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cloud_common_container .cloud_contents .card_list_item_content h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_contents .card_list_item_content h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.cloud_common_container .cloud_contents .card_list_item_content p {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .cloud_common_container .cloud_contents .card_list_item_content p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.cloud_contents_output {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_output {
    -ms-grid-columns: 280px 60px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    padding-left: 30px;
  }
}
.cloud_contents_output_item h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_output_item h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.cloud_contents_output_item h3.c_orange {
  color: #ff8901;
}
.cloud_contents_output_item p {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_output_item p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    min-height: 47.5px;
  }
}
@media screen and (max-width: 768px) {
  .cloud_contents_output_item .cloud_contents_output_item_img01 {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .cloud_contents_output_item .cloud_contents_output_item_img02 {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .cloud_contents_schedule {
    padding-left: 30px;
  }
}

.cloud_contents_schedule_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.cloud_contents_schedule_text_item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_schedule_text_item h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.cloud_contents_schedule_text_item h3.c_orange {
  color: #ff8901;
}
.cloud_contents_schedule_text_item p {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_schedule_text_item p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .cloud_contents_security {
    padding-left: 40px;
  }
}

.cloud_contents_security_item01,
.cloud_contents_security_item02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 15px 1fr;
  grid-template-columns: 60px 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item01,
  .cloud_contents_security_item02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 15px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 15px;
  }
}

.cloud_contents_security_item02 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item02 {
    margin-top: 60px;
  }
}

.cloud_contents_security_item01_title,
.cloud_contents_security_item02_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff8901;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item01_title,
  .cloud_contents_security_item02_title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .cloud_contents_security_item01_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cloud_contents_security_item01_content_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 130px;
    grid-template-columns: 1fr 130px;
    gap: 15px;
  }
}
.cloud_contents_security_item01_content_item h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item01_content_item h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}

.cloud_contents_security_item02_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 130px;
  grid-template-columns: 1fr 130px;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item02_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 70px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 70px;
  }
}

.cloud_contents_security_item02_content h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item02_content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_contents_security_item02_content figure {
    margin: auto;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .cloud_contents_data {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .cloud_contents_data .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 400px;
    grid-template-columns: 1fr 400px;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cloud_contents_data .item .title p {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_data .item .title p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cloud_contents_data .item .title p {
    margin-bottom: 5px;
  }
}
.cloud_contents_data .item .title p:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .cloud_contents_ems {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cloud_contents_ems {
    margin-top: 25px;
  }
}
.cloud_contents_ems .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .cloud_contents_ems .item {
    gap: 15px;
  }
}
.cloud_contents_ems .item .title p {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cloud_contents_ems .item .title p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cloud_contents_ems .item .title p {
    margin-bottom: 5px;
  }
}
.cloud_contents_ems .item .title p:not(:first-child) {
  margin-top: 15px;
}
/*# sourceMappingURL=cloud.css.map */