@charset "UTF-8";
/* ===========================
   Base
=========================== */
/* 自動リンク（tel / mail）対策 */
.footer-box--contact a,
.footer-box--contact a:visited,
.footer-box--contact a:hover,
.footer-box--contact a:active {
  color: #fff !important;
  text-decoration: none;
}

/* iOS Safari 対策（これ重要） */
.footer-box--contact a[href^=tel],
.footer-box--contact a[href^=mailto] {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.sp-only {
  display: none;
}

.l-max {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.l-large {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.l-medium {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.l-mini {
  max-width: 768px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.l-small {
  max-width: 680px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.l-tiny {
  max-width: 320px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}

.u-pt0 {
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  .u-pt0 {
    padding-top: 0px;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .u-pb0 {
    padding-bottom: 0px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 600px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  .u-mb0 {
    margin-bottom: 0px !important;
  }
}

.u-pt1 {
  padding-top: 1px;
}
@media screen and (max-width: 600px) {
  .u-pt1 {
    padding-top: 0.5px;
  }
}

.u-pb1 {
  padding-bottom: 1px;
}
@media screen and (max-width: 600px) {
  .u-pb1 {
    padding-bottom: 0.5px;
  }
}

.u-mt1 {
  margin-top: 1px !important;
}
@media screen and (max-width: 600px) {
  .u-mt1 {
    margin-top: 0.5px !important;
  }
}

.u-mb1 {
  margin-bottom: 1px !important;
}
@media screen and (max-width: 600px) {
  .u-mb1 {
    margin-bottom: 0.5px !important;
  }
}

.u-pt2 {
  padding-top: 2px;
}
@media screen and (max-width: 600px) {
  .u-pt2 {
    padding-top: 1px;
  }
}

.u-pb2 {
  padding-bottom: 2px;
}
@media screen and (max-width: 600px) {
  .u-pb2 {
    padding-bottom: 1px;
  }
}

.u-mt2 {
  margin-top: 2px !important;
}
@media screen and (max-width: 600px) {
  .u-mt2 {
    margin-top: 1px !important;
  }
}

.u-mb2 {
  margin-bottom: 2px !important;
}
@media screen and (max-width: 600px) {
  .u-mb2 {
    margin-bottom: 1px !important;
  }
}

.u-pt3 {
  padding-top: 3px;
}
@media screen and (max-width: 600px) {
  .u-pt3 {
    padding-top: 1.5px;
  }
}

.u-pb3 {
  padding-bottom: 3px;
}
@media screen and (max-width: 600px) {
  .u-pb3 {
    padding-bottom: 1.5px;
  }
}

.u-mt3 {
  margin-top: 3px !important;
}
@media screen and (max-width: 600px) {
  .u-mt3 {
    margin-top: 1.5px !important;
  }
}

.u-mb3 {
  margin-bottom: 3px !important;
}
@media screen and (max-width: 600px) {
  .u-mb3 {
    margin-bottom: 1.5px !important;
  }
}

.u-pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 600px) {
  .u-pt4 {
    padding-top: 2px;
  }
}

.u-pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .u-pb4 {
    padding-bottom: 2px;
  }
}

.u-mt4 {
  margin-top: 4px !important;
}
@media screen and (max-width: 600px) {
  .u-mt4 {
    margin-top: 2px !important;
  }
}

.u-mb4 {
  margin-bottom: 4px !important;
}
@media screen and (max-width: 600px) {
  .u-mb4 {
    margin-bottom: 2px !important;
  }
}

.u-pt5 {
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  .u-pt5 {
    padding-top: 2.5px;
  }
}

.u-pb5 {
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .u-pb5 {
    padding-bottom: 2.5px;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 600px) {
  .u-mt5 {
    margin-top: 2.5px !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 600px) {
  .u-mb5 {
    margin-bottom: 2.5px !important;
  }
}

.u-pt6 {
  padding-top: 6px;
}
@media screen and (max-width: 600px) {
  .u-pt6 {
    padding-top: 3px;
  }
}

.u-pb6 {
  padding-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .u-pb6 {
    padding-bottom: 3px;
  }
}

.u-mt6 {
  margin-top: 6px !important;
}
@media screen and (max-width: 600px) {
  .u-mt6 {
    margin-top: 3px !important;
  }
}

.u-mb6 {
  margin-bottom: 6px !important;
}
@media screen and (max-width: 600px) {
  .u-mb6 {
    margin-bottom: 3px !important;
  }
}

.u-pt7 {
  padding-top: 7px;
}
@media screen and (max-width: 600px) {
  .u-pt7 {
    padding-top: 3.5px;
  }
}

.u-pb7 {
  padding-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .u-pb7 {
    padding-bottom: 3.5px;
  }
}

.u-mt7 {
  margin-top: 7px !important;
}
@media screen and (max-width: 600px) {
  .u-mt7 {
    margin-top: 3.5px !important;
  }
}

.u-mb7 {
  margin-bottom: 7px !important;
}
@media screen and (max-width: 600px) {
  .u-mb7 {
    margin-bottom: 3.5px !important;
  }
}

.u-pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .u-pt8 {
    padding-top: 4px;
  }
}

.u-pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .u-pb8 {
    padding-bottom: 4px;
  }
}

.u-mt8 {
  margin-top: 8px !important;
}
@media screen and (max-width: 600px) {
  .u-mt8 {
    margin-top: 4px !important;
  }
}

.u-mb8 {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 600px) {
  .u-mb8 {
    margin-bottom: 4px !important;
  }
}

.u-pt9 {
  padding-top: 9px;
}
@media screen and (max-width: 600px) {
  .u-pt9 {
    padding-top: 4.5px;
  }
}

.u-pb9 {
  padding-bottom: 9px;
}
@media screen and (max-width: 600px) {
  .u-pb9 {
    padding-bottom: 4.5px;
  }
}

.u-mt9 {
  margin-top: 9px !important;
}
@media screen and (max-width: 600px) {
  .u-mt9 {
    margin-top: 4.5px !important;
  }
}

.u-mb9 {
  margin-bottom: 9px !important;
}
@media screen and (max-width: 600px) {
  .u-mb9 {
    margin-bottom: 4.5px !important;
  }
}

.u-pt10 {
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .u-pt10 {
    padding-top: 5px;
  }
}

.u-pb10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .u-pb10 {
    padding-bottom: 5px;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 600px) {
  .u-mt10 {
    margin-top: 5px !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .u-mb10 {
    margin-bottom: 5px !important;
  }
}

.u-pt11 {
  padding-top: 11px;
}
@media screen and (max-width: 600px) {
  .u-pt11 {
    padding-top: 5.5px;
  }
}

.u-pb11 {
  padding-bottom: 11px;
}
@media screen and (max-width: 600px) {
  .u-pb11 {
    padding-bottom: 5.5px;
  }
}

.u-mt11 {
  margin-top: 11px !important;
}
@media screen and (max-width: 600px) {
  .u-mt11 {
    margin-top: 5.5px !important;
  }
}

.u-mb11 {
  margin-bottom: 11px !important;
}
@media screen and (max-width: 600px) {
  .u-mb11 {
    margin-bottom: 5.5px !important;
  }
}

.u-pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  .u-pt12 {
    padding-top: 6px;
  }
}

.u-pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .u-pb12 {
    padding-bottom: 6px;
  }
}

.u-mt12 {
  margin-top: 12px !important;
}
@media screen and (max-width: 600px) {
  .u-mt12 {
    margin-top: 6px !important;
  }
}

.u-mb12 {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 600px) {
  .u-mb12 {
    margin-bottom: 6px !important;
  }
}

.u-pt13 {
  padding-top: 13px;
}
@media screen and (max-width: 600px) {
  .u-pt13 {
    padding-top: 6.5px;
  }
}

.u-pb13 {
  padding-bottom: 13px;
}
@media screen and (max-width: 600px) {
  .u-pb13 {
    padding-bottom: 6.5px;
  }
}

.u-mt13 {
  margin-top: 13px !important;
}
@media screen and (max-width: 600px) {
  .u-mt13 {
    margin-top: 6.5px !important;
  }
}

.u-mb13 {
  margin-bottom: 13px !important;
}
@media screen and (max-width: 600px) {
  .u-mb13 {
    margin-bottom: 6.5px !important;
  }
}

.u-pt14 {
  padding-top: 14px;
}
@media screen and (max-width: 600px) {
  .u-pt14 {
    padding-top: 7px;
  }
}

.u-pb14 {
  padding-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .u-pb14 {
    padding-bottom: 7px;
  }
}

.u-mt14 {
  margin-top: 14px !important;
}
@media screen and (max-width: 600px) {
  .u-mt14 {
    margin-top: 7px !important;
  }
}

.u-mb14 {
  margin-bottom: 14px !important;
}
@media screen and (max-width: 600px) {
  .u-mb14 {
    margin-bottom: 7px !important;
  }
}

.u-pt15 {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .u-pt15 {
    padding-top: 7.5px;
  }
}

.u-pb15 {
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .u-pb15 {
    padding-bottom: 7.5px;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 600px) {
  .u-mt15 {
    margin-top: 7.5px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .u-mb15 {
    margin-bottom: 7.5px !important;
  }
}

.u-pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 600px) {
  .u-pt16 {
    padding-top: 8px;
  }
}

.u-pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .u-pb16 {
    padding-bottom: 8px;
  }
}

.u-mt16 {
  margin-top: 16px !important;
}
@media screen and (max-width: 600px) {
  .u-mt16 {
    margin-top: 8px !important;
  }
}

.u-mb16 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 600px) {
  .u-mb16 {
    margin-bottom: 8px !important;
  }
}

.u-pt17 {
  padding-top: 17px;
}
@media screen and (max-width: 600px) {
  .u-pt17 {
    padding-top: 8.5px;
  }
}

.u-pb17 {
  padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .u-pb17 {
    padding-bottom: 8.5px;
  }
}

.u-mt17 {
  margin-top: 17px !important;
}
@media screen and (max-width: 600px) {
  .u-mt17 {
    margin-top: 8.5px !important;
  }
}

.u-mb17 {
  margin-bottom: 17px !important;
}
@media screen and (max-width: 600px) {
  .u-mb17 {
    margin-bottom: 8.5px !important;
  }
}

.u-pt18 {
  padding-top: 18px;
}
@media screen and (max-width: 600px) {
  .u-pt18 {
    padding-top: 9px;
  }
}

.u-pb18 {
  padding-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .u-pb18 {
    padding-bottom: 9px;
  }
}

.u-mt18 {
  margin-top: 18px !important;
}
@media screen and (max-width: 600px) {
  .u-mt18 {
    margin-top: 9px !important;
  }
}

.u-mb18 {
  margin-bottom: 18px !important;
}
@media screen and (max-width: 600px) {
  .u-mb18 {
    margin-bottom: 9px !important;
  }
}

.u-pt19 {
  padding-top: 19px;
}
@media screen and (max-width: 600px) {
  .u-pt19 {
    padding-top: 9.5px;
  }
}

.u-pb19 {
  padding-bottom: 19px;
}
@media screen and (max-width: 600px) {
  .u-pb19 {
    padding-bottom: 9.5px;
  }
}

.u-mt19 {
  margin-top: 19px !important;
}
@media screen and (max-width: 600px) {
  .u-mt19 {
    margin-top: 9.5px !important;
  }
}

.u-mb19 {
  margin-bottom: 19px !important;
}
@media screen and (max-width: 600px) {
  .u-mb19 {
    margin-bottom: 9.5px !important;
  }
}

.u-pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .u-pt20 {
    padding-top: 10px;
  }
}

.u-pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .u-pb20 {
    padding-bottom: 10px;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 600px) {
  .u-mt20 {
    margin-top: 10px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .u-mb20 {
    margin-bottom: 10px !important;
  }
}

.u-pt21 {
  padding-top: 21px;
}
@media screen and (max-width: 600px) {
  .u-pt21 {
    padding-top: 10.5px;
  }
}

.u-pb21 {
  padding-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .u-pb21 {
    padding-bottom: 10.5px;
  }
}

.u-mt21 {
  margin-top: 21px !important;
}
@media screen and (max-width: 600px) {
  .u-mt21 {
    margin-top: 10.5px !important;
  }
}

.u-mb21 {
  margin-bottom: 21px !important;
}
@media screen and (max-width: 600px) {
  .u-mb21 {
    margin-bottom: 10.5px !important;
  }
}

.u-pt22 {
  padding-top: 22px;
}
@media screen and (max-width: 600px) {
  .u-pt22 {
    padding-top: 11px;
  }
}

.u-pb22 {
  padding-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .u-pb22 {
    padding-bottom: 11px;
  }
}

.u-mt22 {
  margin-top: 22px !important;
}
@media screen and (max-width: 600px) {
  .u-mt22 {
    margin-top: 11px !important;
  }
}

.u-mb22 {
  margin-bottom: 22px !important;
}
@media screen and (max-width: 600px) {
  .u-mb22 {
    margin-bottom: 11px !important;
  }
}

.u-pt23 {
  padding-top: 23px;
}
@media screen and (max-width: 600px) {
  .u-pt23 {
    padding-top: 11.5px;
  }
}

.u-pb23 {
  padding-bottom: 23px;
}
@media screen and (max-width: 600px) {
  .u-pb23 {
    padding-bottom: 11.5px;
  }
}

.u-mt23 {
  margin-top: 23px !important;
}
@media screen and (max-width: 600px) {
  .u-mt23 {
    margin-top: 11.5px !important;
  }
}

.u-mb23 {
  margin-bottom: 23px !important;
}
@media screen and (max-width: 600px) {
  .u-mb23 {
    margin-bottom: 11.5px !important;
  }
}

.u-pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 600px) {
  .u-pt24 {
    padding-top: 12px;
  }
}

.u-pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .u-pb24 {
    padding-bottom: 12px;
  }
}

.u-mt24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 600px) {
  .u-mt24 {
    margin-top: 12px !important;
  }
}

.u-mb24 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 600px) {
  .u-mb24 {
    margin-bottom: 12px !important;
  }
}

.u-pt25 {
  padding-top: 25px;
}
@media screen and (max-width: 600px) {
  .u-pt25 {
    padding-top: 12.5px;
  }
}

.u-pb25 {
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .u-pb25 {
    padding-bottom: 12.5px;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 600px) {
  .u-mt25 {
    margin-top: 12.5px !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 600px) {
  .u-mb25 {
    margin-bottom: 12.5px !important;
  }
}

.u-pt26 {
  padding-top: 26px;
}
@media screen and (max-width: 600px) {
  .u-pt26 {
    padding-top: 13px;
  }
}

.u-pb26 {
  padding-bottom: 26px;
}
@media screen and (max-width: 600px) {
  .u-pb26 {
    padding-bottom: 13px;
  }
}

.u-mt26 {
  margin-top: 26px !important;
}
@media screen and (max-width: 600px) {
  .u-mt26 {
    margin-top: 13px !important;
  }
}

.u-mb26 {
  margin-bottom: 26px !important;
}
@media screen and (max-width: 600px) {
  .u-mb26 {
    margin-bottom: 13px !important;
  }
}

.u-pt27 {
  padding-top: 27px;
}
@media screen and (max-width: 600px) {
  .u-pt27 {
    padding-top: 13.5px;
  }
}

.u-pb27 {
  padding-bottom: 27px;
}
@media screen and (max-width: 600px) {
  .u-pb27 {
    padding-bottom: 13.5px;
  }
}

.u-mt27 {
  margin-top: 27px !important;
}
@media screen and (max-width: 600px) {
  .u-mt27 {
    margin-top: 13.5px !important;
  }
}

.u-mb27 {
  margin-bottom: 27px !important;
}
@media screen and (max-width: 600px) {
  .u-mb27 {
    margin-bottom: 13.5px !important;
  }
}

.u-pt28 {
  padding-top: 28px;
}
@media screen and (max-width: 600px) {
  .u-pt28 {
    padding-top: 14px;
  }
}

.u-pb28 {
  padding-bottom: 28px;
}
@media screen and (max-width: 600px) {
  .u-pb28 {
    padding-bottom: 14px;
  }
}

.u-mt28 {
  margin-top: 28px !important;
}
@media screen and (max-width: 600px) {
  .u-mt28 {
    margin-top: 14px !important;
  }
}

.u-mb28 {
  margin-bottom: 28px !important;
}
@media screen and (max-width: 600px) {
  .u-mb28 {
    margin-bottom: 14px !important;
  }
}

.u-pt29 {
  padding-top: 29px;
}
@media screen and (max-width: 600px) {
  .u-pt29 {
    padding-top: 14.5px;
  }
}

.u-pb29 {
  padding-bottom: 29px;
}
@media screen and (max-width: 600px) {
  .u-pb29 {
    padding-bottom: 14.5px;
  }
}

.u-mt29 {
  margin-top: 29px !important;
}
@media screen and (max-width: 600px) {
  .u-mt29 {
    margin-top: 14.5px !important;
  }
}

.u-mb29 {
  margin-bottom: 29px !important;
}
@media screen and (max-width: 600px) {
  .u-mb29 {
    margin-bottom: 14.5px !important;
  }
}

.u-pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .u-pt30 {
    padding-top: 15px;
  }
}

.u-pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .u-pb30 {
    padding-bottom: 15px;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .u-mt30 {
    margin-top: 15px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .u-mb30 {
    margin-bottom: 15px !important;
  }
}

.u-pt31 {
  padding-top: 31px;
}
@media screen and (max-width: 600px) {
  .u-pt31 {
    padding-top: 15.5px;
  }
}

.u-pb31 {
  padding-bottom: 31px;
}
@media screen and (max-width: 600px) {
  .u-pb31 {
    padding-bottom: 15.5px;
  }
}

.u-mt31 {
  margin-top: 31px !important;
}
@media screen and (max-width: 600px) {
  .u-mt31 {
    margin-top: 15.5px !important;
  }
}

.u-mb31 {
  margin-bottom: 31px !important;
}
@media screen and (max-width: 600px) {
  .u-mb31 {
    margin-bottom: 15.5px !important;
  }
}

.u-pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 600px) {
  .u-pt32 {
    padding-top: 16px;
  }
}

.u-pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .u-pb32 {
    padding-bottom: 16px;
  }
}

.u-mt32 {
  margin-top: 32px !important;
}
@media screen and (max-width: 600px) {
  .u-mt32 {
    margin-top: 16px !important;
  }
}

.u-mb32 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 600px) {
  .u-mb32 {
    margin-bottom: 16px !important;
  }
}

.u-pt33 {
  padding-top: 33px;
}
@media screen and (max-width: 600px) {
  .u-pt33 {
    padding-top: 16.5px;
  }
}

.u-pb33 {
  padding-bottom: 33px;
}
@media screen and (max-width: 600px) {
  .u-pb33 {
    padding-bottom: 16.5px;
  }
}

.u-mt33 {
  margin-top: 33px !important;
}
@media screen and (max-width: 600px) {
  .u-mt33 {
    margin-top: 16.5px !important;
  }
}

.u-mb33 {
  margin-bottom: 33px !important;
}
@media screen and (max-width: 600px) {
  .u-mb33 {
    margin-bottom: 16.5px !important;
  }
}

.u-pt34 {
  padding-top: 34px;
}
@media screen and (max-width: 600px) {
  .u-pt34 {
    padding-top: 17px;
  }
}

.u-pb34 {
  padding-bottom: 34px;
}
@media screen and (max-width: 600px) {
  .u-pb34 {
    padding-bottom: 17px;
  }
}

.u-mt34 {
  margin-top: 34px !important;
}
@media screen and (max-width: 600px) {
  .u-mt34 {
    margin-top: 17px !important;
  }
}

.u-mb34 {
  margin-bottom: 34px !important;
}
@media screen and (max-width: 600px) {
  .u-mb34 {
    margin-bottom: 17px !important;
  }
}

.u-pt35 {
  padding-top: 35px;
}
@media screen and (max-width: 600px) {
  .u-pt35 {
    padding-top: 17.5px;
  }
}

.u-pb35 {
  padding-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .u-pb35 {
    padding-bottom: 17.5px;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 600px) {
  .u-mt35 {
    margin-top: 17.5px !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 600px) {
  .u-mb35 {
    margin-bottom: 17.5px !important;
  }
}

.u-pt36 {
  padding-top: 36px;
}
@media screen and (max-width: 600px) {
  .u-pt36 {
    padding-top: 18px;
  }
}

.u-pb36 {
  padding-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .u-pb36 {
    padding-bottom: 18px;
  }
}

.u-mt36 {
  margin-top: 36px !important;
}
@media screen and (max-width: 600px) {
  .u-mt36 {
    margin-top: 18px !important;
  }
}

.u-mb36 {
  margin-bottom: 36px !important;
}
@media screen and (max-width: 600px) {
  .u-mb36 {
    margin-bottom: 18px !important;
  }
}

.u-pt37 {
  padding-top: 37px;
}
@media screen and (max-width: 600px) {
  .u-pt37 {
    padding-top: 18.5px;
  }
}

.u-pb37 {
  padding-bottom: 37px;
}
@media screen and (max-width: 600px) {
  .u-pb37 {
    padding-bottom: 18.5px;
  }
}

.u-mt37 {
  margin-top: 37px !important;
}
@media screen and (max-width: 600px) {
  .u-mt37 {
    margin-top: 18.5px !important;
  }
}

.u-mb37 {
  margin-bottom: 37px !important;
}
@media screen and (max-width: 600px) {
  .u-mb37 {
    margin-bottom: 18.5px !important;
  }
}

.u-pt38 {
  padding-top: 38px;
}
@media screen and (max-width: 600px) {
  .u-pt38 {
    padding-top: 19px;
  }
}

.u-pb38 {
  padding-bottom: 38px;
}
@media screen and (max-width: 600px) {
  .u-pb38 {
    padding-bottom: 19px;
  }
}

.u-mt38 {
  margin-top: 38px !important;
}
@media screen and (max-width: 600px) {
  .u-mt38 {
    margin-top: 19px !important;
  }
}

.u-mb38 {
  margin-bottom: 38px !important;
}
@media screen and (max-width: 600px) {
  .u-mb38 {
    margin-bottom: 19px !important;
  }
}

.u-pt39 {
  padding-top: 39px;
}
@media screen and (max-width: 600px) {
  .u-pt39 {
    padding-top: 19.5px;
  }
}

.u-pb39 {
  padding-bottom: 39px;
}
@media screen and (max-width: 600px) {
  .u-pb39 {
    padding-bottom: 19.5px;
  }
}

.u-mt39 {
  margin-top: 39px !important;
}
@media screen and (max-width: 600px) {
  .u-mt39 {
    margin-top: 19.5px !important;
  }
}

.u-mb39 {
  margin-bottom: 39px !important;
}
@media screen and (max-width: 600px) {
  .u-mb39 {
    margin-bottom: 19.5px !important;
  }
}

.u-pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .u-pt40 {
    padding-top: 20px;
  }
}

.u-pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .u-pb40 {
    padding-bottom: 20px;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 600px) {
  .u-mt40 {
    margin-top: 20px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 600px) {
  .u-mb40 {
    margin-bottom: 20px !important;
  }
}

.u-pt41 {
  padding-top: 41px;
}
@media screen and (max-width: 600px) {
  .u-pt41 {
    padding-top: 20.5px;
  }
}

.u-pb41 {
  padding-bottom: 41px;
}
@media screen and (max-width: 600px) {
  .u-pb41 {
    padding-bottom: 20.5px;
  }
}

.u-mt41 {
  margin-top: 41px !important;
}
@media screen and (max-width: 600px) {
  .u-mt41 {
    margin-top: 20.5px !important;
  }
}

.u-mb41 {
  margin-bottom: 41px !important;
}
@media screen and (max-width: 600px) {
  .u-mb41 {
    margin-bottom: 20.5px !important;
  }
}

.u-pt42 {
  padding-top: 42px;
}
@media screen and (max-width: 600px) {
  .u-pt42 {
    padding-top: 21px;
  }
}

.u-pb42 {
  padding-bottom: 42px;
}
@media screen and (max-width: 600px) {
  .u-pb42 {
    padding-bottom: 21px;
  }
}

.u-mt42 {
  margin-top: 42px !important;
}
@media screen and (max-width: 600px) {
  .u-mt42 {
    margin-top: 21px !important;
  }
}

.u-mb42 {
  margin-bottom: 42px !important;
}
@media screen and (max-width: 600px) {
  .u-mb42 {
    margin-bottom: 21px !important;
  }
}

.u-pt43 {
  padding-top: 43px;
}
@media screen and (max-width: 600px) {
  .u-pt43 {
    padding-top: 21.5px;
  }
}

.u-pb43 {
  padding-bottom: 43px;
}
@media screen and (max-width: 600px) {
  .u-pb43 {
    padding-bottom: 21.5px;
  }
}

.u-mt43 {
  margin-top: 43px !important;
}
@media screen and (max-width: 600px) {
  .u-mt43 {
    margin-top: 21.5px !important;
  }
}

.u-mb43 {
  margin-bottom: 43px !important;
}
@media screen and (max-width: 600px) {
  .u-mb43 {
    margin-bottom: 21.5px !important;
  }
}

.u-pt44 {
  padding-top: 44px;
}
@media screen and (max-width: 600px) {
  .u-pt44 {
    padding-top: 22px;
  }
}

.u-pb44 {
  padding-bottom: 44px;
}
@media screen and (max-width: 600px) {
  .u-pb44 {
    padding-bottom: 22px;
  }
}

.u-mt44 {
  margin-top: 44px !important;
}
@media screen and (max-width: 600px) {
  .u-mt44 {
    margin-top: 22px !important;
  }
}

.u-mb44 {
  margin-bottom: 44px !important;
}
@media screen and (max-width: 600px) {
  .u-mb44 {
    margin-bottom: 22px !important;
  }
}

.u-pt45 {
  padding-top: 45px;
}
@media screen and (max-width: 600px) {
  .u-pt45 {
    padding-top: 22.5px;
  }
}

.u-pb45 {
  padding-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .u-pb45 {
    padding-bottom: 22.5px;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 600px) {
  .u-mt45 {
    margin-top: 22.5px !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .u-mb45 {
    margin-bottom: 22.5px !important;
  }
}

.u-pt46 {
  padding-top: 46px;
}
@media screen and (max-width: 600px) {
  .u-pt46 {
    padding-top: 23px;
  }
}

.u-pb46 {
  padding-bottom: 46px;
}
@media screen and (max-width: 600px) {
  .u-pb46 {
    padding-bottom: 23px;
  }
}

.u-mt46 {
  margin-top: 46px !important;
}
@media screen and (max-width: 600px) {
  .u-mt46 {
    margin-top: 23px !important;
  }
}

.u-mb46 {
  margin-bottom: 46px !important;
}
@media screen and (max-width: 600px) {
  .u-mb46 {
    margin-bottom: 23px !important;
  }
}

.u-pt47 {
  padding-top: 47px;
}
@media screen and (max-width: 600px) {
  .u-pt47 {
    padding-top: 23.5px;
  }
}

.u-pb47 {
  padding-bottom: 47px;
}
@media screen and (max-width: 600px) {
  .u-pb47 {
    padding-bottom: 23.5px;
  }
}

.u-mt47 {
  margin-top: 47px !important;
}
@media screen and (max-width: 600px) {
  .u-mt47 {
    margin-top: 23.5px !important;
  }
}

.u-mb47 {
  margin-bottom: 47px !important;
}
@media screen and (max-width: 600px) {
  .u-mb47 {
    margin-bottom: 23.5px !important;
  }
}

.u-pt48 {
  padding-top: 48px;
}
@media screen and (max-width: 600px) {
  .u-pt48 {
    padding-top: 24px;
  }
}

.u-pb48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .u-pb48 {
    padding-bottom: 24px;
  }
}

.u-mt48 {
  margin-top: 48px !important;
}
@media screen and (max-width: 600px) {
  .u-mt48 {
    margin-top: 24px !important;
  }
}

.u-mb48 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 600px) {
  .u-mb48 {
    margin-bottom: 24px !important;
  }
}

.u-pt49 {
  padding-top: 49px;
}
@media screen and (max-width: 600px) {
  .u-pt49 {
    padding-top: 24.5px;
  }
}

.u-pb49 {
  padding-bottom: 49px;
}
@media screen and (max-width: 600px) {
  .u-pb49 {
    padding-bottom: 24.5px;
  }
}

.u-mt49 {
  margin-top: 49px !important;
}
@media screen and (max-width: 600px) {
  .u-mt49 {
    margin-top: 24.5px !important;
  }
}

.u-mb49 {
  margin-bottom: 49px !important;
}
@media screen and (max-width: 600px) {
  .u-mb49 {
    margin-bottom: 24.5px !important;
  }
}

.u-pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .u-pt50 {
    padding-top: 25px;
  }
}

.u-pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .u-pb50 {
    padding-bottom: 25px;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 600px) {
  .u-mt50 {
    margin-top: 25px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 600px) {
  .u-mb50 {
    margin-bottom: 25px !important;
  }
}

.u-pt51 {
  padding-top: 51px;
}
@media screen and (max-width: 600px) {
  .u-pt51 {
    padding-top: 25.5px;
  }
}

.u-pb51 {
  padding-bottom: 51px;
}
@media screen and (max-width: 600px) {
  .u-pb51 {
    padding-bottom: 25.5px;
  }
}

.u-mt51 {
  margin-top: 51px !important;
}
@media screen and (max-width: 600px) {
  .u-mt51 {
    margin-top: 25.5px !important;
  }
}

.u-mb51 {
  margin-bottom: 51px !important;
}
@media screen and (max-width: 600px) {
  .u-mb51 {
    margin-bottom: 25.5px !important;
  }
}

.u-pt52 {
  padding-top: 52px;
}
@media screen and (max-width: 600px) {
  .u-pt52 {
    padding-top: 26px;
  }
}

.u-pb52 {
  padding-bottom: 52px;
}
@media screen and (max-width: 600px) {
  .u-pb52 {
    padding-bottom: 26px;
  }
}

.u-mt52 {
  margin-top: 52px !important;
}
@media screen and (max-width: 600px) {
  .u-mt52 {
    margin-top: 26px !important;
  }
}

.u-mb52 {
  margin-bottom: 52px !important;
}
@media screen and (max-width: 600px) {
  .u-mb52 {
    margin-bottom: 26px !important;
  }
}

.u-pt53 {
  padding-top: 53px;
}
@media screen and (max-width: 600px) {
  .u-pt53 {
    padding-top: 26.5px;
  }
}

.u-pb53 {
  padding-bottom: 53px;
}
@media screen and (max-width: 600px) {
  .u-pb53 {
    padding-bottom: 26.5px;
  }
}

.u-mt53 {
  margin-top: 53px !important;
}
@media screen and (max-width: 600px) {
  .u-mt53 {
    margin-top: 26.5px !important;
  }
}

.u-mb53 {
  margin-bottom: 53px !important;
}
@media screen and (max-width: 600px) {
  .u-mb53 {
    margin-bottom: 26.5px !important;
  }
}

.u-pt54 {
  padding-top: 54px;
}
@media screen and (max-width: 600px) {
  .u-pt54 {
    padding-top: 27px;
  }
}

.u-pb54 {
  padding-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .u-pb54 {
    padding-bottom: 27px;
  }
}

.u-mt54 {
  margin-top: 54px !important;
}
@media screen and (max-width: 600px) {
  .u-mt54 {
    margin-top: 27px !important;
  }
}

.u-mb54 {
  margin-bottom: 54px !important;
}
@media screen and (max-width: 600px) {
  .u-mb54 {
    margin-bottom: 27px !important;
  }
}

.u-pt55 {
  padding-top: 55px;
}
@media screen and (max-width: 600px) {
  .u-pt55 {
    padding-top: 27.5px;
  }
}

.u-pb55 {
  padding-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .u-pb55 {
    padding-bottom: 27.5px;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 600px) {
  .u-mt55 {
    margin-top: 27.5px !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 600px) {
  .u-mb55 {
    margin-bottom: 27.5px !important;
  }
}

.u-pt56 {
  padding-top: 56px;
}
@media screen and (max-width: 600px) {
  .u-pt56 {
    padding-top: 28px;
  }
}

.u-pb56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 600px) {
  .u-pb56 {
    padding-bottom: 28px;
  }
}

.u-mt56 {
  margin-top: 56px !important;
}
@media screen and (max-width: 600px) {
  .u-mt56 {
    margin-top: 28px !important;
  }
}

.u-mb56 {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 600px) {
  .u-mb56 {
    margin-bottom: 28px !important;
  }
}

.u-pt57 {
  padding-top: 57px;
}
@media screen and (max-width: 600px) {
  .u-pt57 {
    padding-top: 28.5px;
  }
}

.u-pb57 {
  padding-bottom: 57px;
}
@media screen and (max-width: 600px) {
  .u-pb57 {
    padding-bottom: 28.5px;
  }
}

.u-mt57 {
  margin-top: 57px !important;
}
@media screen and (max-width: 600px) {
  .u-mt57 {
    margin-top: 28.5px !important;
  }
}

.u-mb57 {
  margin-bottom: 57px !important;
}
@media screen and (max-width: 600px) {
  .u-mb57 {
    margin-bottom: 28.5px !important;
  }
}

.u-pt58 {
  padding-top: 58px;
}
@media screen and (max-width: 600px) {
  .u-pt58 {
    padding-top: 29px;
  }
}

.u-pb58 {
  padding-bottom: 58px;
}
@media screen and (max-width: 600px) {
  .u-pb58 {
    padding-bottom: 29px;
  }
}

.u-mt58 {
  margin-top: 58px !important;
}
@media screen and (max-width: 600px) {
  .u-mt58 {
    margin-top: 29px !important;
  }
}

.u-mb58 {
  margin-bottom: 58px !important;
}
@media screen and (max-width: 600px) {
  .u-mb58 {
    margin-bottom: 29px !important;
  }
}

.u-pt59 {
  padding-top: 59px;
}
@media screen and (max-width: 600px) {
  .u-pt59 {
    padding-top: 29.5px;
  }
}

.u-pb59 {
  padding-bottom: 59px;
}
@media screen and (max-width: 600px) {
  .u-pb59 {
    padding-bottom: 29.5px;
  }
}

.u-mt59 {
  margin-top: 59px !important;
}
@media screen and (max-width: 600px) {
  .u-mt59 {
    margin-top: 29.5px !important;
  }
}

.u-mb59 {
  margin-bottom: 59px !important;
}
@media screen and (max-width: 600px) {
  .u-mb59 {
    margin-bottom: 29.5px !important;
  }
}

.u-pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .u-pt60 {
    padding-top: 30px;
  }
}

.u-pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .u-pb60 {
    padding-bottom: 30px;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 600px) {
  .u-mt60 {
    margin-top: 30px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .u-mb60 {
    margin-bottom: 30px !important;
  }
}

.u-pt61 {
  padding-top: 61px;
}
@media screen and (max-width: 600px) {
  .u-pt61 {
    padding-top: 30.5px;
  }
}

.u-pb61 {
  padding-bottom: 61px;
}
@media screen and (max-width: 600px) {
  .u-pb61 {
    padding-bottom: 30.5px;
  }
}

.u-mt61 {
  margin-top: 61px !important;
}
@media screen and (max-width: 600px) {
  .u-mt61 {
    margin-top: 30.5px !important;
  }
}

.u-mb61 {
  margin-bottom: 61px !important;
}
@media screen and (max-width: 600px) {
  .u-mb61 {
    margin-bottom: 30.5px !important;
  }
}

.u-pt62 {
  padding-top: 62px;
}
@media screen and (max-width: 600px) {
  .u-pt62 {
    padding-top: 31px;
  }
}

.u-pb62 {
  padding-bottom: 62px;
}
@media screen and (max-width: 600px) {
  .u-pb62 {
    padding-bottom: 31px;
  }
}

.u-mt62 {
  margin-top: 62px !important;
}
@media screen and (max-width: 600px) {
  .u-mt62 {
    margin-top: 31px !important;
  }
}

.u-mb62 {
  margin-bottom: 62px !important;
}
@media screen and (max-width: 600px) {
  .u-mb62 {
    margin-bottom: 31px !important;
  }
}

.u-pt63 {
  padding-top: 63px;
}
@media screen and (max-width: 600px) {
  .u-pt63 {
    padding-top: 31.5px;
  }
}

.u-pb63 {
  padding-bottom: 63px;
}
@media screen and (max-width: 600px) {
  .u-pb63 {
    padding-bottom: 31.5px;
  }
}

.u-mt63 {
  margin-top: 63px !important;
}
@media screen and (max-width: 600px) {
  .u-mt63 {
    margin-top: 31.5px !important;
  }
}

.u-mb63 {
  margin-bottom: 63px !important;
}
@media screen and (max-width: 600px) {
  .u-mb63 {
    margin-bottom: 31.5px !important;
  }
}

.u-pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 600px) {
  .u-pt64 {
    padding-top: 32px;
  }
}

.u-pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .u-pb64 {
    padding-bottom: 32px;
  }
}

.u-mt64 {
  margin-top: 64px !important;
}
@media screen and (max-width: 600px) {
  .u-mt64 {
    margin-top: 32px !important;
  }
}

.u-mb64 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 600px) {
  .u-mb64 {
    margin-bottom: 32px !important;
  }
}

.u-pt65 {
  padding-top: 65px;
}
@media screen and (max-width: 600px) {
  .u-pt65 {
    padding-top: 32.5px;
  }
}

.u-pb65 {
  padding-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .u-pb65 {
    padding-bottom: 32.5px;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 600px) {
  .u-mt65 {
    margin-top: 32.5px !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 600px) {
  .u-mb65 {
    margin-bottom: 32.5px !important;
  }
}

.u-pt66 {
  padding-top: 66px;
}
@media screen and (max-width: 600px) {
  .u-pt66 {
    padding-top: 33px;
  }
}

.u-pb66 {
  padding-bottom: 66px;
}
@media screen and (max-width: 600px) {
  .u-pb66 {
    padding-bottom: 33px;
  }
}

.u-mt66 {
  margin-top: 66px !important;
}
@media screen and (max-width: 600px) {
  .u-mt66 {
    margin-top: 33px !important;
  }
}

.u-mb66 {
  margin-bottom: 66px !important;
}
@media screen and (max-width: 600px) {
  .u-mb66 {
    margin-bottom: 33px !important;
  }
}

.u-pt67 {
  padding-top: 67px;
}
@media screen and (max-width: 600px) {
  .u-pt67 {
    padding-top: 33.5px;
  }
}

.u-pb67 {
  padding-bottom: 67px;
}
@media screen and (max-width: 600px) {
  .u-pb67 {
    padding-bottom: 33.5px;
  }
}

.u-mt67 {
  margin-top: 67px !important;
}
@media screen and (max-width: 600px) {
  .u-mt67 {
    margin-top: 33.5px !important;
  }
}

.u-mb67 {
  margin-bottom: 67px !important;
}
@media screen and (max-width: 600px) {
  .u-mb67 {
    margin-bottom: 33.5px !important;
  }
}

.u-pt68 {
  padding-top: 68px;
}
@media screen and (max-width: 600px) {
  .u-pt68 {
    padding-top: 34px;
  }
}

.u-pb68 {
  padding-bottom: 68px;
}
@media screen and (max-width: 600px) {
  .u-pb68 {
    padding-bottom: 34px;
  }
}

.u-mt68 {
  margin-top: 68px !important;
}
@media screen and (max-width: 600px) {
  .u-mt68 {
    margin-top: 34px !important;
  }
}

.u-mb68 {
  margin-bottom: 68px !important;
}
@media screen and (max-width: 600px) {
  .u-mb68 {
    margin-bottom: 34px !important;
  }
}

.u-pt69 {
  padding-top: 69px;
}
@media screen and (max-width: 600px) {
  .u-pt69 {
    padding-top: 34.5px;
  }
}

.u-pb69 {
  padding-bottom: 69px;
}
@media screen and (max-width: 600px) {
  .u-pb69 {
    padding-bottom: 34.5px;
  }
}

.u-mt69 {
  margin-top: 69px !important;
}
@media screen and (max-width: 600px) {
  .u-mt69 {
    margin-top: 34.5px !important;
  }
}

.u-mb69 {
  margin-bottom: 69px !important;
}
@media screen and (max-width: 600px) {
  .u-mb69 {
    margin-bottom: 34.5px !important;
  }
}

.u-pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .u-pt70 {
    padding-top: 35px;
  }
}

.u-pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .u-pb70 {
    padding-bottom: 35px;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 600px) {
  .u-mt70 {
    margin-top: 35px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 600px) {
  .u-mb70 {
    margin-bottom: 35px !important;
  }
}

.u-pt71 {
  padding-top: 71px;
}
@media screen and (max-width: 600px) {
  .u-pt71 {
    padding-top: 35.5px;
  }
}

.u-pb71 {
  padding-bottom: 71px;
}
@media screen and (max-width: 600px) {
  .u-pb71 {
    padding-bottom: 35.5px;
  }
}

.u-mt71 {
  margin-top: 71px !important;
}
@media screen and (max-width: 600px) {
  .u-mt71 {
    margin-top: 35.5px !important;
  }
}

.u-mb71 {
  margin-bottom: 71px !important;
}
@media screen and (max-width: 600px) {
  .u-mb71 {
    margin-bottom: 35.5px !important;
  }
}

.u-pt72 {
  padding-top: 72px;
}
@media screen and (max-width: 600px) {
  .u-pt72 {
    padding-top: 36px;
  }
}

.u-pb72 {
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .u-pb72 {
    padding-bottom: 36px;
  }
}

.u-mt72 {
  margin-top: 72px !important;
}
@media screen and (max-width: 600px) {
  .u-mt72 {
    margin-top: 36px !important;
  }
}

.u-mb72 {
  margin-bottom: 72px !important;
}
@media screen and (max-width: 600px) {
  .u-mb72 {
    margin-bottom: 36px !important;
  }
}

.u-pt73 {
  padding-top: 73px;
}
@media screen and (max-width: 600px) {
  .u-pt73 {
    padding-top: 36.5px;
  }
}

.u-pb73 {
  padding-bottom: 73px;
}
@media screen and (max-width: 600px) {
  .u-pb73 {
    padding-bottom: 36.5px;
  }
}

.u-mt73 {
  margin-top: 73px !important;
}
@media screen and (max-width: 600px) {
  .u-mt73 {
    margin-top: 36.5px !important;
  }
}

.u-mb73 {
  margin-bottom: 73px !important;
}
@media screen and (max-width: 600px) {
  .u-mb73 {
    margin-bottom: 36.5px !important;
  }
}

.u-pt74 {
  padding-top: 74px;
}
@media screen and (max-width: 600px) {
  .u-pt74 {
    padding-top: 37px;
  }
}

.u-pb74 {
  padding-bottom: 74px;
}
@media screen and (max-width: 600px) {
  .u-pb74 {
    padding-bottom: 37px;
  }
}

.u-mt74 {
  margin-top: 74px !important;
}
@media screen and (max-width: 600px) {
  .u-mt74 {
    margin-top: 37px !important;
  }
}

.u-mb74 {
  margin-bottom: 74px !important;
}
@media screen and (max-width: 600px) {
  .u-mb74 {
    margin-bottom: 37px !important;
  }
}

.u-pt75 {
  padding-top: 75px;
}
@media screen and (max-width: 600px) {
  .u-pt75 {
    padding-top: 37.5px;
  }
}

.u-pb75 {
  padding-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .u-pb75 {
    padding-bottom: 37.5px;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 600px) {
  .u-mt75 {
    margin-top: 37.5px !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 600px) {
  .u-mb75 {
    margin-bottom: 37.5px !important;
  }
}

.u-pt76 {
  padding-top: 76px;
}
@media screen and (max-width: 600px) {
  .u-pt76 {
    padding-top: 38px;
  }
}

.u-pb76 {
  padding-bottom: 76px;
}
@media screen and (max-width: 600px) {
  .u-pb76 {
    padding-bottom: 38px;
  }
}

.u-mt76 {
  margin-top: 76px !important;
}
@media screen and (max-width: 600px) {
  .u-mt76 {
    margin-top: 38px !important;
  }
}

.u-mb76 {
  margin-bottom: 76px !important;
}
@media screen and (max-width: 600px) {
  .u-mb76 {
    margin-bottom: 38px !important;
  }
}

.u-pt77 {
  padding-top: 77px;
}
@media screen and (max-width: 600px) {
  .u-pt77 {
    padding-top: 38.5px;
  }
}

.u-pb77 {
  padding-bottom: 77px;
}
@media screen and (max-width: 600px) {
  .u-pb77 {
    padding-bottom: 38.5px;
  }
}

.u-mt77 {
  margin-top: 77px !important;
}
@media screen and (max-width: 600px) {
  .u-mt77 {
    margin-top: 38.5px !important;
  }
}

.u-mb77 {
  margin-bottom: 77px !important;
}
@media screen and (max-width: 600px) {
  .u-mb77 {
    margin-bottom: 38.5px !important;
  }
}

.u-pt78 {
  padding-top: 78px;
}
@media screen and (max-width: 600px) {
  .u-pt78 {
    padding-top: 39px;
  }
}

.u-pb78 {
  padding-bottom: 78px;
}
@media screen and (max-width: 600px) {
  .u-pb78 {
    padding-bottom: 39px;
  }
}

.u-mt78 {
  margin-top: 78px !important;
}
@media screen and (max-width: 600px) {
  .u-mt78 {
    margin-top: 39px !important;
  }
}

.u-mb78 {
  margin-bottom: 78px !important;
}
@media screen and (max-width: 600px) {
  .u-mb78 {
    margin-bottom: 39px !important;
  }
}

.u-pt79 {
  padding-top: 79px;
}
@media screen and (max-width: 600px) {
  .u-pt79 {
    padding-top: 39.5px;
  }
}

.u-pb79 {
  padding-bottom: 79px;
}
@media screen and (max-width: 600px) {
  .u-pb79 {
    padding-bottom: 39.5px;
  }
}

.u-mt79 {
  margin-top: 79px !important;
}
@media screen and (max-width: 600px) {
  .u-mt79 {
    margin-top: 39.5px !important;
  }
}

.u-mb79 {
  margin-bottom: 79px !important;
}
@media screen and (max-width: 600px) {
  .u-mb79 {
    margin-bottom: 39.5px !important;
  }
}

.u-pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .u-pt80 {
    padding-top: 40px;
  }
}

.u-pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .u-pb80 {
    padding-bottom: 40px;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 600px) {
  .u-mt80 {
    margin-top: 40px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 600px) {
  .u-mb80 {
    margin-bottom: 40px !important;
  }
}

.u-pt81 {
  padding-top: 81px;
}
@media screen and (max-width: 600px) {
  .u-pt81 {
    padding-top: 40.5px;
  }
}

.u-pb81 {
  padding-bottom: 81px;
}
@media screen and (max-width: 600px) {
  .u-pb81 {
    padding-bottom: 40.5px;
  }
}

.u-mt81 {
  margin-top: 81px !important;
}
@media screen and (max-width: 600px) {
  .u-mt81 {
    margin-top: 40.5px !important;
  }
}

.u-mb81 {
  margin-bottom: 81px !important;
}
@media screen and (max-width: 600px) {
  .u-mb81 {
    margin-bottom: 40.5px !important;
  }
}

.u-pt82 {
  padding-top: 82px;
}
@media screen and (max-width: 600px) {
  .u-pt82 {
    padding-top: 41px;
  }
}

.u-pb82 {
  padding-bottom: 82px;
}
@media screen and (max-width: 600px) {
  .u-pb82 {
    padding-bottom: 41px;
  }
}

.u-mt82 {
  margin-top: 82px !important;
}
@media screen and (max-width: 600px) {
  .u-mt82 {
    margin-top: 41px !important;
  }
}

.u-mb82 {
  margin-bottom: 82px !important;
}
@media screen and (max-width: 600px) {
  .u-mb82 {
    margin-bottom: 41px !important;
  }
}

.u-pt83 {
  padding-top: 83px;
}
@media screen and (max-width: 600px) {
  .u-pt83 {
    padding-top: 41.5px;
  }
}

.u-pb83 {
  padding-bottom: 83px;
}
@media screen and (max-width: 600px) {
  .u-pb83 {
    padding-bottom: 41.5px;
  }
}

.u-mt83 {
  margin-top: 83px !important;
}
@media screen and (max-width: 600px) {
  .u-mt83 {
    margin-top: 41.5px !important;
  }
}

.u-mb83 {
  margin-bottom: 83px !important;
}
@media screen and (max-width: 600px) {
  .u-mb83 {
    margin-bottom: 41.5px !important;
  }
}

.u-pt84 {
  padding-top: 84px;
}
@media screen and (max-width: 600px) {
  .u-pt84 {
    padding-top: 42px;
  }
}

.u-pb84 {
  padding-bottom: 84px;
}
@media screen and (max-width: 600px) {
  .u-pb84 {
    padding-bottom: 42px;
  }
}

.u-mt84 {
  margin-top: 84px !important;
}
@media screen and (max-width: 600px) {
  .u-mt84 {
    margin-top: 42px !important;
  }
}

.u-mb84 {
  margin-bottom: 84px !important;
}
@media screen and (max-width: 600px) {
  .u-mb84 {
    margin-bottom: 42px !important;
  }
}

.u-pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 600px) {
  .u-pt85 {
    padding-top: 42.5px;
  }
}

.u-pb85 {
  padding-bottom: 85px;
}
@media screen and (max-width: 600px) {
  .u-pb85 {
    padding-bottom: 42.5px;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 600px) {
  .u-mt85 {
    margin-top: 42.5px !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 600px) {
  .u-mb85 {
    margin-bottom: 42.5px !important;
  }
}

.u-pt86 {
  padding-top: 86px;
}
@media screen and (max-width: 600px) {
  .u-pt86 {
    padding-top: 43px;
  }
}

.u-pb86 {
  padding-bottom: 86px;
}
@media screen and (max-width: 600px) {
  .u-pb86 {
    padding-bottom: 43px;
  }
}

.u-mt86 {
  margin-top: 86px !important;
}
@media screen and (max-width: 600px) {
  .u-mt86 {
    margin-top: 43px !important;
  }
}

.u-mb86 {
  margin-bottom: 86px !important;
}
@media screen and (max-width: 600px) {
  .u-mb86 {
    margin-bottom: 43px !important;
  }
}

.u-pt87 {
  padding-top: 87px;
}
@media screen and (max-width: 600px) {
  .u-pt87 {
    padding-top: 43.5px;
  }
}

.u-pb87 {
  padding-bottom: 87px;
}
@media screen and (max-width: 600px) {
  .u-pb87 {
    padding-bottom: 43.5px;
  }
}

.u-mt87 {
  margin-top: 87px !important;
}
@media screen and (max-width: 600px) {
  .u-mt87 {
    margin-top: 43.5px !important;
  }
}

.u-mb87 {
  margin-bottom: 87px !important;
}
@media screen and (max-width: 600px) {
  .u-mb87 {
    margin-bottom: 43.5px !important;
  }
}

.u-pt88 {
  padding-top: 88px;
}
@media screen and (max-width: 600px) {
  .u-pt88 {
    padding-top: 44px;
  }
}

.u-pb88 {
  padding-bottom: 88px;
}
@media screen and (max-width: 600px) {
  .u-pb88 {
    padding-bottom: 44px;
  }
}

.u-mt88 {
  margin-top: 88px !important;
}
@media screen and (max-width: 600px) {
  .u-mt88 {
    margin-top: 44px !important;
  }
}

.u-mb88 {
  margin-bottom: 88px !important;
}
@media screen and (max-width: 600px) {
  .u-mb88 {
    margin-bottom: 44px !important;
  }
}

.u-pt89 {
  padding-top: 89px;
}
@media screen and (max-width: 600px) {
  .u-pt89 {
    padding-top: 44.5px;
  }
}

.u-pb89 {
  padding-bottom: 89px;
}
@media screen and (max-width: 600px) {
  .u-pb89 {
    padding-bottom: 44.5px;
  }
}

.u-mt89 {
  margin-top: 89px !important;
}
@media screen and (max-width: 600px) {
  .u-mt89 {
    margin-top: 44.5px !important;
  }
}

.u-mb89 {
  margin-bottom: 89px !important;
}
@media screen and (max-width: 600px) {
  .u-mb89 {
    margin-bottom: 44.5px !important;
  }
}

.u-pt90 {
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  .u-pt90 {
    padding-top: 45px;
  }
}

.u-pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .u-pb90 {
    padding-bottom: 45px;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 600px) {
  .u-mt90 {
    margin-top: 45px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 600px) {
  .u-mb90 {
    margin-bottom: 45px !important;
  }
}

.u-pt91 {
  padding-top: 91px;
}
@media screen and (max-width: 600px) {
  .u-pt91 {
    padding-top: 45.5px;
  }
}

.u-pb91 {
  padding-bottom: 91px;
}
@media screen and (max-width: 600px) {
  .u-pb91 {
    padding-bottom: 45.5px;
  }
}

.u-mt91 {
  margin-top: 91px !important;
}
@media screen and (max-width: 600px) {
  .u-mt91 {
    margin-top: 45.5px !important;
  }
}

.u-mb91 {
  margin-bottom: 91px !important;
}
@media screen and (max-width: 600px) {
  .u-mb91 {
    margin-bottom: 45.5px !important;
  }
}

.u-pt92 {
  padding-top: 92px;
}
@media screen and (max-width: 600px) {
  .u-pt92 {
    padding-top: 46px;
  }
}

.u-pb92 {
  padding-bottom: 92px;
}
@media screen and (max-width: 600px) {
  .u-pb92 {
    padding-bottom: 46px;
  }
}

.u-mt92 {
  margin-top: 92px !important;
}
@media screen and (max-width: 600px) {
  .u-mt92 {
    margin-top: 46px !important;
  }
}

.u-mb92 {
  margin-bottom: 92px !important;
}
@media screen and (max-width: 600px) {
  .u-mb92 {
    margin-bottom: 46px !important;
  }
}

.u-pt93 {
  padding-top: 93px;
}
@media screen and (max-width: 600px) {
  .u-pt93 {
    padding-top: 46.5px;
  }
}

.u-pb93 {
  padding-bottom: 93px;
}
@media screen and (max-width: 600px) {
  .u-pb93 {
    padding-bottom: 46.5px;
  }
}

.u-mt93 {
  margin-top: 93px !important;
}
@media screen and (max-width: 600px) {
  .u-mt93 {
    margin-top: 46.5px !important;
  }
}

.u-mb93 {
  margin-bottom: 93px !important;
}
@media screen and (max-width: 600px) {
  .u-mb93 {
    margin-bottom: 46.5px !important;
  }
}

.u-pt94 {
  padding-top: 94px;
}
@media screen and (max-width: 600px) {
  .u-pt94 {
    padding-top: 47px;
  }
}

.u-pb94 {
  padding-bottom: 94px;
}
@media screen and (max-width: 600px) {
  .u-pb94 {
    padding-bottom: 47px;
  }
}

.u-mt94 {
  margin-top: 94px !important;
}
@media screen and (max-width: 600px) {
  .u-mt94 {
    margin-top: 47px !important;
  }
}

.u-mb94 {
  margin-bottom: 94px !important;
}
@media screen and (max-width: 600px) {
  .u-mb94 {
    margin-bottom: 47px !important;
  }
}

.u-pt95 {
  padding-top: 95px;
}
@media screen and (max-width: 600px) {
  .u-pt95 {
    padding-top: 47.5px;
  }
}

.u-pb95 {
  padding-bottom: 95px;
}
@media screen and (max-width: 600px) {
  .u-pb95 {
    padding-bottom: 47.5px;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 600px) {
  .u-mt95 {
    margin-top: 47.5px !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 600px) {
  .u-mb95 {
    margin-bottom: 47.5px !important;
  }
}

.u-pt96 {
  padding-top: 96px;
}
@media screen and (max-width: 600px) {
  .u-pt96 {
    padding-top: 48px;
  }
}

.u-pb96 {
  padding-bottom: 96px;
}
@media screen and (max-width: 600px) {
  .u-pb96 {
    padding-bottom: 48px;
  }
}

.u-mt96 {
  margin-top: 96px !important;
}
@media screen and (max-width: 600px) {
  .u-mt96 {
    margin-top: 48px !important;
  }
}

.u-mb96 {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 600px) {
  .u-mb96 {
    margin-bottom: 48px !important;
  }
}

.u-pt97 {
  padding-top: 97px;
}
@media screen and (max-width: 600px) {
  .u-pt97 {
    padding-top: 48.5px;
  }
}

.u-pb97 {
  padding-bottom: 97px;
}
@media screen and (max-width: 600px) {
  .u-pb97 {
    padding-bottom: 48.5px;
  }
}

.u-mt97 {
  margin-top: 97px !important;
}
@media screen and (max-width: 600px) {
  .u-mt97 {
    margin-top: 48.5px !important;
  }
}

.u-mb97 {
  margin-bottom: 97px !important;
}
@media screen and (max-width: 600px) {
  .u-mb97 {
    margin-bottom: 48.5px !important;
  }
}

.u-pt98 {
  padding-top: 98px;
}
@media screen and (max-width: 600px) {
  .u-pt98 {
    padding-top: 49px;
  }
}

.u-pb98 {
  padding-bottom: 98px;
}
@media screen and (max-width: 600px) {
  .u-pb98 {
    padding-bottom: 49px;
  }
}

.u-mt98 {
  margin-top: 98px !important;
}
@media screen and (max-width: 600px) {
  .u-mt98 {
    margin-top: 49px !important;
  }
}

.u-mb98 {
  margin-bottom: 98px !important;
}
@media screen and (max-width: 600px) {
  .u-mb98 {
    margin-bottom: 49px !important;
  }
}

.u-pt99 {
  padding-top: 99px;
}
@media screen and (max-width: 600px) {
  .u-pt99 {
    padding-top: 49.5px;
  }
}

.u-pb99 {
  padding-bottom: 99px;
}
@media screen and (max-width: 600px) {
  .u-pb99 {
    padding-bottom: 49.5px;
  }
}

.u-mt99 {
  margin-top: 99px !important;
}
@media screen and (max-width: 600px) {
  .u-mt99 {
    margin-top: 49.5px !important;
  }
}

.u-mb99 {
  margin-bottom: 99px !important;
}
@media screen and (max-width: 600px) {
  .u-mb99 {
    margin-bottom: 49.5px !important;
  }
}

.u-pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .u-pt100 {
    padding-top: 50px;
  }
}

.u-pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .u-pb100 {
    padding-bottom: 50px;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 600px) {
  .u-mt100 {
    margin-top: 50px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .u-mb100 {
    margin-bottom: 50px !important;
  }
}

/*------------------------------------*\
    RESET
\*------------------------------------*/
/* global box-sizing */
* {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* clear */
.clear {
  zoom: 1;
}
.clear:before {
  content: " ";
  display: block;
}
.clear:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img[src$=".svg"] {
  width: 100%;
}

a {
  color: #311703;
  text-decoration: none;
}

button {
  background: transparent;
  font-size: min(5.4vw, 1.8rem);
  display: block;
  border: none;
  box-shadow: none;
  color: #0f2a8c;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

h1, h2, h3, h4, h5,
p, table, ul, ol, dl, dd, dt {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-size: 1.8rem;
}

html {
  position: relative;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 834px) {
  html {
    font-size: 52.5%;
  }
}

/* 横スク防止（必須） */
html, body {
  overflow-x: hidden;
}

p {
  font-size: min(5.4vw, 1.8rem);
  line-height: 1.5;
}

h2 {
  font-size: min(5.4vw, 2.2rem);
  font-weight: bold;
  letter-spacing: 5px;
}

h4 {
  font-size: min(5.4vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Noto Sans JP";
  font-weight: 400;
  line-height: 1.5;
  color: #0f2a8c;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
  width: 100%;
  max-width: 100%;
}

address {
  font-style: normal;
  font-size: min(5.4vw, 1.6rem);
}

/* ===========================
   Layout
=========================== */
/* ============================
   Header
============================ */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
  border-top: 2px solid #000;
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  background-attachment: scroll;
}
.header .header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 10rem;
  margin-right: auto;
  /* ============================
     title(画像のみ)
  ============================ */
}
.header .header-inner .header-logo img {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .header .header-inner .header-logo img {
    width: 50px;
  }
}
.header .header-inner .header-title {
  display: flex;
  align-items: center;
}
.header .header-inner .header-title .header-title-img {
  display: block;
  height: auto;
  /* 〜1080pxまで自然に追従 */
  width: clamp(260px, 80vw, 950px);
}

/* 1080px以下: 左余白を消して詰める + 画像幅調整 */
@media screen and (max-width: 1080px) {
  .header .header-inner {
    margin-left: 0;
    padding: 0 2.4rem;
    gap: 1.2rem;
  }
  .header .header-inner .header-title .header-title-img {
    width: clamp(240px, 46vw, 520px);
  }
}
/* SP */
@media screen and (max-width: 600px) {
  .header {
    padding: 1rem 0;
  }
  .header .header-inner {
    gap: 0.8rem;
    margin-left: 0;
    padding: 0 1.6rem;
  }
  .header .header-inner .header-title .header-title-img {
    width: clamp(180px, 56vw, 340px);
  }
}
.side-menu {
  position: fixed;
  top: 112px;
  left: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  overflow-y: auto;
  box-shadow: 12px 0 12px rgba(0, 0, 0, 0.35);
  z-index: 100;
}
.side-menu .side-menu-nav ul {
  padding: 0;
  margin: 0;
}
.side-menu .side-menu-nav li {
  position: relative;
  /* Active（選択中） */
}
.side-menu .side-menu-nav li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85%;
  height: 1px;
  background: #0f2a8c;
}
.side-menu .side-menu-nav li a {
  display: block;
  padding: 1.4rem 0.5rem 1.4rem 4.2rem;
  color: #0f2a8c;
  font-size: 1.6rem;
  font-weight: 550;
  position: relative;
}
.side-menu .side-menu-nav li.active a {
  background-color: #fff;
  color: #be4122;
  font-weight: 700;
}
.side-menu .side-menu-nav li.active a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #be4122;
}

@media screen and (max-width: 1366px) {
  .side-menu {
    width: 260px;
  }
  .side-menu .side-menu-nav li a {
    padding-left: 3.5rem;
    padding: 0.8rem 1.2rem 1.4rem 4.2rem;
  }
  .mv {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
}
/* ===============================
   タブレット以下（@include mq）
================================ */
@media screen and (max-width: 1080px) {
  .side-menu {
    /* display:none は Safari で幅計算バグを起こすので使わない */
    position: fixed;
    left: 0;
    top: 93px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2rem 0;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    /* 開閉用 */
    /* メニュー内 */
  }
  .side-menu.open {
    transform: translateX(0);
  }
  .side-menu .side-menu-nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .side-menu .side-menu-nav li {
    border-bottom: 1px solid #0f2a8c;
  }
  .side-menu .side-menu-nav li::after {
    display: none !important;
  }
  .side-menu .side-menu-nav li a {
    display: block;
    width: 100%;
    padding: 0.6rem 2.4rem;
    font-size: 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 834px) {
  .side-menu .side-menu-nav ul li a {
    padding: 1.2rem 2.4rem;
    font-size: 2.5rem;
  }
}
/* ===============================
   スマホ（@include sp）
================================ */
@media screen and (max-width: 600px) {
  .side-menu {
    top: 66px;
  }
  .side-menu .side-menu-nav ul li a {
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
}
/* ===============================
   ハンバーガー
================================ */
.hamburger {
  display: none;
  position: absolute;
  right: 3rem;
  top: 5rem;
  width: 60px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  z-index: 1001;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .hamburger {
    display: flex;
  }
}

/* 開いたときの × アニメ */
.hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-24px) rotate(-45deg);
}

/* ============================
Header（SP）
============================ */
@media screen and (max-width: 600px) {
  .hamburger {
    gap: 6px;
    right: 2rem;
    top: 3rem;
    width: 45px;
    height: 22px;
  }
  .hamburger span {
    height: 2px;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: var(--scroll-y);
}

/* ============================
   Footer
============================ */
.footer {
  position: relative;
  width: 100%;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2.4rem 0 0;
  font-size: 1.3rem;
  z-index: 99;
}

/* l-large の中身を左寄せで積む */
.footer-inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 50px 0;
  /* ロゴ + タイトル横並び（スクショ通り左寄せ） */
  /* Tel / Fax / Mail 一行（左寄せのまま） */
  /* 下段3カラム（スクショだとほぼ等幅） */
}
.footer-inner .footer-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.footer-inner .footer-brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.footer-inner .footer-brand .footer-logo {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}
.footer-inner .footer-brand .footer-title .footer-title-picture {
  display: block;
  line-height: 0;
}
.footer-inner .footer-brand .footer-title .footer-title-img {
  display: block;
  height: auto;
  /* PC側 */
  width: clamp(240px, 50vw, 700px);
}
.footer-inner .footer-contact p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer-inner .footer-bottom {
  display: flex;
  gap: 7rem;
  margin-top: 2.4rem;
  flex-wrap: nowrap;
}
.footer-inner .footer-bottom .footer-box--contact {
  padding-left: 1.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-inner .footer-bottom .footer-box--contact .footer-box-title {
  font-size: 1.25rem;
}
.footer-inner .footer-bottom .footer-box--contact p {
  font-size: 1.25rem;
}
.footer-inner .footer-bottom .footer-box {
  width: 300px;
  line-height: 1.6;
}
.footer-inner .footer-bottom .footer-box p {
  font-size: 1.3rem;
}
.footer-inner .footer-bottom .footer-box .footer-box-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

/* 一番下の赤い帯 */
.footer-copy {
  margin-top: 2rem;
  background: #be4122;
  text-align: center;
  padding: 0.8rem 1rem;
}
.footer-copy p {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

/* PC（サイドバー表示される幅） */
/* 1081px ～ 1649px：文字だけサイドバー分ずらす */
@media screen and (min-width: 1081px) and (max-width: 1649px) {
  .footer-inner {
    padding-left: 300px;
  }
}
/* 1080px以下：サイドバー非表示なので戻す */
@media screen and (max-width: 1080px) {
  .footer-inner {
    padding-left: 0;
    width: 600px;
  }
  .footer-title .footer-title-img {
    width: clamp(220px, 46vw, 460px);
  }
}
@media screen and (max-width: 834px) {
  .footer .footer-inner {
    max-width: 90%;
    padding: 40px 0;
    gap: 2rem;
  }
  .footer .footer-inner .footer-top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .footer .footer-inner .footer-top .footer-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
  }
  .footer .footer-inner .footer-top .footer-brand .footer-logo {
    width: 55px;
  }
  .footer .footer-inner .footer-top .footer-brand .footer-title .footer-title-img {
    width: clamp(200px, 70vw, 360px);
    margin: 0 auto;
  }
  .footer .footer-inner .footer-top .footer-contact p {
    font-size: 1.35rem;
    line-height: 1.6;
  }
  .footer .footer-inner .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 1.5rem;
  }
  .footer .footer-inner .footer-bottom .footer-box {
    width: calc(50% - 2rem);
    min-width: 260px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .footer .footer-inner .footer-bottom .footer-box .footer-box-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
  .footer .footer-inner .footer-bottom .footer-box p {
    font-size: 1.3rem;
  }
  .footer .footer-copy p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    /* ============================
       Footer Inner
    ============================ */
  }
  .footer .footer-inner {
    padding: 0 1.6rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-inner .sp-only {
    display: inline;
  }
  .footer .footer-inner .footer-contact {
    text-align: center;
  }
  .footer .footer-inner .footer-contact p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .footer .footer-inner .footer-bottom {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .footer .footer-inner .footer-bottom .footer-box--contact {
    opacity: 0.85;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
  }
  .footer .footer-inner .footer-bottom .footer-box--contact .footer-box-title {
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.85;
  }
  .footer .footer-inner .footer-bottom .footer-box--contact p {
    font-size: 1.2rem;
  }
  .footer .footer-inner .footer-top {
    display: flex;
    flex-direction: column;
    /* ロゴ + タイトル */
  }
  .footer .footer-inner .footer-top .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin: 0 auto;
  }
  .footer .footer-inner .footer-top .footer-brand .footer-logo {
    width: 48px;
    height: auto;
  }
  .footer .footer-inner .footer-top .footer-brand .footer-title .footer-title-ja {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .footer .footer-inner .footer-top .footer-brand .footer-title .footer-title-en {
    font-size: 1.1rem;
    opacity: 0.9;
  }
  .footer .footer-box {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .footer .footer-box .footer-box-title {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .footer .footer-copy p {
    font-size: 1rem;
    text-align: center;
  }
}
/* ============================
   Sponsor Images（3枚用）
============================ */
.sponsor {
  display: none !important;
}

/* ===========================
   Sponsor Section
=========================== */
.sponsor {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding: 6rem 0;
  /* 仮バナー */
}
@media screen and (max-width: 1366px) {
  .sponsor {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .sponsor {
    width: 100%;
    margin-left: 0;
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 600px) {
  .sponsor {
    padding: 4rem 2rem;
  }
}
.sponsor .sponsor-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1080px) {
  .sponsor .sponsor-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sponsor .sponsor-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sponsor .sponsor-item {
  display: block;
  text-decoration: none;
}
.sponsor .sponsor-item .sponsor-dummy {
  width: 100%;
  padding-top: 65%;
  background: #e9e9e9;
  border-radius: 10px;
  border: 2px dashed #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #666;
  transition: 0.2s;
}
.sponsor .sponsor-item:hover .sponsor-dummy {
  background: #dedede;
  border-color: #999;
}

/* ===========================
   Page
=========================== */
.main {
  background-color: #f4f4f4;
}

/* ============================
   Main Visual（MV）
============================ */
.mv {
  position: relative;
  margin-left: 300px;
  width: calc(100% - 300px);
}
.mv .mv-img {
  height: auto;
}
.mv .mv-img img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 112px;
}

@media screen and (max-width: 1366px) {
  .mv {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
  .mv .mv-img img {
    padding-top: 108px;
  }
}
@media screen and (max-width: 1080px) {
  .mv {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv-img {
    width: 100%;
    padding: 0;
  }
  .mv .mv-img img {
    padding-top: 69px;
  }
}
/* ============================
   yamagata-banner
============================ */
.yamagata-banner {
  width: calc(100% - 300px);
  margin-left: 300px;
  text-align: center;
  padding: 10rem 0 0;
}
@media screen and (max-width: 1366px) {
  .yamagata-banner {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .yamagata-banner {
    width: 100%;
    margin-left: 0;
    padding: 10rem 1.6rem 10rem;
  }
}
.yamagata-banner a {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.yamagata-banner img {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  border-radius: 80px;
  display: block;
  padding-bottom: 15rem;
}
@media screen and (max-width: 600px) {
  .yamagata-banner img {
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
    padding: 0;
  }
}

/* ============================
   新着情報
============================ */
.news {
  padding: 15rem 0;
  width: calc(100% - 300px);
  margin-left: 300px;
  /* ============================
     見出し（全幅）
  ============================ */
  /* ============================
     リスト（1400px内側）
  ============================ */
}
@media screen and (max-width: 1366px) {
  .news {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .news {
    width: 100%;
    margin-left: 0;
    padding: 3rem 0 4rem;
  }
}
.news .news-header-wrap {
  width: 85%;
  margin-left: auto;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 1.6rem 0;
}
.news .news-header-wrap .news-header {
  max-width: 1400px;
  margin-right: 50px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 8rem;
  position: relative;
}
.news .news-header-wrap .news-header::after {
  content: "";
  position: absolute;
  left: 220px;
  width: 2px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #0f2a8c;
}
.news .news-header-wrap .news-header .news-title-ja {
  padding: 1rem 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #0f2a8c;
}
.news .news-header-wrap .news-header .news-title-en {
  font-size: 1.8rem;
  color: #be4122;
  font-weight: 600;
}
.news .news-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem 0;
  margin-right: -30px;
}
.news .news-inner .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news .news-inner .news-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.2rem;
  padding: 2rem 0;
}
.news .news-inner .news-list li::after {
  content: "";
  position: absolute;
  left: 240px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 70%;
  background: #0f2a8c;
}
.news .news-inner .news-list li:last-child::after {
  display: none;
}
.news .news-inner .news-list li .news-date,
.news .news-inner .news-list li a {
  position: relative;
  z-index: 2;
}
.news .news-inner .news-list li .news-date {
  display: inline-block;
  background: #fff;
  border-radius: 32px;
  padding: 1rem 5rem;
  color: #0f2a8c;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  min-width: 150px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.news .news-inner .news-list li a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #0f2a8c;
}
.news .news-inner .news-more {
  max-width: 1400px;
  margin: 3rem auto 0;
  text-align: right;
  margin-right: 19rem;
}
.news .news-inner .news-more .news-more-btn {
  padding: 1rem 2.4rem;
  border: 1px solid #0f2a8c;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #0f2a8c;
}
.news .news-inner .news-more .news-more-btn:hover {
  background: #0f2a8c;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .news {
    width: 100%;
    margin-left: 0;
    padding: 4rem 0;
    /* 白帯 */
    /* リスト */
  }
  .news .news-header-wrap {
    width: 100%;
    border-radius: 40px 0 0 40px;
  }
  .news .news-header-wrap .news-header {
    max-width: 100%;
    margin-right: 0;
    gap: 4rem;
  }
  .news .news-header-wrap .news-header::after {
    left: 160px;
    height: 24px;
    width: 1.5px;
  }
  .news .news-header-wrap .news-header .news-title-ja {
    font-size: 2.2rem;
  }
  .news .news-header-wrap .news-header .news-title-en {
    font-size: 1.4rem;
  }
  .news .news-inner {
    padding: 3rem 2rem 0;
    margin-right: 0;
    /* もっと見る */
  }
  .news .news-inner .news-list li {
    gap: 3rem;
  }
  .news .news-inner .news-list li::after {
    left: 150px;
    width: 75%;
  }
  .news .news-inner .news-list li .news-date {
    padding: 0.8rem 3rem;
    min-width: 130px;
    font-size: 1.4rem;
  }
  .news .news-inner .news-list li a {
    font-size: 1.5rem;
  }
  .news .news-inner .news-more {
    text-align: center;
    margin: 0;
  }
  .news .news-inner .news-more .news-more-btn {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .news {
    padding: 3rem 0;
  }
  .news .news-header-wrap {
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  .news .news-header-wrap .news-header {
    gap: 0.8rem;
    padding-left: 1.4rem;
  }
  .news .news-header-wrap .news-header::after {
    left: 120px;
    height: 20px;
  }
  .news .news-header-wrap .news-header .news-title-ja {
    font-size: 1.8rem;
  }
  .news .news-header-wrap .news-header .news-title-en {
    font-size: 1.2rem;
  }
  .news .news-inner {
    padding: 2rem 1.6rem 0;
  }
  .news .news-inner .news-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
    padding: 1.6rem 0;
  }
  .news .news-inner .news-list li::after {
    left: 0;
    width: 100%;
    grid-column: 1/-1;
  }
  .news .news-inner .news-list li .news-date {
    padding: 0.6rem 2rem;
    min-width: 120px;
    font-size: 1.3rem;
  }
  .news .news-inner .news-list li a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news .news-inner .news-more {
    text-align: center;
    margin-top: 2.4rem;
  }
  .news .news-inner .news-more .news-more-btn {
    font-size: 1.3rem;
    padding: 0.8rem 2rem;
  }
}
/* ============================
   大会長挨拶：ページ見出し帯
============================ */
.page-heading--greeting {
  width: 100%;
  height: 260px;
  background-image: url("../img/greeting-title-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 113px;
}
@media screen and (max-width: 1366px) {
  .page-heading--greeting {
    margin-left: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .page-heading--greeting {
    margin-left: 0;
    height: 260px;
  }
}
.page-heading--greeting .page-heading-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 550px;
}
@media screen and (max-width: 1366px) {
  .page-heading--greeting .page-heading-inner {
    margin-left: 350px;
  }
}
@media screen and (max-width: 1080px) {
  .page-heading--greeting .page-heading-inner {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .page-heading--greeting .page-heading-inner {
    margin-bottom: 35px;
  }
}
.page-heading--greeting .page-heading-ja {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
.page-heading--greeting .page-heading-line {
  width: 2px;
  height: 28px;
  background: #fff;
  opacity: 0.9;
}
.page-heading--greeting .page-heading-en {
  font-size: 1.4rem;
  color: #be4122;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 600px) {
  .page-heading--greeting {
    height: 150px;
  }
  .page-heading--greeting .page-heading-ja {
    font-size: 2.2rem;
  }
  .page-heading--greeting .page-heading-line {
    height: 20px;
  }
  .page-heading--greeting .page-heading-en {
    font-size: 1.2rem;
  }
}

.greeting-content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding: 6rem 0 10rem;
  /* ------------------------------
     写真 + タイトル
  ------------------------------ */
  /* ------------------------------
     本文 2カラム
  ------------------------------ */
}
@media screen and (max-width: 1366px) {
  .greeting-content {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .greeting-content {
    width: 100%;
    margin-left: 0;
    padding: 4rem 2rem 6rem;
  }
}
.greeting-content .greeting-hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto 11rem;
  padding: 2rem 0;
  /* タイトル + プロフィールを重ねるラッパ */
  /* タイトルカード */
  /* プロフィールカード */
}
@media screen and (max-width: 1080px) {
  .greeting-content .greeting-hero {
    flex-direction: column;
    align-items: center;
  }
}
.greeting-content .greeting-hero .greeting-photo img {
  width: 280px;
  max-width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1080px) {
  .greeting-content .greeting-hero .greeting-photo img {
    width: 100%;
  }
}
.greeting-content .greeting-hero .greeting-title-wrap {
  position: absolute;
  top: -10px;
  left: 300px;
  /* 写真の右上へ重ねる */
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .greeting-content .greeting-hero .greeting-title-wrap {
    position: relative;
    left: 0;
    top: -40px;
    width: 90%;
    margin: 0 auto;
  }
}
.greeting-content .greeting-hero .greeting-title-card {
  background: #fff;
  padding: 1.8rem 2.4rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  max-width: 700px;
  font-weight: 700;
}
.greeting-content .greeting-hero .greeting-title-card .main-title {
  font-size: 3.8rem;
  color: #0f2a8c;
  line-height: 1.4;
  letter-spacing: 0px;
}
.greeting-content .greeting-hero .greeting-title-card .sub-title {
  margin-top: 0.4rem;
  font-size: 2.4rem;
  color: #0f2a8c;
}
.greeting-content .greeting-hero .greeting-title-card .sub-title1 {
  font-size: 1.9rem;
  color: #0f2a8c;
}
.greeting-content .greeting-hero .greeting-title-card .sub-title2 {
  font-size: 1.8rem;
  color: #0f2a8c;
}
.greeting-content .greeting-hero .greeting-profile-card {
  background: #fff;
  padding: 2rem 2rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  line-height: 1.7;
  font-weight: 500;
  max-width: 400px;
  color: #0f2a8c;
}
.greeting-content .greeting-hero .greeting-profile-card p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  .greeting-content .greeting-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .greeting-content .greeting-hero .greeting-photo img {
    width: 100%;
    max-width: 480px;
  }
  .greeting-content .greeting-hero .greeting-title-wrap {
    position: relative;
    left: 0;
    top: -20px;
    width: 100%;
    max-width: 480px;
  }
  .greeting-content .greeting-hero .greeting-title-card,
  .greeting-content .greeting-hero .greeting-profile-card {
    margin: 0 auto;
  }
}
.greeting-content .greeting-text-block {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  color: #0f2a8c;
}
.greeting-content .greeting-text-block .greeting-divider {
  flex: 0 0 1px;
  border-left: 2px dotted #0f2a8c;
}
.greeting-content .greeting-text-block .text-col {
  flex: 1;
  font-size: 1.6rem;
}
.greeting-content .greeting-text-block .text-col p {
  line-height: 1.8;
  padding: 0 20px 0;
}

@media screen and (max-width: 1366px) {
  .greeting-content .greeting-hero {
    margin: 0;
  }
  .greeting-content .greeting-text-block {
    flex-direction: column;
    gap: 2.5rem;
  }
  .greeting-content .greeting-text-block .text-col p {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 1080px) {
  .greeting-content .greeting-text-block {
    gap: 1.5rem;
  }
  .greeting-content .greeting-text-block .text-col p {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .greeting-content .greeting-hero {
    /* タイトルカード */
    /* プロフィールカード */
  }
  .greeting-content .greeting-hero .greeting-title-card .main-title {
    font-size: 3rem;
  }
  .greeting-content .greeting-hero .greeting-title-card .sub-title {
    font-size: 2rem;
  }
  .greeting-content .greeting-hero .greeting-profile-card p {
    font-size: 1.5rem;
  }
}
/* ============================
   大会概要：overview-item 群だけ
   ※変更なし / 整理版（SPはSPでまとめ）
============================ */
/* ============================
   base
============================ */
.overview {
  padding: 100px 0;
  margin-left: 300px;
  width: calc(100% - 300px);
}

.overview-item {
  max-width: 1100px;
  margin: 0 auto 3.6rem;
  padding: 0 24px;
}
@media screen and (max-width: 1080px) {
  .overview-item {
    padding: 0;
    margin-bottom: 3rem;
  }
}

.overview-item-title {
  position: relative;
  padding-left: 14px;
  margin: 0 0 18px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #111;
}
.overview-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.1em;
  border-radius: 2px;
  background: #be4122;
}
.overview-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background: rgba(190, 65, 34, 0.55);
}

.overview-item-body {
  padding-left: 14px;
  padding-top: 6px;
  color: #0f2a8c;
  line-height: 1.9;
  font-size: 1.6rem;
}

.overview-main {
  font-weight: 700;
  color: #0f2a8c;
}

.overview-note {
  margin-top: 6px;
  color: rgba(15, 42, 140, 0.8);
}

.overview-link {
  color: #0f2a8c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.overview-link:hover {
  opacity: 0.8;
}

.overview-def {
  margin: 0;
}

.overview-def-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 14px;
  padding: 10px 0;
}
.overview-def-row dt {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.overview-def-row dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0f2a8c;
}
.overview-def-row + .overview-def-row {
  border-top: 1px dashed rgba(15, 42, 140, 0.14);
}

.overview-sub {
  margin-top: 6px;
  font-size: 1.5rem;
  color: rgba(15, 42, 140, 0.82);
}

/* ============================
   lp
============================ */
@media screen and (max-width: 1366px) {
  .overview {
    width: calc(100% - 260px);
    margin-left: 260px;
    padding: 90px 0;
  }
  .overview-item {
    padding: 0 20px;
    margin-bottom: 3.2rem;
  }
  .overview-def-row {
    grid-template-columns: 200px 1fr;
  }
}
/* ============================
   mq
============================ */
@media screen and (max-width: 1080px) {
  .overview {
    width: 100%;
    margin-left: 0;
    padding: 60px 0 80px;
  }
  .overview-item {
    padding: 0 2rem;
    margin-bottom: 2.8rem;
  }
  .overview-item-title {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
  .overview-item-title::after {
    bottom: -10px;
  }
  .overview-item-body {
    font-size: 1.6rem;
  }
  .overview-def-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 12px 0;
  }
  .overview-def-row dt {
    font-size: 1.4rem;
    opacity: 0.9;
  }
  .overview-def-row dd {
    font-size: 1.6rem;
  }
}
/* ============================
   sp（全部まとめ）
============================ */
@media screen and (max-width: 600px) {
  .overview {
    padding: 44px 0 64px;
  }
  .overview-item {
    padding: 0 1.2rem;
    margin-bottom: 2.2rem;
  }
  .overview-item-title {
    font-size: 1.7rem;
  }
  .overview-item-title::after {
    bottom: -9px;
  }
  .overview-item-body {
    font-size: 1.5rem;
  }
  .overview-main {
    font-size: 1.5rem;
  }
  .overview-note {
    font-size: 1.4rem;
  }
  .overview-def-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .overview-def-row dt {
    font-size: 1.2rem;
  }
  .overview-def-row dd {
    font-size: 1.4rem;
  }
  .overview-sub {
    font-size: 1.4rem;
  }
  .overview-list li {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */